/*!
 * 
 * /*! Generated on Thu Apr 02 2026 07:54:50 GMT+0000 (Coordinated Universal Time) * /
 * /*! From Branch origin/HEAD -> origin/master
 *   origin/master last commit abdade9c40 * /
 *
 */
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

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

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

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

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

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

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

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

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

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

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

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #309ED6;
  background: #ffffff 50% 50% repeat-x;
  color: #309ED6;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #309ED6;
  background: #309ED6 50% 50% repeat-x;
  color: #FFFFFF;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #309ED6;
  background: #FFFFFF 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #309ED6;
  background: #309ED6 50% 50% repeat-x;
  font-weight: normal;
  color: #FFFFFF;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #0F811D;
  background: #25AD1F 50% 50% repeat-x;
  font-weight: normal;
  color: #FFFFFF;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #309ED6;
  background: #309ED6 50% 50% repeat-x;
  color: #FFFFFF;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/*!
 * jQuery UI Datepicker 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

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

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

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

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  color: #5E5353;
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

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

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

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

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #309ED6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
@charset "UTF-8";
.a-basic-input-radio--white > input, .a-basic-input-radio--haptik > input, .a-basic-input-checkbox--rating--3 > input, .a-basic-input-checkbox--rating--2 > input, .a-basic-input-checkbox--rating--1 > input, .m-basic-upload > div > label, .a-basic-input-radio > input, .a-basic-input-checkbox > input, .l-main-content .ll-main-content-switch .ll-main-content-switchbox--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup:before, .m-basic-keywordfilter--location .mm-filter li:before, .m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup:before, .m-basic-keywordfilter--filter .mm-filter li:before, .m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-bottom:before,
.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup:after,
.m-basic-keywordfilter--location .mm-filter li:after,
.m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup:after,
.m-basic-keywordfilter--filter .mm-filter li:after,
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-bottom:after {
  content: " ";
  display: table;
}

.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup:after, .m-basic-keywordfilter--location .mm-filter li:after, .m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup:after, .m-basic-keywordfilter--filter .mm-filter li:after, .m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-bottom:after {
  clear: both;
}

.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-digits, .o-basic-form-overview .oo-row .oo-description .oo-digits, .m-basic-table-restyle > .mm-table tbody tr > td > .mm-flex-box > .mm-digits, .m-basic-table > tbody > tr > td .mm-digits {
  font-family: "DS-Digital-Italic", sans-serif;
  font-size: 24px;
  line-height: normal;
  background-color: #000;
  color: #fff;
  padding: 0 4px;
  min-width: 60px;
  display: inline-block;
  text-align: right;
}

.m-basic-teaser-app figure > img, img.swiper-lazy[src="#"][width]:not([width=""]), img.lazyload[src="#"][width]:not([width=""]) {
  height: auto;
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 100%;
}
.m-basic-teaser-app figure > img:not([width]), img.swiper-lazy[src="#"][width]:not([width]):not([width=""]), img.lazyload[src="#"][width]:not([width]):not([width=""]) {
  width: 100%;
}

.m-layout-header-logo > a:focus-visible, .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-close-content:focus-visible, .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:focus-visible, .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > .mm-close:focus-visible, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn:focus-visible, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list:focus-visible, a:focus-visible:not(.a-basic-btn), button:focus-visible {
  outline: none;
}
.is-keyboard-focus .m-layout-header-logo > a:focus-visible, .is-keyboard-focus .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-close-content:focus-visible, .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .is-keyboard-focus .mm-header > .mm-close-content:focus-visible, .is-keyboard-focus .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:focus-visible, .is-keyboard-focus .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > .mm-close:focus-visible, .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn:focus-visible, .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list:focus-visible, .is-keyboard-focus a:focus-visible:not(.a-basic-btn), .is-keyboard-focus button:focus-visible, .is-ios .m-layout-header-logo > a:focus-visible, .is-ios .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-close-content:focus-visible, .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .is-ios .mm-header > .mm-close-content:focus-visible, .is-ios .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:focus-visible, .is-ios .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > .mm-close:focus-visible, .is-ios .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn:focus-visible, .is-ios .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list:focus-visible, .is-ios a:focus-visible:not(.a-basic-btn), .is-ios button:focus-visible {
  outline: 2px solid #000;
  border-radius: 2px;
}

.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) > a, .m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list > a {
  border: 2px solid transparent !important;
  box-shadow: 0 0 0 2px transparent, 0 0 0 4px transparent, 0 0 0 6px transparent;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:focus, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:focus, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:focus, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) > a:focus, .m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list > a:focus {
  outline: none;
}
.is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:focus, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:focus, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:focus, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:focus, .is-ios .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) > a:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .is-ios .mm-topics-list:not(:first-child) > a:focus, .is-ios .m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list > a:focus {
  background-color: #313131;
  box-shadow: 0 0 0 2px #313131, 0 0 0 4px #313131, 0 0 0 6px #fff;
}
.is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:focus, .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:focus, .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:focus, .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:focus, .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) > a:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .is-keyboard-focus .mm-topics-list:not(:first-child) > a:focus, .is-keyboard-focus .m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list > a:focus {
  background-color: #313131;
  box-shadow: 0 0 0 2px #313131, 0 0 0 4px #313131, 0 0 0 6px #fff;
}

.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:focus, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus, .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus {
  outline: none;
}
.is-ios .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:focus, .is-ios .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus, .is-ios .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus {
  border: 2px solid #000;
  border-radius: 2px;
}
.is-keyboard-focus .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:focus, .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus, .is-keyboard-focus .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus {
  border: 2px solid #000;
  border-radius: 2px;
}

.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper:focus {
  outline: none;
}
.is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper:focus {
  border: 2px solid #fff;
  border-radius: 2px;
}
.is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper:focus {
  border: 2px solid #fff;
  border-radius: 2px;
}

.is-keyboard-focus .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus, .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus, .is-keyboard-focus .m-basic-upload > div > input:focus ~ .a-basic-btn, .is-keyboard-focus .a-basic-btn:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus, .a-basic-btn:focus {
  border: 2px solid #000;
  background-color: #ffb700;
  outline: none;
  border-radius: 4px;
}
.is-keyboard-focus .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus::after, .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus::after, .is-keyboard-focus .m-basic-upload > div > input:focus ~ .a-basic-btn::after, .is-keyboard-focus .a-basic-btn:focus::after, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus::after, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus::after, .a-basic-btn:focus::after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  left: -7px;
  top: -7px;
  background: transparent;
  border: 3px solid black;
  border-radius: 10px;
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus, .a-basic-btn:focus {
  outline: none;
}
.m-basic-text table tr > td:not(:last-child) {
  padding-right: 30px;
}

.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input:not(.is-checkbox), .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input:not(.is-checkbox) {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input:not(.is-checkbox):focus + label, .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .is-keyboard-focus .mm-chips-wrapper > .mm-chips > input:not(.is-checkbox):focus + label, .is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input:not(.is-checkbox):focus + label, .m-ds-filter > .mm-wrapper > .mm-filter .is-keyboard-focus .mm-filter-row > .mm-filter-item > input:not(.is-checkbox):focus + label {
  padding: 2px 14px;
  border: 2px solid #000;
  background-color: #ffb700;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input:not(.is-checkbox):checked + label, .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input:not(.is-checkbox):checked + label {
  border: 2px solid #000;
  background-color: #ffcc00;
  padding: 2px 14px;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > label:not(.is-checkbox), .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > label:not(.is-checkbox) {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 3px 15px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
  min-width: 45px;
  text-align: center;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox, .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.is-ios .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:before, .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .is-ios .mm-chips-wrapper > .mm-chips > input.is-checkbox:before, .is-ios .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox:before, .m-ds-filter > .mm-wrapper > .mm-filter .is-ios .mm-filter-row > .mm-filter-item > input.is-checkbox:before {
  border: 2px solid #000;
}
.is-ios .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:after, .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .is-ios .mm-chips-wrapper > .mm-chips > input.is-checkbox:after, .is-ios .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox:after, .m-ds-filter > .mm-wrapper > .mm-filter .is-ios .mm-filter-row > .mm-filter-item > input.is-checkbox:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 4px;
  left: -4px;
  top: -4px;
}
.is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:focus + label:before, .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .is-keyboard-focus .mm-chips-wrapper > .mm-chips > input.is-checkbox:focus + label:before, .is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox:focus + label:before, .m-ds-filter > .mm-wrapper > .mm-filter .is-keyboard-focus .mm-filter-row > .mm-filter-item > input.is-checkbox:focus + label:before {
  border: 2px solid #000;
}
.is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:focus + label:after, .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .is-keyboard-focus .mm-chips-wrapper > .mm-chips > input.is-checkbox:focus + label:after, .is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox:focus + label:after, .m-ds-filter > .mm-wrapper > .mm-filter .is-keyboard-focus .mm-filter-row > .mm-filter-item > input.is-checkbox:focus + label:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 4px;
  left: -4px;
  top: -4px;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:checked + label:before, .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > input.is-checkbox:checked + label:before {
  border: none;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > label.is-checkbox, .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > label.is-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > label.is-checkbox:before, .m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row > .mm-filter-item > label.is-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #999;
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.m-basic-newsbox--content-border.m-basic-newsbox, .l-main-content .ll-main-content-border {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--content-border.m-basic-newsbox, .l-main-content .ll-main-content-border {
    padding: 40px;
  }
}

/**
 * swiper spinner
 */
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * buorg (old browser support animation)
 */
@keyframes buorgfly2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   helper: DO NOT CHANGE!  updated: 2015-08-27 (PeDo)
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.h-hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-visuallyhidden-reset {
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.h-visuallyhidden.h-focusable:active,
.h-visuallyhidden.h-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.h-invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

.cf:after {
  clear: both;
}

/* Schriftartklasse für Webview Pannenhilfe*/
.h-roboto {
  font-family: "Roboto", sans-serif;
}

/* set light grey background global around element with full width */
.h-background {
  background: #f3f3f4;
}
.h-background:before, .h-background:after {
  background: #f3f3f4;
}

.h-background-full {
  background: #f3f3f4;
  position: relative;
}
.h-background-full:before, .h-background-full:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f3f3f4;
}
.h-background-full > * {
  z-index: 1;
}

/* add style to anchor scroll targets */
:target:not(#footer):before {
  content: "";
  display: block;
  height: 56px;
  /* fixed header height*/
  margin-top: -56px;
  z-index: -10;
}
@media print, only screen and (min-width: 48em) {
  :target:not(#footer):before {
    height: 64px;
    /* fixed header height*/
    margin-top: -64px;
  }
}

#dummy_font_switcher {
  padding: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #0b0b0b;
  border-radius: 5px;
  z-index: 100000;
  border: 1px solid white;
}

#dummy_font_switcher a {
  color: white;
}

.h-none {
  display: none;
}

.h-search {
  padding: 0 1px;
  background: #cccccc;
  font-weight: bold;
}

.h-invisible-lightboxcontent {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}

@media print, only screen and (min-width: 48em) {
  .h-smartphone-only {
    display: none !important;
  }
}

.h-tablet {
  display: none !important;
}
@media print, only screen and (min-width: 48em) {
  .h-tablet {
    display: block !important;
  }
  .h-tablet.l-main-cols {
    display: flex !important;
  }
  span.h-tablet {
    display: inline !important;
  }
  tr.h-tablet {
    display: table-row !important;
  }
  td.h-tablet {
    display: table-cell !important;
  }
  .m-basic-header > .mm-navi-wrap > .mm-main .mm-btn > img.h-tablet {
    display: inline !important;
  }
  .m-basic-header > .mm-navi-wrap > .mm-main .mm-btn > svg.h-tablet {
    display: inline !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .h-max-tablet {
    display: none !important;
  }
}
.lt-ie9 .h-max-tablet {
  display: none !important;
}

.h-tablet-only {
  display: none !important;
}
@media print, only screen and (min-width: 48em) {
  .h-tablet-only {
    display: block !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .h-tablet-only {
    display: none !important;
  }
}
.lt-ie9 .h-tablet-only {
  display: none !important;
}
span.h-tablet-only {
  display: none !important;
}
@media print, only screen and (min-width: 48em) {
  span.h-tablet-only {
    display: inline !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  span.h-tablet-only {
    display: none !important;
  }
}
.lt-ie9 span.h-tablet-only {
  display: none !important;
}

.h-desktop {
  display: none !important;
}
@media only screen and (min-width: 64.0625em) {
  .h-desktop {
    display: block !important;
  }
}
.lt-ie9 .h-desktop {
  display: block !important;
}

.h-desktop-only {
  display: none !important;
}
@media only screen and (min-width: 64.0625em) {
  .h-desktop-only {
    display: block !important;
  }
}
.lt-ie9 .h-desktop-only {
  display: block !important;
}
@media only screen and (min-width: 76.25em) {
  .h-desktop-only {
    display: none !important;
  }
}

.h-desktop-l {
  display: none !important;
}
@media only screen and (min-width: 76.25em) {
  .h-desktop-l {
    display: block !important;
  }
}

@media only screen and (min-width: 76.25em) {
  .h-max-desktop-l {
    display: none !important;
  }
}

.h-print-only {
  display: none !important;
}
@media print {
  .h-print-only {
    display: block !important;
  }
}

@media print {
  .h-screen-only {
    display: none !important;
  }
}

.h-loggedin-only {
  display: none !important;
}
.l-outer--loggedin .h-loggedin-only {
  display: block !important;
}

.l-outer--loggedin .h-loggedout-only {
  display: none !important;
}

.h-space-none {
  margin-bottom: 0;
}

.h-space-s {
  margin-bottom: 15px;
}

.h-space-m {
  margin-bottom: 30px;
}

.h-space-l {
  margin-bottom: 60px;
}

.h-space-resp {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .h-space-resp {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .h-space-resp {
    margin-bottom: 60px;
  }
}
.lt-ie9 .h-space-resp {
  margin-bottom: 60px;
}

.h-space-resp-tablet {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .h-space-resp-tablet {
    margin-bottom: 60px;
  }
}

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

.h-img-fluid-smartphone-only {
  width: 100%;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .h-img-fluid-smartphone-only {
    width: auto;
  }
}

span.h-optional {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
h1 > span.h-optional, h2 > span.h-optional, .h-h1 > span.h-optional, .h-h2 > span.h-optional {
  font-size: 16px;
}
.h-roboto span.h-optional {
  font-family: "Roboto", sans-serif;
}

.h-error {
  color: #cc3333;
}

.h-inline-block-left {
  display: inline-block;
  margin-right: 15px;
}

body.is-noscroll {
  overflow-y: hidden;
  height: 100vh;
}

body.is-noscroll-navi {
  position: fixed;
  height: 100%;
  overflow-y: hidden;
}

@media print, only screen and (min-width: 48em) {
  .h-flex-tablet {
    display: flex;
  }
}

.h-flex-justify-space-between {
  display: flex;
  justify-content: space-between;
}

.h-flex-resp-alignment {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .h-flex-resp-alignment {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.h-webview-outer {
  padding: 12px 15px;
}
@media print, only screen and (min-width: 48em) {
  .h-webview-outer {
    padding: 27px 30px;
  }
}

/* add style for orig ebot7 sticky-button */
.h-ebot7 {
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  background: #FFCC00;
  bottom: 135px;
  display: block;
  position: fixed;
  right: 10px;
  z-index: 9000000;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 1px 10px;
}
@media print, only screen and (min-width: 48em) {
  .h-ebot7 {
    bottom: 15%;
  }
}
.h-ebot7 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.h-float-right {
  float: right;
}

.h-tracking-swiper-wrapper {
  display: block;
  width: 100%;
  clear: both;
}

/* ==========================================================================
   normalize:  DO NOT CHANGE!  updated: 2015-08-27 (PeDo)
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Webview Cardamage Font */
@font-face {
  font-family: "Roboto";
  src: url("/assets/font/roboto/Roboto-Regular.ttf") format("truetype");
}
/* Webview Cardamage Font */
@font-face {
  font-family: "Roboto Bold";
  src: url("/assets/font/roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "DS-Digital-Italic";
  src: url("/assets/font/ds-digital-italic/DS-DIGII.eot");
  src: url("/assets/font/ds-digital-italic/DS-DIGII.eot?#iefix") format("embedded-opentype"), url("/assets/font/ds-digital-italic/DS-DIGII.otf") format("opentype"), url("/assets/font/ds-digital-italic/DS-DIGII.woff") format("woff"), url("/assets/font/ds-digital-italic/DS-DIGII.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.ui-datepicker {
  width: 280px;
  padding: 0;
  border: 1px solid #d7d7d7;
  background: #ededed;
  color: #333;
  z-index: 99999 !important;
}
.ui-datepicker.is-new-form {
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  padding: 5px 35px 20px 35px;
  width: calc(100% - 82px);
}
@media print, only screen and (min-width: 48em) {
  .ui-datepicker.is-new-form {
    width: calc(400px - 115px);
  }
}
.ui-datepicker-wrap .ui-datepicker {
  margin-top: -88px;
}
@media only screen and (min-width: 64.0625em) {
  .ui-datepicker-wrap .ui-datepicker {
    margin-left: 200px;
  }
}
.lt-ie9 .ui-datepicker-wrap .ui-datepicker {
  margin-left: 200px;
}
.ui-datepicker .ui-widget-header {
  background: #ededed;
  border: 0;
}
.ui-datepicker.is-new-form .ui-widget-header {
  background: #fff;
  margin-top: 12px;
  margin-bottom: 5px;
}

.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-title {
  margin: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title select {
  font-weight: normal;
}
.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-title select {
  padding: 5px;
  border: 0.5px solid #999;
  border-radius: 4px;
  color: #000;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-title select option {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}

.ui-datepicker .ui-widget-header .ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-month {
  width: 50%;
  cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-datepicker-year {
  margin-left: 5px;
}
.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-year {
  width: 38%;
  cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next,
.ui-datepicker .ui-widget-header .ui-datepicker-next-hover {
  right: 2px;
  top: -3px;
  border: 0;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
}
.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-next, .ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-next-hover {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  right: -35px;
  top: 1px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-prev-hover {
  left: 2px;
  top: -3px;
  border: 0;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 83.8983050847%;
}
.ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-prev, .ui-datepicker.is-new-form .ui-widget-header .ui-datepicker-prev-hover {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  transform: rotate(180deg);
  left: -35px;
  top: 1px;
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 2px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
.ui-datepicker.is-new-form .ui-datepicker-calendar thead th {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  font-weight: initial;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
  padding: 0;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
.ui-datepicker.is-new-form .ui-datepicker-calendar tbody tr td {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
  border-left: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td > span,
.ui-datepicker .ui-datepicker-calendar tbody tr td > a {
  padding: 2px;
}
.ui-datepicker.is-new-form .ui-datepicker-calendar tbody tr td > span, .ui-datepicker.is-new-form .ui-datepicker-calendar tbody tr td > a {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 2px;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  background: transparent;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
  color: #333;
  background: #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active {
  color: #333;
  background: #ffcc00;
}
.ui-datepicker.is-new-form .ui-datepicker-calendar tbody tr td .ui-state-hover, .ui-datepicker.is-new-form .ui-datepicker-calendar tbody tr td .ui-state-active {
  background: initial;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 6px 1px 4px 1px;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
html,
body,
button,
input,
select,
textarea,
label {
  color: #333;
  font-family: "Calibri", "Arial", sans-serif;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
}
.h-roboto html,
.h-roboto body,
.h-roboto button,
.h-roboto input,
.h-roboto select,
.h-roboto textarea,
.h-roboto label {
  font-family: "Roboto", sans-serif;
}
@media print {
  html,
  body,
  button,
  input,
  select,
  textarea,
  label {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 16px;
    font-size: 1rem;
  }
  .h-roboto html,
  .h-roboto body,
  .h-roboto button,
  .h-roboto input,
  .h-roboto select,
  .h-roboto textarea,
  .h-roboto label {
    font-family: "Roboto", sans-serif;
  }
}
html::-webkit-input-placeholder,
body::-webkit-input-placeholder,
button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
label::-webkit-input-placeholder {
  color: #afafaf;
  color: #afafaf;
}
html:-moz-placeholder,
body:-moz-placeholder,
button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
label:-moz-placeholder {
  color: #afafaf;
  color: #afafaf;
}
html::-moz-placeholder,
body::-moz-placeholder,
button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
label::-moz-placeholder {
  color: #afafaf;
  color: #afafaf;
}
html:-ms-input-placeholder,
body:-ms-input-placeholder,
button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
label:-ms-input-placeholder {
  color: #afafaf;
  color: #afafaf;
}

button {
  background: none;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 100%;
  /* default 16px */
  line-height: 1.4;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

body {
  overflow: hidden;
  background: #fff;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.h-roboto body {
  font-family: "Roboto", sans-serif;
}
body.is-simulating-spacing * {
  letter-spacing: 2px;
  line-height: 2rem !important;
}

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

b,
strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto b,
.h-roboto strong {
  font-family: "Roboto Bold", sans-serif;
}

a {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
}
a:hover {
  color: #333;
  outline: 0 !important;
}
a:visited {
  color: #333;
}
a:focus {
  outline: 1px solid #c5c5c5;
}
a[href^="mailto:"] {
  padding-left: 25px;
  position: relative;
}
a[href^="mailto:"]:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 52px;
  height: 46px;
  background-position: 84.9602157788% 34.2644978784%;
  position: absolute;
  top: -14px;
  left: -16px;
}
a.a-basic-link--my-adac[href^="mailto:"] {
  background: none;
  padding-left: 48px;
}
.m-my-adac-content-hint a[href^="mailto:"] {
  background: none;
}
.m-basic-sticky-service-contact a[href^="mailto:"] {
  background: none;
  padding-left: 0;
}

p {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

dl,
menu,
ol,
ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  list-style-type: none;
}

h1,
.h-h1 {
  margin: 0;
  padding: 0 0 14px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media print, only screen and (min-width: 48em) {
  h1,
  .h-h1 {
    padding: 0 0 17px 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  h1,
  .h-h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.lt-ie9 h1,
.lt-ie9 .h-h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
}
@media print {
  h1,
  .h-h1 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.h-roboto h1,
.h-roboto .h-h1 {
  font-family: "Roboto Bold", sans-serif;
}
h1.is-white,
.h-h1.is-white {
  color: #fff;
}

h2,
.h-h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  h2,
  .h-h2 {
    padding: 0 0 18px 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  h2,
  .h-h2 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.h-roboto h2,
.h-roboto .h-h2 {
  font-family: "Roboto Bold", sans-serif;
}

.h-h2-margin {
  margin-bottom: 20px;
}

h3,
.h-h3 {
  margin: 0;
  padding: 0 0 6px 0;
  font-weight: bolder;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  h3,
  .h-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.h-roboto h3,
.h-roboto .h-h3 {
  font-family: "Roboto Bold", sans-serif;
}

h4,
.h-h4 {
  margin: 0;
  padding: 0 0 6px 0;
  font-weight: bolder;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.mm-newsletter-theme h4,
.mm-newsletter-theme .h-h4 {
  padding-bottom: 0;
}
.h-roboto h4,
.h-roboto .h-h4 {
  font-family: "Roboto Bold", sans-serif;
}

th {
  font-weight: normal;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto th {
  font-family: "Roboto Bold", sans-serif;
}

::-moz-selection {
  background: #ffcc00;
  text-shadow: none;
}

::selection {
  background: #ffcc00;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  margin: 30px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d7d7d7;
}
hr.yellow {
  border-top: 2px solid #ffcc00;
}

address {
  font-style: normal;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input,
textarea {
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=submit]:hover,
button:hover {
  outline: 0 !important;
}

textarea:focus,
input:focus {
  outline: 0;
}

::-ms-clear {
  display: none;
}

small {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media print {
  small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
small > a {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media print {
  small > a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.buorg {
  max-width: 620px;
  width: 100vw !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  border: none !important;
  animation: buorgfly2 1s ease-out 0s !important;
  position: relative;
}
.buorg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.buorg.is-hidden {
  display: none;
}
.buorg > .buorg-pad {
  padding: 40px 25px;
  position: relative;
  z-index: 2;
  background-color: #fff !important;
  border-radius: 8px;
}
.buorg .m-image {
  margin-bottom: 10px;
}
.buorg .m-image img {
  width: 100%;
  max-width: 100%;
}
.buorg p {
  margin: 0;
}
.buorg .close-buoop {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
}

img[src="#"], img:not([src]) {
  visibility: hidden;
}
pre {
  max-width: 600px;
}
pre.prettyprint {
  margin: 0.2em 0 1em !important;
}

code.mm-dev-code {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-family: courier, monospace;
  font-size: 0.9em;
  padding: 0 3px;
}

.swiper {
  padding: 0;
  cursor: move;
}
@media print {
  .swiper {
    margin-left: -40px;
  }
}
.is-page-editor .swiper {
  cursor: text;
}
.o-basic-banderole .swiper {
  margin-top: 5px;
  padding: 10px 30px 10px 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole .swiper {
    margin-top: 12px;
    padding: 10px 0;
  }
}
.o-basic-banderole .swiper.is-checking {
  float: left;
  width: auto;
  padding: 0;
}
.o-basic-banderole.is-center .swiper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  cursor: initial;
}
.o-basic-banderole--award .swiper, .o-basic-banderole--product .swiper, .o-basic-banderole--highlight .swiper, .o-basic-banderole--premium .swiper {
  position: static;
}
@media print {
  .o-basic-banderole--award.is-center .swiper, .o-basic-banderole--product.is-center .swiper, .o-basic-banderole--highlight.is-center .swiper, .o-basic-banderole--premium.is-center .swiper {
    padding: 0;
  }
}
.o-basic-banderole--sedcard .swiper {
  cursor: pointer;
}
.ll-main-center .l-main-content .o-basic-banderole .swiper {
  margin: 2px -15px 0 -15px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center .l-main-content .o-basic-banderole .swiper {
    margin: 2px -30px 0 -30px;
  }
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center .l-main-content .o-basic-banderole .swiper {
    margin: 0 auto;
  }
}
.o-layout-main-stage .swiper {
  overflow: visible;
  position: static;
  cursor: default;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper {
    overflow: hidden;
  }
}
.m-basic-keywordfilter .swiper {
  height: 100%;
}
.m-basic-gallery .swiper {
  height: 184px;
  padding: 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .swiper {
    height: 355px;
  }
}
.swiper.swiper-no-swiping {
  cursor: default !important;
}
.o-basic-banderole--award .swiper .swiper-wrapper {
  height: auto;
}
.m-basic-keywordfilter--lexicon .swiper .swiper-wrapper {
  display: block;
}
.o-basic-banderole:not(.o-basic-banderole--award) .swiper .swiper-slide {
  width: auto !important;
  height: auto;
  float: left;
}
.o-basic-banderole--product .swiper .swiper-slide {
  background: #f3f3f4;
}
.o-basic-banderole--award .swiper .swiper-slide {
  margin-right: 50px;
}
.m-basic-keywordfilter--lexicon .swiper .swiper-slide {
  height: 40px;
}
.is-page-editor .swiper .swiper-slide {
  z-index: -1;
}
.swiper .swiper-slide:last-child {
  margin: 0 !important;
}
.swiper .swiper-slide.is-init {
  overflow: hidden;
  background: #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--award .swiper .swiper-slide.is-init {
    width: calc(50% - 10px) !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-banderole--award .swiper .swiper-slide.is-init {
    width: calc(33.3333333333% - 13.3333333333px) !important;
  }
}
.lt-ie9 .o-basic-banderole--award .swiper .swiper-slide.is-init {
  width: calc(33.3333333333% - 13.3333333333px) !important;
}
.o-basic-banderole--award .swiper .swiper-slide.is-init {
  background: url(/assets/img/bg/banderole-preview.gif) no-repeat;
}
.o-basic-banderole--award .swiper .swiper-slide.is-init > a,
.o-basic-banderole--award .swiper .swiper-slide.is-init > a > img {
  visibility: hidden;
}
.o-basic-banderole .swiper .swiper-slide.is-init {
  margin-left: 15px;
}
.swiper .swiper-slide .swiper-lazy-preloader {
  border: none;
  display: none;
  animation: none;
}
.swiper .swiper-slide.swiper-slide-visible .swiper-lazy-preloader {
  display: block;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.o-layout-main-stage .swiper .swiper-slide .swiper-lazy-preloader {
  top: 27%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-slide .swiper-lazy-preloader {
    top: 22%;
  }
}
.swiper .swiper-slide .swiper-lazy-preloader::after {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
}
.swiper .m-basic-teaser-across .swiper-lazy-preloader {
  display: block;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: none;
}
.swiper--arrow-top .swiper-button-prev, .swiper--arrow-top .swiper-button-next {
  top: 110px;
}

.is-keyboard-focus .swiper .swiper-button-prev,
.is-keyboard-focus .swiper .swiper-button-next {
  display: none;
}
.m-basic-breadcrumb .swiper .swiper-button-prev,
.m-basic-breadcrumb .swiper .swiper-button-next {
  border: none;
  border-radius: initial;
}
.o-layout-main-stage .swiper .swiper-button-prev,
.o-layout-main-stage .swiper .swiper-button-next {
  top: 110px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-button-prev,
  .o-layout-main-stage .swiper .swiper-button-next {
    top: 50%;
  }
}
@media print {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -4px;
  top: -4px;
  transform: scale(1.5);
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper .swiper-button-prev:focus-visible,
.swiper .swiper-button-next:focus-visible {
  outline: none;
}
.is-keyboard-focus .swiper .swiper-button-prev:focus-visible, .is-ios .swiper .swiper-button-prev:focus-visible,
.is-keyboard-focus .swiper .swiper-button-next:focus-visible,
.is-ios .swiper .swiper-button-next:focus-visible {
  outline: 2px solid #000;
}
.swiper .swiper-button-prev > svg,
.swiper .swiper-button-next > svg {
  display: none;
}
.swiper .swiper-button-prev {
  left: 14px;
}
.swiper .swiper-button-prev::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
}
.swiper .swiper-button-next {
  right: 14px;
}
.swiper .swiper-button-next::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
}
.swiper--table {
  padding: 0 1px 10px 0;
}
.m-ves-rs-list .swiper {
  padding: 10px 0;
}

.swiper-container-wrap {
  position: relative;
  margin: 0 -15px;
}
@media print, only screen and (min-width: 48em) {
  .swiper-container-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-form .ll-fieldset > .swiper-container-wrap {
  margin-left: 10px;
}
.js-basic-table-wrap > .swiper-container-wrap {
  margin: 0;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .js-basic-table-wrap > .swiper-container-wrap {
    padding: 0 30px;
  }
}
.js-basic-table-wrap.is-full > .swiper-container-wrap {
  margin-left: 20px;
}
.ll-main-full > .js-basic-table-wrap > .swiper-container-wrap {
  margin: -10px 0;
}
.swiper-container-wrap.h-space-m {
  margin-bottom: 30px;
}
.ll-main-full > .js-basic-table-wrap > .swiper-container-wrap.h-space-m {
  margin-bottom: -10px;
}
.swiper-container-wrap.h-space-l {
  margin-bottom: 50px;
}
.ll-main-full > .js-basic-table-wrap > .swiper-container-wrap.h-space-l {
  margin-bottom: 0;
}
.swiper-container-wrap .swiper-container-sticky {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  top: 0;
  border-right: 1px solid #d7d7d7;
  height: 100%;
}
.swiper-container-wrap.has-stopper .swiper-container-sticky {
  padding-top: 24px;
}
.ll-main-full--table .swiper-container-wrap.has-stopper .swiper-container-sticky {
  padding-top: 34px;
}

.swiper-container-wrap.has-stopper .swiper--table {
  z-index: 10;
  padding-bottom: 44px;
}
.swiper-container-wrap.has-stopper .swiper--table:before {
  content: " ";
  display: block;
  width: 1px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.ll-main-full--table .swiper-container-wrap.has-stopper .swiper--table:before {
  top: 10px;
}

.swiper-container-wrap.h-space-s .swiper--table {
  margin-bottom: -10px;
}

.swiper-container-wrap > .js-table-zoom {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .swiper-container-wrap > .js-table-zoom {
    display: block;
    position: absolute;
    top: -39px;
    right: 4px;
    width: 30px;
    height: 30px;
    z-index: 11;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 99.9973172368% 34.1807909605%;
    cursor: pointer;
  }
}
.swiper-container-wrap > .js-table-zoom--stopper {
  top: 40px;
}
.swiper-container-wrap .swiper-container-table {
  position: absolute;
  overflow: hidden;
}
.swiper-container-wrap.has-stopper .swiper-container-table {
  padding-top: 24px;
}
.ll-main-full--table .swiper-container-wrap.has-stopper .swiper-container-table {
  padding-top: 34px;
}

.swiper-pagination {
  width: 100%;
  top: 0;
}
.swiper-pagination.swiper-pagination-horizontal {
  bottom: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c5c5c5;
  margin: 0 2px !important;
}
.swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.ll-main-full .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffcc00;
}
.is-keyboard-focus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

@keyframes a0_t {
  0% {
    transform: translate(76.3px, -10.8px) rotate(0deg) translate(-15.2px, 148.6px);
  }
  2.5% {
    transform: translate(76.3px, -10.8px) rotate(0deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  13.35% {
    transform: translate(76.3px, -10.8px) rotate(20deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  22.5% {
    transform: translate(76.3px, -10.8px) rotate(-15deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  30% {
    transform: translate(76.3px, -10.8px) rotate(7deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  35% {
    transform: translate(76.3px, -10.8px) rotate(-4deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  40.85% {
    transform: translate(76.3px, -10.8px) rotate(3deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  46.65% {
    transform: translate(76.3px, -10.8px) rotate(-2deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  51.65% {
    transform: translate(76.3px, -10.8px) rotate(2deg) translate(-15.2px, 148.6px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  62.5% {
    transform: translate(76.3px, -10.8px) rotate(0deg) translate(-15.2px, 148.6px);
  }
  100% {
    transform: translate(76.3px, -10.8px) rotate(0deg) translate(-15.2px, 148.6px);
  }
}
@keyframes a1_t {
  0% {
    transform: translate(76.8px, -10.1px) rotate(0deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  10.85% {
    transform: translate(76.8px, -10.1px) rotate(20deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  20% {
    transform: translate(76.8px, -10.1px) rotate(-15deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  27.5% {
    transform: translate(76.8px, -10.1px) rotate(7deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  32.5% {
    transform: translate(76.8px, -10.1px) rotate(-4deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  38.35% {
    transform: translate(76.8px, -10.1px) rotate(3deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  44.15% {
    transform: translate(76.8px, -10.1px) rotate(-2deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  49.15% {
    transform: translate(76.8px, -10.1px) rotate(2deg) translate(-1px, 88px);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  60% {
    transform: translate(76.8px, -10.1px) rotate(0deg) translate(-1px, 88px);
  }
  100% {
    transform: translate(76.8px, -10.1px) rotate(0deg) translate(-1px, 88px);
  }
}
/* .autocomplete-suggestion */
.autocomplete-suggestions {
  top: 30px;
  left: 0;
  width: 100%;
  max-height: 210px;
  background: #fff;
  overflow: auto;
  border: 0;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: none;
  z-index: 1200;
}
.autocomplete-suggestions strong {
  font-weight: normal;
}
.autocomplete-suggestions.is-shown {
  max-height: inherit;
}

.autocomplete-suggestions--l {
  max-height: 400px;
}
.autocomplete-suggestions.js-suggestion--long {
  width: auto !important;
  border-top: 1px solid #c5c5c5;
  max-width: calc(100% - 40px);
}
@media print, only screen and (min-width: 48em) {
  .autocomplete-suggestions.js-suggestion--long {
    max-width: 750px;
  }
}
.mm-searchbar--navi .autocomplete-suggestions, .mm-searchbar--content .autocomplete-suggestions {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: initial;
  z-index: 115;
  border: none;
  max-height: inherit;
}
.autocomplete-suggestions .autocomplete-suggestion--puzzlegallery:not(.mm-result-suggestion) {
  height: auto;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: unset;
}
.autocomplete-suggestions .autocomplete-suggestion--puzzlegallery:not(.mm-result-suggestion) > .aa-resultlist {
  display: inline-block;
  width: 80%;
}
.autocomplete-suggestions .autocomplete-suggestion--puzzlegallery:not(.mm-result-suggestion) > p {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion--puzzlegallery:not(.mm-result-suggestion) > img {
  float: left;
  max-width: 40px;
  margin-top: 5px;
  margin-right: 5px;
  width: 17%;
}
.autocomplete-suggestions .autocomplete-suggestion--rufdestination:not(.mm-result-suggestion) {
  line-height: normal;
  padding: 12px 17px 5px 10px;
  white-space: nowrap;
}
.autocomplete-suggestions .autocomplete-suggestion--rufdestination:not(.mm-result-suggestion) > .aa-resultlist > .aa-matched-string {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .autocomplete-suggestions .autocomplete-suggestion--rufdestination:not(.mm-result-suggestion) > .aa-resultlist > .aa-matched-string {
  font-family: "Roboto Bold", sans-serif;
}
.autocomplete-suggestions .autocomplete-suggestion--rufdestination:not(.mm-result-suggestion) > img {
  float: left;
  margin: -3px 10px 0 0;
  width: 22px;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion) {
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  background-color: #f8f8f8;
  width: 100%;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  line-height: 43px;
  padding: 2px 7px;
}
.autocomplete-suggestions.js-suggestion--long .autocomplete-suggestion:not(.mm-result-suggestion) {
  height: auto;
  overflow: visible;
  white-space: normal;
  line-height: 20px;
}

.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion):first-of-type {
  border-top: none;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion):hover {
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion).selected {
  background-color: #c5c5c5;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion).has-button {
  padding-top: 15px;
  padding-left: 15px;
  height: 60px;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion).has-button:hover {
  cursor: default;
  background-color: #f8f8f8;
}
.autocomplete-suggestions .autocomplete-suggestion:not(.mm-result-suggestion) > img {
  display: inline-block;
}

.is-page-editor .scInsertionHandleCenter {
  padding-bottom: 20px;
}

@media print {
  .is-print-hidden {
    visibility: hidden !important;
  }
  .is-print-hidden .l-main-content *:not(.is-print-visible) {
    display: none !important;
  }
  .is-print-hidden .is-print-visible {
    visibility: visible !important;
  }
}

/* l-footer */
.l-footer {
  background: #191919;
  min-height: 76px;
}
@media print, only screen and (min-width: 48em) {
  .l-footer {
    min-height: 80px;
  }
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-footer .ll-footer-center {
  position: relative;
  max-width: 898px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-footer.is-conversion {
  min-height: auto;
  z-index: 105;
}
.l-footer.is-hidden {
  display: none;
}

/* l-form-general */
.l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
  max-width: 870px;
}
.m-basic-calculator-content-box-newform .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
  max-width: 285px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
    max-width: initial;
  }
}
.m-basic-calculator-tiles--classic .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
  max-width: none;
}
.o-mgl-selector .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
  max-width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-selector .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
    max-width: 557px;
  }
}
.lt-ie9 .o-mgl-selector .l-form-general:not(.l-form-general--cardamage-map):not(.l-form-general--background):not(.l-form-general--no-width):not(.l-form-general--dark):not(.l-form-general--my-adac):not(.l-form-general--full) {
  max-width: 557px;
}
.m-basic-radius-search--mobile-wrap .l-form-general {
  width: calc(100% - 5px);
}
.l-form-general--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .mm-row.mm-row--center .l-form-general {
    min-width: 575px;
  }
}
.l-form-general--right-space {
  padding-right: 20px;
}
.l-form-general--background {
  background: #f3f3f4;
  border-radius: 10px;
  padding: 20px 15px 20px 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--background {
    padding: 20px 40px 30px 30px;
  }
}
.l-form-general--background > form {
  padding: 20px 25px 0 25px;
  margin-bottom: -20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--background > form {
    padding: 20px 0 0 10px;
  }
}
.l-form-general--dark {
  background: #e9e9ea;
  padding: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--dark {
    padding: 20px;
  }
}
.l-form-general--my-adac {
  max-width: 370px;
  margin: 0 auto;
}
.m-my-adac-formular-template .l-form-general--my-adac {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.l-form-general .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-none):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 20px;
}
.m-basic-radius-search .l-form-general .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-none):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 0;
}
.l-form-general .ll-fieldset.h-space-none {
  margin-bottom: 0;
}
.m-basic-calculator-content-box-newform .mm-row.mm-row--center .m-basic-radius-search .l-form-general .ll-fieldset:first-of-type {
  flex: 1 1 40%;
}
.m-basic-calculator-content-box-newform .mm-row.mm-row--center .m-basic-radius-search .l-form-general .ll-fieldset:last-of-type {
  flex: 0 0 125px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-row.mm-row--center .m-basic-radius-search .l-form-general .ll-fieldset:last-of-type {
    flex: 0 1 30%;
  }
}
.l-form-general--my-adac .l-form-general .ll-fieldset.resp-tablet {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--my-adac .l-form-general .ll-fieldset.resp-tablet {
    margin-bottom: 60px;
  }
}
.l-form-general--dark .ll-fieldset {
  margin: 0;
}

.l-form-general--my-adac .l-form-general .ll-fieldset {
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--my-adac .l-form-general .ll-fieldset {
    margin-right: 0;
  }
}
.m-basic-calculator-content-box-newform .l-form-general .ll-fieldset > .ll-row {
  display: flex;
  justify-content: center;
  max-width: calc(100% - 30px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .l-form-general .ll-fieldset > .ll-row {
    min-width: 100%;
  }
}
.m-basic-calculator-content-box-newform .l-form-general .ll-fieldset > .ll-row--flex-row {
  flex-direction: column;
  align-items: center;
}
.m-basic-calculator-content-box-newform .l-form-general--small-content .l-form-general .ll-fieldset > .ll-row {
  max-width: 400px;
  margin: 0 auto 15px auto;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .l-form-general--small-content .l-form-general .ll-fieldset > .ll-row {
    padding: 0 0 0 60px;
    margin: initial;
    max-width: 620px;
  }
}
.l-form-general .ll-fieldset.js-fieldset-edit > .ll-row.ll-row--data-only > .ll-col-label > .ll-label {
  color: initial;
}

.l-form-general--my-adac .l-form-general .ll-fieldset > .ll-row > .ll-col-label + .ll-col-data {
  width: 100%;
}
.l-form-general .ll-fieldset > .ll-row .ll-col-copy {
  margin-bottom: 15px;
}
.l-form-general .ll-fieldset > .ll-row > .ll-col-data > .mm-radio-related-dependencies {
  width: 100%;
  max-width: 400px;
}
.l-form-general .ll-fieldset.js-fieldset-edit > .ll-row.ll-row--data-only > .ll-col-data > .js-plain-content.is-data-only {
  position: absolute;
  top: 6px;
  margin-top: 0;
  margin-left: 0;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .l-form-general .ll-fieldset > .ll-row > .ll-item-container > .ll-col-label {
    max-width: fit-content;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .l-form-general .ll-fieldset > .ll-row > .ll-item-container > .ll-col-data {
    max-width: fit-content;
    min-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
}
.l-form-general .ll-fieldset > legend {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-fieldset > legend {
    padding: 0 0 18px 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  .l-form-general .ll-fieldset > legend {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.l-form-general--dark .ll-fieldset > legend {
  margin: 0;
  padding: 0 10px 6px 0;
}

.l-form-general .ll-fieldset > legend.is-small {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-fieldset > legend.is-small {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.l-form-general .ll-fieldset > legend > h2 {
  padding: 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-fieldset > legend > h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  .l-form-general .ll-fieldset > legend > h2 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.l-form-general .ll-fieldset > legend .ll-edit {
  position: relative;
  top: 3px;
  left: 7px;
  cursor: pointer;
}
.l-form-general .ll-fieldset > legend .ll-delete {
  cursor: pointer;
  font-weight: normal;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 0 0 25px;
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  margin-top: 7px;
}
.l-form-general .ll-fieldset > legend .ll-delete:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  left: 0;
  top: -0.5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.l-form-general .ll-fieldset > legend > .ll-optional {
  font-weight: normal;
}
.l-form-general .ll-fieldset .ll-delete-clone-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.l-form-general .ll-fieldset .ll-delete-clone-icon:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
  left: -10px;
  top: -2px;
  width: 35px;
  height: 35px;
}
.l-form-general .ll-fieldset .ll-delete-clone-icon--delete:focus {
  outline: 0;
}
.is-keyboard-focus .l-form-general .ll-fieldset .ll-delete-clone-icon--delete:focus:before {
  border: 2px solid #000;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  left: -4px;
  border-radius: 4px;
}
.l-form-general .ll-fieldset .ll-delete-clone-icon--delete:after {
  top: -4px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
}
.l-form-general .ll-fieldset .ll-edit-clone-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.l-form-general .ll-fieldset .ll-edit-clone-icon:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  left: 1px;
  top: -3px;
  width: 32px;
  height: 25px;
}
.l-form-general .ll-multirow {
  max-width: 400px;
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  padding-right: 45px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-multirow {
    padding-right: 0;
  }
}
.m-ves-rs-contentbox .l-form-general .ll-multirow {
  margin-left: auto;
  margin-right: auto;
}
.l-form-general .ll-multirow--search {
  align-items: flex-start;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-multirow--search {
    align-items: center;
    flex-direction: row;
  }
}
.l-form-general .ll-multirow--search > .ll-row {
  width: 305px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-multirow--search > .ll-row {
    width: initial;
  }
}
.l-form-general .ll-multirow--first > *:first-child {
  flex: 1;
  margin-right: 15px;
}
.l-form-general .ll-multirow--full {
  max-width: none;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-multirow--full {
    display: flex;
    justify-content: space-between;
  }
}
.lt-ie9 .l-form-general .ll-multirow--full {
  display: flex;
  justify-content: space-between;
}
.l-form-general .ll-multirow--full > *:last-child {
  margin-left: 0;
}
.l-form-general .ll-multirow--full > *:first-child {
  margin-right: 0;
}
.l-form-general .ll-multirow:not(:last-child) .ll-row:not(.h-space-none):not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--data-only):not(.seperator-no):not(.ll-row--radio-margin-s) {
  margin-bottom: 28px;
}
.l-form-general.l-form--sticky-contact .ll-multirow:not(:last-child) .ll-row:not(.h-space-none):not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--data-only):not(.seperator-no):not(.ll-row--radio-margin-s) {
  margin-bottom: 15px;
}

.l-form-general .ll-multirow .ll-row {
  max-width: calc(100% - 45px);
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-multirow .ll-row {
    max-width: 400px;
  }
}
.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row.is-floating {
  display: flex;
  justify-content: flex-start;
}
.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row.is-floating:first-child() {
  justify-content: flex-end;
}

.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row:not(.is-floating) {
  display: flex;
  min-width: 50%;
}
.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row:not(.is-floating):first-child() {
  min-width: calc(50% - 100px);
  margin-right: 15px;
}

.l-form-general .ll-multirow .ll-row.is-size-xs {
  width: 25%;
}
.l-form-general .ll-multirow .ll-row.is-size-s {
  width: 33.3333333333%;
}
.l-form-general .ll-multirow .ll-row.is-size-m {
  width: 50%;
}
.l-form-general .ll-multirow .ll-row.is-size-l {
  width: 66.6666666667%;
}
.l-form-general .ll-multirow .ll-row.is-size-xl {
  width: 75%;
}
.l-form-general .ll-multirow .ll-row--radio-margin-s {
  margin-bottom: 12px;
}
.l-form-general .ll-multirow .ll-row .ll-col-label:not(.ll-col-label--above) {
  position: absolute;
  min-width: 400px;
}
.l-form-general .ll-multirow.ll-multirow--search .ll-row.ll-row--icon .ll-col-label:not(.ll-col-label--above) {
  margin-left: 30px;
}

.l-form-general .ll-multirow .ll-row:first-child .ll-col-label:not(.ll-col-label--above) + .ll-col-data {
  padding-top: 22px;
}
.l-form-general .ll-multirow .ll-row:first-child .ll-col-label:not(.ll-col-label--above) + .ll-col-data .ll-check {
  top: 20px;
}

.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row:nth-child(2) .ll-col-label:not(.ll-col-label--above) {
  left: 15px;
}

.l-form-general .ll-multirow .ll-row .ll-col-data {
  width: initial;
}
.m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row:nth-child(2) .ll-col-data {
  width: calc(100% - 15px);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form-general .ll-multirow .ll-row:nth-child(2) .ll-col-data {
    width: 100%;
  }
}

.l-form-general .ll-multirow .ll-row:not(.is-floating):nth-child(2) .ll-col-data .ll-check {
  margin-top: 31px;
}

.l-form-general .ll-multirow + .ll-error-msg {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #cc3333;
  transition: all 1.35s ease;
  transform: translateY(-28px);
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.l-form-general .ll-multirow + .ll-error-msg > a {
  color: #cc3333;
}
.l-form-general .ll-multirow.has-error + .ll-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0;
}
.l-form-general .ll-row {
  max-width: 400px;
  position: relative;
  padding: 0 45px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row {
    padding: initial;
  }
}
.l-form-general .ll-row--no-padding-right {
  padding-right: 0;
}
.m-basic-radius-search--locksmith .l-form-general .ll-row {
  padding: 0;
  margin-right: 0;
}
.l-form-general .ll-row:not(.h-space-none):not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--data-only):not(.seperator-no):not(.ll-row--radio-margin-s):not(:last-child) {
  margin-bottom: 28px;
}
.m-basic-radius-search .l-form-general .ll-row:not(.h-space-none):not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--data-only):not(.seperator-no):not(.ll-row--radio-margin-s):not(:last-child) {
  margin-bottom: 0;
}
.l-form-general.l-form--sticky-contact .ll-row:not(.h-space-none):not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--data-only):not(.seperator-no):not(.ll-row--radio-margin-s):not(:last-child) {
  margin-bottom: 15px;
}

.l-form-general--calculation .ll-row {
  max-width: none;
}

.l-form-general.js-fine .ll-row {
  max-width: none;
}

@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row:first-child {
    padding: initial;
  }
}
.l-form-general .ll-row--clone.is-fixed-only > *:only-child .ll-delete {
  display: none;
}
.l-form-general .ll-row--clone legend .ll-delete {
  margin-top: 2px;
  padding: 0 0 0 20px;
  margin-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--clone legend .ll-delete {
    margin-top: 7px;
    margin-left: 8px;
  }
}
.l-form-general .ll-row--clone legend h2 {
  margin-bottom: 0;
}
.l-form-general .ll-row--clone .ll-clone-wrapper {
  outline: 0;
}
.l-form-general .ll-row--full {
  max-width: 730px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general--mgl-standard .ll-row--full, .l-form-general--full .ll-row--full {
    max-width: initial;
  }
}

.l-form-general .ll-row--required {
  margin-bottom: 5px;
  text-align: right;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-form-general .ll-row--ds {
  margin-bottom: 0 !important;
  max-width: none;
}
.l-form-general .ll-row--flex {
  display: flex;
  align-items: center;
}
.l-form-general .ll-row--flex-end {
  justify-content: flex-end;
}
.l-form-general .ll-row--flex-center {
  justify-content: center;
}
.l-form-general .ll-row--flex :first-child {
  margin-right: 15px;
}
.l-form-general .ll-row--button {
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 30px 0 15px 0;
}
.l-form-general .ll-row--button-right {
  justify-content: flex-end;
}
.l-form-general .ll-row--data-only:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet):not(.h-space-none) {
  margin-bottom: 15px;
}
.l-form-general .ll-row--data-only + .ll-row:not(.ll-row--data-only) {
  margin-top: 20px;
}
.l-form-general .ll-row--location {
  max-width: 100%;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--location {
    display: flex;
    align-items: center;
    max-width: 100% !important;
    flex-flow: row nowrap;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--location.ll-row--location-desc {
    align-items: flex-start;
  }
}
.l-form-general .ll-row--location.ll-row--location-desc > * {
  flex: 0;
}
.l-form-general .ll-row--location .ll-discount-wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--location .ll-discount-wrapper {
    flex-flow: row nowrap;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.l-form-general .ll-row--location .ll-discount-wrapper > label {
  padding: 4px 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--location .ll-discount-wrapper > label {
    padding-left: 10px;
  }
}
.l-form-general .ll-row--cardamage {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 640px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--cardamage {
    padding-right: 0;
  }
}
.l-form-general .ll-row--cardamage.ll-row--cardamage-small {
  max-width: 400px;
}
.l-form-general .ll-row--cardamage.is-check {
  padding-right: 30px;
  max-width: none;
}
.l-form-general .ll-row--cardamage.h-space-s {
  margin-bottom: 15px;
}
.l-form-general .ll-row--cardamage.h-space-m {
  margin-bottom: 30px;
}
.l-form-general .ll-row--cardamage.h-space-l {
  margin-bottom: 60px;
}
.l-form-general .ll-row--cardamage-full {
  max-width: none;
}
.l-form-general .ll-row--cardamage > .ll-error-msg {
  width: 100%;
}
.l-form-general .ll-row--cardamage > .ll-col-label {
  width: 100%;
  padding: 5px 0;
}
.l-form-general .ll-row--cardamage > .ll-col-label ~ .ll-col-data {
  max-width: 640px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--cardamage > .ll-col-label ~ .ll-col-data {
    margin-right: 15px;
    width: auto;
    max-width: none;
  }
}
.l-form-general .ll-row--cardamage > .ll-col-label ~ .ll-col-data.is-last {
  margin-right: 0;
}
.l-form-general .ll-row--hidden {
  display: none;
}
.l-form-general .ll-row.is-error {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-row.is-error {
    margin-bottom: 18px;
  }
}
.lt-ie9 .l-form-general .ll-row.is-error {
  margin-bottom: 18px;
}
.m-basic-calculator-tiles--classic .l-form-general .ll-row.is-error {
  margin-bottom: 0;
}
.l-form-general .ll-row.is-error .ll-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0;
}
.l-form-general .ll-row.is-error .ll-error-msg > a {
  color: #cc3333;
}
.l-form-general .ll-row.seperator-s {
  margin-bottom: 10px;
}
.l-form-general .ll-row.seperator-m {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-row.seperator-m {
    margin-bottom: 25px;
  }
}
.lt-ie9 .l-form-general .ll-row.seperator-m {
  margin-bottom: 25px;
}
.l-form-general .ll-row.seperator-l {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-row.seperator-l {
    margin-bottom: 35px;
  }
}
.lt-ie9 .l-form-general .ll-row.seperator-l {
  margin-bottom: 35px;
}
.l-form-general .ll-row.seperator-xl {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-row.seperator-xl {
    margin-bottom: 50px;
  }
}
.lt-ie9 .l-form-general .ll-row.seperator-xl {
  margin-bottom: 50px;
}
.l-form-general .ll-row.seperator-no {
  margin-bottom: 0;
}
.l-form-general .ll-row--dependent {
  margin-bottom: 10px;
}
.l-form-general .ll-row.ll-row.is-error.is-sub-error-shown .ll-error-msg {
  display: block;
}
.m-ves-rs-contentbox .l-form-general .ll-row:not(.is-floating) {
  max-width: 400px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
.m-ves-rs-contentbox .l-form-general .ll-row.is-floating {
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form-general .ll-row.is-floating {
    display: flex;
    justify-content: center;
    width: initial;
    max-width: initial;
  }
}
.m-basic-calculator-tiles--classic.m-basic-calculator-tiles--clone-element .l-form-general .ll-row {
  padding-right: 0;
  max-width: initial;
}
.l-form-general .ll-row .ll-error-msg {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #cc3333;
  transition: all 1.35s ease;
}
.l-form-general .ll-row h3.is-form-aligned {
  text-align: left;
  padding-bottom: 12px;
}
.l-form-general .ll-row.ll-row--icon > .ll-col-label {
  margin-left: 30px;
}

.l-form-general .ll-row.ll-row--location > .ll-col-label {
  left: 45px;
  top: 18px;
}

.l-form-general .ll-row.ll-row--data-only > .ll-col-label {
  position: initial;
  top: 0;
  left: 0;
  float: left;
  width: 45%;
  padding: 8px 0 0 0;
  margin-right: 5%;
}

.l-form-general .ll-row.ll-row--cardamage > .ll-col-label {
  width: 100%;
  padding: 5px 0;
}

.m-basic-calculator-tiles--classic .l-form-general .ll-row > .ll-col-label--above {
  margin-bottom: 10px;
}
.m-ves-rs-contentbox .l-form-general .ll-row > .ll-col-label {
  left: 250px;
}
.m-ves-rs-contentbox .ll-multirow .l-form-general .ll-row > .ll-col-label {
  left: 0;
}
.l-form-general .ll-row > .ll-col-label + .ll-col-data input {
  padding-top: 0;
}
.l-form-general .ll-row.ll-row--data-only > .ll-col-label .ll-label {
  font-weight: bold;
}

.l-form-general .ll-row.is-error > .ll-col-label .ll-label {
  color: #cc3333;
}

.l-form-general .ll-row > .ll-col-label .ll-label.ll-label--infolayer {
  position: relative;
  padding: 0 5px;
  left: -5px;
}

.l-form-general .ll-row.is-error > .ll-col-label .ll-label {
  color: #cc3333;
}

.l-form-general .ll-row > .ll-col-label .ll-label {
  font-weight: bold;
  top: 0 !important;
}

.l-form-general .ll-row > .ll-col-label .ll-label:hover {
  cursor: text;
}
.l-form-general .ll-row.ll-row--data-only > .ll-col-label .ll-label > span:not(.ll-bold) {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.l-form-general .ll-row.is-error.is-check > .ll-col-data > .ll-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 18.6440677966%;
}
.l-form-general .ll-row.is-valid.is-check > .ll-col-data > .ll-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.l-form-general .ll-row.is-error.is-check--icon > .ll-col-data > .ll-check, .l-form-general .ll-row.is-valid.is-check--icon > .ll-col-data > .ll-check {
  right: 44px;
  position: relative;
}
.l-form-general .ll-row.is-check--icon {
  padding: 0;
}
.l-form-general .ll-row.is-check--icon > .ll-col-data > *:not(.a-basic-input-text--date) {
  max-width: calc(100% - 45px);
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row.is-check--icon > .ll-col-data > *:not(.a-basic-input-text--date) {
    max-width: 400px;
  }
}
.l-form-general .ll-row > .ll-col-data {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row > .ll-col-data {
    max-width: initial;
  }
}
.ll-row:not(.ll-row--full) .l-form-general .ll-row > .ll-col-data {
  max-width: 305px;
}
@media print, only screen and (min-width: 48em) {
  .ll-row:not(.ll-row--full) .l-form-general .ll-row > .ll-col-data {
    max-width: 400px;
  }
}
.l-form-general .ll-row.ll-row--data-only > .ll-col-data {
  width: 50%;
  float: left;
  display: block;
  position: initial;
}

@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row.ll-row--cardamage > .ll-col-data {
    margin-right: 15px;
  }
}

.l-form-general .ll-row.ll-row--cardamage-small > .ll-col-data {
  margin-right: 0;
}

@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row.ll-row--data-only > .ll-col-data {
    width: 50%;
  }
}

@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row.ll-row--data-only > .ll-col-data {
    width: 50%;
  }
}

.l-form-general .ll-row.ll-row--center > .ll-col-data {
  justify-content: center;
}

.l-form-general .ll-row.ll-row--padding > .ll-col-data {
  padding-right: 40px;
}

.l-form-general .ll-row > .ll-col-data--baseline {
  align-items: baseline;
}
.l-form-general .ll-row > .ll-col-data--center {
  align-items: center;
}
.l-form-general .ll-row > .ll-col-data--no-flex {
  display: initial;
}
.l-form-general .ll-row > .ll-col-data > .ll-error-msg {
  display: none;
  color: #cc3333;
  order: 2;
  width: 100%;
  padding: 5px 15px 5px 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.l-form-general .ll-row.is-error > .ll-col-data > .ll-error-msg {
  display: block;
}

.l-form-general .ll-row.ll-row--icon > .ll-col-data > .ll-error-msg {
  padding: 5px 15px 5px 30px;
}

.l-form-general .ll-row > .ll-col-data > .ll-date-condition {
  width: 100%;
  order: 3;
  margin-top: 5px;
}
.l-form-general .ll-row.is-error > .ll-col-data > .ll-date-condition {
  margin-top: 15px;
}

.l-form-general .ll-row > .ll-col-data > .m-basic-calculator-tiles--classic + .ll-check {
  display: none;
}
.l-form-general .ll-row > .ll-col-data > .a-basic-input-radio + .ll-check {
  top: -15px;
  transform: translateX(100%);
}
.l-form-general .ll-row > .ll-col-data > .a-basic-input-checkbox + .ll-check {
  top: -15px;
}
.l-form-general .ll-row > .ll-col-data > .a-basic-input-radio--haptik + .ll-check {
  top: -8px;
}
.l-form-general .ll-row > .ll-col-data .ll-check {
  position: absolute;
  right: 2px;
  top: -2px;
  z-index: 1;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 9px 0 0 0;
  visibility: hidden;
}
.l-form-general .ll-row.ll-row--ds > .ll-col-data .ll-check {
  margin: 0;
}

.l-form-general .ll-row.is-disabled > .ll-col-data .ll-check {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 96.8926553672%;
  opacity: 0.6 !important;
  visibility: visible !important;
}

.l-form-general .ll-row > .ll-col-data .ll-description {
  clear: both;
  line-height: normal;
  padding-right: 1px;
  padding-bottom: 1px;
}
.l-form-general .ll-row > .ll-col-data .ll-description:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.l-form-general .ll-row > .ll-col-data > .js-plain-content.is-data-only {
  margin-top: 40px;
  margin-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row > .ll-col-data > .js-plain-content.is-data-only {
    margin-top: 5px;
    margin-left: 240px;
  }
}
.l-form-general .ll-row > .ll-col-data div + .ll-description:not(.ll-description--show-initial) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  max-width: 400px;
}
.l-form-general .ll-row.is-focused > .ll-col-data div + .ll-description:not(.ll-description--show-initial) {
  opacity: 1;
  max-height: 260px;
}

.l-form-general .ll-row > .ll-col-data div.js-focus + .ll-description:not(.ll-description--show-initial) {
  opacity: 1;
  max-height: 260px;
  padding-top: 5px;
}
.l-form-general .ll-row > .ll-col-data > .ll-iframe-basic-input-text iframe {
  width: 400px;
  height: 55px;
}
.l-form-general .ll-row--data-only > .ll-col-data > p {
  padding-top: 8px;
}

.l-form-general .ll-row > .ll-col-data > strong {
  margin-right: 20px;
}
.l-form-general .ll-row--data-only > .ll-col-data > .ll-data-text {
  position: absolute;
  padding-top: 8px;
}

.l-form-general .ll-row .ll-depend {
  width: 100%;
}
.l-form-general .ll-row .ll-depend--margin-top {
  margin-top: 30px;
}
.l-form-general .ll-row .ll-depend > .ll-col-data {
  width: 305px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row .ll-depend > .ll-col-data {
    width: 400px;
  }
}
.l-form-general .ll-row .ll-row {
  padding-right: 0;
}
.l-form-general .ll-row .ll-button-trigger--plus {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.l-form-general .ll-row .ll-button-trigger--plus:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -13px;
  left: -13px;
}
.l-form-general .ll-row .ll-clone-content.is-hidden-headline .ll-clone-headline {
  display: none;
}
.l-form-general .ll-row .ll-clone-wrapper:not(:first-child) .ll-info-only-once {
  display: none;
}
.l-form-general .ll-aside {
  background: #fff;
  display: none;
  z-index: 55;
  border: 1px solid #d7d7d7;
  margin-top: 0;
  transition: transform 1.5s;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside {
    display: block;
    width: 305px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside {
    display: block;
    width: 305px;
    margin-right: -40px;
  }
}
.lt-ie9 .l-form-general .ll-aside {
  display: block;
  width: 305px;
  margin-right: -40px;
}
.l-form-general .ll-aside-inline-on-init {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside-inline-on-init {
    position: static;
    display: block;
    width: 305px;
  }
}
.lt-ie9 .l-form-general .ll-aside-inline-on-init {
  position: static;
  display: block;
  width: 305px;
}
.l-form-general .ll-aside.is-open {
  left: auto;
  right: 0;
  top: 33.5%;
  position: fixed;
  width: 305px;
  z-index: 1005;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside.is-open {
    right: auto;
    top: auto;
  }
}
.lt-ie9 .l-form-general .ll-aside.is-open {
  right: auto;
  top: auto;
}
.l-form-general .ll-aside.is-animating-right {
  transform: translateX(100vw);
}
.l-form-general .ll-aside .ll-aside-head {
  padding: 1px 37px 2px 10px;
  position: relative;
  background: #ffcc00;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.h-roboto .l-form-general .ll-aside .ll-aside-head {
  font-family: "Roboto Bold", sans-serif;
}
.l-form-general .ll-aside .ll-aside-head .ll-aside-edit {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
.l-form-general .ll-aside .ll-aside-head--small {
  min-height: 37px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Calibri", "Arial", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
.l-form-general .ll-aside .ll-aside-content {
  padding: 8px 10px 2px;
  background: #fff;
  position: relative;
}
.l-form-general .ll-aside .ll-aside-content h2 {
  font-family: "Calibri", "Arial", sans-serif;
  padding-bottom: 7px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.l-form-general .ll-aside .ll-aside-content .m-basic-hint + .ll-price-wrapper .ll-contribution {
  padding-top: 0;
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
    position: absolute;
    top: 4px;
    right: 10px;
    text-align: right;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
    position: static;
    text-align: left;
  }
}
.lt-ie9 .l-form-general .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
  position: static;
  text-align: left;
}

@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
    font-size: 23px;
    font-size: 1.4375rem;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
    padding: 10px 0 7px 0;
    border-top: 1px solid #d7d7d7;
  }
}
.lt-ie9 .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
  padding: 10px 0 7px 0;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.lt-ie9 .l-form-general .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
  font-size: 28px;
  font-size: 1.75rem;
}
.l-form-general .ll-aside .ll-aside-content > .l-main-cols > .ll-main-cols-s {
  text-align: right;
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution {
  padding: 10px 0 7px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside .ll-aside-content .ll-contribution {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us {
  align-items: center;
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m > .js-rate-method, .l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m.js-rate-value {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m > .js-rate-method-initial, .l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m.js-rate-value-initial {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m:last-of-type {
  text-align: right;
}
.l-form-general .ll-aside .ll-aside-content .ll-contribution > #membership_price_standard,
.l-form-general .ll-aside .ll-aside-content .ll-contribution > #membership_price_plus {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.l-form-general .ll-aside .ll-aside-content .ll-action-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-form-general .ll-aside .ll-aside-content .ll-rate {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-aside .ll-aside-content .ll-rate {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-form-general .ll-aside .ll-aside-content > .ll-row {
  padding: 0;
}
.l-form-general .ll-aside .ll-aside-content > .ll-row > .ll-row--flex:not(.h-none) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 10px;
}
.l-form-general .ll-aside .ll-aside-content > .ll-row > .ll-row--flex:first-child {
  margin-bottom: 0;
}
.l-form-general .ll-aside .ll-aside-content > .ll-row > .ll-row--flex > p {
  margin-bottom: 0;
}
.l-form-general .ll-aside .ll-aside-content > .ll-row > .ll-row--flex .js-kv-price {
  font-weight: bold;
}
.l-form-general .ll-aside .ll-aside-content > .ll-row > .ll-row--flex .js-hv-price {
  font-weight: bold;
}
.l-form-general .ll-aside .ll-aside-bar--mobile {
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-form-general .ll-aside .ll-aside-bar--mobile.is-stuck {
    visibility: visible;
    height: auto;
    z-index: 99;
  }
}
.l-form-general .ll-button-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 7px;
}
.l-form-general .ll-button-wrapper--form-bottom {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper--form-bottom {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-form-general .ll-button-wrapper--form-width {
  max-width: 400px;
}
.l-form-general .ll-button-wrapper--form-break-mobile {
  flex-direction: column;
  row-gap: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper--form-break-mobile {
    flex-direction: row;
  }
}
.l-form-general .ll-button-wrapper--form-left {
  column-gap: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper--form-bottom-reverse {
    flex-flow: row-reverse nowrap;
  }
}
.l-form-general .ll-button-wrapper.seperator-m {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper.seperator-m {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-button-wrapper.seperator-m {
    margin-bottom: 45px;
  }
}
.lt-ie9 .l-form-general .ll-button-wrapper.seperator-m {
  margin-bottom: 45px;
}
.l-form-general .ll-button-wrapper.seperator-l {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper.seperator-l {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-button-wrapper.seperator-l {
    margin-bottom: 95px;
  }
}
.lt-ie9 .l-form-general .ll-button-wrapper.seperator-l {
  margin-bottom: 95px;
}
.l-form-general .ll-button-wrapper.seperator-top-l {
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper.seperator-top-l {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .ll-button-wrapper.seperator-top-l {
    margin-top: 80px;
  }
}
.lt-ie9 .l-form-general .ll-button-wrapper.seperator-top-l {
  margin-top: 80px;
}
.l-form-general .ll-button-wrapper > .ll-button-group {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-button-wrapper > .ll-button-group {
    display: flex;
    align-items: baseline;
    column-gap: 20px;
    row-gap: 20px;
  }
}

.m-basic-calculator-tiles--classic .l-form-general.mm-content-row--centered-natural .ll-row {
  left: 50%;
  transform: translateX(-50%);
}
.m-basic-calculator-tiles--classic .l-form-general.mm-content-row--centered-natural .ll-col-data {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  min-width: 290px;
}
.m-basic-calculator-tiles--classic .l-form-general.mm-content-row--centered-natural .ll-col-data > * {
  max-width: none;
}
.m-basic-calculator-tiles--classic .l-form-general.mm-content-row--centered-natural .is-check--icon > .ll-col-data > .ll-check {
  left: 100%;
  position: relative;
}

.m-basic-calculator-tiles--classic .l-form-general.mm-content-row--centered-full .ll-col-label--above {
  text-align: center;
}

/* l-main */
.l-form:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp):not(.h-space-resp-tablet) {
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form {
    margin-right: 0;
  }
}
@media print {
  .l-form {
    margin-right: 0;
  }
}
.l-form--background {
  background: #f3f3f4;
  border-radius: 10px;
  padding: 20px 15px 20px 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--background {
    padding: 20px 40px 20px 30px;
  }
}
.l-form--background > form {
  padding: 20px 25px 0 25px;
  margin-bottom: -20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--background > form {
    padding: 20px 0 0 10px;
  }
}
.m-layout-main-nav-left .mm-input-field .l-form {
  background-color: #ffcc00;
  padding: 10px 0;
  margin: 1px 0 0 0;
}
.m-layout-main-nav-left .l-form {
  margin: 10px 0;
}
.m-basic-keywordfilter--radiobuttons .l-form {
  margin-bottom: 0;
}
.l-form fieldset .ll-main-cols-l .ll-row {
  max-width: inherit;
}
.l-main-cols--line > .l-form {
  padding-right: 20px;
}
.m-basic-toggle--link .l-form {
  margin-bottom: 0;
  background: #ededed;
}
.m-ves-rs-contentbox--damagedeclaration .l-form:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
}
.l-form > .m-basic-calculator-content-box--my-boat > .ll-fieldset > .ll-row > .ll-col-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .l-form > .m-basic-calculator-content-box--my-boat > .ll-fieldset > .ll-row > .ll-col-label {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
  }
}
.l-form .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 20px;
}
.m-basic-radius-search .l-form .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .l-form .ll-fieldset {
  margin-bottom: 0;
}
.l-form--sticky-contact .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 0;
}

.l-form .ll-fieldset .ll-main-cols .ll-row {
  margin-left: 0;
}
.l-form .ll-fieldset > legend {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset > legend {
    padding: 0 0 18px 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  .l-form .ll-fieldset > legend {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.l-form .ll-fieldset > legend .ll-edit {
  position: relative;
  top: -5px;
  left: 7px;
  cursor: pointer;
}
.l-form .ll-fieldset > legend .ll-delete {
  cursor: pointer;
  font-weight: normal;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 0 0 20px;
  display: inline-block;
  margin-left: 8px;
  background: url(/assets/img/icons/icon-arrow-right-black.svg) no-repeat left top;
}
.l-form .ll-fieldset > legend > .ll-optional {
  font-weight: normal;
}
.l-form--sticky-contact .ll-fieldset .ll-row {
  margin-bottom: 0;
}

@media print, only screen and (min-width: 48em) {
  .l-form--sticky-contact .ll-fieldset .ll-row {
    margin-bottom: 0;
  }
}
.l-form .ll-fieldset .ll-row:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
  margin: 0 0 15px 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset .ll-row:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
    margin: 0 0 19px 0;
  }
}
.l-form .ll-fieldset .ll-row--upload {
  margin: 40px 0;
}
.l-form .ll-fieldset .ll-row .a-basic-input-checkbox .ll-row {
  margin-left: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset .ll-row--multilabels {
    margin-top: 23px;
  }
}
.l-form .ll-fieldset .ll-row--cardamage {
  margin-left: 0;
}
.l-form.l-form--cardamage-map .ll-fieldset .ll-row--cardamage {
  margin-left: 10px;
}

.l-form .ll-fieldset .ll-row--sep .ll-col-label {
  display: block;
  overflow: hidden;
  width: 100%;
}
.l-form .ll-fieldset .ll-row--sep .ll-col-label .ll-label--l {
  display: block;
  float: right;
  max-width: 400px;
  width: calc(100% - 110px);
}
.l-form .ll-fieldset .ll-row--sep .ll-col-label .ll-label--s {
  display: block;
  float: left;
  width: 100px;
}
.l-form .ll-fieldset .ll-row--sep .ll-col-data {
  width: 100%;
  max-width: 300px;
}
.l-form .ll-fieldset .ll-row--sep .ll-col-data .a-basic-input-text--s {
  float: left;
}
.l-form .ll-fieldset .ll-row--sep .ll-col-data .a-basic-input-text--l {
  width: calc(100% - 110px);
  float: right;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-fieldset .ll-row--sep .ll-col-data {
    width: calc(100% - 100px);
  }
}
.lt-ie9 .l-form .ll-fieldset .ll-row--sep .ll-col-data {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-sticky-service-contact .l-form .ll-fieldset .ll-row--sep .ll-col-data {
    width: 100%;
  }
}
.lt-ie9 .m-basic-sticky-service-contact .l-form .ll-fieldset .ll-row--sep .ll-col-data {
  width: 100%;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-label {
  display: block;
  overflow: hidden;
  width: 100%;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-label .ll-label--l {
  display: block;
  float: left;
  max-width: 400px;
  width: calc(100% - 110px);
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-label .ll-label--s {
  display: block;
  float: right;
  width: 100px;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data {
  width: 100%;
  max-width: 300px;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data > p {
  padding-top: 8px;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data .a-basic-input-text--s {
  float: right;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data .a-basic-input-select--s {
  float: right;
}
.l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data .a-basic-input-text--l {
  width: calc(100% - 110px);
  float: left;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data {
    width: calc(100% - 100px);
  }
}
.lt-ie9 .l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-sticky-service-contact .l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data {
    width: 100%;
  }
}
.lt-ie9 .m-basic-sticky-service-contact .l-form .ll-fieldset .ll-row--sep-reverse .ll-col-data {
  width: 100%;
}
.l-form .ll-fieldset .ll-row--space-between {
  display: flex;
  justify-content: space-between;
}
.l-form .ll-fieldset .ll-row > .ll-inline {
  display: flex;
}
.m-basic-range-slide .l-form .ll-fieldset .ll-row > .ll-inline {
  display: flex;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-range-slide .l-form .ll-fieldset .ll-row > .ll-inline {
    display: none;
  }
}
.l-form .ll-fieldset .ll-row > .ll-inline > * {
  margin-right: 10px;
}
.l-form .ll-fieldset .ll-row > .ll-inline > .ll-inline-labeltext {
  padding-top: 5px;
}
.l-form .ll-fieldset .ll-row > .ll-inline > .ll-inline-labeltext-stars {
  padding-top: 2px;
}
.l-form .ll-fieldset .ll-row > .ll-inline > .ll-inline-element {
  min-width: 96px;
}
.l-form .ll-fieldset .ll-delete-clone-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.l-form .ll-fieldset .ll-delete-clone-icon:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
  left: -10px;
  top: -2px;
  width: 35px;
  height: 35px;
}
.l-form .ll-fieldset .ll-delete-clone-icon--delete:after {
  top: -4px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
}
.m-basic-radius-search .l-form > .l-main-cols .ll-row {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search .l-form > .l-main-cols .ll-row {
    padding: 0 30px 0 0;
  }
}
.l-form .ll-left {
  float: left;
  margin: 0 20px 0 0;
}
.l-form .ll-row {
  position: relative;
  padding: 0 57px 0 0;
  max-width: 335px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row {
    max-width: 547px;
    padding: 0 30px 0 0;
  }
}
@media print {
  .l-form .ll-row {
    max-width: 547px;
    padding: 0 30px 0 0;
  }
}
.l-form .ll-row--thin-padding {
  padding: 0 10px 0 0;
}
.l-form .ll-row--no-padding {
  padding: 0;
}
.l-form .ll-row:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.ll-row--button) {
  margin: 0 0 15px 0;
}
.l-form.l-form--sticky-contact .ll-row {
  width: calc(100% - 10px);
  padding: 0;
}

.l-form .ll-row--hidden {
  display: none;
}
.l-form .ll-row--clone {
  padding-right: 0;
}
.l-form .ll-row--clone.is-fixed-only > *:only-child .ll-delete {
  display: none;
}
.l-form .ll-row--clone legend .ll-delete {
  margin-top: 2px;
  padding: 0 0 0 20px;
  margin-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--clone legend .ll-delete {
    margin-top: 7px;
    margin-left: 8px;
  }
}
.l-form .ll-row--clone legend h2 {
  margin-bottom: 0;
}
.l-form .ll-row--button {
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.l-form .ll-row--button-right {
  justify-content: flex-end;
}
.l-form .ll-row--full {
  max-width: 730px;
}
.l-form .ll-row--full .ll-col-label {
  width: 230px;
}
.l-form:not(.l-form--labelontop) .ll-row--full .ll-col-label + .ll-col-data {
  width: calc(100% - 230px);
  max-width: none;
}

@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--overview {
    max-width: 650px;
  }
}
.l-form .ll-row--flex {
  display: flex;
  align-items: center;
}
.l-form .ll-row--flex-end {
  justify-content: flex-end;
}
.l-form .ll-row--flex-center {
  justify-content: center;
}
.l-form .ll-row--flex :first-child {
  margin-right: 15px;
}
.m-basic-keywordfilter .l-form .ll-row--full {
  max-width: none;
}
.l-form .ll-row--cardamage {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 640px;
  padding-right: 0;
}
.l-form .ll-row--cardamage.ll-row--cardamage-small {
  max-width: 547px;
  padding-right: 30px;
}
.l-form .ll-row--cardamage.is-check {
  padding-right: 30px;
  max-width: none;
}
.l-form .ll-row--cardamage.h-space-s {
  margin-bottom: 15px;
}
.l-form .ll-row--cardamage.h-space-m {
  margin-bottom: 30px;
}
.l-form .ll-row--cardamage.h-space-l {
  margin-bottom: 60px;
}
.l-form .ll-row--cardamage-full {
  max-width: none;
}
.l-form .ll-row--cardamage > .ll-error-msg,
.l-form .ll-row--cardamage > .mm-error-msg {
  width: 100%;
}
.l-form .ll-row--cardamage > .ll-col-label {
  width: 100%;
  padding: 5px 0;
}
.l-form .ll-row--cardamage > .ll-col-label ~ .ll-col-data {
  max-width: 640px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage > .ll-col-label ~ .ll-col-data {
    margin-right: 15px;
    width: auto;
    max-width: none;
  }
}
.l-form .ll-row--cardamage > .ll-col-label ~ .ll-col-data.is-last {
  margin-right: 0;
}
.l-form .ll-row--mgl-discount {
  display: flex;
  flex-flow: column wrap;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--mgl-discount {
    flex-flow: row nowrap;
    border-top: 10px solid transparent;
  }
}
.l-form .ll-row--mgl-discount .ll-discount-wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--mgl-discount .ll-discount-wrapper {
    flex-flow: row nowrap;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.l-form .ll-row--mgl-discount .ll-discount-wrapper > label {
  padding: 4px 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--mgl-discount .ll-discount-wrapper > label {
    padding-left: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--location {
    display: flex;
    flex-flow: column wrap;
    max-width: 100% !important;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--location {
    flex-flow: row nowrap;
  }
}
.l-form .ll-row--location .ll-discount-wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--location .ll-discount-wrapper {
    flex-flow: row nowrap;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.l-form .ll-row--location .ll-discount-wrapper > label {
  padding: 4px 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--location .ll-discount-wrapper > label {
    padding-left: 10px;
  }
}
.m-basic-toggle--link .l-form .ll-row {
  width: 100%;
  max-width: inherit;
  padding-right: 0;
}
.mm-dashbox-theme .l-form .ll-row {
  padding-right: 0;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  max-width: 100%;
}
.m-my-adac-dashboard-box-layer .l-form .ll-row {
  border: none;
  padding-bottom: 0;
}
.l-form .ll-row [data-clone-heritage] {
  transition: opacity 0.2s ease 0.2s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 20px;
}
.l-form .ll-row [data-clone-heritage].is-visible {
  max-height: 999999px;
  opacity: 1;
}
.l-form .ll-row h3.is-form-aligned {
  text-align: left;
  padding-bottom: 12px;
}
.l-form .ll-row .ll-check,
.l-form .ll-row .mm-check {
  position: absolute;
  right: 32px;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 6px 0 0 0;
  visibility: hidden;
  transition: opacity 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row .ll-check,
  .l-form .ll-row .mm-check {
    margin: 8px 0 0 0;
    right: 5px;
  }
}
.l-outer--my-adac-content .l-form .ll-row .ll-check,
.l-outer--my-adac-content .l-form .ll-row .mm-check {
  margin: 6px 0 0 0;
  right: -30px;
}
.l-form--sticky-contact .ll-row .ll-check, .l-form--sticky-contact .ll-row .mm-check {
  right: -30px;
}

.l-form .ll-row.is-valid.is-check .ll-switch-icon, .l-form .ll-row.is-error.is-check .ll-switch-icon {
  right: -20px;
  margin: 8px 0 0 0;
}
.l-form .ll-row.is-valid.is-check .ll-delete, .l-form .ll-row.is-error.is-check .ll-delete {
  right: -20px;
  margin: 8px 0 0 0;
}
.l-form .ll-row.is-error.is-check .ll-check, .l-form .ll-row.is-error.is-check .mm-check {
  opacity: 1;
  visibility: visible;
  background: url(/assets/img/icons/icon-close-red.svg) no-repeat;
}
.l-form .ll-row.is-valid.is-check .ll-check, .l-form .ll-row.is-valid.is-check .mm-check {
  opacity: 1;
  visibility: visible;
  background: url(/assets/img/icons/icon-check-green.svg) no-repeat;
}
.l-form .ll-row.is-valid.is-check .ll-check--infoIcon, .l-form .ll-row.is-error.is-check .ll-check--infoIcon {
  right: 5px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row.is-valid.is-check .ll-check--infoIcon, .l-form .ll-row.is-error.is-check .ll-check--infoIcon {
    margin: 8px -25px 0px 0px;
  }
}
.l-form .ll-row .ll-error-msg,
.l-form .ll-row .mm-error-msg {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #cc3333;
  transition: all 1.35s ease;
}
.l-form .ll-row.is-error .ll-error-msg,
.l-form .ll-row.is-error .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0;
}
.l-form .ll-row.is-error .ll-error-msg > a,
.l-form .ll-row.is-error .mm-error-msg > a {
  color: #cc3333;
}
.l-form .ll-row .ll-iframe-basic-input-text {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.l-form .ll-row .ll-iframe-basic-input-text:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
  position: absolute;
  left: 100%;
  top: 2px;
  width: 0;
  height: 100%;
  z-index: 2;
  transition: all 0.6s ease-in-out;
}
.l-form .ll-row .ll-iframe-basic-input-text > iframe {
  height: 36px;
  width: 343px;
}
.l-form .ll-row.is-error .ll-iframe-basic-input-text > iframe {
  border-color: transparent;
  border-bottom: 2px solid #cc3333;
}

.l-form .ll-row .ll-button-trigger--plus {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.l-form .ll-row .ll-button-trigger--plus:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -13px;
  left: -13px;
}
.l-form .ll-row-hidden.hidden {
  display: none;
}
.l-form .ll-clone-wrapper:not(:first-child) .ll-info-only-once {
  display: none;
}
.l-form--labelontop .l-main-cols .ll-col-label .ll-row {
  margin-bottom: 0;
}
.l-form .ll-main-content-switch .ll-row {
  margin-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-main-content-switch .ll-row {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-main-content-switch .ll-row {
    margin-right: 40px;
  }
}
.lt-ie9 .l-form .ll-main-content-switch .ll-row {
  margin-right: 40px;
}
.l-form .ll-depend {
  display: none;
  clear: both;
}
.l-form .ll-depend--visible {
  display: block;
}
.l-form .ll-depend--my-adac {
  margin-top: 15px;
}
.l-form .ll-depend > div.m-full {
  width: 100%;
}
.l-form .ll-depend-change {
  display: none;
  clear: both;
}
.l-form .ll-depend-change.is-visible {
  display: block;
}
.l-form .ll-depend-change--my-adac {
  margin-top: 15px;
}
.l-form .a-basic-input-checkbox--legend > div > .ll-depend {
  margin-left: -35px;
}
.l-form .ll-row.ll-depend {
  margin-left: 0;
}
.l-form .ll-row.ll-depend.ll-depend--radio {
  margin-left: 25px;
}
.l-form .ll-row.ll-depend.ll-depend--radio-other {
  margin-left: 35px;
}
.l-form .a-basic-input-radio .ll-depend {
  margin-top: 0;
}
.l-form .a-basic-input-radio .ll-depend--my-adac {
  margin-left: -45px;
  margin-top: 15px;
}
.l-form .a-basic-input-radio--my-adac .ll-depend--my-adac {
  margin-left: 0;
}

.l-form .ll-col-label {
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-col-label {
    margin: 0;
    float: left;
    width: 240px;
    padding: 8px 10px 0 0;
  }
}
@media print {
  .l-form .ll-col-label {
    margin: 0;
    float: left;
    width: 210px;
    padding: 5px 10px 0 0;
  }
}
.l-form .ll-col-label.is-empty {
  width: 25px;
}
.mm-dashbox-theme .l-form .ll-col-label {
  margin: 0;
  float: left;
  padding: 15px 10px 0 0;
  width: auto;
}
.m-basic-socialshare .l-form .ll-col-label {
  width: 100%;
}
.l-form--my-adac .ll-col-label + .ll-col-data {
  width: 100%;
}

@media print, only screen and (min-width: 48em) {
  .l-form .ll-col-label + .ll-col-data {
    position: relative;
    float: left;
    width: calc(100% - 240px);
    max-width: 307px;
  }
  .l-main-cols--line .l-form .ll-col-label + .ll-col-data {
    width: 100%;
  }
  .m-basic-sticky-service-contact-restyle .l-form .ll-col-label + .ll-col-data {
    width: 100%;
    max-width: inherit;
  }
  .m-basic-calculator-content-box .l-form .ll-col-label + .ll-col-data {
    position: static;
  }
}
.l-form .ll-col-label + .ll-col-data > p {
  padding-top: 8px;
}
.mm-dashbox-theme .l-form .ll-col-label + .ll-col-data {
  float: left;
  width: auto;
}
.l-form--my-adac .ll-col-label + .ll-col-data {
  width: 100%;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-form--my-adac .ll-col-label + .ll-col-data {
    max-width: 100%;
    width: auto;
  }
}

@media print, only screen and (min-width: 48em) {
  .l-form--sticky-contact .ll-col-label + .ll-col-data {
    width: 100%;
  }
}

.o-layout-main-stage--search .l-form .ll-col-label + .ll-col-data {
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-socialshare .l-form .ll-col-label + .ll-col-data {
    float: left;
    width: 100%;
    max-width: none;
  }
}
.m-basic-keywordfilter--button .l-form .ll-col-label + .ll-col-data {
  width: 100%;
  max-width: 100%;
}
.l-form .ll-col-label .ll-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.l-form .ll-col-label .ll-label--infolayer {
  display: inline;
  position: relative;
}
.l-form .ll-col-label .ll-label > span:not(.ll-bold) {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.l-form .ll-col-label .ll-label > span.ll-label-smartbold {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-col-label .ll-label > span.ll-label-smartbold {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
  }
}
.l-lightbox .l-form .ll-col-label:not(.ll-col-label--short) {
  width: 100%;
  padding: 0 0 5px 0;
}
.l-form .ll-col-label.is-disabled .ll-label {
  color: #cccccc;
}
.m-basic-socialshare .l-form .ll-col-label label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print {
  .l-form .ll-col-data {
    float: left;
    width: calc(100% - 170px);
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-col-data--only-data {
    margin: 0 0 0 170px;
  }
}
@media print {
  .l-form .ll-col-data--only-data {
    margin: 0 0 0 170px;
  }
}
.l-form .ll-col-data--grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.l-form .ll-col-data--grid > .ll-error-msg,
.l-form .ll-col-data--grid > .mm-error-msg {
  width: 100%;
}
.l-form .ll-col-data--align-right {
  justify-content: flex-end;
}
.l-form .ll-col-data .ll-delete-clone-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.l-form .ll-col-data .ll-delete-clone-icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/icons/icon-cancel.svg) no-repeat;
}
.l-form .ll-col-data > .js-plain-content {
  display: inline-block;
  padding-top: 5px;
}
.l-form .ll-col-data > .ll-input-spacer {
  display: inline-block;
  width: 19px;
  height: 30px;
  position: relative;
}
.l-form .ll-col-data > .ll-input-spacer > span {
  position: absolute;
  top: 5px;
  left: 8px;
}
.l-form .ll-col-data > .ll-input-spacer--my-adac-content {
  width: 10px;
  height: 40px;
}
.l-form .ll-col-data > .ll-input-spacer--my-adac-content > span {
  left: 0;
  width: 10px;
  top: 10px;
  font-weight: bold;
  text-align: center;
}
.l-form .ll-col-data > .ll-delete {
  position: absolute;
  right: 5px;
  width: 25px;
  height: 25px;
  margin: 5px 0 0 0;
  transition: all 1.35s ease;
  background: url(/assets/img/icons/icon-delete.svg) no-repeat;
  cursor: pointer;
}
.l-form .ll-col-data > .ll-switch-icon {
  position: absolute;
  right: 5px;
  width: 25px;
  height: 25px;
  margin: 5px 0 0 0;
  transition: all 1.35s ease;
  background: url("/assets/img/icons/tourset/icon-tourset-vert.svg") no-repeat center center;
  cursor: pointer;
}
.l-form .ll-col-data > .ll-row-content-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.l-form .ll-col-data > .ll-row-content-wrapper--tablet-switch {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-col-data > .ll-row-content-wrapper--tablet-switch {
    flex-flow: row nowrap;
  }
}
.l-form .ll-col-data .ll-data-text {
  display: block;
  padding: 5px 0;
}
.l-form .ll-col-data .ll-data-text--big {
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.l-form .ll-col-data.ll-col-data-flex > .ll-inline {
  display: flex;
  align-items: center;
}
.l-form .ll-col-data.ll-col-data-flex > .ll-inline > * {
  margin: 0 5px;
}
.l-form .ll-col-data.ll-col-data-flex > .ll-inline > *:last-child {
  margin-right: 0;
}
.l-form .ll-description {
  clear: both;
  padding-top: 5px;
  line-height: normal;
}
.l-form .ll-description:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.l-form .a-basic-input-text + .ll-description:not(.ll-description--show-initial) {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1.35s ease;
}
.l-form .a-basic-input-text.js-focus + .ll-description:not(.ll-description--show-initial) {
  opacity: 1;
  max-height: 260px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .m-ves-number-plate + .ll-description {
    padding-top: 0;
  }
}
.l-form .ll-info {
  clear: both;
  padding-top: 5px;
  line-height: normal;
  margin-bottom: 45px;
}
.l-form .ll-info:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.l-form .a-basic-input-text + .ll-info {
  padding: 0;
  overflow: hidden;
}
.l-form .ll-data-input-text {
  display: inline-block;
  height: 30px;
  padding: 5px 0;
}
.l-form .ll-data-input-text--left {
  float: left;
  margin-right: 10px;
}
.l-form .ll-aside-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 33.5%;
  background: #cc3333;
  padding: 5px;
  cursor: pointer;
  z-index: 45;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside-open {
    display: none;
    right: auto;
  }
}
.lt-ie9 .l-form .ll-aside-open {
  display: none;
  right: auto;
}
.l-form .ll-aside-open span {
  display: block;
  padding: 3px 0 0 2px;
  width: 31px;
  height: 31px;
}
.l-form .ll-aside-open span.ll-premium {
  border: none;
  position: absolute;
  top: -2px;
  left: -2px;
}
.l-form .ll-aside {
  background: #fff;
  display: none;
  z-index: 55;
  border: 1px solid #d7d7d7;
  margin-top: 0;
  transition: transform 1.5s;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside {
    display: block;
    width: 305px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside {
    display: block;
    width: 305px;
    margin-right: -40px;
  }
}
.lt-ie9 .l-form .ll-aside {
  display: block;
  width: 305px;
  margin-right: -40px;
}
.l-form .ll-aside-inline-on-init {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside-inline-on-init {
    position: static;
    display: block;
    width: 305px;
  }
}
.lt-ie9 .l-form .ll-aside-inline-on-init {
  position: static;
  display: block;
  width: 305px;
}
.l-form .ll-aside.is-open {
  left: auto;
  right: 0;
  top: 33.5%;
  position: fixed;
  width: 305px;
  z-index: 1005;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside.is-open {
    right: auto;
    top: auto;
  }
}
.lt-ie9 .l-form .ll-aside.is-open {
  right: auto;
  top: auto;
}
.l-form .ll-aside.is-animating-right {
  transform: translateX(100vw);
}
.l-form .ll-aside .ll-aside-head {
  padding: 1px 37px 2px 10px;
  position: relative;
  background: #ffcc00;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.h-roboto .l-form .ll-aside .ll-aside-head {
  font-family: "Roboto Bold", sans-serif;
}
.l-form .ll-aside .ll-aside-head .ll-aside-edit {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
.l-form .ll-aside .ll-aside-head--small {
  min-height: 37px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Calibri", "Arial", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
.l-form .ll-aside .ll-aside-content {
  padding: 8px 10px 2px;
  background: #fff;
  position: relative;
}
.l-form .ll-aside .ll-aside-content h2 {
  font-family: "Calibri", "Arial", sans-serif;
  padding-bottom: 7px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.l-form .ll-aside .ll-aside-content .m-basic-hint + .ll-price-wrapper .ll-contribution {
  padding-top: 0;
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
    position: absolute;
    top: 4px;
    right: 10px;
    text-align: right;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
    position: static;
    text-align: left;
  }
}
.lt-ie9 .l-form .ll-aside.ll-aside-inline-on-init:not(.is-open) .ll-aside-content .ll-price-wrapper {
  position: static;
  text-align: left;
}

@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
    font-size: 23px;
    font-size: 1.4375rem;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
    padding: 10px 0 7px 0;
    border-top: 1px solid #d7d7d7;
  }
}
.lt-ie9 .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution {
  padding: 10px 0 7px 0;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.lt-ie9 .l-form .ll-aside .ll-aside-content .ll-price-wrapper > .ll-contribution .ll-rate {
  font-size: 28px;
  font-size: 1.75rem;
}
.l-form .ll-aside .ll-aside-content > .l-main-cols > .ll-main-cols-s {
  text-align: right;
}
.l-form .ll-aside .ll-aside-content .ll-contribution {
  padding: 10px 0 7px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside .ll-aside-content .ll-contribution {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us {
  align-items: center;
}
.l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m > .js-rate-method, .l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m.js-rate-value {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m > .js-rate-method-initial, .l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m.js-rate-value-initial {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
.l-form .ll-aside .ll-aside-content .ll-contribution > .l-main-cols.l-main-cols--us > .ll-main-cols-m:last-of-type {
  text-align: right;
}
.l-form .ll-aside .ll-aside-content .ll-contribution > #membership_price_standard,
.l-form .ll-aside .ll-aside-content .ll-contribution > #membership_price_plus {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.l-form .ll-aside .ll-aside-content .ll-action-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-form .ll-aside .ll-aside-content .ll-rate {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-aside .ll-aside-content .ll-rate {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-form .ll-aside .ll-aside-content > .ll-row {
  padding: 0;
}
.l-form .ll-aside .ll-aside-content > .ll-row > .ll-row--flex:not(.h-none) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 10px;
}
.l-form .ll-aside .ll-aside-content > .ll-row > .ll-row--flex:first-child {
  margin-bottom: 0;
}
.l-form .ll-aside .ll-aside-content > .ll-row > .ll-row--flex > p {
  margin-bottom: 0;
}
.l-form .ll-aside .ll-aside-content > .ll-row > .ll-row--flex .js-kv-price {
  font-weight: bold;
}
.l-form .ll-aside .ll-aside-content > .ll-row > .ll-row--flex .js-hv-price {
  font-weight: bold;
}
.l-form .ll-aside .ll-aside-bar--mobile {
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-form .ll-aside .ll-aside-bar--mobile.is-stuck {
    visibility: visible;
    height: auto;
    z-index: 99;
  }
}
.l-form .ll-calendar-periodtext {
  display: block;
  float: left;
  padding: 5px 10px 0 0;
  font-weight: bold;
  margin-left: 30px;
}
.l-outer:not(.is-touch) .l-form .ll-calendar-periodtext {
  margin-left: 0;
}
@media only screen and (min-width: 76.25em) {
  .l-form .ll-calendar-periodtext {
    margin-left: 0;
  }
}
.l-form .js-result-valid {
  margin: 8px 0 0 0;
  padding: 11px 0 0 0;
  border-top: 1px solid #d7d7d7;
}
.l-form#calculator_us .js-result-valid {
  margin: 0;
  border-top: none;
}
.l-form .ll-result-error {
  position: relative;
  margin: 8px 0 20px 0;
  padding: 12px 10px 9px 40px;
  line-height: 18px;
  line-height: 1.125rem;
  background-color: #cc3333;
  color: #fff;
}
.l-form .ll-result-error:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url("/assets/img/icons/icon-error-symbol-white.svg");
}
.l-form .ll-result-error > p {
  margin-bottom: 0;
}
.l-form {
  /* ##### Modifier ##### */
}
.l-form.l-form--cardamage-proof .ll-check {
  right: -25px;
}
.l-form--dark {
  background: #e9e9ea;
  padding: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--dark {
    padding: 20px;
  }
}
.l-form--dark .ll-fieldset {
  margin: 0;
}
.l-form--dark .ll-fieldset > legend {
  margin: 0;
  padding: 0 10px 6px 0;
}
.l-form--dark .ll-fieldset .is-check.is-error.ll-row {
  margin-right: 0;
}
.l-form--selection .ll-fieldset {
  margin: 0;
}
.l-form--selection .ll-fieldset > legend {
  margin-bottom: 5px;
  background: transparent;
}
.l-form--selection .ll-fieldset .ll-row {
  max-width: 100%;
  margin: 0 20px 15px 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--selection .ll-fieldset .ll-row {
    margin: 0 20px 15px 20px;
  }
}
.l-form--calculation .ll-fieldset {
  margin: 0;
}
.l-form--calculation .ll-fieldset .ll-row {
  max-width: 100%;
  margin-left: 0;
}
.l-form--offense .ll-fieldset {
  margin: 0;
}
.l-form--offense .ll-fieldset .ll-row {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.l-form--offense .ll-fieldset .ll-row .ll-col-data {
  max-width: none;
}
.l-form--country-selection .ll-fieldset h4 {
  margin-bottom: 10px;
}
.l-form--country-selection .ll-fieldset .ll-row {
  margin-left: 0;
  padding-right: 0;
}
.mm-content--bg .l-form--labelontop {
  margin: 0;
  padding: 10px 20px 0 20px;
}
.mm-content--bg .l-form--labelontop .ll-row {
  margin: 0;
}
.l-lightbox .l-form--labelontop .ll-row {
  margin-bottom: 11px;
}
.l-form--labelontop .ll-row.ll-row--full .ll-col-data {
  max-width: none;
}
.l-form--labelontop .ll-col-data {
  float: none !important;
  width: 100%;
}
.l-form--labelontop .ll-col-data--only-data {
  margin-left: 0;
}
.l-form--labelontop .ll-col-label {
  float: none !important;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0;
}
.l-form--labelontop .ll-col-label + .ll-col-data {
  width: 100%;
}
.l-lightbox .l-form--labelontop .ll-col-label {
  padding-bottom: 0;
}
.l-form--my-adac {
  max-width: 370px;
  margin: 0 auto;
}
.l-form--my-adac > .ll-fieldset {
  margin-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--my-adac > .ll-fieldset {
    margin-right: 0;
  }
}
.l-form--my-adac > .ll-fieldset.resp-tablet {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--my-adac > .ll-fieldset.resp-tablet {
    margin-bottom: 60px;
  }
}
.l-form--my-adac > .ll-fieldset > .ll-row > .ll-col-data {
  width: 100%;
}
.l-form--my-adac-wide {
  max-width: 765px;
  margin-right: auto;
  margin-left: auto;
}
.l-form--lightbox {
  padding-left: 30px;
}
.l-form--lightbox .ll-col-data {
  width: 100% !important;
}
.l-form--my-adac-content {
  max-width: 650px;
  margin: 0 auto;
}
.l-form--my-adac-content > .ll-fieldset {
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--my-adac-content > .ll-fieldset {
    margin-right: 0;
  }
}
.l-form--my-adac-content > .ll-fieldset.resp-tablet {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--my-adac-content > .ll-fieldset.resp-tablet {
    margin-bottom: 60px;
  }
}
.l-form--my-adac-content > .ll-fieldset .ll-row {
  max-width: 100%;
}
.l-form--my-adac-content > .ll-fieldset .ll-row > .ll-col-data {
  width: 100%;
}
.l-form--my-adac-content > .ll-fieldset .ll-row > .ll-col-data > .a-basic-input-radio--my-adac .ll-depend {
  margin-top: 25px;
}
.l-form .ll-main-content-switch .ll-fieldset > legend {
  position: relative;
  width: calc(100% + 15px);
  margin-left: -15px;
  padding-left: 25px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-main-content-switch .ll-fieldset > legend {
    width: calc(100% + 45px);
    margin-left: -45px;
    padding-left: 55px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-main-content-switch .ll-fieldset > legend {
    width: calc(100% + 55px);
    margin-left: -55px;
    padding-left: 65px;
  }
}
.lt-ie9 .l-form .ll-main-content-switch .ll-fieldset > legend {
  width: calc(100% + 55px);
  margin-left: -55px;
  padding-left: 65px;
}
.l-form .ll-main-content-switchbox:first-child .ll-fieldset > legend {
  width: 100%;
  margin-left: 0;
  padding-left: 10px;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m {
  width: 95%;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m {
    width: 100%;
  }
}
.lt-ie9 .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m, .lt-ie9 .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m {
  width: 100%;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row {
  padding: 0;
  margin: 0;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label {
  margin-bottom: 2px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label {
    max-width: 325px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label {
    max-width: 409px;
  }
}
.lt-ie9 .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label, .lt-ie9 .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label {
  max-width: 409px;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label .l-main-cols, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-label .l-main-cols {
  padding-right: 0;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data {
    max-width: 325px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data {
    max-width: 409px;
  }
}
.lt-ie9 .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data, .lt-ie9 .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data {
  max-width: 409px;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .l-main-cols, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .l-main-cols {
  padding-right: 0;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .a-basic-input-text, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .a-basic-input-text {
  max-width: 409px;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .a-basic-input-textarea, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .a-basic-input-textarea {
  height: 160px;
  max-width: 409px;
  width: 100%;
}
.m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .ll-check, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .ll-check {
  right: -25px;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rscontact .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .ll-check, .mm-layer-inner .mm-invisible-content .l-form .l-main-cols .ll-main-cols-m .ll-row .ll-col-data .ll-check {
    right: 0;
  }
}
.m-tabcontent-inside--rslocation .l-form, .mm-layer--location .l-form {
  max-width: 845px;
  margin-top: 15px;
}
.m-tabcontent-inside--rslocation .l-form .ll-fieldset, .mm-layer--location .l-form .ll-fieldset {
  margin: 0;
  float: none;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rslocation .l-form .ll-fieldset, .mm-layer--location .l-form .ll-fieldset {
    width: 50%;
    float: left;
  }
}
.m-tabcontent-inside--rslocation .l-form .ll-fieldset > .ll-row, .mm-layer--location .l-form .ll-fieldset > .ll-row {
  margin: 0;
}
.m-tabcontent-inside--rslocation .l-form .ll-fieldset > .ll-row > .ll-col-label, .mm-layer--location .l-form .ll-fieldset > .ll-row > .ll-col-label {
  display: block;
  float: none;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-tabcontent-inside--rslocation .l-form .ll-fieldset > .ll-row > .ll-col-label, .mm-layer--location .l-form .ll-fieldset > .ll-row > .ll-col-label {
    display: inline;
    float: left;
    width: auto;
  }
}
.m-tabcontent-inside--rslocation .l-form .ll-fieldset > .ll-row > .ll-col-data, .mm-layer--location .l-form .ll-fieldset > .ll-row > .ll-col-data {
  width: 100%;
}
.m-ves-rs-contentbox .l-form {
  margin: 0 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form {
    margin: 15px 0 0 0;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container {
    justify-content: center;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container {
    padding: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container {
  padding: 0;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
    margin-bottom: 15px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first {
    margin-right: 20px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first {
  margin-bottom: 15px;
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first {
    margin-bottom: 0;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first .ll-check {
  opacity: 1;
  height: 22px;
  visibility: visible;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first .ll-check {
    right: -65px !important;
  }
}
.lt-ie9 .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--first .ll-check {
  right: -65px !important;
}

@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--last {
    margin-left: 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container {
    padding-right: 50px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container {
    padding-right: 50px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
    width: 140px;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-check {
    right: -30px;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
.m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
  width: 140px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text--calendar > .aa-calendar {
    right: -35px;
  }
}
.lt-ie9 .m-ves-rs-contentbox .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text--calendar > .aa-calendar {
  right: -35px;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0 0 23px 0;
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row {
    flex-flow: row wrap;
    margin-bottom: 15px;
    justify-content: space-around;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row--last:not(.h-space-default) {
  margin-bottom: 0;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row--nospacing {
  padding: 0;
  margin: 0;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row.h-space-none {
  margin-bottom: 0;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row.is-min-height:not(.hidden) {
  margin-bottom: 45px;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row.hidden {
  display: none;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container {
    flex-flow: row nowrap;
    width: auto;
    max-width: none;
    justify-content: center;
    padding-right: 50px;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container.h-space-m {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container.h-space-m {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row.ll-row--nospacing > .ll-item-container {
    padding-right: 0;
  }
}

.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container {
  padding-right: 0;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned {
    min-width: 305px;
    max-width: 305px;
    width: 305px;
    justify-content: flex-start;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data--upload {
    width: 215px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .ll-error-msg,
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .mm-error-msg {
  width: 85%;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .ll-error-msg,
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .mm-error-msg {
    width: auto;
  }
}
.lt-ie9 .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .ll-error-msg,
.lt-ie9 .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container.is-desk-left-aligned > .ll-col-data > .mm-error-msg {
  width: auto;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
  position: relative;
  max-width: 305px;
  width: auto;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-check {
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-check {
    right: -30px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data p.ll-inputformatinfo {
  margin: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data h3 {
  position: relative;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data h3.is-form-aligned {
  text-align: left;
  padding-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label + .ll-col-data {
    padding-left: 40px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  padding-right: 0;
  width: auto;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    text-align: right;
    width: 35%;
    padding-top: 6px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label > .m-basic-info-layer {
  display: inline-block;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label > .m-basic-info-layer .mm-infolayer-icon {
  position: relative;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 3px;
  margin: 0;
}

@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full {
    flex-flow: row wrap;
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    margin-left: 45px;
    padding-right: 0;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full {
  margin-left: 0;
}

@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-col-label {
    width: 50%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-col-label {
    max-width: 400px;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container {
    max-width: 375px;
    width: 50%;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  max-width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container {
    padding-left: 40px;
    max-width: 345px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-error-msg,
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .mm-error-msg {
  max-width: 305px;
  width: 305px;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-check,
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .mm-check {
  right: 0;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .ll-check,
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .mm-check {
  right: -5px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .ll-check,
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .mm-check {
    right: -30px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .ll-col-data {
  margin-right: 5px;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container--multi > .ll-col-data:last-child {
  margin-left: 5px;
  margin-right: 0;
}

.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data {
  position: relative;
  left: 50%;
  transform: translate(-30px);
  max-width: calc(100vw - 50%);
  margin-bottom: 10px;
  padding-right: 35px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data {
    left: auto;
    transform: none;
    margin-left: 0;
    min-width: auto;
    max-width: none;
    padding-right: 0;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data {
  margin-bottom: 0;
  left: 0;
  max-width: 100%;
  transform: none;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data:last-child:not(.ll-col-data--multi) {
  width: calc(85% - 95px);
  margin-left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data:last-child:not(.ll-col-data--multi) {
    width: auto;
  }
}

.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .ll-error-msg,
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .mm-error-msg {
  transform: translate(-40%);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .ll-error-msg,
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .mm-error-msg {
    transform: none;
    max-width: 180px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .ll-error-msg, .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .mm-error-msg {
  display: none;
}

.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .ll-check,
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .mm-check {
  top: 0;
  right: 42px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .ll-check,
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data > .mm-check {
    top: auto;
    right: 5px;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-input-container > .ll-col-data p.ll-inputinfo {
  max-width: 305px;
  margin: 5px 0;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-col-data {
  max-width: 305px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-col-data {
    max-width: 345px;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container--full > .ll-col-data:only-child {
  margin: 0 auto;
}

.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    padding-left: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  padding-left: 0;
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label--center {
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label--center {
    text-align: left;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
    max-width: 180px;
    min-width: 140px;
  }
}
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
.m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
  max-width: calc(100vw - 100px);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
  .m-ves-rs-contentbox .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
    max-width: none;
    padding-right: 0;
  }
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg, .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
  max-width: calc(100% - 30px);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg, .m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
    max-width: none;
  }
}

.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-input-container {
  padding-top: 55px;
}
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-input-container > .ll-error-msg,
.m-ves-rs-contentbox.m-ves-rs-contentbox--damagedeclaration .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-input-container > .mm-error-msg {
  opacity: 1;
  max-height: none;
}

.m-basic-calculator-tiles--classic .l-form .ll-row {
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic .l-form .ll-row .ll-col-label {
    width: 50%;
    text-align: right;
    padding-right: 20px;
  }
}
.m-basic-calculator-tiles--classic .l-form .ll-row .ll-col-data {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic .l-form .ll-row .ll-col-data {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
}
.m-basic-calculator-content-box .l-form:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
  margin: 0 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
    margin: 15px 0 0 0;
  }
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 {
    display: flex;
    justify-content: flex-start !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 {
    justify-content: center !important;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 {
  justify-content: center !important;
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > .ll-row {
  max-width: 400px;
  justify-content: flex-start !important;
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > .ll-row--last {
  margin-left: 0 !important;
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-item-container {
  padding: 0 !important;
  display: block;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-item-container {
    position: relative;
    max-width: 215px !important;
  }
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-label {
  text-align: left !important;
  width: 100% !important;
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data {
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .ll-check,
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .mm-check {
    right: -25px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .ll-check,
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .mm-check {
    right: 30px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .ll-check,
.lt-ie9 .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > * .ll-col-data > .mm-check {
  right: 30px;
}
.m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 .ll-delete-clone {
  position: absolute;
  height: 25px;
  top: 32px;
  right: -20px;
  background: url("/assets/img/icons/icon-cancel.svg") no-repeat center center transparent;
  width: 25px;
  cursor: pointer;
  z-index: 50;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container {
    justify-content: center;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container {
    padding: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container {
  padding: 0;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
    margin-bottom: 15px;
    justify-content: flex-end;
    width: 100%;
    left: -25%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
    justify-content: center;
    width: auto;
    left: auto;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row {
  justify-content: center;
  width: auto;
  left: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row--last {
    margin-left: 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container {
    padding-right: 50px;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data {
  padding-right: 35px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data {
    padding-right: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-check,
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .mm-check {
    right: -30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-check,
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .mm-check {
    right: 30px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .ll-check,
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .mm-check {
  right: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text--calendar > .aa-calendar {
    right: -35px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-multirow-container > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text--calendar > .aa-calendar {
  right: -35px;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row {
    flex-flow: row wrap;
    justify-content: space-around;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
  margin-bottom: 23px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row:not(.h-space-s):not(.h-space-m):not(.h-space-l):not(.h-space-resp-tablet):not(.h-space-resp-tablet) {
    margin-bottom: 15px;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row--last:not(.h-space-default) {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.h-space-none {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.is-min-height:not(.hidden) {
  min-height: 30px;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.hidden {
  display: none;
}
.m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row {
  max-width: 400px;
  margin: 0 auto 15px auto;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row {
    padding: 0 0 0 60px;
    max-width: 620px;
  }
}

.m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row {
  justify-content: flex-start;
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row {
    max-width: 547px;
  }
}

.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-form-text {
  margin-bottom: 15px;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container {
    flex-flow: row nowrap;
    width: auto;
    max-width: none;
    justify-content: center;
    padding-right: 50px;
  }
}
.m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container {
  justify-content: flex-start;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container {
    padding-right: 40px;
  }
}

.m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container {
  justify-content: flex-start;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container {
    padding-right: 40px;
  }
}

.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container.h-space-m {
  margin-bottom: 20px;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    text-align: left;
    padding: 6px 30px 0 5px;
    width: auto;
    flex-shrink: 0;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    padding-left: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  padding-left: 0;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label--center {
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label--center {
    text-align: left;
  }
}
.m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  flex: 1 0 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    flex: 1 0 240px;
  }
}

.m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
  flex: 1 0 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label {
    flex: 1 0 240px;
  }
}

.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-label > .ll-label {
  position: relative;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-right: 35px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
    max-width: 150px;
    min-width: 150px;
    padding-right: 0;
  }
}
.m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
  display: block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--small-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
    max-width: 100%;
    min-width: initial;
  }
}

.m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
  display: block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form.l-form--calc-left-content > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data {
    max-width: 100%;
    min-width: initial;
  }
}

.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
  max-width: calc(100vw - 100px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .ll-error-msg,
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-col-data > .mm-error-msg {
    max-width: calc(100% - 35px);
    padding-right: 0;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center {
  width: 100%;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center {
    padding-right: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-label {
    width: 50%;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data {
    max-width: 210px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data {
    max-width: 100%;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data {
  max-width: 100%;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data > .ll-generations-msg {
  position: absolute;
  left: 0;
  bottom: -8px;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data > .ll-generations-msg {
    left: 180px;
    bottom: 22px;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container--center > .ll-col-data > .ll-generations-msg.is-visible {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.is-check.is-valid > .ll-item-container--center > .ll-col-data > .ll-generations-msg {
    left: 220px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.is-check.is-valid > .ll-item-container--center > .ll-col-data > .ll-generations-msg {
    left: 180px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row.is-check.is-valid > .ll-item-container--center > .ll-col-data > .ll-generations-msg {
  left: 180px;
}

.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-input-container {
  display: flex;
  flex-flow: column nowrap;
  margin-right: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-input-container {
    flex-flow: row nowrap;
    margin-right: 0;
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-input-container > .ll-col-data {
  width: 100%;
  max-width: 400px;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-input-container > .ll-col-data {
    width: auto;
    max-width: calc(50% - 5px);
  }
}
.m-basic-calculator-content-box .l-form > .ll-fieldset .ll-row > .ll-item-container > .ll-input-container > .ll-col-data:last-child {
  margin-right: 0;
}
.l-form--emailoffer .ll-fieldset .ll-row {
  padding-left: 0;
  margin-left: 0 !important;
}
.l-form--emailoffer .ll-fieldset .ll-row > .ll-col-label {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer .ll-fieldset .ll-row > .ll-col-label {
    width: 220px;
  }
}
.l-form--emailoffer .ll-fieldset .ll-row > .ll-col-label label strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer .ll-fieldset .ll-row > .ll-col-data {
    width: calc(100% - 220px);
    max-width: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer .ll-fieldset .ll-row > .ll-col-data:only-child {
    margin-left: 220px;
  }
}
.l-form--emailoffer .ll-fieldset .ll-row > .ll-col-data .a-basic-input-text:not(.a-basic-input-text--s):not(.a-basic-input-text--l) {
  width: 95%;
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer .ll-fieldset .ll-row > .ll-col-data .a-basic-input-text:not(.a-basic-input-text--s):not(.a-basic-input-text--l) {
    width: 100%;
  }
}
.l-form--emailoffer .ll-fieldset .ll-row .ll-check,
.l-form--emailoffer .ll-fieldset .ll-row .mm-check {
  right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer .ll-fieldset .ll-row .ll-check,
  .l-form--emailoffer .ll-fieldset .ll-row .mm-check {
    right: -30px;
  }
}
.l-main-content--login .l-form {
  padding-right: 24px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--login .l-form {
    padding-right: 0;
  }
}
.l-main-content--login .l-form .ll-fieldset {
  margin: 0 0 50px 0;
}
.l-main-content--login .l-form .ll-fieldset .ll-check {
  right: -25px;
}
.o-basic-cluster-box--form .l-form .ll-col-label {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-cluster-box--form .l-form .ll-col-label {
    width: calc(100% - 100px);
  }
}
.lt-ie9 .o-basic-cluster-box--form .l-form .ll-col-label {
  width: calc(100% - 100px);
}
.o-basic-cluster-box--form .l-form .ll-col-label .ll-label--l {
  display: block;
  float: left;
  max-width: 400px;
  margin-right: 10px;
  width: calc(100% - 100px);
}
.o-basic-cluster-box--form .l-form .ll-col-label .ll-label--s {
  display: block;
  float: left;
}
.o-basic-cluster-box--form .l-form .ll-col-data {
  width: 100%;
  max-width: 300px;
}
.o-basic-cluster-box--form .l-form .ll-col-data .a-basic-input-text--l {
  width: calc(100% - 110px);
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-cluster-box--form .l-form .ll-col-data {
    width: calc(100% - 100px);
  }
}
.lt-ie9 .o-basic-cluster-box--form .l-form .ll-col-data {
  width: calc(100% - 100px);
}
.o-basic-cluster-box--form .l-form .a-basic-input-text--left {
  float: left;
  margin-right: 10px;
}
.o-basic-cluster-box--form .l-form .a-basic-input-select--left {
  margin-right: 0;
}
.l-form--clone .mm-remove {
  position: absolute;
  background: url("/assets/img/icons/icon-cancel-black.svg") no-repeat center center transparent;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
}
.l-form--clone .js-clone-tour {
  display: block;
  position: relative;
}
.l-form--clone .js-clone-tour .mm-remove {
  top: 1px;
  right: 0;
  bottom: 0;
}
.l-form--clone .js-clone-tour.is-cloned {
  margin-top: 30px;
}
.l-form--clone .js-clone-input {
  display: block;
  position: relative;
}
.l-form--clone .js-clone-input .mm-remove {
  top: auto;
  right: -30px;
  bottom: 11px;
}
.l-form--clone .js-clone-button {
  display: block;
  cursor: pointer;
  position: relative;
  left: 30px;
  max-width: 300px;
  outline: none;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
.l-form--clone .js-clone-button:before {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 14px;
  line-height: 0.875rem;
  top: 0;
  left: -30px;
  position: absolute;
  display: inline-block;
  content: "+";
  border: 2px solid #333;
  width: 20px;
  height: 20px;
  text-align: center;
}
.l-form--clone .a-basic-input-text {
  margin: 0 0 5px 0;
}
.l-form--clone .a-basic-input-text--period {
  width: 140px;
}
.l-form--clone .a-basic-input-text--period input {
  width: 100px;
}
.l-form--clone .a-basic-input-text--period input + .mm-travel-period {
  float: right;
  margin-top: 4px;
}
.l-form--clone .a-basic-input-text--calendar {
  margin: 0 0 10px 0;
  float: none;
}
.l-form--clone .a-basic-input-textarea {
  margin: 0 0 5px 0;
}
.l-form--clone .a-basic-input-select.h-space-s {
  margin-bottom: 5px;
}
.l-form--newsletter .ll-row,
.l-form--newsletter .ll-row--full {
  max-width: 604px;
}
.l-form--newsletter .ll-row .ll-col-label + .ll-col-data .a-basic-input-text,
.l-form--newsletter .ll-row--full .ll-col-label + .ll-col-data .a-basic-input-text {
  max-width: 85%;
}
@media print, only screen and (min-width: 48em) {
  .l-form--newsletter .ll-row .ll-col-label + .ll-col-data .a-basic-input-text,
  .l-form--newsletter .ll-row--full .ll-col-label + .ll-col-data .a-basic-input-text {
    max-width: 275px;
  }
}
.l-form--sticky-contact.h-space-s {
  margin-bottom: 0;
}
.l-form.form-juristisch-kontakt {
  max-width: 547px;
}
.l-form.form-juristisch-kontakt .ll-row {
  max-width: none;
}

.ll-depend {
  display: none;
  clear: both;
}
.ll-depend--visible {
  display: block;
}

/* l-header */
.l-header {
  position: fixed;
  transition: top 0.5s;
  z-index: 110;
  background: #ffcc00;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .l-header {
    top: 0;
    width: 100%;
  }
}
.lt-ie9 .l-header {
  top: 0;
  width: 100%;
}
.l-header.header-input-is-focused {
  box-shadow: none;
}
@media print {
  .l-header {
    border-bottom: 1px solid #B0B0B0;
    position: relative;
  }
}
.l-header.headroom--unpinned {
  top: -83px;
}
@media print, only screen and (min-width: 48em) {
  .l-header.headroom--unpinned {
    top: -222px;
  }
}
.l-header.headroom--pinned {
  top: 0;
}
.l-header.stay-visible {
  top: 0;
}
.l-header .ll-header-center {
  min-height: 65px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .l-header .ll-header-center {
    height: 73px;
    z-index: 115;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-header .ll-header-center {
    position: relative;
    height: 82px;
    margin: 0 40px;
  }
  .l-outer--nav .l-header .ll-header-center {
    margin: 0 40px;
  }
}
.lt-ie9 .l-header .ll-header-center {
  position: relative;
  height: 82px;
  margin: 0 40px;
}
.l-outer--nav .lt-ie9 .l-header .ll-header-center {
  margin: 0 40px;
}
@media only screen and (min-width: 76.25em) {
  .l-header .ll-header-center {
    max-width: 898px;
    margin: 0 auto;
  }
  .l-outer--nav .l-header .ll-header-center {
    max-width: 927px;
    margin: 0 40px 0 auto;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .l-header .ll-header-center {
    max-width: 898px;
    margin: 0 auto;
  }
}
@media print {
  .l-header .ll-header-center {
    min-height: 75px;
  }
}

/**************************************/
/* Begin: Styling for Magnific Popup - Lightbox
/**************************************/
/* l-lightbox */
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner .mfp-close, .l-lightbox > .mfp-container > .mfp-content > .mfp-figure .mfp-close {
  font-size: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  right: 3px;
  top: 2px;
  padding: 0;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.l-lightbox.mfp-gallery > .mfp-container {
  max-width: 865px;
  position: relative;
  margin: 0 auto;
}
.l-lightbox.mfp-bg {
  z-index: 1150;
}
.l-lightbox.mfp-wrap {
  z-index: 1151;
}
.l-lightbox > .mfp-container {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container {
    padding: 0 6px;
  }
}
.l-lightbox > .mfp-container > .mfp-content {
  padding: 0;
  width: auto;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content {
    max-width: 898px;
  }
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .l-lightbox > .mfp-container > .mfp-content {
    padding: 0 50px;
  }
}
.l-lightbox > .mfp-container > .mfp-content > .mfp-figure {
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content > .mfp-figure {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-lightbox > .mfp-container > .mfp-content > .mfp-figure {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lt-ie9 .l-lightbox > .mfp-container > .mfp-content > .mfp-figure {
  padding-left: 50px;
  padding-right: 50px;
}
.l-lightbox > .mfp-container > .mfp-content > div:first-child > h2:first-child {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  padding-bottom: 28px;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content > div:first-child > h2:first-child {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.l-lightbox > .mfp-container > .mfp-content {
  /* text-based popup styling */
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner {
  position: relative;
  background: #fff;
  padding: 40px 19px;
  width: auto;
  min-width: 300px;
  margin: 0 auto;
  border-radius: 0;
  max-height: 100vh;
  overflow: auto;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner {
    padding: 40px 39px;
    max-width: 765px;
    border-radius: 8px;
  }
}
.is-keyboard-focus .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner:focus {
  outline: 0;
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 15px 19px;
  border-radius: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery {
    max-width: 95vw;
    padding: 0 19px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery {
    padding: 0 19px;
  }
}
.lt-ie9 .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery {
  padding: 0 19px;
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--healthinsurance {
  background-color: #fff;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--healthinsurance {
    padding: 19px 29px;
    max-width: 848px;
  }
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--healthinsurance .mfp-arrow {
  top: auto;
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--healthinsurance > .a-basic-link.mfp-close {
  background: none;
  display: table;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 12px;
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--healthinsurance > .a-basic-link.mfp-close:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  left: -19px;
  top: 0;
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner.my-adac {
  border-radius: 10px;
  padding: 35px 15px 15px;
  margin: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner.my-adac {
    margin: 0 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner.my-adac > .m-button-box {
    display: flex;
    justify-content: space-between;
  }
}
.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery .mfp-close {
  top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner--gallery .mfp-close {
    top: 15px;
    right: 5px;
  }
}

.l-lightbox > .mfp-container > .mfp-content .ll-lightbox-inner.my-adac .mfp-close {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  right: 5px;
  top: 5px;
}

.mfp-explanation .mfp-container .mfp-content,
.mfp-adac-quiz .mfp-container .mfp-content {
  width: auto;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content,
  .mfp-adac-quiz .mfp-container .mfp-content {
    max-width: 898px;
  }
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-explanation .mfp-container .mfp-content,
  .mfp-explanation .mfp-adac-quiz .mfp-container .mfp-content {
    padding: 0 50px;
  }
}
.mfp-explanation .mfp-container .mfp-content .m-adac-quiz,
.mfp-adac-quiz .mfp-container .mfp-content .m-adac-quiz {
  margin-left: 0;
  margin-right: 0;
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation {
  position: relative;
  background: #fff;
  margin: 0 auto;
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation.ll-lightbox-inner,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation.ll-lightbox-inner {
  border: 0;
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper {
  padding: 10px 40px 20px;
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper {
    padding: 45px 140px 65px 40px;
  }
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  position: relative;
  margin-left: 25px;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline {
    margin-left: 90px;
  }
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline:before,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 35px;
  height: 42px;
  background-position: 97.9020979021% 72.9281767956%;
  left: -35px;
  top: -9px;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline:before,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline:before {
    background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
    width: 74px;
    height: 98px;
    background-position: 38.4615384615% 49.0196078431%;
    left: -103px;
    top: -26px;
    position: absolute;
  }
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-headline {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-info-text,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-info-text {
  max-height: 220px;
  overflow-y: auto;
  margin-left: 26px;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-info-text,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation .mm-explanation-wrapper > .mm-ex-info-text {
    max-height: 100%;
    margin-left: 90px;
  }
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation > .a-basic-link,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation > .a-basic-link {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 30px;
  margin-bottom: 0;
  cursor: pointer;
}
.mfp-explanation .mfp-container .mfp-content .mm-explanation > .a-basic-link.back-to-quiz,
.mfp-adac-quiz .mfp-container .mfp-content .mm-explanation > .a-basic-link.back-to-quiz {
  display: block;
  margin-left: 86px;
  margin-top: 20px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation > .a-basic-link.back-to-quiz,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation > .a-basic-link.back-to-quiz {
    position: absolute;
    right: 20px;
    bottom: 30px;
    margin: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .mfp-explanation .mfp-container .mfp-content .mm-explanation > .a-basic-link,
  .mfp-adac-quiz .mfp-container .mfp-content .mm-explanation > .a-basic-link {
    display: block;
  }
}
.mfp-explanation .mfp-container .mfp-content .mfp-close,
.mfp-adac-quiz .mfp-container .mfp-content .mfp-close {
  font-size: 0;
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 34px;
  height: 34px;
  background-position: 97.6744186047% 82.7027027027%;
  opacity: unset;
  right: 10px;
  top: 10px;
}
.mfp-explanation .mfp-explanation .mfp-container .mfp-content .mfp-close,
.mfp-explanation .mfp-adac-quiz .mfp-container .mfp-content .mfp-close {
  right: 10px;
  top: 10px;
}

/**************************************/
/* Originals
/**************************************/
.mfp-zoom-out-cur {
  cursor: default;
}

/**************************************/
/* Open Effects
/**************************************/
/*=========== Zoom effect ===========*/
.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* l-main-cols */
.l-main-cols {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols {
    padding-right: 0;
  }
}
.l-main-cols--border-top {
  border-top: 1px solid #cccccc;
}
.l-form-general .l-main-cols .l-main-cols, .l-form-general .ll-fieldset .l-main-cols {
  min-width: 350px;
  justify-content: space-between;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .l-main-cols .l-main-cols, .l-form-general .ll-fieldset .l-main-cols {
    min-width: initial;
  }
}
.l-form-general .ll-fieldset .m-basic-hint .l-main-cols {
  min-width: inherit;
}
.o-basic-form .l-main-cols .l-main-cols {
  padding-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .l-main-cols .l-main-cols {
    padding-right: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form > .l-main-cols {
    padding-right: 0;
  }
}
.l-lightbox .o-basic-form .l-main-cols {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox .o-basic-form .l-main-cols {
    padding-right: 0;
  }
}
.l-main-cols--flex-end {
  justify-content: flex-end;
}
.l-main-cols--align-center {
  align-items: center;
}
.m-ves-rs-contentbox--damagedeclaration + .l-main-cols {
  margin-top: 30px;
}
.ll-main-content-switchbox > .l-main-cols {
  padding-right: 0;
}
.l-main-cols--calculator {
  flex-direction: column-reverse;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--calculator {
    flex-direction: row;
  }
  .l-main-cols--calculator.l-main-cols--inline-on-init {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-cols--calculator.l-main-cols--inline-on-init {
    flex-direction: row;
  }
}
.lt-ie9 .l-main-cols--calculator.l-main-cols--inline-on-init {
  flex-direction: row;
}
.l-form--cardamage-map > form > .l-main-cols, .l-form-general--cardamage-map > form > .l-main-cols {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map > form > .l-main-cols, .l-form-general--cardamage-map > form > .l-main-cols {
    flex-flow: row wrap;
  }
  .l-form--cardamage-map > form > .l-main-cols.l-main-cols--inline-on-init, .l-form-general--cardamage-map > form > .l-main-cols.l-main-cols--inline-on-init {
    flex-direction: row;
  }
}
.lt-ie9 .l-form--cardamage-map > form > .l-main-cols, .lt-ie9 .l-form-general--cardamage-map > form > .l-main-cols {
  flex-flow: row wrap;
}
.lt-ie9 .l-form--cardamage-map > form > .l-main-cols.l-main-cols--inline-on-init, .lt-ie9 .l-form-general--cardamage-map > form > .l-main-cols.l-main-cols--inline-on-init {
  flex-direction: row;
}
.l-form--cardamage-map .ll-main-cols-aside .l-main-cols, .l-form-general--cardamage-map .ll-main-cols-aside .l-main-cols {
  justify-content: space-between;
  flex-flow: row nowrap;
  max-width: 730px;
  padding-right: 0;
}
.l-form--cardamage-map .ll-main-cols-aside .l-main-cols > :first-child, .l-form-general--cardamage-map .ll-main-cols-aside .l-main-cols > :first-child {
  margin-right: 12px;
}
.l-main-cols--mobile {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--mobile {
    align-items: flex-start !important;
  }
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile {
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile {
    margin-top: 0;
  }
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .ll-row--flex {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .ll-row--flex {
    display: flex;
  }
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .ll-row--flex .ll-col-label {
  padding: 0 !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .ll-row--flex .ll-col-label {
    padding-left: 30px !important;
  }
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .a-basic-btn {
  margin-left: 0 !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .a-basic-btn {
    margin-left: 10px !important;
  }
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile .a-basic-input-select {
  padding: 0;
  width: 100% !important;
}
.m-basic-calculator-content-box .m-basic-radius-search .l-main-cols--mobile fieldset:last-child {
  padding: 0 !important;
}
.l-main-cols--tablet {
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--tablet {
    flex-direction: row;
  }
}
.l-main-cols--desktop {
  flex-direction: column;
}
@media only screen and (min-width: 76.25em) {
  .l-main-cols--desktop {
    flex-direction: row;
  }
}
.l-form .l-main-cols .l-main-cols {
  padding-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .l-main-cols .l-main-cols {
    padding-right: 0;
  }
}
.m-basic-socialshare .l-form .l-main-cols .l-main-cols {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form > .l-main-cols {
    padding-right: 0;
  }
}
.l-form .ll-fieldset > .l-main-cols {
  margin-left: 10px;
}
.l-lightbox .l-form .l-main-cols {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox .l-form .l-main-cols {
    padding-right: 0;
  }
}
.l-main-cols .ll-main-cols--right {
  text-align: right;
}
.l-main-cols .ll-main-cols-s {
  width: 25%;
  vertical-align: top;
  border-left: 10px solid transparent;
  transition: border-color 0.5s, opacity 0.5s;
}
.l-main-cols .ll-main-cols-s:after {
  content: ".";
  display: block;
  font-size: 1px;
  height: 1px;
}
.ll-lightbox-inner .l-main-cols .ll-main-cols-s:after {
  content: none;
}
.l-main-cols .ll-main-cols-s--first {
  border-left: none;
  border-right: 10px solid transparent;
}
.l-main-cols .ll-main-cols-s--tablet {
  width: 100%;
  border-left: 0px;
  border-right: 0px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-s--tablet.ll-main-cols-s--first {
    border-right: 10px solid transparent;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-s--tablet.ll-main-cols-s--first.h-space-s {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-s--tablet {
    width: 25%;
  }
  .l-main-cols .ll-main-cols-s--tablet:not(.ll-main-cols-s--first) {
    border-left: 10px solid transparent;
  }
}
.l-main-cols .ll-main-cols-s--small-space-between {
  margin: 0 10px;
}
.l-main-cols .ll-main-cols-m {
  width: 100%;
  vertical-align: top;
  transition: border-color 0.5s, opacity 0.5s;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m {
    width: 50%;
    border-left: 10px solid transparent;
  }
}
.l-main-cols .ll-main-cols-m:after {
  content: ".";
  display: block;
  font-size: 1px;
  height: 1px;
}
.ll-lightbox-inner .l-main-cols .ll-main-cols-m:after {
  content: none;
}
.l-main-cols .ll-main-cols-m--first {
  border-left: none;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m--first {
    border-right: 10px solid transparent;
  }
}
.m-fdl-calculator .l-main-cols .ll-main-cols-m--first {
  border-left: 0;
  border-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .l-main-cols .ll-main-cols-m--first {
    border-right: 31px solid transparent;
  }
}
.l-main-cols .ll-main-cols-m--tablet {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
.l-main-cols .ll-main-cols-m--tablet.ll-main-cols-m--first {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m--tablet.ll-main-cols-m--first {
    border-right: 10px solid transparent;
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m--tablet.ll-main-cols-m--first.h-space-s {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m--tablet.ll-main-cols-m--first.h-space-m {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-m--tablet {
    width: 50%;
  }
  .l-main-cols .ll-main-cols-m--tablet:not(.ll-main-cols-m--first) {
    border-left: 10px solid transparent;
  }
}
.m-fdl-calculator .l-main-cols .ll-main-cols-m--tablet {
  border-left: 0;
}
.l-form-general:not(.l-form--sticky-contact) .l-main-cols .ll-main-cols-m:not(.ll-main-cols-m--first) {
  padding: 0 45px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general:not(.l-form--sticky-contact) .l-main-cols .ll-main-cols-m:not(.ll-main-cols-m--first) {
    padding: initial;
  }
}
.l-main-cols .ll-main-cols-l {
  width: 75%;
  vertical-align: top;
  border-left: 10px solid transparent;
  transition: border-color 0.5s, opacity 0.5s;
}
.l-main-cols .ll-main-cols-l:after {
  content: ".";
  display: block;
  font-size: 1px;
  height: 1px;
}
.ll-lightbox-inner .l-main-cols .ll-main-cols-l:after {
  content: none;
}
.l-main-cols .ll-main-cols-l--first {
  border-left: none;
  border-right: 10px solid transparent;
}
.l-main-cols .ll-main-cols-l--tablet {
  width: 100%;
  border-left: 0px;
  border-right: 0px;
}
.l-main-cols .ll-main-cols-l--tablet.ll-main-cols-l--first {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-l--tablet.ll-main-cols-l--first {
    margin-bottom: 0;
    border-right: 10px solid transparent;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-l--tablet {
    width: 75%;
  }
  .l-main-cols .ll-main-cols-l--tablet:not(.ll-main-cols-l--first) {
    border-left: 10px solid transparent;
  }
}
.l-main-cols .ll-main-cols-full {
  width: 100%;
}
.l-main-cols .ll-main-cols-full .ll-fieldset .ll-row {
  max-width: 100%;
}
.l-main-cols .ll-main-cols-flex {
  width: 100%;
  vertical-align: top;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-flex {
    width: auto;
  }
}
.l-main-cols .ll-main-cols-flex--first {
  border-right: 30px solid transparent;
}
.l-main-cols--tablet .ll-main-cols-flex--first {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--tablet .ll-main-cols-flex--first {
    margin-bottom: 0;
  }
}

.l-main-cols--desktop .ll-main-cols-flex--first {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--desktop .ll-main-cols-flex--first {
    margin-bottom: 0;
  }
}

.l-main-cols .ll-main-cols-flex--last {
  border-left: 30px solid transparent;
}
.m-adac-maps--mgldiscountmaps .mm-result-list-wrap .l-main-cols .ll-main-cols-flex--last {
  border-left: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .l-main-cols .ll-main-cols-flex--last {
    max-width: calc(100% - 181px);
    overflow: hidden;
  }
}
.lt-ie9 .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .l-main-cols .ll-main-cols-flex--last {
  max-width: calc(100% - 181px);
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-flex--big {
    flex: 1 0 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-flex--thirds {
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}
.l-main-cols .ll-main-cols-flex--align-center {
  align-self: center;
}
.l-main-cols .ll-main-cols-flex:nth-child(2n):not(:last-child) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  flex: 1 1 auto;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-flex:nth-child(2n):not(:last-child) {
    flex: 1 0 auto;
  }
}
.l-main-cols .ll-main-cols-flex--margin {
  padding-top: 20px;
  display: block !important;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-flex--margin:not(:last-child) {
    margin-right: 40px;
  }
}
.l-main-cols--offer {
  position: relative;
  padding-bottom: 30px;
}
.l-form .l-main-cols .l-main-cols--offer {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--offer {
    padding-right: 20px;
    padding-bottom: 0;
    height: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--offer .ll-main-cols-l {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-main-cols--offer .ll-main-cols-l .a-basic-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--offer .ll-main-cols-l .a-basic-link {
    position: relative;
  }
}
.l-main-cols--table {
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table {
    flex-direction: row;
  }
}
.l-main-cols--table .ll-main-cols-s {
  float: none;
  width: auto;
  display: block;
}
.l-main-cols--table .ll-main-cols-s--tablet {
  width: 100%;
  border-left: 0px;
  border-right: 0px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-s--tablet {
    width: 25%;
  }
  .l-main-cols--table .ll-main-cols-s--tablet:not(.ll-main-cols-s--first) {
    border-left: 10px solid transparent;
  }
}
.l-main-cols--table .ll-main-cols-m {
  width: auto;
  display: table-cell;
}
.l-main-cols--table .ll-main-cols-m--tablet {
  width: 100%;
  border-left: 0px;
  border-right: 0px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-m--tablet.ll-main-cols-m--first {
    border-right: 10px solid transparent;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-m--tablet.ll-main-cols-m--first.h-space-m {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-m--tablet {
    width: 50%;
  }
  .l-main-cols--table .ll-main-cols-m--tablet:not(.ll-main-cols-m--first) {
    border-left: 10px solid transparent;
  }
}
.m-fdl-calculator .l-main-cols--table .ll-main-cols-m--tablet {
  border-left: 0;
}
.l-main-cols--table .ll-main-cols-l {
  width: auto;
}
.l-main-cols--table .ll-main-cols-l--tablet {
  width: 100%;
  border-left: 0;
  border-right: 0;
  display: block;
}
.l-main-cols--table .ll-main-cols-l--tablet.ll-main-cols-l--first {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-l--tablet.ll-main-cols-l--first {
    margin-bottom: 0;
    border-right: 10px solid transparent;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--table .ll-main-cols-l--tablet {
    width: 75%;
  }
  .l-main-cols--table .ll-main-cols-l--tablet:not(.ll-main-cols-l--first) {
    border-left: 10px solid transparent;
  }
}
.l-main-cols--line {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.l-main-cols--line > .ll-main-cols-m {
  width: 100%;
  border: 0;
  opacity: 1;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--line > .ll-main-cols-m {
    width: 50%;
    padding: 0 0 0 40px;
    border-left: 1px solid #d7d7d7;
  }
  .l-main-cols--line > .ll-main-cols-m:first-child {
    padding-right: 30px;
    padding-left: 0;
    border-left: 0;
  }
}
.l-main-cols--line > .ll-main-cols-m:after {
  content: none;
}
.l-main-cols--line > .ll-main-cols-m + .ll-main-cols-m {
  position: absolute;
  left: 100%;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--line > .ll-main-cols-m + .ll-main-cols-m {
    position: static;
  }
}
.l-main-cols--line.l-main-cols--line-secondary > .ll-main-cols-m {
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--line.l-main-cols--line-secondary > .ll-main-cols-m {
    position: static;
    opacity: 1;
  }
}
.l-main-cols--line.l-main-cols--line-secondary > .ll-main-cols-m + .ll-main-cols-m {
  position: relative;
  opacity: 1;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--line.l-main-cols--line-secondary > .ll-main-cols-m + .ll-main-cols-m {
    position: static;
  }
}
.l-main-cols--flex-order {
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--flex-order {
    flex-direction: row;
  }
}
.l-main-cols--flex-order > .ll-main-cols--tablet-order-1 {
  flex: 1 0 100%;
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--flex-order > .ll-main-cols--tablet-order-1 {
    flex: 0 0 50%;
    order: 1;
  }
}
.l-main-cols--flex-order > .ll-main-cols--tablet-order-2 {
  flex: 1 0 100%;
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--flex-order > .ll-main-cols--tablet-order-2 {
    flex: 0 0 50%;
    order: 2;
  }
}
.l-main-cols--flex-order > .ll-main-cols-s:first-of-type,
.l-main-cols--flex-order > .ll-main-cols-m:first-of-type,
.l-main-cols--flex-order > .ll-main-cols-l:first-of-type {
  border-left: 0;
}
.l-main-cols .ll-main-cols-slidercontent {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-cols .ll-main-cols-aside {
    width: 265px;
  }
}
.lt-ie9 .l-main-cols .ll-main-cols-aside {
  width: 265px;
}
.l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside {
  width: 100%;
  border-bottom: 30px solid transparent;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside {
    width: 255px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside {
    width: 265px;
  }
}
.lt-ie9 .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside {
  width: 265px;
}

@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map .l-main-cols .ll-main-cols-aside, .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside {
    width: 305px;
  }
}
.lt-ie9 .l-form--cardamage-map .l-main-cols .ll-main-cols-aside, .lt-ie9 .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside {
  width: 305px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map .l-main-cols .ll-main-cols-aside.is-sticky, .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside.is-sticky {
    position: fixed;
  }
}
.lt-ie9 .l-form--cardamage-map .l-main-cols .ll-main-cols-aside.is-sticky, .lt-ie9 .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside.is-sticky {
  position: fixed;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .ll-main-cols-aside--first {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-cols .ll-main-cols-aside--first {
    width: calc(100% - 265px);
    border-right: 20px solid transparent;
  }
}
.lt-ie9 .l-main-cols .ll-main-cols-aside--first {
  width: calc(100% - 265px);
  border-right: 20px solid transparent;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside--first {
    width: calc(100% - 305px);
    border-right: 20px solid transparent;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside--first {
    width: calc(100% - 265px);
  }
}
.lt-ie9 .l-main-cols.l-main-cols--calculator:not(.l-main-cols--inline-on-init) .ll-main-cols-aside--first {
  width: calc(100% - 265px);
}

.l-form--cardamage-map .l-main-cols .ll-main-cols-aside--first, .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside--first {
  position: static;
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map .l-main-cols .ll-main-cols-aside--first, .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside--first {
    width: calc(100% - 305px);
  }
}
.lt-ie9 .l-form--cardamage-map .l-main-cols .ll-main-cols-aside--first, .lt-ie9 .l-form-general--cardamage-map .l-main-cols .ll-main-cols-aside--first {
  width: calc(100% - 305px);
}
.l-form-general .l-main-cols .ll-main-cols-aside .ll-aside {
  background: #fff;
  z-index: 55;
  border: 1px solid #d7d7d7;
  transition: transform 1.5s;
}
.l-form-general .l-main-cols .ll-main-cols-aside .ll-aside > .ll-aside-head {
  padding: 1px 37px 2px 10px;
  position: relative;
  background: #ffcc00;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.l-form-general .l-main-cols .ll-main-cols-aside .ll-aside > .ll-aside-head > .ll-aside-edit {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
.l-form-general .l-main-cols .ll-main-cols-aside .ll-aside > .ll-aside-content {
  padding: 8px 10px 2px;
  background: #fff;
  position: relative;
}
.l-main-content--dashboardteaser .l-main-cols--tablet .ll-main-cols-m {
  width: 100%;
  border-left: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content--dashboardteaser .l-main-cols--tablet .ll-main-cols-m {
    width: 50%;
    border-left: 10px solid transparent;
  }
}
.lt-ie9 .l-main-content--dashboardteaser .l-main-cols--tablet .ll-main-cols-m {
  width: 50%;
  border-left: 10px solid transparent;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content--dashboardteaser .l-main-cols--tablet .ll-main-cols-m--first {
    border-left: none;
  }
}
.lt-ie9 .l-main-content--dashboardteaser .l-main-cols--tablet .ll-main-cols-m--first {
  border-left: none;
}
.oo-slide-content-wrapper--big .l-main-cols {
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .oo-slide-content-wrapper--big .l-main-cols {
    flex-wrap: nowrap;
  }
}

/* l-main-content */
.l-main-content {
  position: relative;
  padding: 0 20px 1px 20px;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    min-height: 500px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content {
    padding-top: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.lt-ie9 .l-main-content {
  padding-top: 0;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 76.25em) {
  .l-main-content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print {
  .l-main-content {
    padding-top: 39px;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-content .l-main-content {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}
.l-main-content ~ .l-main-content {
  padding-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content ~ .l-main-content {
    min-height: inherit;
  }
}
.l-main-content + .l-main-content--searchresult {
  min-height: 0;
  margin: calc(18% + 10px) 0 0 0;
}
.l-outer--nav .l-main-content + .l-main-content--searchresult {
  margin: calc(25% + 10px) 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--nav .l-main-content + .l-main-content--searchresult {
    margin: calc(18% + 10px) 0 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .l-main-content + .l-main-content--searchresult {
    margin: calc(15% + 8.5px) 0 0 0;
  }
}
.l-outer--nav .lt-ie9 .l-main-content + .l-main-content--searchresult {
  margin: calc(15% + 8.5px) 0 0 0;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .l-main-content + .l-main-content--searchresult {
    margin: calc(18% + 10px) 0 0 0;
  }
}
.l-main-content + .l-main-content--searchresult .ll-main-triangle {
  left: 0;
  width: 100%;
  position: relative;
  top: -64px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content + .l-main-content--searchresult .ll-main-triangle {
    top: -84px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content + .l-main-content--searchresult .ll-main-triangle {
    top: -59px;
  }
}
.lt-ie9 .l-main-content + .l-main-content--searchresult .ll-main-triangle {
  top: -59px;
}
@media only screen and (min-width: 76.25em) {
  .l-main-content + .l-main-content--searchresult .ll-main-triangle {
    top: -65px;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-main-content + .l-main-content--searchresult .ll-main-triangle {
    top: -45px;
  }
}
.l-main-content + .l-main-content--searchresult .ll-main-triangle > div {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 18%;
  overflow: hidden;
}
.l-outer--nav .l-main-content + .l-main-content--searchresult .ll-main-triangle > div {
  padding-top: 25%;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--nav .l-main-content + .l-main-content--searchresult .ll-main-triangle > div {
    padding-top: 18%;
  }
}
.l-main-content + .l-main-content--searchresult .ll-main-triangle > div > div {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -500px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #e9e9ea;
}
.l-main-content--cluster {
  margin: 0 10px;
  padding: 15px 0 0 0;
  background: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--cluster {
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
  }
}
@media print {
  .l-main-content--cluster {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-main-content--cluster .o-basic-banderole {
  padding-top: 0;
  padding-bottom: 20px;
}
.l-main-content--cluster .o-basic-banderole .swiper {
  margin: 2px -10px 0 0;
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--cluster .o-basic-banderole .swiper {
    margin-right: 0;
  }
}
.l-main-content--cluster .o-basic-banderole .swiper > .oo-headline--inner {
  background: none;
}
.l-main-content--cluster .o-basic-banderole--clusterbox .swiper {
  margin: 2px 0 0;
  padding: 0 0 10px 0;
}
.l-main-content--cluster .o-basic-banderole .m-basic-teaser-across {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.l-main-content--cluster .o-basic-banderole .m-basic-teaser-across.js-init {
  padding: 0;
}
.l-main-content--home {
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
}
.l-main-content--hometeaser {
  background: transparent;
  min-height: 340px;
  padding: 0;
}
.l-main-content--breadcrumb {
  min-height: auto;
  padding-top: 0;
}
.l-main-content--stickyfooter {
  padding-bottom: 100px;
  position: static;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--stickyfooter {
    padding-bottom: 50px;
  }
}
.l-main-content--upsidedown {
  padding-bottom: 100px;
}
.l-main-content > .scWebEditInput {
  display: block;
}
.m-layout-main-nav-left ~ .l-main-content {
  padding-top: 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-main-nav-left ~ .l-main-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left ~ .l-main-content {
    padding-top: 20px;
  }
}
.lt-ie9 .m-layout-main-nav-left ~ .l-main-content {
  padding-top: 20px;
}
.m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left ~ .l-main-content {
  padding-top: 70px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left ~ .l-main-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left ~ .l-main-content {
    padding-top: 0px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left ~ .l-main-content {
  padding-top: 0px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content strong ~ .l-form {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .l-main-content {
    float: right;
    width: calc(82% - 35px);
    max-width: 898px;
    padding-right: 40px;
  }
}
.lt-ie9 .l-outer--nav .l-main-content {
  float: right;
  width: calc(82% - 35px);
  max-width: 898px;
  padding-right: 40px;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .l-main-content {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
.l-outer--my-adac .l-main-content, .l-outer--my-adac-content .l-main-content {
  background: none;
  padding: 0;
}
@media only screen and (min-width: 76.25em) {
  .l-outer--my-adac .l-main-content, .l-outer--my-adac-content .l-main-content {
    padding: 10px 0 0 0;
  }
}
.l-outer--my-adac .l-main-content > .m-bank-data-tank, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 30px 0 10px;
  align-items: center;
  margin-bottom: 20px;
}
.l-outer--my-adac .l-main-content > .m-bank-data-tank:before, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank:before {
  top: 0;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  background-color: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .l-main-content > .m-bank-data-tank, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank {
    padding: 30px 0;
  }
}
.l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--1, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--1 {
  width: 100%;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--1, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--1 {
    width: 30%;
    margin-bottom: 0;
  }
}
.l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--1 > .m-basic-image, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--1 > .m-basic-image {
  max-width: 357px;
  margin: 0 auto;
  width: auto;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--1 > .m-basic-image, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--1 > .m-basic-image {
    max-width: 100%;
  }
}
.l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--2, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--2 {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .l-main-content > .m-bank-data-tank > .mm-tank-col--2, .l-outer--my-adac-content .l-main-content > .m-bank-data-tank > .mm-tank-col--2 {
    width: 65%;
  }
}
.l-outer--my-adac-content .l-main-content {
  max-width: 960px;
  background: none;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .l-main-content {
    padding: 30px 0 0 0;
  }
}
.l-outer--my-adac-dashboard-content .l-main-content {
  padding-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-dashboard-content .l-main-content {
    padding-top: 30px;
  }
}
.ll-main--gray .l-main-content {
  max-width: 898px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f3f3f4;
  min-height: auto;
}
@media print, only screen and (min-width: 48em) {
  .ll-main--gray .l-main-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 76.25em) {
  .ll-main--gray .l-main-content {
    padding: 40px 0;
  }
}
.ll-main-full + .ll-main-center .l-main-content {
  min-height: 0;
  padding-bottom: 15px;
  padding-top: 60px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-full + .ll-main-center .l-main-content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-full + .ll-main-center .l-main-content {
    padding-bottom: 30px;
  }
}
.lt-ie9 .ll-main-full + .ll-main-center .l-main-content {
  padding-bottom: 30px;
}
.l-main-content > .ll-main-content-clusterbox {
  margin: 0 10px;
  padding: 15px 0 0 0;
  background: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content > .ll-main-content-clusterbox {
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
  }
}
@media print {
  .l-main-content > .ll-main-content-clusterbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-main-content .ll-dashboard {
  flex-basis: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-dashboard {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
  }
}
.l-main-content .ll-dashboard-left {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-dashboard-left {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content .ll-dashboard-left {
    display: block;
    width: 33.3333333333%;
  }
}
.lt-ie9 .l-main-content .ll-dashboard-left {
  display: block;
  width: 33.3333333333%;
}
.l-main-content .ll-dashboard-right {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-dashboard-right {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content .ll-dashboard-right {
    width: 66.6666666667%;
  }
}
.lt-ie9 .l-main-content .ll-dashboard-right {
  width: 66.6666666667%;
}
.l-main-content .ll-dashboard-double {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-dashboard-double {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-main-content .ll-dashboard-double > .m-basic-teaser-dashboard {
  border: none;
}
.l-main-content > .ll-rating {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content > .ll-rating {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .ll-main-center .m-layout-main-nav-left ~ .l-main-content > .ll-rating {
    padding-top: 30px;
  }
}
.lt-ie9 .l-main-content > .ll-rating {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.ll-main-center .m-layout-main-nav-left ~ .lt-ie9 .l-main-content > .ll-rating {
  padding-top: 30px;
}
.l-main-content > .ll-rating > .ll-rating-left {
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content > .ll-rating > .ll-rating-left {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content > .ll-rating > .ll-rating-left {
    order: 2;
    width: calc(33% - 5px);
  }
}
.lt-ie9 .l-main-content > .ll-rating > .ll-rating-left {
  order: 2;
  width: calc(33% - 5px);
}
.l-main-content > .ll-rating > .ll-rating-right {
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content > .ll-rating > .ll-rating-right {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content > .ll-rating > .ll-rating-right {
    order: 1;
    width: 66%;
  }
}
.lt-ie9 .l-main-content > .ll-rating > .ll-rating-right {
  order: 1;
  width: 66%;
}
.l-main-content.h-print-only .ll-main-content-border, .l-main-content.h-print-showcase .ll-main-content-border {
  max-width: 550px;
}

.l-main-content .ll-main-content-switch--aside {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.l-main-content .ll-main-content-switch--aside.is-aside:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  z-index: 10;
  box-shadow: 0 0 10px #333;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-main-content-switch--aside.is-aside:before {
    width: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content .ll-main-content-switch--aside.is-aside:before {
    width: 40px;
  }
}
.lt-ie9 .l-main-content .ll-main-content-switch--aside.is-aside:before {
  width: 40px;
}
.l-main-content .ll-main-content-switch--aside.is-aside-last {
  margin-right: 0;
}
.l-main-content .ll-main-content-switch--aside.is-aside-last:after {
  content: none;
}
.l-main-content .ll-main-content-switch--aside:after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  z-index: 10;
  box-shadow: 0 0 10px #333;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-main-content-switch--aside:after {
    width: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content .ll-main-content-switch--aside:after {
    width: 40px;
  }
}
.lt-ie9 .l-main-content .ll-main-content-switch--aside:after {
  width: 40px;
}
.l-main-content .ll-main-content-switch--aside .ll-main-content-switchwrap {
  position: relative;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
}
.l-main-content .ll-main-content-switch--aside .ll-main-content-switchbox {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}
.l-main-content .ll-main-content-switch--aside .ll-main-content-switchbox:first-child {
  padding-left: 0;
}
.l-main-content .ll-main-content-switch--aside .ll-main-content-switchbox.ll-main-content-switchbox--active {
  height: auto;
}
.l-main-content .ll-main-content-switch .ll-main-content-switchbox--hidden {
  height: auto;
}
.l-main-content .l-main-inner-content--highlight {
  margin-bottom: 40px;
  position: relative;
  padding: 15px 20px 5px;
  background: #ffcc00;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .l-main-inner-content--highlight {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content .l-main-inner-content--highlight {
    padding: 55px 0 30px;
  }
}
.lt-ie9 .l-main-content .l-main-inner-content--highlight {
  padding: 55px 0 30px;
}
.l-main-content .l-main-inner-content--highlight :before {
  background: #ffcc00;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  transform: translate(-50%);
  left: 50%;
  z-index: -1;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-header-wrapper {
    display: flex;
    align-items: center;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-header-wrapper .m-basic-text {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-header-wrapper .m-basic-rating {
    margin-bottom: 0;
  }
}
.l-main-content > .ll-main-triangle-bottom {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 65px;
  margin-bottom: 60px;
}
.l-main-content > .ll-main-triangle-bottom.h-space-s {
  margin-top: -15px;
}
.l-main-content > .ll-main-triangle-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 100vw;
  border-top: 65px solid #f3f3f4;
  border-left: 384px solid transparent;
  border-right: 384px solid transparent;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content > .ll-main-triangle-bottom:after {
    width: 100%;
    border-left: 898px solid transparent;
    border-right: 898px solid transparent;
  }
}
.l-main-content .ll-main-shadowbox {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  padding: 12px 20px 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content .ll-main-shadowbox {
    padding: 23px 83px;
  }
}

/* l-main */
.l-main {
  min-height: 600px;
  padding: 65px 0 50px 0;
  width: 100%;
  position: relative;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
@media print, only screen and (min-width: 48em) {
  .l-main {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main {
    padding-top: 128px;
  }
}
.lt-ie9 .l-main {
  padding-top: 128px;
}
@media only screen and (min-width: 76.25em) {
  .l-main {
    padding-top: 128px;
  }
}
@media print {
  .l-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-outer--no-header .l-main {
  padding-top: 0;
}
.l-outer--no-footer .l-main {
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main.js-reduced-header {
    padding-top: 73px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main.js-reduced-header {
    padding-top: 82px;
  }
}
.lt-ie9 .l-main.js-reduced-header {
  padding-top: 82px;
}
@media print {
  .l-main.js-reduced-header {
    padding-top: 0;
  }
}
.l-main.js-nav-opened {
  transform: translateX(-150px);
}
@media print, only screen and (min-width: 48em) {
  .l-main.js-nav-opened {
    transform: translateX(0);
  }
}
.m-basic-header ~ .l-main {
  padding-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main {
    padding-top: 60px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main {
  padding-top: 60px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header ~ .l-main {
    padding-top: 62px;
  }
}
@media print {
  .m-basic-header ~ .l-main {
    padding-top: 0 !important;
  }
}
@media print {
  .m-basic-header ~ .l-main {
    padding-top: 0 !important;
  }
}
.m-basic-header + .m-basic-breadcrumb ~ .l-main {
  padding-top: 40px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header + .m-basic-breadcrumb ~ .l-main {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced ~ .l-main {
    padding-top: 128px;
  }
}
.m-basic-header--reduced + .m-basic-breadcrumb ~ .l-main {
  padding-top: 56px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced + .m-basic-breadcrumb ~ .l-main {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced + .m-basic-breadcrumb ~ .l-main {
    padding-top: 110px;
  }
}
.lt-ie9 .m-basic-header--reduced + .m-basic-breadcrumb ~ .l-main {
  padding-top: 110px;
}
.l-main > .ll-main-language {
  max-width: 898px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  padding: 0 20px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main > .ll-main-language {
    top: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main > .ll-main-language {
    top: 50px;
  }
}
.lt-ie9 .l-main > .ll-main-language {
  top: 50px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced ~ .l-main > .ll-main-language {
    top: 35px;
  }
}
.lt-ie9 .m-basic-header--reduced ~ .l-main > .ll-main-language {
  top: 35px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced ~ .l-main > .ll-main-language {
    top: 100px;
  }
}
.l-main > .ll-main-language--full {
  max-width: 100%;
  right: 0;
  left: auto;
  transform: translate(0, 0);
}
@media only screen and (min-width: 88.75em) {
  .l-main > .ll-main-language--full {
    right: 10%;
  }
}
.l-main .ll-main-center {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center {
    padding: 0 30px;
    max-width: 898px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main .ll-main-center {
    padding: 0;
  }
  .l-main .ll-main-center--cluster {
    max-width: 927px;
  }
  .l-outer--nav .l-main .ll-main-center {
    max-width: 1180px;
    margin: 0;
    padding: 0;
  }
}
.lt-ie9 .l-main .ll-main-center {
  padding: 0;
}
.lt-ie9 .l-main .ll-main-center--cluster {
  max-width: 927px;
}
.l-outer--nav .lt-ie9 .l-main .ll-main-center {
  max-width: 1180px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 76.25em) {
  .l-main .ll-main-center {
    margin: 0 auto;
    padding: 0;
  }
  .l-outer--nav .l-main .ll-main-center {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .l-main .ll-main-center {
    max-width: 898px;
    padding: 0;
  }
}
@media print {
  .l-main .ll-main-center {
    padding: 0;
  }
}
.l-outer--my-adac .l-main .ll-main-center {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .l-main .ll-main-center {
    padding: 0 30px;
  }
}
.l-outer--my-adac-content .l-main .ll-main-center {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .l-main .ll-main-center {
    padding: 0 30px;
  }
}
.l-outer--my-adac-dashboard-landingpage .l-main .ll-main-center {
  max-width: 835px;
}
.l-outer--my-adac-dashboard-content .l-main .ll-main-center {
  max-width: 1160px;
}
@media only screen and (min-width: 64.0625em) {
  .l-main .ll-main-center--flex {
    display: flex;
  }
}
.lt-ie9 .l-main .ll-main-center--flex {
  display: flex;
}
.l-main .ll-main-center--flex > .l-main-content {
  flex: 1;
}
.l-main .ll-main-center--home {
  max-width: 1260px;
}
@media only screen and (min-width: 88.75em) {
  .l-main .ll-main-center--home {
    left: 0;
  }
}
.l-main .ll-main-center.is-social-sharing {
  padding-bottom: 95px;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center.is-social-sharing {
    padding-bottom: 100px;
  }
}
.l-main .ll-main-center--vesrsgap {
  padding-bottom: 85px;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center--vesrsgap {
    padding-bottom: 60px;
  }
}
.l-main .ll-main-center--vesrsgap.is-social-sharing {
  padding-bottom: 125px;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center--vesrsgap.is-social-sharing {
    padding-bottom: 100px;
  }
}
.l-main .ll-main-center--vesrsgap-bottom {
  padding-bottom: 120px;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center--vesrsgap-bottom {
    padding-bottom: 60px;
  }
}
.l-main .ll-main-center--news .l-main-content .js-basickeywordfilter-result .m-basic-newsbox .mm-content h3 {
  padding-bottom: 0;
}
.l-main .ll-main-center > .ll-schmuck-head {
  padding: 0 0 0 10px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: initial;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-center > .ll-schmuck-head {
    padding: 30px 0 15px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-main .ll-main-center > .ll-schmuck-head {
    padding: 40px 0 30px 0;
    text-align: right;
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.lt-ie9 .l-main .ll-main-center > .ll-schmuck-head {
  padding: 40px 0 30px 0;
  text-align: right;
  font-size: 48px;
  font-size: 3rem;
  line-height: 56px;
  line-height: 3.5rem;
}
.l-main .ll-main-language + .ll-main-center {
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-main .ll-main-language + .ll-main-center {
    padding-top: 0;
  }
}
.l-main .ll-main-full {
  position: relative;
  background: #cccccc;
}
.l-outer--my-adac-content .l-main {
  background: #fff;
}
.l-main .ll-main--gray {
  background: #f3f3f4;
}

/* l-outer */
.l-outer {
  position: relative;
}
@media only screen and (min-width: 76.25em) {
  .l-outer {
    padding-top: 153px;
  }
}
@media print {
  .l-outer {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 76.25em) {
  .l-outer--reduced-header {
    padding-top: 64px;
  }
}
.l-outer--my-adac:not(.l-outer--my-adac-dashboard) {
  background-color: #f3f3f4;
}
.l-outer--my-adac-content {
  background-color: #f3f3f4;
}

/* a-basic-badge */
.a-basic-badge {
  position: absolute;
  border-radius: 15px;
  padding: 0 8px 2px;
}
.a-basic-badge--red {
  background-color: #cc3333;
  border: 1px solid #cc3333;
}
.m-adac-cardamage .a-basic-badge {
  display: none;
  right: 1px;
  top: -2px;
}
.m-adac-cardamage .is-high-load .a-basic-badge {
  display: initial;
}
.a-basic-badge .aa-badge-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.a-basic-badge.a-basic-badge--red .aa-badge-text {
  color: #fff;
}

/* a-basic-btn */
.a-basic-btn {
  display: inline-flex;
  max-width: 340px;
  min-height: 36px;
  padding: 7px 25px 8px 25px;
  background: #ffcc00;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
  border-radius: 4px;
  outline: none;
  position: relative;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  border: 2px solid rgba(0, 0, 0, 0.9);
}
a.a-basic-btn {
  padding-top: 8px;
}

.a-basic-btn:hover {
  text-decoration: none;
  background-color: #ffb700;
}
.h-roboto .a-basic-btn {
  font-family: "Roboto", sans-serif;
}
.l-form-general .ll-row--location-desc .a-basic-btn {
  margin-top: 7px;
}
.m-basic-layer-survey section .a-basic-btn.h-space-s {
  margin-bottom: -20px;
}
.m-basic-layer-survey section .a-basic-btn:nth-child(2) {
  margin-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey section .a-basic-btn:nth-child(2) {
    margin-left: 10px;
    margin-top: initial;
  }
}
.a-basic-btn.is-initial-hidden {
  visibility: hidden;
}
.is-button-visible .a-basic-btn.is-initial-hidden {
  visibility: visible;
}
.a-basic-btn.first-child {
  margin-top: -60px !important;
}
.a-basic-btn.last-child {
  margin-top: 60px;
}
.a-basic-btn[href^="mailto:"] {
  padding: 8px 25px 8px 58px;
}
.a-basic-btn[href^="mailto:"]:before {
  left: 8px;
  top: -7px;
}
.a-basic-btn[target=_blank] {
  padding-right: 50px;
}
.a-basic-btn[target=_blank]:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 36px;
  height: 36px;
  background-position: 29.0193462308% 90.1685393258%;
  position: absolute;
  right: 13px;
  top: 0;
}
.a-basic-btn--search {
  margin-left: 20px;
  padding: 14px 22px 14px 29px;
  background: #ffcc00;
  min-height: 50px;
}
.a-basic-btn--text-center {
  text-align: center;
}
.a-basic-btn--center {
  margin: 0 auto;
}
.a-basic-btn--large {
  max-width: 420px;
}
.a-basic-btn--general {
  min-height: 55px;
  padding-top: 18px;
}
.a-basic-btn.is-height-animate.is-hidden-animate:not(.is-shown-animate) {
  display: block;
  max-height: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  transition: min-height 0.5s ease-in-out 0.8s;
}
.a-basic-btn.is-hidden-animate {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.a-basic-btn.is-hidden-animate:not(.is-shown-animate) {
  pointer-events: none;
}
.a-basic-btn.is-shown-animate {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out;
}
.a-basic-btn.is-shown-animate.is-shown-animate-delay--200 {
  transition-delay: 0.2s;
}
.a-basic-btn.is-shown-animate.is-shown-animate-delay--600 {
  transition-delay: 0.6s;
}
.m-basic-newsbox .mm-content .a-basic-btn {
  margin: 14px 0;
}
.mm-layer-tt-buttons .a-basic-btn {
  display: block;
}
.mm-layer-tt-buttons .a-basic-btn.h-space-s {
  margin-bottom: 15px;
}
.mm-layer-tt-buttons .a-basic-btn:last-of-type {
  margin-bottom: 0;
}
.ll-row--mgl-discount > .a-basic-btn {
  align-self: flex-start;
}
@media print {
  .a-basic-btn {
    display: none;
  }
}
.a-basic-btn.is-disabled {
  background: #e9e9ea;
  color: #afafaf;
}
.a-basic-btn:disabled {
  background: #e9e9ea;
  color: #666666;
}
.a-basic-btn.h-space-s {
  margin-bottom: 0;
}
.l-form--labelontop .a-basic-btn.h-space-s {
  margin-bottom: 15px;
}
.a-basic-btn.h-space-m {
  margin-bottom: 20px !important;
}
.a-basic-btn--allow-bottom-space.h-space-s {
  margin-bottom: 15px;
}
.ll-depend-change .a-basic-btn.h-space-s {
  margin-bottom: 15px;
}
.m-basic-upload.is-error .a-basic-btn {
  border-color: #cc3333;
}
.m-adac-maps .a-basic-btn {
  margin-right: auto;
}
.m-adac-maps .a-basic-btn--search {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.m-adac-maps > .mm-maps-mgl-wrapper > .mm-result-list-wrap li p > span > .a-basic-btn {
  margin-top: 10px;
}
.m-adac-maps > .mm-maps-mgl-wrapper > .mm-result-list-wrap li.is-highlight .a-basic-btn {
  background-color: #FFE06A;
}
.m-adac-maps.m-adac-maps--cardamage > .mm-maps-mgl-wrapper > .mm-map-wrapper > picture + .a-basic-btn {
  top: 10px;
  left: 10px;
  position: absolute;
}
.m-basic-text.h-space-s + .a-basic-btn {
  margin-top: 7px;
}
.m-basic-text--center .a-basic-btn {
  left: 50%;
  transform: translateX(-50%);
}
.m-basic-hint .mm-flex-container .a-basic-btn {
  height: fit-content;
}
.a-basic-btn.js-edit-plain--abort-edit, .a-basic-btn.js-edit-plain--save-edit {
  display: none;
}
.o-basic-form .oo-row > .a-basic-btn {
  float: right;
}
.o-layout-main-stage .a-basic-btn {
  position: relative;
  bottom: auto;
  width: calc(100% - 30px);
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .a-basic-btn {
    width: auto;
  }
}
.o-layout-main-stage .oo-flex-box-content .a-basic-btn:first-child {
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-flex-box-content .a-basic-btn:first-child {
    margin: 0;
  }
}
.m-basic-teaser-flex .a-basic-btn {
  width: auto;
}
.o-layout-main-stage--legalprotection .a-basic-btn {
  position: absolute;
}
.o-layout-main-stage .oo-box--col-3 .a-basic-btn {
  position: static;
  width: 100%;
  margin: 10px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 .a-basic-btn {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .a-basic-btn {
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .a-basic-btn:first-child {
    float: left;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .a-basic-btn:first-child {
  float: left;
}
.o-basic-cluster-box .a-basic-btn {
  width: 100%;
  display: table;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .a-basic-btn {
    width: 210px;
  }
}
@media print {
  .o-basic-cluster-box .a-basic-btn {
    display: inline-block;
    width: 210px;
  }
}
.o-basic-cluster-box .a-basic-btn--big {
  width: 262px;
}
.o-basic-cluster-box .a-basic-btn:not(.h-space-m):not(.h-space-l) {
  margin: 5px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .a-basic-btn:not(.h-space-m):not(.h-space-l) {
    margin: 0 0 5px 0;
  }
}
.o-basic-cluster-box .mm-calc .a-basic-btn {
  right: 15px;
  bottom: 15px;
  position: absolute;
  width: auto;
  margin-bottom: 0;
  overflow: hidden;
}
@media print {
  .o-basic-cluster-box .mm-calc .a-basic-btn {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
    right: 21px;
    bottom: 21px;
    position: absolute;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .mm-calc .a-basic-btn {
    bottom: 10px;
    position: absolute;
  }
}
.o-basic-cluster-box h3 + .a-basic-btn {
  margin-top: 10px;
}
.o-layout-header-metanav .a-basic-btn {
  margin: 0 0 15px 0;
  width: 100%;
  background-color: #fff;
}
.o-layout-header-metanav .a-basic-btn:last-child {
  margin-bottom: 0;
}
.m-ves-calculator-short .a-basic-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.ll-main-triangle .a-basic-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -30px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-triangle .a-basic-btn {
    top: 50%;
    margin-top: -30px;
  }
}
.m-basic-table .a-basic-btn:not(.a-basic-btn--inline) {
  display: block;
  width: 100%;
  margin: 3px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table .a-basic-btn:not(.a-basic-btn--inline) {
    width: auto;
  }
}
.m-basic-table--tests .a-basic-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.m-basic-table--break .a-basic-btn {
  margin-bottom: 15px;
  max-width: 200px;
}
.m-basic-table--break .a-basic-btn.js-add-to-compare-sticky {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.mm-layer-links .a-basic-btn {
  float: left;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.h-roboto .mm-layer-links .a-basic-btn {
  font-family: "Roboto", sans-serif;
}
.mm-layer-links .a-basic-btn--details {
  padding-left: 25px;
  padding-right: 10px;
  background: transparent;
  display: inline-block;
}
.mm-layer-links .a-basic-btn--details:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  position: absolute;
  left: -10px;
  top: -2px;
}
.mm-layer-links .a-basic-btn--details.is-opened:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  position: absolute;
  left: -10px;
}
.mm-layer-content-inner .a-basic-btn--offer {
  order: 2;
  align-self: flex-end;
  margin: 0 0 6px 0;
  z-index: 52;
}
@media print, only screen and (min-width: 48em) {
  .mm-layer-content-inner .a-basic-btn--offer {
    margin: -80px 0 0 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .mm-layer-content-inner .a-basic-btn--offer {
    order: 3;
    top: -1px;
    right: -120px;
    position: absolute;
    margin: 0;
    align-self: auto;
  }
}
.m-tabcontent-inside .a-basic-btn, .mm-layer-inner .a-basic-btn {
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-tabcontent-inside .a-basic-btn, .mm-layer-inner .a-basic-btn {
    margin-right: 30px;
  }
}
.lt-ie9 .m-tabcontent-inside .a-basic-btn, .lt-ie9 .mm-layer-inner .a-basic-btn {
  margin-right: 30px;
}
.mm-flex--row-reverse .mm-content .a-basic-btn {
  display: inline-block;
  margin-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .mm-flex--row-reverse .mm-content .a-basic-btn {
    margin-right: 35px;
  }
}
.ll-dashboard .a-basic-btn, .ll-dashboard-right .a-basic-btn, .ll-dashboard-left .a-basic-btn {
  bottom: 20px;
  position: absolute;
}
.m-ves-rs-contentbox--damagedeclaration > .a-basic-btn {
  margin-right: 20px;
}
.m-ves-rs-contentbox--damagedeclaration > .a-basic-btn:last-child {
  margin-right: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .a-basic-btn {
  margin: 40px auto 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content > .m-basic-upload .a-basic-btn, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content > .m-basic-upload .a-basic-btn {
  width: 215px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content > .m-basic-upload .a-basic-btn, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content > .m-basic-upload .a-basic-btn {
    width: 100%;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content > .m-basic-upload .a-basic-btn, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content > .m-basic-upload .a-basic-btn {
  width: 100%;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row--center > .m-basic-upload .a-basic-btn:before {
  content: "";
  top: 4px;
  left: 170px;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 59.6421471173% 89.4632206759%;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row--center > .m-basic-upload .a-basic-btn:before {
    display: none;
    content: none;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row--center > .m-basic-upload .a-basic-btn:before {
  display: none;
  content: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--button-wrap > .a-basic-btn:not(:only-child):not(:last-child), .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--button-wrap > .a-basic-btn:not(:only-child):not(:last-child) {
  margin-bottom: 10px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--left ~ .mm-row-content--button-wrap > .a-basic-btn.js-upload-button {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--left:not(.js-file-stored) ~ .mm-row-content--button-wrap > .a-basic-btn.js-upload-button {
  display: block;
}
.m-ves-rs-contentbox--damagedeclaration .mm-additional-cost .mm-row-content--right ~ .mm-row-content--button-wrap > .a-basic-btn.js-upload-button {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-additional-cost .mm-row-content--right:not(.js-file-stored) ~ .mm-row-content--button-wrap > .a-basic-btn.js-upload-button {
  display: block;
}
.m-ves-rs-contentbox--damagedeclaration > .l-form > .ll-fieldset.js-all-files-stored .a-basic-btn.js-upload-button {
  display: none;
}
.m-basic-calculator-content-box-newform .a-basic-btn {
  width: fit-content;
}
.l-main-content .ll-rating .ll-rating-left .a-basic-btn {
  position: static;
}
.a-basic-btn--close:hover {
  background-color: unset;
  text-decoration: underline;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone {
  position: relative;
  width: 100%;
  max-width: 215px;
  margin-top: -5px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone {
    max-width: 300px;
    margin-top: 0;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone:before, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone:before {
  content: "";
  top: -2px;
  right: -50px;
  position: absolute;
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 59.6421471173% 89.4632206759%;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone:before, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone:before {
    display: none;
    content: none;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone:before, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone:before {
  display: none;
  content: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .a-basic-btn--clone.is-disabled:before, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row .a-basic-btn--clone.is-disabled:before {
  display: none;
  content: none;
}
.m-basic-calculator-content-box .ll-row .a-basic-btn--clone.h-space-s:not(:last-child), .m-ves-rs-contentbox--damagedeclaration .ll-row .a-basic-btn--clone.h-space-s:not(:last-child) {
  margin-bottom: 10px;
}
.m-adac-maps--mgldiscountmaps .a-basic-btn--search {
  margin-right: 0;
}
.ll-main-center--mgldiscount .a-basic-btn {
  margin: 5px 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center--mgldiscount .a-basic-btn {
    margin: 0 0 5px 0;
  }
}
.autocomplete-suggestion .a-basic-btn {
  padding-top: 6px;
  margin: 0 auto;
}
.o-layout-main-stage .oo-box--teaser-center > .a-basic-btn {
  left: 20px;
  bottom: auto;
  position: absolute;
  max-width: 150px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .a-basic-btn {
    left: auto;
    right: 38px;
    bottom: 25px;
    max-width: 100%;
  }
}
.l-form--sticky-contact .a-basic-btn {
  margin-top: 5px;
}
.m-basic-list-wrapper > .a-basic-btn {
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .a-basic-btn {
    margin: 0 20px;
  }
}
.m-basic-form-footer-sticky .a-basic-btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky .a-basic-btn {
    width: auto;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky .a-basic-btn {
    flex-shrink: 1;
  }
}
.lt-ie9 .m-basic-form-footer-sticky .a-basic-btn {
  flex-shrink: 1;
}
.m-basic-form-footer-sticky .mm-btnbox-layer .a-basic-btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.m-ves-tab--filter .mm-btn-box .a-basic-btn {
  margin: 0 auto;
}
.m-basic-cookie > .m-cookie-center .a-basic-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.m-basic-radius-search > .l-form .ll-fieldset + .a-basic-btn {
  display: table;
  margin-left: 10px;
  width: auto;
  margin-bottom: 15px;
}
.m-basic-radius-search > .l-form-general .ll-fieldset + .a-basic-btn {
  display: table;
  margin-left: 10px;
  width: auto;
  margin-bottom: 10px;
}
.m-basic-table-toggle .a-basic-btn {
  width: 100%;
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle .a-basic-btn {
    width: auto;
  }
}
.oo-slide-content-wrapper--big .l-main-cols .a-basic-btn {
  width: auto;
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .oo-slide-content-wrapper--big .l-main-cols .a-basic-btn {
    margin-top: 0;
  }
}
.oo-box-flex .a-basic-btn {
  width: auto;
}
.l-form .ll-fieldset--search .ll-row .ll-col-data .a-basic-btn {
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset--search .ll-row .ll-col-data .a-basic-btn {
    float: left;
    margin-left: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset--select .ll-row .ll-col-data .a-basic-btn {
    float: left;
    margin-left: 20px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content .a-basic-btn {
  display: block;
  max-width: none;
  min-height: 40px;
  margin-bottom: 18px;
  padding: 12px 24px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-upload-button-wrap > .a-basic-btn:not(:last-child) {
  margin-bottom: 10px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--button-wrap > .a-basic-btn {
  width: 100%;
}
.h-flex-resp-alignment .a-basic-btn {
  max-width: inherit;
  text-align: center;
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .h-flex-resp-alignment .a-basic-btn {
    height: fit-content;
  }
}

input[type=submit].a-basic-btn {
  min-height: 36px;
  padding: 9px 25px;
}
.is-keyboard-focus .js-basic-btn-wrapper.has-focus input[type=submit].a-basic-btn {
  outline: none;
  background-color: #ffb700;
  border: 2px solid #000;
}

.a-basic-calculator-slider {
  overflow: hidden;
}
.m-fdl-calculator .a-basic-calculator-slider {
  margin: 0 20px;
}
.m-fdl-calculator--clusterbox .a-basic-calculator-slider {
  margin: 0 0;
}
.a-basic-calculator-slider input {
  width: 100%;
  padding: 4px 15px;
  margin: 5px 0 0 0;
  border-bottom: 1px solid #afafaf;
}
.m-fdl-calculator .a-basic-calculator-slider input {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 4px;
}
.m-fdl-calculator--clusterbox .a-basic-calculator-slider input {
  height: 36px;
  margin: 5px 0 0 0;
}
.a-basic-calculator-slider .aa-slider {
  margin: 10px 0 15px 0;
  border: none;
  background: #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider .aa-slider {
    margin-bottom: 10px;
  }
}
.a-basic-calculator-slider .aa-io {
  position: relative;
  color: #333;
  width: 100%;
}
.a-basic-calculator-slider .aa-result {
  background: #f8f8f8;
}
.m-fdl-calculator--clusterbox .a-basic-calculator-slider .aa-result {
  background: #fff;
}
.m-basic-teaser-home .a-basic-calculator-slider .aa-result {
  background-color: #fff;
}
.a-basic-calculator-slider {
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
}
.a-basic-calculator-slider .noUi-target,
.a-basic-calculator-slider .noUi-target * {
  touch-action: none;
  box-sizing: border-box;
}
.a-basic-calculator-slider .noUi-target {
  position: relative;
  direction: ltr;
}
.a-basic-calculator-slider .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
    its values is > 50%. */
  z-index: 10;
}
.a-basic-calculator-slider .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.a-basic-calculator-slider .noUi-state-drag * {
  cursor: inherit !important;
}
.a-basic-calculator-slider {
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
}
.a-basic-calculator-slider .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.a-basic-calculator-slider {
  /* Slider size and handle placement;
   */
}
.a-basic-calculator-slider .noUi-horizontal {
  height: 18px;
}
.m-fdl-calculator .a-basic-calculator-slider .noUi-horizontal {
  height: 15px;
  margin-bottom: 16px;
}
.a-basic-calculator-slider {
  /* Styling;
   */
}
.a-basic-calculator-slider .noUi-background {
  padding: 0 0 0 29px;
}
@media print {
  .a-basic-calculator-slider .noUi-background {
    background: none;
    box-shadow: inset 0 0 0 1000px #999;
  }
}
.a-basic-calculator-slider .noUi-connect {
  background: #0079c0;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}
.a-basic-calculator-slider .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 14px !important;
  background: #999;
  max-width: calc(100% - 30px);
}
@media print {
  .a-basic-calculator-slider .noUi-origin {
    background: none;
    box-shadow: inset 0 0 0 1000px #c5c5c5;
  }
}
.a-basic-calculator-slider .noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
.a-basic-calculator-slider {
  /* Handles and cursors;
   */
}
.a-basic-calculator-slider .noUi-draggable {
  cursor: w-resize;
}
.a-basic-calculator-slider .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.a-basic-calculator-slider .noUi-horizontal .noUi-handle {
  top: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #ffcc00;
  transform: translate(13px, 6px);
  border: none;
  box-shadow: none;
  cursor: default;
}
.a-basic-calculator-slider .noUi-horizontal .noUi-handle:before, .a-basic-calculator-slider .noUi-horizontal .noUi-handle:after {
  background: #000;
  top: 10px;
  height: 8px;
}
.a-basic-calculator-slider .noUi-horizontal .noUi-handle:before {
  left: 12px;
}
@media print {
  .a-basic-calculator-slider .noUi-horizontal .noUi-handle {
    background: none;
    box-shadow: inset 0 0 0 1000px #ffcc00;
  }
}
.a-basic-calculator-slider {
  /* Disabled state;
   */
}
.a-basic-calculator-slider [disabled].noUi-connect,
.a-basic-calculator-slider [disabled] .noUi-connect {
  background: #B8B8B8;
}
.a-basic-calculator-slider [disabled].noUi-origin,
.a-basic-calculator-slider [disabled] .noUi-handle {
  cursor: not-allowed;
}

.a-basic-input-copy {
  display: block;
  max-width: 400px;
  min-width: 220px;
  width: 100%;
}
.a-basic-input-copy > .aa-content-wrapper {
  position: relative;
}
.a-basic-input-copy > .aa-content-wrapper > .aa-success-message {
  padding: 12px 5px 10px 35px;
  position: relative;
  display: none;
}
.a-basic-input-copy > .aa-content-wrapper > .aa-success-message:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 65.2542372881%;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
}
.a-basic-input-copy > .aa-content-wrapper > .aa-input-wrapper button {
  position: absolute;
  width: 25px;
  height: 30px;
  right: 10px;
  top: 20px;
  overflow: hidden;
}
.a-basic-input-copy > .aa-content-wrapper > .aa-input-wrapper button > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 54px;
  height: 54px;
  background-position: 78.9331532748% 83.7837837838%;
  position: absolute;
  left: -14px;
  top: -10px;
}
.a-basic-input-copy > .aa-content-wrapper > .aa-button-wrapper {
  margin-top: 20px;
}

/* a-basic-date-range */
.a-basic-date-range {
  display: block;
  max-width: 400px;
  min-width: 220px;
  width: 100%;
}
.a-basic-date-range--fit {
  max-width: 220px;
}
.a-basic-date-range > .aa-date-wrapper {
  display: flex;
  position: relative;
}
.a-basic-date-range > .aa-date-wrapper > .a-basic-input-text {
  flex: 1 1 100%;
}
.a-basic-date-range > .aa-date-wrapper > .a-basic-input-text:nth-child(1) {
  max-width: calc(50% - 15px);
}
.a-basic-date-range > .aa-date-wrapper > .a-basic-input-text:nth-child(2) {
  max-width: calc(50% + 15px);
}
.a-basic-date-range > .aa-date-wrapper > .js-date {
  width: 45px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.a-basic-date-range > .aa-date-wrapper > .js-date > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 34.1807909605%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.datepicker-is-in-range {
  background-color: #ffcc00 !important;
}

/* a-basic-icon */
.a-basic-icon.h-space-s {
  margin-bottom: 0;
}
.a-basic-icon.h-space-m, .a-basic-icon.h-space-l {
  display: inline-block;
}
.a-basic-icon > img {
  position: relative;
  top: 8px;
}
.l-form .ll-aside-head .ll-aside-edit .a-basic-icon > img, .l-form-general .ll-aside-head .ll-aside-edit .a-basic-icon > img {
  top: 2px;
}
.mm-layer-contribution .a-basic-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.a-basic-input-checkbox label .a-basic-icon {
  position: relative;
  display: inline-block;
  width: 24px;
}
.a-basic-input-checkbox label .a-basic-icon > img {
  position: absolute;
  top: -16px;
}
.m-basic-form-footer-sticky .a-basic-icon {
  padding-left: 28px;
  position: relative;
}
.m-basic-form-footer-sticky .a-basic-icon > img {
  position: absolute;
  left: 0;
  top: -4px;
}
.m-basic-text .a-basic-icon > img {
  position: relative;
  top: 8px;
}

/* a-basic-icon-pdf */
.a-basic-icon-pdf {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  min-height: 16px;
}
.a-basic-icon-pdf .aa-pdf-icon-wrapper {
  position: absolute;
  left: -12px;
  top: -13px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 41.3145539906% 96.8926553672%;
}
.l-outer--my-adac-content .a-basic-icon-pdf, .l-outer--my-adac .a-basic-icon-pdf {
  padding: 0;
}
.l-outer--my-adac-content .a-basic-icon-pdf .aa-pdf-icon-wrapper, .l-outer--my-adac .a-basic-icon-pdf .aa-pdf-icon-wrapper {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 38.3635144199% 96.8926553672%;
}
h2 .a-basic-icon-pdf, h3 .a-basic-icon-pdf {
  padding-left: 27px;
}
.a-basic-icon-pdf > svg {
  position: absolute;
  top: 0;
  left: -2px;
}
@media print {
  .a-basic-icon-pdf > svg {
    top: -2px;
  }
}
.m-basic-list--link .a-basic-link .a-basic-icon-pdf > svg {
  top: -3px;
}
.l-outer--my-adac-content .a-basic-icon-pdf > svg, .l-outer--my-adac .a-basic-icon-pdf > svg {
  display: none;
}
h2 .a-basic-icon-pdf > svg, h3 .a-basic-icon-pdf > svg {
  top: 0;
  left: 1px;
}
a > .a-basic-icon-pdf {
  text-decoration: underline;
}
.l-outer--my-adac a > .a-basic-icon-pdf {
  text-decoration: none;
}
h2 a > .a-basic-icon-pdf, h3 a > .a-basic-icon-pdf {
  text-decoration: none;
}
a:hover > .a-basic-icon-pdf {
  text-decoration: underline;
}
.l-outer--my-adac-content a:hover > .a-basic-icon-pdf, .l-outer--my-adac a:hover > .a-basic-icon-pdf {
  text-decoration: none;
}
h2 a:hover > .a-basic-icon-pdf, h3 a:hover > .a-basic-icon-pdf {
  text-decoration: none;
}
.a-basic-icon-pdf {
  /* ########## exceptions ########## */
}
p > a > .a-basic-icon-pdf {
  text-decoration: underline;
}
p > a > .a-basic-icon-pdf .l-outer--my-adac-content, .l-outer--my-adac p > a > .a-basic-icon-pdf {
  text-decoration: none;
}
h2 p > a > .a-basic-icon-pdf, h3 p > a > .a-basic-icon-pdf {
  text-decoration: none;
}
.a-basic-link .a-basic-icon-pdf {
  text-decoration: none;
}
.a-basic-link:hover .a-basic-icon-pdf {
  text-decoration: underline;
}
.m-basic-list:not(.m-basic-list--link) li > a > .a-basic-icon-pdf {
  text-decoration: underline;
}
.m-basic-list--link li > a > .a-basic-icon-pdf {
  text-decoration: none;
}
.m-basic-list--link li > a:hover > .a-basic-icon-pdf {
  text-decoration: underline;
}
.m-basic-list--link li > a:hover > .a-basic-icon-pdf .l-outer--my-adac-content, .l-outer--my-adac .m-basic-list--link li > a:hover > .a-basic-icon-pdf {
  text-decoration: none;
}
.m-basic-text .mm-content > ul > li > a > .a-basic-icon-pdf {
  text-decoration: underline;
}
.m-basic-text .mm-content > ul > li > ul > li > a > .a-basic-icon-pdf {
  text-decoration: underline;
}
.a-basic-icon-pdf.h-space-s {
  margin-bottom: 0;
}

/* a-basic-icon-verified */
.a-basic-icon-verified {
  position: relative;
  padding: 0 0 0 19px;
}
.a-basic-icon-verified.h-space-s {
  margin-bottom: 0;
}
.a-basic-icon-verified .aa-verified-icon-wrapper {
  display: block;
  position: absolute;
  left: -12px;
  top: -15px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 18.6440677966%;
}
.l-outer--my-adac-content .a-basic-icon-verified .aa-verified-icon-wrapper, .l-outer--my-adac .a-basic-icon-verified .aa-verified-icon-wrapper {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 21.7514124294%;
}

/* a-basic-input-checkbox */
.a-basic-input-checkbox {
  float: left;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-right: 20px;
  z-index: 50;
}
.l-form-general .ll-row .a-basic-input-checkbox {
  margin-right: 30px;
}
.m-basic-sticky-service-contact-restyle .l-form-general .ll-row .a-basic-input-checkbox {
  margin-right: 0;
}
.l-form-general .ll-row .a-basic-input-checkbox:last-child {
  margin-right: 0;
}
.m-basic-calculator-tiles .l-form-general .ll-row .a-basic-input-text + .a-basic-input-checkbox {
  margin-top: 25px;
}
.l-outer--my-adac-content .a-basic-input-checkbox, .l-outer--my-adac-dashboard-content .a-basic-input-checkbox {
  float: none;
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-checkbox {
  max-width: 320px;
}
.l-form .ll-row--thin-padding .ll-col-label + .ll-col-data .a-basic-input-checkbox {
  max-width: none;
}
.mm-newsletter-theme .a-basic-input-checkbox {
  margin-top: 0;
  margin-right: 7px;
}
.m-newsletter-category > .a-basic-input-checkbox {
  width: 100%;
}
.m-basic-keywordfilter .a-basic-input-checkbox {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 19px;
  line-height: 1.1875rem;
}
.m-basic-keywordfilter--mobilelayer .a-basic-input-checkbox {
  margin-bottom: 15px;
}
.o-basic-form .l-main-cols .a-basic-input-checkbox {
  padding-top: 2px;
}
.m-basic-toggle--link .a-basic-input-checkbox {
  float: none;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--link .a-basic-input-checkbox {
    float: left;
    width: calc(33.3% - 20px);
    height: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-toggle--link .a-basic-input-checkbox {
    width: calc(25% - 20px);
  }
}
.lt-ie9 .m-basic-toggle--link .a-basic-input-checkbox {
  width: calc(25% - 20px);
}
.o-fdl-creditcardconfig .a-basic-input-checkbox {
  margin-top: 0;
}
.o-fdl-creditcardconfig .a-basic-input-checkbox > label {
  top: 4px;
}
.o-fdl-creditcardconfig .a-basic-input-checkbox > div {
  padding-top: 3px;
}
.o-fdl-creditcardconfig .a-basic-input-checkbox > div > label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1em;
}
.h-roboto .o-fdl-creditcardconfig .a-basic-input-checkbox > div > label {
  font-family: "Roboto Bold", sans-serif;
}
.m-ves-rs-contentbox--damagedeclaration > .a-basic-input-checkbox {
  clear: both;
  float: none;
}
.m-basic-calculator-content-box .a-basic-input-text--date + .a-basic-input-checkbox {
  margin-top: 15px;
  margin-right: 0;
}
.a-basic-input-checkbox:last-child {
  margin-right: 0;
}
.a-basic-input-checkbox.h-space-s {
  margin-bottom: 5px;
}
.basic-dropdown-layer .a-basic-input-checkbox.h-space-s {
  margin-bottom: 15px;
}
.a-basic-input-checkbox > input + label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.a-basic-input-checkbox > input ~ div {
  position: relative;
  padding: 0;
}
.a-basic-input-checkbox > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 37.2881355932%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  left: -12px;
  top: -11px;
  z-index: -9;
}
.m-basic-keywordfilter--filter .a-basic-input-checkbox > input ~ div {
  padding-top: 1px;
}
.a-basic-input-checkbox > input ~ div > p > label {
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
}
.a-basic-input-checkbox > input ~ div > label {
  cursor: pointer;
  padding-left: 25px;
}
.l-form form .ll-fieldset .a-basic-input-checkbox > input ~ div > label {
  margin-top: 0;
}
.a-basic-input-checkbox.a-basic-input-checkbox--legend > input ~ div > label + * {
  margin-top: 6px;
}

.m-basic-calculator-content-box .a-basic-input-checkbox > input ~ div > label {
  position: relative;
}
.a-basic-input-checkbox > input ~ div > label > small {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
}
.a-basic-input-checkbox > input ~ div > label > small > a {
  color: rgba(0, 0, 0, 0.6);
}
.a-basic-input-checkbox > input ~ div > .a-basic-input-checkbox:only-of-type {
  float: none;
}
.a-basic-input-checkbox > input ~ div > p > label > a {
  position: relative;
}
.o-fdl-creditcardconfig .a-basic-input-checkbox > input ~ div {
  background-position: -2px 2px;
}
.is-keyboard-focus .a-basic-input-checkbox > input:focus ~ div:before {
  content: "";
  display: inline-block;
  left: -12px;
  top: -11px;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  z-index: -9;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 40.395480226%;
}
.is-keyboard-focus .a-basic-input-checkbox > input:focus ~ div:after {
  content: "";
  min-width: 26px;
  min-height: 26px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 4px;
  left: -3px;
  top: -2px;
}
.a-basic-input-checkbox.js-clicked > input:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 37.2881355932%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: -11px;
  z-index: -9;
}

.a-basic-input-checkbox > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 21.7514124294%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: -11px;
  z-index: -9;
}
.a-basic-input-checkbox > input:checked:disabled + label {
  cursor: default;
}
.m-basic-table-toggle .a-basic-input-checkbox > input:checked:disabled + label ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 21.7514124294%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: -11px;
  z-index: -9;
}
.a-basic-input-checkbox > input:checked:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 21.7514124294%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: -11px;
  z-index: -9;
}
.is-keyboard-focus .a-basic-input-checkbox > input:checked:focus ~ div:after {
  content: "";
  min-width: 26px;
  min-height: 26px;
  position: absolute;
  border: 3px solid #000;
  border-radius: 4px;
  left: -3px;
  top: -2px;
}
.a-basic-input-checkbox.js-clicked > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 21.7514124294%;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: -11px;
  z-index: -9;
}

.a-basic-input-checkbox > input:disabled ~ div > label {
  color: #8f8f8f;
}
.o-basic-form .is-error .a-basic-input-checkbox > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 52.8248587571%;
  height: 28px;
  width: 30px;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: 1px;
  z-index: -9;
}
.o-basic-form .is-error .a-basic-input-checkbox > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 52.8248587571%;
  height: 28px;
  width: 30px;
  background-repeat: no-repeat;
  margin-top: 0;
  position: absolute;
  top: 1px;
  z-index: -9;
}
.a-basic-input-checkbox > div {
  min-height: 20px;
}
.a-basic-input-checkbox > div .a-basic-input-checkbox {
  display: inline-block;
  position: relative;
  left: 25px;
  width: 100%;
}
.m-my-adac-checkbox-image .a-basic-input-checkbox > div {
  display: block;
  width: 100%;
}
.a-basic-input-checkbox > div > label {
  display: inline-block;
}
.a-basic-input-checkbox > div > label.aa-inline {
  display: inline;
}
.m-my-adac-checkbox-image .a-basic-input-checkbox > div > label {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
}
.m-my-adac-checkbox-image--round-edges .a-basic-input-checkbox > div > label {
  position: static;
}
.a-basic-input-checkbox > div > label > img.mm-icon {
  position: absolute;
  bottom: 0;
  margin-left: 5px;
}
.m-my-adac-checkbox-image .a-basic-input-checkbox > div > label > img {
  position: absolute;
  margin: 10px 0 0 0;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: calc(100% - 30px);
  max-width: 100%;
  display: block;
}
.m-my-adac-checkbox-image--round-edges .a-basic-input-checkbox > div > label > img {
  max-height: 100%;
  border-radius: 15px;
  left: 50%;
}
.mm-toggle-tab-content .a-basic-input-checkbox > input:disabled ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -11px;
  z-index: -9;
}
.mm-toggle-tab-content .a-basic-input-checkbox > input:disabled ~ div > label {
  color: #afafaf;
}
.m-basic-table .a-basic-input-checkbox {
  margin-right: 0;
  z-index: 1;
}
.m-basic-table .a-basic-input-checkbox > input ~ div {
  background-position: 0 0;
}

/* a-basic-input-file */
.a-basic-input-file {
  width: 100%;
}
.a-basic-input-file.h-space-s {
  margin-bottom: 0;
}

/* a-basic-input-radio */
.a-basic-input-radio {
  float: left;
  display: block;
  position: relative;
  margin: 5px 30px 5px 0;
}
.a-basic-input-radio.h-space-s {
  margin-bottom: 7px;
}
.a-basic-input-radio--my-adac.h-space-s {
  margin-bottom: 0;
}

.a-basic-input-radio.h-space-m {
  margin-bottom: 15px;
}
.a-basic-input-radio.h-space-l {
  margin-bottom: 30px;
}
.a-basic-input-radio.h-space-no {
  margin-bottom: 0;
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-radio {
  max-width: 320px;
}
.l-form .ll-aside-content .a-basic-input-radio {
  margin-right: 8px;
}
.m-basic-toggle--link .a-basic-input-radio {
  float: none;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--link .a-basic-input-radio {
    float: left;
    width: calc(33.3% - 20px);
    height: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-toggle--link .a-basic-input-radio {
    width: calc(25% - 20px);
  }
}
.lt-ie9 .m-basic-toggle--link .a-basic-input-radio {
  width: calc(25% - 20px);
}
.mm-teaser-box .a-basic-input-radio {
  float: none;
}
.m-basic-keywordfilter > .mm-filter--columns .mm-filtergroup > .a-basic-input-radio {
  float: none;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter > .mm-filter--columns .mm-filtergroup > .a-basic-input-radio {
    float: left;
    margin-bottom: 5px;
  }
}
.m-ves-rs-contentbox .a-basic-input-radio {
  margin-bottom: 0;
}
.l-form .ll-row--cardamage .ll-col-data--grid .a-basic-input-radio {
  min-width: 140px;
  margin: 5px 0;
  padding: 0 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage .ll-col-data--grid .a-basic-input-radio {
    min-width: 120px;
    padding: 0 30px 0 0;
  }
}
.l-form .ll-row--cardamage .ll-col-data--grid .a-basic-input-radio > label {
  display: inline-block;
  cursor: pointer;
}
.l-form .ll-row--cardamage .ll-col-data--grid .a-basic-input-radio > label > img {
  margin: 0 0 5px 2px;
}
.l-form .ll-row--cardamage .ll-col-data--grid .a-basic-input-radio > label + input + label {
  left: 5px;
  bottom: 0;
}
.l-form-general .ll-multirow .a-basic-input-radio {
  width: fit-content;
}
.l-form-general .ll-multirow .ll-row:not(.is-floating) + .ll-row .ll-item-container > :first-child:not(.ll-col-label) .a-basic-input-radio:not(.is-floating), .l-form-general .ll-multirow .ll-row:not(.is-floating) + .ll-row > :first-child:not(.ll-col-label):not(.ll-item-container) .a-basic-input-radio:not(.is-floating) {
  margin-top: 27.7px;
}
.a-basic-input-radio > label {
  display: inline-block;
  cursor: pointer;
}
.a-basic-input-radio > label + input + label {
  left: 0;
  bottom: 0;
  position: absolute;
}
div > label + .ll-depend.is-open .a-basic-input-radio {
  flex-wrap: wrap;
}
.a-basic-input-radio > input + label {
  position: absolute;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.a-basic-input-radio > input ~ div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.a-basic-input-radio--col-1-2 .a-basic-input-radio > input ~ div {
  flex-wrap: nowrap;
}
.a-basic-input-radio.a-basic-input-radio--col-1-2 > input ~ div {
  flex-wrap: nowrap;
}

.ll-depend.is-open .a-basic-input-radio > input ~ div {
  flex-wrap: wrap;
}
.a-basic-input-radio--my-adac > input ~ div {
  flex-wrap: wrap;
}

.a-basic-input-radio > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 27.9661016949%;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -11px;
  margin-left: -13px;
}
.m-basic-table-toggle .a-basic-input-radio > input ~ div:before {
  margin-left: -12px;
}
.l-form-general .a-basic-input-radio > input ~ div:before {
  display: none;
}
.l-form-general .a-basic-input-radio > input ~ div {
  background: none;
  position: relative;
  flex-direction: column;
}
.l-form-general .a-basic-input-radio > input ~ div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #191919;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}
.l-form .ll-aside-content .a-basic-input-radio > input ~ div {
  padding-left: 23px;
}
@media only screen and (max-width: 47.9375em) {
  .m-ves-rs-contentbox .a-basic-input-radio > input ~ div {
    display: inline-block;
    padding-left: 30px;
  }
}
.a-basic-input-radio > input ~ div > label {
  display: inline-block;
  cursor: pointer;
  padding-left: 34px;
  position: relative;
  line-height: 24px;
  line-height: 1.5rem;
}
.l-form-general .a-basic-input-radio--my-adac > input ~ div > label {
  margin-left: 0;
}

.m-basic-toggle--link .a-basic-input-radio > input ~ div > label {
  display: inline-block;
  padding-top: 2px;
  line-height: 18px;
  line-height: 1.125rem;
}
.m-ves-calculator-short .a-basic-input-radio > input ~ div > label {
  width: 100%;
}
.a-basic-input-radio > input ~ div > label + * {
  margin-top: 15px;
  margin-right: 0;
}
.is-keyboard-focus .a-basic-input-radio > input:focus ~ div:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 34.1807909605%;
}
.l-form-general .a-basic-input-radio > input:focus ~ div:not(.a-basic-input-radio--my-adac) {
  background: none;
}
.l-form-general .a-basic-input-radio > input:focus ~ div:not(.a-basic-input-radio--my-adac):after {
  border: 2px solid rgba(0, 0, 0, 0.9);
}
.is-keyboard-focus .l-form-general .a-basic-input-radio > input:focus ~ div:not(.a-basic-input-radio--my-adac):after {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #000;
}
.a-basic-input-radio > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 0;
  background-repeat: no-repeat;
  margin-top: -11px;
}
.l-form-general .a-basic-input-radio > input:checked ~ div:not(.a-basic-input-radio--my-adac) {
  background: none;
}
.l-form-general .a-basic-input-radio > input:checked ~ div:not(.a-basic-input-radio--my-adac):before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-color: #191919;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.h-background .a-basic-input-radio > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 0;
  background-repeat: no-repeat;
}
.a-basic-input-radio > input:checked:focus ~ div:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.is-keyboard-focus .a-basic-input-radio > input:checked:focus ~ div:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 6.2146892655%;
}
.l-form-general .a-basic-input-radio > input:checked:focus ~ div:not(.a-basic-input-radio--my-adac) {
  background: none;
}
.l-form-general .a-basic-input-radio > input:checked:focus ~ div:not(.a-basic-input-radio--my-adac):after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 2px;
}
.l-form-general .a-basic-input-radio > input:checked:focus ~ div:not(.a-basic-input-radio--my-adac):before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  z-index: 1;
}
.a-basic-input-radio.js-clicked > input:checked ~ div:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 0;
  content: "";
  display: inline-block;
}
.l-form-general .a-basic-input-radio.js-clicked > input:checked ~ div:not(.a-basic-input-radio--my-adac) {
  background: none;
}
.l-form-general .a-basic-input-radio.js-clicked > input:checked ~ div:not(.a-basic-input-radio--my-adac):after {
  background-color: #fff;
  border-color: #191919;
}
.l-form-general .a-basic-input-radio.js-clicked > input:checked ~ div:not(.a-basic-input-radio--my-adac):before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-color: #191919;
  border-radius: 50%;
  z-index: 1;
}
.h-background .a-basic-input-radio.js-clicked > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 21.7514124294%;
  background-repeat: no-repeat;
}

.a-basic-input-radio > input:disabled ~ div {
  opacity: 0.5;
}
.l-form .is-error .a-basic-input-radio > input.is-first-radio ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 40.395480226%;
  background-repeat: no-repeat;
}
.l-form .is-error .a-basic-input-radio > input.is-first-radio:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 15.5367231638%;
  background-repeat: no-repeat;
}
.o-basic-form .is-error .a-basic-input-radio > input.is-first-radio ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 40.395480226%;
  background-repeat: no-repeat;
}
.o-basic-form .is-error .a-basic-input-radio > input.is-first-radio:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 15.5367231638%;
  background-repeat: no-repeat;
}
.a-basic-input-radio > div > label + .ll-depend.is-open {
  padding-top: 0;
  margin-left: 35px;
}
.l-form--newsletter .a-basic-input-radio > div > label + .ll-depend.is-open {
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--newsletter .a-basic-input-radio > div > label + .ll-depend.is-open {
    width: 580px;
  }
}
.m-adac-maps--mgldiscountmaps .a-basic-input-radio {
  float: none;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .a-basic-input-radio {
    margin-top: 4px;
    margin-right: 15px;
    float: left;
  }
}
.m-basic-keywordfilter--location .a-basic-input-radio {
  margin-right: 15px;
}

/* a-basic-input-select*/
.a-basic-input-select {
  position: relative;
  max-width: 400px;
  font-weight: normal;
  height: 36px;
  border-bottom: 1px solid #cccccc;
}
.a-basic-input-select:focus-within:not(.a-basic-input-select--colorpick) {
  border-bottom: 2px solid #ffcc00;
}
.m-adac-maps .mm-map-wrapper .a-basic-input-select {
  width: 65%;
}
.a-basic-input-select.h-space-s {
  margin-bottom: 0;
}
.m-my-adac-dashboard-box-layer .a-basic-input-select.h-space-s {
  margin-bottom: 10px;
}
.h-background .l-form .a-basic-input-select, .l-form .h-background .a-basic-input-select {
  overflow: hidden;
  border-bottom: none;
}
.l-form-general .a-basic-input-select {
  width: 100%;
  height: 55px;
  background-color: #fff;
}
.m-basic-radius-search .l-form-general .a-basic-input-select {
  margin-right: 20px;
}
.a-basic-input-select > select {
  width: 100%;
  height: 36px;
  padding: 0 40px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: #f3f3f4;
  overflow: hidden;
}
.a-basic-input-select > select::-ms-expand {
  display: none;
}
.a-basic-input-select > select::-ms-value {
  background: none;
  color: #42413D;
}
.l-form-general .a-basic-input-select > select {
  min-height: 55px;
  padding-left: 14px;
  padding-top: 17px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  box-sizing: border-box;
}
.l-form-general .a-basic-input-select > select:before, .l-form-general .a-basic-input-select > select:after {
  box-sizing: border-box;
}
.l-form-general .a-basic-input-select > select:hover {
  border: 1px solid #191919;
}
.l-form-general .m-basic-keywordfilter .a-basic-input-select > select {
  padding-top: 0;
}
.l-form-general .ll-row.is-error .a-basic-input-select > select {
  border: 2px solid #cc3333;
}
.o-layout-main-stage .m-basic-radius-search .a-basic-input-select > select {
  background-color: #fff;
}
.mm-content--bg .a-basic-input-select > select {
  background-color: #fff;
}
.a-basic-input-select.is-error > select {
  border-bottom: 2px solid #cc3333;
}

.l-form-general .a-basic-input-select > select:disabled {
  background: #fff;
  border-color: #d7d7d7;
  color: #666666;
}
.l-form-general .a-basic-input-select > select:disabled + .aa-controller {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 96.8926553672%;
  opacity: 0.3;
}
.a-basic-input-select > select:focus {
  outline: 0;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #333;
  padding-top: 2px;
}
.l-form .a-basic-input-select > select:focus {
  border: 2px solid #191919;
}
.l-form-general .a-basic-input-select > select:focus {
  border: 2px solid #191919;
  padding-left: 13px;
  padding-top: 17px;
}
.l-form-general .m-basic-keywordfilter .a-basic-input-select > select:focus {
  padding-top: 0;
}
.a-basic-input-select > select.is-error {
  border-bottom: 2px solid #cc3333;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact .a-basic-input-select > select {
    background-color: #fff;
  }
}
.l-form--background .a-basic-input-select > select {
  background-color: #fff;
}
.m-ves-rs-contentbox--grey .a-basic-input-select > select {
  background: #fff;
}
.h-background .a-basic-input-select > select {
  background: #fff;
}
.l-form.l-form--cardamage-map .a-basic-input-select > select:disabled {
  color: #cccccc;
}
.l-form.l-form--cardamage-map .a-basic-input-select > select:disabled + .aa-controller {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
  background-repeat: no-repeat;
}
.l-form.l-form--background .a-basic-input-select > select:disabled {
  color: #cccccc;
}
.l-form.l-form--background .a-basic-input-select > select:disabled + .aa-controller {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
  background-repeat: no-repeat;
}
.l-form.l-form--tet .a-basic-input-select > select:disabled {
  color: #cccccc;
}
.l-form.l-form--tet .a-basic-input-select > select:disabled + .aa-controller {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
  background-repeat: no-repeat;
}
.a-basic-input-select > select > option {
  padding: 5px 7px;
  border-top: 1px solid #c5c5c5;
  border-left: 0;
  color: #333;
  background: #f3f3f4;
}
.m-ves-rs-contentbox--grey .a-basic-input-select > select > option {
  background: #fff;
}
.h-background .a-basic-input-select > select > option {
  background: #fff;
}
.l-form-general .a-basic-input-select > select > option {
  border: none;
  background-color: #fff;
}
.a-basic-input-select .aa-controller {
  width: 36px;
  height: 36px;
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  top: -3px;
  right: 2px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  transform: rotate(360deg);
  background-repeat: no-repeat;
}
.l-form-general .a-basic-input-select .aa-controller {
  top: 4px;
}
.l-form-general .ll-row.is-check.is-error > .ll-col-data > .a-basic-input-select .aa-controller, .l-form-general .ll-row.is-check.is-valid > .ll-col-data > .a-basic-input-select .aa-controller {
  right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact .a-basic-input-select .aa-controller {
    background-color: #fff;
  }
}
.a-basic-input-select .aa-col-label {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 15px;
}
.l-form-general .a-basic-input-select .aa-col-label {
  max-width: calc(100% - 55px);
  overflow: hidden;
  white-space: nowrap;
}
.l-form-general .a-basic-input-select .aa-col-label > .aa-label {
  color: #313131;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-form-general .ll-row.is-check.is-error .a-basic-input-select .aa-col-label > .aa-label {
  color: #cc3333;
}
.a-basic-input-select .aa-unit > * {
  position: absolute;
  right: -10px;
  top: 50%;
}
.a-basic-input-select .js-select-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 7px 24px 0 12px;
  background: #f3f3f4;
  cursor: pointer;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-ves-rs-contentbox--grey .a-basic-input-select .js-select-overlay {
  background: #fff;
}
.ll-row--cardamage .ll-col-data .a-basic-input-select {
  max-width: 320px;
}
@media print, only screen and (min-width: 48em) {
  .ll-row--cardamage .ll-col-data .a-basic-input-select {
    width: 273px;
    max-width: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-row--cardamage .ll-col-data .a-basic-input-select {
    width: 293px;
  }
}
.lt-ie9 .ll-row--cardamage .ll-col-data .a-basic-input-select {
  width: 293px;
}
.l-form--sticky-contact .ll-col-data .a-basic-input-select {
  margin-bottom: 5px;
}
.l-form.l-form--cardamage-map .a-basic-input-select {
  max-width: 305px;
}
.l-form.l-form--cardamage-map .a-basic-input-select + .a-basic-input-select {
  margin-top: 10px;
}
.l-form .ll-data-input-text + .a-basic-input-select {
  float: left;
  margin: 0 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .ll-row--mgl-discount .a-basic-input-select {
    width: 120px;
  }
}
.m-ves-rs-contentbox .a-basic-input-select {
  width: 250px;
  height: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .a-basic-input-select {
    width: 180px;
  }
}
.m-ves-rs-contentbox .a-basic-input-select > select:disabled {
  color: #cccccc;
}
.m-ves-rs-contentbox .a-basic-input-select > select:disabled + .aa-controller {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
  background-repeat: no-repeat;
}
.m-ves-rs-contentbox--damagedeclaration .a-basic-input-select {
  width: 230px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-col-data .a-basic-input-select {
  width: 85%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-col-data .a-basic-input-select {
    width: 305px;
  }
}
.m-basic-calculator-content-box .a-basic-input-select {
  width: calc(100% - 30px);
  min-width: 60px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .a-basic-input-select {
    width: 100%;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date ~ .a-basic-input-select {
  margin-left: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date ~ .a-basic-input-select {
    margin-left: 50px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date ~ .a-basic-input-select {
  margin-left: 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--right > .a-basic-input-select {
    max-width: 100px;
  }
}
.o-layout-main-stage .oo-box-col-3 .a-basic-input-select {
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.o-basic-cluster-box--form .a-basic-input-select > select {
  background: #fff;
}
.o-basic-cluster-box--form .a-basic-input-select > select > option {
  background: #fff;
}
.m-basic-radius-search > .l-form .ll-col-label + .ll-col-data .a-basic-input-select, .m-basic-radius-search > .l-form-general .ll-col-label + .ll-col-data .a-basic-input-select {
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  overflow: hidden;
}
.m-adac-maps--searchresults .mm-map-wrapper > .a-basic-input-select {
  margin-bottom: 20px;
  max-width: none;
  padding-bottom: 0;
}
.m-basic-keywordfilter .mm-searchbar > .a-basic-input-select {
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset--select .ll-row .ll-col-data .a-basic-input-select {
    float: left;
    width: calc(50% - 5px);
  }
}
.l-form .ll-fieldset--select .ll-row .ll-col-data .a-basic-input-select:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 15px;
}

/* a-basic-input-text */
.a-basic-input-text {
  display: inline-block;
  width: 100%;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.a-basic-input-text.is-keyboard-focus ~ .ll-description {
  opacity: 1 !important;
  max-height: 260px !important;
}
.l-form-general .a-basic-input-text--right-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.42);
}
.l-form-general .a-basic-input-text--right-border:after:hover {
  border-color: #191919;
}
.l-form-general .a-basic-input-text--right-border input:hover,
.l-form-general .a-basic-input-text--right-border input {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.l-form-general .a-basic-input-text--right-border input + .js-clear-button {
  display: none;
}
.l-form-general .a-basic-input-text.js-focus:after {
  border-right: 2px solid rgba(0, 0, 0, 0.9);
}
.l-form-general .ll-multirow .ll-row:not(.is-floating) + .ll-row .ll-item-container > :first-child:not(.ll-col-label) .a-basic-input-text:not(.is-floating), .l-form-general .ll-multirow .ll-row:not(.is-floating) + .ll-row > :first-child:not(.ll-col-label):not(.ll-item-container) .a-basic-input-text:not(.is-floating) {
  margin-top: 22.4px;
}
.l-form-general .a-basic-input-text:not(.a-basic-input-text--right-border) + .a-basic-input-text:not(.a-basic-input-text--xs) {
  margin-left: 4.69%;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-text:not(.a-basic-input-text--right-border) + .a-basic-input-text:not(.a-basic-input-text--xs) {
    margin-left: 15px;
  }
}
.l-form-general .a-basic-input-text--right-border + .a-basic-input-text input:hover,
.l-form-general .a-basic-input-text--right-border + .a-basic-input-text input {
  border-left: none !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.l-form-general .a-basic-input-text--right-border + .a-basic-input-text label {
  display: none;
}
.l-form-general .ll-col-data:hover .a-basic-input-text--right-border + .a-basic-input-text:not(:disabled) input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.a-basic-input-text.a-basic-input-text--s:before, .a-basic-input-text.a-basic-input-text--xs:before {
  background: initial;
}
.l-form-general .ll-row.is-check .a-basic-input-text.a-basic-input-text--s ~ .ll-check, .m-basic-calculator-content-box-newform .ll-row.is-check .a-basic-input-text.a-basic-input-text--s ~ .ll-check, .l-form-general .ll-row.is-check .a-basic-input-text.a-basic-input-text--xs ~ .ll-check, .m-basic-calculator-content-box-newform .ll-row.is-check .a-basic-input-text.a-basic-input-text--xs ~ .ll-check {
  opacity: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row.is-check .a-basic-input-text.a-basic-input-text--s ~ .ll-check, .m-basic-calculator-content-box-newform .ll-row.is-check .a-basic-input-text.a-basic-input-text--s ~ .ll-check, .l-form-general .ll-row.is-check .a-basic-input-text.a-basic-input-text--xs ~ .ll-check, .m-basic-calculator-content-box-newform .ll-row.is-check .a-basic-input-text.a-basic-input-text--xs ~ .ll-check {
    opacity: 1;
  }
}
.m-basic-keywordfilter:not(.m-basic-keywordfilter--button) .mm-searchbar .a-basic-input-text.js-focus:before {
  left: calc(100% - 72px);
}
.l-form-general .m-basic-keywordfilter:not(.m-basic-keywordfilter--button) .mm-searchbar .a-basic-input-text.js-focus:before {
  left: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps .a-basic-input-text {
    max-width: 307px;
    margin-right: 12px;
  }
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-text {
  max-width: 400px;
}
.m-basic-socialshare .l-form .ll-col-label + .ll-col-data .a-basic-input-text {
  max-width: none;
}
.o-basic-form .oo-col-label + .oo-col-data .a-basic-input-text {
  max-width: 278px;
}
.m-ves-rs-contentbox .a-basic-input-text {
  margin-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox .mm-upload-container .mm-row .a-basic-input-text, .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row .a-basic-input-text {
    max-height: 36px;
  }
}
.lt-ie9 .m-ves-rs-contentbox .mm-upload-container .mm-row .a-basic-input-text, .lt-ie9 .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row .a-basic-input-text {
  max-height: 36px;
}
.m-ves-rs-contentbox .mm-upload-container .mm-row.is-check.is-error .a-basic-input-text, .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row.is-check.is-error .a-basic-input-text {
  border-bottom: 2px solid #cc3333;
}

.m-ves-rs-contentbox .mm-upload-container .mm-row .mm-row-content.is-check.is-error .a-basic-input-text, .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row .mm-row-content.is-check.is-error .a-basic-input-text {
  border-bottom: 2px solid #cc3333;
}

.m-ves-rs-contentbox .ll-item-container--full .a-basic-input-text {
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .ll-item-container--full .a-basic-input-text {
    margin: 0 0 0 0;
  }
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container > .ll-col-data .a-basic-input-text + p.ll-inputinfo {
  margin: 5px 0;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container > .ll-col-data .a-basic-input-text + .m-basic-info-layer .mm-infolayer-icon {
  left: calc(100% - 30px);
  bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container > .ll-col-data .a-basic-input-text + .m-basic-info-layer .mm-infolayer-icon {
    left: auto;
    right: -35px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-col-data .a-basic-input-text {
  margin: 0;
}
.l-form .ll-row--full .ll-col-label + .ll-col-data .a-basic-input-text {
  max-width: 470px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text {
    max-width: 215px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text {
    max-width: 400px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form .ll-multirow-container.ll-multirow-33 > .ll-row > .ll-item-container > .ll-col-data > .a-basic-input-text {
  max-width: 400px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .a-basic-input-text {
    width: 400px;
    max-width: 400px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .a-basic-input-text {
  width: 400px;
  max-width: 400px;
}
.l-form--cardamage-map .ll-row--full .ll-col-label + .ll-col-data .a-basic-input-text {
  max-width: 305px;
}
.l-form--cardamage-proof .ll-row--full .ll-col-data .a-basic-input-text {
  max-width: 305px;
}
.a-basic-input-radio label .a-basic-input-text {
  overflow: inherit;
  margin-top: -10px;
}
.o-layout-header-metanav .a-basic-input-text {
  max-width: inherit;
}
.m-basic-keywordfilter .a-basic-input-text {
  max-width: inherit;
}
.l-outer--my-adac .m-basic-keywordfilter .a-basic-input-text input, .l-outer--my-adac-content .m-basic-keywordfilter .a-basic-input-text input {
  padding: 0 0 5px 12px;
}
.m-fdl-calculator .a-basic-input-text, .m-fdl-calculator .a-basic-input-text + .ll-description {
  width: calc(100% - 40px);
  margin: 0 20px;
}
.ll-data-input-text + .a-basic-input-text {
  float: left;
  margin: 0 10px 0 0;
}
.l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text + .a-basic-input-text {
  margin-left: 5px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type), .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type) {
  max-width: 145px;
  margin-left: 5px;
  margin-right: 5px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type):first-of-type, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type):first-of-type {
  margin-left: 0;
  flex-shrink: 0;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type):last-of-type, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text:not(:only-of-type):last-of-type {
  margin-right: 0;
  max-width: none;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text.js-focus + .mm-description, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text.js-focus + .mm-description {
  opacity: 1;
  max-height: 200px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .a-basic-input-text, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .a-basic-input-text {
  border-bottom: 2px solid #cc3333;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .a-basic-input-text, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .a-basic-input-text {
  margin-left: 0;
  order: 3;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .a-basic-input-text, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .a-basic-input-text {
  border-bottom: 2px solid #cc3333;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center-big > .mm-inputcontainer > .a-basic-input-text, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center-big > .mm-inputcontainer > .a-basic-input-text {
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--right > .a-basic-input-text, .m-basic-calculator-content-box-newform > .mm-upload-container > .mm-row > .mm-row-content--right > .a-basic-input-text {
    max-width: 100px;
  }
}
.m-basic-radius-search--locksmith > .a-basic-input-text {
  flex: 0 1 70%;
  margin: 0 10px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--locksmith > .a-basic-input-text {
    margin: 0 20px 0 0;
    flex: 0 1 42%;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-radius-search--locksmith > .a-basic-input-text {
    flex: 0 1 60%;
  }
}
.a-basic-input-text input {
  width: 100%;
  height: 36px;
  padding: 5px 30px 5px 15px;
  transition: background 0.4s;
  border-bottom: 1px solid #cccccc;
  background-repeat: no-repeat;
  background-color: #f3f3f4;
}
.a-basic-input-text input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-keywordfilter .a-basic-input-text input::placeholder {
  color: #333;
}
.l-form-general .m-basic-keywordfilter .a-basic-input-text input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.l-form-general .ll-col-data .a-basic-input-radio .a-basic-input-text input:not([type=text]):not([type=number]):not([type=email]) {
  height: 35px;
  padding: 5px 5px 5px 10px;
}
.l-form-general .a-basic-input-text input {
  background: #fff;
  height: 55px;
  padding: 5px 10px 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.l-form-general .a-basic-input-text:not(.js-focus) input:hover:not(:focus):not(:disabled) {
  border: 1px solid #191919;
}

.l-form-general .ll-col-data:hover .a-basic-input-text:not(.js-focus) input:not(:disabled):not(:focus) {
  border: 1px solid #191919;
}

.l-form-general .ll-row.is-error .a-basic-input-text input {
  border: 2px solid #cc3333;
}
.l-form-general .ll-row.is-error .a-basic-input-text input:hover {
  border: 2px solid #cc3333;
}
.l-form-general .ll-row.is-error .ll-col-data:hover .a-basic-input-text input:not(:disabled) {
  border: 2px solid #cc3333;
}
.l-form-general .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--date) input {
  padding: 2px 50px 0 15px;
}

.l-form-general .ll-row.is-filled .m-basic-keywordfilter .a-basic-input-text input {
  padding-top: 25px;
}
.l-form-general .is-filled .ll-col-label + .ll-col-data .a-basic-input-text input {
  padding-top: 25px;
}
.l-form-general .m-basic-radius-search .a-basic-input-text input {
  padding: 30px 30px 5px 15px;
}
.l-form--background .a-basic-input-text input, .l-form-general--background .a-basic-input-text input {
  background-color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .m-basic-radius-search .a-basic-input-text input {
    background-color: #fff;
  }
}
.lt-ie9 .o-layout-main-stage .m-basic-radius-search .a-basic-input-text input {
  background-color: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact .a-basic-input-text input {
    background-color: #fff;
  }
}
.m-adac-maps .m-basic-radius-search .a-basic-input-text input {
  background-color: #f3f3f4;
}
.m-ves-rs-contentbox--damagedeclaration .a-basic-input-text.is-uppercase input {
  text-transform: uppercase;
}

.m-ves-rs-contentbox--grey .a-basic-input-text input {
  background-color: #fff;
}
.h-background .a-basic-input-text input {
  background-color: #fff;
}
.l-form-general .a-basic-input-text.js-focus input {
  border-color: #191919;
  border-width: 2px;
}

.l-form-general .m-basic-search[data-mod=content] .a-basic-input-text input {
  padding-left: 25px;
  border-radius: 28px;
  border-color: rgba(0, 0, 0, 0.4196078431);
  font-size: 19px;
  font-size: 1.1875rem;
}
.a-basic-input-text input:focus {
  border-bottom: 2px solid #ffcc00;
  padding-top: 7px;
}
.l-form-general .a-basic-input-text input:focus {
  border-color: #191919;
  border-width: 2px;
}
.a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  background-color: #f3f3f4;
  background-repeat: no-repeat;
  transition: background 4s;
}
.l-form--background .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  background-color: #fff;
}
.l-form-general .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  background-color: #fff;
}
.m-ves-rs-contentbox--grey .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  background-color: #fff;
}
.h-background .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  background-color: #fff;
}
.mm-searchbar--searchicon .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  padding-right: 65px;
  background-position: right 35px center;
}
.mm-searchbar--searchicon .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  right: 35px;
}
.l-form-general .ll-row.is-error.is-check .ll-col-data .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]), .l-form-general .ll-row.is-valid.is-check .ll-col-data .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) {
  padding-right: 75px;
}
.l-form-general .ll-row.is-error.is-check .ll-col-data .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]).is-floating, .l-form-general .ll-row.is-valid.is-check .ll-col-data .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]).is-floating {
  padding: 25px 75px 0 15px;
}
.m-basic-keywordfilter .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  bottom: -4px;
}
.l-form-general .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  top: 15px;
  right: -5px;
  transition: right 0.4s;
}
.l-form-general .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  right: 29px;
}
.l-form-general .ll-row.is-check.is-error > .ll-col-data > .m-basic-radius-search .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button, .l-form-general .ll-row.is-check.is-valid > .ll-col-data > .m-basic-radius-search .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button, .l-form-general .ll-row.is-check.is-error > .ll-col-data > .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button, .l-form-general .ll-row.is-check.is-valid > .ll-col-data > .a-basic-input-text:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  right: 20px;
  transition: right 0.4s;
}
.a-basic-input-text.a-basic-input-text--edit:not(.a-basic-input-text--xs):not(.a-basic-input-text--s):not(.a-basic-input-text--daterange) input.a-basic-input-text--clear:not([data-dateformat]) + .js-clear-button {
  right: 35px;
}

.l-form .a-basic-input-text input.is-error {
  border-bottom: 2px solid #cc3333;
}
.ll-row.is-check.is-error .a-basic-input-text input {
  border-bottom: 2px solid #cc3333;
}
.l-form-general .ll-row.is-check.is-error .a-basic-input-text input {
  border-color: #cc3333;
  border-width: 2px;
}
.a-basic-input-text input:disabled {
  opacity: 1;
  background: #f8f8f8;
  color: #666666;
  -webkit-text-fill-color: #666666;
}
.l-form-general .a-basic-input-text input:disabled {
  background: #fff;
  border-color: #d7d7d7;
  color: #666666;
}
.a-basic-input-text input:disabled ~ .aa-col-label {
  width: calc(100% - 30px);
  height: 100%;
  color: #666666;
}
.a-basic-input-text input:disabled ~ .aa-col-label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 96.8926553672%;
  content: "";
  position: absolute;
  right: -10px;
  top: 3px;
  opacity: 0.6;
}
.a-basic-input-text input:disabled ~ .aa-col-label > .aa-label {
  color: #666666;
}
.a-basic-input-text input:disabled.is-empty ~ .aa-col-label:after {
  top: -10px;
}
.l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input[value]:not([value=""]), .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input:not(.is-empty), .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input:not(:placeholder-shown), .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input:not([placeholder=" "]), .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input:focus, .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input.js-clear, .l-form-general .a-basic-input-text.is-floating:not(.a-basic-input-text--ds-filter) input.a-basic-input-text--clear {
  padding-top: 25px !important;
  transition: top 0.5s;
}

.a-basic-input-text input:not(.js-clear) + .js-clear-button {
  display: none;
}
.l-form-general .a-basic-input-text.is-floating input[value]:not([value=""]):not(.is-empty) ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input:not(.is-empty) ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input:not(:placeholder-shown) ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input:not([placeholder=" "]) ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input:focus ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input.js-clear ~ .aa-col-label, .l-form-general .a-basic-input-text.is-floating input.a-basic-input-text--clear ~ .aa-col-label {
  top: 3px;
}

.l-form-general .ll-row.is-check.is-error .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input:not(.a-basic-input-text--clear):not(:focus) ~ .aa-col-label, .l-form-general .ll-row.is-check.is-valid .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input:not(.a-basic-input-text--clear):not(:focus) ~ .aa-col-label {
  max-width: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-form-general .ll-row.is-check.is-error .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input ~ .aa-col-label, .l-form-general .ll-row.is-check.is-valid .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input ~ .aa-col-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-form-general .ll-row.is-check.is-error .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input ~ .aa-col-label {
  max-width: 50px;
}
.l-form-general .ll-row.is-check.is-valid .a-basic-input-text.a-basic-input-text--s.is-floating:not(.a-basic-input-text--right-border) input ~ .aa-col-label {
  max-width: 60px;
}

.l-form-general .a-basic-input-text.is-floating input[value]:not([value=""]):not(.is-empty) ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input:not(.is-empty) ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input:not(:placeholder-shown) ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input:not([placeholder=" "]) ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input:focus ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input.js-clear ~ .aa-col-label > .aa-label, .l-form-general .a-basic-input-text.is-floating input.a-basic-input-text--clear ~ .aa-col-label > .aa-label {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-form-general .ll-row.is-check.is-error .a-basic-input-text.is-floating input ~ .aa-col-label > .aa-label {
  color: #cc3333;
}

.l-form-general .a-basic-input-text > .aa-col-label {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 15px;
  transition: top 0.5s;
  max-width: 400px;
  width: calc(100% - 50px);
  overflow: hidden;
  pointer-events: none;
}
.a-basic-input-text.a-basic-input-text--right-border > .aa-col-label {
  width: 100%;
  overflow: visible;
}

.a-basic-input-text > .aa-col-label > .aa-label {
  user-select: none;
}
.l-form-general .a-basic-input-text > .aa-col-label > .aa-label {
  color: #313131;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: normal;
}
.l-form-general .m-basic-keywordfilter--location .a-basic-input-text > .aa-col-label > .aa-label {
  display: block;
  overflow: hidden;
  max-width: 135px;
  text-overflow: ellipsis;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-keywordfilter--location .a-basic-input-text > .aa-col-label > .aa-label {
    max-width: 270px;
  }
}
.l-form-general .a-basic-input-text > span {
  display: flex;
  margin-top: 18px;
}
.a-basic-input-text .js-clear-button {
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 30px;
  width: 27px;
  cursor: pointer;
  z-index: 3;
}
.l-form-general .a-basic-input-text .js-clear-button {
  bottom: -4px;
  width: 44px;
  height: 44px;
}
.ll-row.is-disabled .a-basic-input-text .js-clear-button {
  display: none;
}
.a-basic-input-text .js-clear-button > span {
  position: relative;
  top: 3px;
  right: 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.a-basic-input-text .js-clear-button > span:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  transition: right 0.4s;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.a-basic-input-text .js-clear-button:focus {
  outline: none;
}
.is-keyboard-focus .l-form .a-basic-input-text .js-clear-button:focus > span, .is-keyboard-focus .l-form-general .a-basic-input-text .js-clear-button:focus > span {
  border: 2px solid #000;
  border-radius: 50%;
  top: 1px;
  right: 7px;
}
.mm-searchbar .a-basic-input-text .js-clear-button {
  height: 100%;
}
.l-form-general .mm-searchbar .a-basic-input-text .js-clear-button {
  height: initial;
}
.a-basic-input-text .js-eye {
  width: 30px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 5px;
  transition: right 0.5s;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  background-repeat: no-repeat;
}
.l-form-general .a-basic-input-text .js-eye {
  top: 5px;
}
.a-basic-input-text .js-eye.is-shown {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 50.8474576271%;
  background-repeat: no-repeat;
}
.a-basic-input-text .js-clear-button + .js-eye {
  right: 33px;
  top: -2px;
}
.a-basic-input-text input[type=number]::-webkit-outer-spin-button,
.a-basic-input-text input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.a-basic-input-text input[type=number] {
  -moz-appearance: textfield;
}
.l-outer.is-ios .a-basic-input-text input[type=date],
.l-outer.is-ios .a-basic-input-text input[type=month] {
  -webkit-appearance: none;
  height: 37px;
}
.l-outer.is-ios .l-form-general .a-basic-input-text input[type=date],
.l-outer.is-ios .l-form-general .a-basic-input-text input[type=month] {
  height: 55px;
}
.m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search].a-basic-input-text--clear {
  padding-right: 65px;
  background-position: right 35px center;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search].a-basic-input-text--clear, .l-outer--my-adac-content .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search].a-basic-input-text--clear {
  background-position: right 40px top;
}
.l-form .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search] + .js-clear-button {
  right: 35px;
}
.l-outer--my-adac .l-form .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search] + .js-clear-button, .l-outer--my-adac-content .l-form .m-basic-keywordfilter .mm-searchbar--searchicon .a-basic-input-text input[type=search] + .js-clear-button {
  right: 40px;
}
.a-basic-input-text.h-space-s {
  margin-bottom: 0;
}
.m-adac-maps .mm-maps-nav .a-basic-input-text.h-space-s {
  margin-bottom: 15px;
}
.m-adac-maps--mgldiscountmaps .a-basic-input-text > input::placeholder {
  color: #999;
}
.o-layout-main-stage--search .ll-fieldset .ll-col-data .a-basic-input-text {
  max-width: none;
}
.a-basic-input-text.a-basic-input-text--my-adac-content > input:disabled {
  color: #afafaf;
}
.m-basic-radius-search > .l-form .ll-col-label + .ll-col-data .a-basic-input-text {
  width: 100%;
  max-width: none;
  display: block;
}
.m-basic-radius-search > .l-form .ll-col-label + .ll-col-data .a-basic-input-text:not(.a-basic-input-text--location) {
  width: auto;
}
.oo-slide-content-wrapper--big .ll-main-cols-m .a-basic-input-text {
  margin-bottom: 15px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .oo-slide-content-wrapper--big .ll-main-cols-m .a-basic-input-text {
    margin-bottom: 0;
  }
}
.oo-box-flex .a-basic-input-text {
  width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset--search .ll-row .ll-col-data .a-basic-input-text {
    float: left;
    width: calc(50% - 5px);
  }
}
.l-form .ll-fieldset .ll-col-data-flex .a-basic-input-text > span {
  display: inline-block;
  padding-top: 6px;
}

/* a-basic-input-textarea */
.a-basic-input-textarea {
  width: 100%;
  padding: 5px 15px;
  min-height: 200px;
  background: #f3f3f4;
  border-bottom: 1px solid #afafaf;
}
.l-form-general .a-basic-input-textarea:disabled ~ .aa-label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 96.8926553672%;
  content: "";
  position: absolute;
  right: -10px;
  top: 3px;
  opacity: 0.3;
}
.a-basic-input-textarea:disabled ~ .aa-label > .aa-label {
  color: #666666;
}
.l-form-general .a-basic-input-textarea {
  border: 1px solid rgba(0, 0, 0, 0.42);
  min-height: 208px;
  border-radius: 4px;
  background: #fff;
  padding: 10px 75px 5px 15px;
}
.l-form-general .a-basic-input-textarea:hover:not(:focus) {
  border: 1px solid #191919;
}
.l-form-general .a-basic-input-textarea:focus {
  border: 2px solid #191919;
}
.l-form-general .a-basic-input-textarea:disabled {
  border-color: #d7d7d7;
  color: #666666;
  -webkit-text-fill-color: #666666;
  opacity: 1;
}
.l-form-general .a-basic-input-textarea:disabled:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 96.8926553672%;
  content: "";
  position: absolute;
  right: -10px;
  top: 3px;
  opacity: 0.3;
}
.l-form-general .a-basic-input-textarea:disabled:hover {
  border-color: #d7d7d7;
}
.l-form-general .a-basic-input-textarea:disabled ~ .aa-label {
  width: calc(100% - 30px);
  height: 100%;
  color: #666666;
}
.m-my-adac-dashboard-box-layer .a-basic-input-textarea {
  min-height: 110px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact .a-basic-input-textarea {
    background-color: #fff;
  }
}
.a-basic-input-textarea--maxwidth {
  max-width: 640px;
  margin: 0 auto;
}
.l-form-general .ll-col-data .a-basic-input-textarea {
  max-width: 400px;
}
.o-basic-form .a-basic-input-textarea ~ .oo-description {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1.35s ease;
  transition-delay: 0.1s;
}
.o-basic-form .a-basic-input-textarea.js-focus ~ .oo-description {
  opacity: 1;
  max-height: 200px;
}
.l-form .a-basic-input-textarea ~ .ll-description {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1.35s ease;
  transition-delay: 0.1s;
  width: 100%;
  display: block;
  text-align: center;
}
.l-form-general .a-basic-input-textarea ~ .ll-description {
  max-height: 0;
  overflow: hidden;
  transition: all 1.35s ease;
  transition-delay: 0.1s;
  width: 100%;
  max-width: 400px;
  display: block;
  text-align: right;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.l-form-general .a-basic-input-textarea ~ .js-clear-button, .l-form .a-basic-input-textarea ~ .js-clear-button {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: 44px;
  height: 44px;
}
.l-form-general .a-basic-input-textarea ~ .js-clear-button > span, .l-form .a-basic-input-textarea ~ .js-clear-button > span {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-form-general .a-basic-input-textarea ~ .js-clear-button > span:after, .l-form .a-basic-input-textarea ~ .js-clear-button > span:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  transition: right 0.4s;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.l-form-general .a-basic-input-textarea ~ .js-clear-button:focus, .l-form .a-basic-input-textarea ~ .js-clear-button:focus {
  outline: none;
}
.is-keyboard-focus .l-form-general .a-basic-input-textarea ~ .js-clear-button:focus > span, .is-keyboard-focus .l-form .a-basic-input-textarea ~ .js-clear-button:focus > span {
  border: 2px solid #000;
  border-radius: 50%;
  left: calc(50% - 2px);
  top: calc(50% - 2px);
}
.l-form-general .a-basic-input-textarea.a-basic-input-textarea--clear ~ .js-clear-button, .l-form .a-basic-input-textarea.a-basic-input-textarea--clear ~ .js-clear-button {
  display: initial;
}
.l-form-general .a-basic-input-textarea.a-basic-input-textarea--clear.is-floating ~ .js-clear-button {
  display: initial;
}
.l-form-general .ll-row.is-check.is-error > .ll-col-data > .a-basic-input-textarea.a-basic-input-textarea--clear ~ .js-clear-button, .l-form-general .ll-row.is-check.is-valid > .ll-col-data > .a-basic-input-textarea.a-basic-input-textarea--clear ~ .js-clear-button {
  display: initial;
  right: 30px;
}
.l-form-general .ll-row.is-error.is-check > .ll-col-data > .a-basic-input-textarea ~ .ll-check, .l-form-general .ll-row.is-valid.is-check > .ll-col-data > .a-basic-input-textarea ~ .ll-check {
  top: 10px;
}
.l-form .ll-row--cardamage .a-basic-input-textarea ~ .ll-description {
  text-align: left;
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-textarea {
  max-width: 400px;
}
.m-basic-socialshare .l-form .ll-col-label + .ll-col-data .a-basic-input-textarea {
  max-width: none;
}
.o-basic-form .oo-col-label + .oo-col-data .a-basic-input-textarea {
  max-width: 400px;
}
.l-form .a-basic-input-textarea.js-focus ~ .ll-description, .l-form-general .a-basic-input-textarea.js-focus ~ .ll-description {
  opacity: 1;
  max-height: 200px;
}
.m-my-adac-dashboard-box-layer .l-form .a-basic-input-textarea ~ .ll-description {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.m-my-adac-dashboard-box-layer .l-form .a-basic-input-textarea ~ .ll-description > .js-textarea-count {
  margin-right: 5px;
}
.m-basic-teaser-box--padding .a-basic-input-textarea {
  margin-top: 3px;
}
.m-basic-socialshare .a-basic-input-textarea {
  min-height: 198px;
}
.a-basic-input-textarea:focus {
  border-bottom: 2px solid #ffcc00;
}
.ll-row.is-error .a-basic-input-textarea {
  border-bottom: 2px solid #cc3333;
}
.l-form-general .ll-row.is-error .a-basic-input-textarea {
  border: 2px solid #cc3333;
}
.a-basic-input-textarea.h-space-s {
  margin-bottom: 0;
}
.a-basic-input-radio + .ll-depend .a-basic-input-textarea {
  margin-left: 25px;
}
.a-basic-input-radio + .ll-depend .a-basic-input-textarea + .ll-description {
  margin-left: 25px;
}
.l-form .ll-row--cardamage .ll-col-data > .a-basic-input-textarea {
  height: 50px;
  min-height: 60px;
  max-height: 100px;
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage .ll-col-data > .a-basic-input-textarea {
    width: 540px;
    max-height: 60px;
    resize: none;
  }
}
.l-form .ll-row--cardamage .ll-col-data > .a-basic-input-textarea + .ll-description {
  float: right;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage .ll-col-data > .a-basic-input-textarea + .ll-description {
    margin-right: -15px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage-small .ll-col-data > .a-basic-input-textarea {
    width: 515px;
  }
}
.l-form--sticky-contact .ll-col-data > .a-basic-input-textarea {
  min-height: 150px;
  max-height: 250px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea {
  min-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea {
    min-width: 0;
    width: 640px;
    margin: 0 auto;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea + .ll-description {
  right: 0;
  bottom: -10px;
  position: absolute;
  display: block;
  width: 100%;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  opacity: 0;
  transform: translate(0, 100%);
  /* property name | duration | timing function | delay */
  transition: opacity 1.35s ease 0.1s, max-height 1.35s ease 0.1s;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea + .ll-description {
    text-align: center;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea.js-focus + .ll-description {
  max-height: 200px;
  opacity: 1;
}
.l-form-general .a-basic-input-textarea.is-floating:not(:placeholder-shown), .l-form-general .a-basic-input-textarea.is-floating:not([placeholder=" "]), .l-form-general .a-basic-input-textarea.is-floating[value]:not([value=""]), .l-form-general .a-basic-input-textarea.is-floating:not(.is-empty), .l-form-general .a-basic-input-textarea.is-floating.js-clear, .l-form-general .a-basic-input-textarea.is-floating.a-basic-input-text-textarea--clear, .l-form-general .a-basic-input-textarea.is-floating:focus {
  padding-top: 40px;
}
.l-form-general .a-basic-input-textarea ~ .aa-label {
  position: absolute;
  z-index: 1;
  top: 15px;
  transition: top 0.5s;
  left: 16px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #313131;
  max-width: calc(100% - 15px);
  line-height: 16px;
  background: #fff;
}
.l-form-general .a-basic-input-textarea.is-floating:not(:placeholder-shown) ~ .aa-label, .l-form-general .a-basic-input-textarea.is-floating:not([placeholder=" "]) ~ .aa-label, .l-form-general .a-basic-input-textarea.is-floating[value]:not([value=""]) ~ .aa-label, .l-form-general .a-basic-input-textarea.if-floating:not(.is-empty) ~ .aa-label, .l-form-general .a-basic-input-textarea.is-floating.js-clear ~ .aa-label, .l-form-general .a-basic-input-textarea.is-floating.a-basic-input-text-textarea--clear ~ .aa-label, .l-form-general .a-basic-input-textarea.is-floating:focus ~ .aa-label {
  left: 2px;
  top: 2px;
  transition: top 0.5s;
  position: absolute;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  width: calc(100% - 20px);
  padding-left: 14px;
  padding-top: 6px;
  height: 30px;
  overflow: hidden;
}

.l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.is-floating:placeholder-shown ~ .aa-label, .l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.is-floating[value]:not([value=""]) ~ .aa-label, .l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.if-floating:not(.is-empty) ~ .aa-label, .l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.is-floating.js-clear ~ .aa-label, .l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.is-floating.a-basic-input-text-textarea--clear ~ .aa-label, .l-form-general .ll-row.is-check.is-error .a-basic-input-textarea.is-floating:focus ~ .aa-label {
  color: #cc3333;
}

/* a-basic-link */
.a-basic-link {
  margin: 0 0 17px 0;
  padding: 0 0 0 18px;
  text-decoration: none;
  display: table;
  outline: none;
  cursor: pointer;
  position: relative;
}
.a-basic-link .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .mm-wrap.mm-login-wrap {
  padding-left: 30px;
}
.a-basic-link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  position: absolute;
  top: -11px;
  left: -18px;
}
.mm-wrap.mm-login-wrap .a-basic-link::before {
  top: -1px;
}
.mm-list-point-text.mm-list-point-text--link .a-basic-link::before {
  top: -13px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .mm-wrap.mm-login-wrap .mm-wrap .a-basic-link::before {
  content: none;
}
.a-basic-link[href^="mailto:"] {
  padding-left: 25px;
  position: relative;
}
.a-basic-link[href^="mailto:"]:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 52px;
  height: 46px;
  background-position: 84.9602157788% 34.2644978784%;
  position: absolute;
  top: -14px;
  left: -16px;
}
.a-my-adac-list .a-basic-link[href^="mailto:"]:before {
  background: none;
}
.a-basic-link.my-adac-quiz-popup-btn:after {
  height: 21px;
}
.a-basic-link:focus {
  outline: none;
}
.a-basic-link:hover {
  text-decoration: underline;
}
.mm-newsletter-theme .a-basic-link:hover {
  text-decoration: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link:hover {
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link:hover:after {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  width: 31px;
  height: 29px;
  position: absolute;
  background: none;
}
.m-basic-table--compare-result .a-basic-link:hover.specific-product-link {
  text-decoration: none;
}
.a-basic-link--inline {
  display: inline-block;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--inline {
    margin-right: 60px;
  }
}
.o-layout-main-stage .oo-box > p .a-basic-link--inline {
  margin-left: 6px;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box > p .a-basic-link--inline {
    display: inline-block;
    margin-left: 12px;
  }
}
.a-basic-link--maps {
  float: left;
  margin: 10px 0 15px 0;
}
.a-basic-link--maps.h-space-s {
  margin-bottom: 15px;
}
.a-basic-link--mapsFirst {
  margin-top: 5px;
}
.m-basic-sticky-service-contact .a-basic-link--pdf {
  margin-bottom: 10px;
}
.a-basic-link.h-space-s {
  margin-bottom: 0;
}
.m-basic-hint--flex-row .a-basic-link.h-space-s {
  margin-bottom: 15px;
}
.a-basic-link.h-space-m {
  margin-bottom: 30px;
}
.a-basic-link.h-space-l {
  margin-bottom: 60px;
}
.m-basic-table--compare-result .a-basic-link.specific-product-link {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare-result .a-basic-link.specific-product-link {
    padding-left: 15px;
  }
}
.m-basic-table--compare-result .a-basic-link.specific-product-link::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 96.8926553672%;
  content: "";
  display: none;
  position: absolute;
  top: -11px;
  left: -18px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare-result .a-basic-link.specific-product-link::before {
    display: inline-block;
  }
}
.m-basic-text--center .a-basic-link {
  margin: 0 auto;
}
.m-basic-text .a-basic-link {
  margin-top: 4px;
}
.m-adac-maps--searchresults .a-basic-link {
  margin-left: 9px;
  padding-left: 14px;
}
.m-basic-big-link .a-basic-link {
  right: -5px;
  top: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link .a-basic-link {
    right: 0;
  }
}
.js-toggle-controller .a-basic-link {
  background: none;
  padding-left: 0;
}
.js-toggle-controller .a-basic-link:before {
  display: none;
}
.l-outer--my-adac-content .m-basic-hint--my-adac .a-basic-link {
  background: none;
  position: relative;
  padding: 0;
}
.l-outer--my-adac-content .m-basic-hint--my-adac .a-basic-link:before {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  width: 30px;
  left: -54px;
}
.l-outer--my-adac-content .m-basic-hint--my-adac .a-basic-link:after {
  content: none;
}
.m-basic-hint--flex-row .a-basic-link {
  flex: 1 1 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--flex-row .a-basic-link {
    flex: 0 1 50%;
    align-self: flex-start;
  }
}
.l-form--newsletter .a-basic-link.h-space-s {
  margin-bottom: 12px;
}
.ll-row--flex .a-basic-link {
  margin-bottom: 0;
}
.mm-newsletter-theme .a-basic-link {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .mm-newsletter-theme .a-basic-link {
    display: none;
  }
}
.m-basic-hint .a-basic-link.h-space-s {
  margin-bottom: 5px;
}
.m-basic-hint .a-basic-link:last-child {
  margin-bottom: 0;
}
.m-adac-maps .mm-result-list .a-basic-link {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  top: 0;
}
.m-adac-maps .mm-result-list .m-basic-text--mglmaps .a-basic-link {
  text-decoration: none;
}
h3 .a-basic-link {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
td .a-basic-link {
  display: inline-block;
}
.m-basic-table--break .mm-toggle-close .a-basic-link {
  display: block;
  margin: 0;
}
.m-basic-teaser-product .a-basic-link {
  margin-top: 5px;
}
.m-basic-teaser-across > article .mm-footer .a-basic-link {
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-across > article .mm-footer .a-basic-link {
    margin: 4px 0 0 0;
  }
}
.m-basic-table--tests .mm-table-link-wrapper .a-basic-link.default-product-link {
  margin-left: 2px;
}
.m-basic-table--tests .mm-table-link-wrapper .a-basic-link.specific-product-link {
  background: none;
}
.m-basic-table--break .a-basic-link {
  margin: 0;
}
.m-basic-table--vertical-center .a-basic-link.h-space-s {
  margin-bottom: 0;
}
.m-basic-newsbox .a-basic-link {
  margin-bottom: 12px;
}
.o-basic-form-overview .oo-fieldset .oo-row .oo-col-data .oo-description .a-basic-link {
  margin-bottom: 0;
}
.l-form-general .ll-row--multilabels .a-basic-link {
  position: absolute;
  display: inline-block;
  right: 35px;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--multilabels .a-basic-link {
    right: 5px;
  }
}
.l-form-general .ll-row--multilabels.is-floating .a-basic-link {
  top: -23px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .ll-row--multilabels.is-floating .a-basic-link {
    right: 5px;
  }
}
.o-basic-form .oo-row--multilabels .a-basic-link, .l-form .ll-row--multilabels .a-basic-link {
  font-weight: normal;
  float: right;
  margin-bottom: 0;
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-row--multilabels .a-basic-link, .l-form .ll-row--multilabels .a-basic-link {
    position: absolute;
    top: -25px;
    right: 30px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.mm-layer-links .a-basic-link {
  padding-left: 15px;
  margin-left: 20px;
  background-position: 7px -1px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  height: 27px;
}
.h-roboto .mm-layer-links .a-basic-link {
  font-family: "Roboto", sans-serif;
}
.mm-flex--row-reverse .mm-content .a-basic-link {
  display: inline-block;
}
.m-basic-hint--background .a-basic-link:not(.a-basic-link--contact) {
  padding: 0 0 0 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--user .a-basic-link {
    white-space: nowrap;
  }
}
.m-basic-list-wrapper > .a-basic-link {
  margin: 0 auto;
}
.m-basic-list--link .a-basic-link {
  background: none;
  top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.m-basic-list--link .a-basic-link:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 96.8926553672%;
}
.m-basic-text .m-basic-list--link .a-basic-link {
  top: -4px;
  padding-left: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .m-basic-list--link .a-basic-link {
    padding-left: 0;
  }
}
.m-basic-text .m-basic-list--link .a-basic-link:before {
  display: none;
}
.m-basic-teaser-across--reduced > article > .mm-article-content > .mm-link > .a-basic-link {
  background-position-y: -3px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-cols-l > .a-basic-link:only-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link {
  width: 100%;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link:after {
  background: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  top: -2px;
  left: -12px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact {
  padding-left: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:before {
  background: none;
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .mm-layer.mm-contact .a-basic-link:not(.a-basic-link--contact) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.ll-main-language > .a-basic-link {
  margin-bottom: 0;
}

.a-basic-rating {
  display: inline-block;
  margin-right: 15px;
}
.h-inline-block-left + .a-basic-rating {
  position: relative;
  top: -4px;
}
.a-basic-rating > .aa-inner-wrap {
  padding: 1px 1px 1px 23px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1000px #009900;
  display: inline-block;
  min-width: 52px;
  text-align: center;
}
.a-basic-rating > .aa-inner-wrap > .aa-inner {
  padding: 0 4px;
  background: #fff;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .a-basic-rating > .aa-inner-wrap > .aa-inner {
  font-family: "Roboto Bold", sans-serif;
}
.a-basic-rating.a-basic-rating--2 > .aa-inner-wrap {
  background: #9FC938;
  box-shadow: inset 0 0 0 1000px #9FC938;
}

.a-basic-rating.a-basic-rating--3 > .aa-inner-wrap {
  background: #FFEDA6;
  box-shadow: inset 0 0 0 1000px #FFEDA6;
}

.a-basic-rating.a-basic-rating--4 > .aa-inner-wrap {
  background: #FF9900;
  box-shadow: inset 0 0 0 1000px #FF9900;
}

.a-basic-rating.a-basic-rating--5 > .aa-inner-wrap {
  background: #cc3300;
  box-shadow: inset 0 0 0 1000px #cc3300;
}

.a-basic-rating.a-basic-rating--6 > .aa-inner-wrap {
  background: #2E7D32;
  box-shadow: inset 0 0 0 1000px #2E7D32;
}

.a-basic-rating.a-basic-rating--7 > .aa-inner-wrap {
  background: #FFCC00;
  box-shadow: inset 0 0 0 1000px #FFCC00;
}

.a-basic-rating.a-basic-rating--8 > .aa-inner-wrap {
  background: #F18700;
  box-shadow: inset 0 0 0 1000px #F18700;
}

.a-basic-rating.a-basic-rating--9 > .aa-inner-wrap {
  background: #753F2A;
  box-shadow: inset 0 0 0 1000px #753F2A;
}

.m-basic-table .a-basic-rating.h-space-s {
  margin-bottom: 0;
}
.a-basic-rating--even-width > .aa-inner-wrap > .aa-inner {
  padding: 0;
  text-align: center;
  width: 26px;
}
.a-basic-rating--mobile-list-mode {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-rating--mobile-list-mode {
    display: inline-block;
  }
}
.a-basic-rating--first {
  margin-right: 15px;
}
.a-basic-rating--first.a-basic-rating--last {
  margin-right: 0;
}

/* a-basic-separator */
.a-basic-separator {
  height: 20px;
  padding: 10px 0;
}
.a-basic-separator > hr {
  margin: 0;
  display: none;
}

/* a-basic-stopper */
.a-basic-stopper {
  display: block;
  position: absolute;
  right: -10px;
  z-index: 30;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-stopper {
    top: 10px;
  }
}
@media print {
  .a-basic-stopper {
    page-break-inside: avoid;
  }
}
.a-basic-stopper--mgl-teaser {
  right: -5px;
}
.m-basic-teaser-wrapper--product-advanced .a-basic-stopper--mgl-teaser {
  right: -10px;
}
.m-basic-teaser-wrapper--product-disabled .a-basic-stopper--mgl-teaser {
  right: 0;
  z-index: 1;
}

.o-layout-main-stage .a-basic-stopper {
  right: 10px;
  margin-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .a-basic-stopper {
    margin-top: initial;
    right: -10px;
  }
}
.l-form-general .m-basic-calculator-content-box-newform .a-basic-stopper {
  top: 20px;
  right: -45px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-calculator-content-box-newform .a-basic-stopper {
    top: 25px;
    right: -45px;
  }
}
.a-basic-btn .a-basic-stopper {
  top: -50px;
  right: -70px;
}
.m-basic-calculator-content-box .a-basic-stopper {
  right: -45px;
  top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .a-basic-stopper {
    top: 25px;
  }
}
.a-basic-stopper .scLooseFrameZone {
  overflow-y: inherit;
}
.m-basic-image--full .a-basic-stopper {
  right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--full .a-basic-stopper {
    right: -10px;
  }
}
@media print {
  .m-basic-image--full .a-basic-stopper {
    right: 41px;
  }
}
.m-basic-image > figure > .mm-stopper-wrapper > .a-basic-stopper {
  top: 10px;
  bottom: auto;
}
.m-basic-image > figure > .mm-stopper-wrapper--bottom > .a-basic-stopper {
  top: auto;
  bottom: 25px;
}
.m-basic-newsbox .a-basic-stopper {
  top: 20px;
  right: 0;
}
.m-basic-teaser-product .a-basic-stopper {
  top: 10px;
  right: -5px;
}
.m-basic-teaser-product--banderole .a-basic-stopper {
  top: -209px !important;
}
.m-basic-newsbox--img .a-basic-stopper {
  right: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--img .a-basic-stopper {
    top: 20px;
    right: 0;
  }
}
.m-basic-table--break .a-basic-stopper {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .a-basic-stopper {
    margin-right: -68px;
  }
}
.m-basic-table--compare .a-basic-stopper {
  top: -50px;
  margin-right: -65px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare .a-basic-stopper {
    margin-right: -90px;
  }
}
.m-fdl-calculator .a-basic-stopper {
  top: 10px;
  right: -10px;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .a-basic-stopper {
    top: 20px;
  }
}
.o-basic-cluster-box .a-basic-stopper {
  top: 28px;
  right: -10px;
  position: absolute;
}
@media print {
  .o-basic-cluster-box .a-basic-stopper {
    top: 10px;
    right: 0px;
    position: absolute;
  }
}
.m-basic-table .a-basic-stopper {
  margin-right: -45px;
}
.m-basic-teaser-flex .a-basic-stopper {
  top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex .a-basic-stopper {
    top: 10px;
  }
}
.a-basic-stopper .aa-inner-content {
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 0;
  position: relative;
  min-width: 70px;
  display: block;
  width: auto;
  height: auto;
  z-index: 10;
  background: #0079c0;
  outline: 2px solid #fff;
  border-radius: 5px;
  padding: 7px 12px 6px 12px;
  text-align: left;
  line-height: 20px;
  line-height: 1.25rem;
}
.a-basic-stopper--mgl-teaser .aa-inner-content {
  min-width: 50px;
  padding: 5px 10px;
  margin-top: 15px;
}

.o-layout-main-stage--align-left .oo-slide-content-wrapper > .oo-box > .a-basic-stopper .aa-inner-content {
  margin-left: 0;
  margin-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-slide-content-wrapper > .oo-box > .a-basic-stopper .aa-inner-content {
    margin-left: 15px;
    margin-right: 0;
  }
}
.a-basic-stopper .aa-inner-content b,
.a-basic-stopper .aa-inner-content strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .a-basic-stopper .aa-inner-content b,
.h-roboto .a-basic-stopper .aa-inner-content strong {
  font-family: "Roboto Bold", sans-serif;
}
@media print {
  .a-basic-stopper .aa-inner-content {
    -webkit-print-color-adjust: exact;
    box-shadow: inset 0 0 0 1000px white;
    right: 5px;
  }
}
.a-basic-stopper .aa-inner-content span {
  overflow: hidden;
}
@media print {
  .a-basic-stopper .aa-inner-content span {
    color: #000;
  }
}
.a-basic-stopper .aa-inner-content .aa-headline,
.a-basic-stopper .aa-inner-content .aa-content,
.a-basic-stopper .aa-inner-content .aa-thirdline {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media print {
  .a-basic-stopper .aa-inner-content .aa-headline,
  .a-basic-stopper .aa-inner-content .aa-content,
  .a-basic-stopper .aa-inner-content .aa-thirdline {
    color: #000;
  }
}
.a-basic-stopper .aa-inner-content .aa-headline {
  max-height: 100%;
  margin: 0;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-headline {
  font-family: "Roboto", sans-serif;
}
@media print {
  .a-basic-stopper .aa-inner-content .aa-headline {
    color: #000;
  }
}
.a-basic-stopper .aa-inner-content .aa-headline:empty {
  display: block;
}
.a-basic-stopper .aa-inner-content .aa-headline.is-hidden {
  display: none;
}
.a-basic-stopper .aa-inner-content .aa-headline .aa-highlight {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-headline .aa-highlight {
  font-family: "Roboto Bold", sans-serif;
}
.a-basic-stopper .aa-inner-content .aa-content {
  max-height: 100%;
  margin: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-content {
  font-family: "Roboto Bold", sans-serif;
}
@media print {
  .a-basic-stopper .aa-inner-content .aa-content {
    padding-left: 2px;
    color: #000;
  }
}
.a-basic-stopper .aa-inner-content .aa-content .aa-highlight {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-content .aa-highlight {
  font-family: "Roboto Bold", sans-serif;
}
.a-basic-stopper .aa-inner-content .aa-content .aa-content-small {
  font-size: 12px;
  font-size: 0.75rem;
}
.a-basic-stopper .aa-inner-content .aa-content .aa-content-smaller {
  margin: 0 0 5px 0;
}
.a-basic-stopper .aa-inner-content .aa-content .aa-content-thin {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-content .aa-content-thin {
  font-family: "Roboto", sans-serif;
}
.a-basic-stopper .aa-inner-content .aa-thirdline {
  margin: 0;
  padding-left: 0;
  text-align: left;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.h-roboto .a-basic-stopper .aa-inner-content .aa-thirdline {
  font-family: "Roboto", sans-serif;
}
.oo-box--advantage-tourset-stage .a-basic-stopper .aa-inner-content .aa-thirdline {
  max-height: inherit;
}
.a-basic-btn .a-basic-stopper .aa-inner-content .aa-thirdline {
  max-height: none;
}
.a-basic-stopper .aa-inner-content .print-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: -1;
}
.a-basic-stopper.h-space-s {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .a-basic-stopper {
    top: 30px;
  }
}
.o-layout-main-stage--legalprotection .swiper .swiper-wrapper .swiper-slide .oo-box .a-basic-stopper {
  right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper .swiper-wrapper .swiper-slide .oo-box .a-basic-stopper {
    top: 20px;
    right: -10px;
  }
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-box--teaser-center .a-basic-stopper {
  top: -50px;
  right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-box--teaser-center .a-basic-stopper {
    right: -10px;
    top: 20px;
  }
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
  top: 30px;
  left: auto;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
    top: 30px;
    left: 30px;
    right: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
    left: auto;
    right: -10px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
  left: auto;
  right: -10px;
}
.o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
  left: 0;
  right: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
    top: 30px;
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
    right: -10px;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box > .a-basic-stopper {
  right: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay > .oo-box > .a-basic-stopper {
    top: 15px;
    right: 30px;
    transform: translate(100%, 0);
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  right: 30px;
  transform: translate(100%, 0);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay > .oo-box--blank > .a-basic-stopper {
    top: 35px;
    right: 15px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay > .oo-box--blank > .a-basic-stopper {
  top: 35px;
  right: 15px;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  left: 0;
  right: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 30px;
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 15px;
    left: auto;
    right: 15px;
    transform: translate(100%, 0);
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  left: auto;
  right: 15px;
  transform: translate(100%, 0);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-btn:first-child + .a-basic-stopper {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    display: inline-block;
    margin-left: 25px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-btn:first-child + .a-basic-stopper {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  display: inline-block;
  margin-left: 25px;
}
.o-layout-main-stage--align-left .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  left: auto;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 30px;
    left: 20px;
    right: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 15px;
    left: auto;
    right: 25px;
    transform: translate(100%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-left .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  left: auto;
  right: 25px;
  transform: translate(100%, 0);
}
.o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  left: 5px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 30px;
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
    top: 15px;
    transform: translate(100%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box > .a-basic-stopper {
  top: 15px;
  transform: translate(100%, 0);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box--blank > .a-basic-stopper {
    right: 15px;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper.oo-slide-content-wrapper--overlay > .oo-box--blank > .a-basic-stopper {
  right: 15px;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage .a-basic-stopper {
  right: 20px;
  top: 30px;
  left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage .a-basic-stopper {
    right: -10px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide > .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage .a-basic-stopper {
  right: -10px;
}
.m-basic-teaser-across > article .a-basic-stopper {
  top: 130px;
  right: -5px;
}
.m-basic-teaser-across > article .a-basic-stopper + .mm-article-content .mm-header {
  width: calc(100% - 100px);
}
.m-basic-teaser-across > article .a-basic-stopper + .mm-article-content .mm-copy {
  width: calc(100% - 100px);
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across article .a-basic-stopper {
  top: auto;
  margin-top: 10px;
}

/* a-basic-top */
.a-basic-time-refresh > .aa-timerefresh {
  position: relative;
  line-height: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-time-refresh > .aa-timerefresh {
    margin-top: 14px;
  }
}
.lt-ie9 .a-basic-time-refresh > .aa-timerefresh {
  margin-top: 14px;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper {
  flex: 1;
  display: flex;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper > .aa-last {
  margin-right: 10px;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper > .aa-timestamp {
  white-space: nowrap;
  color: #afafaf;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content > .aa-refresh-icon {
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  cursor: pointer;
}
.a-basic-time-refresh > .aa-timerefresh > .aa-timerefresh-content > .aa-refresh-icon > img {
  margin: 3px 0 0 3px;
}

/* a-basic-top */
.a-basic-top {
  background: #fff;
  position: fixed;
  right: 15px;
  bottom: 110px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  border: none;
  text-align: center;
  z-index: 1500;
  display: none;
  transition: opacity 1s;
  box-shadow: 0 0 7px 2px #c5c5c5;
  border-radius: 50%;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-top {
    bottom: 240px;
  }
}
@media print {
  .a-basic-top {
    display: none !important;
  }
}
.a-basic-top.is-active {
  display: block;
}
.a-basic-top:hover > span.mm-def {
  display: none;
}
.a-basic-top:hover > span.mm-hover {
  display: block;
}
.a-basic-top:focus {
  outline: none;
}
.is-keyboard-focus .a-basic-top:focus {
  outline: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff;
}
.a-basic-top > span.mm-def {
  display: flex;
  justify-content: center;
}
.a-basic-top > span.mm-def > img {
  transform: rotate(90deg);
  width: 22px;
  height: 22px;
  margin-top: -2px;
}
.a-basic-top > span.mm-hover {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 11px;
  font-size: 0.6875rem;
  display: none;
}

/* a-layout-darkness */
.a-layout-darkness {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1005;
}
@media only screen and (min-width: 64.0625em) {
  .a-layout-darkness:not(.a-layout-darkness--loader):not(.a-layout-darkness--search):not(.a-layout-darkness--info-icon) {
    display: none !important;
  }
}
.lt-ie9 .a-layout-darkness:not(.a-layout-darkness--loader):not(.a-layout-darkness--search):not(.a-layout-darkness--info-icon) {
  display: none !important;
}

.a-my-adac-breaker {
  width: 100%;
}
.l-outer--my-adac .a-my-adac-breaker {
  margin: 0 0 24px 0;
}
.a-my-adac-breaker--grey {
  border-bottom: 1px solid #cccccc;
}
.a-my-adac-breaker--black {
  border-bottom: 1px solid #000;
}
.a-my-adac-breaker.h-space-my-adac-s {
  margin: 0 0 14px 0;
}
.mm-box--promotion .a-my-adac-breaker {
  margin: 0;
}

.a-my-adac-digital-card {
  width: 100%;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.a-my-adac-digital-card--small {
  max-width: 365px;
}
@media print, only screen and (min-width: 48em) {
  .a-my-adac-digital-card--small {
    width: 365px;
  }
}
.m-my-adac-dashboard-box--block .a-my-adac-digital-card {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
.l-outer--my-adac .a-my-adac-digital-card {
  margin: 0 0 24px 0;
}
.a-my-adac-digital-card > .mm-image-wrapper > img {
  width: 100%;
  display: block;
}
@media print {
  .a-my-adac-digital-card > .mm-image-wrapper > img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.a-my-adac-digital-card > .mm-wrapper {
  position: absolute;
  left: 24px;
  top: 155px;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-wrapper {
    left: 26px;
    top: 170px;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-wrapper {
  left: 26px;
  top: 170px;
}
.m-my-adac-dashboard-box--block .a-my-adac-digital-card > .mm-wrapper {
  top: 190px;
  left: 30px;
}
.a-my-adac-digital-card--black > .mm-wrapper {
  color: #fff;
}

.a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper {
  bottom: 20px;
  top: initial;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper {
    bottom: 20px;
    top: initial;
  }
}
.lt-ie9 .a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper {
  bottom: 20px;
  top: initial;
}

.a-my-adac-digital-card > .mm-wrapper > .mm-member-name {
  margin: 0;
  height: 152px;
  max-width: 180px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 27px;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-wrapper > .mm-member-name {
    height: 167px;
    max-width: 200px;
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-wrapper > .mm-member-name {
  height: 167px;
  max-width: 200px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.m-my-adac-dashboard-box--block .a-my-adac-digital-card > .mm-wrapper > .mm-member-name {
  height: 180px;
}
.a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper > .mm-member-name {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  height: auto;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper > .mm-member-name {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.lt-ie9 .a-my-adac-digital-card.a-my-adac-digital-card--small > .mm-wrapper > .mm-member-name {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 0 10px 0 0;
}
.a-my-adac-list .mm-my-adac-toggle .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data {
  margin-top: 16px;
}
.a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-headline {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 11px;
  line-height: 0.6875rem;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-headline {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-headline {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member > span {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member > span {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-wrapper > .mm-data-wrapper > .mm-data > .mm-data-member > span {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.a-my-adac-digital-card > .mm-code-wrapper {
  display: flex;
  bottom: 0;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 0 25px;
  background: #fff;
  width: 100%;
}
.a-my-adac-digital-card > .mm-code-wrapper > .mm-qr-code {
  max-width: 80px;
  height: 80px;
  padding: 22px 0 28px 0;
  box-sizing: content-box;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-code-wrapper > .mm-qr-code {
    max-width: 90px;
    height: 90px;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-code-wrapper > .mm-qr-code {
  max-width: 90px;
  height: 90px;
}
.a-my-adac-digital-card > .mm-code-wrapper > .mm-qr-code > img {
  width: 117px;
}
.a-my-adac-digital-card > .mm-code-wrapper > .mm-ean-code {
  width: 135px;
  height: 80px;
  position: relative;
  padding: 22px 0 28px 0;
  box-sizing: content-box;
}
@media only screen and (min-width: 64.0625em) {
  .a-my-adac-digital-card > .mm-code-wrapper > .mm-ean-code {
    width: 145px;
    height: 90px;
  }
}
.lt-ie9 .a-my-adac-digital-card > .mm-code-wrapper > .mm-ean-code {
  width: 145px;
  height: 90px;
}
.a-my-adac-digital-card > .mm-code-wrapper > .mm-ean-code > img {
  max-width: 135px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.a-my-adac-empty-search-box {
  display: none;
  padding: 30px 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.a-my-adac-empty-search-box:before {
  top: 0;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  background-color: #fff;
}
.m-my-adac-dashboard-box--block .a-my-adac-empty-search-box:before {
  display: none;
}
.a-my-adac-empty-search-box > .mm-empty-search-content > .mm-content-headline {
  margin-bottom: 20px;
  font-size: 25px;
}

/* a-my-adac-list */
.l-outer--my-adac .a-my-adac-list {
  margin: 0 0 24px 0;
}
.a-my-adac-list > .mm-my-adac-list-wrapper {
  margin: 0;
  padding: 0;
}
.a-my-adac-list > .mm-my-adac-toggle-wrapper {
  margin: 0 -8px;
  padding: 0;
}
.a-my-adac-list > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle {
  border-bottom: 1px solid #cccccc;
}
.a-my-adac-list--borderTop > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle:first-child {
  border-top: 1px solid #cccccc;
}

.a-my-adac-list > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle.is-initially-hidden {
  display: none;
}
.a-my-adac-list.is-show-all > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle.is-initially-hidden {
  display: block;
}

.a-my-adac-list > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle-items-container {
  color: #333;
  margin: 0;
  position: relative;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.a-my-adac-list > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle-items-container > span {
  display: block;
  padding: 9px 8px;
  border-bottom: 1px solid #cccccc;
}
.a-my-adac-list > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle-items-container > span.js-less {
  display: none;
}
.a-my-adac-list.is-show-all > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle-items-container > span.js-less {
  display: block;
}

.a-my-adac-list.is-show-all > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle-items-container > span.js-more {
  display: none;
}

.a-ruf-climate {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  width: 35px;
  margin: 0 auto;
  background: #e9e9ea;
}
.mm-tac--yellow .a-ruf-climate {
  background: #ffcc00;
}
.mm-tac--light-yellow .a-ruf-climate {
  background: #ffe57f;
}
.mm-tac--blue .a-ruf-climate {
  background: #33a3dc;
}
.mm-tac--light-blue .a-ruf-climate {
  background: #93cbe7;
}
.a-ruf-climate .aa-top {
  min-height: 1px;
}
.mm-tac--yellow .a-ruf-climate .aa-top {
  background: #ffcc00;
}
.mm-tac--light-yellow .a-ruf-climate .aa-top {
  background: #ffe57f;
}
.mm-tac--blue .a-ruf-climate .aa-top {
  background: #33a3dc;
}
.mm-tac--light-blue .a-ruf-climate .aa-top {
  background: #93cbe7;
}
.a-ruf-climate .aa-bottom {
  padding: 1px;
}

.m-adac-quiz {
  background: #f3f3f4;
  padding: 8px 0;
  margin: 0 -20px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz {
    padding: 15px 0;
    margin: 0;
  }
}
.m-adac-quiz > .mm-quiz-pagination-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 20px 8px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-pagination-wrapper {
    padding: 0 50px 15px;
    justify-content: space-between;
    flex-wrap: unset;
  }
}
.m-adac-quiz > .mm-quiz-pagination-wrapper.is-hidden {
  display: none;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-headline {
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-headline {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
    width: auto;
    text-align: left;
    padding-right: 30px;
  }
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-headline.is-hidden {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-headline.is-hidden {
    display: block;
    visibility: hidden;
  }
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination > .quiz-counter {
  margin-right: 7px;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination > .mm-rates {
  border-radius: 50%;
  background: #fff;
  height: 15px;
  border: 1px solid #cccccc;
  width: 15px;
  margin-left: 3px;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination > .mm-rates.is-active {
  background: #ffcc05;
  border: 0;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination > .mm-rates.is-right {
  background: #21A121;
  border: 0;
}
.m-adac-quiz > .mm-quiz-pagination-wrapper > .mm-quiz-pagination > .mm-rates.is-wrong {
  background: #cc3333;
  border: 0;
}
.m-adac-quiz > .mm-quiz-page--start {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity 1.5s;
  margin-bottom: -8px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page--start {
    margin-bottom: -15px;
  }
}
.m-adac-quiz > .mm-quiz-page--start > .mm-quiz-header > .mm-quiz-subheadline {
  display: block;
}
.m-adac-quiz > .mm-quiz-page--end {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
  display: block;
}
.m-adac-quiz > .mm-quiz-page--end > .mm-quiz-header > .mm-quiz-subheadline {
  display: none;
}
.m-adac-quiz > .mm-quiz-page--end > .mm-quiz-header > .mm-quiz-subheadline.is-active {
  display: block;
}
.m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating {
    margin-top: 35px;
    margin-bottom: 57px;
  }
}
.m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating > .mm-rates {
  border-radius: 50%;
  background: #fff;
  height: 15px;
  border: 1px solid grey;
  width: 15px;
  margin-left: 6px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating > .mm-rates {
    height: 25px;
    width: 25px;
  }
}
.m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating > .mm-rates.is-right {
  background: #21A121;
  border: 0;
}
.m-adac-quiz > .mm-quiz-page--end .mm-quiz-rating > .mm-rates.is-wrong {
  background: #cc3333;
  border: 0;
}
.m-adac-quiz > .mm-quiz-page--end .mm-ex-rates {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header {
  background: #ffcc00;
  text-align: center;
  padding: 35px 0 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page > .mm-quiz-header {
    padding: 50px 0 30px;
  }
}
.m-adac-quiz > .mm-quiz-page--end > .mm-quiz-header {
  background: transparent;
}

.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-subheadline {
  padding: 0 33px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-subheadline {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin-bottom: 20px;
    padding: 0 200px;
  }
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-date {
  font-size: 18px;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-date {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn {
  display: inline-block;
  text-decoration: none;
  padding: 5px 16px 5px 30px;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 39px;
  height: 39px;
  background-position: 62.8342245989% 56.0168895144%;
  position: absolute;
  left: -4px;
  top: 2px;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn:hover {
  background-color: #f3f3f4;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn:focus {
  background-color: #f3f3f4;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn--yellow {
  background-color: #ffcc00;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn--yellow:hover {
  background-color: #FFE06A;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn--yellow:focus {
  background-color: #FFE06A;
}
.m-adac-quiz > .mm-quiz-page > .mm-quiz-header > .mm-quiz-btn--end {
  margin-bottom: 15px;
}
.m-adac-quiz > .mm-quiz-page--end > .mm-quiz-header > .a-basic-link {
  margin: 0 auto;
}

.m-adac-quiz > .mm-quiz-page > .mm-quiz-header .mm-quiz-explanation {
  padding: 20px 15px 10px;
  font-size: 18px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz > .mm-quiz-page > .mm-quiz-header .mm-quiz-explanation {
    padding: 20px 130px 10px;
  }
}
.m-adac-quiz > .mm-question-wrapper {
  position: relative;
}
.m-adac-quiz .mm-quiz-description {
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz .mm-quiz-description {
    font-size: 18px;
    padding: 45px 130px;
  }
}
.m-adac-quiz .mm-quiz-description > .mm-quiz-desc-img {
  display: none;
}
.m-adac-quiz .mm-quiz-description--startimg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.m-adac-quiz .mm-quiz-description--startimg > .mm-quiz-desc-img {
  display: block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz .mm-quiz-description--startimg > .mm-quiz-desc-img {
    width: 45%;
  }
}
.m-adac-quiz .mm-quiz-description--startimg > .mm-quiz-desc-img > .m-basic-image > figure {
  padding-bottom: 0;
}
.m-adac-quiz .mm-quiz-description--startimg > .mm-quiz-desc-text {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz .mm-quiz-description--startimg > .mm-quiz-desc-text {
    width: 55%;
    font-size: 18px;
    padding: 50px 35px;
    text-align: left;
  }
}
.m-adac-quiz .mfp-quiz-popup-link {
  display: none;
}
.mfp-content .m-adac-quiz .mfp-quiz-popup-link {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.m-adac-quiz .mfp-quiz-popup-link .mfp-close-link:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
}

/* .m-adac-cardamage */
.m-adac-cardamage {
  background-color: #f3f3f4;
  padding: 8px 15px 10px 15px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage {
    padding: 10px 25px 20px 25px;
  }
}
.l-main-content--cluster > .m-adac-cardamage {
  padding: 8px 15px 10px 15px;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content--cluster > .m-adac-cardamage {
    padding: 10px 25px 20px 25px;
  }
}
.lt-ie9 .l-main-content--cluster > .m-adac-cardamage {
  padding: 10px 25px 20px 25px;
}
.ll-lightbox-inner .m-adac-cardamage {
  background-color: #fff;
}
.m-adac-cardamage > .mm-head {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.h-roboto .m-adac-cardamage > .mm-head {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-head {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 32px;
  }
}
.m-adac-cardamage > .mm-content {
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content {
  flex-flow: row wrap;
  justify-content: space-between;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content {
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left {
    width: 50%;
    padding-right: 20px;
    min-height: 242px;
    position: relative;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left {
  width: 50%;
  padding-right: 20px;
  min-height: 242px;
  position: relative;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left {
  display: flex;
  flex-flow: column nowrap;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.lt-ie9 .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left {
  width: 100%;
  height: auto;
  position: relative;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-timestamp {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  color: #afafaf;
}
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-timestamp {
  font-family: "Roboto", sans-serif;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item.is-high-load {
  border: 2px solid #cc3333;
  border-radius: 5px;
  padding: 12px 15px 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item.is-high-load {
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable {
    max-height: 135px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable {
  max-height: 135px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem {
  display: none;
  margin-bottom: 15px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item.is-visible,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem.is-visible {
  display: block;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
  position: relative;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info,
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
  font-family: "Roboto Bold", sans-serif;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 13px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 13px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item.is-high-load > .mm-status-info, .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
  padding: 0 85px 0 45px;
  min-height: 42px;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item.is-high-load > .mm-status-info, .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
    padding: 0 90px 0 45px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info--missed-call,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info--missed-call {
  padding-left: 35px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon {
  position: absolute;
  left: 0;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--vehicle:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--vehicle:after {
  padding-left: 38px;
  top: -8px;
  left: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 39px;
  height: 36px;
  background-position: 26.4705882353% 90.1685393258%;
  width: initial;
}
.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--vehicle:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--vehicle:after {
  top: -11px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--vehicle:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--vehicle:after {
    top: 2px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--missedCall:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--missedCall:after {
  padding-left: 43px;
  top: -9px;
  left: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 45px;
  height: 38px;
  background-position: 88.0510067114% 41.7721518987%;
  width: initial;
  transform: scale(0.8);
}
.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--missedCall:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--missedCall:after {
  top: -12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--missedCall:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--missedCall:after {
    top: 1px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--not-solved:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--not-solved:after {
  padding-left: 43px;
  top: -14px;
  left: -8px;
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 72.7634194831% 89.4632206759%;
  width: initial;
}
.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--not-solved:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--not-solved:after {
  top: -17px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--not-solved:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--not-solved:after {
    top: -5px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--user:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--user:after {
  padding-left: 38px;
  top: -8px;
  left: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 35px;
  background-position: 87.7565217391% 87.5789473684%;
  width: initial;
}
.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--user:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--user:after {
  top: -11px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--user:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--user:after {
    top: 2px;
  }
}

.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--report-received:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--report-received:after {
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--report-received:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--report-received:after {
    top: 11px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--cancellation:after,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--cancellation:after {
  padding-left: 44px;
  top: -20px;
  left: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-position: 50.8474576271% 47.3571428571%;
  width: initial;
  transform: scale(0.8);
}
.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--cancellation:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--cancellation:after {
  top: -24px;
  left: -10px;
  transform: scale(0.6);
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon--cancellation:after, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon--cancellation:after {
    top: -12px;
  }
}

.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > img, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > img {
  transform: translateY(1px);
  top: 2px;
}

.m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > div, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > div {
  top: 2px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-item > .mm-status-info > div, .m-adac-cardamage.m-adac-cardamage-layer > .mm-content > .mm-left .mm-layeritem > .mm-status-info > div {
    top: -8px;
  }
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-status-info-text,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-status-info-text {
  max-width: 265px;
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-status-info-text,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-status-info-text {
    max-width: initial;
  }
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp {
  margin-bottom: 5px;
  margin-top: 7px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp {
    margin-top: 0;
  }
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item.is-high-load > .mm-status-info > .mm-timestamp, .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp {
  margin-bottom: 0;
}

.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp > .mm-status-info-text,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp > .mm-status-info-text {
  font-weight: bold;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000;
  margin-right: 10px;
}
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp > .mm-status-info-text,
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp > .mm-status-info-text {
  font-family: "Roboto Bold", sans-serif;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp > .mm-status-info-text,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp > .mm-status-info-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp > .mm-status-info-text,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp > .mm-status-info-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-timestamp span:last-child,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-timestamp span:last-child {
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-status-info,
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-status-info {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-bottom: 13px;
  }
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable {
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable {
    margin-top: 14px;
    margin-bottom: 12px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable {
  margin-top: 14px;
  margin-bottom: 12px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable.jspScrollable:focus,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable.jspScrollable:focus {
  outline: none;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 5px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable.jspScrollable > .jspContainer > .jspHorizontalBar,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable:not(.jspScrollable) > .jspContainer,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable:not(.jspScrollable) > .jspContainer {
  height: 20px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table {
    table-layout: auto;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table {
  table-layout: auto;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr {
  border: 1px solid #afafaf;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > th,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > th {
  width: 36%;
  padding: 5px 10px;
  border: 1px solid #afafaf;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > th,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > th {
    width: 130px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > th,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > th {
    width: auto;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > th,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > th {
  width: auto;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > td,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > td {
  width: 65%;
  border: 1px solid #afafaf;
  padding: 5px 10px;
  word-wrap: break-word;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > td > .mm-date,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > td > .mm-date {
  display: flex;
  flex-flow: row wrap;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > td > .mm-date > span,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > td > .mm-date > span {
  padding: 0;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotable table > tbody > tr > td > .mm-date > .td-date1,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotable table > tbody > tr > td > .mm-date > .td-date1 {
  padding-right: 5px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-infotext,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-infotext {
  display: block;
  margin-bottom: 10px;
}
.m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-telnum,
.m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-telnum {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  text-decoration: none;
  align-self: flex-start;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-telnum,
.h-roboto .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-telnum {
  font-family: "Roboto Bold", sans-serif;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-telnum,
  .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-telnum {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 10px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-telnum,
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-telnum {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-item,
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-item:first-child,
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem:first-child {
  border: none;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-item > .mm-timestamp,
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left .mm-layeritem > .mm-timestamp {
  color: #afafaf;
  margin-bottom: 16px;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
  margin-left: 1px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    position: static;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  position: static;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
    margin-bottom: 36px;
  }
}
.lt-ie9 .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom {
  margin-bottom: 36px;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.h-roboto .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 30px;
  }
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline > img {
  margin-right: 8px;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline > .aa-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ffcc00;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 8px;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-layer-headline > .aa-number > span {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  position: relative;
  top: -7px;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist {
    margin: 0;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist {
  margin: 0;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist > a:not(:first-child) {
  margin-top: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist--row {
    display: flex;
    justify-content: space-between;
    margin-top: -3px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist--row {
  display: flex;
  justify-content: space-between;
  margin-top: -3px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist--row > a:not(:first-child) {
    margin-top: 0;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-linklist--row > a:not(:first-child) {
  margin-top: 0;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
  position: relative;
  line-height: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
    width: calc(100% - 20px);
    padding-right: 36px;
    margin-top: 14px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
  width: calc(100% - 20px);
  padding-right: 36px;
  margin-top: 14px;
}
.ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
    position: relative;
    width: 100%;
  }
}
.lt-ie9 .ll-lightbox-inner .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh {
  position: relative;
  width: 100%;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content {
  position: relative;
  padding: 10px 0 10px 5px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content {
    width: 100%;
    padding: 3px 0 5px 0;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content {
  width: 100%;
  padding: 3px 0 5px 0;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-last {
  margin-right: 5px;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-timestamp {
  white-space: nowrap;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  cursor: pointer;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon > img {
  margin: 3px 0 0 3px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
    bottom: 4px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
    right: -36px;
    top: -2px;
    bottom: unset;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
  right: -36px;
  top: -2px;
  bottom: unset;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr {
  border-color: #cccccc;
  margin: 0;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:first-of-type {
  margin-top: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:first-of-type {
    margin-top: 10px;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:first-of-type {
  margin-top: 10px;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:last-of-type {
  margin-bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:last-of-type {
    margin-bottom: 0;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timerefresh > hr:last-of-type {
  margin-bottom: 0;
}
.m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timestamp {
  margin-top: -5px;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage > .mm-content > .mm-left > .mm-bottom > .mm-timestamp {
    margin-top: 0;
  }
}
.m-adac-cardamage > .mm-content > .mm-right {
  position: relative;
  width: 100%;
  max-width: 420px;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-cardamage > .mm-content > .mm-right {
    padding-top: 2px;
    width: 50%;
  }
}
.lt-ie9 .m-adac-cardamage > .mm-content > .mm-right {
  padding-top: 2px;
  width: 50%;
}
.m-adac-cardamage > .mm-content > .mm-right > img {
  width: 100%;
}
.m-adac-cardamage > .mm-content > .mm-right > .mm-location {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 70px;
  padding: 14px 18px;
  background-color: #e9e9ea;
}
.m-adac-cardamage > .mm-content > .mm-right > .mm-location > .mm-location-head {
  width: 100%;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-adac-cardamage > .mm-content > .mm-right > .mm-location > .mm-location-head {
  font-family: "Roboto Bold", sans-serif;
}

/* m-adac-maps */
.m-adac-maps {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.ll-main-cols-m .m-adac-maps {
  min-height: 100%;
}
.m-adac-maps.h-visuallyhidden {
  margin: 0;
  padding: 0;
}
.m-adac-maps--small {
  max-width: 517px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps > .mm-maps-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.m-adac-maps > .mm-maps-nav .ll-description {
  width: 307px;
  max-width: 307px;
  margin-right: 10px;
}
.m-adac-maps > .mm-switch-map {
  display: none;
}
.m-adac-maps > .mm-switch-map > a {
  float: right;
  position: relative;
  width: 24px;
  height: 30.3906px;
}
.m-adac-maps > .mm-switch-map > a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-adac-maps > .mm-switch-map > a.icon-maps::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 20.6572769953% 96.8926553672%;
}
.m-adac-maps > .mm-switch-map > a.icon-list::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 96.8926553672%;
}
.m-adac-maps > .mm-switch-map > a > svg {
  display: none;
}
.m-adac-maps .mm-map-wrapper {
  position: relative;
  padding-bottom: 95%;
  height: 0;
  min-height: 200px;
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps .mm-map-wrapper {
    min-height: 350px;
    padding-bottom: 39%;
  }
}
.m-adac-maps .mm-map-wrapper img {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .mm-right .m-adac-maps .mm-map-wrapper {
    min-height: 200px;
    padding-bottom: 56%;
  }
}
.ll-aside .m-adac-maps .mm-map-wrapper {
  padding-bottom: 75%;
}
@media print, only screen and (min-width: 48em) {
  .ll-aside .m-adac-maps .mm-map-wrapper {
    padding-bottom: 56%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-aside .m-adac-maps .mm-map-wrapper {
    min-height: 233px;
    padding-bottom: 82%;
  }
}
.lt-ie9 .ll-aside .m-adac-maps .mm-map-wrapper {
  min-height: 233px;
  padding-bottom: 82%;
}
.m-adac-maps > .mm-user-location-wrap > .mm-user-location {
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps > .mm-user-location-wrap > .mm-user-location {
    display: inline-block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps > .mm-user-location-wrap > .mm-user-location > li {
    display: inline-block;
  }
}
.m-adac-maps .mm-result-list-wrap {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  max-width: 320px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps .mm-result-list-wrap {
    max-height: 147px;
    max-width: 307px;
    overflow: hidden;
  }
}
.m-adac-maps .mm-result-list-wrap .mm-result-list {
  margin: 0 0 10px 0;
  padding: 10px;
  position: relative;
}
.m-adac-maps .mm-result-list-wrap .mm-result-list li {
  min-height: 95px;
}
.m-adac-maps .mm-result-list-wrap .mm-result-list .mm-pin + .m-basic-text {
  padding-right: 35px;
  min-height: 75px;
}
.m-adac-maps .mm-result-list-wrap .mm-result-list .mm-pin {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 71.7948717949%;
  top: -5px;
  right: -17px;
  position: absolute;
  text-align: center;
  padding-top: 45px;
}
.m-adac-maps .mm-result-list-wrap .mm-result-list .mm-pin.is-active {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 0 83.9031339031%;
}
.m-adac-maps .mm-result-list-wrap .mm-result-list .mm-pin > span {
  display: inline-block;
  width: 35px;
}
.m-adac-maps > .mm-location {
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1rem;
  background: #ededed;
}
.m-adac-maps > .mm-location:last-child {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-cols-m .m-adac-maps > .mm-location {
    margin-bottom: 0;
  }
}
.m-adac-maps > .mm-location > .mm-location-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  display: block;
}
.h-roboto .m-adac-maps > .mm-location > .mm-location-head {
  font-family: "Roboto Bold", sans-serif;
}
.m-adac-maps > .mm-location > .mm-location-text {
  display: block;
  max-width: 170px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps > .mm-location > .mm-location-text {
    max-width: 100%;
  }
}

.m-adac-maps-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Roboto Bold", sans-serif;
}
.m-adac-maps-header > .mm-headline {
  margin-right: 15px;
}
.m-adac-maps-header > .mm-logo-box {
  position: relative;
  width: 45px;
  height: 45px;
}
.m-adac-maps-header > .mm-logo-box > img {
  max-height: 45px;
  display: block;
}

.m-adac-maps-table {
  display: flex;
  width: calc(100% - 460px);
  min-height: 100%;
}
.l-main-cols .m-adac-maps-table {
  width: 100%;
}
.m-adac-maps-table > .mm-country-informations {
  overflow: hidden;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps-table > .mm-country-informations {
    box-sizing: border-box;
  }
}
.m-adac-maps-table > .mm-country-informations > .mm-country-informations-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  border: 2px solid #333;
  padding: 9px;
  position: relative;
}
.m-adac-maps-table > .mm-country-informations > .mm-country-informations-head > .mm-country-information-flag {
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  margin: auto;
  max-width: 45px;
}
.m-adac-maps-table > .mm-country-informations > .mm-country-information-content {
  border: 1px solid #afafaf;
  border-top: 0;
  padding: 9px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps-table > .mm-country-informations > .mm-country-information-content {
    min-height: 275px;
    height: calc(100% - 45px);
  }
}
.m-adac-maps-table > .mm-country-informations:last-child {
  margin-right: 0;
}

.m-adac-quiz-question {
  background: #f3f3f4;
  top: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s;
  padding: 0 20px 20px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question {
    padding: 0 50px 35px;
  }
}
.m-adac-quiz-question.is-fadein {
  visibility: visible;
  opacity: 1;
}
.m-adac-quiz-question.is-fadeout {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.m-adac-quiz-question.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.m-adac-quiz-question > .mm-question-content-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question--image {
  display: none;
}
.mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question--image {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 25px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question--image {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question--image {
    display: block;
  }
}
.lt-ie9 .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question--image {
  display: block;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col {
  width: 100%;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--1 {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--1 {
    width: 40%;
  }
}
.lt-ie9 .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--1 {
  width: 40%;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--2 {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--2 {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
  }
}
.lt-ie9 .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col--2 {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question-img-box {
  width: 100%;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question-img-box > img {
  width: 100%;
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question-img-box > img {
    margin-bottom: 25px;
  }
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question--noimage {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 25px;
  width: 100%;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question--noimage {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question--noimage {
    display: none;
  }
}
.lt-ie9 .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-question--noimage {
  display: none;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  min-height: 220px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper {
    min-height: 0;
  }
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer {
  width: 100%;
  padding: 3px 22px 4px 37px;
  font-size: 22px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  position: absolute;
  left: -8px;
  top: -3px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer {
    width: 47.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer {
    width: 100%;
  }
}
.lt-ie9 .mm-question-wrapper--image .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer {
  width: 100%;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-grey {
  background-color: #e9e9ea;
  cursor: default;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-correct {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  cursor: default;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-false {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  background-color: #fff;
  cursor: default;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-choosed {
  background-color: #fff;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  cursor: default;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer > .mm-answer-p {
  margin: 0 0 0 -15px;
  display: inline-block;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer > .mm-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  display: none;
  top: 50%;
  right: -12px;
  transform: translate(0, -50%);
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-correct > .mm-icon {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 36.6666666667%;
  position: absolute;
  top: 18px;
  right: -24px;
  display: block;
}

.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-col > .mm-answer-wrapper > .mm-answer.is-false > .mm-icon {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 20.9523809524% 100%;
  position: absolute;
  top: 18px;
  right: -24px;
  display: block;
}

.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-btn-box {
  visibility: hidden;
  align-self: flex-end;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.m-adac-quiz-question.is-answered > .mm-question-content-wrapper > .mm-question-btn-box {
  visibility: visible;
}

.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-btn-box > .mm-lightbox-link {
  display: none;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-btn-box > .mm-lightbox-link.is-active {
  display: block;
}
.m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-btn-box > .a-basic-btn {
  margin-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-quiz-question > .mm-question-content-wrapper > .mm-question-btn-box > .a-basic-btn {
    margin-left: 20px;
  }
}

/* m-basic-anchornav */
.m-basic-anchornav {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav {
    padding-top: 78px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    margin: 0 0 42px;
    z-index: 45;
    top: 0;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 5px 5px 0 0;
  }
}
@media print {
  .m-basic-anchornav > .mm-anchorlist {
    border: none;
    display: none;
  }
}
.m-basic-anchornav > .mm-anchorlist.is-stuck {
  z-index: 100;
}
.m-basic-anchornav > .mm-anchorlist > ul {
  margin: 0 -20px 30px;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
  }
}
.m-basic-anchornav > .mm-anchorlist > ul:after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 16px;
  top: 36px;
  background: #fff;
  position: absolute;
  z-index: -1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul:after {
    content: initial;
  }
}
.is-keyboard-focus .m-basic-anchornav > .mm-anchorlist > ul:focus-visible {
  outline: none;
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor {
    padding: 0 12px 500px 12px;
    margin-bottom: -500px;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    background: none;
  }
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor:first-child {
  border-top: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor:first-child {
    border-top: 0 none transparent;
    border-left: 0 none transparent;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor:hover {
    background: #f5f5f5;
    border-radius: 5px;
  }
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor:hover:before {
  content: initial;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor:hover:before {
    content: " ";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #000;
    bottom: -16px;
    left: var(--indicatorHoveredLeft);
    display: table;
    z-index: -1;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor.is-shown {
    background: #ffcc00;
    border-radius: 5px;
  }
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a {
  position: relative;
  padding: 11px 35px 9px 19px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a {
    border: 2px solid transparent;
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: lighter;
    margin: 0 -12px -1px -12px;
    padding: 10px 15px 10px 15px;
    color: #666666;
  }
}
.is-keyboard-focus .m-basic-anchornav:focus-within > .mm-anchorlist > ul > .mm-anchor > a.is-focused {
  border: 2px solid #000;
  border-radius: 5px 5px 0 0;
}

.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus {
  outline: 0 none transparent;
}
.is-keyboard-focus .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus {
  border-radius: 5px 5px 0 0;
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:focus:not(.is-focused) {
  border-color: transparent !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:hover {
    border-bottom: 2px solid black;
    color: #191919;
  }
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 47px;
  height: 47px;
  background-position: 82.4596774194% 87.3319179052%;
  top: -2px;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a:before {
    display: none;
  }
}
.h-roboto .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .h-roboto .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a {
    font-family: "Roboto Bold", sans-serif;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor.is-shown > a {
    border-bottom: 2px solid black;
    color: #191919;
  }
}

.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a > svg {
  display: none;
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-anchor > a > .mm-arrow {
  display: none;
}
.m-basic-anchornav > .mm-anchorlist > ul > .mm-indicator {
  display: none;
  transition: left 0.3s linear;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-indicator {
    width: 0;
    height: 0;
    padding: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #000;
    bottom: -16px;
    position: absolute;
    left: 15px;
    display: block;
  }
}
@media print {
  .m-basic-anchornav > .mm-anchorlist > ul > .mm-indicator {
    display: none;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content {
  opacity: 0;
  padding: 0 20px 15px;
  left: 100vw;
  top: 0;
  width: 100%;
  background: #fff;
  position: fixed;
  overflow-x: auto;
  height: 100%;
  transition: left 400ms ease-in-out;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content {
    padding: 20px 0 30px 0;
    position: relative;
    opacity: 1;
    left: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content:focus, .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-within, .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-visible {
  outline: none;
}
.is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus:after, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-within:after, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  z-index: 3;
}
.is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-within, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-visible {
  outline: none;
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content:focus > *:nth-child(2), .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-within > *:nth-child(2), .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-visible > *:nth-child(2) {
  position: relative;
}
.is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus > *:nth-child(2):after, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-within > *:nth-child(2):after, .is-keyboard-focus .m-basic-anchornav > .mm-contentwrapper > .mm-content:focus-visible > *:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 4px;
  height: 100%;
  background-color: #ffcc00;
  z-index: 3;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content.mm-zoom-table-full {
    overflow: visible;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content.is-open {
  padding-top: 65px;
  opacity: 1;
  z-index: 1500;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content.is-open {
    padding-top: 0;
    opacity: 0;
    z-index: -1;
    left: 100vw;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor {
  background: #fff;
  left: 20px;
  top: 0;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  width: 100vw;
  display: none;
  z-index: 100;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor {
    display: inline-block;
    padding: 0;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor.is-fixed {
  position: fixed;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor.is-fixed {
    position: static;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding: 0 22px 0 23px;
  margin: 0;
  display: inline-block;
  border: 2px solid #000;
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
  position: absolute;
  left: -10px;
  top: -11px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint:before {
    content: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint {
    position: absolute;
    height: 0;
    width: 0;
    padding: 0;
    border: none;
    display: block;
  }
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint > svg {
  position: absolute;
  left: 0;
  top: -1px;
  display: none;
}
.m-basic-anchornav > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint > .mm-arrow {
  display: none;
}

/* m-basic-big-link */
.m-basic-big-link {
  position: relative;
}
.m-basic-big-link > .mm-content {
  position: relative;
  display: flex;
  padding: 16px;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
}
.m-basic-big-link > .mm-content:hover {
  background-color: #ededed;
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content:hover {
  background: transparent;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-big-link > .mm-content {
    padding: 24px 16px 24px 24px;
  }
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content {
  align-content: center;
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link.m-basic-big-link--btn > .mm-content {
    flex-wrap: initial;
  }
}

.m-basic-big-link:not(.m-basic-big-link--btn) > .mm-content::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  position: absolute;
  right: 0;
}

.m-basic-big-link > .mm-content > .mm-icon {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  background-color: #ffcc00;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 48px;
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content > .mm-icon {
  align-self: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link.m-basic-big-link--btn > .mm-content > .mm-icon {
    align-self: initial;
  }
}

.m-basic-big-link > .mm-content > .mm-icon--no-background {
  background-color: initial;
}
.m-basic-big-link > .mm-content > .mm-icon > img {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
.m-basic-big-link > .mm-content > .mm-info {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  width: calc(100% - 63px);
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content > .mm-info {
  margin-right: 0;
}

.m-basic-big-link > .mm-content > .mm-info > .mm-notice {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link > .mm-content > .mm-info > .mm-notice {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content > .mm-info > .mm-notice {
  margin-bottom: 0;
}

.m-basic-big-link > .mm-content > .mm-info > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link > .mm-content > .mm-info > .mm-headline {
    margin-top: 0;
  }
}
.m-basic-big-link.m-basic-big-link--btn > .mm-content > .mm-info > .mm-headline {
  margin-top: 0;
}

.m-basic-big-link > .mm-content .mm-button {
  text-decoration: none;
  width: fit-content;
  margin-top: 16px;
  margin-left: 63px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-big-link > .mm-content .mm-button {
    margin-top: 0;
    min-width: fit-content;
  }
}
.m-basic-big-link > .mm-content .mm-button--icon {
  position: relative;
  padding-left: 52px;
}
.m-basic-big-link > .mm-content .mm-button > img {
  position: absolute;
  bottom: 6px;
  left: 20px;
}

/* m-basic-breadcrumb */
.m-basic-breadcrumb {
  position: relative;
  display: block;
  min-height: 40px;
  margin: 0 auto;
  background: #fff;
  opacity: 1;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  z-index: 500;
  transform: translate(0, 0);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb {
    min-height: 48px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb {
    width: auto;
    max-width: none;
    float: none;
  }
}
.lt-ie9 .m-basic-breadcrumb {
  width: auto;
  max-width: none;
  float: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-breadcrumb {
    min-height: 52px;
    width: 100%;
    z-index: 100;
  }
}
@media print {
  .m-basic-breadcrumb {
    display: none;
  }
}
.o-layout-main-stage ~ .ll-main-center .m-basic-breadcrumb {
  display: none;
}
.l-outer--nav .m-basic-breadcrumb {
  width: 100%;
  max-width: none;
  clear: both;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck + .m-basic-breadcrumb {
    margin-top: 0;
  }
}
.m-basic-header.is-stuck.is-dropshadow + .m-basic-breadcrumb {
  opacity: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck.is-dropshadow + .m-basic-breadcrumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header + .m-basic-breadcrumb.is-header-shifted {
    transform: translate(0, -152px);
  }
}
.m-basic-header + .m-basic-breadcrumb.is-header-anim {
  transform: translate(0, 0);
  z-index: 980;
  transition: transform 0.5s ease-in-out;
}
.m-basic-breadcrumb > .swiper {
  z-index: 35;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb > .swiper {
    cursor: default;
    padding: 9px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper {
    padding: 13px 0;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper {
  padding: 13px 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-breadcrumb > .swiper {
    padding: 15px 0;
  }
}
.m-basic-header + .m-basic-breadcrumb > .swiper {
  width: 100% !important;
  max-width: 1440px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel {
  padding: 0;
  max-width: none;
  background: transparent;
  border-bottom: none;
  margin: 0;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel {
  margin: 0 16px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel {
    margin: 0 32px;
  }
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li {
  display: inline-block;
  position: relative;
  background: transparent;
  white-space: nowrap;
  width: auto;
  padding-top: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li {
    padding: 0;
    background: transparent;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li {
  padding: 0;
  background: transparent;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.is-opened {
  display: block;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  line-height: 19px;
  line-height: 1.1875rem;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 90.6779661017%;
  margin-left: -9px;
  top: -6px;
  left: -1px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li:before {
    top: -10px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li:before {
  top: -10px;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li:before {
  transform: scale(0.85);
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li:last-child {
  margin-right: 0;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li:last-child {
  margin-right: 16px !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li:last-child {
    margin-right: 32px !important;
  }
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li:last-child > a {
  color: #191919;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li:last-child > a {
  color: rgba(0, 0, 0, 0.9);
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home {
  display: block;
  margin-right: 15px;
  position: relative;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -10000px;
  padding: 0;
  width: 24px;
  height: 24px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home > a:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 59.0395480226%;
  top: -7px;
  left: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home > a:before {
    top: -10px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home > a:before {
  top: -10px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home:before {
  background: none;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home {
  margin-top: -4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home {
    margin-top: -2px;
  }
}
.lt-ie9 .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.mm-home {
  margin-top: -2px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown {
  position: relative;
  top: -2px;
  margin-left: 10px;
  order: 0;
  border: 2px solid #ffcc00;
  border-radius: 4px;
  padding-top: 0;
  cursor: pointer;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown:before {
  display: none;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown {
  margin-right: 32px !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown {
    margin-right: 48px !important;
  }
}
.lt-ie9 .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown {
  margin-right: 48px !important;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a {
  padding: 3px 39px 3px 15px;
  position: relative;
  z-index: 2;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  position: absolute;
  content: "";
  display: inline-block;
  top: -7px;
  right: -6px;
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 94.0952380952% 46.6101694915%;
    top: -9px;
    right: -10px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  top: -9px;
  right: -10px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 30px;
  background-color: #ffcc00;
  position: absolute;
  right: -1px;
  top: 0;
  border: solid 1px #ffcc00;
  border-radius: 1px;
  z-index: -4;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:after {
    width: 25px;
    height: 25px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:after {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a {
    padding: 1px 39px 1px 15px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a {
  padding: 1px 39px 1px 15px;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
  top: -8px;
  right: -7px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
    top: -10px;
    right: -11px;
  }
}
.lt-ie9 .m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > a:before {
  top: -10px;
  right: -11px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a {
  padding-bottom: 1px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  position: absolute;
  content: "";
  display: inline-block;
  top: -8px;
  right: -6px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:before {
    top: -8px;
    right: -10px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:before {
  top: -8px;
  right: -10px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 28px;
  background-color: #ffcc00;
  position: absolute;
  right: 0;
  top: 0;
  border: solid 1px #ffcc00;
  border-radius: 1px;
  z-index: -4;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:after {
    width: 25px;
    height: 25px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:after {
  width: 25px;
  height: 25px;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a {
  padding-bottom: 3px;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown.is-opened a:before {
  top: -10px;
  right: -10px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel {
  margin: 0 0 -2px 0;
  padding: 0;
  z-index: 35;
  display: none;
  border: 2px solid #ffcc00;
  width: auto;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel.is-opened {
  visibility: visible;
  height: auto;
  display: block;
  overflow: visible;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li {
  width: 100%;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li:after {
  left: 5px;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li:first-child > a {
  border-top: 0;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #cccccc;
  margin: 0 -2px 0;
  z-index: 1;
}
.h-roboto .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a {
  font-family: "Roboto", sans-serif;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:focus {
  outline: none;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:hover, .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:focus {
  background: #f3f3f4;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a.is-active {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li a.is-active {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel {
  margin: 0;
  padding: 0;
  display: none;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel.is-opened {
  display: block;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a {
  background: #fff;
  padding: 10px 15px 10px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  z-index: 1;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a:hover, .m-basic-breadcrumb > .swiper > .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a:focus {
  background: #f3f3f4;
}
.m-basic-breadcrumb > .swiper > .mm-baselevel > li > a {
  text-decoration: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
  padding: 1px 19px 1px 39px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb > .swiper > .mm-baselevel > li > a {
    padding: 1px 15px 1px 39px;
  }
}
.h-roboto .m-basic-breadcrumb > .swiper > .mm-baselevel > li > a {
  font-family: "Roboto", sans-serif;
}
.m-basic-header + .m-basic-breadcrumb > .swiper > .mm-baselevel > li > a {
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-breadcrumb > .swiper > .swiper-button-prev {
  background: none;
  width: 17.81%;
  max-height: 33px;
  overflow: hidden;
  top: 20px;
  left: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb > .swiper > .swiper-button-prev {
    top: 15px;
  }
}
.lt-ie9 .m-basic-breadcrumb > .swiper > .swiper-button-prev {
  top: 15px;
}
.m-basic-breadcrumb > .swiper > .swiper-button-prev:before {
  top: 0;
  height: 100%;
  background-image: none;
}
.m-basic-breadcrumb > .swiper > .swiper-button-prev:after {
  border: none;
  border-radius: 0;
  width: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  margin-left: 0;
  top: 0;
}
.m-basic-breadcrumb > .swiper > .swiper-button-next {
  background: none;
  width: 17.81%;
  max-height: 33px;
  overflow: hidden;
  right: 0;
}
.m-basic-breadcrumb > .swiper > .swiper-button-next:before {
  top: 0;
  height: 100%;
  background-image: none;
}
.m-basic-breadcrumb > .swiper > .swiper-button-next:after {
  border: none;
  border-radius: 0;
  width: 100%;
  right: 0;
  left: auto;
  margin-left: 0;
  top: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.m-basic-calc-contact {
  padding-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  padding-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact {
    justify-content: flex-end;
  }
}
.m-basic-calculator-content-box.h-background + .m-basic-calc-contact {
  padding-top: 40px;
}
.m-basic-calculator-tiles--classic + .m-basic-calc-contact, .mm-clone-wrapper + .m-basic-calc-contact {
  padding-top: 40px;
}
.m-ves-rs-contentbox + .m-basic-calc-contact {
  padding-top: 40px;
}
.m-basic-calc-contact > .mm-contact-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 6px 0 40px 2px;
  padding-bottom: 20px;
  order: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact-button {
    padding-bottom: 40px;
  }
}
.m-basic-calc-contact > .mm-contact-button--single-right {
  justify-content: flex-end;
}
.m-basic-calc-contact > .mm-contact-button--reverse {
  flex-direction: row-reverse;
}
.m-basic-calc-contact > .mm-contact-badge {
  flex: 0 0 100%;
  margin: 30px 0 0;
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact-badge {
    flex: 0 1 250px;
    margin: 0;
    order: 1;
  }
}
.m-basic-calc-contact > .mm-contact-badge:not(:empty) {
  padding: 0 0 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact-badge:not(:empty) {
    padding: 0;
  }
}
.m-basic-calc-contact > .mm-contact-badge img {
  width: auto;
  height: auto;
  max-width: 250px;
}
.m-basic-calc-contact > .mm-contact-badge + .mm-contact {
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact-badge + .mm-contact {
    flex: 1;
    order: 2;
  }
}
.m-basic-calc-contact > .mm-contact {
  display: flex;
  flex-flow: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact {
    align-items: end;
    margin-left: 15px;
  }
}
.m-basic-calc-contact > .mm-contact > .mm-contact-head {
  padding-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact > .mm-contact-head {
    width: 370px;
    padding-bottom: 40px;
  }
}
.m-basic-calc-contact > .mm-contact > .mm-contact-content {
  position: relative;
  padding-left: 75px;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 34px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact > .mm-contact-content {
    width: 370px;
  }
}
.m-basic-calc-contact > .mm-contact > .mm-contact-content:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 2px;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffcc00;
  border-radius: 50%;
}
.m-basic-calc-contact > .mm-contact > .mm-contact-content > .mm-contact-icon {
  position: absolute;
  left: 26px;
  top: 10px;
  height: 26px;
  width: 26px;
}
.m-basic-calc-contact > .mm-contact > .mm-contact-content > .mm-contact-text {
  padding-top: 3px;
}
.m-basic-calc-contact > .mm-contact > .mm-contact-content > .mm-contact-text > .mm-contact-tel {
  padding-right: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  max-width: none;
  text-decoration: none;
}
.m-basic-calc-contact > .mm-contact > .mm-contact-components {
  margin-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calc-contact > .mm-contact > .mm-contact-components {
    width: 370px;
    margin-bottom: 0;
  }
}
.m-basic-calc-contact > .mm-contact > .mm-contact-components > a {
  margin-left: 74px;
}

.m-basic-calculator-content-box-newform {
  position: relative;
  padding: 34px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform {
    padding: 60px 0;
  }
}
.m-basic-calculator-content-box-newform--wrapper {
  padding: 0;
}
.m-basic-calculator-content-box-newform--nospace {
  padding: 10px 0;
}
.m-basic-calculator-content-box-newform--nospace > .mm-subheadline {
  padding-bottom: 8px;
}
.ll-row + .m-basic-calculator-content-box-newform--nospace {
  padding-top: 0;
}
.m-basic-toggle-tab-box .m-basic-calculator-content-box-newform {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box .m-basic-calculator-content-box-newform {
    padding: 0 0 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form-general.l-form-general--mgl-standard .m-basic-calculator-content-box-newform {
    min-width: 870px;
    padding-left: 28%;
  }
}
.m-basic-calculator-content-box-newform:before, .m-basic-calculator-content-box-newform:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.m-basic-calculator-content-box-newform:before {
  left: -50%;
}
.m-basic-calculator-content-box-newform:after {
  right: -50%;
}
.mm-toggle-container:not(:only-child) .m-basic-calculator-content-box-newform:before, .mm-toggle-container:not(:only-child) .m-basic-calculator-content-box-newform:after {
  display: none;
}
.m-basic-calculator-content-box-newform .is-hidden, .m-basic-calculator-content-box-newform.is-hidden {
  display: none !important;
}
.m-basic-calculator-content-box-newform--nomargin {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box-newform.h-background:not(.h-hidden) + .m-basic-calculator-content-box-newform.h-background {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box-newform:not(.h-background):not(.h-hidden) + .m-basic-calculator-content-box-newform:not(.h-background) {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box-newform .mm-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.m-basic-calculator-content-box-newform .mm-wrapper h2,
.m-basic-calculator-content-box-newform .mm-wrapper h3 {
  width: auto !important;
  margin: 0 12px 0 0 !important;
}
.m-basic-calculator-content-box-newform .mm-wrapper h2 + .m-basic-info-layer {
  top: 2px;
}
.m-basic-calculator-content-box-newform .mm-wrapper h3 + .m-basic-info-layer {
  top: 4px;
}
.m-basic-calculator-content-box-newform .mm-wrapper + .mm-subrowheadline .mm-infolayer-icon {
  position: absolute;
}
.m-basic-calculator-content-box-newform > .mm-border-wrap {
  padding: 15px 25px;
  border: 1px solid #cccccc;
  border-radius: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform > .mm-border-wrap {
    padding: 25px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform > .mm-border-wrap--padding {
    padding: 25px 50px;
  }
}
.m-basic-calculator-content-box-newform .mm-subheadline > h2,
.m-basic-calculator-content-box-newform .mm-subheadline h3,
.m-basic-calculator-content-box-newform .mm-subheadline p {
  text-align: center;
}
.m-basic-calculator-content-box-newform .mm-subheadline > p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-calculator-content-box-newform .mm-subheadline > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-basic-calculator-content-box-newform .mm-subheadline:last-child() > p {
  margin-bottom: 0;
}

.m-basic-calculator-content-box-newform h2,
.m-basic-calculator-content-box-newform h3,
.m-basic-calculator-content-box-newform p,
.m-basic-calculator-content-box-newform .mm-subrowheadline {
  max-width: none;
  width: 100%;
  text-align: center;
}
.m-basic-calculator-content-box-newform h2.is-left,
.m-basic-calculator-content-box-newform h3.is-left,
.m-basic-calculator-content-box-newform p.is-left,
.m-basic-calculator-content-box-newform .mm-subrowheadline.is-left {
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform p {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.m-basic-calculator-content-box-newform .mm-subrowheadline {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-subrowheadline {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-basic-calculator-content-box-newform .mm-subrowheadline:not(:last-child) {
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-subrowheadline:not(:last-child) {
    margin-bottom: 30px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px -10px 5px -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container {
    margin: 5px 0 0 0;
    padding: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container:not(.h-hidden) + .mm-tile-container {
    margin-top: 40px;
  }
}
.l-form-general.l-form-general--mgl-standard .m-basic-calculator-content-box-newform .mm-tile-container {
  flex-flow: column;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general.l-form-general--mgl-standard .m-basic-calculator-content-box-newform .mm-tile-container {
    flex-flow: initial;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.hidden {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container.h-space-s {
  margin-bottom: 10px;
}
.m-basic-calculator-content-box-newform .mm-tile-container.h-space-m {
  margin-bottom: 30px;
}
.m-basic-calculator-content-box-newform .mm-tile-container.h-space-l {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.h-space-l {
    margin-bottom: 60px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.is-odd {
  flex-direction: column;
  padding: 0 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.is-odd {
    flex-direction: row;
    padding: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container--grow {
  flex-flow: column nowrap;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container--grow {
    flex-flow: row nowrap;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container--wide {
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container--wide {
    flex-flow: row wrap;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container--large {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container--large {
    display: flex;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-subheadline {
  width: 100%;
  margin: 0 0 5px 0;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-error-msg {
  width: 100%;
  max-height: 0.1px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: all 1.35s ease;
  text-align: center;
}
.m-basic-calculator-content-box-newform .mm-tile-container.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 0 0 20px 0;
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-check {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile {
  position: relative;
  margin: 0 15px 20px 15px;
  width: 130px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile {
    margin: 0 17px 20px 17px;
    width: initial;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile {
  margin-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile {
    width: auto;
    margin-bottom: 20px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile {
  margin-bottom: 20px;
}
.m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile-empty {
  margin-bottom: 0;
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--small {
  margin: 0 8px 20px 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--small {
    margin: 0 10px 20px 10px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--small:first-child {
  margin-left: 0;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--small:last-child {
  margin-right: 0;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--small label:after {
  display: none !important;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile-empty {
  display: block;
  width: 140px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile-empty {
    display: none;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:checked + label {
  border-color: #ffcc00;
  background: #ffcc00;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:checked + label:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:checked + label:before {
  display: none;
}
.m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile.mm-tile--radio > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile.mm-tile--radio > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile > input:checked ~ .mm-tile-content {
  border-color: #ffcc00;
  background: #ffcc00;
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:disabled {
  pointer-events: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:disabled + label {
  cursor: default;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:not(:checked):disabled + label {
  opacity: 0.3;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:not(:checked):disabled + label:after {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > input:not(:checked):disabled + label > .mm-text-container > .mm-tile-desc-info {
  visibility: hidden;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label {
  height: 65px;
  width: 140px;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label:after {
  display: none;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -26px;
    right: -30px;
  }
}
.m-basic-calculator-content-box-newform--choose .mm-tile-container > .mm-tile > label:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
  position: absolute;
  top: -15px;
  right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform--choose .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
    top: -18px;
    right: -18px;
  }
}

.m-basic-calculator-content-box-newform--choose.h-background .mm-tile-container > .mm-tile > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform--choose.h-background .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box-newform--choose.h-background .mm-tile-container--radio[data-js-hidden-content] > .mm-tile > label:after {
  display: none;
}

.m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label {
  width: calc(100% - 30px);
  position: relative;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label {
    width: 150px;
    display: flex;
    position: static;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
  display: block;
  text-align: left;
  padding: 10px 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
    display: inline;
    text-align: center;
    padding: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
  display: inline;
  padding-left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
    display: block;
    padding-left: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--large > .mm-tile > label {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--large > .mm-tile > label {
    width: 250px;
    padding: 20px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile.mm-tile--large > label {
  width: 300px;
  padding: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile.mm-tile--large > label {
    width: 250px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile.mm-tile--small > label {
  width: auto;
  min-width: 80px;
  padding: 0 12px;
  height: 36px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile.mm-tile--small > label {
    padding: 0 20px;
  }
}

.m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile > label {
  background-color: #fff;
}
.m-basic-calculator-content-box-newform.h-background .mm-tile-container.mm-tile-container--grow > .mm-tile > label {
  background: none;
  border: none;
}

.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile > label {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
}

.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--flex-height > .mm-tile > label {
  height: 100%;
  align-items: flex-start;
  padding: 5px 5px 20px 5px;
}
.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--flex-height > .mm-tile > label > .mm-text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--wide > .mm-tile > label {
    width: 230px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--wide > .mm-tile > label {
    width: 250px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label img.is-no-measure {
  margin-top: 10px;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label > .mm-text-container {
  text-align: center;
}
.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile > label > .mm-text-container {
  width: 100%;
}

.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--wide > .mm-tile > label > .mm-text-container {
  text-align: center;
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.07em;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
  display: block;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info {
  font-size: 12px;
  font-size: 0.75rem;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info--active {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > .mm-tile-content {
  display: block;
  position: relative;
  max-width: 150px;
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > .mm-tile-content {
    padding-top: 20px;
    max-width: 150px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile > .mm-tile-content {
  max-width: none;
  width: auto;
  padding: 20px 10px 10px 10px;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container.mm-tile-container--grow > .mm-tile > .mm-tile-content {
    width: 250px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile > .mm-tile-content > p {
  margin-bottom: 10px;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
  top: -24px;
  right: -24px;
}
.m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -26px;
    right: -30px;
  }
  .m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--default {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--active {
  display: block;
}
.m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > label:after {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
  }
}
.m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile--checkbox > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform.h-background .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
    top: -28px;
    right: -28px;
  }
}

.m-basic-calculator-content-box-newform .mm-tile-container > .mm-contact > .mm-contact-content > .mm-contact-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box-newform .mm-endtext {
  text-align: left;
  padding: 0 9px;
}
.l-form-general.l-form-general--mgl-standard .m-basic-calculator-content-box-newform .mm-endtext {
  padding: 0;
  max-width: initial;
}
.m-basic-calculator-content-box-newform .mm-fileSize {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize {
    border-bottom: 0;
    padding: 10px 35px 0 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize {
  border-bottom: 0;
  padding: 10px 35px 0 0;
}
.m-basic-calculator-content-box-newform .mm-fileSize.is-error {
  color: #cc3333;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize > span.js-fileSizeSumUnit {
    margin-right: 282px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize > span.js-fileSizeSumUnit {
  margin-right: 282px;
}
.m-basic-calculator-content-box-newform .mm-fileSize > span.filesize-label {
  top: 10px;
  left: 0px;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize > span.filesize-label {
    position: static;
    margin: 0 70px 0 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize > span.filesize-label {
  position: static;
  margin: 0 70px 0 0;
}
.m-basic-calculator-content-box-newform .mm-fileSize.is-add-cost {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-add-cost {
    display: block;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize.is-add-cost {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-add-cost > span.filesize-label {
    margin-right: 0;
    position: absolute;
    left: 215px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize.is-add-cost > span.filesize-label {
  margin-right: 0;
  position: absolute;
  left: 215px;
}
.m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize {
  padding-top: 20px;
  border-bottom: 0;
}
.m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.filesize-label {
  top: 20px;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.filesize-label {
    position: absolute;
    margin-right: 0;
    left: calc(50% - 150px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.filesize-label {
    left: 297px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.filesize-label {
  left: 297px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: calc(50% - 160px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: 257px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
  margin-right: 257px;
}
.m-basic-calculator-content-box-newform .js-clone-remove,
.m-basic-calculator-content-box-newform .mm-delete-icon {
  top: 2px;
  left: calc(100% - 40px);
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .js-clone-remove,
  .m-basic-calculator-content-box-newform .mm-delete-icon {
    top: 8px;
  }
}
.m-basic-calculator-content-box-newform .js-clone-remove.hidden,
.m-basic-calculator-content-box-newform .mm-delete-icon.hidden {
  display: none;
}
.m-basic-calculator-content-box-newform .ll-row.is-error.is-check > .ll-item-container:not(.ll-item-container--center) .js-clone-remove {
  top: auto;
  bottom: 11px;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset strong.mm-center {
  display: block;
  text-align: center;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row {
    flex-direction: row;
    align-items: center;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row:first-child {
  padding-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row:first-child {
    padding-top: 20px;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row:not(.h-space-m):not(.h-space-l) {
    margin-bottom: 20px;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row:last-child:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
}
.m-basic-calculator-content-box-newform .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row.h-hidden + .mm-row {
  padding-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row.h-hidden + .mm-row {
    padding-top: 20px;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--center {
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--center-natural {
    padding: 0 30px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--column {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--column .js-clone-remove,
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--column .mm-delete-icon {
  top: -40px;
  left: auto;
  right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--column .js-clone-remove,
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--column .mm-delete-icon {
    top: auto;
    left: auto;
    right: -20px;
    bottom: 25px;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row--block {
  align-items: flex-start;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.ll-depend {
  display: none;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text {
  flex: 1 0 100%;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text {
    text-align: center;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text:not(.h-space-m):not(.h-space-l) {
    margin-bottom: 10px;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-to-input {
  max-width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-to-input {
    margin-left: 33.3333333333%;
    text-align: left;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-left {
    text-align: left;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-error-msg {
  width: 100%;
  max-width: 300px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: max-height 1.35s ease, opacity 1.35s ease;
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-error-msg {
    margin-left: 33.3333333333%;
    order: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 10px;
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-error-msg {
  margin-right: 33.3333333333%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-error-msg {
    max-width: none;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural .mm-error-msg {
    margin-left: 50%;
    margin-right: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-error-msg {
    margin-left: 30%;
    margin-right: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-error-msg {
    margin-left: 0;
    padding-right: 5px;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label {
  width: 100%;
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding-right: 20px;
    text-align: right;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-col-label {
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-col-label {
    order: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-col-label {
  width: auto;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural .mm-col-label {
    flex: 0 0 50%;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-col-label {
    flex: 0 0 25%;
    margin-left: 5%;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-col-label + .mm-inputcontainer {
  flex: 1 0 45%;
  margin-right: 25%;
  margin-left: initial;
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--block .mm-col-label {
  padding-top: 7px;
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-col-label {
  margin-left: 0;
  width: 100%;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-col-label {
    padding-right: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer {
  padding-right: 42px;
  display: flex;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer {
    display: block;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer > *:first-child {
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer > *:first-child {
    margin: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label > small {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label > span.h-optional {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer {
    max-width: 300px;
    margin-left: 33.3333333333%;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error:not(.mm-row--column) > .mm-inputcontainer {
  order: 3;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error:not(.mm-row--column) > .mm-inputcontainer {
    order: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center > .mm-inputcontainer {
  flex: 0 1 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center > .mm-inputcontainer {
    max-width: none;
    margin-left: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural > .mm-inputcontainer {
    flex: 1 0 auto;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big > .mm-inputcontainer {
    flex: 1 0 40%;
    margin-right: 30%;
    margin-left: 30%;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer {
  flex-flow: column nowrap;
  margin-bottom: 15px;
  order: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer {
    align-self: flex-end;
    margin-left: 0;
    padding-right: 40px;
    max-width: none;
    flex: 1 1 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column.mm-row--column-1-3-3 > .mm-inputcontainer {
    flex: 1 0 33%;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column.mm-row--column-1-4-4 > .mm-inputcontainer {
    flex: 1 0 25%;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--block > .mm-inputcontainer {
  display: block;
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 10px;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-valid > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .mm-check {
  top: -3px;
  right: -42px;
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  visibility: hidden;
  transition: opacity 1.35s ease;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-valid > .mm-inputcontainer > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error.mm-row--column > .mm-inputcontainer > .mm-check {
    top: 0;
    bottom: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .mm-check {
  top: auto;
  bottom: -4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .mm-check {
    right: 0;
  }
}

.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select {
  max-width: none;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
  left: 130px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
    left: 170px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
  left: 170px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
    right: -50px;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
  right: -50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-col-label + .mm-inputcontainer {
    margin-left: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-description {
  width: 100%;
  max-width: 300px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  clear: both;
  line-height: normal;
  transition: opacity 1.35s ease, max-height 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-description {
    margin-left: 33.3333333333%;
  }
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-description:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-description.is-visible, .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row > .mm-description.mm-description--permanent {
  opacity: 1;
  max-height: 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-form-container > .mm-fieldset > .mm-row.mm-row--center-natural > .mm-description {
    margin-left: 50%;
    max-width: none;
  }
}

.m-basic-calculator-content-box-newform .mm-upload-container {
  max-width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container {
    max-width: none;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row {
    flex-flow: row wrap;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-error-msg {
  width: 100%;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: max-height 1.35s ease, opacity 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-error-msg {
    text-align: center;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 0 0 10px 0;
}

.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content {
  display: flex;
  flex: 1 0 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--left {
    flex: 0 1 67%;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label {
  display: none;
  flex: 0 0 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label {
    display: block;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label > .mm-label {
  display: inline-block;
  padding-top: 7px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--right {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--right {
    flex: 1 0 33%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--right > * {
  margin: 0 5px;
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--right > *:first-child {
  margin-left: 0;
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-row-content--right > *:last-child {
  margin-right: 0;
}
.m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-upload-button-wrap {
  flex: 1 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-upload-container > .mm-row > .mm-upload-button-wrap {
    margin-left: 200px;
  }
}
.m-basic-calculator-content-box-newform .mm-plain-button {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .mm-plain-button {
    text-align: center;
  }
}
.m-basic-calculator-content-box-newform .mm-plain-button--left {
  margin-left: 0;
}
.m-basic-calculator-content-box-newform .mm-plain-button--clone {
  padding-left: 30px;
}
.m-basic-calculator-content-box-newform .mm-plain-button--clone:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.m-basic-calculator-content-box-newform .ll-row {
  padding: 0;
}
.m-basic-calculator-content-box-newform .ll-row.is-clone-child {
  justify-content: flex-start !important;
  max-width: 550px !important;
}
.m-basic-calculator-content-box-newform .ll-row.is-check .ll-item-container .ll-check {
  position: absolute;
  right: 0;
  top: 28px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .ll-row.is-check .ll-item-container .ll-check {
    right: 28%;
  }
}
.m-basic-calculator-content-box-newform .ll-row.is-check.is-error .ll-item-container .ll-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0 0 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box-newform .ll-row.is-check.is-error .ll-item-container .ll-error-msg {
    max-width: none;
  }
}
.lt-ie9 .m-basic-calculator-content-box-newform .ll-row.is-check.is-error .ll-item-container .ll-error-msg {
  max-width: none;
}
.m-basic-calculator-content-box-newform .ll-row.is-check.is-error .ll-item-container .ll-error-msg > a {
  color: #cc3333;
}
.m-basic-calculator-content-box-newform .ll-row.is-check.is-error .ll-item-container .ll-check {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-basic-calculator-content-box-newform .ll-row.is-check.is-valid .ll-item-container .ll-check {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-calculator-content-box-newform .ll-row .ll-col-data {
  display: flex;
  flex-direction: column;
}
.m-basic-calculator-content-box-newform .ll-row .ll-item-container .ll-error-msg {
  transition: none;
  order: 2;
}
.m-basic-calculator-content-box-newform .ll-row .ll-col-label--right {
  text-align: right !important;
}
.m-basic-calculator-content-box-newform .ll-row .ll-col-label .ll-label {
  font-weight: bold;
}
.m-basic-calculator-content-box-newform .ll-row .ll-col-label .ll-label > span {
  font-weight: normal;
}
.m-basic-calculator-content-box-newform .ll-multirow {
  margin-left: auto;
  margin-right: auto;
}
.m-basic-calculator-content-box-newform .ll-multirow .ll-row.is-check .ll-item-container .ll-check {
  right: 0;
}
.m-basic-calculator-content-box-newform .ll-multirow .ll-row.is-check:first-child .ll-item-container .ll-error-msg {
  padding-right: 10px;
}
.m-basic-calculator-content-box-newform .ll-multirow .ll-row.is-check:nth-child(2) .ll-item-container .ll-error-msg {
  padding-left: 10px;
}
.m-basic-calculator-content-box-newform .ll-multirow .ll-row--last > .ll-item-container > .ll-col-data {
  flex-direction: row;
}

.m-basic-calculator-content-box-newform .ll-delete-clone {
  top: 2px;
  right: 0;
  position: absolute;
  left: auto !important;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  cursor: pointer;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .ll-delete-clone {
    top: 8px !important;
  }
}
.m-basic-calculator-content-box-newform .ll-delete-clone.hidden {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box-newform .ll-col-label--min-height {
    min-height: 55px;
  }
}
.m-basic-calculator-content-box-newform .js-delete-select-clone {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  display: inline-block;
  top: 11px;
  position: relative;
  cursor: pointer;
}

.m-basic-calculator-content-box {
  position: relative;
  padding: 34px 10px;
}
.m-basic-calculator-content-box .mm-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.m-basic-calculator-content-box .mm-wrapper h2,
.m-basic-calculator-content-box .mm-wrapper h3 {
  width: auto !important;
  margin: 0 12px 0 0 !important;
}
.m-basic-calculator-content-box .mm-wrapper h2 + .m-basic-info-layer {
  top: 2px;
}
.m-basic-calculator-content-box .mm-wrapper h3 + .m-basic-info-layer {
  top: 4px;
}
.m-basic-calculator-content-box .mm-wrapper + .mm-subrowheadline .mm-infolayer-icon {
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box {
    padding: 60px 0;
  }
}
.m-basic-calculator-content-box--wrapper {
  padding: 0;
}
.m-basic-calculator-content-box--nospace {
  padding: 10px 0;
}
.m-basic-calculator-content-box--nospace > .mm-subheadline {
  padding-bottom: 8px;
}
.ll-row + .m-basic-calculator-content-box--nospace {
  padding-top: 0;
}
.m-basic-toggle-tab-box .m-basic-calculator-content-box {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box .m-basic-calculator-content-box {
    padding: 0 0 20px;
  }
}
.m-basic-calculator-content-box:before, .m-basic-calculator-content-box:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.m-basic-calculator-content-box:before {
  left: -50%;
}
.m-basic-calculator-content-box:after {
  right: -50%;
}
.mm-toggle-container:not(:only-child) .m-basic-calculator-content-box:before, .mm-toggle-container:not(:only-child) .m-basic-calculator-content-box:after {
  display: none;
}
.m-basic-calculator-content-box .is-hidden, .m-basic-calculator-content-box.is-hidden {
  display: none !important;
}
.m-basic-calculator-content-box--nomargin {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box.h-background:not(.h-hidden) + .m-basic-calculator-content-box.h-background {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box:not(.h-background):not(.h-hidden) + .m-basic-calculator-content-box:not(.h-background) {
  padding-top: 0;
  margin-top: -20px;
}
.m-basic-calculator-content-box > .mm-border-wrap {
  padding: 15px 25px;
  border: 1px solid #cccccc;
  border-radius: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-border-wrap {
    padding: 25px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-border-wrap--padding {
    padding: 25px 50px;
  }
}
.m-basic-calculator-content-box .mm-subheadline > h2,
.m-basic-calculator-content-box .mm-subheadline h3 {
  text-align: center;
}
.m-basic-calculator-content-box .mm-subheadline > p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-calculator-content-box .mm-subheadline > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-basic-calculator-content-box .mm-subheadline:last-child p {
  margin-bottom: 0;
}
.m-basic-calculator-content-box h2,
.m-basic-calculator-content-box h3,
.m-basic-calculator-content-box .mm-subrowheadline {
  max-width: none;
  width: 100%;
  text-align: center;
}
.m-basic-calculator-content-box h2.is-left,
.m-basic-calculator-content-box h3.is-left,
.m-basic-calculator-content-box .mm-subrowheadline.is-left {
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box p {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.m-basic-calculator-content-box .mm-subrowheadline {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-subrowheadline {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-basic-calculator-content-box .mm-subrowheadline:not(:last-child) {
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-subrowheadline:not(:last-child) {
    margin-bottom: 30px;
  }
}
.m-basic-calculator-content-box .mm-tile-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px -10px 5px -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container {
    margin: 5px 0 0 0;
    padding: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container:not(.h-hidden) + .mm-tile-container {
    margin-top: 40px;
  }
}
.m-basic-calculator-content-box .mm-tile-container.hidden {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container.h-space-s {
  margin-bottom: 10px;
}
.m-basic-calculator-content-box .mm-tile-container.h-space-m {
  margin-bottom: 30px;
}
.m-basic-calculator-content-box .mm-tile-container.h-space-l {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.h-space-l {
    margin-bottom: 60px;
  }
}
.m-basic-calculator-content-box .mm-tile-container.is-odd {
  flex-direction: column;
  padding: 0 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.is-odd {
    flex-direction: row;
    padding: 0;
  }
}
.m-basic-calculator-content-box .mm-tile-container--grow {
  flex-flow: column nowrap;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container--grow {
    flex-flow: row nowrap;
  }
}
.m-basic-calculator-content-box .mm-tile-container--wide {
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container--wide {
    flex-flow: row wrap;
  }
}
.m-basic-calculator-content-box .mm-tile-container--large {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container--large {
    display: flex;
  }
}
.m-basic-calculator-content-box .mm-tile-container > .mm-subheadline {
  width: 100%;
  margin: 0 0 5px 0;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-error-msg {
  width: 100%;
  max-height: 0.1px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: all 1.35s ease;
  text-align: center;
}
.m-basic-calculator-content-box .mm-tile-container.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 0 0 20px 0;
}

.m-basic-calculator-content-box .mm-tile-container > .mm-check {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile {
  position: relative;
  margin: 0 15px 20px 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile {
    margin: 0 17px 20px 17px;
  }
}
.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile {
  margin-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile {
    width: auto;
    margin-bottom: 20px;
  }
}

.m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile {
  margin-bottom: 20px;
}
.m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile-empty {
  margin-bottom: 0;
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile--radio > input:focus + label {
  outline: 2px solid #000;
}
.m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--radio > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--radio > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile--small {
  margin: 0 10px 20px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile--small {
    margin: 0 20px 20px 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile--small:first-child {
    margin-left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile--small:last-child {
    margin-right: 0;
  }
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile--small label:after {
  display: none !important;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile-empty {
  display: block;
  width: 140px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile-empty {
    display: none;
  }
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:checked + label {
  border-color: #ffcc00;
  background: #ffcc00;
}
.m-basic-calculator-content-box--tile-content:not(.h-background) .mm-tile-container > .mm-tile > input:checked + label {
  background: none;
  border: none;
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:checked + label:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:checked + label:before {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile > input:checked ~ .mm-tile-content {
  border-color: #ffcc00;
  background: #ffcc00;
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:disabled {
  pointer-events: none;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:disabled + label {
  cursor: default;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:not(:checked):disabled + label {
  opacity: 0.3;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:not(:checked):disabled + label:after {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > input:not(:checked):disabled + label > .mm-text-container > .mm-tile-desc-info {
  visibility: hidden;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label {
  height: 65px;
  width: 140px;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label:after {
  display: none;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -26px;
    right: -30px;
  }
}
.m-basic-calculator-content-box--choose .mm-tile-container > .mm-tile > label:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
  position: absolute;
  top: -14px;
  right: -14px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box--choose .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
    top: -18px;
    right: -18px;
  }
}

.m-basic-calculator-content-box--choose.h-background .mm-tile-container > .mm-tile > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box--choose.h-background .mm-tile-container > .mm-tile > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box--choose.h-background .mm-tile-container--radio[data-js-hidden-content] > .mm-tile > label:after {
  display: none;
}

.m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label {
  width: calc(100% - 30px);
  position: relative;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label {
    width: 150px;
    display: flex;
    position: static;
  }
}
.m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
  display: block;
  text-align: left;
  padding: 10px 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
    display: inline;
    text-align: center;
    padding: 0;
  }
}
.m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
  display: inline;
  padding-left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
    display: block;
    padding-left: 0;
  }
}

.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--large > .mm-tile > label {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.mm-tile-container--large > .mm-tile > label {
    width: 250px;
    padding: 20px;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile.mm-tile--large > label {
  width: 300px;
  padding: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile.mm-tile--large > label {
    width: 250px;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile.mm-tile--small > label {
  width: calc(100% - 30px);
  min-width: 80px;
  padding: 0 12px;
  height: 36px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile.mm-tile--small > label {
    padding: 0 20px;
    width: auto;
  }
}

.m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile > label {
  background-color: #fff;
}
.m-basic-calculator-content-box.h-background .mm-tile-container.mm-tile-container--grow > .mm-tile > label {
  background: none;
  border: none;
}

.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile > label {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
  border-color: transparent;
}

.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--flex-height > .mm-tile > label {
  height: 100%;
  align-items: flex-start;
  padding: 5px 5px 20px 5px;
}
.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--flex-height > .mm-tile > label > .mm-text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.mm-tile-container--wide > .mm-tile > label {
    width: 230px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-calculator-content-box .mm-tile-container.mm-tile-container--wide > .mm-tile > label {
    width: 250px;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label img.is-no-measure {
  margin-top: 10px;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label img.img-on-top {
  position: relative;
  top: -22px;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label > .mm-text-container {
  text-align: center;
}
.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile > label > .mm-text-container {
  width: 100%;
}

.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--wide > .mm-tile > label > .mm-text-container {
  text-align: center;
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.07em;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
  display: block;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info {
  font-size: 12px;
  font-size: 0.75rem;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info--active {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile > .mm-tile-content {
  display: block;
  position: relative;
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile > .mm-tile-content {
    padding-top: 20px;
    max-width: 150px;
  }
}
.m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile > .mm-tile-content {
  max-width: none;
  width: auto;
  padding: 20px 10px 10px 10px;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container.mm-tile-container--grow > .mm-tile > .mm-tile-content {
    width: 250px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-tile > .mm-tile-content > p {
  margin-bottom: 10px;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
  top: -24px;
  right: -24px;
}
.m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
    top: -26px;
    right: -30px;
  }
  .m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--checkbox > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
    top: -28px;
    right: -28px;
  }
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--default {
  display: none;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--active {
  display: block;
}
.m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > label:after {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
  }
}
.m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--checkbox > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
  top: -24px;
  right: -24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box.h-background .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
    top: -28px;
    right: -28px;
  }
}

.m-basic-calculator-content-box .mm-tile-container > .mm-contact > .mm-contact-content > .mm-contact-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box .mm-endtext {
  text-align: left;
  padding: 0 9px;
}
.m-basic-calculator-content-box .mm-fileSize {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize {
    border-bottom: 0;
    padding: 10px 35px 0 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize {
  border-bottom: 0;
  padding: 10px 35px 0 0;
}
.m-basic-calculator-content-box .mm-fileSize.is-error {
  color: #cc3333;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize > span.js-fileSizeSumUnit {
    margin-right: 282px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize > span.js-fileSizeSumUnit {
  margin-right: 282px;
}
.m-basic-calculator-content-box .mm-fileSize > span.filesize-label {
  top: 10px;
  left: 0px;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize > span.filesize-label {
    position: static;
    margin: 0 70px 0 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize > span.filesize-label {
  position: static;
  margin: 0 70px 0 0;
}
.m-basic-calculator-content-box .mm-fileSize.is-add-cost {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize.is-add-cost {
    display: block;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize.is-add-cost {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize.is-add-cost > span.filesize-label {
    margin-right: 0;
    position: absolute;
    left: 215px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize.is-add-cost > span.filesize-label {
  margin-right: 0;
  position: absolute;
  left: 215px;
}
.m-basic-calculator-content-box .mm-fileSize.is-police-fileSize {
  padding-top: 20px;
  border-bottom: 0;
}
.m-basic-calculator-content-box .mm-fileSize.is-police-fileSize:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.filesize-label {
  top: 20px;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.filesize-label {
    position: absolute;
    margin-right: 0;
    left: calc(50% - 150px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.filesize-label {
    left: 297px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.filesize-label {
  left: 297px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: calc(50% - 160px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: 257px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
  margin-right: 257px;
}
.m-basic-calculator-content-box .mm-additional-cost {
  margin-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost {
    margin-top: 60px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost {
  margin-top: 60px;
}
.m-basic-calculator-content-box .mm-additional-cost > p:last-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > p:last-of-type {
    margin-bottom: 15px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > p:last-of-type {
  margin-bottom: 15px;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container {
  border: 0;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row {
  padding: 20px 0 15px calc(50% - 150px);
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row {
    padding-top: 12px;
    padding-left: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row {
  padding-top: 12px;
  padding-left: 0;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row:not(:first-child) {
  border-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content {
    min-height: 45px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content {
  min-height: 45px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half {
    max-width: 215px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half {
  max-width: 215px;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
    display: flex;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
  display: flex;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--right {
    width: calc(100% - 215px);
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--right {
  width: calc(100% - 215px);
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
  max-width: 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
    max-width: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
    max-width: 200px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
  max-width: 200px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label > label {
    display: inline;
    max-width: 200px;
    padding-left: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label > label {
  display: inline;
  max-width: 200px;
  padding-left: 0;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-error-msg,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-error-msg {
  width: auto;
  max-width: 270px !important;
  text-align: left;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-check,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-check {
  top: 3px;
  left: 275px;
  position: absolute;
  margin: 3px 0 0 0;
  width: 22px;
  height: 22px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.35s ease;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .ll-error-msg,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-error-msg {
  max-width: none;
  text-align: left;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .ll-error-msg,
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-error-msg {
    text-align: center;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .ll-error-msg,
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row > .mm-error-msg {
  text-align: center;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error {
  position: relative;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .ll-error-msg,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0;
  margin-bottom: 15px;
  max-width: 215px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .ll-error-msg,
  .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .mm-error-msg {
    max-width: none;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .ll-error-msg,
.lt-ie9 .m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .mm-error-msg {
  max-width: none;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .ll-error-msg > a,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .mm-error-msg > a {
  color: #cc3333;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .ll-check,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-valid .ll-check,
.m-basic-calculator-content-box .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-valid .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-calculator-content-box .l-form .ll-row--h-hide-remove:nth-child(2) label .js-clone-remove,
.m-basic-calculator-content-box .l-form .ll-row--h-hide-remove:nth-child(2) label .mm-delete-icon {
  display: none;
}
.m-basic-calculator-content-box .js-clone-remove,
.m-basic-calculator-content-box .mm-delete-icon {
  left: calc(100% - 40px);
  bottom: 0;
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  cursor: pointer;
  height: 36px;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .js-clone-remove,
  .m-basic-calculator-content-box .mm-delete-icon {
    bottom: auto;
    top: 0;
  }
}
.m-basic-calculator-content-box .js-clone-remove.hidden,
.m-basic-calculator-content-box .mm-delete-icon.hidden {
  display: none;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-row > .ll-item-container--center .js-clone-remove {
  top: 0;
  left: auto;
  right: -30px;
}
.m-basic-calculator-content-box .l-form > .ll-fieldset > .ll-row.is-clone-select-row > .ll-item-container--center .js-clone-remove {
  right: -40px;
  top: -10px;
}
.m-basic-calculator-content-box .ll-row.is-error.is-check > .ll-item-container:not(.ll-item-container--center) .js-clone-remove {
  top: auto;
  bottom: 11px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset strong.mm-center {
  display: block;
  text-align: center;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  max-width: calc(100% - 30px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row {
    flex-direction: row;
    align-items: center;
    max-width: none;
  }
}
.m-basic-calculator-content-box .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row:first-child {
  padding-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row:first-child {
    padding-top: 20px;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row:not(.h-space-m):not(.h-space-l) {
    margin-bottom: 20px;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row:last-child:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row.h-hidden + .mm-row {
  padding-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container:not(:first-child) > .mm-fieldset > .mm-row.h-hidden + .mm-row {
    padding-top: 20px;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--center {
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--center-natural {
    padding: 0 30px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column .js-clone-remove,
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column .mm-delete-icon {
  top: -49px;
  left: auto;
  right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column .js-clone-remove,
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column .mm-delete-icon {
    top: auto;
    left: auto;
    right: -20px;
    bottom: 25px;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column.mm-row--column-1-3-3-break {
  flex-wrap: wrap;
  justify-content: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column.mm-row--column-1-3-3-break .js-clone-remove,
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--column.mm-row--column-1-3-3-break .mm-delete-icon {
    bottom: auto;
    top: 25px;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--block {
  align-items: flex-start;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.ll-depend {
  display: none;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text {
  flex: 1 0 100%;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text {
    text-align: center;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text:not(.h-space-m):not(.h-space-l) {
    margin-bottom: 10px;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-to-input {
  max-width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-to-input {
    margin-left: 33.3333333333%;
    text-align: left;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-row-text--align-left {
    text-align: left;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-error-msg {
  width: 100%;
  max-width: 300px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: max-height 1.35s ease, opacity 1.35s ease;
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-error-msg {
    margin-left: 33.3333333333%;
    order: 0;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 10px;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-error-msg {
  margin-right: 33.3333333333%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-error-msg {
    max-width: none;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural .mm-error-msg {
    margin-left: 50%;
    margin-right: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-error-msg {
    margin-left: 30%;
    margin-right: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-error-msg {
    margin-left: 0;
    padding-right: 5px;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label {
  width: 100%;
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding-right: 20px;
    text-align: right;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-col-label {
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error .mm-col-label {
    order: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center .mm-col-label {
  width: auto;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural .mm-col-label {
    flex: 0 0 50%;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-col-label {
    flex: 0 0 25%;
    margin-left: 5%;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big .mm-col-label + .mm-inputcontainer {
  flex: 1 0 45%;
  margin-right: 25%;
  margin-left: initial;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--block .mm-col-label {
  padding-top: 7px;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-col-label {
  margin-left: 0;
  width: 100%;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column .mm-col-label {
    padding-right: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer {
  padding-right: 42px;
  display: flex;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer {
    display: block;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer > *:first-child {
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label--layer > *:first-child {
    margin: 0;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label > small {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row .mm-col-label > .mm-label > span.h-optional {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer {
    max-width: 300px;
    margin-left: 33.3333333333%;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer--large {
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer--large {
    max-width: none;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer--large > .a-basic-input-text {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer--large > .a-basic-input-text {
    margin-bottom: 0;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error:not(.mm-row--column) > .mm-inputcontainer {
  order: 3;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error:not(.mm-row--column) > .mm-inputcontainer {
    order: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center > .mm-inputcontainer {
  flex: 0 1 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center > .mm-inputcontainer {
    max-width: none;
    margin-left: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-natural > .mm-inputcontainer {
    flex: 1 0 auto;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center.mm-row--center-big > .mm-inputcontainer {
    flex: 1 0 40%;
    margin-right: 30%;
    margin-left: 30%;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer {
  flex-flow: column nowrap;
  margin-bottom: 15px;
  order: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer {
    align-self: flex-end;
    margin-left: 0;
    padding-right: 40px;
    max-width: none;
    flex: 1 1 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column.mm-row--column-1-3-3 > .mm-inputcontainer {
    flex: 1 0 33%;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column.mm-row--column-1-3-3-break > .mm-inputcontainer {
    flex: 0 0 33%;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column.mm-row--column-1-4-4 > .mm-inputcontainer {
    flex: 1 0 25%;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--block > .mm-inputcontainer {
  display: block;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 10px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-error > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.is-check.is-valid > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .mm-check {
  top: -3px;
  right: -42px;
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  visibility: hidden;
  transition: opacity 1.35s ease;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-valid > .mm-inputcontainer > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .mm-check {
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error.mm-row--column > .mm-inputcontainer > .mm-check {
    top: 0;
    bottom: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .mm-check {
  top: auto;
  bottom: -4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--column > .mm-inputcontainer > .mm-check {
    right: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select {
  max-width: none;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
  left: 130px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
    left: 170px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date + .mm-check {
  left: 170px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.mm-inputcontainer--large > .a-basic-input-text--date + .mm-check {
  left: auto;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
    right: -50px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
  right: -50px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.mm-inputcontainer--large > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
  right: -30px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.mm-inputcontainer--large > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
    right: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.mm-inputcontainer--large > .a-basic-input-text--date:not(:only-of-type) + .mm-check {
  right: 0;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-textarea ~ .ll-description {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  bottom: -10px;
  transform: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer.mm-inputcontainer--large > .a-basic-input-textarea ~ .mm-check {
    right: 0;
  }
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer .a-basic-input-text--unit + .mm-check {
  right: -70px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-col-label + .mm-inputcontainer {
    margin-left: 0;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-description {
  width: 100%;
  max-width: 300px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  clear: both;
  line-height: normal;
  transition: opacity 1.35s ease, max-height 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-description {
    margin-left: 33.3333333333%;
  }
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-description:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-description.is-visible, .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-description.mm-description--permanent {
  opacity: 1;
  max-height: 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.mm-row--center-natural > .mm-description {
    margin-left: 50%;
    max-width: none;
  }
}

.m-basic-calculator-content-box .mm-upload-container {
  max-width: 300px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container {
    max-width: none;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row {
    flex-flow: row wrap;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-error-msg {
  width: 100%;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: #cc3333;
  transition: max-height 1.35s ease, opacity 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-error-msg {
    text-align: center;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 0 0 10px 0;
}

.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content {
  display: flex;
  flex: 1 0 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--left {
    flex: 0 1 67%;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label {
  display: none;
  flex: 0 0 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label {
    display: block;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--left > .mm-col-label > .mm-label {
  display: inline-block;
  padding-top: 7px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--right {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--right {
    flex: 1 0 33%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--right > * {
  margin: 0 5px;
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--right > *:first-child {
  margin-left: 0;
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-row-content--right > *:last-child {
  margin-right: 0;
}
.m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-upload-button-wrap {
  flex: 1 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-upload-container > .mm-row > .mm-upload-button-wrap {
    margin-left: 200px;
  }
}
.m-basic-calculator-content-box .mm-plain-button {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-plain-button {
    text-align: center;
  }
}
.m-basic-calculator-content-box .mm-plain-button--left {
  margin-left: 0;
}
.m-basic-calculator-content-box .mm-plain-button--clone {
  padding-left: 30px;
}
.m-basic-calculator-content-box .mm-plain-button--clone:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -11px;
  left: -10px;
  z-index: 100;
}
.m-basic-calculator-content-box .ll-row.is-clone-child {
  justify-content: flex-start !important;
  max-width: 550px !important;
}
.m-basic-calculator-content-box .ll-row .ll-col-label--right {
  text-align: right !important;
}
.m-basic-calculator-content-box .ll-multirow-wrap .ll-row {
  flex: 1;
  margin-bottom: 0 !important;
  left: 0 !important;
}
.m-basic-calculator-content-box .ll-multirow-wrap .ll-row .ll-item-container {
  flex-wrap: wrap !important;
}
.m-basic-calculator-content-box .ll-multirow-wrap .ll-delete-clone {
  top: -40px !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .ll-multirow-wrap .ll-delete-clone {
    top: auto !important;
    bottom: 35px;
  }
}
.m-basic-calculator-content-box .ll-delete-clone {
  top: 2px;
  right: 0;
  position: absolute;
  left: auto !important;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  cursor: pointer;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .ll-delete-clone {
    top: 8px !important;
  }
}
.m-basic-calculator-content-box .ll-delete-clone.hidden {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .ll-col-label--min-height {
    min-height: 55px;
  }
}
.m-basic-calculator-content-box .js-delete-select-clone {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  display: inline-block;
  top: 11px;
  position: relative;
  cursor: pointer;
}

.m-basic-calculator-tiles {
  padding: 35px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles {
    padding: 60px 0 60px 0;
  }
}
#consent_management .m-basic-calculator-tiles {
  padding: 35px 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  #consent_management .m-basic-calculator-tiles {
    padding: 35px 0 35px 0;
  }
}
.m-basic-calculator-content-box .m-basic-calculator-tiles {
  padding-top: 0;
  padding-bottom: 0;
}
.m-basic-calculator-tiles.h-space-none {
  padding: 10px 0;
  margin: 0;
}
.m-basic-calculator-tiles--left {
  display: flex;
  justify-content: flex-start;
}
.m-basic-calculator-tiles.has-layer {
  z-index: 10;
}
.m-basic-calculator-tiles.h-background {
  position: relative;
}
.m-basic-calculator-tiles.h-background:before, .m-basic-calculator-tiles.h-background:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #f3f3f4;
}
.m-basic-calculator-tiles.h-background:before {
  left: -50%;
}
.m-basic-calculator-tiles.h-background:after {
  right: -50%;
}
.m-basic-calculator-tiles.h-background.h-transparent {
  padding-top: 15px;
  margin-bottom: 0;
  background-color: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles.h-background.h-transparent {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.m-basic-calculator-tiles.h-background.h-transparent:before, .m-basic-calculator-tiles.h-background.h-transparent:after {
  background-color: #fff;
}
.ll-fieldset .m-basic-calculator-tiles:first-child {
  padding-top: 0;
}
.m-basic-calculator-tiles > .mm-wrapper {
  position: relative;
  z-index: 10;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-intro > h2 {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.m-basic-calculator-tiles.m-basic-calculator-tiles--left > .mm-wrapper > .mm-intro > h2 {
  text-align: left;
}

.m-basic-calculator-tiles > .mm-wrapper > .mm-intro > .mm-text {
  margin-bottom: 30px;
  text-align: center;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-intro > .mm-text--small {
  max-width: 700px;
  margin: 0 auto 30px auto;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-intro > .mm-text--left {
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper--nowrap {
    flex-wrap: nowrap;
  }
}
.lt-ie9 .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper--nowrap {
  flex-wrap: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper--stretch {
    align-items: stretch;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper {
    justify-content: flex-start;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--left > .mm-wrapper .mm-tile-wrapper {
    justify-content: flex-start;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper + .mm-content-row {
  margin-top: 30px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper ~ .mm-subrowheadline {
  margin-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper + .m-basic-text {
    margin-top: 25px;
  }
}
#consent_management .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  #consent_management .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow {
    width: calc(50% - 15px);
  }
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow:not(:last-child) {
  margin-bottom: 40px;
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow:not(:last-child) {
  margin-bottom: 15px;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--third {
    width: calc(33.3333333333% - 30px);
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--step:nth-child(1) {
    margin-top: 52px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--step:nth-child(2) {
    margin-top: 25px;
  }
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--multirow {
  max-width: 305px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > h3 {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section {
    height: 100%;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
  width: 305px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile {
    height: 100%;
  }
}

.m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
  max-width: 375px;
  width: 100%;
}
#consent_management .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
  max-width: inherit;
}

.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
  max-width: 375px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
    width: 330px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
    width: 350px;
  }
}
.lt-ie9 .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile {
  width: 350px;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--third > .mm-tiles-section > .mm-tile {
    width: inherit;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile:last-of-type {
  margin-bottom: 20px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile:not(:first-child) {
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile:not(:first-child) {
    margin-top: 30px;
  }
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main {
    margin-bottom: -5px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main {
    height: 100%;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 5px;
  top: 5px;
}
.is-keyboard-focus .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:focus ~ label {
  padding: 9px 14px;
  border: 2px solid rgba(0, 0, 0, 0.9);
}
.is-keyboard-focus .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:focus ~ label:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid #333;
  border-radius: 8px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label {
  padding: 9px 14px;
  background-color: #ffcc00;
  border: 2px solid rgba(0, 0, 0, 0.9);
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label {
  padding: 10px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label {
    padding-bottom: 78px;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label > .mm-info > .mm-copy {
  color: #191919;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label > .mm-handler:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 74.5762711864%;
  position: absolute;
  left: -16px;
  top: -16px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label > .mm-handler--radio:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #333;
  border-radius: 50%;
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > input:checked ~ label > .mm-handler--radio:after {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.9);
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
    height: calc(100% - 20px);
    align-items: start;
    margin-top: 15px;
  }
}

.m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
  flex-wrap: wrap;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
    align-items: flex-start;
  }
}

.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
  padding: 10px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label {
    padding-bottom: 80px;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label:hover {
  background-color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label span {
  display: block;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon {
  margin-right: 15px;
  width: 48px;
  height: 48px;
  background-color: #ffcc00;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 48px;
}
#consent_management .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  #consent_management .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon {
    display: inline;
  }
}
.m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  overflow: visible;
  background-color: transparent;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon {
    width: 100px;
    margin-bottom: 0;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon > img {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
.m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon > img {
  width: 100%;
  max-width: 110px;
  height: auto;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-icon > img {
    transform: none;
    left: 0;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info {
  flex: 1;
  padding-top: 5px;
  padding-right: 25px;
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info {
  padding-right: 0;
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  margin-bottom: 5px;
  line-height: 1.2;
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-headline {
  margin-bottom: 10px;
  padding-left: 38px;
  font-size: 23px;
  font-size: 1.4375rem;
  color: rgba(0, 0, 0, 0.9);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--third > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-headline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--third > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-headline {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.lt-ie9 .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow--third > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-headline {
  font-size: 23px;
  font-size: 1.4375rem;
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-tarif {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  background-color: #fff;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  left: -5px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-copy {
  color: #666666;
  line-height: 1.2;
}
.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-copy {
  margin-bottom: 17px;
  color: rgba(0, 0, 0, 0.9);
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list {
  display: block;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list + .mm-list {
  margin-top: 15px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list > .mm-list-item {
  display: block;
  position: relative;
  margin: 0 0 3px 0;
  padding: 0 0 0 30px;
  line-height: 23px;
  line-height: 1.4375rem;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list > .mm-list-item:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 0;
  position: absolute;
  left: -9px;
  top: -10px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list--plus > .mm-list-item:before {
  background: rgba(0, 0, 0, 0.9);
  left: 9px;
  top: 11px;
  width: 8px;
  height: 2px;
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-list.mm-list--plus > .mm-list-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 8px;
  top: 8px;
  left: 12px;
  background: rgba(0, 0, 0, 0.9);
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-price {
  margin-top: 17px;
  padding: 5px 0 5px 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-price {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 40px);
  }
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-price > span > strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-price--big > span > strong {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 32px;
    font-size: 2rem;
  }
}
.lt-ie9 .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-info > .mm-price--big > span > strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 32px;
  font-size: 2rem;
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler {
  position: absolute;
  right: 15px;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid #333;
  border-radius: 4px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler--radio {
  border-radius: 50%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler {
    margin-top: 15px;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--image > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler {
    top: 50%;
    transform: translateY(-50%);
  }
}

.m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler {
  position: absolute;
  top: 18px;
  left: 20px;
  border: 2px solid rgba(0, 0, 0, 0.9);
  width: 20px;
  height: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--product > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-tile-main > label > .mm-handler {
    margin-top: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper.mm-tile-wrapper--stretch > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-additional-info {
    position: absolute;
    margin-top: -20px;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-tile > .mm-additional-info > * {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content {
    width: 400px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow.mm-tilerow--multirow > .mm-tiles-section > .mm-hidden-content {
    width: auto;
  }
}

.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content > div {
  margin-top: 15px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .ll-clone-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .ll-clone-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .mm-button-trigger--plus {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .mm-button-trigger--plus:focus {
  outline: none;
}
.is-keyboard-focus .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .mm-button-trigger--plus:focus {
  border: 2px solid #000;
  border-radius: 2px;
  padding: 10px 10px 10px 50px;
}
.is-keyboard-focus .m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .mm-button-trigger--plus:focus:before {
  top: -3px;
  left: -3px;
}
.m-basic-calculator-tiles > .mm-wrapper .mm-tile-wrapper > .mm-tilerow > .mm-tiles-section > .mm-hidden-content .mm-clone-content .mm-button-trigger--plus:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -13px;
  left: -13px;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-content-row--flex {
  display: flex;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-content-row--flex > div {
  flex: 1 1 auto;
  max-width: 400px;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-content-row--flex.l-form > div {
  max-width: none;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-content-row--centered {
  justify-content: center;
}
.m-basic-calculator-tiles > .mm-wrapper > .mm-content-row .ll-row:only-child .ll-col-data {
  justify-content: center;
}
.m-basic-calculator-tiles .mm-subrowheadline {
  position: relative;
  max-width: none;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles .mm-subrowheadline {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.m-basic-calculator-tiles .mm-subrowheadline.is-left {
  text-align: left;
}
.m-basic-calculator-tiles .is-forced-hidden {
  display: none !important;
}
.m-basic-calculator-tiles .js-row > .mm-error-msg {
  color: #cc3333;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.m-basic-calculator-tiles .js-row.is-error > .mm-error-msg {
  display: block;
}

.m-basic-categories {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-categories {
    position: absolute;
    bottom: 35px;
    z-index: 5000;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-categories {
    left: calc(50% - 422px);
    width: 845px;
  }
}
.lt-ie9 .m-basic-categories {
  left: calc(50% - 422px);
  width: 845px;
}
.m-basic-categories > .swiper > .swiper-wrapper {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-categories > .swiper > .swiper-wrapper {
    display: flex;
  }
}
.m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide {
  border: 2px solid #333;
  background: #fff;
  width: 140px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide:last-child {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide {
    float: none;
    width: 130px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser {
  max-height: 126px;
  overflow: hidden;
}
.m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-height: 126px;
  margin: 0 auto 5px auto;
  padding-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser > a > img {
    margin: 0 auto;
  }
}
.m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser > .mm-box-link {
  position: absolute;
  display: block;
  bottom: 0;
  margin: 0 0 0 10px;
  word-wrap: break-word;
  padding-right: 10px;
  min-height: 40px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.h-roboto .m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser > .mm-box-link {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-categories > .swiper > .swiper-wrapper > .swiper-slide > .mm-box-teaser > .mm-box-link {
    width: 100%;
  }
}

.m-basic-chart-diagram > .mm-chart {
  display: flex;
  justify-content: space-between;
}
.m-basic-chart-diagram > .mm-chart > .mm-chart-block {
  width: 31%;
  text-align: center;
  padding: 15px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-chart-diagram > .mm-chart--top > .mm-chart-block {
  background: #0079c0;
}

.m-basic-chart-diagram > .mm-chart--center > .mm-chart-block {
  background: rgba(0, 121, 192, 0.5);
}

.m-basic-chart-diagram > .mm-chart--bottom > .mm-chart-block {
  background: #E5E5E5;
}

.m-basic-chart-diagram > .mm-chart > .mm-chart-block.is-empty {
  background: transparent;
}
.m-basic-chart-diagram > .mm-chart > .mm-chart-block.is-vertical-center {
  display: flex;
  align-items: center;
}
.m-basic-chart-diagram > .mm-chart--center > .mm-chart-block.is-vertical-center {
  background: #0079c0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-chart-diagram > .mm-chart--center > .mm-chart-block.is-vertical-center {
    background: rgba(0, 121, 192, 0.5);
    padding: 15px 0 0;
    border-right: 15px solid #0079c0;
    border-left: 15px solid #0079c0;
    border-bottom: 15px solid #0079c0;
  }
}

.m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline {
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline {
    margin-bottom: 10px;
  }
}
.m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline > a {
  text-decoration: none;
  font-size: 16px;
  padding: 0 0 0 12px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline > a {
    font-size: 18px;
    padding: 0 0 0 15px;
  }
}
.m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline > a:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: -13px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-headline > a:before {
    top: -11px;
  }
}
.m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-part {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-chart-diagram > .mm-chart > .mm-chart-block > .mm-chart-part {
    display: block;
  }
}
.m-basic-chart-diagram > .mm-chart-text > .mm-text {
  padding: 30px 0 0 0;
}
.m-basic-chart-diagram > .mm-chart-text > .mm-text > .mm-chart-headline {
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-chart-diagram > .mm-chart-text > .mm-text > .mm-chart-headline > a {
  text-decoration: none;
  font-size: 18px;
  padding: 0 0 0 15px;
  position: relative;
}
.m-basic-chart-diagram > .mm-chart-text > .mm-text > .mm-chart-headline > a:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: -13px;
}

.m-basic-compare-list--background {
  position: relative;
}
.m-basic-compare-list--background:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #f3f3f4;
}
.m-basic-compare-list > .mm-compare-list {
  position: relative;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-compare-list > .mm-compare-list {
    display: flex;
    justify-content: space-between;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-compare-list > .mm-compare-list > .mm-compare {
    width: calc(50% - 15px);
  }
}
.m-basic-compare-list.m-basic-compare-list--background > .mm-compare-list > .mm-compare:last-child {
  padding: 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-compare-list.m-basic-compare-list--background > .mm-compare-list > .mm-compare:last-child {
    padding: 0;
  }
}

.m-basic-compare-list > .mm-compare-list > .mm-compare > .mm-compare-img {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
}
.m-basic-compare-list > .mm-compare-list > .mm-compare > .mm-compare-img:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.m-basic-compare-list > .mm-compare-list > .mm-compare.mm-compare--pro > .mm-compare-img:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 64px;
  height: 64px;
  background-position: 30.5914343984% 26.2893982808%;
}

.m-basic-compare-list > .mm-compare-list > .mm-compare.mm-compare--contra > .mm-compare-img:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 64px;
  height: 64px;
  background-position: 30.5914343984% 21.7048710602%;
}

.m-basic-compare-list > .mm-compare-list > .mm-compare > .mm-compare-img > img {
  display: none;
}
.m-basic-compare-list.m-basic-compare-list--background > .mm-compare-list > .mm-compare > .h-h3 {
  margin-bottom: 20px;
}

.m-basic-compare-list > .mm-compare-list > .mm-compare > ul {
  margin: 0;
  padding: 0;
}
.m-basic-compare-list > .mm-compare-list > .mm-compare > ul > li {
  margin-bottom: 20px;
}

.m-basic-compare-teaser {
  position: relative;
}
.m-basic-compare-teaser > .mm-wraper-swiper {
  position: relative;
  padding-top: 35px;
}
.m-basic-compare-teaser > h2 {
  margin-bottom: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-compare-teaser > h2 {
    margin-bottom: 0;
  }
}
.m-basic-compare-teaser .swiper-pagination {
  top: 0;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide {
  background-color: #fff;
  max-width: 445px;
  flex: 1 0 295px;
  width: 100%;
  height: auto;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide:not(:last-child) {
  margin-right: 14px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide.is-stopper {
  padding-right: 14px;
  margin-right: 0;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide.is-stopper :-ms-fullscreen, :root .m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide.is-stopper {
  padding-right: 20px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper {
  position: relative;
  background-color: #f3f3f4;
  min-height: 90px;
  height: 100%;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide.is-stopper > .mm-teaser-wrapper > .mm-image {
  overflow: hidden;
}

.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-image > picture > img {
  width: 100%;
  display: block;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide.is-stopper > .mm-teaser-wrapper > .mm-image > picture > img {
  width: calc(100% + 14px);
}

.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #c5c5c5;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 200px;
  line-height: 24px;
  margin-bottom: 20px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-price-wrapper > span > .mm-price {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 5px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-list-wrapper {
  margin-bottom: 10px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-list-wrapper > ul > li {
  padding-left: 17px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-link-wrapper {
  margin-bottom: 15px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-content > .mm-btn-wrapper {
  margin-bottom: 20px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-subtext {
  padding: 10px 10px 15px 10px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-subtext > .mm-condition {
  position: relative;
  padding-left: 8px;
  margin-bottom: 10px;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-subtext > .mm-condition:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.m-basic-compare-teaser .swiper > .swiper-wrapper > .swiper-slide > .mm-teaser-wrapper > .mm-subtext > .mm-condition > span {
  display: block;
}
.m-basic-compare-teaser .swiper .swiper-button-next:focus-within,
.m-basic-compare-teaser .swiper .swiper-button-prev:focus-within {
  outline: none;
}
.is-keyboard-focus .m-basic-compare-teaser .swiper .swiper-button-next:focus-within,
.is-keyboard-focus .m-basic-compare-teaser .swiper .swiper-button-prev:focus-within {
  outline: 2px solid #000;
}

.m-basic-cookie {
  position: fixed;
  left: 0;
  bottom: -2px;
  width: 100vw;
  max-height: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f3f3f4;
  z-index: 300;
  transition: max-height 1s;
  border: 1px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-cookie {
    max-width: 500px;
  }
}
.headroom--top .m-basic-cookie.is-sliding-down {
  max-height: 200px;
}
.m-basic-header:first-of-type:not(.is-dropshadow) ~ .m-basic-cookie.is-sliding-down {
  max-height: 200px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header:first-of-type:not(.is-dropshadow) ~ .m-basic-cookie.is-sliding-down {
    max-height: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header:first-of-type:not(.is-stuck) ~ .m-basic-cookie.is-sliding-down {
    max-height: 200px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced:first-of-type:not(.is-dropshadow) ~ .m-basic-cookie.is-sliding-down {
    max-height: 200px;
  }
}
.m-basic-cookie.is-hidden {
  max-height: 0 !important;
}
.m-basic-cookie > .m-cookie-center {
  padding: 15px 20px;
  max-width: 898px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print {
  .m-basic-cookie {
    display: none;
  }
}

.basic-dropdown-layer {
  position: relative;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--wide .basic-dropdown-layer {
    min-width: 400px;
  }
}
.basic-dropdown-layer > .mm-head {
  position: relative;
  padding: 7px 50px 7px 15px;
  background: #f3f3f4;
  cursor: pointer;
  border-bottom: 1px solid #afafaf;
}
.basic-dropdown-layer > .mm-head:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 2px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 77.6836158192%;
  transform: scale(1.2);
}
.basic-dropdown-layer > .mm-head.is-open:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 87.0056497175%;
  top: -2px;
  right: 2px;
}

.basic-dropdown-layer > .mm-layer {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 12px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f3f3f4;
  z-index: 100;
}
.mm-mobile-layer.is-visible .basic-dropdown-layer > .mm-layer {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .basic-dropdown-layer > .mm-layer > .mm-category-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.basic-dropdown-layer > .mm-layer > .mm-category-wrapper > .mm-category {
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .basic-dropdown-layer > .mm-layer > .mm-category-wrapper > .mm-category {
    width: 50%;
  }
}
.basic-dropdown-layer > .mm-layer > .mm-category-wrapper > .mm-category:nth-child(2n+1) {
  padding-right: 10px;
}
.basic-dropdown-layer > .mm-layer > .mm-category-wrapper > .mm-category > .mm-category-head {
  margin-bottom: 9px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}

/* m-basic-footnote */
.m-basic-footnote {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  list-style: none;
}
.m-basic-footnote > li:not(.m-basic-footnote:last-child) {
  padding-bottom: 10px;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content {
    display: grid;
    grid-template-columns: 1fr fit-content(250px);
    grid-auto-rows: auto;
    gap: 0 30px;
    grid-template-areas: "header badge" "content badge";
  }
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-header {
  grid-area: header;
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-header {
    padding-bottom: 18px;
  }
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-header > .mm-edit {
  position: relative;
  padding-left: 40px;
  padding-top: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-header > .mm-edit:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  content: "";
  position: absolute;
  left: 0;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-header > .mm-edit a {
  text-decoration: none;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section {
  grid-area: content;
  max-width: 550px;
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section {
    margin-bottom: 60px;
  }
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper {
    padding: 18px 0;
  }
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper--border-bold {
  border-bottom: 2px solid #cccccc;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper > .mm-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper > .mm-title > .mm-price {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper > .mm-title > .mm-price {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul {
  width: 100%;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li {
  position: relative;
  padding: 0 0 2px 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li.is-justify-content-left {
  justify-content: left;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li:after {
  content: "";
  position: absolute;
  left: -12px;
  top: -13px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 18.6440677966%;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li > span:first-child {
  max-width: 350px;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li > span:last-child {
  padding-left: 10px;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li:before {
  background: none;
  display: none !important;
}
.m-basic-form-footer-sticky--multiple > .mm-content > .mm-inner-content > .mm-inner-section > .mm-inner-wrapper ul li:hover {
  text-decoration: none;
}

.m-basic-form-footer-sticky {
  background: #ffcc00;
  width: 100%;
  position: fixed;
  left: 0;
  margin: 0 auto;
  z-index: 1002;
  display: none;
  bottom: 0;
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -1px 10px 0 rgba(0, 0, 0, 0.12), 0 -4px 5px 0 rgba(0, 0, 0, 0.14);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky {
    width: 100vw;
    max-width: 927px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 0;
  }
}
@media print {
  .m-basic-form-footer-sticky {
    position: relative !important;
    transform: none;
    left: 0;
  }
}
.m-basic-form-footer-sticky.is-visible {
  display: block;
}
.m-basic-form-footer-sticky.is-hidden:not(.is-stuck-bottom) {
  display: none;
}
.m-basic-form-footer-sticky.is-stuck-bottom {
  position: absolute;
}
.m-basic-form-footer-sticky.is-stuck-bottom.is-social-sharing {
  bottom: -216px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky.is-stuck-bottom.is-social-sharing {
    bottom: -89px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky.is-stuck-bottom.is-social-sharing {
    bottom: -79px;
  }
}
.lt-ie9 .m-basic-form-footer-sticky.is-stuck-bottom.is-social-sharing {
  bottom: -79px;
}
.m-basic-form-footer-sticky--error {
  background: #cc3333;
  color: #fff;
}
.m-basic-form-footer-sticky > .mm-header {
  padding: 10px 15px;
  max-width: 898px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header {
    padding: 35px 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header {
    padding: 35px 0;
  }
}
.lt-ie9 .m-basic-form-footer-sticky--whole-footer > .mm-header {
  padding: 35px 0;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--subhead > .mm-header {
    padding: 25px 30px;
  }
}

.m-basic-form-footer-sticky--error > .mm-header {
  display: block;
}

.m-basic-form-footer-sticky > .mm-header > .mm-btn-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-btn-row {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.lt-ie9 .m-basic-form-footer-sticky > .mm-header > .mm-btn-row {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:first-child {
  order: 2;
  margin-top: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:first-child {
    order: 1;
    margin-top: 0;
  }
}
.lt-ie9 .m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:first-child {
  order: 1;
  margin-top: 0;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:nth-child(2) {
  order: 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:nth-child(2) {
    order: 2;
  }
}
.lt-ie9 .m-basic-form-footer-sticky > .mm-header > .mm-btn-row > *:nth-child(2) {
  order: 2;
}
.m-basic-form-footer-sticky > .mm-header > .mm-error-text {
  padding-left: 30px;
  position: relative;
}
.m-basic-form-footer-sticky > .mm-header > .mm-error-text:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 71.4689265537%;
  position: absolute;
  left: -10px;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-error-text:before {
    top: -10px;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row--long {
  margin-bottom: 0;
  width: 100%;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-subhead {
  padding-left: 3px;
  padding-right: 50px;
  margin-bottom: 12px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-subhead {
    padding-right: 0;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 0;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big {
  display: block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big {
    display: flex;
  }
}

.is-keyboard-focus .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big:focus, .is-keyboard-focus .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big:active {
  border: none;
  outline: 0;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big.is-no-events {
  cursor: default;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
  display: block;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-right: 10px;
  vertical-align: bottom;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
    background-position: left 2px;
    padding-right: 20px;
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big > .mm-header-label {
  display: block;
  text-align: left;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--subhead > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
    padding-right: 10px;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
    padding-right: 20px;
  }
}
.lt-ie9 .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label {
  padding-right: 20px;
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.has-content {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big > .mm-header-label.has-content {
  max-width: none;
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.has-content:before {
  position: absolute;
  left: -12px;
  top: -4px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.is-keyboard-focus .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big:focus > .mm-header-label.has-content:before {
  content: "";
  border: 3px solid #000;
  border-radius: 50%;
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.has-content:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 18.9317106153% 79.9145299145%;
  position: absolute;
  content: "";
  left: -14px;
  top: -12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.has-content:after {
    left: -20px;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.is-open.has-content:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 15.1453684922% 79.9145299145%;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-header-label.has-content + .mm-price-normal {
  cursor: pointer;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big > .mm-header-label.has-content + .mm-price-normal {
  padding-left: 40px;
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal {
  display: block;
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big > .mm-price-normal {
  display: block;
  text-align: left;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--subhead > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal {
    width: auto;
    text-align: left;
  }
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal > .mm-price {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal > .mm-price {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 32px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row.mm-price-row--long > .mm-price-box-big > .mm-price-normal > .mm-price {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal > .mm-price.mm-animation-puls {
  display: inline-block;
  animation-name: pulse;
  animation-duration: 1.5s;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal > .mm-price.mm-animation-jitter {
  display: inline-block;
  animation-name: jitter;
  animation-duration: 0.3s;
  animation-iteration-count: 3;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-big > .mm-price-normal > .mm-price.mm-animation-color {
  display: inline-block;
  animation-name: color;
  animation-duration: 1s;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add {
  display: flex;
  justify-content: space-between;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add > .mm-header-label-add.has-content {
  padding-left: 40px;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add > .mm-header-add-label {
  display: table-cell;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  vertical-align: bottom;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add > .mm-header-add-label {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add > .mm-price-add {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.m-basic-form-footer-sticky > .mm-header > .mm-price-row > .mm-price-box-add > .mm-price-add > .mm-price {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer {
  position: absolute;
  background: #fff;
  bottom: 65px;
  border-radius: 8px;
  display: none;
  padding: 50px 20px 20px;
  border: 1px solid #c5c5c5;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer.is-open {
  display: flex;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 93.7853107345%;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-btn-col {
  display: flex;
  flex-direction: column;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-btn-col > .mm-layer-btn {
  margin-bottom: 10px;
  margin-right: 15px;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-btn-col > .mm-layer-btn:last-child {
  margin-bottom: 0;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-btn-col > .mm-layer-text {
  height: 36px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.m-basic-form-footer-sticky > .mm-header > .mm-btnbox-layer > .mm-layer-btn-col > .mm-layer-text:last-child {
  margin-bottom: 0;
}
.m-basic-form-footer-sticky > .mm-header > .a-basic-btn {
  text-align: center;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .a-basic-btn {
    order: 3;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .a-basic-btn {
    padding: 10px 8px 7px 8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .a-basic-btn {
    padding: 10px 15px 7px 15px;
  }
}
.lt-ie9 .m-basic-form-footer-sticky--whole-footer > .mm-header > .a-basic-btn {
  padding: 10px 15px 7px 15px;
}

.m-basic-form-footer-sticky > .mm-header > .mm-link-box {
  align-self: flex-end;
  display: flex;
  margin-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-link-box {
    align-self: initial;
    display: block;
    margin-top: 0;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-link-box {
    flex-shrink: 1;
    margin-left: 40px;
  }
}
.lt-ie9 .m-basic-form-footer-sticky > .mm-header > .mm-link-box {
  flex-shrink: 1;
  margin-left: 40px;
}
.m-basic-form-footer-sticky > .mm-header > .mm-link-box > .a-basic-link:first-child {
  margin-right: 3px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-header > .mm-link-box > .a-basic-link:first-child {
    margin-right: 25px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-link-box > .a-basic-link:first-child {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-link-box > .a-basic-link:first-child {
    margin-right: 25px;
  }
}
.lt-ie9 .m-basic-form-footer-sticky--whole-footer > .mm-header > .mm-link-box > .a-basic-link:first-child {
  margin-right: 25px;
}

.m-basic-form-footer-sticky > .mm-content {
  background: #f3f3f4;
  display: block;
  overflow: auto;
  max-height: 50vh;
}
.m-basic-form-footer-sticky > .mm-content.is-close {
  height: 0;
  overflow: hidden;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content {
  max-width: 898px;
  max-height: calc(50vh + 180px);
  padding: 25px 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content {
    padding: 25px 30px;
    max-height: 50vh;
  }
}
.m-basic-form-footer-sticky:not(.m-basic-form-footer-sticky--multiple) > .mm-content > .mm-inner-content {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky:not(.m-basic-form-footer-sticky--multiple) > .mm-content > .mm-inner-content {
    flex-flow: row nowrap;
  }
}

.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-badge {
  grid-area: badge;
  flex: 1;
  order: 1;
  margin: 30px 0 0;
  max-height: 150px;
  max-width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-badge {
    flex: 0 1 250px;
    text-align: right;
    margin: 0;
  }
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-badge img {
  max-width: 100%;
  height: auto;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-badge + .mm-inner-table {
  flex: 1 1 calc(100% - 250px);
  order: 0;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table {
  max-width: 430px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table {
    max-width: 630px;
  }
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  display: flex;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row.is-column {
  position: relative;
  flex-flow: column nowrap;
  margin-bottom: 0;
  padding-right: 90px;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row + .mm-result-row {
  border-top: none;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-price-label {
  flex: 1 0 auto;
  padding-right: 10px;
  max-width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-price-label {
    flex: 0 0 auto;
    padding-right: 15px;
  }
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-total-price {
  flex: 0 0 auto;
  padding-right: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-total-price {
    flex: 1 0 auto;
    padding-right: 15px;
  }
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-total-price.is-top-right {
  top: 9px;
  right: 0;
  position: absolute;
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-icon-link {
  flex: 0 0 auto;
  text-decoration: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-icon-link {
    flex: 0 0 auto;
  }
}
@media print {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-icon-link {
    display: none;
  }
}
.m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-icon-link > .mm-icon-label {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky > .mm-content > .mm-inner-content > .mm-inner-table > .mm-result-row > .mm-icon-link > .mm-icon-label {
    display: inline-block;
  }
}
.m-basic-form-footer-sticky > .mm-footer {
  padding: 10px 0;
  justify-content: center;
  display: flex;
  border-top: 1px solid #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jitter {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes color {
  0% {
    color: #000;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}
/* m-basic-gallery */
.m-basic-gallery {
  position: relative;
  display: block;
}
.m-basic-gallery.is-enlarged {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: calc(100% - 50px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.is-enlarged {
    max-width: 900px;
  }
}
.m-basic-gallery.is-enlarged:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.m-basic-gallery > * {
  position: relative;
  z-index: 3;
}
.m-basic-gallery.is-invisible > * {
  opacity: 0;
}

.m-basic-gallery > .js-soft-layer {
  opacity: 0;
  transition: opacity 1s;
}
.m-basic-gallery.is-enlarged > .js-soft-layer {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
}

.m-basic-gallery > .mm-enlarge-details {
  margin-bottom: 10px;
  display: none;
}
.m-basic-gallery.is-enlarged > .mm-enlarge-details {
  display: flex;
}

.m-basic-gallery > .mm-enlarge-details > .m-slide-count {
  flex: 1;
  text-align: center;
}
.m-basic-gallery > .mm-enlarge-details > .m-close {
  width: 24px;
  position: relative;
  cursor: pointer;
}
.m-basic-gallery > .mm-enlarge-details > .m-close:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  position: absolute;
  left: -10px;
  top: -11px;
}
.m-basic-gallery > .js-swiper {
  height: 164px;
  box-sizing: content-box;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .js-swiper {
    height: 336px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.is-enlarged > .js-swiper {
    height: calc(100vh - 260px);
  }
}

.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide img {
  height: 164px;
  width: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide img {
    height: 336px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.is-enlarged > .js-swiper > .swiper-wrapper > .swiper-slide img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.is-enlarged > .js-swiper > .swiper-wrapper > .swiper-slide img.js-img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-movie-container.is-init,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-poster-container,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-cloudinary-container,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-youtube-link-container,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-youtube-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-movie-container.is-init .m-canvas,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-poster-container .m-canvas,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-cloudinary-container .m-canvas,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-youtube-link-container .m-canvas,
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide .mm-youtube-container .m-canvas {
  width: 100% !important;
  height: auto !important;
}
.m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
  width: 321px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
    width: 597px;
  }
}
.m-basic-gallery > .js-thumbnail-swiper {
  height: 102px;
  padding: 10px 0;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .js-thumbnail-swiper {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.m-basic-gallery--no-thumbnail > .js-thumbnail-swiper {
    display: none;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-gallery.m-basic-gallery--no-thumbnail.is-enlarged > .js-thumbnail-swiper {
    display: block;
  }
}

.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide > * {
  pointer-events: none;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active:before {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid #000;
  outline: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide img {
  height: 82px;
  width: auto;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide .mm-link-description {
  display: none;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
  width: 292px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
    width: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
    width: 144px;
  }
}
.lt-ie9 .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .lt-ie9 .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
  width: 144px;
}
.m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-youtube-link-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-immersive-3d-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-immersive-video, .m-basic-gallery > .js-thumbnail-swiper > .swiper-wrapper > .swiper-slide.has-cloudinary-video {
  display: block;
}
.m-basic-gallery > .swiper > .swiper-wrapper {
  background: #fff;
}
.m-basic-gallery > .swiper > .swiper-wrapper > .swiper-slide {
  background: #d7d7d7;
  display: inline;
  width: auto;
}
.is-keyboard-focus .m-basic-gallery > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  border: 5px solid #000;
  outline: 0;
}
.is-keyboard-focus .m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  border: none;
  outline: 0;
}

.is-ios .m-basic-gallery > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  outline: 5px solid #000;
}
.is-ios .m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  outline: 0;
}

.m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  border: none;
  outline: 0;
}

.is-keyboard-focus .m-basic-gallery > .swiper > .swiper-wrapper > .swiper-slide img:focus-visible {
  border: 5px solid #000;
  outline: 0;
}
.is-keyboard-focus .m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide img:focus-visible {
  border: none;
  outline: 0;
}

.is-ios .m-basic-gallery > .swiper > .swiper-wrapper > .swiper-slide img:focus-visible {
  outline: 5px solid #000;
}
.is-ios .m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide img:focus-visible {
  outline: 0;
}

.m-basic-gallery.is-enlarged > .swiper > .swiper-wrapper > .swiper-slide img:focus-visible {
  border: none;
  outline: 0;
}

.m-basic-gallery > .mm-caption {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-caption {
    margin-top: 0;
  }
}
.m-basic-gallery > .mm-button-box {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-button-box {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 30px;
  }
}
.m-basic-gallery > .mm-button-box > :first-child {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-button-box > :first-child {
    margin-bottom: 0;
  }
}
.m-basic-gallery > .mm-button-box > a {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-button-box > a {
    margin: 0 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-button-box > a:first-of-type {
    margin-left: 10px;
  }
}
.m-basic-gallery > .mm-button-box > a:last-of-type {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery > .mm-button-box > a:last-of-type {
    margin-right: 0;
  }
}
.m-basic-gallery > .mm-button-box > a > img {
  display: block;
  max-width: 100%;
  max-height: 40px;
}

.m-basic-header {
  position: relative;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  z-index: 1003;
}
@media print {
  .m-basic-header {
    position: relative !important;
    box-shadow: none !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header {
    z-index: 1000;
  }
}
.lt-ie9 .m-basic-header {
  z-index: 1000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: none;
  }
}
.m-basic-header.is-anim {
  animation-name: BasicHeaderSlideDown;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
@keyframes BasicHeaderSlideDown {
  from {
    transform: translate3d(0, -64px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.m-basic-header.has-breadcrumb:not(.is-dropshadow) {
  box-shadow: none;
}
.m-basic-header.is-stuck {
  position: fixed;
  top: -56px;
  left: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease 0s;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck {
    top: -64px;
  }
}
.lt-ie9 .m-basic-header.is-stuck {
  top: -64px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck {
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: none;
    animation-name: BasicHeaderSlideUp;
    animation-duration: 0.75s;
    animation-timing-function: ease;
  }
}
@keyframes BasicHeaderSlideUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.m-basic-header.is-stuck.has-breadcrumb:not(.is-dropshadow) {
  box-shadow: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck.has-breadcrumb:not(.is-dropshadow) {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  }
}
.m-basic-header.is-stuck.is-anim-up {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s ease 0s;
}
.m-basic-header > .mm-top-topics {
  display: none;
  min-height: 32px;
  width: 100%;
  background-color: #000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-top-topics {
    display: block;
    position: relative;
    min-height: 32px;
    opacity: 1;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 110;
  }
}
.m-basic-header > .mm-top-topics:after {
  display: none;
  content: "";
  top: 0;
  left: -100vw;
  position: absolute;
  width: 200vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-top-topics:after {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.is-header--reduced) > .mm-top-topics {
    overflow: hidden;
    height: 0;
    opacity: 0;
    min-height: inherit;
  }
}

.m-basic-header > .mm-top-topics > .mm-topics-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 6px 32px 6px 4px;
}
.m-basic-header > .mm-top-topics > .mm-topics-wrap > li:first-of-type {
  cursor: default;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  color: #fff;
}
.m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list {
  padding: 0 10px;
  margin: 0 14px;
  cursor: pointer;
}
.m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list:last-child {
  margin-right: 0;
}
.m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list:hover > a {
  color: whitesmoke;
}
.m-basic-header > .mm-top-topics > .mm-topics-wrap > .mm-topics-list > a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.m-basic-header > .mm-navi-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  height: 56px;
  padding: 12px 16px;
  background-color: #ffcc00;
  z-index: 100;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap {
    height: 64px;
    padding: 16px 48px 16px 32px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap {
  height: 64px;
  padding: 16px 48px 16px 32px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap {
    padding-bottom: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    min-height: 120px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.m-basic-header > .mm-navi-wrap:after {
  display: none;
  content: "";
  top: 0;
  left: -100vw;
  position: absolute;
  width: 200vw;
  height: 100%;
  background-color: #ffcc00;
  z-index: -1;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap:after {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap {
    flex-wrap: nowrap;
    height: 64px;
    padding-right: 24px;
    min-height: inherit;
    padding-bottom: 16px;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-logo {
  margin-right: auto;
  order: 1;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-logo {
    transform: scale(0.6);
    transform-origin: 0 -75%;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-logo {
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    z-index: 5;
  }
}
@media print {
  .m-basic-header > .mm-navi-wrap > .mm-logo {
    position: relative;
    background: url("/assets/img/logos/adac-logo-emailtemplate.gif") top center no-repeat;
    width: 85px;
    height: 85px;
  }
}
@media print {
  .m-basic-header > .mm-navi-wrap > .mm-logo:after {
    content: "www.adac.de" !important;
    position: absolute;
    left: 450px;
    top: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-logo {
    flex-grow: 0;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav {
  top: 56px;
  left: auto;
  right: -100%;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  transform: translateX(0);
  order: 0;
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav {
    top: 64px;
    right: -420px;
    max-width: 420px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-nav {
  top: 64px;
  right: -420px;
  max-width: 420px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav {
    position: static;
    width: auto;
    max-width: calc(100% - 95px);
    height: auto;
    margin: 0 auto 0 165px;
    flex: none;
    order: 4;
    background: none;
    transition: none;
    transform: none;
    display: block;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav {
    margin: 0 auto 0 215px;
    max-width: calc(100% - 215px);
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav:not(.is-no-anim) {
  transition: transform 0.3s ease-in-out;
}
.m-basic-header > .mm-navi-wrap > .mm-nav.is-visible {
  display: block;
}
.m-basic-header > .mm-navi-wrap > .mm-nav.is-active {
  transform: translateX(-100%);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav.is-active {
    transform: translateX(-420px);
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-nav.is-active {
  transform: translateX(-420px);
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav.is-active {
    transform: translate3d(-50%, 0, 0);
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav.is-scrollable {
  overflow-y: auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-nav {
    margin: -6px auto 0 -28px;
    order: 2;
    flex-grow: 0;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper {
  height: 100%;
  margin: 0;
  padding: 16px 16px 0 16px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    overflow: hidden;
    margin: 6px 48px 0 0;
    flex-wrap: wrap;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper:not(.is-no-anim) {
  transition: margin 0.3s ease-in-out;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper:not(.is-no-anim) {
    transition: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper:after {
  display: none;
  content: "";
  top: -100%;
  left: -100vw;
  position: absolute;
  width: 200vw;
  height: 200%;
  background-color: #ffcc00;
  z-index: -1;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper:after {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper.is-shifted {
  margin-left: -150px;
  margin-right: 150px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper.is-shifted {
    margin-left: 0;
    margin-right: 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper.is-shifted {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-nav > .mm-list-wrapper {
    margin: 0;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 32px);
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu :-ms-fullscreen, :root .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu {
  width: 100%;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper.is-shifted > .is-top-menu {
  display: none;
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap {
  background-color: #000;
  padding: 20px 15px;
  margin: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list {
  color: #fff;
  margin-bottom: 10px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:first-child {
  font-size: 14px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) {
  display: inline-block;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:first-child) > a {
  display: inline-block;
  border: 1px solid #666666;
  padding: 8px 12px;
  white-space: nowrap;
  border-radius: 16px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list:not(:last-child) {
  margin-right: 8px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .is-top-menu > .mm-topics-wrap .mm-topics-list > a {
  color: #fff;
  text-decoration: none;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list {
  margin: 0 4px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list {
    border-bottom: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > a:focus {
  outline: 0;
}
.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > a:focus {
  border: 2px solid #000;
  border-radius: 2px;
  padding: 10px 14px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 4px 0;
  padding: 20px 0 17px 8px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 12px 9px;
    background: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
    padding: 12px;
  }
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
    padding: 12px 9px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list:after {
    content: "";
    left: 16px;
    bottom: 0;
    position: absolute;
    width: calc(100% - 32px);
    height: 3px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.2s ease;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list:hover {
  cursor: pointer;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list.is-selected {
  color: #191919;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list.is-active > .mm-list, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list.has-focus > .mm-list {
  color: #191919;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list.is-active > .mm-list:after, .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list.has-focus > .mm-list:after {
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
    padding-bottom: 22px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list > svg {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: calc(100vh - 56px);
  padding-left: 0;
  padding-bottom: 16px;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper {
    display: none;
    flex-flow: row nowrap;
    top: 100%;
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 1440px;
    height: auto;
    transform: translate3d(0, -100px, 0);
    padding: 16px 64px 32px 64px;
    align-content: flex-start;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s linear;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-active {
  transform: translateX(0);
  display: block;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-active {
    display: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-visible {
    display: flex;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-visible.is-active {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-visible.is-active {
    transform: translateY(0px) translateX(-50%);
    left: 38%;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper.is-no-anim {
  transition: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section {
    width: 20%;
    margin-right: 16px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper {
  margin: 0;
  padding: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list {
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #cccccc;
  z-index: 10;
  background-size: 16px 16px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list {
    margin: 32px 0 0 0;
    border-bottom: 0;
    background: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list:first-child {
  margin-top: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px 0;
  padding-left: 0;
  text-decoration: none;
  border-bottom: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child:after {
  content: "";
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: -1;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child {
    display: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child:after {
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    z-index: 1;
  }
}
@media only screen and (min-width: 76.25em) {
  .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 42.3876592891% 75.0706214689%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 11px;
    left: -15px;
  }
}
@media only screen and (min-width: 76.25em) {
  .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child {
    display: inline-block;
  }
}
@media only screen and (min-width: 76.25em) {
  .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child > a {
    text-align: left;
    padding-left: 22px;
  }
}
@media only screen and (min-width: 76.25em) {
  .is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child > .mm-back {
    display: none;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:nth-child(2) {
    margin-top: 0;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-special {
  background: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-special + .mm-special {
    margin-top: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img {
  margin-bottom: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img {
    margin-top: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-back {
  top: 0;
  left: 0;
  position: absolute;
  width: 57px;
  height: 100%;
  padding: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-back > svg {
  position: relative;
  top: 3px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list {
  display: block;
  padding: 17px 40px 19px 2px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  text-decoration: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list {
    position: relative;
    margin-bottom: 4px;
    padding: 10px 4px 10px 0;
    border-bottom: 1px solid #cccccc;
    background-size: 16px 16px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:after {
  display: none;
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: calc(100% - 3px);
  border-radius: 4px;
  background-size: 16px 16px;
  z-index: -1;
  background-color: #f5f5f5;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:focus {
  outline: none;
}
.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:focus {
  outline: 2px solid #000;
  border-radius: 2px;
}
.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list:not(.mm-special):not(.mm-nav-list-img) > .mm-list:focus {
  background-color: #f5f5f5;
}

.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:hover {
  outline: 2px solid #000 !important;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:hover {
    border-radius: 4px 4px 0 0;
    background: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list:hover:after {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle:before {
  content: "";
  top: 12px;
  left: auto;
  right: 4px;
  bottom: auto;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #f5f5f5;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle:before {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle:hover {
  cursor: pointer;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle:hover:after {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle + .mm-list-wrapper {
  display: none;
  height: auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.mm-list-toggle + .mm-list-wrapper {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.is-open {
  border-bottom: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.is-open:after {
  transform: rotate(-180deg);
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list + .mm-list-wrapper > .mm-nav-list-img:first-child {
  padding-top: 8px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child > .mm-list {
  margin: 0;
  padding: 20px 24px 18px 8px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  background: #fff;
  border: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child > .mm-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section:first-child > .mm-list-wrapper > .mm-nav-list:first-child > .mm-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list:not(.mm-nav-list-img):nth-child(2):last-child > .mm-list {
  padding-bottom: 20px;
  border-bottom: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list:not(.mm-nav-list-img):nth-child(2):last-child > .mm-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-special > .mm-list {
  background-image: none;
  color: #0079c0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-special > .mm-list {
    border-bottom: none;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list {
    top: auto;
    left: 0;
    right: auto;
    bottom: 15px;
    position: absolute;
    width: calc(100% - 16px);
    max-width: none;
    margin: 0 8px;
    padding: 10px 22px 7px 23px;
    border-radius: 4px;
    border-bottom: none;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    background: #ffcc00;
    z-index: 30;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:after {
    display: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:hover {
    background-color: #FFE06A;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list + .mm-list-wrapper {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list + .mm-list-wrapper {
    display: block;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list > svg {
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list > .mm-btn-toggle {
  position: absolute;
  top: 13px;
  right: 2px;
  padding: 4px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.is-open > .mm-btn-toggle.is-closed {
  display: none;
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list > .mm-btn-toggle.is-closed {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list > .mm-btn-toggle.is-open {
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list.is-open > .mm-btn-toggle.is-open {
  display: inline;
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list > .mm-btn-toggle.is-open {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper {
  padding-left: 0;
  margin: 0;
  transition: max-height 0.3s ease-in-out;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list {
  position: relative;
  margin-bottom: 8px;
  z-index: 10;
  background-size: 16px 16px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list {
    margin-top: 2px;
    margin-bottom: 2px;
    background-position-x: 0;
    background-position-y: 6px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list:after {
  display: none;
  content: "";
  top: 0;
  left: -5px;
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  border-radius: 4px;
  background: #f5f5f5;
  background-size: 16px 16px;
  z-index: -1;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list:hover {
    border-radius: 4px;
    background: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list:hover:after {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list:last-child {
    margin-bottom: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img {
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img:after {
  content: none;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list {
    top: auto;
    left: 0;
    right: auto;
    bottom: 15px;
    position: absolute;
    width: calc(100% - 16px);
    max-width: none;
    margin: 0 8px;
    padding: 10px 22px 7px 23px;
    border-radius: 4px;
    border-bottom: none;
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    background: #ffcc00;
    z-index: 30;
  }
}
.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:focus {
  background: #ffcc00;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:after {
    display: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list:hover {
    background-color: #FFE06A;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list + .mm-picture {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-list + .mm-picture {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-picture {
  display: none;
  min-height: 150px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-picture {
    display: block;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list.mm-nav-list-img > .mm-picture > img {
  max-width: 100%;
  width: 100%;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list + .mm-nav-list-img {
  margin-top: 6px;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list {
  display: block;
  padding: 8px 20px 13px 2px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-decoration: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
  }
}
.is-keyboard-focus .m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list:focus {
  background-color: #f5f5f5;
}
.m-basic-header > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-list-section > .mm-list-wrapper > .mm-nav-list > .mm-list-wrapper > .mm-nav-list > .mm-list > svg {
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.m-basic-header > .mm-navi-wrap > .mm-main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  order: 3;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main {
    flex-shrink: 0;
    z-index: 5;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main {
  flex-shrink: 0;
  z-index: 5;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main {
    flex: none;
    padding-top: 8px;
    z-index: 100;
    margin-left: 200px;
  }
}
.m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main {
  padding-top: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main {
    z-index: 100;
    margin-left: 0;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.js-search-filled.is-stuck > .mm-navi-wrap > .mm-main {
    z-index: 100;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 26px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section {
  display: block;
  margin: 0 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section {
    position: relative;
    margin: 0 10px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section {
  position: relative;
  margin: 0 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section {
    margin: 0 8px;
  }
}
.lt-ie9 .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section {
  margin: 0 8px;
}

.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:first-child {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:first-child {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:last-child {
    margin-right: 24px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:last-child {
  margin-right: 24px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:last-child {
    margin-right: 0;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:hover {
  cursor: pointer;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:hover > .mm-btn {
  color: rgba(0, 0, 0, 0.9);
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn {
  display: inline-block;
  height: 32px;
  padding: 4px;
  text-decoration: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn {
    color: rgba(0, 0, 0, 0.6);
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  display: inline-block;
  height: 32px;
  padding: 4px;
  text-decoration: none;
  border: 2px solid transparent;
  margin-right: -2px;
  opacity: 1;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
  border-radius: 4px;
}
.m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
  border-radius: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
    border-radius: 18px;
  }
}
.lt-ie9 .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
  border-radius: 18px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
    border-radius: 4px;
  }
}

.m-basic-header:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
  border-radius: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
    border-radius: 18px;
  }
}
.lt-ie9 .m-basic-header:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit:focus {
  border-radius: 18px;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    top: 50%;
    right: 70px;
    position: absolute;
    padding-top: 7px;
    content: "";
    transform: translate3d(0, -50%, 0);
    border-radius: 18px;
    width: 36px;
    height: 36px;
    z-index: 1000;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    outline: none;
    opacity: 1;
    background: transparent;
    right: -11px;
    top: 15px;
    margin-right: 0;
  }
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    opacity: 1;
    right: 0px;
  }
  .m-basic-header.is-stuck.is-search-open:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    width: 48px;
    right: 41px !important;
  }
  .m-basic-header.m-basic-header--reduced.is-search-open > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    right: 33px !important;
  }
  .m-basic-header.is-stuck > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    right: -11px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  top: 50%;
  right: 70px;
  position: absolute;
  padding-top: 7px;
  content: "";
  transform: translate3d(0, -50%, 0);
  border-radius: 18px;
  width: 36px;
  height: 36px;
  z-index: 1000;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  outline: none;
  opacity: 1;
  background: transparent;
  right: -11px;
  top: 15px;
  margin-right: 0;
}
.lt-ie9 .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  opacity: 1;
  right: 0px;
}
.lt-ie9 .m-basic-header.is-stuck.is-search-open:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  width: 48px;
  right: 41px !important;
}

.lt-ie9 .m-basic-header.m-basic-header--reduced.is-search-open > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  right: 33px !important;
}

.lt-ie9 .m-basic-header.is-stuck > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  right: -11px;
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck.is-search-open:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    right: 41px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
    position: absolute;
    z-index: 1005;
    margin-top: 0;
    opacity: 1;
    right: -11px;
    top: 15px;
    width: 48px;
    background: #ffcc00;
  }
}
.lt-ie9 .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit {
  position: absolute;
  z-index: 1005;
  margin-top: 0;
  opacity: 1;
  right: -11px;
  top: 15px;
  width: 48px;
  background: #ffcc00;
}

.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-submit > svg {
  z-index: 40;
  margin-top: 1px;
  margin-left: 2px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-contact > .mm-contact-img {
  position: relative;
  top: -4px;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 4px;
  background-color: #cc3333;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn.mm-btn-contact > .mm-desc {
  top: -14px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
  display: none;
  position: relative;
  top: -6px;
  padding-left: 3px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
    display: inline;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
  display: inline;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
    display: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
    display: none;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn > .mm-desc {
  display: none;
}

.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer {
  display: none;
  top: -20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateY(0);
  cursor: default;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer {
    top: 28px;
    left: -84px;
    height: auto;
    max-height: calc(100vh - 100px);
    width: 365px;
    border-radius: 4px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px rgba(0, 0, 0, 0.14);
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer {
  top: 28px;
  left: -84px;
  height: auto;
  max-height: calc(100vh - 100px);
  width: 365px;
  border-radius: 4px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px rgba(0, 0, 0, 0.14);
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer {
    top: 25px;
    left: auto;
    right: -64px;
    max-height: calc(100vh - 125px);
    width: 375px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer:after {
  content: "";
  top: -8px;
  left: calc(-1 * -84px + 8px);
  position: absolute;
  width: 16px;
  height: 16px;
  display: none;
  transform: rotate(45deg);
  background-color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer:after {
    display: block;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer:after {
  display: block;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer:after {
    left: auto;
    right: 152px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer:after {
    right: 72px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer {
    top: 47px;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.is-visible {
  display: block;
  visibility: visible;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.is-active {
  opacity: 1;
  transform: translateY(20px);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact {
    left: auto;
    right: 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help, .lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact {
    right: -8px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help:after, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact:after {
  left: auto;
  right: 63px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help:after, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact:after {
    right: 73px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help:after, .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact:after {
    right: 16px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help > .mm-layer-content > .mm-wrap, .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact > .mm-layer-content > .mm-wrap {
    padding: 16px 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help > .mm-layer-content > .mm-wrap, .lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact > .mm-layer-content > .mm-wrap {
  padding: 16px 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help:after {
  left: auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-help:after {
    right: 79px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content {
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content {
    margin: 10px 0;
    max-height: calc(100vh - 145px);
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content {
  margin: 10px 0;
  max-height: calc(100vh - 145px);
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap {
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap {
    margin: 0 32px;
    padding: 8px 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap {
  margin: 0 32px;
  padding: 8px 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:nth-child(2) {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 16px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 16px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:last-child {
    padding-bottom: 2px;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap:last-child {
  padding-bottom: 2px;
  margin-bottom: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap {
  position: relative;
  height: 64px;
  margin: 0;
  padding: 20px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap {
    display: none;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap {
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap > .mm-headline {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap > .mm-close {
  display: block;
  transform: translate3d(0px, 7px, 0);
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  background-image: url("/assets/img/icons/icon-close-dark-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  width: 30px !important;
  height: 30px !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap > .mm-close {
    display: none;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-top-wrap > .mm-close {
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap {
  padding-bottom: 14px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap {
    padding-bottom: 6px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap {
  padding-bottom: 6px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap > .a-basic-link {
  padding-left: 30px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap > .mm-loggedin-text {
  margin-left: 8px;
  padding-left: 16px;
  border-left: 2px solid #ffcc00;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap > .mm-loggedin-text {
    margin-left: 0;
    border-width: 4px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap.mm-login-wrap > .mm-loggedin-text {
  margin-left: 0;
  border-width: 4px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer > .mm-layer-content > .mm-wrap > .mm-headline {
  margin-bottom: 16px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav {
  border-left: 1px solid #E5B700;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav {
    display: none;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu {
  display: block;
  width: 34px;
  height: 100%;
  margin-left: 12px;
  padding: 2px 4px 4px 4px;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu {
    width: auto;
    margin-left: 20px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu {
  width: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu {
    top: -5px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu:hover {
  cursor: pointer;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-img {
  display: block;
  margin: 0 auto;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper {
  position: relative;
  top: -5px;
  display: block;
  height: 12px;
  margin-top: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper {
    display: inline-block;
    width: 24px;
    margin-top: 8px;
    margin-right: 5px;
    top: 0;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper {
  display: inline-block;
  width: 24px;
  margin-top: 8px;
  margin-right: 5px;
  top: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper > .mm-menu-bar {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 3px;
  background-color: #000;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper > .mm-menu-bar--top {
  top: 0;
  transform-origin: top left;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper > .mm-menu-bar--mid {
  top: 5px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-icon-wrapper > .mm-menu-bar--bottom {
  top: 10px;
  transform-origin: bottom left;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-text {
  display: block;
  position: absolute;
  bottom: -3px;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-text {
    display: inline-block;
    position: static;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu > .mm-menu-text {
  display: inline-block;
  position: static;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu.is-open > .mm-menu-icon-wrapper > .mm-menu-bar--top {
  transform: translateX(4px) rotate(45deg) scaleX(0.9);
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu.is-open > .mm-menu-icon-wrapper > .mm-menu-bar--mid {
  opacity: 0;
  transform: scaleX(0.9);
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu.is-open > .mm-menu-icon-wrapper > .mm-menu-bar--bottom {
  transform: translate3d(4px, 2px, 0) rotate(-45deg) scaleX(0.9);
}
.m-basic-header > .mm-navi-wrap > .mm-search {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4px 60px 4px 8px;
  background-color: #fff;
  order: 2;
  z-index: 40;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-search {
    position: relative;
    display: block;
    top: -7px;
    left: auto;
    right: -40px;
    width: auto;
    height: 44px;
    padding: 0;
    flex: 1 1 170px;
    z-index: 0;
    background-color: #ffcc00;
    box-shadow: none;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-search {
  position: relative;
  display: block;
  top: -7px;
  left: auto;
  right: -40px;
  width: auto;
  height: 44px;
  padding: 0;
  flex: 1 1 170px;
  z-index: 0;
  background-color: #ffcc00;
  box-shadow: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-search {
    max-width: 597px;
    top: 1px;
    margin-left: 134px;
    margin-right: -200px;
    right: -45px;
    order: 2;
    flex: 1 1 600px;
    z-index: 5;
    background-color: transparent;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header > .mm-navi-wrap > .mm-search {
    max-width: 745px;
    margin-left: 190px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.m-basic-header--reduced > .mm-navi-wrap > .mm-search {
    top: -7px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search {
    display: none;
    top: 0;
    left: auto;
    position: absolute;
    width: 800px;
    height: 64px;
    right: 140px;
    padding: 8px 0;
    flex: none;
    margin-right: 0;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-search.is-open {
  display: block;
  z-index: 40 !important;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-search.is-open {
    z-index: 20;
  }
}
.m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open {
  display: block;
}

.m-basic-header > .mm-navi-wrap > .mm-search.is-open:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 77.6836158192%;
  position: absolute;
  right: 72px;
  top: 6px;
  z-index: 1001;
  opacity: 0.6;
  display: none;
}
.m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open:before {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open:before {
    display: none;
  }
}
.lt-ie9 .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open:before {
  display: none;
}

.m-basic-header > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
  position: absolute;
  z-index: 40;
  right: 81px;
  opacity: 0.6;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
    right: -11px;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
  right: -11px;
}
.m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
  display: block;
  transform: translate3d(0, -50%, 0);
  border-radius: 18px !important;
  width: 48px;
  height: 36px;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  outline: none;
  background: #ffcc00;
  opacity: 1;
  top: 28px;
  right: 72px;
  padding-top: 6px;
  padding-right: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
    top: 15px;
    right: -11px;
  }
}
.lt-ie9 .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
  top: 15px;
  right: -11px;
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
    top: 15px;
    right: -11px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck.m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open + .mm-main .mm-btn.mm-btn-submit {
    top: 15px;
    right: 35px;
  }
}

.m-basic-header > .mm-navi-wrap > .mm-search > .mm-close {
  position: absolute;
  top: 6px !important;
  right: 15px !important;
  width: 30px !important;
  height: 30px !important;
  transform: translate3d(0px, 7px, 0);
  cursor: pointer;
  z-index: 120;
  background-image: url("/assets/img/icons/icon-close-dark-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-search > .mm-close {
    top: 10px !important;
    display: none;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-search > .mm-close {
  top: 10px !important;
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-search > .mm-close {
    right: 42px !important;
  }
}
.m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open > .mm-close {
  display: block !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open > .mm-close {
    display: none;
  }
}
.lt-ie9 .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search.is-open > .mm-close {
  display: none;
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-search > .mm-close {
    display: block;
    top: 10px;
    right: 112px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-search > .mm-close {
    right: 10px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-search > .mm-submit {
  display: none;
  top: 50%;
  right: 68px;
  position: absolute;
  width: 54px;
  height: 44px;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
  z-index: 150;
}
.m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search > .mm-submit {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search > .mm-submit {
    right: -4px;
  }
}
.lt-ie9 .m-basic-header.js-search-filled > .mm-navi-wrap > .mm-search > .mm-submit {
  right: -4px;
}

@media print {
  .m-basic-header > .mm-navi-wrap .mm-nav,
  .m-basic-header > .mm-navi-wrap .mm-search,
  .m-basic-header > .mm-navi-wrap .mm-main,
  .m-basic-header > .mm-navi-wrap .m-layout-header-logo {
    display: none !important;
  }
}

.mm-header-dark-layer {
  visibility: hidden;
  opacity: 0;
  z-index: 950;
  transition: opacity 0.3s linear;
}
@media only screen and (min-width: 76.25em) {
  .mm-header-dark-layer {
    transition-delay: 150ms;
  }
}
.mm-header-dark-layer.is-active {
  opacity: 0.3;
  transition-delay: 0s;
}
.mm-header-dark-layer.is-visible {
  visibility: visible;
}

.m-basic-help {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 1500;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-help {
    bottom: 170px;
  }
}
.m-basic-help.has-basic-form-footer-sticky {
  bottom: 270px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-help.has-basic-form-footer-sticky {
    bottom: 200px;
  }
}
.m-basic-help > .mm-trigger {
  height: 48px;
  width: 48px;
  background: #ffcc00;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 7px 2px #c5c5c5;
  color: #333;
  text-align: center;
}
.m-basic-help.is-open > .mm-trigger {
  display: none;
}

.m-basic-help > .mm-trigger:hover > span.mm-def {
  display: none;
}
.m-basic-help > .mm-trigger:hover > span.mm-hover {
  display: block;
}
.m-basic-help > .mm-trigger > span.mm-def {
  position: relative;
  height: 68px;
  display: block;
}
.m-basic-help > .mm-trigger > span.mm-def::before {
  content: "";
  background: url("/assets/img/svg-sprite/boat-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 87.9765395894% 56.3909774436%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.m-basic-help > .mm-trigger > span.mm-def img {
  display: none;
  padding-top: 4px;
  margin-top: -5px;
}
.m-basic-help > .mm-trigger > span.mm-hover {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 48px;
  display: none;
}
.m-basic-help > .mm-content-layer {
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  padding: 10px 15px 0;
  border: 1px solid #fff;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-help > .mm-content-layer {
    max-width: 375px;
    max-height: 585px;
    height: auto;
    right: 15px;
    top: 15px;
    left: auto;
    padding: 10px 10px 30px;
    position: fixed;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px #c5c5c5;
  }
}
.m-basic-help > .mm-content-layer.is-visible {
  pointer-events: auto;
  opacity: 1;
}
.m-basic-help > .mm-content-layer > .mm-navigation {
  position: relative;
}
.m-basic-help > .mm-content-layer > .mm-navigation > .mm-close {
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
}
.m-basic-help > .mm-content-layer > .mm-navigation .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 35px 0 20px 0;
}
.m-basic-help > .mm-content-layer > .mm-navigation .mm-divider {
  border-top: 1px solid #cccccc;
  margin-bottom: 15px;
}
.m-basic-help > .mm-content-layer > .mm-navigation .mm-wrapper {
  padding: 0 10px;
}
.m-basic-help .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 0;
}
.m-basic-help .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-basic-help .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-basic-help .jspContainer > .jspHorizontalBar {
  display: none;
}

/* .m-basic-hint */
.m-basic-hint {
  position: relative;
  padding: 15px 0 16px 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint {
    padding-top: 11px;
  }
}
.m-basic-hint.m-basic-hint--noicon {
  padding: 15px 0 15px 10px;
}
.l-form .ll-aside .js-result-valid .m-basic-hint {
  margin-top: -11px;
  border-top: none;
}
.l-form .m-basic-calculator-content-box .ll-row .ll-col-data .a-basic-input-text--autocomplete ~ .m-basic-hint {
  padding: 0 0 0 30px;
}
.l-form-general .m-basic-calculator-content-box-newform .m-basic-hint {
  max-width: 400px;
}
.l-outer--my-adac .m-basic-hint {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
  padding-left: 45px;
  padding-right: 15px;
}
.l-outer--my-adac .mm-my-adac-toggle .m-basic-hint {
  margin: 0;
}
.m-my-adac-membership-content .m-basic-hint .m-basic-hint {
  margin-bottom: -35px;
}
.m-basic-hint > img {
  position: absolute;
  top: 20px;
  left: 2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint > img {
    top: 14px;
    left: -3px;
  }
}
.l-outer--my-adac-content .m-basic-hint--nomyadac > img {
  top: 14px;
  left: 2px;
}

.m-my-adac-dashboard-box-showcase .m-basic-hint > img, .m-my-adac-dashboard-box .m-basic-hint > img {
  top: 22px;
  left: 5px;
}
.m-basic-hint.is-error {
  color: #cc3333;
}
.m-basic-hint p.mm-phone > a {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-decoration: none;
}
.h-roboto .m-basic-hint p.mm-phone > a {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-hint a[href^=tel] {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint a[href^=tel] {
    text-decoration: none !important;
    cursor: default;
  }
}
.m-basic-hint .mm-flex-container {
  display: flex;
  justify-content: space-between;
}
.m-basic-hint.m-basic-hint--textleft p {
  text-align: left;
}

/* m-basic-image */
.m-basic-image {
  position: relative;
}
@media print {
  .m-basic-image {
    page-break-before: avoid;
    page-break-inside: avoid;
  }
}
.m-basic-image.h-space-s {
  margin-bottom: 0;
}
.m-basic-image.h-space-m {
  margin-bottom: 20px;
}
.m-basic-image.h-space-l {
  margin-bottom: 40px;
}
.m-basic-image > .mm-headline {
  padding: 0 20px;
  color: #333;
  width: 100%;
  display: block;
  margin: 0 0 8px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > .mm-headline {
    margin-bottom: 0;
    padding: 0;
    top: 25px;
    left: 29px;
    position: absolute;
    color: #fff;
    width: 50%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > .mm-headline {
    max-height: 75px;
    overflow: hidden;
    top: 35px;
    left: 38px;
    position: absolute;
    width: 50%;
    height: 100%;
  }
}
.lt-ie9 .m-basic-image > .mm-headline {
  max-height: 75px;
  overflow: hidden;
  top: 35px;
  left: 38px;
  position: absolute;
  width: 50%;
  height: 100%;
}
.m-basic-image > .mm-headline--dark {
  color: #333;
}
.m-basic-image > .mm-headline > h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > .mm-headline > h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
.m-basic-image > .mm-logo {
  position: absolute;
  right: 0;
  top: -60px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > .mm-logo {
    top: -90px;
  }
}
.m-basic-image > figure {
  margin: 0;
  width: 100%;
  padding: 0 0 10px 0;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > figure {
    padding-bottom: 21px;
  }
}
.lt-ie9 .m-basic-image > figure {
  padding-bottom: 21px;
}
.m-basic-teaser-wrapper--product .m-basic-image > figure, .m-basic-teaser-wrapper--product-details .m-basic-image > figure {
  padding: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product .m-basic-image > figure, .m-basic-teaser-wrapper--product-details .m-basic-image > figure {
    padding: 0 0 5px 0;
  }
}
.m-basic-teaser-wrapper--product-additional .m-basic-image > figure {
  padding: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-additional .m-basic-image > figure {
    padding: 0 0 20px 0;
  }
}
.m-my-adac-info-box .mm-info-box-wrapper-img .m-basic-image > figure {
  padding: 0;
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .m-basic-image > figure {
  padding-bottom: 0;
}
.m-basic-image > figure > img:not(.h-img-fluid-smartphone-only),
.m-basic-image > figure > .mm-stopper-wrapper img:not(.h-img-fluid-smartphone-only) {
  width: 100%;
  height: auto;
}
.m-basic-image > figure > .mm-stopper-wrapper {
  position: relative;
}
.m-basic-movie .m-basic-image > figure > .mm-stopper-wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container {
  position: relative;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded) {
  background: #ededed;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::before {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
}
.mm-youtube-link-container .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::before {
  display: none;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 41.322314%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::after {
    width: 403px;
  }
}
.lt-ie9 .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::after {
  width: 403px;
}
.mm-youtube-link-container .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded)::after {
  display: none;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container:not(.is-lazyloaded) > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container > picture {
  max-width: 100%;
  width: 100%;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container > picture {
    width: auto;
  }
}
.m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container > picture > img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.m-basic-table-toggle .m-basic-image > figure > .mm-stopper-wrapper > .mm-ratio-container > picture > img {
  width: auto;
}
.m-basic-movie .m-basic-image > figure {
  padding-bottom: 0;
}
.m-basic-image > figure .mm-ratio-container {
  position: relative;
}
.m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded) {
  background: #ededed;
}
.m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded)::before {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  width: 34px;
  height: 34px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
}
.m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded):after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 52.109181%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded):after {
    width: 403px;
  }
}
.lt-ie9 .m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded):after {
  width: 403px;
}
.m-basic-image > figure .mm-ratio-container:not(.is-lazyloaded) > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-basic-image > figure .mm-ratio-container > img {
  max-width: 100%;
}
.m-basic-image > figure > .mm-figurecaption {
  padding: 7px 20px 0 0;
  width: 100%;
  font-size: 78%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > figure > .mm-figurecaption {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > figure > .mm-figurecaption {
    padding-right: 40px;
  }
}
.lt-ie9 .m-basic-image > figure > .mm-figurecaption {
  padding-right: 40px;
}
.m-basic-image > figure > .mm-figurecaption--right {
  text-align: right;
  padding-right: 0;
  padding-left: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image > figure > .mm-figurecaption--right {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image > figure > .mm-figurecaption--right {
    padding-left: 40px;
  }
}
.lt-ie9 .m-basic-image > figure > .mm-figurecaption--right {
  padding-left: 40px;
}
.m-basic-table--tests > tbody td.mm-product-cell .m-basic-image {
  display: inline-block;
  width: 120px;
  height: 90px;
  top: 1px;
  margin-right: 10px;
}
.m-basic-table--tests > tbody td.mm-product-cell .m-basic-image > figure {
  padding: 0;
}
.m-basic-table--tests > tbody td.mm-product-cell .m-basic-image > figure > .mm-stopper-wrapper {
  border: 1px solid #d7d7d7;
}
.m-basic-table-toggle .m-basic-image {
  max-height: 50px;
  width: 60px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle .m-basic-image {
    width: 80px;
  }
}
.m-basic-table-toggle .m-basic-image > figure {
  padding: 0;
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .m-basic-image {
  max-width: 120px;
}

.m-basic-info-layer-tab {
  display: inline;
}
.m-basic-info-layer-tab > .mm-infolayer-icon {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  display: inline-block;
  background: none;
  bottom: 0;
  right: 0;
  margin-top: 10px;
  width: auto;
  height: 18px;
  cursor: pointer;
}
.m-basic-info-layer-tab > .mm-infolayer-icon:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
}
.m-basic-info-layer-tab > .mm-infolayer-icon.active:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 93.3802816901%;
}
.is-keyboard-focus .m-basic-info-layer-tab > .mm-infolayer-icon:focus {
  outline: none;
  border: none;
}
.is-keyboard-focus .m-basic-info-layer-tab > .mm-infolayer-icon:focus:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  border: 2px solid #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.m-basic-info-layer-tab > .mm-infolayer-content {
  display: none;
}

.m-basic-info-layer {
  display: block;
  position: relative;
}
.m-basic-info-layer.active {
  z-index: 20;
}
.m-basic-info-layer--inline {
  display: inline;
}
.l-form-general .a-basic-input-textarea ~ .m-basic-info-layer {
  position: absolute;
  right: 0;
  top: 15px;
}
.l-form-general .ll-row .a-basic-input-radio--haptik + .m-basic-info-layer:not(:last-child) {
  margin-right: 40px;
}
.ll-label--infolayer .m-basic-info-layer, .m-basic-calculator-content-box > h2 .m-basic-info-layer {
  display: inline;
}
.l-form-general .ll-row .ll-col-data label + .m-basic-info-layer {
  margin: 0;
  display: inline-block;
}
.m-basic-info-layer > .mm-infolayer-icon {
  display: block;
  position: absolute;
  bottom: -11px;
  right: -35px;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
  z-index: 10;
}
.m-basic-info-layer.is-no-trigger > .mm-infolayer-icon {
  display: none;
}

.is-keyboard-focus .m-basic-info-layer > .mm-infolayer-icon:focus {
  outline: none;
  border: none;
}
.is-keyboard-focus .m-basic-info-layer > .mm-infolayer-icon:focus:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  border: 2px solid #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.m-basic-info-layer > .mm-infolayer-icon.active {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 93.3802816901%;
  bottom: -9px;
}
.m-basic-calculator-tiles .m-basic-info-layer > .mm-infolayer-icon.active, .m-basic-text .m-basic-info-layer > .mm-infolayer-icon.active, .m-basic-table .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -11px;
}
.l-form-general .ll-row .ll-col-data label + .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -15px;
}
.l-form-general .ll-row .ll-col-data label .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -10px;
}
.l-form-general .ll-row.is-filled .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -3px;
}
.l-form-general .ll-row .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -15px;
}
.aa-unit .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -21px;
}
.m-basic-calculator-content-box--image .mm-tile .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box--image .mm-tile .m-basic-info-layer > .mm-infolayer-icon.active {
    bottom: -9px;
  }
}
.a-basic-link .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -9px;
  right: -40px;
}
.m-ves-rs-list--combinations .mm-variant-teaser .mm-option-service .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -35px;
  right: auto;
  left: -40px;
}
.m-ves-rs-contentbox .l-form .a-basic-input-radio + .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -37px;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form .a-basic-input-radio + .m-basic-info-layer > .mm-infolayer-icon {
    right: -25px;
  }
}
.m-ves-rs-contentbox .l-form .a-basic-input-text ~ .m-basic-info-layer > .mm-infolayer-icon {
  bottom: 13px;
}
.m-ves-rs-contentbox .l-form .a-basic-input-text--date ~ .m-basic-info-layer > .mm-infolayer-icon {
  bottom: 13px;
  right: -60px;
}
.ll-row.is-clone-select-row .m-basic-info-layer > .mm-infolayer-icon {
  bottom: 14px;
}
legend .m-basic-info-layer > .mm-infolayer-icon, h2 .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -9px;
}
@media print, only screen and (min-width: 48em) {
  legend .m-basic-info-layer > .mm-infolayer-icon, h2 .m-basic-info-layer > .mm-infolayer-icon {
    bottom: -5px;
  }
  .m-basic-calculator-tiles legend .m-basic-info-layer > .mm-infolayer-icon, .m-basic-calculator-tiles h2 .m-basic-info-layer > .mm-infolayer-icon {
    bottom: -5px;
  }
}
legend .m-basic-info-layer > .mm-infolayer-icon.active, h2 .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -4px;
}
.m-basic-calculator-tiles legend .m-basic-info-layer > .mm-infolayer-icon.active, .m-basic-calculator-tiles h2 .m-basic-info-layer > .mm-infolayer-icon.active {
  bottom: -4px;
}

h3 .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -9px;
}
h3 + .m-basic-info-layer > .mm-infolayer-icon {
  right: -25px;
}
@media only screen and (min-width: 64.0625em) {
  h3 + .m-basic-info-layer > .mm-infolayer-icon {
    right: -35px;
  }
}
.lt-ie9 h3 + .m-basic-info-layer > .mm-infolayer-icon {
  right: -35px;
}
.l-form-general .ll-row .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -15px;
}
.l-form-general .ll-row .a-basic-input-radio--haptik + .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -10px;
}
.l-form-general .ll-row .ll-col-label .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -9px;
}
.l-form-general .ll-row .ll-label--infolayer .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -11px;
}
.l-form-general .ll-row.is-floating .m-basic-info-layer > .mm-infolayer-icon {
  bottom: 0;
  top: 10px;
}
.l-form-general .ll-row.is-floating .m-basic-text .m-basic-info-layer > .mm-infolayer-icon {
  top: unset;
  bottom: -11px;
}
.l-form-general .ll-row .ll-col-data label .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -10px;
}
.l-form-general .ll-row.is-filled .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -5px;
}
.aa-unit .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -20px;
}
.mm-col-label .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -8px;
}
.m-my-adac-dashboard-box-showcase .mm-wrapper .mm-content .a-basic-btn + .m-basic-info-layer > .mm-infolayer-icon {
  right: -30px;
  bottom: 14px;
}
.m-basic-calculator-content-box .a-basic-input-text .m-basic-info-layer > .mm-infolayer-icon {
  right: -25px;
}
.m-basic-calculator-content-box-newform .a-basic-input-text .aa-unit .m-basic-info-layer > .mm-infolayer-icon, .m-basic-calculator-content-box .a-basic-input-text .aa-unit .m-basic-info-layer > .mm-infolayer-icon {
  bottom: -21px;
  right: -25px;
}
.m-basic-calculator-content-box .mm-col-label--layer .m-basic-info-layer > .mm-infolayer-icon {
  right: -25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-col-label--layer .m-basic-info-layer > .mm-infolayer-icon {
    right: -35px;
  }
}
.m-basic-calculator-content-box .mm-tile .m-basic-info-layer > .mm-infolayer-icon {
  position: relative;
  bottom: 6px;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile .m-basic-info-layer > .mm-infolayer-icon {
    position: absolute;
    bottom: -11px;
    right: -35px;
  }
}
.m-basic-calculator-content-box:not(.m-basic-calculator-content-box--image) .mm-tile-container.is-odd .m-basic-info-layer > .mm-infolayer-icon {
  right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box:not(.m-basic-calculator-content-box--image) .mm-tile-container.is-odd .m-basic-info-layer > .mm-infolayer-icon {
    right: -35px;
  }
}
.m-basic-calculator-content-box .a-basic-input-checkbox .m-basic-info-layer > .mm-infolayer-icon {
  bottom: 5px;
}
.m-basic-info-layer > .mm-infolayer-icon > span {
  display: none;
}
.m-basic-info-layer > .mm-infolayer-link {
  cursor: pointer;
}
.m-basic-info-layer > .mm-infolayer-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  padding: 25px 50px 40px 20px;
  margin: 18px 0 0 0;
  border: 1px solid #c5c5c5;
  background: #fff;
  z-index: 2;
  pointer-events: auto;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-info-layer > .mm-infolayer-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: initial;
  }
}
.m-basic-info-layer > .mm-infolayer-content--error {
  border-color: #cc3333;
  color: #cc3333;
}
.m-basic-info-layer > .mm-infolayer-content--error a {
  color: #cc3333;
}
.m-basic-info-layer > .mm-infolayer-content.pos-right {
  left: auto;
  right: 0;
}
.m-basic-info-layer > .mm-infolayer-content.pos-right:after {
  left: auto;
  right: 20px;
}
.m-basic-info-layer > .mm-infolayer-content.hidden {
  display: block;
  visibility: hidden;
}
.m-basic-info-layer > .mm-infolayer-content.visible {
  display: block;
  z-index: 11;
}
.m-basic-info-layer > .mm-infolayer-content .mm-anchor-layer-content {
  opacity: 0;
}
.a-basic-input-radio + .m-basic-info-layer > .mm-infolayer-content {
  margin-top: 40px;
  margin-right: 150px;
}
.m-ves-rs-contentbox .mm-tile > .m-basic-info-layer > .mm-infolayer-content {
  width: 280px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .mm-tile > .m-basic-info-layer > .mm-infolayer-content {
    width: 300px;
  }
}
.m-basic-info-layer > .mm-infolayer-content > .mm-info-head {
  display: block;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}
.h-roboto .m-basic-info-layer > .mm-infolayer-content > .mm-info-head {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-info-layer > .mm-infolayer-content > .mm-info-text {
  word-break: break-word;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-info-layer > .mm-infolayer-content > .mm-info-text {
    word-break: unset;
  }
}
.m-basic-info-layer > .mm-infolayer-content > .mm-infolayer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
}
.a-basic-input-text ~ .m-basic-info-layer > .mm-infolayer-content {
  margin-top: 24px;
}

.ll-lightbox-inner {
  border: 1px solid #c5c5c5;
}
.ll-lightbox-inner > .mm-infolayer-content {
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.ll-lightbox-inner > .mm-infolayer-content--inspection-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner > .mm-infolayer-content--inspection-details:before {
    border-radius: 8px;
  }
}
.ll-lightbox-inner > .mm-infolayer-content--inspection-details:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.ll-lightbox-inner > .mm-infolayer-content--inspection-details > * {
  position: relative;
  z-index: 2;
}
.ll-lightbox-inner > .mm-infolayer-content--inspection-details > .mm-infolayer-close {
  display: none;
}
.ll-lightbox-inner > .mm-infolayer-content > .mm-infolayer-close {
  outline: none;
}
.ll-lightbox-inner > .mm-infolayer-content > .mm-info-head {
  display: block;
  margin-bottom: 16px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.h-roboto .ll-lightbox-inner > .mm-infolayer-content > .mm-info-head {
  font-family: "Roboto Bold", sans-serif;
}
.ll-lightbox-inner > .mm-infolayer-content .mm-info-text {
  display: inline-block;
  width: 100%;
}

.l-lightbox.is-small {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 1px;
}
.l-lightbox.is-small > .mfp-container {
  position: initial;
}
.l-lightbox.is-small .jspContainer > .jspPane {
  box-sizing: border-box;
}
.l-lightbox.is-small .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 0;
}
.l-lightbox.is-small .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.l-lightbox.is-small .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.l-lightbox.is-small .jspContainer > .jspHorizontalBar {
  display: none;
}

/* m-basic-keywordfilter */
.m-basic-keywordfilter {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 0 0;
}
@media print {
  .m-basic-keywordfilter {
    display: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter {
    width: 483px;
  }
}
.m-basic-keywordfilter[data-backend=true] .mm-searchbtn {
  cursor: pointer;
}
.m-basic-keywordfilter:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter:not(.h-space-m):not(.h-space-l) {
    margin-bottom: 22px;
  }
}
.l-form .ll-fieldset .m-basic-keywordfilter {
  margin-left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-across .m-basic-keywordfilter {
    width: auto;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.m-basic-keywordfilter .mm-searchbar {
  position: relative;
}
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > input[value]:not([value=""]) ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > input:not(.is-empty) ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > input:placeholder-shown:not(.is-empty) ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > input:not([placeholder=" "]) ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > input:focus ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > .js-clear ~ .aa-col-label,
.l-form-general .m-basic-keywordfilter .mm-searchbar > .is-floating > .a-basic-input-text--clear ~ .aa-col-label {
  top: 7px;
}
.m-basic-keywordfilter .mm-searchbar > button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-indent: -10000px;
  width: 36px;
  height: 36px;
  z-index: 15;
}
.l-form-general .m-basic-keywordfilter .mm-searchbar > button {
  height: 55px;
  width: 44px;
}
.m-basic-keywordfilter .mm-searchbar > button:before {
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 77.6836158192%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-outer--my-adac .m-basic-keywordfilter .mm-searchbar > button, .l-outer--my-adac-content .m-basic-keywordfilter .mm-searchbar > button {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 77.6836158192%;
  width: 33px;
  height: 33px;
  top: 25px;
  bottom: auto;
  right: 10px;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-searchbar > button:before, .l-outer--my-adac-content .m-basic-keywordfilter .mm-searchbar > button:before {
  content: none;
}
.m-basic-keywordfilter .mm-controller {
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter .mm-controller {
    margin: 5px 0 0 0;
  }
}
.m-basic-keywordfilter .mm-controller > button {
  padding: 0 0 0 12px;
  outline: none;
  display: flex;
  position: relative;
}
.m-basic-keywordfilter .mm-controller > button:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  top: -11px;
  position: absolute;
  left: -20px;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-controller > button {
  padding: 0 0 0 40px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 44.2655935614% 93.7853107345%;
}
.m-basic-keywordfilter .mm-controller > button:focus {
  color: #333;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-controller > button:focus {
  color: #333;
}
.m-basic-keywordfilter .mm-controller > button.is-active {
  color: #333;
}
.m-basic-keywordfilter .mm-controller > button.is-active:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  top: -10px;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-controller > button.is-active {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 44.2655935614% 93.7853107345%;
  border: solid 4px red;
  color: #333;
}
.m-basic-keywordfilter .mm-controller > button.js-focus {
  color: #333;
}
.l-outer--my-adac .m-basic-keywordfilter .mm-controller > button.js-focus {
  color: #333;
}
.l-outer--my-adac .m-basic-keywordfilter:not(.m-basic-keywordfilter--select), .l-outer--my-adac-content .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.l-outer--my-adac .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-searchbar, .l-outer--my-adac-content .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-searchbar {
  width: 100%;
  height: 80px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-searchbar, .l-outer--my-adac-content .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-searchbar {
    max-width: 567px;
    width: 567px;
  }
}
.l-outer--my-adac .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-controller, .l-outer--my-adac-content .m-basic-keywordfilter:not(.m-basic-keywordfilter--select) > .mm-controller {
  align-self: flex-end;
  margin: 5px -20px 0 0;
}
.l-outer--my-adac-content .m-basic-keywordfilter {
  padding: 0;
}
.m-basic-keywordfilter--select:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
  width: auto;
  min-width: 130px;
}
.l-form-general .m-basic-keywordfilter--select:not(.h-space-m):not(.h-space-l) {
  width: 100%;
}

.m-basic-layer-survey {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  min-height: 325px;
  transform: translate(-50%, -50%);
  z-index: 2000;
  outline: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey {
    width: 350px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-layer-survey {
    width: auto;
    max-width: 620px;
    min-height: 400px;
  }
}
.lt-ie9 .m-basic-layer-survey {
  width: auto;
  max-width: 620px;
  min-height: 400px;
}
.m-basic-layer-survey:before {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
}
.m-basic-layer-survey > .mm-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 32px 5px;
  background: #fff;
  border-radius: 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey > .mm-content {
    padding: 40px 40px 5px;
  }
}
.m-basic-layer-survey > .mm-content > .mm-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.m-basic-layer-survey > .mm-content > .mm-close::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 8.8531187123% 93.7853107345%;
  position: absolute;
  top: 0;
  right: 0;
}
.m-basic-layer-survey > .mm-content > .mm-close > img {
  display: none;
}
.m-basic-layer-survey > .mm-content > article > header {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey > .mm-content > article > header {
    margin-bottom: 20px;
  }
}
.m-basic-layer-survey > .mm-content > article > header > .mm-headline {
  width: 100%;
  display: inline-block;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey > .mm-content > article > header > .mm-headline {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.m-basic-layer-survey > .mm-content > article > header > .mm-headline > .mm-headline-highlighting {
  background-color: #ffcc00;
  padding: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey > .mm-content > article > header > .mm-headline > .mm-headline-highlighting {
    padding: 5px 10px;
  }
}
.m-basic-layer-survey > .mm-content > article > section {
  margin-bottom: 30px;
}
.m-basic-layer-survey > .mm-content > article > section > .mm-timestamp {
  margin-left: 30px;
  margin-top: -5px;
  margin-bottom: -6px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey > .mm-content > article > section > .mm-timestamp {
    margin-top: -10px;
  }
}
.m-basic-layer-survey > .mm-content > article > section > .mm-timestamp:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.6322067594% 89.4632206759%;
  margin-left: -45px;
  margin-top: -12px;
  position: absolute;
}

/* m-basic-legend */
.m-basic-legend {
  padding: 8px 24px 8px 2px;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  border: 1px solid #c5c5c5;
  position: relative;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  background: #fff;
  z-index: 51;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend {
    flex-wrap: nowrap;
    flex: 0 0 auto;
  }
}
.m-basic-legend > .mm-legend-item {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  align-items: center;
  width: 50%;
  margin-bottom: 5px;
  min-height: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item {
    width: auto;
    margin: 0;
    flex: 0 1 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item:first-child {
    flex-basis: 120px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item:nth-child(2) {
    flex-basis: 123px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item:nth-child(3) {
    flex-basis: 175px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item:nth-child(4) {
    flex-basis: 175px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-legend > .mm-legend-item:nth-child(5) {
    flex-basis: 200px;
  }
}
.m-basic-legend > .mm-legend-item > img {
  align-self: flex-start;
  margin-right: 3px;
}
.m-basic-legend > .mm-legend-item > span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.m-basic-legend > .mm-legend-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 14px;
  height: 14px;
}
.m-basic-legend > .mm-legend-close > button {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  top: -10px;
  right: -10px;
  position: absolute;
  border: none;
  padding: 0;
}

.m-basic-link-cloud {
  margin-bottom: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-link-cloud {
    margin-bottom: 60px;
  }
}
.lt-ie9 .m-basic-link-cloud {
  margin-bottom: 60px;
}
.m-basic-link-cloud > .mm-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  max-width: 770px;
}
.m-basic-link-cloud > .mm-wrapper > .mm-wrapper-item {
  position: relative;
}
.m-basic-link-cloud > .mm-wrapper > .mm-wrapper-item:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: -14px;
}

.m-basic-linklist > .mm-flex-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-linklist > .mm-flex-wrap > .mm-flex-inner {
    margin-right: 70px;
    float: left;
    width: 33.3333333333%;
    max-width: 150px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-linklist > .mm-flex-wrap > .mm-flex-inner {
    width: 16.6666666667%;
    min-width: 140px;
  }
}
.lt-ie9 .m-basic-linklist > .mm-flex-wrap > .mm-flex-inner {
  width: 16.6666666667%;
  min-width: 140px;
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link {
  background: none;
  padding: 0;
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure {
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure {
    top: -5px;
  }
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure > img {
  margin-right: 0;
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure + .mm-description {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  transform: translate(55px, 5px);
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure + .mm-description:before {
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > figure + .mm-description {
    transform: translate(55px, 0);
  }
}
.m-basic-linklist > .mm-flex-wrap > .mm-flex-inner > .a-basic-link > .mm-description {
  display: flex;
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
}

/* m-basic-list */
.m-basic-list {
  max-width: 700px;
  padding: 0;
}
.m-basic-text p:last-of-type + .m-basic-list {
  padding-top: 15px;
}
@media print {
  .m-basic-list {
    page-break-inside: avoid;
  }
}
.m-basic-list.h-space-s {
  margin-bottom: 0;
}
.m-basic-list--centered {
  margin-left: auto;
  margin-right: auto;
}
br + .m-basic-list {
  padding-top: 12px;
}
br + br .m-basic-list {
  padding-top: 0;
}
.m-basic-text.h-space-s + .m-basic-list {
  padding-top: 12px;
}
.m-basic-text.h-space-s + .m-basic-list--my-adac {
  padding: 0;
}

.o-basic-cluster-box .a-basic-btn + .m-basic-list {
  padding-top: 7px;
}
.o-layout-main-stage .oo-box-col-3 .m-basic-list {
  margin-top: 2px;
}
.oo-col-label + .oo-col-data .m-basic-list, .ll-col-label + .ll-col-data .m-basic-list {
  padding-top: 7px;
}
.a-basic-input-radio .m-basic-list > li, .a-basic-input-checkbox .m-basic-list > li {
  padding-left: 14px;
  background-position: -9px -3px;
}
.a-basic-input-radio .m-basic-list > li:last-child, .a-basic-input-checkbox .m-basic-list > li:last-child {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .mm-tile > .mm-tile-content > .m-basic-list {
  padding-top: 10px;
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-tile > .mm-tile-content > .m-basic-list {
    padding-top: 20px;
  }
}
.m-basic-calculator-content-box .mm-tile-container .mm-tile > .mm-tile-content > input:disabled ~ .m-basic-list {
  color: #999;
}
.m-basic-toggle--directory .m-basic-list {
  max-width: initial;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--directory .m-basic-list {
    column-count: 2;
    column-gap: 5%;
    margin-bottom: 10px;
  }
}
ol.m-basic-list {
  padding-left: 28px;
  list-style-type: decimal;
}
ol.m-basic-list > li {
  padding-left: 0;
  background: none;
}
ol.m-basic-list > li:before {
  background: none;
}
ol.m-basic-list > li > ol {
  padding: 12px 0 0 28px;
  list-style-type: decimal;
}
ol.m-basic-list > li > ol > li {
  margin-bottom: 8px;
}

.m-basic-list > li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 20px;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: left;
}
.m-basic-list > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 0;
  position: absolute;
  left: -9px;
  top: -13px;
}
.mm-map-wrapper .m-basic-list > li:before {
  content: none;
}
.a-basic-input-checkbox .m-basic-list > li:before {
  left: -13px;
}
.m-basic-toggle--directory .m-basic-list > li {
  margin-bottom: 10px;
}
.m-basic-table .m-basic-list > li {
  margin-bottom: 1px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare .m-basic-list > li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-table--compare .m-basic-list > li {
    overflow: visible;
    text-overflow: clip;
  }
}
.lt-ie9 .m-basic-table--compare .m-basic-list > li {
  overflow: visible;
  text-overflow: clip;
}
.m-basic-calculator-tiles .m-basic-list > li {
  padding-left: 30px;
}
.m-vehicles-results > .mm-infolink-col > .m-basic-list > li {
  margin-bottom: 0;
  text-align: right;
}
.m-basic-list > li.mm-last {
  margin-bottom: 0;
}
.m-basic-list > li > a {
  text-decoration: underline;
}
.m-basic-list.m-basic-list--my-adac-link > li > a {
  text-decoration: none;
}
.m-basic-list.m-basic-list--my-adac-link > li > a:hover {
  text-decoration: none;
}
.m-basic-list.m-basic-list--my-adac-link > li > a:visited {
  color: #333;
}

.m-basic-list > li > ul:not(.m-basic-list--yellow) {
  padding: 12px 0 0 12px;
}
.m-basic-list > li > ul:not(.m-basic-list--yellow) > li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 11px;
}
.m-basic-list > li > ul:not(.m-basic-list--yellow) > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 0;
  position: absolute;
  left: -18px;
  top: -14px;
}
.m-basic-list--yellowdots > li::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 32px;
  height: 32px;
  background-position: 21.620758483% 18.4173669468%;
  position: absolute;
  top: -7px;
  left: -5px;
}
.mm-layer-details-inner .m-basic-list {
  padding-top: 4px !important;
}
.mm-layer-details-inner .m-basic-list.h-space-s {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .mm-layer-details-inner .m-basic-list.h-space-s {
    margin-bottom: 10px;
  }
}
.mm-flex--row-reverse .mm-content .m-basic-list {
  padding-left: 10px;
}
.oo-description .m-basic-list > ul {
  padding: 0;
}
.l-outer--my-adac-content .m-basic-list li {
  position: relative;
  height: auto;
  margin: 0;
  padding: 8px 0 8px 40px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.l-outer--my-adac-content .m-basic-list li:hover {
  text-decoration: none;
}
.l-outer--my-adac-content .m-basic-list li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 0;
  content: "";
  background-color: #191919;
  border-radius: 50%;
}
.l-outer--my-adac-content .m-basic-list--link li:before {
  display: none;
}

.l-outer--my-adac .m-basic-list:not(.m-basic-list--no-my-adac):not(.m-basic-list--link) {
  margin: 0 0 24px 0;
}
.l-outer--my-adac .m-basic-list:not(.m-basic-list--no-my-adac):not(.m-basic-list--link) li {
  position: relative;
  height: auto;
  margin: 0;
  padding: 8px 0 8px 40px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.l-outer--my-adac .m-basic-list:not(.m-basic-list--no-my-adac):not(.m-basic-list--link) li:hover {
  text-decoration: none;
}
.l-outer--my-adac .m-basic-list:not(.m-basic-list--no-my-adac):not(.m-basic-list--link) li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 0;
  content: "";
  background-color: #191919;
  border-radius: 50%;
}
.l-outer--my-adac .m-basic-list.m-basic-list--no-my-adac li {
  margin-bottom: 15px;
}
.o-basic-form-overview .oo-col-label + .oo-col-data .m-basic-list {
  padding-top: 2px;
}
.m-adac-maps--searchresults .mm-map-wrapper > .m-basic-list {
  display: flex;
  flex-wrap: wrap;
}
.m-adac-maps--searchresults .mm-map-wrapper > .m-basic-list > .mm-icon {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.m-adac-maps--searchresults .mm-map-wrapper > .m-basic-list > .mm-icon svg {
  width: 36px;
  height: 36px;
  margin-left: 7px;
}

.m-basic-member-puzzle > .mm-member-gallery-wrapper {
  margin-right: -10px;
  position: relative;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members {
  margin-bottom: 20px;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members.is-inactive {
  cursor: auto;
  max-height: none;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper {
  padding: 20px 0;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members.is-inactive > .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide {
  padding: 0;
  margin: 0;
  cursor: auto;
  max-width: 135px;
  flex-basis: 135px;
  border: 2px solid transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide {
    max-width: 161px;
    flex-basis: 161px;
  }
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide.js-puzzle-content {
  cursor: pointer;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members.is-inactive > .swiper-wrapper > .swiper-slide {
  margin: 0 10px 10px 0;
}

.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide:focus-visible {
  outline: none;
}
.is-keyboard-focus .m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide:focus-visible {
  border: 2px solid #000;
}
.is-ios .m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide:focus-visible {
  outline: 2px solid #000;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide > img {
  max-width: 100%;
  height: auto;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide > figcaption {
  padding: 5px 8px 5px 0;
  position: relative;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide.js-puzzle-content > figcaption {
  padding: 5px 8px 5px 10px;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide.js-puzzle-content > figcaption:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  position: absolute;
  left: -18px;
  top: -7px;
}

.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide > figcaption > .mm-data > .mm-name {
  font-weight: bold;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide .mm-ratio-container {
  display: inline-block;
  position: relative;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide .mm-ratio-container:not(.is-lazyloaded) {
  background: #ededed;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide .mm-ratio-container:not(.is-lazyloaded)::before {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
  width: 68px;
  height: 68px;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .swiper-wrapper > .swiper-slide .mm-ratio-container > img {
  height: auto;
  max-width: 100%;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper > .swiper.js-members > .is-disabled {
  display: none;
}
.m-basic-member-puzzle > .mm-member-gallery-wrapper .swiper-button-next:focus-within,
.m-basic-member-puzzle > .mm-member-gallery-wrapper .swiper-button-prev:focus-within {
  outline: none;
}
.is-keyboard-focus .m-basic-member-puzzle > .mm-member-gallery-wrapper .swiper-button-next:focus-within,
.is-keyboard-focus .m-basic-member-puzzle > .mm-member-gallery-wrapper .swiper-button-prev:focus-within {
  outline: 2px solid #000;
}
.m-basic-member-puzzle > .mm-member-content-wrapper {
  position: relative;
}
.m-basic-member-puzzle > .mm-member-content-wrapper.is-inactive {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-member-puzzle > .mm-member-content-wrapper > .swiper-wrapper {
    min-height: 302px;
  }
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .swiper-wrapper .mm-aside {
  margin-bottom: 20px;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons {
  padding: 0;
  margin: 0 0 0 auto;
  width: 100px;
  height: 36px;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li {
  display: inline-block !important;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  position: relative;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-prev {
  width: 30px;
  height: 30px;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-prev:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-next {
  width: 30px;
  height: 30px;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-next:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-close {
  width: 30px;
  height: 30px;
}
.m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button.mm-close:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
}
.is-keyboard-focus .m-basic-member-puzzle > .mm-member-content-wrapper > .mm-layer-buttons > li > button:focus {
  outline: 2px solid #000;
}
.m-basic-member-puzzle--location .mm-content h3 {
  width: 100%;
  max-width: 100%;
}
.m-basic-member-puzzle--ruf {
  margin-bottom: 0;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper {
  margin-bottom: 0;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper {
  padding: 20px 0 0 0;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a {
  display: block;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a:hover {
  text-decoration: underline;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > img {
  max-width: 155px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > img {
    max-width: 100%;
  }
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > figcaption {
  padding: 5px 8px 5px 0;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > figcaption > .mm-data > .mm-name {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  position: relative;
  padding: 0 0 0 12px;
}
.m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > figcaption > .mm-data > .mm-name:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h-roboto .m-basic-member-puzzle--ruf > .mm-member-gallery-wrapper > .swiper > .swiper-wrapper > a > .swiper-slide > figcaption > .mm-data > .mm-name {
  font-family: "Roboto Bold", sans-serif;
}

/* m-basic movie */
.m-basic-movie {
  font-size: 0;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.m-basic-gallery > .mm-big .m-basic-movie {
  height: auto;
}
.m-basic-gallery > .mm-big .has-youtube-video .m-basic-movie {
  padding-bottom: 56.25%;
}
.m-basic-gallery .swiper--thumbs .m-basic-movie:not(.has-cloudinary-video), .m-basic-gallery .swiper--prev .m-basic-movie:not(.has-cloudinary-video) {
  display: flex;
  align-items: center;
}
.m-basic-newsbox .m-basic-movie {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 16px 0;
  z-index: 2;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox .m-basic-movie {
    float: left;
    width: 290px;
    margin-top: 4px;
  }
}
.m-ves-tab .m-basic-newsbox .m-basic-movie {
  min-height: calc((100vw - 40px) / 1.777);
  max-height: calc((100vw - 40px) / 1.777);
  height: calc((100vw - 40px) / 1.777);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .m-basic-newsbox .m-basic-movie {
    min-height: 162px;
    max-height: 162px;
    height: 162px;
  }
}
.m-basic-movie, .m-basic-movie::before, .m-basic-movie::after {
  box-sizing: border-box;
}
.m-basic-movie.is-controls {
  cursor: default;
}
.m-basic-movie.is-controls.is-draggable {
  cursor: move;
  cursor: grab;
}
.m-basic-movie.is-controls.is-dragging {
  cursor: grabbing;
}
.m-basic-movie.is-controls.is-poster {
  cursor: pointer;
}
.m-basic-movie.is-controls.is-error {
  cursor: default;
  cursor: no-drop;
}
.m-basic-movie.is-unsupported {
  cursor: default;
  cursor: no-drop;
}
.m-basic-movie.is-unsupported::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.m-basic-movie:fullscreen {
  width: 100%;
  height: 100%;
}
.m-basic-movie.is-fake-fullscreen {
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.m-basic-movie :focus, .m-basic-movie:focus {
  outline: none;
}
.m-basic-movie > .mm-poster-container {
  display: block;
  position: relative;
}
.m-basic-movie > .mm-poster-container:hover::before {
  border: 2px solid #000;
}
.m-basic-movie > .mm-poster-container::before {
  content: "";
  background-color: #ffcc00;
  background-size: 100%;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-poster-container::before, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-poster-container::before, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-poster-container::before {
    width: 50px;
    height: 50px;
  }
}
.lt-ie9 .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-poster-container::before, .lt-ie9 .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-poster-container::before, .lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-poster-container::before {
  width: 50px;
  height: 50px;
}
.m-basic-movie > .mm-poster-container::before:hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-poster-container::before.is-hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-poster-container::before:focus {
  outline: none;
}
.m-basic-movie > .mm-poster-container::before.is-fade-out {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 750ms ease-out;
}
.m-basic-movie > .mm-poster-container::before.is-z-index {
  z-index: 93;
}
.m-basic-movie > .mm-poster-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 84px;
  height: 85px;
  background-position: 49.6209510682% 68.5818181818%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  z-index: 20;
  display: block;
}
.m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-poster-container::after, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-poster-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 52px;
  height: 52.5px;
  background-position: 84.9602157788% 0;
  width: 52px;
  height: 52px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .swiper--prev .m-basic-movie > .mm-poster-container::after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 52px;
    height: 52.5px;
    background-position: 84.9602157788% 0;
    width: 52px;
    height: 52px;
  }
}
.lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-poster-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 52px;
  height: 52.5px;
  background-position: 84.9602157788% 0;
  width: 52px;
  height: 52px;
}
.m-basic-movie > .mm-poster-container > .mm-poster-img {
  width: 100%;
  height: auto;
  filter: brightness(70%);
}
.m-basic-movie > .mm-movie-container.is-init + .mm-poster-container {
  display: none;
}
.m-basic-movie > .mm-youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background: #000;
}
.m-basic-movie > .mm-youtube-container > iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  height: 100%;
}
.m-basic-movie > .mm-youtube-container > picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: brightness(70%);
}
.m-basic-gallery:not(.is-enlarged) .m-basic-movie > .mm-youtube-container > picture {
  position: relative;
}
.swiper-slide.swiper-slide-thumb-active .m-basic-movie > .mm-youtube-container > picture {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}
.m-basic-movie > .mm-youtube-container > picture.is-fade-out {
  opacity: 0;
  transition: opacity 750ms ease-out;
}
.m-basic-movie > .mm-youtube-container > picture.is-z-index {
  z-index: 93;
}
.m-basic-movie > .mm-youtube-container > picture > img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-basic-gallery .m-basic-movie > .mm-youtube-container > picture > img {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
}
.m-basic-movie > .mm-youtube-container > button {
  background-color: #ffcc00;
  background-size: 100%;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print {
  .m-basic-movie > .mm-youtube-container > button {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-container > button, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-container > button, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-container > button {
    width: 50px;
    height: 50px;
  }
}
.lt-ie9 .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-container > button, .lt-ie9 .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-container > button, .lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-container > button {
  width: 50px;
  height: 50px;
}
.m-basic-movie > .mm-youtube-container > button:hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-youtube-container > button.is-hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-youtube-container > button:focus {
  outline: none;
}
.is-keyboard-focus .m-basic-movie > .mm-youtube-container > button:focus {
  border: 4px solid #fff !important;
  outline: 4px solid #000 !important;
}
.m-basic-movie > .mm-youtube-container > button.is-fade-out {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 750ms ease-out;
}
.m-basic-movie > .mm-youtube-container > button.is-z-index {
  z-index: 93;
}
.m-basic-movie > .mm-youtube-container:hover > button {
  border: 2px solid #000;
}

.m-basic-movie > .mm-youtube-container > button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 7.5726842461% 83.9031339031%;
}
.m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-container > button > span, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-container > button > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery--layer .swiper--prev .m-basic-movie > .mm-youtube-container > button > span {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 40px;
    height: 40px;
    background-position: 99.7297658863% 96.1971830986%;
    width: 40px;
    height: 40px;
  }
}
.lt-ie9 .m-basic-gallery--layer .swiper--prev .m-basic-movie > .mm-youtube-container > button > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
.m-basic-movie > .mm-default > img {
  max-width: 100%;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-poster {
  filter: brightness(70%);
}
@media print {
  .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-poster {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media print {
  .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button {
    display: none;
  }
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before {
  content: "";
  padding-bottom: 0;
  background-color: #ffcc00;
  background-size: 100%;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before {
    width: 50px;
    height: 50px;
  }
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before:hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before.is-hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before:focus {
  outline: none;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before.is-fade-out {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 750ms ease-out;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::before.is-z-index {
  z-index: 93;
}
.m-basic-movie > .mm-cloudinary-container:hover > .cld-video-player > .vjs-big-play-button::before {
  border: 2px solid #000;
}

.is-keyboard-focus .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button:focus:before {
  border: 4px solid #fff !important;
  outline: 4px solid #000 !important;
}
.m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  z-index: 20;
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 7.5726842461% 83.9031339031%;
  content: "";
}
.m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::after, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .swiper--prev .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 40px;
    height: 40px;
    background-position: 99.7297658863% 96.1971830986%;
    width: 40px;
    height: 40px;
  }
}
.lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-cloudinary-container > .cld-video-player > .vjs-big-play-button::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
.m-basic-movie > .mm-cloudinary-container video {
  display: none;
}
.m-basic-movie > .mm-cloudinary-container--loaded video {
  display: block;
}
:not(.m-basic-gallery) .m-basic-movie > .mm-youtube-container {
  padding-bottom: 56.25%;
  width: 100%;
}
:not(.m-basic-gallery) .m-basic-movie > .mm-youtube-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.m-basic-movie > .m-loading {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  color: #ffcc00;
  font-size: 50px;
  font-size: 3.125rem;
  transition: all 0.5s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -90%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-loading {
    font-size: 100px;
    font-size: 6.25rem;
    transform: translate(-50%, -70%);
  }
}
.m-basic-movie.is-loading > .m-loading {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-loading svg {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-loading svg {
    width: 100px;
    height: 100px;
  }
}
.m-basic-movie > .m-loading svg {
  animation: movie-loading 1s infinite steps(2);
}
@keyframes movie-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m-basic-movie > .m-play {
  z-index: 1;
  color: white;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  font-size: 3.125rem;
  transition: all 0.5s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-play {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 100px;
    font-size: 6.25rem;
    transform: translate(-50%, -50%);
  }
  .m-basic-gallery .swiper--prev .m-basic-movie > .m-play {
    display: none;
  }
}
.m-basic-movie:hover > .m-play {
  text-shadow: none;
  color: #ffcc00;
}

.m-basic-movie.is-poster > .m-play, .m-basic-movie.is-paused > .m-play {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie.is-loading > .m-play, .m-basic-movie.is-dragging > .m-play {
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}

.m-basic-movie.is-loading > .m-play {
  transition-delay: 0s;
}

.m-basic-movie.is-error > .m-play {
  display: none;
}

.m-basic-movie.is-paused.is-controls:not(.is-poster) > .m-play {
  transform: translate(-50%, -85%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie.is-paused.is-controls:not(.is-poster) > .m-play {
    transform: translate(-50%, -50%);
  }
}

.m-basic-movie > .m-play svg {
  fill: white;
  width: 50px;
  height: 50px;
  vertical-align: top;
  transition: all 0.25s ease;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}
.m-basic-movie:hover > .m-play svg {
  filter: none;
  fill: #ffcc00;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-play svg {
    width: 100px;
    height: 100px;
  }
}
.m-basic-movie > .m-play > .fa-play {
  position: relative;
}
.m-basic-movie > .m-play > .fa-play::before {
  display: none;
}
.m-basic-movie.is-loading > .m-play > .fa-play::before {
  display: block;
}

.m-basic-movie > .mm-youtube-link-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.m-basic-movie > .mm-youtube-link-container:hover::before {
  border: 2px solid #000;
}
.m-basic-movie > .mm-youtube-link-container::before {
  background-color: #ffcc00;
  background-size: 100%;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  outline: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-link-container::before, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-link-container::before, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-link-container::before {
    width: 50px;
    height: 50px;
  }
}
.lt-ie9 .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-link-container::before, .lt-ie9 .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-link-container::before, .lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-link-container::before {
  width: 50px;
  height: 50px;
}
@media print {
  .m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-link-container::before, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-link-container::before, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-link-container::before {
    width: 50px;
    height: 50px;
  }
}
.m-basic-movie > .mm-youtube-link-container::before:hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-youtube-link-container::before.is-hover {
  background-color: #ffcc00;
}
.m-basic-movie > .mm-youtube-link-container::before:focus {
  outline: none;
}
.m-basic-movie > .mm-youtube-link-container::before.is-fade-out {
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 750ms ease-out;
}
.m-basic-movie > .mm-youtube-link-container::before.is-z-index {
  z-index: 93;
}
.m-basic-movie > .mm-youtube-link-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 7.5726842461% 83.9031339031%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  z-index: 20;
  display: block;
}
.m-basic-gallery .mm-thumbnail-wrapper .m-basic-movie > .mm-youtube-link-container::after, .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-youtube-link-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-link-container::after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 40px;
    height: 40px;
    background-position: 99.7297658863% 96.1971830986%;
    width: 40px;
    height: 40px;
  }
}
.lt-ie9 .m-basic-gallery .swiper--prev .m-basic-movie > .mm-youtube-link-container::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 96.1971830986%;
  width: 40px;
  height: 40px;
}
.is-keyboard-focus .m-basic-movie > .mm-youtube-link-container:focus:before {
  border: 4px solid #fff;
  outline: 4px solid #000;
}
.m-basic-movie > .mm-youtube-link-container > img {
  width: 100%;
  filter: brightness(70%);
}
.m-basic-movie > .mm-youtube-link-container > img.mm-default {
  box-shadow: inset 1000px 1000px 1000px rgba(0, 0, 0, 0.3);
}
.m-basic-movie > .mm-link-description {
  background: #fff;
  margin-top: 7px;
}
.m-basic-gallery .m-basic-movie > .mm-link-description {
  padding: 4px 10px;
  background: #d7d7d7;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: left;
  z-index: 10;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .m-basic-movie > .mm-link-description {
    padding: 7px 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .swiper--thumbs .m-basic-movie > .mm-link-description, .m-basic-gallery .swiper--prev .m-basic-movie > .mm-link-description, .m-basic-gallery--layer .mm-prev .m-basic-movie > .mm-link-description {
    display: none;
  }
}
.m-basic-movie > .mm-link-description > p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .mm-link-description > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.m-basic-gallery .m-basic-movie > .mm-link-description > p {
  line-height: 14px;
  line-height: 0.875rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .m-basic-movie > .mm-link-description > p {
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.m-basic-movie > .m-spherical {
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  color: #ffcc00;
  transition: all 0.25s ease;
  top: 70px;
  left: 10px;
  position: absolute;
}
.m-basic-movie.is-keyboard-focus > .m-spherical:focus {
  opacity: 1;
}

.m-basic-movie > .m-spherical > i {
  padding: 5px;
  overflow: hidden;
  background: white;
  border-radius: 50%;
  border: 2px solid #ffcc00;
}
.m-basic-movie > .m-spherical > i::before {
  font-size: xx-large;
}
.m-basic-movie > .m-controls {
  color: white;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(100%);
  padding: 10px 20px 10px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
}
.m-basic-gallery .swiper:not(.swiper--big) .m-basic-movie > .m-controls {
  padding-left: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .swiper:not(.swiper--big) .m-basic-movie > .m-controls {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.m-basic-movie.is-controls.is-paused > .m-controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-movie.is-controls > .m-controls {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.lt-ie9 .m-basic-movie.is-controls > .m-controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.m-basic-movie.is-dragging > .m-controls, .m-basic-movie.is-error > .m-controls {
  pointer-events: none;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.m-basic-movie > .m-controls > .m-timeline {
  padding: 10px;
  margin: 0 -10px;
  cursor: pointer;
  line-height: 22px;
}
.m-basic-movie > .m-controls > .m-timeline > .m-time {
  font-size: small;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.m-basic-movie > .m-controls > .m-timeline > .m-time--progress {
  padding-right: 10px;
}
.m-basic-movie > .m-controls > .m-timeline > .m-time--total {
  padding-left: 10px;
}
.m-basic-movie > .m-controls > .m-timeline > .m-time + .m-slider {
  width: 100%;
  display: table-cell;
}
.m-basic-movie > .m-controls > .m-timeline > .m-slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.25s ease;
  padding-left: 22px;
}
.m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider {
  transition: none;
  overflow: visible;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-timeline > .m-slider {
    padding-left: 13px;
  }
  .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider, .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider, .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider {
    padding-left: 22px;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline > .m-slider {
  padding-left: 13px;
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider, .lt-ie9 .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider, .lt-ie9 .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider {
  padding-left: 22px;
}

.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line {
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  transition: all 0.25s ease;
}
.m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line {
  transition: none;
}

.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--progress {
  background: #ffcc00;
  margin-left: -22px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--progress {
    margin-left: -13px;
  }
  .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider > .m-line--progress, .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--progress, .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--progress {
    margin-left: -22px;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--progress {
  margin-left: -13px;
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider > .m-line--progress, .lt-ie9 .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--progress, .lt-ie9 .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--progress {
  margin-left: -22px;
}

.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--remaining {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  margin-left: -22px;
  padding-left: 22px;
}
.m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
  transition: none;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
    margin-left: -13px;
    padding-left: 13px;
  }
  .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider > .m-line--remaining > .m-buffer, .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer, .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--remaining > .m-buffer {
    margin-left: -22px;
    padding-left: 22px;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer {
  margin-left: -13px;
  padding-left: 13px;
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline:hover > .m-slider > .m-line--remaining > .m-buffer, .lt-ie9 .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-line--remaining > .m-buffer, .lt-ie9 .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-line--remaining > .m-buffer {
  margin-left: -22px;
  padding-left: 22px;
}

.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-handle {
  border-radius: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  transition: all 0.25s ease;
  border: 2px solid white;
}
.m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle {
  transition: none;
  border-color: #ffcc00;
}

.m-basic-movie > .m-controls > .m-timeline:hover > .m-slider > .m-handle, .m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle, .m-basic-movie.is-keyboard-focus > .m-controls > .m-timeline:focus > .m-slider > .m-handle {
  width: 18px;
  height: 18px;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-handle {
    width: 9px;
    height: 9px;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-handle {
  width: 9px;
  height: 9px;
}
.m-basic-movie > .m-controls > .m-timeline > .m-slider > .m-handle::before {
  display: none;
  color: white;
  padding: 0 5px;
  font-size: small;
  position: absolute;
  border-radius: 5px;
  margin-bottom: 20px;
  content: attr(data-time);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  bottom: 100%;
  position: absolute;
}
.m-basic-movie.is-timeline-dragging > .m-controls > .m-timeline > .m-slider > .m-handle::before {
  display: block;
}

.m-basic-movie > .m-controls > .m-left {
  float: left;
  margin-left: -10px;
}
.m-basic-movie > .m-controls > .m-right {
  float: right;
  margin-right: -10px;
}
.m-basic-movie > .m-controls > .m-left > .m-button,
.m-basic-movie > .m-controls > .m-right > .m-button {
  padding: 10px;
  color: inherit;
  cursor: pointer;
  font-size: 100%;
  appearance: none;
  user-select: none;
  border: medium none;
  text-align: inherit;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.25s ease;
  background-color: transparent;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.m-basic-movie > .m-controls > .m-left > .m-button::-moz-focus-inner,
.m-basic-movie > .m-controls > .m-right > .m-button::-moz-focus-inner {
  border: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button:hover, .m-basic-movie > .m-controls > .m-right > .m-button:hover, .m-basic-movie.is-keyboard-focus > .m-controls > .m-left > .m-button:focus, .m-basic-movie.is-keyboard-focus > .m-controls > .m-right > .m-button:focus {
  filter: none;
  color: #ffcc00;
}

.m-basic-movie > .m-controls > .m-left > .m-button > i,
.m-basic-movie > .m-controls > .m-right > .m-button > i {
  font-size: 0;
}
.m-basic-movie > .m-controls > .m-left > .m-button > i::before,
.m-basic-movie > .m-controls > .m-right > .m-button > i::before {
  font-size: medium;
  vertical-align: middle;
}
.m-basic-movie > .m-controls > .m-left > .m-button > svg,
.m-basic-movie > .m-controls > .m-right > .m-button > svg {
  fill: white;
  width: 20px;
  height: 20px;
  transition: all 0.25s ease;
}
.m-basic-movie > .m-controls > .m-left > .m-button:hover > svg, .m-basic-movie > .m-controls > .m-right > .m-button:hover > svg, .m-basic-movie.is-keyboard-focus > .m-controls > .m-left > .m-button:focus > svg, .m-basic-movie.is-keyboard-focus > .m-controls > .m-right > .m-button:focus > svg {
  fill: #ffcc00;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-controls > .m-left > .m-button > svg,
  .m-basic-movie > .m-controls > .m-right > .m-button > svg {
    width: 30px;
    height: 30px;
  }
}
.m-basic-movie > .m-controls > .m-left > .m-button--play,
.m-basic-movie > .m-controls > .m-right > .m-button--play {
  display: none;
  left: -1px;
  width: 39px;
  height: 39px;
  position: relative;
}
.m-basic-movie > .m-controls > .m-left > .m-button--play::before,
.m-basic-movie > .m-controls > .m-right > .m-button--play::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 15.1453684922% 83.9031339031%;
  content: "";
  position: absolute;
  top: -10px;
  left: -9px;
}
.m-basic-movie.is-playing > .m-controls > .m-left > .m-button--play::before, .m-basic-movie.is-playing > .m-controls > .m-right > .m-button--play::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 55.8404558405%;
}

.m-basic-movie > .m-controls > .m-left > .m-button--play:hover::before,
.m-basic-movie > .m-controls > .m-right > .m-button--play:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 11.3590263692% 83.9031339031%;
}
.m-basic-movie.is-playing > .m-controls > .m-left > .m-button--play:hover::before, .m-basic-movie.is-playing > .m-controls > .m-right > .m-button--play:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 59.8290598291%;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-left > .m-button--play,
  .m-basic-movie > .m-controls > .m-right > .m-button--play {
    display: inline;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-left > .m-button--play,
.lt-ie9 .m-basic-movie > .m-controls > .m-right > .m-button--play {
  display: inline;
}
.m-basic-movie > .m-controls > .m-left > .m-button--play .m-play,
.m-basic-movie > .m-controls > .m-left > .m-button--play > .fa-play,
.m-basic-movie > .m-controls > .m-left > .m-button--play .m-pause,
.m-basic-movie > .m-controls > .m-left > .m-button--play > .fa-pause,
.m-basic-movie > .m-controls > .m-right > .m-button--play .m-play,
.m-basic-movie > .m-controls > .m-right > .m-button--play > .fa-play,
.m-basic-movie > .m-controls > .m-right > .m-button--play .m-pause,
.m-basic-movie > .m-controls > .m-right > .m-button--play > .fa-pause {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--volume,
.m-basic-movie > .m-controls > .m-right > .m-button--volume {
  position: relative;
  top: 1px;
  width: 39px;
  height: 39px;
}
.m-basic-movie > .m-controls > .m-left > .m-button--volume::before,
.m-basic-movie > .m-controls > .m-right > .m-button--volume::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 53.0087897228% 83.9031339031%;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-basic-movie.is-muted > .m-controls > .m-left > .m-button--volume::before, .m-basic-movie.is-muted > .m-controls > .m-right > .m-button--volume::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 45.4361054767% 83.9031339031%;
}

.m-basic-movie > .m-controls > .m-left > .m-button--volume:hover::before,
.m-basic-movie > .m-controls > .m-right > .m-button--volume:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 56.7951318458% 83.9031339031%;
}
.m-basic-movie.is-muted > .m-controls > .m-left > .m-button--volume:hover::before, .m-basic-movie.is-muted > .m-controls > .m-right > .m-button--volume:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 49.2224475997% 83.9031339031%;
}

.m-basic-movie > .m-controls > .m-left > .m-button--volume .m-on,
.m-basic-movie > .m-controls > .m-left > .m-button--volume > .fa-volume-up,
.m-basic-movie > .m-controls > .m-left > .m-button--volume .m-off,
.m-basic-movie > .m-controls > .m-left > .m-button--volume > .fa-volume-off,
.m-basic-movie > .m-controls > .m-right > .m-button--volume .m-on,
.m-basic-movie > .m-controls > .m-right > .m-button--volume > .fa-volume-up,
.m-basic-movie > .m-controls > .m-right > .m-button--volume .m-off,
.m-basic-movie > .m-controls > .m-right > .m-button--volume > .fa-volume-off {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--quality,
.m-basic-movie > .m-controls > .m-right > .m-button--quality {
  opacity: 0.5;
  visibility: visible;
}
.m-basic-movie.is-hd > .m-controls > .m-left > .m-button--quality, .m-basic-movie.is-hd > .m-controls > .m-right > .m-button--quality {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-controls > .m-left > .m-button--quality .m-menu,
.m-basic-movie > .m-controls > .m-right > .m-button--quality .m-menu {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--quality .m-hd,
.m-basic-movie > .m-controls > .m-right > .m-button--quality .m-hd {
  display: none;
  font-size: small;
}
.m-basic-movie > .m-controls > .m-left > .m-button--quality.is-toggle,
.m-basic-movie > .m-controls > .m-right > .m-button--quality.is-toggle {
  opacity: 0.5;
  visibility: visible;
}
.m-basic-movie.is-hd > .m-controls > .m-left > .m-button--quality.is-toggle, .m-basic-movie.is-hd > .m-controls > .m-right > .m-button--quality.is-toggle {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-controls > .m-left > .m-button--quality.is-toggle .m-menu,
.m-basic-movie > .m-controls > .m-right > .m-button--quality.is-toggle .m-menu {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--quality.is-toggle .m-hd,
.m-basic-movie > .m-controls > .m-right > .m-button--quality.is-toggle .m-hd {
  display: inline-block;
}
.m-basic-movie > .m-controls > .m-left > .m-button--orientation,
.m-basic-movie > .m-controls > .m-right > .m-button--orientation {
  position: relative;
  width: 39px;
  height: 39px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-controls > .m-left > .m-button--orientation,
  .m-basic-movie > .m-controls > .m-right > .m-button--orientation {
    margin: 0 0 0 10px;
  }
}
.m-basic-movie > .m-controls > .m-left > .m-button--orientation::before,
.m-basic-movie > .m-controls > .m-right > .m-button--orientation::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 0;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-basic-movie > .m-controls > .m-left > .m-button--orientation:hover::before,
.m-basic-movie > .m-controls > .m-right > .m-button--orientation:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 3.9886039886%;
}
.m-basic-movie.has-orientation > .m-controls > .m-left > .m-button--orientation, .m-basic-movie.has-orientation > .m-controls > .m-right > .m-button--orientation {
  opacity: 0.5;
  visibility: visible;
}
.m-basic-movie.has-orientation.is-orientation > .m-controls > .m-left > .m-button--orientation, .m-basic-movie.has-orientation.is-orientation > .m-controls > .m-right > .m-button--orientation {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie.has-orientation > .m-controls > .m-left > .m-button--orientation::before, .m-basic-movie.has-orientation > .m-controls > .m-right > .m-button--orientation::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 47.8632478632%;
}
.m-basic-movie.has-orientation > .m-controls > .m-left > .m-button--orientation:hover::before, .m-basic-movie.has-orientation > .m-controls > .m-right > .m-button--orientation:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 51.8518518519%;
}
.m-basic-movie.has-orientation > .m-controls > .m-left > .m-button--orientation .m-center, .m-basic-movie.has-orientation > .m-controls > .m-right > .m-button--orientation .m-center {
  display: none;
}
.m-basic-movie.has-orientation > .m-controls > .m-left > .m-button--orientation .m-orientation, .m-basic-movie.has-orientation > .m-controls > .m-right > .m-button--orientation .m-orientation {
  display: inline-block;
}

.m-basic-movie > .m-controls > .m-left > .m-button--orientation .m-orientation,
.m-basic-movie > .m-controls > .m-right > .m-button--orientation .m-orientation {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--orientation > .fa-crosshairs,
.m-basic-movie > .m-controls > .m-right > .m-button--orientation > .fa-crosshairs {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--stereo,
.m-basic-movie > .m-controls > .m-right > .m-button--stereo {
  opacity: 0.5;
  visibility: visible;
  position: relative;
  width: 39px;
  height: 39px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-controls > .m-left > .m-button--stereo,
  .m-basic-movie > .m-controls > .m-right > .m-button--stereo {
    margin: 0 0 0 10px;
  }
}
.m-basic-movie > .m-controls > .m-left > .m-button--stereo::before,
.m-basic-movie > .m-controls > .m-right > .m-button--stereo::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 71.9405003381% 79.9145299145%;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-basic-movie > .m-controls > .m-left > .m-button--stereo:hover::before,
.m-basic-movie > .m-controls > .m-right > .m-button--stereo:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 75.7268424611% 79.9145299145%;
}
.m-basic-movie.is-stereo > .m-controls > .m-left > .m-button--stereo, .m-basic-movie.is-stereo > .m-controls > .m-right > .m-button--stereo {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-controls > .m-left > .m-button--stereo > .fa-columns,
.m-basic-movie > .m-controls > .m-right > .m-button--stereo > .fa-columns {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen {
  position: relative;
  width: 39px;
  height: 39px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-movie > .m-controls > .m-left > .m-button--fullscreen,
  .m-basic-movie > .m-controls > .m-right > .m-button--fullscreen {
    margin: 0 0 0 10px;
  }
}
.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen::before,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 56.7951318458% 79.9145299145%;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-basic-movie.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen::before, .m-basic-movie.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 60.5814739689% 79.9145299145%;
}

.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen:hover::before,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 68.154158215% 79.9145299145%;
}
.m-basic-movie.is-fullscreen > .m-controls > .m-left > .m-button--fullscreen:hover::before, .m-basic-movie.is-fullscreen > .m-controls > .m-right > .m-button--fullscreen:hover::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 64.367816092% 79.9145299145%;
}

.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen .m-expand,
.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen > .fa-expand,
.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen .m-compress,
.m-basic-movie > .m-controls > .m-left > .m-button--fullscreen > .fa-compress,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen .m-expand,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen > .fa-expand,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen .m-compress,
.m-basic-movie > .m-controls > .m-right > .m-button--fullscreen > .fa-compress {
  display: none;
}
.m-basic-movie > .m-controls > .m-left > .m-volume,
.m-basic-movie > .m-controls > .m-right > .m-volume {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-left > .m-volume,
  .m-basic-movie > .m-controls > .m-right > .m-volume {
    display: inline;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-left > .m-volume,
.lt-ie9 .m-basic-movie > .m-controls > .m-right > .m-volume {
  display: inline;
}
.m-basic-movie.is-volume > .m-controls > .m-left > .m-volume, .m-basic-movie.is-volume > .m-controls > .m-right > .m-volume {
  max-width: 70px;
}

.m-basic-movie.is-dragging > .m-controls > .m-left > .m-volume, .m-basic-movie.is-dragging > .m-controls > .m-right > .m-volume, .m-basic-movie.is-timeline-dragging > .m-controls > .m-left > .m-volume, .m-basic-movie.is-timeline-dragging > .m-controls > .m-right > .m-volume {
  max-width: 0;
}

.m-basic-movie > .m-controls > .m-left > .m-volume > .m-slider,
.m-basic-movie > .m-controls > .m-right > .m-volume > .m-slider {
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 50px;
  padding: 12px 10px;
}
.m-basic-movie > .m-controls > .m-left > .m-volume > .m-slider > .m-line,
.m-basic-movie > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  width: 100%;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease;
  height: 3px;
  background: #ffcc00;
}
.m-basic-movie.is-muted > .m-controls > .m-left > .m-volume > .m-slider > .m-line, .m-basic-movie.is-muted > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  width: 0 !important;
}

.m-basic-movie.is-volume-dragging > .m-controls > .m-left > .m-volume > .m-slider > .m-line, .m-basic-movie.is-volume-dragging > .m-controls > .m-right > .m-volume > .m-slider > .m-line {
  transition: none;
}

.m-basic-movie > .m-controls > .m-left > .m-volume > .m-slider > .m-line::before,
.m-basic-movie > .m-controls > .m-right > .m-volume > .m-slider > .m-line::before {
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  display: inline-block;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.m-basic-movie > .m-controls > .m-left > .m-volume > .m-slider > .m-line::after,
.m-basic-movie > .m-controls > .m-right > .m-volume > .m-slider > .m-line::after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: -3px;
  width: 3px;
  height: 9px;
  right: -1.5px;
}
.m-basic-movie > .m-controls > .m-left > .m-quality,
.m-basic-movie > .m-controls > .m-right > .m-quality {
  display: none;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  font-size: medium;
  text-align: right;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(150%);
  background: rgba(0, 0, 0, 0.5);
  right: 20px;
  bottom: 100%;
  position: absolute;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-movie > .m-controls > .m-left > .m-quality,
  .m-basic-movie > .m-controls > .m-right > .m-quality {
    display: inline;
  }
}
.lt-ie9 .m-basic-movie > .m-controls > .m-left > .m-quality,
.lt-ie9 .m-basic-movie > .m-controls > .m-right > .m-quality {
  display: inline;
}
.m-basic-movie.is-quality-popup > .m-controls > .m-left > .m-quality, .m-basic-movie.is-quality-popup > .m-controls > .m-right > .m-quality {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-controls > .m-left > .m-quality > li,
.m-basic-movie > .m-controls > .m-right > .m-quality > li {
  cursor: pointer;
  padding: 5px 20px;
}
.m-basic-movie > .m-controls > .m-left > .m-quality > li:hover,
.m-basic-movie > .m-controls > .m-right > .m-quality > li:hover {
  color: #ffcc00;
}
.m-basic-movie > .m-controls > .m-left > .m-quality > li[aria-checked=true],
.m-basic-movie > .m-controls > .m-right > .m-quality > li[aria-checked=true] {
  color: #ffcc00;
  background: rgba(0, 0, 0, 0.5);
}
.m-basic-movie > .m-controls > .m-left > .m-quality > li > i,
.m-basic-movie > .m-controls > .m-right > .m-quality > li > i {
  min-width: 20px;
  text-align: center;
  padding-left: 10px;
}
.m-basic-movie > .m-controls > .m-left > .m-time,
.m-basic-movie > .m-controls > .m-right > .m-time {
  padding: 10px;
  font-size: small;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.m-basic-movie > .m-poster {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: black center center;
  background-size: cover;
}
.m-basic-movie.is-poster > .m-poster, .m-basic-movie.is-error > .m-poster {
  opacity: 1;
  visibility: visible;
}

.m-basic-movie > .m-error {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.m-basic-movie > .m-error > .m-message {
  color: white;
  width: 280px;
  height: 50px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  font-size: large;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;
}

.m-basic-movie-notice {
  color: #8a6d3b;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fcf8e3;
  padding: 10px 30px 10px 10px;
  border: 1px solid rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.m-basic-movie-notice > .m-close {
  padding: 10px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
}

.m-basic-movie-error {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  cursor: no-drop;
}
.m-basic-movie-error::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.m-basic-movie-error > .m-message {
  color: white;
  margin: auto;
  width: 280px;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
  font-size: large;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;
}

/* m-basic-newsbox  */
.m-basic-newsbox {
  position: relative;
  padding: 20px 0 3px 0;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-left: none;
  clear: both;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox {
    padding-top: 16px;
  }
}
.m-basic-newsbox + .m-basic-newsbox {
  border-top: 0;
}
.m-ves-tab .m-basic-newsbox.h-space-s {
  margin-bottom: 0;
}
.mm-lexicon-category .m-basic-newsbox + .m-basic-newsbox {
  padding-top: 0;
}
.o-basic-cluster-box .m-basic-newsbox {
  padding-top: 12px;
}
.m-basic-keywordfilter--lexicon-my-adac .m-basic-newsbox {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon-my-adac .m-basic-newsbox {
    margin: 0 0 40px 0;
  }
}
.m-basic-keywordfilter--lexicon-my-adac .m-basic-newsbox.h-space-s {
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon-my-adac .m-basic-newsbox.h-space-s {
    margin: 0 0 40px 0;
  }
}
.m-ves-tab .mm-tabcontent-important .m-basic-newsbox {
  padding-bottom: 12px;
  border: 0;
}
.m-ves-tab .mm-tabcontent .m-basic-newsbox {
  padding: 30px 0 12px 0;
  position: relative;
}
.m-basic-newsbox > .mm-advertisement {
  display: flex;
  justify-content: right;
  position: relative;
  top: -5px;
  margin-bottom: 7px;
  color: rgba(0, 0, 0, 0.6);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox > .mm-advertisement {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
.m-basic-newsbox > .mm-content-link {
  position: absolute;
  height: calc(100% - 30px);
  left: 0;
  width: 100%;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox > .mm-content {
    max-width: 700px;
    float: left;
  }
}
.o-basic-cluster-box .m-basic-newsbox > .mm-content {
  max-width: 85%;
}
.m-ves-tab .mm-tabcontent .m-basic-newsbox > .mm-content, .m-ves-tab .mm-tabcontent-important .m-basic-newsbox > .mm-content {
  padding-right: 40px;
  position: relative;
  max-width: inherit;
  float: none;
}
.m-ves-tab .mm-tabcontent .m-basic-newsbox > .mm-content:before, .m-ves-tab .mm-tabcontent-important .m-basic-newsbox > .mm-content:before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .mm-tabcontent .m-basic-newsbox > .mm-content, .m-ves-tab .mm-tabcontent-important .m-basic-newsbox > .mm-content {
    padding-right: 100px;
  }
}
.m-basic-newsbox > .mm-content > .mm-meta {
  margin: 0 0 5px 0;
}
.o-basic-cluster-box .m-basic-newsbox > .mm-content > .mm-meta {
  margin-bottom: 0;
}
.m-ves-tab .m-basic-newsbox > .mm-content > .mm-meta {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item {
  display: inline;
}
.m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item:not(:only-child):not(:last-child):after {
  margin: 0 8px;
  content: "|";
}
.o-basic-cluster-box .m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item:not(:only-child):not(:last-child):after {
  margin-left: -0.3em;
  margin-right: 0;
  content: ",";
}
.m-ves-tab .m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item:not(:only-child):not(:last-child):after {
  content: none;
}
.m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item > address {
  display: inline;
}
.m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item .scWebEditInput {
  display: inline;
}
.m-ves-tab .m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-ves-tab .m-basic-newsbox > .mm-content > .mm-meta .mm-meta-item:not(:only-child):not(:first-child):before {
  margin: 0 6px 0 8px;
  content: "|";
}
.m-basic-newsbox > .mm-content h2,
.m-basic-newsbox > .mm-content > h3,
.m-basic-newsbox > .mm-content h2 > a,
.m-basic-newsbox > .mm-content h3 > a {
  padding: 0;
  font-weight: normal;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.h-roboto .m-basic-newsbox > .mm-content h2,
.h-roboto .m-basic-newsbox > .mm-content > h3,
.h-roboto .m-basic-newsbox > .mm-content h2 > a,
.h-roboto .m-basic-newsbox > .mm-content h3 > a {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox > .mm-content h2,
  .m-basic-newsbox > .mm-content > h3,
  .m-basic-newsbox > .mm-content h2 > a,
  .m-basic-newsbox > .mm-content h3 > a {
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox > .mm-content h2 + .mm-subheadline,
  .m-basic-newsbox > .mm-content > h3 + .mm-subheadline,
  .m-basic-newsbox > .mm-content h2 > a + .mm-subheadline,
  .m-basic-newsbox > .mm-content h3 > a + .mm-subheadline {
    margin-top: -10px;
  }
}
.m-basic-newsbox > .mm-content h2 > a,
.m-basic-newsbox > .mm-content > h3 > a,
.m-basic-newsbox > .mm-content h2 > a > a,
.m-basic-newsbox > .mm-content h3 > a > a {
  text-decoration: none;
  z-index: 2;
}
.m-ves-tab .m-basic-newsbox > .mm-content h2,
.m-ves-tab .m-basic-newsbox > .mm-content > h3,
.m-ves-tab .m-basic-newsbox > .mm-content h2 > a,
.m-ves-tab .m-basic-newsbox > .mm-content h3 > a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 5px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .m-basic-newsbox > .mm-content h2,
  .m-ves-tab .m-basic-newsbox > .mm-content > h3,
  .m-ves-tab .m-basic-newsbox > .mm-content h2 > a,
  .m-ves-tab .m-basic-newsbox > .mm-content h3 > a {
    max-height: calc(2 * 26px);
  }
}
.m-ves-tab .m-basic-newsbox > .mm-content h2 > a, .m-ves-tab .m-basic-newsbox > .mm-content h3 > a {
  max-height: none;
}

.m-basic-newsbox.is-global-searchresult > .mm-content > h2, .m-basic-newsbox.is-global-searchresult > .mm-content > h3 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
}

.m-basic-newsbox.is-global-searchresult > .mm-content > h2 > a, .m-basic-newsbox.is-global-searchresult > .mm-content > h3 > a {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.m-basic-newsbox.is-global-searchresult > .mm-content > a {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.m-basic-newsbox > .mm-content > .mm-subheadline {
  display: block;
  padding: 0 0 10px 0;
}
.o-basic-cluster-box .m-basic-newsbox > .mm-content > .mm-subheadline {
  padding-bottom: 5px;
}
.m-basic-newsbox > .mm-content > p:not(:last-child) {
  margin: 0;
}
.m-ves-tab .m-basic-newsbox > .mm-content > p {
  position: relative;
  width: auto;
  max-height: calc(2 * 21px);
  overflow: hidden;
  margin-bottom: 17px;
}
.m-ves-tab .m-basic-newsbox > .mm-content > p:last-child {
  margin-bottom: 0;
}
.m-ves-tab .m-basic-newsbox > .mm-content > p + footer {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-newsbox .a-basic-stopper + .mm-content {
  margin-right: 100px;
}
.m-basic-newsbox .mm-ratio-container {
  position: relative;
}
.m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded) {
  background: #ededed;
}
.m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded)::before {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
}
.m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded):after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 52.109181%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded):after {
    width: 403px;
  }
}
.lt-ie9 .m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded):after {
  width: 403px;
}
.m-basic-newsbox .mm-ratio-container:not(.is-lazyloaded) > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-basickeywordfilter-result {
  clear: both;
}
.js-basickeywordfilter-result + .js-basickeywordfilter-result .m-basic-newsbox {
  border-top: 0;
}

.m-basic-pager {
  height: 32px;
  display: flex;
  width: 100%;
  padding-top: 35px;
  justify-content: center;
  align-items: center;
}
.m-basic-pager > .mm-wrapper-container {
  width: 100%;
}
.m-basic-pager > .mm-wrapper-container > nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  column-gap: 27px;
  height: 22px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-pager > .mm-wrapper-container > nav {
    justify-content: center;
  }
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-pages {
  display: flex;
  column-gap: 6px;
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-pages > .mm-page {
  padding: 12px 5px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-pages > .mm-page.is-active {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  color: rgba(0, 0, 0, 0.9);
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-pages > .mm-pager-dots {
  padding: 12px 5px;
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-next,
.m-basic-pager > .mm-wrapper-container > nav > .mm-prev {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  width: 24px;
  height: 44px;
  cursor: pointer;
}
.m-basic-pager > .mm-wrapper-container > nav > .mm-prev {
  transform: rotate(180deg);
}

.m-basic-pie-chart > .mm-pie-chart-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 290px;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-pie-chart > .mm-pie-chart-wrapper {
    max-width: none;
  }
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper {
  display: block;
  max-width: none;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper {
  display: block;
  max-width: none;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie {
  display: inline-block;
  margin-bottom: 40px;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 555px;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 555px;
  margin-bottom: 20px;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie:nth-child(odd) {
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie {
    margin-right: 0;
  }
  .m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie:not(:last-child) {
    margin-right: 30px;
  }
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-headline {
  display: none;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie > .mm-headline {
  display: flex;
  align-items: center;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie > .mm-headline {
  display: flex;
  align-items: center;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-headline > .mm-headline-wrapper > h3 {
  font-size: 18px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-headline > .mm-headline-wrapper > h3 {
    font-size: 24px;
  }
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-headline > .mm-icon {
  margin-right: 20px;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  background-color: #313131;
  border-radius: 8px;
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--yellow > .mm-headline > .mm-icon {
  background-color: #FFDD00;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--blue > .mm-headline > .mm-icon {
  background-color: #009FE3;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--green > .mm-headline > .mm-icon {
  background-color: #00A13A;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--lilac > .mm-headline > .mm-icon {
  background-color: #702283;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie:not(:first-child) > .mm-headline > .mm-icon {
  background-color: transparent;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-headline > .mm-icon > img {
  display: block;
  margin: 50% auto 0 auto;
  transform: translate(0, -50%);
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart {
  position: relative;
  margin-left: 10px;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart {
  max-width: 65px;
  max-height: 65px;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart {
  max-width: 65px;
  max-height: 65px;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart .mm-percent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 29px;
  white-space: nowrap;
  max-width: 120px;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart .mm-percent {
  font-size: 15px;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart .mm-percent {
  font-size: 15px;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart > svg {
  display: block;
  margin: 0 auto;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart > svg {
  max-width: 65px;
  max-height: 65px;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart > svg {
  max-width: 65px;
  max-height: 65px;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart > svg path {
  fill: #cccccc;
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart > .mm-chart > svg path.is-filled {
  fill: #313131;
}
.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--yellow > .mm-pie-chart > .mm-chart > svg path.is-filled {
  fill: #FFDD00;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--blue > .mm-pie-chart > .mm-chart > svg path.is-filled {
  fill: #009FE3;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--green > .mm-pie-chart > .mm-chart > svg path.is-filled {
  fill: #00A13A;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie--lilac > .mm-pie-chart > .mm-chart > svg path.is-filled {
  fill: #702283;
}

.m-basic-pie-chart > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart .mm-textline {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  max-width: 120px;
  margin-left: 10px;
  word-break: break-word;
}
.m-basic-pie-chart--headline > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart .mm-textline {
  display: none;
}

.m-basic-pie-chart--headline-double > .mm-pie-chart-wrapper > .mm-pie > .mm-pie-chart .mm-textline {
  display: none;
}

/* m-basic-progress-nav */
.m-basic-progress-nav-form {
  position: relative;
}
.m-basic-progress-nav-form.h-space-m {
  margin-bottom: 40px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper {
  display: flex;
  padding: 20px 10px 30px 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper {
  padding: 20px 20px 30px 20px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div {
  display: flex;
  align-items: center;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:not(.mm-active) .mm-text {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div:not(.mm-active) .mm-text {
    display: inline;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div:not(.mm-active) .mm-text {
  display: inline;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:not(.mm-active) .mm-mobile-styling {
  display: none;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:not(:last-child) {
  flex: 1;
  margin-right: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div:not(:last-child) {
    margin-right: 15px;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div:not(:last-child) {
  margin-right: 15px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:first-child .mm-text > .mm-text-inner {
  left: 0;
  transform: translateX(0);
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:first-child .mm-text > .mm-mobile-styling {
  left: -25px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:last-child {
  min-width: 20px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:last-child > .mm-line {
  display: none;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div:last-child .mm-text > .mm-text-inner {
  transform: translateX(-100%);
  left: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div:last-child .mm-text > .mm-text-inner {
    left: 0;
    padding-right: 0;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div:last-child .mm-text > .mm-text-inner {
  left: 0;
  padding-right: 0;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-mobile {
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-mobile {
    display: none;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-mobile {
  display: none;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-mobile > .mm-step {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active ~ div .mm-digit:before, .m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active .mm-digit:before {
  display: none;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active ~ div .mm-digit > span, .m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active .mm-digit > span {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active ~ div .mm-digit {
  background-color: #E5E5E5;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active ~ div .mm-digit > span {
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div > a,
.m-basic-progress-nav-form > .mm-nav-wrapper > div > span {
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div > a,
  .m-basic-progress-nav-form > .mm-nav-wrapper > div > span {
    display: flex;
    align-items: center;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div > a,
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div > span {
  display: flex;
  align-items: center;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-digit {
  background-color: #ffcc00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-digit:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 71.4689265537%;
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  top: 1px;
  left: 2px;
  transform: scale(0.9);
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-digit > span {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 3px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div.mm-active .mm-digit > span {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text {
  position: absolute;
  width: 100%;
  display: inline-block;
  padding: 0 5px 0 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text {
    position: relative;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text {
  position: relative;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner {
    position: relative;
    white-space: normal;
    left: 0;
    transform: translateX(0);
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner {
  position: relative;
  white-space: normal;
  left: 0;
  transform: translateX(0);
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text {
  font-size: 13px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text {
    font-size: 16px;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text {
  font-size: 16px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text > br {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text > br {
    display: block;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-item-text > br {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-mobile-text {
    display: none;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-text-inner > .mm-mobile-text {
  display: none;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-text > .mm-mobile-styling {
  position: absolute;
  white-space: nowrap;
  padding-right: 15px;
  transform: translateX(-50%);
  margin-top: 17px;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div .mm-no-padding {
  padding: 0;
}
.m-basic-progress-nav-form > .mm-nav-wrapper > div > .mm-line {
  flex: 1;
  height: 1px;
  background-color: #E5E5E5;
  margin-left: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form > .mm-nav-wrapper > div > .mm-line {
    min-width: 30px;
    margin-left: 10px;
  }
}
.lt-ie9 .m-basic-progress-nav-form > .mm-nav-wrapper > div > .mm-line {
  min-width: 30px;
  margin-left: 10px;
}

/* m-basic-progress-nav */
.m-basic-progress-nav {
  position: relative;
  min-height: 70px;
}
.m-basic-progress-nav.h-space-m {
  margin-bottom: 40px;
}
@media print {
  .m-basic-progress-nav {
    min-height: 25px;
  }
}
.m-basic-progress-nav.is-hidden {
  display: none;
}
.m-basic-progress-nav ul {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav ul {
    width: 100%;
  }
}
.m-basic-progress-nav ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  min-height: 100%;
  padding: 8px 0 4px 0;
  flex-grow: 1;
  vertical-align: top;
  width: 500px;
  max-width: calc(100vw - 55px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav ul li {
    text-align: center;
    padding: 8px 0 4px 0;
    max-width: none;
  }
}
.m-basic-progress-nav ul li:first-child {
  padding-left: 0;
}
.m-basic-progress-nav ul li:first-child .mm-progressnav-container:before {
  content: "";
  margin: 0;
  left: 0;
}
.m-basic-progress-nav ul li:first-child .mm-text {
  text-align: left;
  margin: 0;
  left: 0;
}
.m-basic-progress-nav ul li:first-child .mm-text .mm-text-inner:before {
  content: "1.";
}
.m-basic-progress-nav ul li:first-child.mm-active {
  padding-left: 0;
}
.m-basic-progress-nav ul li:first-child.mm-active .mm-progressnav-container {
  background: #cccccc;
  height: 1px;
  border: none !important;
  top: auto !important;
}
.m-basic-progress-nav ul li:first-child.mm-active .mm-progressnav-container:before {
  content: "";
  border: 5px solid #ffcc00;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 0;
  right: auto;
  position: absolute;
  transform: none;
}
.m-basic-progress-nav ul li:first-child.mm-active .mm-text {
  left: 0;
}
.m-basic-progress-nav ul li:nth-child(2) .mm-text .mm-text-inner:before {
  content: "2.";
}
.m-basic-progress-nav ul li:nth-child(3) .mm-text .mm-text-inner:before {
  content: "3.";
}
.m-basic-progress-nav ul li:nth-child(4) .mm-text .mm-text-inner:before {
  content: "4.";
}
.m-basic-progress-nav ul li:nth-child(5) .mm-text .mm-text-inner:before {
  content: "5.";
}
.m-basic-progress-nav ul li:nth-child(6) .mm-text .mm-text-inner:before {
  content: "6.";
}
.m-basic-progress-nav ul li:last-child {
  width: 0;
}
.m-basic-progress-nav ul li:last-child .mm-progressnav-container:before {
  margin: 0;
  right: 0 !important;
  left: auto;
}
.m-basic-progress-nav ul li:last-child .mm-text {
  text-align: right;
  margin: 0;
  right: 0;
  left: auto;
}
.m-basic-progress-nav ul li:last-child .mm-text .mm-text-inner {
  right: 0;
  left: auto;
}
.m-basic-progress-nav ul li:last-child .mm-digit {
  left: auto;
}
.m-basic-progress-nav ul li:last-child.mm-active {
  min-width: 20px;
  max-width: 20px;
}
.m-basic-progress-nav ul li:last-child.mm-active .mm-text {
  right: 0;
  left: auto;
}
.m-basic-progress-nav ul li.mm-active {
  padding-left: 0;
}
.m-basic-progress-nav ul li.mm-active + li {
  padding-left: 22px;
}
.m-basic-progress-nav ul li.mm-active ~ li {
  padding-left: 0;
  flex-grow: 2;
}
.m-basic-progress-nav ul li.mm-active ~ li .mm-progressnav-container {
  background: #cccccc;
}
.m-basic-progress-nav ul li.mm-active ~ li .mm-progressnav-container:before {
  background: #fff;
  border: 2px solid #cccccc;
}
.m-basic-progress-nav ul li.mm-active ~ li .mm-text {
  color: #cccccc;
  right: 0;
}
.m-basic-progress-nav ul li.mm-active ~ li .mm-digit {
  color: #cccccc;
}
.m-basic-progress-nav ul li.mm-active .mm-text {
  display: inline-block;
  line-height: 18px;
  line-height: 1.125rem;
  color: #333;
  top: 30px;
  right: 0;
  left: -100%;
}
.m-basic-progress-nav ul li.mm-active .mm-digit {
  display: block;
  left: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav ul li.mm-active .mm-digit {
    left: 0;
  }
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container {
  background: #cccccc;
  border: none !important;
  top: auto !important;
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container:first-child {
  border-left: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container {
  /* bottom Arrow at beginning of Element while not the first arrow */
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container .mm-tri-b {
  content: " ";
  position: absolute;
  height: 100%;
  width: 18px;
  top: 0;
  left: -1px;
  background: url(/assets/img/sprites/arrow-end-white.gif);
  background-repeat: no-repeat;
  z-index: 4;
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container {
  /* First Arrow at end of Element while not the first arrow */
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container .mm-tri-e {
  position: absolute;
  top: 0;
  right: -17px;
  width: 17px;
  background: url(/assets/img/sprites/arrow-head-white.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%, auto;
  background-position: center center;
  z-index: 6;
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 0;
  right: auto;
  position: absolute;
  transform: none;
}
.m-basic-progress-nav ul li.mm-active .mm-progressnav-container:after {
  content: "";
  top: -4px;
  left: -1px;
  width: calc(100% - 1px);
  height: 5px;
  background: #fff;
  position: static;
  transform: none;
}
.m-basic-progress-nav ul li.mm-active .mm-bg {
  background: #fff;
}
.m-basic-progress-nav ul li .mm-text {
  z-index: 10;
  top: 30px;
  left: -50%;
  position: absolute;
  vertical-align: top;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  max-width: 145px;
  margin: 0 auto;
  color: #333;
  line-height: 18px;
  line-height: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav ul li .mm-text {
    width: 155px;
    left: -100%;
    right: 0;
    max-width: 155px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav ul li .mm-text {
    width: 170px;
    max-width: 170px;
  }
}
.lt-ie9 .m-basic-progress-nav ul li .mm-text {
  width: 170px;
  max-width: 170px;
}
@media print {
  .m-basic-progress-nav ul li .mm-text {
    display: none !important;
  }
}
.m-basic-progress-nav ul li .mm-text .mm-text-inner {
  position: relative;
  left: 15px;
}
.m-basic-progress-nav ul li .mm-text .mm-text-inner:before {
  left: -15px;
  position: absolute;
}
.m-basic-progress-nav.has-markup-digit ul li .mm-text .mm-text-inner:before {
  display: none !important;
}

.m-basic-progress-nav ul li .mm-digit {
  z-index: 10;
  top: 30px;
  left: 0;
  right: 0;
  position: absolute;
  vertical-align: top;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav ul li .mm-digit {
    text-align: center;
  }
}
@media print {
  .m-basic-progress-nav ul li .mm-digit {
    display: block !important;
    text-align: left;
  }
}
.m-basic-progress-nav ul li .mm-progressnav-container {
  width: 100%;
  position: relative;
  background: #ffcc00;
  height: 1px;
}
@media print {
  .m-basic-progress-nav ul li .mm-progressnav-container {
    border-top: 1px solid #ffcc00;
  }
}
.m-basic-progress-nav ul li .mm-progressnav-container:before {
  content: "";
  top: -5px;
  left: 0;
  position: absolute;
  background: #ffcc00;
  border: 5px solid #ffcc00;
  width: 10px;
  height: 10px;
  margin: 0 auto;
}
.m-basic-progress-nav ul li .mm-progressnav-container .mm-tri-b {
  display: none;
}
.m-basic-progress-nav ul li .mm-progressnav-container {
  /* bottom Arrow at end of Element while not the first arrow */
}
.m-basic-progress-nav ul li .mm-progressnav-container .mm-tri-e {
  display: none;
}
.m-basic-progress-nav ul.is-big li {
  height: 51px;
  padding-left: 38px;
}
.m-basic-progress-nav ul.is-big li .mm-progressnav-container {
  height: 51px;
  /* bottom Arrow at end of Element while not the first arrow */
}
.m-basic-progress-nav ul.is-big li .mm-progressnav-container .mm-tri-e {
  right: -28px;
  top: 0;
  background: url(/assets/img/sprites/arrow-head-twolines-grey.gif) no-repeat;
  width: 28px;
  height: 51px;
  z-index: 4;
}
.m-basic-progress-nav ul.is-big li.mm-active {
  padding-left: 32px;
}
.m-basic-progress-nav ul.is-big li.mm-active + li {
  padding-left: 33px;
}
.m-basic-progress-nav ul.is-big li.mm-active .mm-progressnav-container {
  /* bottom Arrow at beginning of Element while not the first arrow */
}
.m-basic-progress-nav ul.is-big li.mm-active .mm-progressnav-container .mm-tri-b {
  height: 51px;
  width: 27px;
  background: url(/assets/img/sprites/arrow-end-twolines-white-refresh.gif) no-repeat;
}
.m-basic-progress-nav ul.is-big li.mm-active .mm-progressnav-container {
  /* First Arrow at end of Element while not the first arrow */
}
.m-basic-progress-nav ul.is-big li.mm-active .mm-progressnav-container .mm-tri-e {
  right: -27px;
  width: 27px;
  background: url(/assets/img/sprites/arrow-head-twolines-white.gif) no-repeat;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child {
  padding-left: 10px;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container {
  border-left: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  top: 1px;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container .mm-tri-b {
  top: -5px;
  left: -1px;
  background: #fff;
  width: calc(100% - 3px);
  height: 5px;
  border-left: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  z-index: 5;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container .mm-tri-b:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -4px;
  width: 21px;
  height: 5px;
  transform: skew(45deg);
  background: #afafaf;
  z-index: 3;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container .mm-tri-b:after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 21px;
  height: 6px;
  transform: skew(45deg);
  background: #fff;
  z-index: 4;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container:after {
  content: none;
}
.m-basic-progress-nav ul.is-big li.mm-active:first-child .mm-progressnav-container:before {
  content: none;
}
.m-basic-progress-nav--extended ul li .mm-text {
  transform: translate(-50%);
  margin: 0;
  right: 50%;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li .mm-text {
    transform: none;
    margin: 0 auto;
    right: 0;
    left: -100%;
  }
}
.m-basic-progress-nav--extended ul li .mm-text .mm-text-inner {
  display: inline-block;
  left: auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li .mm-text .mm-text-inner {
    display: inline;
    left: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-basic-progress-nav--extended ul li .mm-text .mm-text-inner:before {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li .mm-text .mm-text-inner:before {
    display: block;
    top: 0;
  }
}
.m-basic-progress-nav--extended ul li .mm-text .mm-text-inner a {
  top: -35px;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% + 35px);
  min-height: 10px;
  z-index: 20;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li .mm-text .mm-text-inner a {
    left: -15px;
    width: calc(100% + 15px);
  }
}
.m-basic-progress-nav--extended ul li .mm-text .mm-text-inner a:focus {
  outline: none;
}
.m-basic-progress-nav--extended ul li .mm-digit {
  top: 0;
  left: -5px;
  right: auto;
  width: 20px;
  max-width: 20px;
  overflow: hidden;
  text-align: center;
}
.m-basic-progress-nav--extended ul li .mm-progressnav-container:before {
  top: -10px;
  left: -5px;
  width: 20px;
  height: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li .mm-progressnav-container:before {
    top: -5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
.m-basic-progress-nav--extended ul li.mm-active .mm-text {
  left: 0;
  right: 50%;
  transform: translate(-50%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li.mm-active .mm-text {
    left: -100%;
    right: 0;
    transform: none;
  }
}
.m-basic-progress-nav--extended ul li.mm-active .mm-digit {
  left: -5px;
}
.m-basic-progress-nav--extended ul li.mm-active .mm-progressnav-container:before {
  left: -5px;
  background: #ffcc00;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li.mm-active .mm-progressnav-container:before {
    left: 0;
    background: #fff;
  }
}
.m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text {
  left: 5px;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text {
    left: -100%;
    margin: 0 auto;
    right: 0;
  }
}
.m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text .mm-text-inner {
  left: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text .mm-text-inner {
    left: 15px;
  }
}
.m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text .mm-text-inner:before {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li.mm-active ~ li .mm-text .mm-text-inner:before {
    display: block;
  }
}
.m-basic-progress-nav--extended ul li:first-child .mm-text {
  transform: none;
}
.m-basic-progress-nav--extended ul li:first-child .mm-digit {
  top: 0;
  left: 0;
  max-width: 20px;
  text-align: center;
}
.m-basic-progress-nav--extended ul li:first-child.mm-active .mm-digit {
  left: 0;
}
.m-basic-progress-nav--extended ul li:nth-child(2):not(:first-child):not(:last-child) .mm-text {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li:nth-child(2):not(:first-child):not(:last-child) .mm-text {
    width: initial;
  }
}
.m-basic-progress-nav--extended ul li:last-child {
  min-width: 15px;
  max-width: 15px;
}
.m-basic-progress-nav--extended ul li:last-child.mm-active {
  min-width: 15px;
  max-width: 15px;
}
.m-basic-progress-nav--extended ul li:last-child .mm-digit {
  top: 0;
  right: 0;
  max-width: 20px;
  text-align: center;
}
.m-basic-progress-nav--extended ul li:last-child .mm-text {
  transform: none;
  left: auto !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li:last-child .mm-text {
    right: 0 !important;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended ul li:last-child .mm-text .mm-text-inner {
    right: 0 !important;
    left: auto !important;
  }
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li:first-child > .mm-text > .mm-text-inner {
  left: 0;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li:first-child > .mm-text > .mm-text-inner > .mm-digit {
  left: 0;
  transform: none;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li:last-child > .mm-text > .mm-text-inner > .mm-digit {
  left: auto;
  right: 8px;
  transform: none;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li.mm-active ~ li:last-child > .mm-text > .mm-text-inner > .mm-digit {
  left: auto;
  right: 0;
  transform: none;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li.mm-active ~ li > .mm-text > .mm-text-inner > .mm-digit {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text {
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text {
    width: 170px;
    max-width: 170px;
  }
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text > .mm-text-inner {
  left: 8px;
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text > .mm-text-inner > .mm-digit {
  top: -32px;
  left: calc(50% - 3px);
  transform: translateX(-50%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text > .mm-text-inner > .mm-digit {
    position: static;
    display: inline;
  }
}
.m-basic-progress-nav--extended.has-markup-digit > ul > li > .mm-text > .mm-text-inner > .mm-digit > .mm-digit-dot {
  margin-left: -3px;
}
h1 + .m-basic-progress-nav {
  margin-top: 20px;
}

.m-basic-promotion-teaser {
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-promotion-teaser {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.m-basic-promotion-teaser.is-hidden {
  display: none;
}
.m-basic-promotion-teaser--center {
  text-align: center;
}
.m-basic-promotion-teaser--center > .mm-content > * {
  margin: 0 auto;
}
.m-basic-promotion-teaser--center > .mm-content > *:not(:last-child) {
  margin-bottom: 20px;
}
.m-basic-promotion-teaser > h2 {
  margin-bottom: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-promotion-teaser > h2 {
    margin-bottom: 0;
  }
}
.m-basic-promotion-teaser > .mm-content > *:not(:last-child) {
  margin-bottom: 20px;
}

.ll-row.ll-row--ds .m-basic-radius-search {
  width: 100%;
}
.l-main-content--background .m-basic-radius-search {
  margin-left: -5px;
}
.m-basic-radius-search > .l-form > .l-main-cols,
.m-basic-radius-search .l-form-general > .l-main-cols {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  align-items: flex-end;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search > .l-form > .l-main-cols,
  .m-basic-radius-search .l-form-general > .l-main-cols {
    justify-content: flex-start;
    flex-flow: row nowrap;
  }
}
.m-basic-radius-search > .l-form > .l-main-cols--left,
.m-basic-radius-search .l-form-general > .l-main-cols--left {
  justify-content: flex-start;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset {
  margin: 0 10px 0 0;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset > .ll-row,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset > .ll-row {
  max-width: 100%;
  margin-bottom: 0;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-label,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-label {
  float: none;
  width: auto;
  margin-bottom: 5px;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-label, .m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-label {
  margin-bottom: 0;
}

.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-data,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset > .ll-row > .ll-col-data {
  width: 100%;
  max-width: none;
  float: none;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:first-of-type,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:first-of-type {
  flex: 1 1 50%;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:first-of-type > .ll-row > .ll-col-label,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:first-of-type > .ll-row > .ll-col-label {
  padding-left: 30px;
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:first-of-type > .ll-row > .ll-col-label, .m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:first-of-type > .ll-row > .ll-col-label {
  padding-left: 2px;
}

.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:last-of-type,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:last-of-type {
  flex: 0 0 110px;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:last-of-type,
  .m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:last-of-type {
    flex: 0 1 20%;
  }
}
.m-basic-radius-search > .l-form > .l-main-cols > .ll-fieldset:last-of-type:first-of-type,
.m-basic-radius-search .l-form-general > .l-main-cols > .ll-fieldset:last-of-type:first-of-type {
  flex: 0 1 50%;
}
.m-basic-radius-search > .l-form-general > .l-main-cols > .ll-fieldset:first-of-type {
  flex: 1 1 40%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search > .l-form-general > .l-main-cols > .ll-fieldset:first-of-type {
    flex: 1 1 50%;
  }
}
.m-basic-radius-search > .l-form-general > .l-main-cols > .ll-fieldset:last-of-type {
  flex: 0 0 125px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search > .l-form-general > .l-main-cols > .ll-fieldset:last-of-type {
    flex: 0 1 20%;
  }
}
.m-basic-radius-search > .l-form-general > .l-main-cols > .a-basic-btn {
  margin-right: 19px;
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search > .l-form-general > .l-main-cols > .a-basic-btn {
    margin-right: 0;
    margin-top: 0;
  }
}

.m-basic-range-slide {
  padding: 0 5px;
}
.m-basic-range-slide.no-last-val .noUi-value-horizontal:last-child {
  display: none;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row--center > .m-basic-range-slide {
  width: 100%;
  max-width: 480px;
}
.m-basic-calculator-tiles--classic .mm-content-row--centered .m-basic-range-slide {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.m-basic-range-slide.has-large-values {
  padding-left: 25px;
  padding-right: 25px;
}
.m-basic-range-slide > .mm-label {
  margin: 0 -5px 15px -5px;
}
.m-basic-range-slide.has-large-values > .mm-label {
  margin-left: -25px;
  margin-right: -25px;
}

.m-basic-range-slide > .mm-range-container {
  padding: 30px 0;
}
.m-basic-range-slide > .mm-range-container > .mm-range {
  height: 2px;
}
.m-basic-calculator-content-box .mm-row--center .m-basic-range-slide > .mm-range-container > .mm-range {
  margin: 0 auto;
}
.m-basic-range-slide {
  /* Functional styling;
      * These styles are required for noUiSlider to function.
      * You don't need to change these rules to apply your design.
      */
}
.m-basic-range-slide .noUi-target,
.m-basic-range-slide .noUi-target * {
  box-sizing: border-box;
}
.m-basic-range-slide .noUi-target {
  position: relative;
  direction: ltr;
}
.m-basic-range-slide .noUi-base {
  width: 100%;
  height: 3px;
  position: relative;
  top: -1px;
  z-index: 1;
  /* Fix 401 */
  transform: translate3d(0, 0, 0);
}
.m-basic-range-slide .noUi-base:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  height: 20px;
  width: calc(100% + 14px);
  left: -7px;
  top: -10px;
  cursor: pointer;
  z-index: 10;
}
.m-basic-range-slide .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
           its values is > 50%. */
  z-index: 10;
}
.m-basic-range-slide .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.m-basic-range-slide .noUi-state-drag * {
  cursor: inherit !important;
}
.m-basic-range-slide .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -12px;
  top: -9px;
  background: #ffcc00;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: none;
}
.m-basic-range-slide .noUi-horizontal .noUi-handle:before, .m-basic-range-slide .noUi-horizontal .noUi-handle:after {
  display: none;
}
.m-basic-range-slide {
  /* Styling;
      */
}
.m-basic-range-slide .noUi-background {
  background: #cccccc;
}
@media print {
  .m-basic-range-slide .noUi-background {
    background: none;
    box-shadow: inset 0 0 0 1000px #cccccc;
  }
}
.m-basic-range-slide .noUi-connect {
  background: #ffcc00;
  transition: background 450ms;
}
.m-basic-range-slide .noUi-origin {
  background: #ffcc00;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
@media print {
  .m-basic-range-slide .noUi-origin {
    background: none;
    box-shadow: inset 0 0 0 1000px #ffcc00;
  }
}
.m-basic-range-slide .noUi-origin + .noUi-origin {
  background: #cccccc;
}
.m-basic-range-slide {
  /* Handles and cursors;
      */
}
.m-basic-range-slide .noUi-draggable {
  cursor: w-resize;
}
.m-basic-range-slide .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.m-basic-range-slide .noUi-handle {
  z-index: 11;
  cursor: default;
}
@media print {
  .m-basic-range-slide .noUi-handle {
    background: none;
    box-shadow: inset 0 0 0 1000px #ffcc00;
  }
}
.m-basic-range-slide {
  /* Disabled state;
      */
}
.m-basic-range-slide [disabled].noUi-connect,
.m-basic-range-slide [disabled] .noUi-connect {
  background: #B8B8B8;
}
.m-basic-range-slide [disabled].noUi-origin,
.m-basic-range-slide [disabled] .noUi-handle {
  cursor: not-allowed;
}
.m-basic-range-slide {
  /* PIPS
      *
      */
}
.m-basic-range-slide .noUi-pips {
  position: absolute;
  color: #000;
}
.m-basic-range-slide {
  /* Values;
      *
      */
}
.m-basic-range-slide .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.m-basic-range-slide .noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.m-basic-range-slide {
  /* Markings;
      *
      */
}
.m-basic-range-slide .noUi-marker {
  position: absolute;
  background: #CCC;
}
.m-basic-range-slide .noUi-marker.is-active {
  background: #ffcc00;
}
.m-basic-range-slide .noUi-marker-sub {
  background: #AAA;
}
.m-basic-range-slide .noUi-marker-large {
  background: #cccccc;
}
.m-basic-range-slide {
  /* Horizontal layout;
      *
      */
}
.m-basic-range-slide .noUi-pips-horizontal {
  padding: 0;
  height: 30px;
  top: -7px;
  left: 0;
  width: 100%;
}
.m-basic-range-slide .noUi-value-horizontal {
  transform: translate(-50%, -100%);
}
.m-basic-range-slide .noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.m-basic-range-slide .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.m-basic-range-slide .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
  display: none;
}
.m-basic-range-slide .noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-left: -7.5px;
  cursor: pointer;
}

.m-basic-rate > .mm-star-wrapper {
  display: flex;
}
.m-basic-rate > .mm-star-wrapper > .mm-item {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.m-basic-rate > .mm-star-wrapper > .mm-item.is-hover > .mm-full, .m-basic-rate > .mm-star-wrapper > .mm-item.is-filled > .mm-full {
  opacity: 1;
}
.m-basic-rate > .mm-star-wrapper > .mm-item.is-hover > .mm-empty, .m-basic-rate > .mm-star-wrapper > .mm-item.is-filled > .mm-empty {
  opacity: 0;
}
.m-basic-rate > .mm-star-wrapper > .mm-item > .mm-empty,
.m-basic-rate > .mm-star-wrapper > .mm-item > .mm-full {
  position: absolute;
  left: -8px;
  top: -8px;
  transition: opacity 0.3s;
}
.m-basic-rate > .mm-star-wrapper > .mm-item > .mm-full {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 22.7015558699%;
  opacity: 0;
}
.m-basic-rate > .mm-star-wrapper > .mm-item > .mm-empty {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 13.0834512023%;
  opacity: 1;
}

/* m-basic-rating */
.m-basic-rating {
  background: #ededed;
  padding: 20px;
}
.m-basic-rating > .mm-rating-content {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating > .mm-rating-content {
    flex-direction: row;
  }
}
.m-basic-rating > .mm-rating-content > .mm-star-container {
  margin: 0 10px 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating > .mm-rating-content > .mm-star-container {
    flex-grow: 1;
  }
}
.m-basic-rating--chart-rating > .mm-rating-content > .mm-star-container {
  justify-content: center;
}

.m-basic-rating > .mm-rating-content > .mm-star-container > .mm-label {
  font-weight: bolder;
}
.m-basic-rating > .mm-rating-content > .mm-star-container > div > .mm-star {
  width: 29px;
  height: 36px;
  display: inline-block;
  position: relative;
}
.m-basic-rating > .mm-rating-content > .mm-star-container > div > .mm-star:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 13.0834512023%;
  position: absolute;
  top: -10px;
}
.m-basic-rating > .mm-rating-content > .mm-star-container > div > .mm-star--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 22.7015558699%;
}
.m-basic-rating > .mm-rating-content > .mm-star-container > div > .mm-star--half:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 32.3903818953%;
}
.m-basic-rating > .mm-rating-content > .mm-star-container > div > .mm-star:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 22.7015558699%;
}
.ll-row > .ll-inline .m-basic-rating > .mm-rating-content > .mm-star-container {
  margin: 0;
}
.m-basic-rating > .mm-rating-content > .mm-quota {
  font-weight: bolder;
  margin-bottom: 15px;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating > .mm-rating-content > .mm-quota {
    margin-bottom: 0;
    flex-grow: 1;
  }
}
.m-basic-rating > .mm-rating-content > .mm-quota > .mm-percentage {
  margin-top: -4px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating > .mm-rating-content > .mm-quota > .mm-percentage {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.m-basic-rating > .mm-rating-content > .mm-check24-logo {
  height: 42px;
  overflow: hidden;
  padding-top: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating > .mm-rating-content > .mm-check24-logo {
    flex-grow: 1;
  }
}
.m-basic-rating > .mm-rating-content > .mm-check24-logo > img {
  position: relative;
  top: -35px;
  max-width: 157px;
}
.m-basic-rating > .mm-buttons {
  width: 626px;
}
.m-basic-rating > .mm-buttons > .a-basic-link {
  display: inline-block;
  padding-top: 4px;
  background-position: -10px 3px;
}

.m-basic-rating-ekomi {
  width: 280px;
  background: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  height: 245px;
  margin-right: 10px;
  margin-left: 10px;
}
.swiper-slide:first-child .m-basic-rating-ekomi {
  margin-left: 0;
}
.swiper-slide:last-child .m-basic-rating-ekomi {
  margin-right: 0;
}
.m-basic-rating-ekomi > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  text-align: center;
  margin-bottom: 5px;
}
.m-basic-rating-ekomi > .mm-stars {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-basic-rating-ekomi > .mm-stars > .mm-star {
  margin-right: 3px;
}
.m-basic-rating-ekomi > .mm-stars > .mm-star > img {
  display: block;
}
.m-basic-rating-ekomi > .mm-stars > .mm-counter {
  margin-left: 2px;
}
.m-basic-rating-ekomi > .mm-date {
  text-align: center;
  margin-bottom: 15px;
}
.m-basic-rating-ekomi > .mm-rating {
  height: 90px;
  overflow: hidden;
}

/* m-basic-search */
.m-basic-search[data-mod=navi]:not(.is-open) {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi]:not(.is-open) {
    display: block;
  }
}
.o-layout-header-metanav--brs .m-basic-search[data-mod=navi]:not(.is-open) {
  display: none;
}
.m-basic-header .m-basic-search[data-mod=navi]:not(.is-open) {
  display: block;
  height: 100%;
  padding: 5px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 22px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi]:not(.is-open) {
    padding: 12px 24px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header .m-basic-search[data-mod=navi]:not(.is-open) {
    padding: 11px 24px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck .m-basic-search[data-mod=navi]:not(.is-open) {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) .m-basic-search[data-mod=navi]:not(.is-open) {
    transform: translateX(-32px);
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced .m-basic-search[data-mod=navi]:not(.is-open) {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@keyframes borderRadAnim {
  0% {
    border-radius: 22px;
  }
  100% {
    border-radius: 8px 8px 0 0;
  }
}
.m-basic-header.js-search-focus .m-basic-search[data-mod=navi]:not(.is-open) {
  border: 2px solid rgba(0, 0, 0, 0.9);
}
@media print {
  .m-basic-search[data-mod=navi]:not(.is-open) {
    display: none;
  }
}
@media print {
  .m-basic-search {
    display: none;
  }
}
@media print {
  .m-basic-search > .mm-searchbar {
    display: none;
  }
}
.m-basic-search > .mm-searchbar.mm-searchbar--content {
  margin-bottom: 40px;
}
.m-basic-search > .mm-searchbar.mm-searchbar--navi {
  padding: 25px 20px 20px 20px;
  border-top: 1px solid #fff;
  width: 100%;
  max-height: 78px;
  background: #ffcc00;
  opacity: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    padding: 0;
    border: none;
    width: 250px;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: 16px;
    display: block;
    overflow: initial;
    z-index: 90;
    transition: opacity 1s;
    background: transparent;
  }
  .o-layout-header-metanav--brs .m-basic-search > .mm-searchbar.mm-searchbar--navi.is-open {
    opacity: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    width: 370px;
    top: 26px;
  }
  .l-outer--nav .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    margin-left: 18%;
  }
  .l-outer--nav .m-basic-header .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    margin-left: 0;
  }
}
.lt-ie9 .m-basic-search > .mm-searchbar.mm-searchbar--navi {
  width: 370px;
  top: 26px;
}
.l-outer--nav .lt-ie9 .m-basic-search > .mm-searchbar.mm-searchbar--navi {
  margin-left: 18%;
}
.l-outer--nav .m-basic-header .lt-ie9 .m-basic-search > .mm-searchbar.mm-searchbar--navi {
  margin-left: 0;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    margin-left: 0;
  }
}
.m-basic-search.is-open > .mm-searchbar.mm-searchbar--navi {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search.is-open > .mm-searchbar.mm-searchbar--navi {
    height: 30px;
  }
}

.m-basic-header .m-basic-search > .mm-searchbar.mm-searchbar--navi {
  width: 100%;
  max-height: 100%;
  padding: 0;
  border: none;
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search > .mm-searchbar.mm-searchbar--navi {
    position: static;
    opacity: 1;
    height: 20px;
  }
}
.o-layout-header-metanav--brs .m-basic-search > .mm-searchbar {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form {
    background: transparent;
    position: absolute;
    right: -4px;
    width: 100%;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form {
    position: static;
    right: auto;
  }
}

.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form {
  position: relative;
  width: 100%;
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search {
  display: flex;
  flex-flow: column nowrap;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 10px 0 15px;
  background-color: #fff;
  z-index: 105;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper {
    background-color: transparent;
  }
}
.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-input-wrapper {
  background-color: #fff;
}
.m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-input-wrapper {
  background-color: unset;
}

.m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper {
  padding-top: 6px;
  padding-left: 16px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper {
    padding: 0;
    height: 20px;
    z-index: 110;
  }
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-input-wrapper > .mm-search-input {
    border-bottom: none;
  }
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input {
    border-bottom: 1px solid #333;
  }
}
.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-input-wrapper > .mm-search-input {
  z-index: 105;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input {
    border-bottom: 0;
  }
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input.is-general-styling {
  align-items: center;
  column-gap: 20px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
    background: transparent;
    width: 300px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
    width: 360px;
  }
}
.lt-ie9 .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
  width: 360px;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search]:focus::placeholder {
  color: transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search]::placeholder {
    color: #333;
  }
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
  padding: 4px 50px 0 5px;
}
.m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
  padding: 0 50px 0 0;
  color: rgba(0, 0, 0, 0.9);
  caret-color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
    width: 100%;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input input[type=search] {
  flex: 0 1 100%;
  flex-basis: 100%;
  margin-right: 10px;
  background: #f3f3f4;
  padding: 5px 45px 5px 15px;
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
  cursor: initial;
  display: block;
  height: 35px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  background-image: url("/assets/img/icons/icon-cancel.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
  top: 8px;
  left: auto;
  right: 99px;
  bottom: auto;
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}

.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
  width: 20px;
  height: 20px;
  top: 1px;
  left: auto;
  right: 50px;
  bottom: auto;
  position: absolute;
  border-radius: 18px !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: -1px;
    right: 34px;
  }
}
.lt-ie9 .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
  top: -1px;
  right: 34px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: 0px;
    top: 1px;
    left: auto;
    right: 45px;
    bottom: auto;
    position: absolute;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: 5px;
    left: auto;
    right: 32px;
    bottom: auto;
    position: absolute;
    margin-right: 13px;
    margin-top: -5px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header.is-stuck .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: 1px;
    right: 34px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header.is-stuck .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: -2px;
    right: 34px;
  }
}
.lt-ie9 .m-basic-header.is-stuck .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
  top: -2px;
  right: 34px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    right: 38px;
  }
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    right: 84px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: -2px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header--reduced .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel {
    top: 2px;
  }
}
.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel > svg {
  position: absolute;
  background-color: #999;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  padding: 1.5px;
  right: 0;
  bottom: 0;
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel.is-shown {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel.is-shown {
    display: block;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header.is-stuck .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel.is-shown {
    top: 3px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header--reduced.is-stuck .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-search-cancel.is-shown {
    top: 1px;
  }
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-searchbtn {
  display: table;
  width: fit-content;
  white-space: nowrap;
  height: 36px;
  padding: 10px 22px 8px 23px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
  border-radius: 4px;
  background: #ffcc00;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-icon-search {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 77.6836158192%;
  height: 35px;
  position: absolute;
  top: 1px;
  right: -10px;
  padding: 4px 3px 0 0;
  text-indent: -10000px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-icon-search {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    position: absolute;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-icon-search {
    top: 0px;
  }
}
.lt-ie9 .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-search-input > .mm-icon-search {
  top: 0px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-input-wrapper > .mm-icon-search {
  display: flex;
  padding: 2px 0 0 0;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
  width: 100%;
  height: auto;
  z-index: 105;
  display: block;
  visibility: visible;
}
.m-basic-search > .mm-searchbar > .mm-search-form:not(.is-focused) > .mm-search > .mm-search-result {
  visibility: hidden;
}

.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
  border-top: 1px solid #E5E5E5;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    position: absolute;
    left: 0;
    top: 30px;
  }
}
.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result {
  height: 350px;
  padding: 0 0 150px 0;
  overflow-y: scroll;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result {
    overflow-y: auto;
    height: auto;
    padding: 0;
  }
}
.m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result {
  padding-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result {
    padding-bottom: 0;
  }
}

.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result.is-landscape {
  padding: 0 0 300px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result.is-landscape {
    padding: 0;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result.mm-has-advert {
    max-width: 100%;
    width: auto;
  }
}
.m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
  top: 56px;
  left: 0;
  position: absolute;
  overflow: visible;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    height: 100%;
    top: 0;
    padding-top: 56px;
    border: none;
    z-index: -1;
    border-radius: 22px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    padding-top: 43px;
  }
}
.lt-ie9 .m-basic-header .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
  padding-top: 43px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    visibility: visible;
    top: -1px;
    height: 47px;
    padding-top: 47px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    visibility: hidden;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form.is-focused > .mm-search > .mm-search-result {
    visibility: visible;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-header.js-suggestion-visible .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    border-radius: 22px;
    z-index: 105;
  }
}

.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
  max-width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result {
    max-width: 520px;
  }
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
  position: static !important;
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
    border: 2px solid rgba(0, 0, 0, 0.9);
    position: absolute !important;
    top: 52px;
  }
}
.lt-ie9 .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
  border: 2px solid rgba(0, 0, 0, 0.9);
  position: absolute !important;
  top: 52px;
}
.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions.is-shown {
  border: 1px solid #999;
  top: 0 !important;
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions.is-display-block {
  display: block !important;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions.is-display-block-content {
  display: block !important;
  top: 0 !important;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
  padding: 0 8px;
  min-width: 375px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
    border-radius: 0px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
    border-radius: 22px;
    border: 2px solid rgba(0, 0, 0, 0.9);
  }
}
.lt-ie9 .m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions {
  border-radius: 22px;
  border: 2px solid rgba(0, 0, 0, 0.9);
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .autocomplete-no-suggestion {
  padding: 5px 15px;
  font-weight: bolder;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .autocomplete-no-suggestion {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding: 5px 15px;
  }
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-headline {
  padding: 15px 15px 5px 15px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-headline {
  padding: 16px 8px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-headline {
    padding-top: 24px;
    border-color: #E5E5E5;
  }
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content {
  flex: 0 1 100%;
  height: 100%;
}
.m-basic-search[data-mod=content] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content {
  max-width: 100%;
}

.m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content + .mm-content-advertising {
    max-width: 370px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-search[data-mod=navi] > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content + .mm-content-advertising {
    flex: 0 1 55%;
    max-width: 100%;
  }
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #999;
  width: 100%;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-result-selected {
  background: #f3f3f4;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-result-selected {
  background: #f5f5f5;
  cursor: pointer;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion {
  padding: 0;
  border-color: #E5E5E5;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion b {
  color: #000;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion b {
  color: rgba(0, 0, 0, 0.9);
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper {
  display: flex;
  flex-flow: row nowrap;
  text-decoration: none;
  max-width: 100%;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-old-results > .mm-link-wrapper {
  max-width: calc(100% - 30px);
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link {
  display: inline-block;
  padding: 10px 0 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link:only-child {
  padding: 10px 10px 10px 15px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-old-results > .mm-link-wrapper > .mm-link:only-child {
  padding: 10px 5px 10px 15px;
}

.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link {
  padding: 14px 8px;
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link:visited {
  color: #000;
  text-underline: none;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link .mm-segment {
  color: #666666;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-link .mm-segment--inner {
  color: #191919;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-link-wrapper > .mm-result-count {
  padding: 10px 15px 10px 0;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-old-results > .mm-link-wrapper > .mm-result-count {
  padding: 10px 5px 10px 0;
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-old-result-cancel {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 9.3220338983%;
  display: block;
  min-width: 20px;
  height: 35px;
  margin: auto 5px auto 0;
  cursor: pointer;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-old-result-cancel {
    opacity: 0;
  }
}
.lt-ie9 .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-old-result-cancel {
  opacity: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion.mm-result-selected > .mm-old-result-cancel, .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion:hover > .mm-old-result-cancel {
    opacity: 1;
  }
}

.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-result-suggestion > .mm-old-result-cancel.is-hidden {
  display: none;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper {
  display: block;
  padding: 15px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button {
  display: table;
  padding: 5px;
  max-width: 340px;
  position: relative;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button {
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
  background-image: none;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button > .mm-show-more {
  min-height: 30px;
  padding: 4px 5px 4px 23px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button > .mm-show-more {
  display: block;
  padding: 10px 24px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.m-basic-header .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button > .mm-show-more:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  position: absolute;
  left: -8px;
  top: -4px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button > .mm-show-more:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  position: absolute;
  left: -8px;
  top: -7px;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content > .mm-button-wrapper > .mm-button > .mm-all-result-count {
  padding: 4px 22px 4px 0;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content-advertising {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content-advertising {
    flex: 0 1 45%;
    max-width: 320px;
    height: auto;
    display: block;
  }
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content-advertising:empty {
  display: none;
}
.m-basic-search > .mm-searchbar > .mm-search-form > .mm-search > .mm-search-result > .autocomplete-suggestions > .mm-content-wrapper > .mm-content-advertising > .mm-ad-suggestion {
  display: flex;
  flex-flow: column nowrap;
}

.m-basic-skip-links {
  display: block;
  position: relative;
  z-index: 1100;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.m-basic-skip-links:has(a:focus) {
  opacity: 1;
  pointer-events: all;
  height: auto;
  padding: 5px 20px;
}
.m-basic-skip-links > ul {
  display: flex;
  column-gap: 30px;
  margin: 0;
  padding: 0;
}

.m-basic-socialwall > .mm-column-wrapper {
  column-gap: 15px;
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-socialwall > .mm-column-wrapper {
    column-count: 2;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-socialwall > .mm-column-wrapper {
    column-count: 3;
  }
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -13px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--instagram:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 3.367003367% 87.5177304965%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--facebook:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 84.8457912458% 72.304964539%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--twitter:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 37.037037037% 87.5177304965%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--blank {
  width: 0;
  margin-left: -10px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--blank:after {
  display: none;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--youtube:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 43.771043771% 87.5177304965%;
  top: -14px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--tiktok:after {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 53.1914893617% 0;
  transform: scale(0.7);
  top: -14px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-icon--linkedin:after {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 0 0;
  transform: scale(0.7);
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-head > .mm-name {
  color: #8e8e8e;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-media picture img {
  max-width: 100%;
  height: auto;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-media video {
  max-width: 100%;
  height: auto;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content {
  padding: 25px 15px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > div:not(:last-child) {
  margin-bottom: 15px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-date {
  color: #8e8e8e;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-text {
  overflow-wrap: anywhere;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-link {
  position: relative;
  padding-left: 30px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-link:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -13px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-link--arrow {
  padding-left: 20px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-link--arrow:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  top: -11px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-link a {
  text-decoration: none;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions {
  display: flex;
  justify-content: right;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions > * {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions > *:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions > *.mm-like:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 52.8248587571%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions > *.mm-share:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 96.3276836158%;
}
.m-basic-socialwall > .mm-column-wrapper > .mm-social-item > .mm-item-content > .mm-actions > *.mm-comment:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 23.6083165661% 93.7853107345%;
}

/* m-basic-socialshare */
.far {
  font-weight: 400;
}

/*!
 * shariff - v3.0.1 - Tue, 17 Apr 2018 06:12:42 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*!
 * Font Awesome Free 5.0.5 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border-radius: 0.1em;
  border: 0.08em solid #eee;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 16.835016835% 87.5177304965%;
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 20.202020202% 87.5177304965%;
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 23.569023569% 87.5177304965%;
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 26.936026936% 87.5177304965%;
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 33.67003367% 87.5177304965%;
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.fa,
.fas {
  font-weight: 900;
}

.shariff:after,
.shariff:before {
  content: " ";
  display: table;
}

.shariff:after {
  clear: both;
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shariff li {
  overflow: hidden;
}
.is-keyboard-focus .shariff li:has(a:focus) {
  position: relative;
  outline: 5px solid #ffcc00;
}

.shariff li,
.shariff li a {
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}

.shariff li .share_count,
.shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}

.shariff li .fab,
.shariff li .far,
.shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}

.shariff .orientation-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shariff .orientation-horizontal li {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}

.shariff .orientation-horizontal li .share_count {
  display: none;
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}

.shariff .theme-white .shariff-button a {
  background-color: #fff;
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px;
}

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px;
}

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px;
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.shariff .orientation-vertical.button-style-icon-count li .share_count,
.shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
  }
  .shariff .orientation-horizontal.button-style-icon-count li,
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px;
  }
  .shariff .orientation-horizontal.button-style-icon-count li .share_count,
  .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,
  .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li,
  .shariff li a {
    height: 35px;
  }
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_count,
  .shariff li .share_text {
    line-height: 35px;
  }
  .shariff li .share_count {
    height: 35px;
  }
}
.shariff .addthis a {
  background-color: #f8694d;
}

.shariff .addthis a:hover {
  background-color: #f75b44;
}

.shariff .addthis .fa-plus {
  font-size: 14px;
}

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0;
}

.shariff .theme-white .addthis a {
  color: #f8694d;
}

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}
.shariff .diaspora a {
  background-color: #999;
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3;
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px;
}

.shariff .theme-white .diaspora a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px;
  }
}
.shariff .facebook a {
  background-color: #3b5998;
}

.shariff .facebook a:hover {
  background-color: #4273c8;
}

.shariff .facebook .fa-facebook-f {
  font-size: 22px;
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}

.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px;
  }
}
.shariff .flattr a {
  background-color: #7ea352;
}

.shariff .flattr a:hover {
  background-color: #f67c1a;
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c;
}

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px;
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893;
}

.shariff .theme-white .flattr a {
  color: #f67c1a;
}

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px;
  }
}
.shariff .flipboard a {
  background-color: #e12828;
}

.shariff .flipboard a:hover {
  background-color: #ff2e2e;
}

.shariff .flipboard .fa-flipboard {
  font-size: 22px;
}

.shariff .theme-white .flipboard a {
  color: #e12828;
}

@media only screen and (min-width: 600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px;
  }
}
.shariff .googleplus a {
  background-color: #d34836;
}

.shariff .googleplus a:hover {
  background-color: #f75b44;
}

.shariff .googleplus .fa-google-plus-g {
  font-size: 22px;
}

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .googleplus a {
  color: #d34836;
}

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus-g {
    font-size: 19px;
  }
}
.shariff .info {
  border: 1px solid #ccc;
}

.shariff .info a {
  color: #666;
  background-color: #fff;
}

.shariff .info a:hover {
  background-color: #efefef;
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}

.shariff .theme-grey .info a {
  background-color: #fff;
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }
  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}

.shariff .linkedin a:hover {
  background-color: #0369a0;
}

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px;
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8;
}

.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px;
  }
}
.shariff .mail a {
  background-color: #999;
}

.shariff .mail a:hover {
  background-color: #a8a8a8;
}

.shariff .mail .fa-envelope {
  font-size: 21px;
}

.shariff .theme-white .mail a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.shariff .print a {
  background-color: #999;
}

.shariff .print a:hover {
  background-color: #a8a8a8;
}

.shariff .print .fa-print {
  font-size: 21px;
}

.shariff .theme-white .print a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 18px;
  }
}
.shariff .pinterest a {
  background-color: #bd081c;
}

.shariff .pinterest a:hover {
  background-color: #d50920;
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .pinterest a {
  color: #bd081c;
}

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .reddit a {
  background-color: #ff4500;
}

.shariff .reddit a:hover {
  background-color: #ff6a33;
}

.shariff .reddit .fa-reddit {
  font-size: 17px;
}

.shariff .theme-white .reddit a {
  color: #ff4500;
}

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px;
  }
}
.shariff .stumbleupon a {
  background-color: #eb4924;
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053;
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px;
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924;
}

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}

.shariff .twitter a:hover {
  background-color: #32bbf5;
}

.shariff .twitter .fa-twitter {
  font-size: 28px;
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee;
}

.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .whatsapp a {
  background-color: #5cbe4a;
}

.shariff .whatsapp a:hover {
  background-color: #34af23;
}

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
.shariff .xing a {
  background-color: #126567;
}

.shariff .xing a:hover {
  background-color: #29888a;
}

.shariff .xing .fa-xing {
  font-size: 22px;
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}

.shariff .theme-white .xing a {
  color: #126567;
}

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
.shariff .tumblr a {
  background-color: #36465d;
}

.shariff .tumblr a:hover {
  background-color: #44546b;
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
.shariff .threema a {
  background-color: #333;
}

.shariff .threema a:hover {
  background-color: #1f1f1f;
}

.shariff .threema .fa-lock {
  font-size: 28px;
}

.shariff .theme-white .threema a {
  color: #333;
}

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px;
  }
}
.shariff .weibo a {
  background-color: #f56770;
}

.shariff .weibo a:hover {
  background-color: #fa7f8a;
}

.shariff .weibo .fa-weibo {
  font-size: 28px;
}

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770;
}

.shariff .theme-white .weibo a {
  color: #f56770;
}

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px;
  }
}
.shariff .tencent-weibo a {
  background-color: #26ace0;
}

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb;
}

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px;
}

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0;
}

.shariff .theme-white .tencent-weibo a {
  color: #26ace0;
}

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px;
  }
}
.shariff .telegram a {
  background-color: #08c;
}

.shariff .telegram a:hover {
  background-color: #007dbb;
}

.shariff .telegram .fa-telegram {
  font-size: 28px;
}

.shariff .theme-white .telegram a {
  color: #08c;
}

@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px;
  }
}
.shariff .qzone a {
  background-color: #2b82d9;
}

.shariff .qzone a:hover {
  background-color: #398fe6;
}

.shariff .qzone .fa-qq {
  font-size: 28px;
}

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9;
}

.shariff .theme-white .qzone a {
  color: #2b82d9;
}

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px;
  }
}
.shariff .vk a {
  background-color: #5d7fa4;
}

.shariff .vk a:hover {
  background-color: #678eb4;
}

.shariff .vk .fa-vk {
  font-size: 22px;
}

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff;
}

.shariff .theme-white .vk a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 19px;
  }
}
.m-basic-socialshare {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  min-height: 56px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-socialshare {
    max-width: none;
  }
}
.l-main-content .m-basic-socialshare {
  max-width: none;
}
@media print {
  .m-basic-socialshare {
    display: none;
  }
}
.m-basic-gallery .m-basic-socialshare {
  padding: 0;
  border: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-gallery .m-basic-socialshare {
    position: absolute;
    right: 90px;
    top: 10px;
  }
}
.m-basic-socialshare .mm-invisible-content {
  display: none;
  padding: 13px 0 0 0;
}
.m-basic-socialshare .shariff > ul {
  display: block;
}
.m-basic-socialshare .shariff > ul > li {
  margin: 0 10px 10px 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
}
.m-basic-gallery .m-basic-socialshare .shariff > ul > li {
  width: auto;
  float: left;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-socialshare .shariff > ul > li {
    display: inline-block;
    width: auto;
  }
}
.m-basic-socialshare .shariff > ul > li .fab {
  position: relative;
}
.m-basic-socialshare .shariff > ul > li .fab::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -10px;
}
.m-basic-socialshare .shariff > ul > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #333;
}
.m-basic-socialshare .shariff > ul > li > a > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.m-basic-socialshare .shariff > ul > li > a .fa-facebook-f {
  font-size: 18px;
  font-size: 1.125rem;
}
.m-basic-socialshare .shariff > ul > li > a .fa-facebook-f:hover {
  background-color: #4273c8;
}
.m-basic-socialshare .shariff > ul > li > a .fa-twitter {
  font-size: 17px;
  font-size: 1.0625rem;
}
.m-basic-socialshare .shariff > ul > li > a .fa-twitter:hover {
  background-color: #32bbf5;
}
.m-basic-socialshare .shariff > ul > li > a .fa-xing {
  font-size: 20px;
  font-size: 1.25rem;
}
.m-basic-socialshare .shariff > ul > li > a .fa-xing:hover {
  background-color: #29888a;
}
.m-basic-socialshare .shariff > ul > li > a .fa-linkedin-in {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 28px;
}
.m-basic-socialshare .shariff > ul > li > a .fa-linkedin-in:hover {
  background-color: #0369a0;
}
.m-basic-socialshare .shariff > ul > li > a .fa-whatsapp {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
}
.m-basic-socialshare .shariff > ul > li > a .fa-whatsapp:hover {
  background-color: #34af23;
}
.m-basic-socialshare .shariff > ul > li > a .fa-wordpress:hover {
  background-color: #0073aa;
}
.m-basic-socialshare .shariff > ul .googleplus .fa-google-plus {
  top: 0;
}
.m-basic-socialshare .shariff > ul .googleplus .fa-google-plus:before {
  height: 10px;
  position: relative;
  top: 1px;
}
.m-basic-socialshare > .mm-more {
  position: absolute;
  right: -3px;
  top: 7px;
}
.m-basic-socialshare > .mm-more > ul > li {
  display: inline-block;
}
.m-basic-socialshare > .mm-more > ul > li:not(:first-child) {
  margin-left: 5px;
}
.m-basic-socialshare > .mm-more > ul > li > button {
  padding: 0 1px;
}
.m-basic-socialshare > .mm-more > ul > li > button :last-child {
  padding: 0;
}
.m-basic-socialshare > .mm-more > ul > li > button > svg {
  display: none;
  fill: #333;
}
.m-basic-socialshare > .mm-more > ul > li > button.m-btn-email, .m-basic-socialshare > .mm-more > ul > li > button.m-btn-print {
  position: relative;
  width: 26px;
  height: 29px;
  overflow: hidden;
}
.m-basic-socialshare > .mm-more > ul > li > button.m-btn-email:after, .m-basic-socialshare > .mm-more > ul > li > button.m-btn-print:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
}
.m-basic-socialshare > .mm-more > ul > li > button.m-btn-print:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 85.580147552% 96.8926553672%;
}
.m-basic-socialshare > .mm-more > ul > li > button.m-btn-email:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 0;
}
.m-basic-socialshare.h-space-s {
  margin-bottom: 0;
}
.m-basic-socialshare--high {
  margin-top: 30px;
}

/* m-basic-status-nav */
.m-basic-status-nav {
  z-index: 56;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.m-basic-status-nav .mm-inner {
  position: relative;
  margin: 0 0 2px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #ededed;
  box-shadow: 0 0 2px #c5c5c5;
}
.m-basic-status-nav .mm-steps {
  width: 100%;
  display: table;
  position: relative;
  white-space: nowrap;
  table-layout: fixed;
  counter-reset: basic-status-nav;
}
.m-basic-status-nav .mm-indicator {
  overflow: visible !important;
  background-color: #ffcc00;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.m-basic-status-nav .mm-indicator:after {
  content: "";
  top: 0;
  left: 100%;
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffcc00;
}
.m-basic-status-nav .mm-step {
  width: 7%;
  height: 40px;
  font-size: 0;
  padding: 0 10px 0 10px;
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-status-nav .mm-step {
    width: auto;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.m-basic-status-nav .mm-step:before {
  counter-increment: basic-status-nav;
  content: counter(basic-status-nav) ". ";
  font-size: 18px;
  font-size: 1.125rem;
}
.m-basic-status-nav .mm-step.is-active {
  font-size: 18px;
  font-size: 1.125rem;
}
.m-basic-status-nav .mm-step.mm-step--first {
  padding-left: 10px;
}

.m-basic-sticky-service-contact {
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 1500;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact {
    top: 54%;
  }
}
.m-basic-sticky-service-contact > .mm-trigger {
  height: 45px;
  width: 45px;
  background: #ffcc00 url(/assets/img/icons/icon-contact.svg) no-repeat center center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #fff;
}
.m-basic-sticky-service-contact > .mm-layer-details {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  padding: 10px 15px 0;
  display: none;
  max-height: 100vh;
  border: 1px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details {
    width: 300px;
    right: 0;
    padding: 10px 10px 30px;
    left: auto;
    top: -450%;
    height: 570px;
    position: absolute;
    background: #e9e9ea;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list {
  display: flex;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-tab-headline {
  padding: 0 7px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid #c5c5c5;
  margin-bottom: 10px;
  position: relative;
  flex-grow: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-tab-headline {
    width: auto;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-tab-headline.is-active {
  border-bottom: 2px solid #ffcc00;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-tab-headline.is-active > .mm-tab-icon {
  position: absolute;
  width: 25px;
  height: 15px;
  background-image: url(/assets/img/icons/my-adac/icon-tab-myadac.svg);
  background-repeat: no-repeat;
  background-size: 13px 7px;
  left: calc(50% - 6.5px);
  top: 34px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-trigger-close {
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  height: 34px;
  border-bottom: 2px solid #c5c5c5;
  width: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-header > .mm-header-list > .mm-trigger-close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    border-bottom: 0;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content {
  display: none;
  height: calc(100vh - 70px);
  overflow: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content {
    height: 490px;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.is-active {
  display: block;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable:focus {
  outline: none;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 10px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  background: #f8f8f8;
  height: 0;
  cursor: default;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
    background: #e9e9ea;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
  border-bottom: 1px solid #fff;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content h2 {
  padding-bottom: 5px;
  font-size: 22px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content h2 {
    font-size: 28px;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint {
  margin-bottom: 30px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint:last-child {
  margin-bottom: 0;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint > .mm-hint-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint > .mm-hint-number {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  margin-top: 5px;
  padding: 5px 0 5px 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint > .mm-hint-number {
    font-size: 24px;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint--support > .mm-hint-number {
  background: url(/assets/img/icons/icon-contact-phone-circle.svg) no-repeat left center;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint--whatsapp > .mm-hint-number {
  background: url(/assets/img/icons/icon-contact-whatsapp-02.svg) no-repeat left center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content .mm-contact-hint--whatsapp > .mm-hint-number {
    font-size: 22px;
  }
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-location-info {
  margin-bottom: 10px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-contact-img-text {
  display: flex;
  margin-bottom: 20px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-contact-img-text > .mm-contact-img {
  margin-right: 10px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-contact-img-text > .mm-contact-text > .mm-contact-name {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-content {
  min-height: 210px;
  max-height: 210px;
  overflow: auto;
  scroll-snap-align: end;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-content > .mm-chat {
  position: relative;
  background: #cccccc;
  border-radius: 10px 10px 10px 0;
  margin-bottom: 20px;
  padding: 10px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-content > .mm-chat:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 11px;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #cccccc;
  border-bottom: 0;
  border-left: 0;
  margin-left: -11px;
  margin-bottom: -12px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-content > .mm-chat--ext {
  background: #e9e9ea;
  border-radius: 10px 10px 0 10px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-content > .mm-chat--ext:after {
  right: 0;
  left: auto;
  border-top-color: #e9e9ea;
  border-right: 0;
  border-left: 12px solid transparent;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-text-container {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-text-container > form > .mm-chat-text-content {
  display: flex;
  align-items: flex-end;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-text-container > form > .mm-chat-text-content > .mm-chat-textarea {
  border: 1px solid #cccccc;
  width: calc(100% - 30px);
  height: 75px;
  max-height: 75px;
  padding-left: 5px;
  padding-right: 5px;
}
.m-basic-sticky-service-contact > .mm-layer-details > .mm-tab-content > .mm-inner-content .mm-scroll-content > .mm-chat-container > .mm-chat-text-container > form > .mm-chat-text-content > .mm-chat-submit {
  cursor: pointer;
  width: 30px;
  height: 20px;
  background: url(/assets/img/icons/icon-contact-enter.svg) no-repeat center center;
}

.m-basic-sticky-service-contact-restyle {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 1500;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact-restyle {
    bottom: 170px;
  }
}
.m-basic-sticky-service-contact-restyle.has-basic-form-footer-sticky {
  bottom: 270px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact-restyle.has-basic-form-footer-sticky {
    bottom: 180px;
  }
}
.is-keyboard-focus .m-basic-sticky-service-contact-restyle--animated:focus {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff;
  border-radius: 50%;
}
.m-basic-sticky-service-contact-restyle > .mm-trigger {
  height: 48px;
  width: 48px;
  background: #ffcc00;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 7px 2px #c5c5c5;
  color: #333;
  text-align: center;
}
.m-basic-sticky-service-contact-restyle.is-open > .mm-trigger {
  display: none;
}

.m-basic-sticky-service-contact-restyle.m-basic-sticky-service-contact-restyle--animated > .mm-trigger {
  animation: bounce 4s 1s 1;
}

.m-basic-sticky-service-contact-restyle > .mm-trigger:hover > span.mm-def {
  display: none;
}
.m-basic-sticky-service-contact-restyle > .mm-trigger:hover > span.mm-hover {
  display: block;
}
.is-keyboard-focus .m-basic-sticky-service-contact-restyle > .mm-trigger:focus-visible, .is-ios .m-basic-sticky-service-contact-restyle > .mm-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff;
}
.m-basic-sticky-service-contact-restyle > .mm-trigger > span.mm-def {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: block;
}
.m-basic-sticky-service-contact-restyle > .mm-trigger > span.mm-def img {
  padding-top: 3px;
  padding-left: 0.5px;
}
.m-basic-sticky-service-contact-restyle > .mm-trigger > span.mm-hover {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 48px;
  display: none;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer {
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  padding: 10px 15px 0;
  border: 1px solid #fff;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact-restyle > .mm-content-layer {
    max-width: 450px;
    max-height: 585px;
    right: 15px;
    top: 15px;
    left: auto;
    padding: 10px 10px 30px;
    position: fixed;
    border-radius: 8px;
    box-shadow: 0 0 7px 2px #c5c5c5;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-sticky-service-contact-restyle > .mm-content-layer {
    max-height: 785px;
  }
}
.lt-ie9 .m-basic-sticky-service-contact-restyle > .mm-content-layer {
  max-height: 785px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation {
  position: relative;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > .mm-close {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 41px;
  height: 41px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 35px 0 20px 0;
  text-align: center;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding: 17px 0 17px 45px;
  position: relative;
}
.is-keyboard-focus .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:focus {
  position: relative;
  z-index: 1;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li > .mm-img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 55px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li > .mm-img-wrapper > img {
  position: relative;
  max-width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li > .mm-img-wrapper--indent > img {
  left: 5px;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:last-child {
  border-bottom: 1px solid #cccccc;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-navigation > ul > li:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 69.4915254237%;
  right: 0;
  top: 0;
  height: 50px;
  width: 30px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: none;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-scrollpane {
  top: 0;
  height: 100%;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-pad-wrapper {
  padding: 40px 20px;
  height: 100%;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
  background-color: #fff;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content--full .mm-header {
  padding: 0;
  margin: 0;
  border: none;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-close-content {
  cursor: pointer;
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 36px;
  height: 36px;
  background-position: 31.4209472982% 90.1685393258%;
  left: -2px;
  top: -30px;
  width: 41px;
  height: 41px;
  display: inline-block;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content--full .mm-header > .mm-close-content {
  left: auto;
  right: 45px;
  top: 17px;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-headline-wrapper {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 20px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content--double-hl .mm-header > .mm-headline-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 20px;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content--double-hl .mm-header > .mm-headline-wrapper > span {
  display: block;
  flex: 1;
  text-align: left;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-header > .mm-headline-wrapper > img {
  position: relative;
  top: 9px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content--double-hl .mm-header > .mm-headline-wrapper > img {
  top: 3px;
}

.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-wrapper {
  padding: 0 10px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-contact-hint {
  margin-bottom: 20px;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-contact-hint:last-child {
  margin-bottom: 0;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-contact-hint > .mm-hint-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-contact-hint > .mm-hint-number {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .mm-contact-hint > .mm-hint-number {
    font-size: 24px;
  }
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content .ll-col-data--multi {
  width: 100%;
}
.m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content iframe {
  width: 100%;
  height: 550px;
  border: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content iframe {
    height: 664px;
  }
}
.lt-ie9 .m-basic-sticky-service-contact-restyle > .mm-content-layer > .mm-content-wrapper > .mm-content iframe {
  height: 664px;
}
.m-basic-sticky-service-contact-restyle .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 0;
}
.m-basic-sticky-service-contact-restyle .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-basic-sticky-service-contact-restyle .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-basic-sticky-service-contact-restyle .jspContainer > .jspHorizontalBar {
  display: none;
}
@keyframes bounce {
  0%, 5%, 13.25%, 20%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  10%, 10.75% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  17.5% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  22.5% {
    transform: translate3d(0, -4px, 0);
  }
  22.5% {
    transform: translate3d(0, 0, 0);
  }
}

/* m-basic-table */
.m-basic-table {
  position: relative;
  width: 100%;
  min-width: 0;
}
.swiper-container-wrap .m-basic-table:after {
  display: none;
}
.mm-toggle-row-content .m-basic-table:after {
  border-radius: 0;
}
@media print {
  .m-basic-table {
    page-break-inside: avoid;
  }
}
.ll-main-full .m-basic-table.h-space-s, .ll-main-full .m-basic-table.h-space-m, .ll-main-full .m-basic-table.h-space-l {
  margin-bottom: 0;
}
.m-basic-table.special-space {
  margin-bottom: 15px;
}
.m-basic-table.is-cloned-header {
  position: relative;
  margin: 0 0 -1px 0;
  z-index: 40;
}
.m-basic-table.is-cloned-header.is-sticky-header {
  min-width: 0;
}
.m-basic-table.is-cloned {
  position: relative;
  margin: 0 0 -1px 0;
  z-index: 40;
}
.m-basic-table.js-weather-clone > tbody > tr > td {
  padding: 3px;
}
.m-basic-table.js-weather-clone > tbody > tr > td:first-child {
  padding: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table.js-weather-clone > tbody > tr > td {
    padding: 10px;
  }
}
.m-basic-table.js-weather-clone > tbody > tr > td > img {
  max-height: 45px;
}
.m-basic-table .js-sort {
  display: none;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table .js-sort {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 2.9510395708% 100%;
    display: inline-block;
    position: absolute;
    top: 4px;
    margin-left: -6px;
  }
  .m-basic-table--compare-result .js-sort {
    right: initial;
  }
}
.m-basic-table .js-sort--active {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 100%;
}
.m-basic-table.is-orig {
  position: relative;
}
.m-basic-table.is-hidden {
  display: none;
}
.m-basic-table a {
  position: relative;
  z-index: 1;
}
.m-basic-table > tbody > tr {
  position: relative;
}
.m-basic-table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.m-basic-table--compare > tbody > tr:nth-last-child(3) {
  border-bottom: none;
}

.m-basic-table--striped > tbody > tr {
  border: none;
}

.m-basic-table > tbody > tr:nth-child(odd):not(.mm-subheading).js-white {
  background-color: transparent;
}
.m-basic-table > tbody > tr:nth-child(odd):not(.mm-subheading).js-white > td {
  background-color: transparent;
}
.m-basic-table--striped > tbody > tr:nth-child(odd):not(.mm-subheading) td {
  background-color: #f3f3f4;
}
@media print {
  .m-basic-table--striped > tbody > tr:nth-child(odd):not(.mm-subheading) td {
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}

.m-basic-table--striped > tbody > tr:nth-child(even):not(.mm-subheading) td {
  background: #fff;
}

.m-basic-table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.m-basic-table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
@media print {
  .m-basic-table > tbody > tr {
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
}
.m-basic-table > tbody > tr > td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  position: relative;
  hyphens: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td {
    padding: 15px 30px;
    min-width: 140px;
  }
}
@media print {
  .m-basic-table > tbody > tr > td {
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
}
.m-basic-table > tbody > tr > td.phone-hide {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td.phone-hide {
    display: table-cell;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td:first-child {
    padding-left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--striped > tbody > tr > td:first-child {
    padding-left: 30px;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td:last-child {
    padding-right: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--striped > tbody > tr > td:last-child {
    padding-right: 40px;
  }
}

.m-basic-table > tbody > tr > td.mm-tac {
  text-align: center;
}
.m-basic-table > tbody > tr > td.mm-vam {
  vertical-align: middle;
}
.m-basic-table > tbody > tr > td.mm-vab {
  vertical-align: bottom;
}
.m-basic-table > tbody > tr > td.mm-bg-light {
  background: #f3f3f4;
}
.m-basic-table > tbody > tr > td.mm-bg-dark {
  background: #e9e9ea;
}
.m-basic-table > tbody > tr > td > .mm-stopper-wrap {
  position: relative;
  margin: 0 0 7px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td > .mm-stopper-wrap {
    margin-bottom: 0;
  }
}
.m-basic-table > tbody > tr > td .mm-flex-content {
  display: flex;
}
.m-basic-table > tbody > tr > td .mm-flex-content > *:not(:last-child) {
  display: block;
  margin-right: 10px;
}
.m-basic-table > tbody > tr > td .mm-extra {
  font-weight: normal;
  display: block;
}
.m-basic-table > tbody > tr > td p:last-child,
.m-basic-table > tbody > tr > td ul:last-child {
  margin-bottom: 0;
}
.m-basic-table > tbody > tr > td p:last-child li:last-child,
.m-basic-table > tbody > tr > td ul:last-child li:last-child {
  margin-bottom: 0;
}
.m-basic-table-wrap .m-basic-table > tbody > tr > td {
  position: relative;
}
.m-basic-table > tbody > tr > td .mm-phone-strong {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-table > tbody > tr > td .mm-phone-strong {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-table > tbody > tr > td .mm-phone-small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td .mm-phone-small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td .mm-tablet-strong {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
  }
  .h-roboto .m-basic-table > tbody > tr > td .mm-tablet-strong {
    font-family: "Roboto Bold", sans-serif;
  }
}
.m-basic-table > tbody > tr > td .mm-tablet-big {
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr > td .mm-tablet-big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.m-basic-table > tbody > tr > td > img {
  float: left;
  margin-right: 10px;
}
.m-basic-table--compare > tbody > tr > td > img {
  float: initial;
  margin-right: initial;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > tbody > tr > td > img {
    float: left;
    margin-right: 10px;
  }
}

.m-basic-table > tbody > tr > td > img.mm-fixed-width--120 {
  min-width: 120px;
  max-width: 120px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr .mm-nobreak {
    white-space: nowrap;
  }
}
.m-basic-table > tbody > tr .mm-normal {
  font-weight: normal;
}
.m-basic-table > tbody > tr.mm-subheading--strong > td {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-table > tbody > tr.mm-subheading--strong > td {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-table > tbody > tr.mm-subheading.phone-hide {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr.mm-subheading.phone-hide {
    display: table-row;
  }
}
.m-basic-table > tbody > tr.mm-subheading.phone-only {
  display: table-cell;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr.mm-subheading.phone-only {
    display: none;
  }
}
.m-basic-table > tbody > tr.mm-subheading a.js-lightbox {
  text-decoration: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr.mm-subheading a.js-lightbox {
    text-decoration: underline;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > tbody > tr.mm-subheading > td {
    border-top: 0;
  }
}
.m-basic-table > tbody > tr.mm-subheading > td .js-lightbox {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-table > tbody > tr.mm-subheading > td .js-lightbox {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-table > tbody > tr.mm-sum {
  background: #fff;
  border-bottom: 1px solid #afafaf;
  border-top: 3px double #afafaf;
}
.m-basic-table > tbody > tr.mm-sum td {
  border-left: 0 !important;
  border-right: 0;
}
.m-basic-table > tbody > tr.is-highlight {
  background-color: #ffcc00;
  border-bottom-color: #afafaf;
}
.m-basic-table > tbody > tr.is-highlight > td {
  border-top: 1px solid #afafaf;
  border-bottom: none;
}
.m-basic-table > thead {
  border-bottom: 1px solid #E5E5E5;
}
.m-basic-table.is-cloned-header > thead {
  background: #fff;
}

.m-basic-table > thead > tr > th {
  position: relative;
  height: 45px;
  background: transparent;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  padding: 15px;
  text-align: left;
  min-width: 100px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > thead > tr > th {
    padding: 15px 30px;
    min-width: 140px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > thead > tr > th:first-child {
    padding-left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--striped > thead > tr > th:first-child {
    padding-left: 30px;
  }
}

.h-roboto .m-basic-table > thead > tr > th {
  font-family: "Roboto Bold", sans-serif;
}
@media print {
  .m-basic-table > thead > tr > th {
    box-shadow: inset 0 0 0 1000px #ffcc00;
  }
}
.m-basic-table > thead > tr > th.is-clickable {
  cursor: pointer;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.m-basic-table > thead > tr > th > .mm-subhead {
  display: block;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-table > thead > tr > th > .mm-subhead {
  font-family: "Roboto", sans-serif;
}
.m-basic-table > tfoot > tr > td {
  padding-top: 8px;
  font-size: 13px;
}
.m-basic-table--ruf-weather {
  width: 100%;
}
.m-basic-table--ruf-weather > thead > tr > th {
  min-width: 0;
  padding: 15px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--ruf-weather > thead > tr > th:first-child {
    padding-left: 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--ruf-weather > thead > tr > th:last-child {
    padding-right: 20px;
  }
}
.m-basic-table--ruf-weather > thead > tr > th > img {
  max-height: 45px;
}
.m-basic-table--ruf-weather > tbody > tr {
  background-color: transparent;
}
.m-basic-table--ruf-weather > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.m-basic-table--ruf-weather > tbody > tr > td {
  min-width: 0;
  padding: 15px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--ruf-weather > tbody > tr > td:first-child {
    padding-left: 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--ruf-weather > tbody > tr > td:last-child {
    padding-right: 20px;
  }
}
.m-basic-table--ruf-weather > tbody > tr > td > img {
  max-height: 60px;
}
.m-basic-table--ruf-weather > tbody > tr .mm-toggle-row-content > table > tbody > tr {
  background-color: transparent;
}
.m-basic-table--ruf-weather > tbody > tr .mm-toggle-row-content > table > tbody > tr > td {
  width: 50%;
}
.m-basic-table--ruf-weather > tbody > tr .mm-toggle-row-content > table > tbody > tr > td > img {
  width: 55px;
  height: auto;
}
.m-basic-table--ruf-climate > thead > tr > th {
  min-width: 0;
  padding: 15px 10px;
}
.m-basic-table--ruf-climate > tbody > tr > td {
  min-width: 0;
  padding: 15px 10px;
  padding-bottom: 5px;
}
.m-basic-table--rating > thead > tr > th {
  min-width: 0;
  padding: 15px 20px;
}
.m-basic-table--rating > tbody > tr > td {
  min-width: 0;
  padding: 15px 20px;
}
.m-basic-table--rating > tbody > tr > td:nth-child(2) {
  min-width: 10px !important;
}
.m-basic-table--rating > tbody > tr > td:first-child > .m-image-text-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.m-basic-table--rating > tbody > tr > td:first-child > .m-image-text-wrapper > .m-basic-text {
  margin-left: 10px;
}
.m-basic-table--rating > tbody > tr > td:first-child > .m-image-text-wrapper > .m-basic-text > h4 {
  padding: 0;
  word-break: break-all;
}
.m-basic-table--rating > tbody > tr > td:first-child > .m-image-text-wrapper > .m-basic-text > .mm-content {
  margin-bottom: 0;
}
.m-basic-table--rating > tbody > tr > td .mm-location-distance {
  margin-bottom: 5px;
}
.m-basic-table--rating > tbody > tr > td .mm-location-icon {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 42px;
  height: 42px;
  background-position: 99.8633623577% 70.5218617772%;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  cursor: pointer;
}
.m-basic-table--rating > tbody > tr > td > .cf.m-basic-text > .mm-content {
  font-weight: 300;
}
.m-basic-table--rating > tbody > tr > td > .mm-toggle-row-content.cf {
  width: 100%;
}
.m-basic-teaser-dashboard .m-basic-table img {
  vertical-align: top;
}
.m-basic-teaser-dashboard .m-basic-table img ~ .a-basic-link {
  margin-left: 10px;
}
.swiper-container-sticky .m-basic-table {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-fieldset .m-basic-table {
    margin-left: 0;
    min-width: 100%;
    width: 100%;
  }
}
.ll-main-full > .m-basic-table {
  margin: 0;
}
.m-basic-table.has-src {
  margin-bottom: 10px;
}
.m-basic-table + .mm-tablesrc {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.m-basic-table + .mm-tablesrc > img {
  margin-left: 10px;
  vertical-align: middle;
}
.m-basic-table--lightbox > thead > tr > th {
  width: 50%;
}
.m-basic-table--lightbox > tbody > tr > td:last-child {
  text-align: center;
}
.m-basic-table--lightbox > tbody > tr.is-odd, .m-basic-table--lightbox > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.m-basic-table--lightbox > tbody > tr.is-even, .m-basic-table--lightbox > tbody > tr:nth-child(even) {
  background-color: #e9e9ea !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--vertical-center > thead > tr > th,
  .m-basic-table--vertical-center > thead > tr > td,
  .m-basic-table--vertical-center > tbody > tr > th,
  .m-basic-table--vertical-center > tbody > tr > td {
    vertical-align: middle;
  }
}

.js-basic-table-wrap {
  position: relative;
  width: 100%;
  margin: -41px 0 0 0;
  padding-top: 41px;
}
.js-main-border.is-nopadding .js-basic-table-wrap {
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}
.js-basic-table-wrap.is-loading {
  position: relative;
  min-height: 200px;
}
.js-basic-table-wrap.is-loading:before {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 100;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.js-basic-table-wrap.is-loading table,
.js-basic-table-wrap.is-loading .js-table-zoom {
  opacity: 0;
}
.js-basic-table-wrap.is-full {
  width: calc(100vw - 17px);
  left: calc(50% - 50vw);
  z-index: 90;
}
@media only screen and (min-width: 64.0625em) {
  .js-basic-table-wrap.is-full.mm-has-side-navi {
    width: calc(100vw - 10%);
    left: calc(50% - (18% - 12px));
    transform: translate(-50%);
  }
}
.lt-ie9 .js-basic-table-wrap.is-full.mm-has-side-navi {
  width: calc(100vw - 10%);
  left: calc(50% - (18% - 12px));
  transform: translate(-50%);
}
@media only screen and (min-width: 76.25em) {
  .js-basic-table-wrap.is-full.mm-has-side-navi {
    width: calc(100vw - 50px);
    left: calc(50% - 121px);
  }
}
@media only screen and (min-width: 88.75em) {
  .js-basic-table-wrap.is-full.mm-has-side-navi {
    left: 50%;
  }
}

.js-basic-table-wrap.is-full.has-stopper {
  padding-top: 40px;
}
.js-basic-table-wrap table {
  opacity: 1;
  transition: opacity 1s;
}
.js-basic-table-wrap > .js-table-zoom {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .js-basic-table-wrap > .js-table-zoom {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 99.9973172368% 37.2881355932%;
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 60;
    cursor: pointer;
  }
  .js-basic-table-wrap.has-stopper > .js-table-zoom {
    top: 34px;
  }
}
.js-basic-table-wrap > .js-table-zoom.is-sticky {
  position: fixed;
}
.js-basic-table-wrap > .mm-tablesrc {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.js-basic-table-wrap > .mm-tablesrc > img {
  margin-left: 10px;
  vertical-align: middle;
}
.js-basic-table-wrap .swiper-button-next {
  top: 100px !important;
}
.js-basic-table-wrap .swiper-button-next.is_stuck {
  right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .js-basic-table-wrap .swiper-button-next.is_stuck {
    right: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .js-basic-table-wrap .swiper-button-next.is_stuck {
    right: calc(50% - 380px);
  }
}
.lt-ie9 .js-basic-table-wrap .swiper-button-next.is_stuck {
  right: calc(50% - 380px);
}
@media only screen and (min-width: 76.25em) {
  .js-basic-table-wrap .swiper-button-next.is_stuck {
    right: calc(50% - 420px);
  }
}
.js-basic-table-wrap.is-full .swiper-button-next.is_stuck {
  right: 10px;
}

.js-basic-table-wrap .swiper-button-prev {
  top: 100px !important;
  display: block !important;
}
.js-basic-table-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.js-basic-table-wrap .swiper-button-prev.is_stuck {
  left: 160px;
}
@media print, only screen and (min-width: 48em) {
  .js-basic-table-wrap .swiper-button-prev.is_stuck {
    left: 210px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .js-basic-table-wrap .swiper-button-prev.is_stuck {
    left: calc(50% - 239px);
  }
}
.lt-ie9 .js-basic-table-wrap .swiper-button-prev.is_stuck {
  left: calc(50% - 239px);
}
@media only screen and (min-width: 76.25em) {
  .js-basic-table-wrap .swiper-button-prev.is_stuck {
    left: calc(50% - 265px);
  }
}
.js-basic-table-wrap.is-full .swiper-button-prev.is_stuck {
  left: 180px;
}

.js-basic-table-header-clone-wrap {
  position: relative;
  overflow: hidden;
  z-index: 50;
  margin-top: -10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media print {
  .js-basic-table-header-clone-wrap {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.js-basic-table-header-clone-wrap .is-cloned-header > thead .a-basic-stopper {
  display: none;
}

.js-main-border {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .js-main-border {
    padding: 10px 30px 0 30px;
  }
}
.swiper-container-table .js-main-border {
  padding: 0;
  border: none;
}
.js-main-border.is-full {
  padding: 0;
  border: none;
}
.js-main-border .js-basic-table-wrap > .is-full {
  border: 1px solid #E5E5E5;
}
.js-main-border.is-nopadding {
  padding: 0;
}

.mm-dashbox-theme .m-basic-table-restyle {
  max-height: 340px;
  overflow-y: auto;
}
.m-basic-table-restyle > .mm-table {
  width: 100%;
}
.m-basic-table-restyle > .mm-table thead > tr {
  border-bottom: 1px solid #191919;
}
.m-my-adac-dashboard-box-showcase .mm-content .m-basic-table-restyle > .mm-table thead > tr {
  border-bottom: none;
}
.m-basic-table-restyle > .mm-table thead > tr > th {
  padding: 20px 5px;
  text-align: left;
  vertical-align: middle;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle > .mm-table thead > tr > th {
    padding: 20px 25px;
  }
}
.m-basic-table-restyle > .mm-table thead > tr > th.is-delete {
  width: 20px;
}
.m-basic-table-restyle > .mm-table thead > tr > th > .mm-sort-flex {
  display: flex;
  align-items: center;
}
.m-basic-table-restyle > .mm-table thead > tr > th > .mm-sort-flex > .js-sort {
  transform: rotate(90deg);
  width: 8px;
  height: 16px;
  display: block;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}
.m-basic-table-restyle > .mm-table thead > tr > th > .mm-sort-flex > .js-sort:after {
  content: "";
  position: absolute;
  left: -18px;
  top: -14px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
}
.m-basic-table-restyle > .mm-table thead > tr > th > .mm-sort-flex > .js-sort--active {
  transform: rotate(-90deg);
}
.m-basic-table-restyle > .mm-table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
.m-basic-table-restyle > .mm-table tbody tr.mm-result {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-table-restyle > .mm-table tbody tr.is-filter.is-filter-hidden {
  display: none;
}
.m-basic-table-restyle > .mm-table tbody tr > td {
  padding: 20px 5px;
  vertical-align: top;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle > .mm-table tbody tr > td {
    padding: 20px 25px;
    min-width: 140px;
  }
}
.mm-dashbox-theme .m-basic-table-restyle > .mm-table tbody tr > td {
  padding: 10px 5px;
}
@media print, only screen and (min-width: 48em) {
  .mm-dashbox-theme .m-basic-table-restyle > .mm-table tbody tr > td {
    padding: 10px 5px;
    min-width: 0;
  }
}
.mm-dashbox-theme .m-basic-table-restyle > .mm-table tbody tr > td:last-child {
  width: 85px;
}
.m-basic-table-restyle > .mm-table tbody tr > td.is-delete {
  width: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle > .mm-table tbody tr > td.is-delete {
    width: 20px;
    min-width: 0;
  }
}
.m-basic-table-restyle > .mm-table tbody tr > td > .mm-flex-box {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle > .mm-table tbody tr > td > .mm-flex-box {
    flex-direction: row;
    align-items: center;
  }
}
@media print, only screen and (min-width: 48em) {
  .mm-dashbox-theme .m-basic-table-restyle > .mm-table tbody tr > td > .mm-flex-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.m-basic-table-restyle > .mm-table tbody tr > td > .mm-flex-box > span {
  margin-right: 15px;
}
.m-basic-table-restyle > .mm-row-btn {
  border-top: 1px solid #E5E5E5;
  text-align: center;
  padding: 20px 10px;
}
.m-basic-table-restyle > .mm-row-btn--borderless {
  border: none;
  margin-top: 20px;
}
.m-basic-table-restyle > .mm-row-btn--borderless > button {
  display: inline;
}

.m-basic-table-toggle {
  position: relative;
}
.swiper-container-wrap .m-basic-table-toggle:after {
  display: none;
}
.m-basic-table-toggle > .mm-table-content.is-hidden {
  visibility: hidden;
  height: 0;
  position: absolute;
}
.m-basic-table-toggle > .mm-table-content > h3 {
  margin-bottom: 10px;
}
.m-basic-table-toggle > .mm-table-content .is-cloned-header {
  height: 0;
  position: absolute;
}
.m-basic-table-toggle > .mm-table-content .is-sticky-header > .is-cloned-header {
  position: static;
  height: auto;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer {
  position: absolute;
  width: 100%;
  z-index: 100;
  display: none;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer.is-active {
  display: block;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer.is-sticky {
  position: fixed;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer:before {
  background: #191919;
  opacity: 0.25;
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #fff;
  font-size: 14px;
  display: table;
  padding-left: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header {
    font-size: 16px;
    padding-left: 55px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active {
  display: table-row;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-icon {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 45px;
  background-position: 87.9919517103% 38.7985865724%;
  height: 36px;
  display: inline-block;
  left: -6px;
  position: relative;
  top: -2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-icon {
    top: 1px;
    left: 2px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-header-cnt {
  padding: 20px 5px 23px;
  width: 148px;
  display: table-cell;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-header-cnt {
    width: 200px;
    padding: 20px 0 23px 11px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-header-cnt > div {
  float: left;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-header-cnt > div.mm-filter-layer-close {
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 93.7853107345%;
  padding-right: 5px;
  height: 30px;
  width: 34px;
  float: right;
  top: -10px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-header > .mm-customize-view-active > .mm-filter-header-cnt > div.mm-filter-layer-close {
    height: 29px;
    margin-right: 15px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 15px 15px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form {
    flex-direction: row;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col {
  position: relative;
  padding-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col {
    padding-left: 20px;
    width: 50%;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:first-child {
  border-bottom: 1px solid #E5E5E5;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:first-child {
    border-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #E5E5E5;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child {
  padding-bottom: 40px;
  border-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child {
    border-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > .mm-error-msg {
  display: none;
  padding: 0 0 0 30px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > .mm-error-msg:before {
  content: "";
  display: none;
  background: url("/assets/img/svg-sprite/autoversicherung-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 0 100%;
  height: 31px;
  position: absolute;
  left: -3px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > .mm-error-msg.is-active {
  display: block;
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 70px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > .mm-error-msg.is-active:before {
  display: inline-block;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul {
  padding: 0;
  margin: 0 0 100px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul {
    margin-bottom: 0;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:first-child > ul {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:first-child > ul {
    margin: 0 0 170px;
  }
}

.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > ul {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col:only-child > ul {
    margin-bottom: 0;
  }
}

.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li {
  display: block;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li {
    margin-bottom: 20px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-list-label {
  margin-bottom: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-list-input {
  overflow: hidden;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-error-msg {
  display: none;
  padding: 0 30px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-error-msg:before {
  content: "";
  display: none;
  background: url("/assets/img/svg-sprite/autoversicherung-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 0 100%;
  height: 31px;
  position: absolute;
  left: -3px;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-error-msg.is-active {
  display: block;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-error-msg.is-active {
    position: relative;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > ul > li > .mm-error-msg.is-active:before {
  display: inline-block;
}
.m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > .mm-btn-ctn {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-filter-layer > .mm-layer-content > .mm-filter-form > .mm-form-col > .mm-btn-ctn {
    right: 10px;
    width: auto;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table {
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  min-width: 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table thead > tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table thead > tr:last-child {
    border-bottom: 1px solid #333;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table thead > tr:last-child > td {
  padding: 0 5px 10px;
}
.m-basic-table-toggle > .mm-table-content .mm-table thead > tr:first-child:only-child {
  border-bottom: 1px solid #E5E5E5;
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table thead > tr:first-child:only-child {
    border-bottom: 1px solid #333;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table thead > tr:first-child {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table thead > tr:first-child {
    border-bottom: 1px solid #333;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr {
  width: 100%;
  position: relative;
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table tr td:first-child,
  .m-basic-table-toggle > .mm-table-content .mm-table tr th:first-child {
    display: none;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr:not(:last-child):not(:nth-last-child(2)):not(.js-toggle-btn) {
  border-bottom: 1px solid #E5E5E5;
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table tr:not(:last-child):not(:nth-last-child(2)):not(.js-toggle-btn) {
    border-bottom: 1px solid #333;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-row {
  height: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-row > td:nth-child(2) {
    padding-left: 20px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn {
  cursor: pointer;
}
.is-keyboard-focus .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:focus {
  outline: 0;
  position: relative;
}
.is-keyboard-focus .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:focus:nth-child(1) {
  border-top: 2px solid transparent;
}
.is-keyboard-focus .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:focus > td:nth-child(1):before {
  outline: 2px solid #000;
  border-radius: 3px;
}
.is-keyboard-focus .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:focus > td:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 100;
}
.is-keyboard-focus .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:focus > td:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-btn:first-child {
  border-top: 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.is-filter.is-filter-hidden {
  display: none;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.mm-row-headline {
  cursor: auto;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th {
  padding: 10px 5px 10px 0;
  font-size: 14px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th {
    padding: 20px;
    font-size: 16px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th:first-child {
    padding-left: 40px !important;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th > .mm-subline {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  min-width: 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th > .mm-subline {
    margin-bottom: 15px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-view {
  cursor: pointer;
  width: 30px;
  padding: 10px 0;
  position: relative;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-view:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 41.3145539906% 93.7853107345%;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-view {
    width: 20px;
  }
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-view:before {
    left: auto;
    right: -10px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-text {
  text-align: left;
  cursor: pointer;
  padding: 20px 5px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th.mm-customize-text {
    padding: 20px;
    max-width: 100%;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th.no-filter {
  text-align: left;
  padding-left: 0;
  vertical-align: bottom;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th.no-filter {
    padding-bottom: 56px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th.is-hidden {
  display: none;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > th > .a-basic-btn {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > th > .a-basic-btn {
    display: block;
    text-align: center;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td {
  text-align: center;
  padding: 10px 5px;
  font-size: 14px;
  vertical-align: top;
  max-width: 90px;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td {
    padding: 15px 20px;
    font-size: 16px;
    max-width: 100%;
    overflow: inherit;
    text-overflow: inherit;
  }
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td {
    padding: 15px 5px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.mm-row-headline > td {
  padding: 30px 10px;
  text-align: left;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td:not(:first-child) {
    min-width: 100px;
  }
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td:not(:first-child) {
    min-width: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td:first-child {
    padding-left: 40px !important;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td.is-desc {
  text-align: left;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-row > td {
  padding: 0 5px 0 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr.js-toggle-row > td {
    padding: 0 20px;
  }
}

.m-basic-table-toggle > .mm-table-content .mm-table tr > td.mm-table-arrow {
  position: relative;
  width: 30px;
  height: 100%;
  padding: 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td.mm-table-arrow:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 74.5762711864%;
  top: -3px;
  left: -4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td.mm-table-arrow {
    width: 20px;
  }
  .m-basic-table-toggle > .mm-table-content .mm-table tr > td.mm-table-arrow:before {
    left: auto;
    right: -10px;
    top: 4px;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tr.is-active > td.mm-table-arrow:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 77.6836158192%;
}

.m-basic-table-toggle > .mm-table-content .mm-table tr > td.is-hidden {
  display: none;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 77.6836158192%;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-toggle-content {
  height: 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr:not(.is-active) > td > .mm-toggle-content {
  overflow: hidden;
}

.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-positive,
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-negative {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-positive:after,
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-negative:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-positive > img,
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-negative > img {
  display: none;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-positive:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-table-toggle > .mm-table-content .mm-table tr > td > .mm-negative:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-basic-table-toggle > .mm-table-content .mm-table tfoot {
  border-top: 1px solid #E5E5E5;
}
@media print {
  .m-basic-table-toggle > .mm-table-content .mm-table tfoot {
    border-top: 1px solid #333;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-table tfoot > tr:last-child {
  border-bottom: 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table tfoot > tr:last-child > td {
  padding: 20px 0 0;
}
.m-basic-table-toggle > .mm-table-content .mm-table tfoot .a-basic-btn {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-toggle > .mm-table-content .mm-table tfoot .a-basic-btn {
    display: inline-block;
  }
}
.m-basic-table-toggle > .mm-table-content .mm-row-btn {
  text-align: center;
  padding: 20px 10px;
  margin-top: 20px;
}
.m-basic-table-toggle > .mm-table-content .mm-row-btn > button {
  display: inline;
}
.m-basic-table-toggle.is-open .js-basic-table-header-clone-wrap .mm-table tr.is-filter {
  display: table-row !important;
}

.js-basic-table-header-clone-wrap {
  margin-top: 0;
}

.js-main-border {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .js-main-border {
    padding: 0 30px;
  }
}
@media print {
  .js-main-border {
    padding: 0;
    border: 2px solid #333;
  }
}

.m-basic-tabs {
  display: block;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group {
  position: relative;
  display: flex;
  padding-left: 0;
  z-index: 2;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li {
  width: 100%;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li {
    width: auto;
    min-width: 225px;
  }
}
.lt-ie9 .m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li {
  width: auto;
  min-width: 225px;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li > a {
  position: relative;
  display: block;
  padding: 7px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.4196078431);
  border-left: 0;
  outline: 0;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li:first-child > a {
  border-left: 1px solid rgba(0, 0, 0, 0.4196078431);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.is-keyboard-focus .m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li > a:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.8980392157);
  z-index: 10;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li > a.active {
  color: rgba(0, 0, 0, 0.8980392157);
  background-color: #ffcc00;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-tab-group > li > a.active:hover {
  text-decoration: none;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-panel-group {
  position: relative;
  z-index: 1;
}
.m-basic-tabs > .mm-wrapper-container > .mm-tabs-container > .mm-panel-group > .mm-tab-content {
  padding: 30px 0 0 0;
  width: 100%;
  border: 0;
}

/* m-basic-teaser-across */
.m-basic-teaser-across.h-space-s {
  margin-bottom: 0;
}
.o-basic-banderole .m-basic-teaser-across.mm-first {
  padding-left: 15px;
  padding-right: 7px;
}
.o-basic-banderole--white .m-basic-teaser-across.mm-first {
  padding-left: 0;
}
@media only screen and (min-width: 88.75em) {
  .o-basic-banderole--white .m-basic-teaser-across.mm-first {
    padding-left: 15px;
  }
}
.o-basic-banderole--product .m-basic-teaser-across.mm-first, .o-basic-banderole--highlight .m-basic-teaser-across.mm-first, .o-basic-banderole--premium .m-basic-teaser-across.mm-first {
  padding-right: 7px;
  padding-left: 0;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across.mm-first {
  padding-left: 0;
  padding-right: 0;
}
.o-basic-banderole .m-basic-teaser-across.mm-last {
  padding-left: 7px;
  padding-right: 15px;
}
.o-basic-banderole--product .m-basic-teaser-across.mm-last, .o-basic-banderole--highlight .m-basic-teaser-across.mm-last, .o-basic-banderole--premium .m-basic-teaser-across.mm-last {
  padding-left: 7px;
  padding-right: 0;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across.mm-last {
  padding-left: 0;
  padding-right: 0;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across.mm-last.mm-stopper {
  padding-right: 7px;
}
.m-basic-teaser-across .mm-headline {
  display: inline-block;
  padding: 0 0 16px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #fff;
  font-weight: normal;
}
.h-roboto .m-basic-teaser-across .mm-headline {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-across .mm-headline {
    padding: 0 0 18px 0;
  }
}
.o-basic-banderole .m-basic-teaser-across .mm-headline {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.m-basic-teaser-across > article {
  width: 289px;
  position: relative;
  background: #fff;
}
.m-basic-teaser-across > article.mm-article-filter {
  height: 251px;
  overflow: hidden;
  padding-bottom: 10px;
  background: #f3f3f4;
}
.m-basic-teaser-across > article .mm-article-content {
  padding-bottom: 20px;
  line-height: 18px;
  line-height: 1.125rem;
  background: #f3f3f4;
}
.m-basic-teaser-across > article .mm-article-content--filter {
  height: auto;
}
.m-basic-teaser-across > article .mm-article-content .mm-header {
  padding: 7px 10px 0 10px;
  font-weight: bold;
  margin: 0;
}
.m-basic-teaser-across > article .mm-article-content .mm-header a {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.h-roboto .m-basic-teaser-across > article .mm-article-content .mm-header a {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-teaser-across > article .mm-article-content .mm-header .mm-attention {
  top: -18px;
  right: 0;
  position: absolute;
  padding: 0 3px 1px 3px;
  color: #000;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
}
.o-basic-banderole--product .m-basic-teaser-across > article .mm-article-content .mm-header .mm-attention {
  position: absolute;
  top: -18px;
  text-transform: uppercase;
  color: #333;
  right: 0;
  background: 0;
  box-shadow: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.h-roboto .o-basic-banderole--product .m-basic-teaser-across > article .mm-article-content .mm-header .mm-attention {
  font-family: "Roboto", sans-serif;
}
.m-basic-teaser-across > article .mm-article-content .mm-copy {
  margin-bottom: 6px;
  padding: 0 10px;
}
.m-basic-teaser-across > article .mm-article-content .mm-copy p {
  margin: 0 0 5px 0;
}
.m-basic-teaser-across > article > figure {
  position: relative;
  margin: 0;
  height: 120px;
  background: #d7d7d7 url(/assets/img/bg/banderole-preview.gif) center no-repeat;
}
.is-init .m-basic-teaser-across > article > figure {
  background: #d7d7d7 url(/assets/img/bg/banderole-preview.gif) center no-repeat;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across > article > figure {
  max-height: 218px;
  height: auto;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across > article > figure img {
  height: auto;
}
.m-basic-teaser-across > article > figure > a {
  display: block;
}
.m-basic-teaser-across > article > figure > a > img {
  display: block;
  width: 100%;
}
.is-init .m-basic-teaser-across > article > figure > a > img {
  visibility: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-across > article > figure > a > img {
    max-width: 100%;
    height: 120px;
    width: 289px;
  }
}
.m-basic-teaser-across > article > figure > .swiper-lazy-preloader {
  border: none;
}
.m-basic-teaser-across > article .mm-footer {
  border-top: 1px solid #cccccc;
  padding: 6px 10px 10px 10px;
  background: #f3f3f4;
}
.o-basic-banderole--product .m-basic-teaser-across > article .mm-footer, .o-basic-banderole--highlight .m-basic-teaser-across > article .mm-footer, .o-basic-banderole--premium .m-basic-teaser-across > article .mm-footer {
  border-color: #afafaf;
}
.m-basic-teaser-across > article .mm-footer--filter {
  border: none;
  padding-top: 0;
  overflow-y: auto;
}
.m-basic-teaser-across > article .mm-footer--filter > .jspScrollable:focus {
  outline: none;
}
.m-basic-teaser-across > article .mm-footer--filter > .jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 10px;
}
.m-basic-teaser-across > article .mm-footer--filter > .jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-basic-teaser-across > article .mm-footer--filter > .jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-basic-teaser-across > article .mm-footer--filter > .jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.m-basic-teaser-across > article > hr {
  margin: 0 0 3px 0;
}
.m-basic-teaser-across a {
  text-decoration: none;
}
.m-basic-text .m-basic-teaser-across {
  width: calc(100% + 15px + 15px);
  background: #afafaf;
  margin-left: -15px;
  margin-bottom: 22px;
  padding: 15px 15px 15px 15px;
  padding-top: 14px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .m-basic-teaser-across {
    width: 344px;
    margin-left: -30px;
    padding-left: 30px;
    margin-bottom: 4.728132%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text .m-basic-teaser-across {
    margin-left: -40px;
    padding-left: 40px;
  }
}
.lt-ie9 .m-basic-text .m-basic-teaser-across {
  margin-left: -40px;
  padding-left: 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-aside--right .m-basic-teaser-across {
    margin: 0;
    margin-left: 20px;
    margin-bottom: 4.728132%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text .mm-aside--right .m-basic-teaser-across {
    margin-right: -40px;
    padding-right: 40px;
    padding-left: 15px;
    margin-left: 40px;
  }
}
.lt-ie9 .m-basic-text .mm-aside--right .m-basic-teaser-across {
  margin-right: -40px;
  padding-right: 40px;
  padding-left: 15px;
  margin-left: 40px;
}
.o-basic-banderole .m-basic-teaser-across {
  padding: 25px 8px 0 8px;
}
.o-basic-banderole--mgldiscountfull .m-basic-teaser-across {
  background: transparent;
}
.o-basic-banderole--premium .m-basic-teaser-across {
  padding: 20px 8px;
}
.o-basic-banderole--product .m-basic-teaser-across {
  padding: 20px 8px;
}
.o-basic-banderole--mgldiscount .m-basic-teaser-across {
  padding: 0;
}
.o-basic-banderole--product .is-init .m-basic-teaser-across, .o-basic-banderole--highlight .is-init .m-basic-teaser-across, .o-basic-banderole--premium .is-init .m-basic-teaser-across {
  padding: 0;
  box-sizing: content-box;
  border-left: 8px solid #afafaf;
  border-right: 8px solid #afafaf;
}

/* m-basic-teaser-app */
.m-basic-teaser-app {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 289px;
  height: 120px;
  background: #fff;
  margin: 0 15px 0 0;
  padding: 10px;
}
.m-basic-teaser-app figure {
  flex: 0 0 100px;
  margin: 0;
}
.m-basic-teaser-app > .mm-appcontent {
  position: relative;
  height: 100%;
  padding: 0 0 0 10px;
  flex: 0 0 160px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appheadline {
  font-weight: bold;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.h-roboto .m-basic-teaser-app > .mm-appcontent > .mm-appheadline {
  font-family: "Roboto", sans-serif;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  bottom: 3px;
  left: 10px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a {
  display: inline-block;
  outline: none;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink {
  float: left;
  width: 35px;
  height: 30px;
  position: relative;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink:before {
  content: "";
  position: absolute;
  top: -26px;
  left: -12px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--apple:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 7.5726842461% 79.9145299145%;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--android:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 3.7863421231% 79.9145299145%;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--windows {
  width: 37px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--windows:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 60.5814739689% 83.9031339031%;
  left: -11px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--blackberry {
  width: 42px;
}
.m-basic-teaser-app > .mm-appcontent > .mm-appicons > a > .mm-applink--blackberry:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 22.7180527383% 79.9145299145%;
  left: -9px;
}

.m-basic-teaser-box {
  position: relative;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.m-basic-teaser-box > .mm-attention {
  position: absolute;
  top: -18px;
  text-transform: uppercase;
  color: #333;
  right: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-box > .mm-flex-content {
    display: flex;
  }
}
.m-basic-teaser-box > .mm-flex-content > .mm-img {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-box > .mm-flex-content > .mm-img {
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 340px;
  }
}
.m-basic-teaser-box > .mm-flex-content > .mm-img figure {
  margin: 0;
}
.m-basic-teaser-box > .mm-flex-content > .mm-img figure img {
  width: 100%;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-box > .mm-flex-content > .mm-img figure img {
    width: auto;
    max-width: none;
  }
}

.m-basic-teaser-dashboard {
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-dashboard {
    width: auto;
    max-width: 100%;
  }
}
.lt-ie9 .m-basic-teaser-dashboard {
  width: auto;
  max-width: 100%;
}
.ll-dashboard .m-basic-teaser-dashboard {
  position: relative;
  padding-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .ll-dashboard .m-basic-teaser-dashboard {
    width: 50%;
    border-left: 10px solid #fff;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-dashboard .m-basic-teaser-dashboard {
    width: 33.3333333333%;
  }
}
.lt-ie9 .ll-dashboard .m-basic-teaser-dashboard {
  width: 33.3333333333%;
}
@media print, only screen and (min-width: 48em) {
  .ll-dashboard > .ll-dashboard-left .m-basic-teaser-dashboard {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-dashboard > .ll-dashboard-left .m-basic-teaser-dashboard {
    width: 100%;
  }
}
.lt-ie9 .ll-dashboard > .ll-dashboard-left .m-basic-teaser-dashboard {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .ll-dashboard > .ll-dashboard-right .m-basic-teaser-dashboard {
    width: 50%;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-dashboard--full {
    max-width: 100%;
  }
}
.lt-ie9 .m-basic-teaser-dashboard--full {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--row {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-dashboard--row {
    max-width: 100%;
  }
}
.lt-ie9 .m-basic-teaser-dashboard--row {
  max-width: 100%;
}
.m-basic-teaser-dashboard--row .m-basic-teaser-dashboard {
  background: #fff;
}
.m-basic-teaser-dashboard > .mm-headline {
  background: #f3f3f4;
  box-shadow: inset 0 0 0 1000px #f3f3f4;
  padding: 10px 10px 9px 16px;
}
.m-basic-teaser-dashboard > .mm-headline > .mm-headline-text {
  padding: 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 19px;
  font-size: 1.1875rem;
}
.h-roboto .m-basic-teaser-dashboard > .mm-headline > .mm-headline-text {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-teaser-dashboard > a > .mm-figure,
.m-basic-teaser-dashboard > .mm-figure {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.m-basic-teaser-dashboard > a > .mm-figure > img,
.m-basic-teaser-dashboard > .mm-figure > img {
  width: 100%;
  vertical-align: middle;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard > a > .mm-figure > img,
  .m-basic-teaser-dashboard > .mm-figure > img {
    max-width: 100%;
  }
}
.m-basic-teaser-dashboard > .mm-content {
  background: #f3f3f4;
  padding: 17px 15px 60px 15px;
}
.ll-col-dashboard--full .m-basic-teaser-dashboard > .mm-content {
  position: static;
}
.m-basic-teaser-dashboard > .mm-content > .mm-subheadline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.h-roboto .m-basic-teaser-dashboard > .mm-content > .mm-subheadline {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard.m-basic-teaser-dashboard--full > .mm-content {
    padding-right: 20px;
  }
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--full > .mm-content > .js-basic-table-wrap {
  margin: -46px -10px 0 1px;
}

.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content {
  display: block;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard:nth-child(odd) {
  padding-left: 0;
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard:nth-child(even) {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard {
    width: 25%;
    min-width: 125px;
    padding-right: 10px;
    padding-left: 0;
  }
  .m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard:nth-child(even) {
    padding-right: 10px;
  }
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content > .mm-content-teaser > .m-basic-teaser-dashboard .a-basic-btn {
  width: 100%;
}
.m-basic-teaser-dashboard.m-basic-teaser-dashboard--row > .mm-content .mm-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #fff;
}

.m-basic-teaser-dashboard > .mm-content > .mm-rating {
  border-bottom: 1px solid #d7d7d7;
  margin: 0 -10px;
  padding: 10px 30px 10px 40px;
}
.m-basic-teaser-dashboard > .mm-content > .mm-rating--first {
  border-top: 1px solid #d7d7d7;
}
.m-basic-teaser-dashboard > .mm-content > .mm-rating--last {
  margin-bottom: 20px;
}
.m-basic-teaser-dashboard > .mm-content > .mm-rating > p {
  margin: 0;
  position: relative;
}
.m-basic-teaser-dashboard > .mm-content > .mm-rating > p:before {
  width: 21px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  top: 0;
  left: -27px;
  position: absolute;
  text-align: center;
}
.m-basic-teaser-dashboard > .mm-content > .mm-rating.mm-rating--pro > p:before {
  content: "+";
  background: #009900;
  line-height: 20px;
}

.m-basic-teaser-dashboard > .mm-content > .mm-rating.mm-rating--contra > p:before {
  content: "–";
  background: #cc3300;
  line-height: 20px;
}

.m-basic-teaser-dashboard--nobutton > .mm-content {
  padding-bottom: 0 !important;
}
.m-basic-teaser-dashboard--nobutton > .mm-content .m-basic-text .mm-content {
  padding-bottom: 0 !important;
}
.m-basic-teaser-dashboard--nobutton > .mm-content .m-basic-text .mm-flex .mm-aside > figure {
  margin-bottom: 0;
}

.m-basic-teaser-flex {
  position: relative;
  padding: 25px 0;
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex {
    padding: 40px 0;
  }
}
.m-basic-teaser-flex > .mm-flex-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 898px;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex > .mm-flex-content {
    flex-direction: row;
  }
}
.m-basic-teaser-flex > .mm-flex-content > .mm-teaser {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 15px 80px 60px 20px;
  margin: 0 20px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex > .mm-flex-content > .mm-teaser {
    flex: 1 1 0;
    max-width: 50%;
    margin: 0 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex > .mm-flex-content > .mm-teaser:first-child {
    margin-left: 0;
  }
}
.m-basic-teaser-flex > .mm-flex-content > .mm-teaser:last-child {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-flex > .mm-flex-content > .mm-teaser:last-child {
    margin-right: 0;
  }
}
.m-basic-teaser-flex > .mm-flex-content > .mm-teaser > .mm-btn-box {
  position: absolute;
  bottom: 20px;
}

/* m-basic-teaser-product */
.m-basic-teaser-product {
  padding-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-product {
    margin-left: -27px;
    margin-right: -27px;
  }
}
.lt-ie9 .m-basic-teaser-product {
  margin-left: -27px;
  margin-right: -27px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-product > .mm-status {
    padding-left: 30px;
  }
}
.lt-ie9 .m-basic-teaser-product > .mm-status {
  padding-left: 30px;
}
.m-basic-teaser-product > .mm-status > .js-basickeywordfilter-results-false > .mm-recommendations {
  padding: 0 0 15px 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.h-roboto .m-basic-teaser-product > .mm-status > .js-basickeywordfilter-results-false > .mm-recommendations {
  font-family: "Roboto", sans-serif;
}
.m-basic-teaser-product > .mm-wrap {
  width: 100%;
  margin: 0 -15px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-product > .mm-wrap {
    justify-content: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-product > .mm-wrap {
    margin-left: 27px;
    margin-right: 0;
  }
}
.lt-ie9 .m-basic-teaser-product > .mm-wrap {
  margin-left: 27px;
  margin-right: 0;
}
.m-basic-teaser-product > .mm-wrap > .mm-box {
  width: 290px;
  margin: 0 3px 20px 3px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-product > .mm-wrap > .mm-box {
    margin: 0 25px 30px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-product > .mm-wrap > .mm-box {
    margin-right: 15px;
  }
}
.lt-ie9 .m-basic-teaser-product > .mm-wrap > .mm-box {
  margin-right: 15px;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-img-box > .mm-figure {
  width: 290px;
  height: 219px;
  margin: 0;
  background: #f8f8f8 url(/assets/img/bg/preview.png) no-repeat center center;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-img-box > .mm-figure > a {
  display: block;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-img-box > .mm-figure > a > img {
  max-width: 100%;
  max-height: 100%;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main {
  background: #ededed;
  position: relative;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main .a-basic-stopper {
  top: 10px;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main .a-basic-stopper + .mm-top {
  padding-right: 80px;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-top {
  position: relative;
  border-bottom: 1px solid #afafaf;
  padding: 7px 10px;
  height: 90px;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-top > header > h2 {
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-top > header > h2 {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-top .mm-copayment {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-top > .mm-keyword {
  position: absolute;
  bottom: 0;
  visibility: hidden;
}
.m-basic-teaser-product > .mm-wrap > .mm-box > .mm-main > .mm-bottom {
  padding: 6px 6px 6px 10px;
}

/* m-basic-teaser-wrapper-ves */
.m-basic-teaser-wrapper-ves {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves {
    width: calc(100vw - 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves {
  width: calc(100vw - 40px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper-ves {
    width: 1200px;
  }
}
.m-basic-teaser-wrapper-ves:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #f3f3f4;
}
.m-basic-teaser-wrapper-ves > * {
  position: relative;
  z-index: 1;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves > .mm-wrapper {
    flex-direction: row;
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves > .mm-wrapper {
  flex-direction: row;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item {
  background-color: #fff;
  flex: 1 0 auto;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves--2col > .mm-wrapper > .mm-item {
    width: calc((100% - 20px) / 2);
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves--2col > .mm-wrapper > .mm-item {
  width: calc((100% - 20px) / 2);
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves--3col > .mm-wrapper > .mm-item {
    width: calc((100% - 40px) / 3);
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves--3col > .mm-wrapper > .mm-item {
  width: calc((100% - 40px) / 3);
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves--4col > .mm-wrapper > .mm-item {
    width: calc((100% - 60px) / 4);
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves--4col > .mm-wrapper > .mm-item {
  width: calc((100% - 60px) / 4);
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item {
    justify-content: space-between;
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item {
  justify-content: space-between;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper {
  margin-bottom: 30px;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-headline {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 0 5px 0;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-headline--short {
  padding: 0 100px 5px 0;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-content {
  margin-top: 30px;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-content hr.yellow:nth-of-type(odd) {
  margin: 0 0 30px 0;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-content hr.yellow:nth-of-type(even) {
  margin: 30px 0 0 0;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-content-wrapper > .mm-content > .mm-breaker {
  position: relative;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 34px;
  height: 34px;
  background-position: 23.034643571% 7.2230014025%;
  left: 50%;
  transform: scale(2) translateX(-50%);
  margin: 35px 0;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-cta-wrapper {
  padding-top: 15px;
  border-top: 1px solid #e9e9ea;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-cta-wrapper > .mm-price {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
}
.m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-cta-wrapper > .mm-price > .mm-price-price {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper-ves > .mm-wrapper > .mm-item > .mm-cta-wrapper > .mm-price > .mm-price-price {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

/* m-basic-teaser-wrapper */
.m-basic-teaser-wrapper {
  width: 100%;
  height: auto;
}
.m-basic-teaser-wrapper--wide {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper--wide {
    width: calc(100% + 240px);
    margin-right: -120px;
    margin-left: -120px;
  }
}
.lt-ie9 .m-basic-teaser-wrapper--wide {
  width: calc(100% + 240px);
  margin-right: -120px;
  margin-left: -120px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper--wide {
    width: calc(100% + 360px);
    margin-right: -180px;
    margin-left: -180px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-teaser-wrapper--wide {
    width: calc(100% + 440px);
    margin-right: -220px;
    margin-left: -220px;
  }
}
.m-basic-teaser-wrapper--wide:before {
  display: none;
  top: 0;
  content: "";
  z-index: -1;
  width: calc(100vw + 40px);
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  background-color: transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--wide:before {
    display: block;
  }
}
.m-basic-teaser-wrapper[data-background=grey] {
  background-color: #f3f3f4;
}
.m-basic-teaser-wrapper[data-background=grey]:before {
  background-color: #f3f3f4;
}
.m-basic-teaser-wrapper > .mm-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding: 25px 15px 25px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper {
    max-width: 1280px;
    padding: 40px;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper {
  max-width: 1280px;
  padding: 40px;
}
.m-basic-teaser-wrapper:not(.m-basic-teaser-wrapper--wide) > .mm-wrapper {
  padding: 0;
}
.m-basic-teaser-wrapper[data-background]:not(.m-basic-teaser-wrapper--wide) > .mm-wrapper {
  padding: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper[data-background]:not(.m-basic-teaser-wrapper--wide) > .mm-wrapper {
    padding: 20px;
  }
}
.lt-ie9 .m-basic-teaser-wrapper[data-background]:not(.m-basic-teaser-wrapper--wide) > .mm-wrapper {
  padding: 20px;
}

.m-basic-teaser-wrapper.m-basic-teaser-wrapper--wide:not([data-background]) > .mm-wrapper {
  padding: 0 15px 25px 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper.m-basic-teaser-wrapper--wide:not([data-background]) > .mm-wrapper {
    padding: 0 40px 20px 40px;
  }
}
.lt-ie9 .m-basic-teaser-wrapper.m-basic-teaser-wrapper--wide:not([data-background]) > .mm-wrapper {
  padding: 0 40px 20px 40px;
}

.m-basic-teaser-wrapper > .mm-wrapper {
  /* autoprefixer grid: autoplace */
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper {
  display: -ms-grid;
  display: grid;
  align-content: stretch;
  justify-items: stretch;
  align-items: stretch;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"] {
  grid-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"] {
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"] {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-stretch=true] {
  justify-items: stretch;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="2"] {
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="2"] {
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="2"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"] {
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"] {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"][data-rows="2"] {
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="4"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"] {
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"][data-rows="2"] {
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"][data-rows="2"] {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="5"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"] {
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"] {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"][data-rows="2"] {
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"][data-rows="2"] {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 88.75em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="10"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  max-width: calc((1200px - 10px * 2) / 3);
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 10px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 3) / 2);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 3) / 4);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 10px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 4) / 5);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 2) / 3);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 5) / 6);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 10px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"] {
  grid-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 15px auto 15px auto;
  grid-template-rows: auto auto auto;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"] {
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"] {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-stretch=true] {
  justify-items: stretch;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="2"] {
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="2"] {
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="2"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"] {
  -ms-grid-rows: auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"] {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"][data-rows="2"] {
  -ms-grid-rows: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="4"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"] {
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto 15px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"][data-rows="2"] {
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto 15px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"][data-rows="2"] {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="5"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"] {
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"] {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"][data-rows="2"] {
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 15px auto 15px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"][data-rows="2"] {
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 88.75em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="15"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  max-width: calc((1200px - 15px * 2) / 3);
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 15px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 3) / 2);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 3) / 4);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 15px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 4) / 5);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 2) / 3);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 5) / 6);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 15px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"] {
  grid-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"] {
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"] {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-stretch=true] {
  justify-items: stretch;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="2"] {
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="2"] {
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="2"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"] {
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"] {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"][data-rows="2"] {
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="4"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"] {
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"][data-rows="2"] {
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"][data-rows="2"] {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="5"][data-stretch=true] {
  margin: initial;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"] {
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"] {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"][data-rows="2"] {
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"][data-rows="2"] {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 88.75em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-grid-gap="20"][data-columns="6"][data-rows="2"] {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  max-width: calc((1200px - 20px * 2) / 3);
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 20px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 3) / 2);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 3) / 4);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 20px) / 2);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 4) / 5);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="5"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 2) / 3);
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 2) / 3);
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 5) / 6);
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
  max-width: 355px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-columns="6"][data-rows="2"] > .mm-teaser-box {
    max-width: calc((1200px - 20px * 2) / 3);
  }
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box > .mm-info-button {
    flex: 0 1 80%;
  }
}
.lt-ie9 .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box > .mm-info-button {
  flex: 0 1 80%;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="1"], .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="2"] {
    max-width: 816px;
    grid-template-columns: 1fr 1fr;
  }
}
.lt-ie9 .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="1"], .lt-ie9 .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="2"] {
  max-width: 816px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="1"], .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="2"] {
    max-width: 898px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="1"], .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="2"] {
    max-width: 858px;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  height: auto;
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
    padding: 15px 20px;
  }
}
.m-basic-teaser-wrapper--product-details > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  padding: 0;
  border-radius: 0;
}

.m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  padding: 0;
  border-radius: 0 0 8px 8px;
}

.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box {
  padding: 0;
  border-radius: 0 0 8px 8px;
}

.m-basic-teaser-wrapper--product-disabled > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-center-slides=true] > .mm-teaser-box {
  margin: 0 auto;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-stretch=true] > .mm-teaser-box {
  min-width: 100%;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper.mm-teaser-border--grey > .mm-teaser-box {
  border: 1px solid #E5E5E5;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"][data-columns="5"] > .mm-teaser-box:nth-child(3), .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"][data-columns="6"] > .mm-teaser-box:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"][data-columns="5"] > .mm-teaser-box:nth-child(3), .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"][data-columns="6"] > .mm-teaser-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
.lt-ie9 .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper[data-rows="2"] > .mm-teaser-box:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
  flex: 0 0 auto;
  margin: 0 0 15px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  max-width: calc(100% - 50px);
  hyphens: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline, .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline, .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
    padding: 0 20px;
  }
}

.m-basic-teaser-wrapper--product-details > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
  padding: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-details > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline {
    padding: 0 20px;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-headline > .mm-additional-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
  white-space: nowrap;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
  flex: 0 1 auto;
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
    flex: 1 1 auto;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper.mm-hide-content > .mm-teaser-box > .mm-teaser-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s cubic-bezier(0, 1, 0, 1);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper.mm-hide-content > .mm-teaser-box > .mm-teaser-content {
    overflow: visible;
    max-height: 1000px;
    transition: max-height 1.5s ease-in-out;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content.is-shown {
  max-height: 1000px;
  transition: max-height 1.5s ease-in-out;
}
.m-basic-teaser-wrapper--product-details > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
  flex: 0 1 auto;
  padding: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-details > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
    padding: 0 20px;
  }
}

.m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
  flex: 1 0 auto;
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
    padding: 0 20px;
  }
}

.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-content {
    padding: 0 20px;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
  flex: 0 1 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
}
.m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper, .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
  height: auto;
  align-content: flex-end;
  align-self: flex-end;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper, .m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
    align-content: flex-start;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price {
  align-self: flex-start;
}

.m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
  align-content: flex-end;
  padding: 0 15px 15px 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
    padding: 0 20px 20px 20px;
  }
}

.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper {
  padding: 0 15px 15px 15px;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper.ll-depend {
  display: none;
  clear: both;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper {
  flex: 1 1 100%;
  order: 1;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
  align-self: flex-end;
  margin: 0;
  flex: 1 1 100%;
  padding: 0 0 0 6px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
    align-self: flex-start;
  }
}
.m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
  order: 1;
  margin: 0 0 20px 0;
}

.m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
    margin: 0 0 20px 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--ves > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-link {
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper--ves > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-link-wrapper > .mm-info-button {
    float: right;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price {
  margin: 0 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  flex: 1 1 55%;
}
.m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price {
  order: 0;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-price {
  flex: 0 0 48%;
  margin: 0;
  align-self: center;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-price {
    position: absolute;
    bottom: 75px;
    right: 20px;
    width: 100%;
    height: 30px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-price {
    position: static;
    align-self: flex-end;
    flex: 0 0 48%;
    margin: 0 0 12px 0;
  }
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price > .mm-price-info {
  align-self: flex-end;
  margin: 0 5px 0 0;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price > .mm-price {
  align-self: flex-end;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price > .mm-price {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-price > .mm-price-price-period {
  align-self: flex-end;
  margin: 0 0 0 5px;
}
.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button {
  flex: 1 1 100%;
}
.m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button {
  order: 2;
}

.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button {
  flex: 0 1 100%;
}
.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="3"] > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button {
  flex: 0 1 70%;
}

.m-basic-teaser-wrapper--product-advanced > .mm-wrapper > .mm-teaser-wrapper[data-columns="4"] > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button {
  flex: 0 1 80%;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-button {
  flex: 1 1 52%;
  align-self: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-button {
    flex: 1 1 100%;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper--button-price > .mm-info-button {
    flex: 1 1 52%;
    display: flex;
    align-items: center;
    height: 55px;
  }
}

.m-basic-teaser-wrapper--product > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button.is-hidden, .m-basic-teaser-wrapper--product-additional > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-info-wrapper > .mm-info-button.is-hidden {
  visibility: hidden;
}

.m-basic-teaser-wrapper > .mm-wrapper > .mm-teaser-wrapper > .mm-teaser-box > .mm-teaser-image {
  flex: 0 0 auto;
}

/* m-basic-text */
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-row .m-basic-text {
    padding-right: 0;
  }
  .l-lightbox .m-basic-text {
    padding-right: 50px;
  }
  .l-lightbox .m-basic-text > .mm-content.h-space-none {
    margin-bottom: 0;
  }
  .l-lightbox .m-basic-text > .mm-content > p {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 16px;
    font-size: 1rem;
  }
  .h-roboto .l-lightbox .m-basic-text > .mm-content > p {
    font-family: "Roboto", sans-serif;
  }
}
.m-basic-text.h-space-s {
  margin-bottom: 0;
}
.l-form--cardamage-map .ll-ll-row .m-basic-text.h-space-s {
  margin-bottom: 12px;
}
.autocomplete-suggestion.no-result > .m-basic-text.h-space-s {
  margin-bottom: 15px;
}
.m-basic-hint--flex-row .m-basic-text.h-space-s {
  margin-bottom: 15px;
}
.m-basic-text.h-space-m {
  margin-bottom: 20px;
}
.m-basic-text.h-space-l {
  margin-bottom: 40px;
}
.m-basic-text.h-space-xl {
  margin-bottom: 60px;
}
.l-form-general .ll-col-data .m-basic-text:not(:first-child) {
  padding-top: 8px;
}
.a-basic-btn.h-space-s + .m-basic-text {
  margin-top: 7px;
}
.a-basic-btn.h-space-s + .m-basic-text--my-adac {
  margin: 0 0 12px 0;
}

.ll-aside-content .m-basic-text h1 {
  padding-bottom: 0;
}
.oo-col-label + .oo-col-data .m-basic-text, .ll-col-label + .ll-col-data .m-basic-text {
  padding-top: 8px;
}
.l-form .ll-fieldset .a-basic-input-checkbox .m-basic-text {
  margin-left: 0;
}
.l-form .ll-fieldset .l-main-cols .m-basic-text, .l-form .ll-fieldset .ll-description .m-basic-text {
  margin-left: 0;
}
.ll-main-content-switch .m-basic-text {
  margin-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-content-switch .m-basic-text {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-content-switch .m-basic-text {
    margin-right: 40px;
  }
}
.lt-ie9 .ll-main-content-switch .m-basic-text {
  margin-right: 40px;
}
.m-basic-hint:not(.m-basic-hint--noheadline) .m-basic-text {
  padding-top: 4px;
}
.ll-depend.is-open .m-basic-hint:not(.m-basic-hint--noheadline) .m-basic-text {
  display: flex;
}
.m-basic-hint:not(.m-basic-hint--noheadline) .m-basic-text + .a-basic-link {
  margin-top: 10px;
}
.ll-main-chatbot.is-activated .m-basic-text {
  display: none;
}
.m-basic-hint--no-text-padding .m-basic-text {
  padding-top: 0;
}
.m-basic-hin--big .m-basic-text {
  padding-top: 0;
}
.m-basic-hint .m-basic-text .mm-content:first-child {
  padding-top: 0;
}
.m-basic-hint .m-basic-text .mm-content:only-child {
  margin-bottom: 0;
}
.m-basic-hint--address .m-basic-text .mm-content > p > a {
  text-decoration: none;
}
.m-basic-teaser-product .m-basic-text {
  line-height: 18px;
  line-height: 1.125rem;
}
.m-basic-text hr.yellow {
  margin: 6px 0 14px 0;
}
.m-adac-maps .mm-country-informations-head .m-basic-text {
  padding-right: 50px;
}
.m-basic-cookie > .m-cookie-center > .m-basic-text > a {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.h-roboto .m-basic-cookie > .m-cookie-center > .m-basic-text > a {
  font-family: "Roboto", sans-serif;
}
.m-basic-text > .mm-stopper-wrapper {
  padding-right: 80px;
  position: relative;
}
.m-basic-text > p {
  max-width: 700px;
}
.l-outer--my-adac-content .m-basic-text > p, .m-basic-teaser-box .m-basic-text > p {
  max-width: 100%;
}
.m-basic-text > p:last-child {
  margin-bottom: 0;
}
.m-basic-sticky-service-contact .m-basic-text > p {
  margin-bottom: 10px;
}
.m-basic-hint--padding .m-basic-text > p:first-child {
  padding-top: 6px;
}
.m-basic-text .mm-dependent-content {
  display: none;
}
.l-outer .m-basic-text .mm-dependent-content--ios {
  display: none;
}
.l-outer.is-ios .m-basic-text .mm-dependent-content--ios {
  display: inline;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer.is-ios .m-basic-text .mm-dependent-content--ios {
    display: none;
  }
}
.lt-ie9 .l-outer.is-ios .m-basic-text .mm-dependent-content--ios {
  display: none;
}
.l-outer .m-basic-text .mm-dependent-content--android {
  display: none;
}
.l-outer.is-touch:not(.is-ios) .m-basic-text .mm-dependent-content--android {
  display: inline;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer.is-touch:not(.is-ios) .m-basic-text .mm-dependent-content--android {
    display: none;
  }
}
.lt-ie9 .l-outer.is-touch:not(.is-ios) .m-basic-text .mm-dependent-content--android {
  display: none;
}
.l-outer.is-touch .m-basic-text .mm-dependent-content--desktop {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer.is-touch .m-basic-text .mm-dependent-content--desktop {
    display: inline;
  }
}
.lt-ie9 .l-outer.is-touch .m-basic-text .mm-dependent-content--desktop {
  display: inline;
}
.l-outer .m-basic-text .mm-dependent-content--desktop {
  display: inline;
}
.m-basic-text .mm-content {
  max-width: 700px;
  margin: 0 0 50px 0;
}
.l-outer--my-adac-content .m-basic-text .mm-content, .m-basic-teaser-box .m-basic-text .mm-content {
  max-width: 100%;
}
.m-basic-text .mm-content--m {
  max-width: 760px;
}
.m-basic-text .mm-content--l {
  max-width: 100%;
}
.m-basic-text .mm-content--l > p {
  max-width: none !important;
}
.m-basic-text .mm-content--l > h3 {
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-content--half {
    width: calc(50% - 40px);
  }
}
.m-basic-text .mm-content--flex-row {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-content--flex-row {
    flex-flow: row nowrap;
  }
}
.m-basic-text .mm-content.h-space-none {
  margin-bottom: 0;
}
.m-basic-text .mm-content.h-space-s {
  margin-bottom: 15px;
}
.m-basic-text .mm-content.h-space-m {
  margin-bottom: 30px;
}
.m-basic-text .mm-content.h-space-l {
  margin-bottom: 60px;
}
.l-outer--my-adac .m-basic-text .mm-content {
  margin: 0 0 24px 0;
}
.l-form-general .ll-main-content-border .m-basic-text .mm-content {
  margin-bottom: 0;
}
.l-form-general .ll-main-content-border .mm-content .m-basic-text .mm-content {
  padding-top: 5px;
}
.m-basic-teaser-box .m-basic-text .mm-content {
  max-width: 100%;
}
.mm-teaser-box .m-basic-text .mm-content {
  margin: 0;
}
.m-basic-hint--btnbox .m-basic-text .mm-content {
  margin-top: 15px;
}
.m-basic-teaser-dashboard .m-basic-text .mm-content {
  margin-bottom: 20px;
}
.m-basic-teaser-dashboard .m-basic-text .mm-content > p > a:not(:hover) {
  text-decoration: none;
}
.mm-newsletter-theme .m-basic-text .mm-content {
  margin-bottom: 0;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .mm-newsletter-theme .m-basic-text .mm-content {
    display: block;
  }
}
.mm-newsletter-theme .m-basic-text .mm-content.is-open {
  display: block;
}
.mm-layer-inner .m-basic-text .mm-content {
  margin-bottom: 8px;
}
.o-basic-form .m-basic-text .mm-content {
  margin-bottom: 17px;
}
.m-basic-hint .m-basic-text .mm-content:last-child {
  margin-bottom: 0;
}
.m-basic-hint .m-basic-text .mm-content > span.h-h3:not(:only-child) {
  float: left;
  padding-bottom: 0;
  padding-right: 10px;
}
.h-print-only .l-form-general .ll-main-content-border .m-basic-text .mm-content > ol, .h-print-showcase .l-form-general .ll-main-content-border .m-basic-text .mm-content > ol {
  margin-bottom: 0;
}
.m-basic-text .mm-content--half > .mm-cnt-headline {
  text-align: right;
}

.m-basic-text .mm-content > .mm-cnt-headline-note {
  margin-bottom: 5px;
}
.m-basic-text .mm-content .mm-cnt-headline-left-small {
  font-size: 16px;
}
.m-basic-text .mm-content .mm-cnt-headline-right {
  float: right;
}
.m-basic-text .mm-content--half .mm-cnt-headline-right {
  float: initial;
}

.m-basic-text .mm-content .mm-cnt-headline-right .mm-cnt-headline-right-small {
  font-size: 16px;
}
.m-ves-rs-contentbox .m-basic-text .mm-content {
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .m-ves-rs-contentbox .m-basic-text .mm-content {
    margin-bottom: 25px;
  }
}
.m-ves-rs-contentbox .m-basic-text .mm-content + .mm-content {
  margin-bottom: 50px;
}
.m-adac-maps--mgldiscountmaps .mm-result-list-wrap .m-basic-text .mm-content {
  margin-bottom: 0;
}
.m-basic-text .mm-content p {
  max-width: 700px;
  margin: 0 0 20px 0;
}
.l-outer--my-adac-content .m-basic-text .mm-content p, .m-basic-teaser-box .m-basic-text .mm-content p {
  max-width: 100%;
}
.m-basic-teaser-box .m-basic-text .mm-content p {
  max-width: 100%;
}
.m-adac-maps .m-basic-text .mm-content p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps .m-basic-text .mm-content p {
    flex-flow: column nowrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-maps .m-basic-text .mm-content p {
    flex-flow: row nowrap;
  }
}
.lt-ie9 .m-adac-maps .m-basic-text .mm-content p {
  flex-flow: row nowrap;
}
.m-basic-text .mm-content p:last-child {
  margin-bottom: 0;
}
.m-adac-maps--mgldiscountmaps .mm-result-list-wrap .m-basic-text .mm-content p:last-child {
  margin-bottom: 10px;
}
.m-basic-text .mm-content.mm-content--color-light p {
  color: rgba(0, 0, 0, 0.6);
}

.m-adac-maps .m-basic-text .mm-content p.has-no-wrap {
  flex-wrap: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps .m-basic-text .mm-content p.has-no-wrap {
    flex-direction: row;
  }
}
.m-basic-text .mm-content p > .mm-prod-name {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  display: block;
  margin-bottom: 5px;
}
.m-basic-text .mm-content p > a:not(.a-basic-btn):not(.a-basic-link) {
  text-decoration: underline;
}
.m-adac-maps .m-basic-text .mm-content p > img {
  width: 161px;
  height: auto;
  margin: 6px 20px 7px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .m-basic-text .mm-content p > span {
    max-width: calc(100% - 181px);
    overflow: hidden;
  }
}
.lt-ie9 .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .m-basic-text .mm-content p > span {
  max-width: calc(100% - 181px);
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .l-main-cols .m-basic-text .mm-content p > span {
    max-width: 100%;
  }
}
.lt-ie9 .m-adac-maps--mgldiscountmaps .mm-result-list-wrap .l-main-cols .m-basic-text .mm-content p > span {
  max-width: 100%;
}
.m-basic-text .mm-content .mm-multiple-buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.m-basic-text .mm-content > ul {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.m-basic-text .mm-content > ul:not(.m-basic-list) {
  padding: 0;
}
.m-basic-hint .m-basic-text .mm-content > ul {
  padding-top: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint .m-basic-text .mm-content > ul {
    padding-top: 8px;
  }
}
.m-basic-hint .m-basic-text .mm-content > ul:last-child {
  margin-bottom: 0;
}
.mm-teaser-box .m-basic-text .mm-content > ul {
  margin: 0 0 12px 0;
}
.m-basic-text .mm-content > ul.m-basic-footnote {
  padding: 0;
}
.m-basic-text .mm-content > ul.m-basic-footnote > li {
  max-width: 700px;
  background: 0;
  padding-left: 10px;
}
.m-basic-text .mm-content > ul.m-basic-footnote > li.mm-hint {
  position: absolute;
  padding: 0;
  background: 0;
  display: none;
}
.m-basic-text .mm-content > ul > li {
  position: relative;
  max-width: 700px;
  margin: 0 0 8px 0;
  line-height: 18px;
  line-height: 1.125rem;
}
.m-basic-text .mm-content > ul:not(.m-basic-list) > li {
  padding: 0 0 0 20px;
}
.m-basic-text .mm-content > ul:not(.m-basic-list) > li:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 0;
  position: absolute;
  top: -14px;
  left: -9px;
}

.m-basic-teaser-box .m-basic-text .mm-content > ul > li {
  max-width: 100%;
}
@media print {
  .m-basic-text .mm-content > ul > li {
    padding-left: 10px;
  }
  .m-basic-text .mm-content > ul > li:before {
    content: "●";
    font-size: 10px;
    position: absolute;
    left: 1px;
    top: -1px;
  }
}
.m-basic-text .mm-content > ul.m-basic-list--yellow > li {
  margin: 0 0 10px 0;
}

.m-basic-hint .m-basic-text .mm-content > ul > li {
  left: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint .m-basic-text .mm-content > ul > li {
    left: 0;
  }
}
.m-basic-hint .m-basic-text .mm-content > ul > li:last-child {
  margin-bottom: 0;
}
.m-basic-text .mm-content > ul > li.mm-last {
  margin-bottom: 0;
}
.m-basic-text .mm-content > ul > li > a {
  text-decoration: underline;
}
.m-basic-text .mm-content > ul > li > ul {
  padding: 12px 0 0 12px;
}
.m-basic-text .mm-content > ul > li > ul > li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 11px;
}
.m-basic-text .mm-content > ul > li > ul > li:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 0;
  position: absolute;
  top: -14px;
  left: -18px;
}
@media print {
  .m-basic-text .mm-content > ul > li > ul > li {
    background: none;
  }
  .m-basic-text .mm-content > ul > li > ul > li:before {
    content: "●";
    font-size: 10px;
    position: absolute;
    left: 1px;
    top: -1px;
  }
}
.m-basic-text .mm-content > ul > li > ul > li > a {
  text-decoration: underline;
}
.m-basic-text .mm-content > h3 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex {
    display: flex;
    flex: 0 0 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex--row-reverse {
    flex-direction: row-reverse;
    display: flex;
  }
}
.m-basic-text .mm-flex--row-reverse h4 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 14px;
}
.h-roboto .m-basic-text .mm-flex--row-reverse h4 {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex--row-reverse h4 {
    margin-bottom: 4px;
  }
}
.m-basic-text .mm-flex--reverse {
  flex-direction: column-reverse;
  display: flex;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex--reverse {
    flex-direction: row-reverse;
  }
}
.m-basic-text .mm-flex--reverse h4 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 14px;
}
.h-roboto .m-basic-text .mm-flex--reverse h4 {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex--reverse h4 {
    margin-bottom: 4px;
  }
}
.h-print-only .ll-main-content-border .m-basic-text .mm-flex, .h-print-showcase .ll-main-content-border .m-basic-text .mm-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h-print-only .ll-main-content-border .m-basic-text .m-basic-text .mm-flex, .h-print-showcase .ll-main-content-border .m-basic-text .m-basic-text .mm-flex {
  flex-direction: row;
  display: flex;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .h-print-only .ll-main-content-border .m-basic-text .m-basic-text .mm-flex, .h-print-showcase .ll-main-content-border .m-basic-text .m-basic-text .mm-flex {
    align-items: flex-start;
  }
}
@media print, only screen and (min-width: 48em) {
  .ll-main-chatbot .m-basic-text .mm-flex {
    display: flex;
    align-items: center;
  }
}
.m-basic-text .mm-flex .mm-aside {
  position: relative;
  padding-top: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex .mm-aside {
    padding: 4px 0 0 0;
    margin: 0 20px 0 0;
    flex: none;
    max-width: 50%;
  }
  .m-basic-text .mm-flex--row-reverse .mm-aside {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text .mm-flex .mm-aside {
    margin: 0 40px 0 0;
  }
  .m-basic-text .mm-flex--reverse .mm-aside {
    margin-right: 0;
    margin-left: 40px;
  }
}
.lt-ie9 .m-basic-text .mm-flex .mm-aside {
  margin: 0 40px 0 0;
}
.lt-ie9 .m-basic-text .mm-flex--reverse .mm-aside {
  margin-right: 0;
  margin-left: 40px;
}

.h-print-only .ll-main-content-border .m-basic-text .mm-flex .mm-aside, .h-print-showcase .ll-main-content-border .m-basic-text .mm-flex .mm-aside {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .h-print-only .ll-main-content-border .m-basic-text .mm-flex .mm-aside, .h-print-showcase .ll-main-content-border .m-basic-text .mm-flex .mm-aside {
    display: inherit;
  }
}
.h-print-only .ll-main-content-border .m-basic-text .m-basic-text .mm-flex .mm-aside, .h-print-showcase .ll-main-content-border .m-basic-text .m-basic-text .mm-flex .mm-aside {
  min-width: 40%;
  width: auto;
}
.m-basic-text .mm-flex .mm-aside > figure {
  margin: 0 0 12px 0;
  position: relative;
}
.h-print-only .ll-main-content-border .m-basic-text .mm-flex .mm-aside > figure, .h-print-showcase .ll-main-content-border .m-basic-text .mm-flex .mm-aside > figure {
  max-width: 50%;
}
@media print, only screen and (min-width: 48em) {
  .h-print-only .ll-main-content-border .m-basic-text .mm-flex .mm-aside > figure, .h-print-showcase .ll-main-content-border .m-basic-text .mm-flex .mm-aside > figure {
    max-width: initial;
  }
}
.m-basic-text .mm-flex .mm-aside > figure .mm-captionright {
  text-align: right;
}
.m-basic-text .mm-flex .mm-aside > figure > a {
  position: relative;
  display: block;
}
.m-basic-text .mm-flex .mm-aside > figure > a .mm-zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 2px 0 0 0;
  z-index: 1;
}
.m-basic-text .mm-flex .mm-aside > figure > a .mm-zoom:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 34.1807909605%;
  position: absolute;
  left: -7px;
  top: -8px;
}
.m-basic-text .mm-flex .mm-aside > figure > a .mm-zoom > img {
  display: none;
}
.m-basic-text .mm-flex .mm-aside > figure > figcaption {
  padding: 4px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-branding {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 150px;
  height: auto;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-branding--white {
  background-color: #fff;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-branding > img {
  display: block;
  max-width: 100%;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-ratio-container {
  position: relative;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-ratio-container:not(.is-lazyloaded) {
  background: #ededed;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-ratio-container:not(.is-lazyloaded)::before {
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  display: block;
  z-index: 100;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  content: "";
  opacity: 1;
  transition: opacity 300ms;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-ratio-container > picture {
  display: block;
}
.m-basic-text .mm-flex .mm-aside > figure .mm-ratio-container > picture > img:not([src="#"]) {
  height: auto;
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.m-basic-text .mm-flex .mm-content {
  max-width: inherit;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-flex .mm-content--half {
    width: calc(50% - 40px);
  }
}
.m-basic-text.m-basic-text--right .mm-flex .mm-content--half {
  width: calc(50% - 40px);
}

.h-print-only .ll-main-content-border .m-basic-text .m-basic-text .mm-flex .mm-content, .h-print-showcase .ll-main-content-border .m-basic-text .m-basic-text .mm-flex .mm-content {
  min-width: 40%;
  width: auto;
}
.m-basic-text .mm-flex .mm-content > p {
  max-width: inherit;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text > .mm-aside {
    float: left;
    padding-top: 5px;
    margin-right: 20px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text > .mm-aside {
    margin-right: 40px;
  }
}
.lt-ie9 .m-basic-text > .mm-aside {
  margin-right: 40px;
}
.m-basic-text > .mm-aside + .mm-content {
  max-width: inherit;
}
.m-basic-text > .mm-aside + .mm-content > p {
  max-width: inherit;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-aside--right {
    float: right;
    margin: 0;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text .mm-aside--right {
    margin-right: 0;
  }
}
.lt-ie9 .m-basic-text .mm-aside--right {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .mm-aside--right + .mm-content {
    width: inherit;
    float: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--address .m-basic-text {
    float: left;
    width: 65%;
    margin: 0 5% 0 0;
  }
}
.lt-ie9 .m-basic-hint--address .m-basic-text {
  float: left;
  width: 65%;
  margin: 0 5% 0 0;
}
.o-basic-form .m-basic-text {
  padding-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .m-basic-text {
    padding-right: 0;
  }
}
.l-lightbox .o-basic-form .m-basic-text {
  padding-right: 0;
}
.m-basic-hint .m-basic-text > h2, .m-basic-hint .m-basic-text > h3, .m-basic-hint .m-basic-text > h4 {
  padding: 0 0 3px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
}
.h-roboto .m-basic-hint .m-basic-text > h2, .h-roboto .m-basic-hint .m-basic-text > h3, .h-roboto .m-basic-hint .m-basic-text > h4 {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint .m-basic-text > h2, .m-basic-hint .m-basic-text > h3, .m-basic-hint .m-basic-text > h4 {
    padding-bottom: 4px;
    padding-top: 3px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
.m-basic-hint .m-basic-text > h2 > a, .m-basic-hint .m-basic-text > h3 > a, .m-basic-hint .m-basic-text > h4 > a {
  text-decoration: none;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint .m-basic-text > h2 > a, .m-basic-hint .m-basic-text > h3 > a, .m-basic-hint .m-basic-text > h4 > a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
.h-roboto .m-basic-hint .m-basic-text > h2 > a, .h-roboto .m-basic-hint .m-basic-text > h3 > a, .h-roboto .m-basic-hint .m-basic-text > h4 > a {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-hint .m-basic-text > h5 {
  margin: 0;
  font-size: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--big .m-basic-text > h2, .m-basic-hint--big .m-basic-text > h3 {
    padding-top: 3px;
  }
}
.m-basic-hint--background .m-basic-text > h2, .m-basic-hint--background .m-basic-text > h3 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-hint--background .m-basic-text > h2, .h-roboto .m-basic-hint--background .m-basic-text > h3 {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-hint--center .m-basic-text > h2, .m-basic-hint--center .m-basic-text > h3 {
  margin-bottom: 10px;
}
.m-basic-newsbox + .m-basic-hint .m-basic-text > h4 {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.h-roboto .m-basic-newsbox + .m-basic-hint .m-basic-text > h4 {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox + .m-basic-hint .m-basic-text > h4 {
    padding-top: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
.l-lightbox .mfp-content > div:first-child .m-basic-text:first-child > h2:first-child {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  padding-bottom: 28px;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox .mfp-content > div:first-child .m-basic-text:first-child > h2:first-child {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.l-lightbox .mfp-content > div:first-child .m-basic-text--my-adac:first-child > h2:first-child {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.h-roboto .l-lightbox .mfp-content > div:first-child .m-basic-text--my-adac:first-child > h2:first-child {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox .mfp-content > div:first-child .m-basic-text--my-adac:first-child > h2:first-child {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .h-roboto .l-lightbox .mfp-content > div:first-child .m-basic-text--my-adac:first-child > h2:first-child {
    font-family: "Roboto Bold", sans-serif;
  }
}
.m-basic-rating--ekomi-ves .mm-headline .m-basic-text > h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves .mm-headline .m-basic-text > h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-lightbox .m-basic-text .mm-content {
  margin-bottom: 21px;
}
.l-lightbox .ll-main-cols--right .m-basic-text {
  padding-right: 40px;
}
.ll-lightbox-inner > .m-basic-text.h-space-s {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .m-basic-text {
    margin-top: 10px;
  }
}
.mm-layer-details-inner .m-basic-text {
  margin-bottom: 10px;
}
.mm-layer-details-inner .m-basic-text > h3 {
  padding-bottom: 0;
}
.mm-layer-details-inner .m-basic-text > .mm-shift {
  margin-left: 10px;
}
.mm-layer-details-inner .m-basic-text > .mm-shift > .mm-total-price {
  float: right;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
  margin-right: 10px;
}
.h-roboto .mm-layer-details-inner .m-basic-text > .mm-shift > .mm-total-price {
  font-family: "Roboto Bold", sans-serif;
}
.mm-layer-details-inner .m-basic-text small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background:not(.m-basic-hint--big) .m-basic-text > h2,
  .m-basic-hint--background:not(.m-basic-hint--big) .m-basic-text h3,
  .m-basic-hint--background:not(.m-basic-hint--big) .m-basic-text h4 {
    margin-top: -7px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint:not(.m-basic-hint--big):not(.m-basic-hint--background):not(.m-basic-hint--padding):not(.m-basic-hint--outline) .m-basic-text > h2,
  .m-basic-hint:not(.m-basic-hint--big):not(.m-basic-hint--background):not(.m-basic-hint--padding):not(.m-basic-hint--outline) .m-basic-text h3,
  .m-basic-hint:not(.m-basic-hint--big):not(.m-basic-hint--background):not(.m-basic-hint--padding):not(.m-basic-hint--outline) .m-basic-text h4 {
    margin-top: -5px;
  }
}
.m-basic-hint--background .m-basic-text > h2 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 9px;
}
.h-roboto .m-basic-hint--background .m-basic-text > h2 {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background .m-basic-text > h2 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .h-roboto .m-basic-hint--background .m-basic-text > h2 {
    font-family: "Roboto Bold", sans-serif;
  }
}
.m-basic-hint--background .m-basic-text > .mm-content,
.m-basic-hint--background .m-basic-text > .mm-content:last-child {
  margin-bottom: 6px;
}
.m-basic-hint--background .m-basic-text > .mm-content {
  max-width: 100%;
}
.mm-layer .m-basic-text > h3 {
  max-width: calc(100% - 40px);
}
@media print, only screen and (min-width: 48em) {
  .mm-layer .m-basic-text > h3 {
    max-width: 100%;
  }
}
.l-form--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"], .l-form-general--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"] {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  text-decoration: none;
}
.h-roboto .l-form--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"], .h-roboto .l-form-general--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"] {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .l-form--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"], .l-form-general--cardamage-map .ll-aside .m-basic-text > a[href^="tel:"] {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.m-basic-text--inspection-tester-text > .mm-content {
  margin-bottom: 25px;
}
.o-layout-main-stage--teaser .oo-box--teaser-center > .oo-button-box .m-basic-text.h-space-s {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .oo-box--teaser-center > .oo-button-box .m-basic-text.h-space-s {
    margin-bottom: 0;
  }
}
.m-basic-text--footnote > .mm-content {
  max-width: 100%;
}
.m-basic-text--footnote > .mm-content > p {
  margin-bottom: 10px;
  line-height: 90%;
  max-width: 100%;
}
.m-basic-text--footnote > .mm-content > p.mm-icon {
  margin-left: 25px;
  position: relative;
}
.m-basic-text--footnote > .mm-content > p.mm-icon--advantage:before {
  left: -35px;
  position: absolute;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 18.6440677966%;
  padding: 0;
  top: -16px;
  transform: scale(0.7);
}
.m-basic-text--footnote > .mm-content > p.mm-icon--disadvantage:before {
  left: -20px;
  position: absolute;
  content: "–";
  top: -2px;
}
.m-basic-text > h1.is-confirmation,
.m-basic-text > h2.is-confirmation,
.m-basic-text > h3.is-confirmation {
  position: relative;
  padding-left: 35px;
}
.m-basic-text > h1.is-confirmation:before,
.m-basic-text > h2.is-confirmation:before,
.m-basic-text > h3.is-confirmation:before {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: -16px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 30.2907369844% 83.9031339031%;
}
.m-basic-text > h1.is-confirmation + .mm-content,
.m-basic-text > h2.is-confirmation + .mm-content,
.m-basic-text > h3.is-confirmation + .mm-content {
  padding-left: 35px;
}
.m-basic-text > h1 > .mm-number,
.m-basic-text > h2 > .mm-number,
.m-basic-text > h3 > .mm-number {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ffcc00;
  border-radius: 50%;
  padding-top: 2px;
  margin-left: 5px;
}
.m-basic-text > h1 > .mm-number > span,
.m-basic-text > h2 > .mm-number > span,
.m-basic-text > h3 > .mm-number > span {
  display: block;
  line-height: 27px;
  position: relative;
  top: -6px;
}
.m-basic-text > h1 {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text > h1 {
    max-width: 710px;
  }
}
.m-basic-text > h1:only-child {
  margin-bottom: 0;
}
.m-basic-text > h1.mm-full {
  max-width: none;
}
.m-basic-text > h1.mm-left {
  text-align: left;
}
.m-basic-text > h1 > .oo-box-headline-registered-sign {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text > h1 > .oo-box-headline-registered-sign {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text > h1 > .oo-box-headline-registered-sign {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.lt-ie9 .m-basic-text > h1 > .oo-box-headline-registered-sign {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 48px;
  line-height: 3rem;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-rating + .m-basic-text > h1 {
    max-width: calc(100% - 110px);
  }
}
.m-vehicles-results > .mm-results-row > .mm-image-col > .m-basic-text {
  display: inline-block;
  width: 50%;
}
.m-basic-hint--boldtext .m-basic-text {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 19px;
  font-size: 1.1875rem;
}
.m-basic-hint--boldtext .m-basic-text > span {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-basic-text--chart-headline > h3 {
  margin: 0 auto;
  text-align: center;
}
.l-main-cols .m-basic-text--chart-headline > h3 {
  padding: 4.5px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols .m-basic-text--chart-headline > h3 {
    padding: 3px 0 0 0;
  }
}
.m-basic-text small a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-basic-text small.m-grey {
  color: #8f8f8f;
}
.m-basic-text span.mm-grey {
  color: #8f8f8f;
}
.m-basic-toggle .has-search-result {
  background: #cccccc;
}
.m-basic-toggle > h2 + .mm-head-wrapper > .mm-head, .m-basic-toggle > h2 + .mm-head-wrapper:not(:first-child) > .mm-head.mm-opened, .m-basic-toggle > h3 + .mm-head-wrapper > .mm-head, .m-basic-toggle > h3 + .mm-head-wrapper:not(:first-child) > .mm-head.mm-opened {
  border-top: 1px solid #cccccc;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.m-basic-toggle > .mm-head-wrapper {
  position: relative;
}
.m-basic-toggle > .mm-head-wrapper.is-open + .mm-content {
  height: auto;
  padding: 17px 20px 2px 43px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle > .mm-head-wrapper.is-open + .mm-content {
    padding: 17px 30px 2px 75px;
  }
}
.m-basic-toggle > .mm-head-wrapper.is-open + .mm-content:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.m-basic-toggle > .mm-head-wrapper.is-open + .mm-content.is-editmode {
  padding-top: 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle > .mm-head-wrapper.is-open + .mm-content.is-editmode {
    padding-top: 17px;
    padding-right: 60px;
  }
}
.m-basic-toggle > .mm-head-wrapper > h3, .m-basic-toggle > .mm-head-wrapper > h4, .m-basic-toggle > .mm-head-wrapper > div {
  padding: 15px 9px 15px 43px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle > .mm-head-wrapper > h3, .m-basic-toggle > .mm-head-wrapper > h4, .m-basic-toggle > .mm-head-wrapper > div {
    padding: 15px 9px 15px 75px;
  }
}
.m-basic-toggle.m-basic-toggle--directory > .mm-head-wrapper > h3, .m-basic-toggle.m-basic-toggle--directory > .mm-head-wrapper > h4, .m-basic-toggle.m-basic-toggle--directory > .mm-head-wrapper > div {
  padding-left: 30px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > h3, .m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > h4, .m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > div {
  padding-left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > h3, .m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > h4, .m-basic-toggle.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > div {
    padding-left: 30px;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-toggle.m-basic-toggle--no-toggle-desktop > .mm-head-wrapper > h3, .m-basic-toggle.m-basic-toggle--no-toggle-desktop > .mm-head-wrapper > h4, .m-basic-toggle.m-basic-toggle--no-toggle-desktop > .mm-head-wrapper > div {
    padding-left: 0;
  }
}

.m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > h3, .m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > h4, .m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > div {
  padding-left: 0;
}
.m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > h3::before, .m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > h4::before, .m-basic-toggle.m-basic-toggle--no-toggle-both > .mm-head-wrapper > div::before {
  content: none;
}

.m-basic-toggle > .mm-head-wrapper > .mm-head {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cccccc;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  border-top: none;
}
.m-basic-toggle > .mm-head-wrapper:first-child > .mm-head {
  border-top: 1px solid #cccccc;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.m-basic-toggle > .mm-head-wrapper:nth-last-child(2) > .mm-head {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.m-basic-toggle--directory > .mm-head-wrapper:nth-last-child(2) > .mm-head {
  border-radius: 0;
}

.m-basic-toggle > .mm-head-wrapper > .mm-head::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 54.1918175721% 75.0706214689%;
  position: absolute;
  left: 0;
  top: 3px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle > .mm-head-wrapper > .mm-head::before {
    left: 21px;
    top: 2px;
  }
}
.m-basic-toggle--directory > .mm-head-wrapper > .mm-head::before {
  left: -10px;
}

.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head::before {
  content: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head::before {
    content: "";
  }
}

@media print {
  .m-basic-toggle > .mm-head-wrapper > .mm-head {
    box-shadow: inset 0 0 0 1000px #d7d7d7;
  }
}
.m-basic-toggle--directory > .mm-head-wrapper > .mm-head {
  border: none;
}

.m-basic-toggle.m-basic-toggle--directory > .mm-head-wrapper:first-child > .mm-head {
  border: none;
}

.m-basic-toggle--link > .mm-head-wrapper > .mm-head::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 54.1918175721% 75.0706214689%;
}

.m-basic-toggle--no-toggle-both > .mm-head-wrapper > .mm-head {
  background: none;
  cursor: initial;
  padding-left: 10px;
}
.m-basic-toggle--no-toggle-both > .mm-head-wrapper > .mm-head::before {
  content: none;
}

.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head {
  cursor: initial;
  padding-left: 10px;
}
.m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head::before {
  content: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head {
    cursor: pointer;
    padding-left: 30px;
  }
  .m-basic-toggle--no-toggle-mobile > .mm-head-wrapper > .mm-head::before {
    content: "";
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--no-toggle-desktop > .mm-head-wrapper > .mm-head {
    cursor: initial;
    padding-left: 10px;
  }
  .m-basic-toggle--no-toggle-desktop > .mm-head-wrapper > .mm-head::before {
    content: none;
  }
}

.m-basic-toggle > .mm-head-wrapper > .mm-head.mm-opened {
  border-bottom: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-basic-toggle > .mm-head-wrapper > .mm-head.mm-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 72.5988700565%;
}
.m-basic-toggle.m-basic-toggle--directory > .mm-head-wrapper:first-child > .mm-head.mm-opened {
  border: none;
  border-bottom: 1px solid #cccccc;
}

.m-basic-toggle > .mm-head-wrapper > .mm-head p {
  margin: 0;
  text-align: left;
}
.m-basic-toggle > .mm-head-wrapper > .mm-head h2,
.m-basic-toggle > .mm-head-wrapper > .mm-head h3 {
  padding: 0;
}
.m-basic-toggle .mm-content {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  position: relative;
}
.m-basic-toggle.m-basic-toggle--no-toggle-mobile .mm-content {
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle.m-basic-toggle--no-toggle-mobile .mm-content {
    height: 0;
  }
}

.m-basic-toggle.m-basic-toggle--no-toggle-desktop .mm-content {
  height: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle.m-basic-toggle--no-toggle-desktop .mm-content {
    height: auto;
  }
}

.m-basic-toggle.m-basic-toggle--no-toggle-both .mm-content {
  height: auto;
}

.m-basic-toggle .mm-content > :first-child.js-basic-table-wrap {
  padding-top: 30px;
}
.m-basic-toggle .mm-content > .mm-edit {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 44px;
  height: 44px;
}
.m-basic-toggle--directory {
  background: #f5f5f5;
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
}
.m-basic-toggle--directory .mm-head::before {
  left: -7px;
  top: -1px;
}
.m-basic-toggle--directory .mm-head.mm-opened {
  border-bottom: 1px solid #cccccc;
}
.m-basic-toggle--newsletter {
  border-bottom: none;
}
.m-basic-toggle--newsletter .mm-head-wrapper.is-open + .mm-content {
  padding: 17px 10px 2px 10px;
}
.m-basic-toggle--newsletter .mm-head {
  padding: 10px 75px 10px 30px;
  border-bottom: 1px solid #cccccc;
}
.m-basic-toggle--infoboxlist .mm-head-wrapper.is-open + .mm-content, .m-basic-toggle--directory .mm-head-wrapper.is-open + .mm-content, .m-basic-toggle--link .mm-head-wrapper.is-open + .mm-content {
  border: none;
  padding: 17px 10px 2px 10px;
}
.m-basic-toggle--infoboxlist .mm-head, .m-basic-toggle--directory .mm-head, .m-basic-toggle--link .mm-head {
  padding: 10px 75px 10px 30px;
  border: none;
  border-radius: 0;
}
.m-basic-toggle--infoboxlist .mm-head:first-child, .m-basic-toggle--directory .mm-head:first-child, .m-basic-toggle--link .mm-head:first-child {
  border-radius: 0;
}
.m-basic-toggle--infoboxlist .mm-head::before {
  display: none;
}
.m-basic-toggle--link .mm-head::before {
  left: -13px;
  top: -2px;
}
.m-basic-toggle--highlight .mm-head-wrapper.is-open + .mm-content {
  border: none;
}

.m-basic-toggle-container > .mm-formular > .mm-toggle-container {
  border-bottom: 1px solid #cccccc;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container:first-child {
  border-top: 1px solid #cccccc;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 15px 10px 15px 40px;
  cursor: pointer;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 74.5762711864%;
  left: 5px;
  top: 5px;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline.is-current:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 77.6836158192%;
  left: 4px;
  top: 5px;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline > .mm-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: block;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline > .mm-close:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -5px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline > .mm-close img {
  display: none;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-headline > .mm-t-index {
  padding-left: 5px;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-content {
  display: none;
  margin-top: 25px;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-content.is-current {
  display: block;
}
.m-basic-toggle-container > .mm-formular > .mm-toggle-container > .mm-toggle-content .a-basic-btn {
  margin-left: auto;
  margin-right: auto;
}
.m-basic-toggle-container > .mm-formular > .a-basic-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.m-basic-toggle-tab-box {
  border-top: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box {
    border-top: 0;
  }
}
.l-form--tet .m-basic-toggle-tab-box, .l-form-general--tet .m-basic-toggle-tab-box {
  max-width: 563px;
}
.l-form--tet .m-basic-toggle-tab-box--fullwidth, .l-form-general--tet .m-basic-toggle-tab-box--fullwidth {
  max-width: 100%;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header {
  width: 370px;
  margin: 0 auto 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header {
    width: 100%;
    background: #fff;
    overflow: visible;
    z-index: 45;
    top: 0;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 5px 5px 0 0;
  }
}
.l-form--tet .m-basic-toggle-tab-box > .mm-tab-desk-header, .l-form-general--tet .m-basic-toggle-tab-box > .mm-tab-desk-header {
  height: 0;
  visibility: hidden;
  max-width: 100%;
  width: auto;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form--tet .m-basic-toggle-tab-box > .mm-tab-desk-header, .l-form-general--tet .m-basic-toggle-tab-box > .mm-tab-desk-header {
    height: auto;
    visibility: visible;
    margin: 0 0 40px;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list {
  display: flex;
  padding-bottom: 15px;
  height: 0;
  visibility: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list {
    height: auto;
    visibility: visible;
    padding-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list--2er {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list.is-hidden {
  display: none;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list.swiper-wrapper {
  overflow: visible;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline {
  padding: 10px 10px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  border-bottom: 2px solid #c5c5c5;
  text-decoration: none;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline {
    padding: 12px 0;
    align-items: center;
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    border-bottom: 2px solid transparent;
  }
}
.l-form--tet .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline, .l-form-general--tet .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline {
  width: auto;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline:focus {
  border-radius: 5px 5px 0 0;
  outline: 2px solid #000;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline:hover {
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #000;
    color: #191919;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline:hover > .mm-tab-icon {
  position: absolute;
  left: calc(50% - 23px);
  bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline:hover > .mm-tab-icon:before {
    content: " ";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    left: 7px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #000;
    display: table;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline.is-current {
  border-bottom: 2px solid #ffcc00;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline.is-current {
    border-bottom: 2px solid #000;
    background-color: #ffcc00;
    border-radius: 5px 5px 0 0;
    color: #191919;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline.is-current > .mm-tab-icon {
  position: absolute;
  left: calc(50% - 23px);
  bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline.is-current > .mm-tab-icon:before {
    content: " ";
    clear: both;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    left: 7px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #000;
    display: table;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline > .mm-tab-close {
  height: 24px;
  position: relative;
  margin-left: 15px;
  width: 48px;
  overflow: hidden;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline > .mm-tab-close {
    position: absolute;
    right: 0;
  }
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline > .mm-tab-close:after {
  content: "";
  position: absolute;
  left: 2px;
  top: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 12.4293785311%;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline > .mm-tab-close img {
  display: none;
}
.m-basic-toggle-tab-box > .mm-tab-desk-header > .mm-desk-header-list > .mm-tab-toggle-headline > .mm-t-index {
  padding-left: 5px;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container {
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container {
    border-bottom: 0;
  }
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container:only-child .mm-tab-close {
  display: none;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(90deg);
  top: -2px;
  left: auto;
  right: -2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline {
    display: none;
  }
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline.is-current:after {
  transform: rotate(-90deg);
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline.is-stndt {
  padding-left: 40px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline.is-stndt:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 74.5762711864%;
  transform: rotate(0deg);
  top: -2px;
  left: 2px;
  right: auto;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline.is-stndt.is-current:after {
  transform: rotate(-180deg);
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline > .mm-tab-close {
  height: 24px;
  position: absolute;
  right: 15px;
  top: 10px;
  margin-left: 15px;
  width: 48px;
  overflow: hidden;
  display: block;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline > .mm-tab-close:after {
  content: "";
  position: absolute;
  left: 2px;
  top: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline > .mm-tab-close img {
  display: none;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-headline > .mm-t-index {
  padding-left: 5px;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-content {
  display: none;
  margin-top: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-content {
    margin-top: 0;
  }
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-content.is-current {
  display: block;
}
.m-basic-toggle-tab-box > .mm-formular > .mm-toggle-tab-container > .mm-toggle-tab-content .a-basic-btn {
  margin-left: auto;
  margin-right: auto;
}
.m-basic-toggle-tab-box > .mm-formular > .a-basic-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.m-basic-upload.is-file-only {
  margin-top: 10px;
  height: auto;
  display: block;
}
.l-form-general .m-basic-upload.is-file-only {
  margin-top: 0;
}
.l-form .m-basic-upload:not(.is-file-only) {
  margin-bottom: 0;
}
.m-basic-calculator-content-box .m-basic-upload:not(.m-basic-upload--noflex) {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .m-basic-upload:not(.m-basic-upload--noflex) {
    max-width: none;
  }
}
.lt-ie9 .m-basic-calculator-content-box .m-basic-upload:not(.m-basic-upload--noflex) {
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload {
    flex-flow: row nowrap;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload {
  flex-flow: row nowrap;
}
.m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--left > .m-basic-upload {
  max-width: 360px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--left > .m-basic-upload {
    max-width: 250px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--left > .m-basic-upload {
    max-width: 360px;
  }
}
.lt-ie9 .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--left > .m-basic-upload {
  max-width: 360px;
}
.m-basic-calculator-content-box .mm-row--block .m-basic-upload {
  display: block;
}
.m-ves-rs-contentbox--damagedeclaration .m-basic-upload {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .m-basic-upload {
    max-width: none;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .m-basic-upload {
  max-width: none;
}
.m-ves-rs-contentbox--damagedeclaration .ll-item-container.is-desk-left-aligned .m-basic-upload {
  flex-flow: column nowrap;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center .m-basic-upload {
  width: auto;
  min-width: 190px;
  transition: padding 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload {
  padding-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload > .ll-check {
    right: -50px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload > .ll-check {
  right: -50px;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload {
    flex-flow: row nowrap;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload {
  flex-flow: row nowrap;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload {
    max-height: 40px;
    align-items: flex-end;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload {
  max-height: 40px;
  align-items: flex-end;
}
.m-basic-upload.is-file-only + .m-basic-upload.is-clone > div:not(.is-no-show) input {
  display: none;
  visibility: hidden;
}
.m-basic-upload.is-file-only > div.is-no-show {
  height: 0;
}
.m-basic-upload.is-file-only > div.is-no-show > .a-basic-btn {
  opacity: 0;
  pointer-events: none;
}

.m-basic-upload > div.mm-error {
  display: none;
  margin-bottom: 5px;
  padding-left: 7px;
}
.m-basic-upload.is-error.is-check > div.mm-error {
  display: inline-block;
}

.m-my-adac-dashboard-box-layer .m-basic-upload > div.mm-error {
  padding-left: 0;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
  height: 38px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
    height: 0;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
  height: 0;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
  max-width: 210px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
    width: auto;
    max-width: none;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
  width: auto;
  max-width: none;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-check {
  width: 0;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-check.is-check {
  width: 22px;
  height: 22px;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-error-msg {
  opacity: 0;
}
.m-basic-calculator-content-box .l-form .ll-row .ll-item-container .m-basic-upload > div {
  height: 0;
}
.m-basic-calculator-content-box .l-form .ll-row .ll-item-container .m-basic-upload > div.ll-error-msg {
  width: 0;
  max-width: calc(100% - 30px);
  text-align: left;
}
.m-basic-calculator-content-box .l-form .ll-row .ll-item-container .m-basic-upload > div.ll-check {
  top: -15px;
  right: 5px;
  position: absolute;
  margin: 3px 0 0 0;
  width: 22px;
  height: 22px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.35s ease;
}
.m-basic-calculator-content-box .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div {
  height: auto;
}
.m-basic-calculator-content-box .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div.ll-error-msg {
  width: auto;
  text-align: left;
}
.m-basic-calculator-content-box .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div.ll-check {
  height: 22px;
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
  height: 38px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
    height: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div {
  height: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
  max-width: 210px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
    width: auto;
    max-width: none;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div:first-child {
  width: auto;
  max-width: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-check {
  width: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-check.is-check {
  width: 22px;
  height: 22px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > div.ll-error-msg {
  opacity: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div:first-child {
  max-width: 210px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div:first-child {
    width: auto;
    max-width: none;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div:first-child {
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div {
    height: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div {
  height: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div.ll-check {
  width: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div.ll-check.is-check {
  width: 22px;
  height: 22px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > div.ll-error-msg {
  opacity: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost .m-basic-upload > div {
  height: auto;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center .m-basic-upload > div {
  height: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center .m-basic-upload > div.ll-error-msg {
  width: auto;
  max-width: calc(100% - 30px);
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center .m-basic-upload > div.ll-check {
  top: -15px;
  right: 5px;
  position: absolute;
  margin: 3px 0 0 0;
  width: 22px;
  height: 22px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload > div {
  height: auto;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload > div.ll-error-msg {
  width: auto;
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row--center.is-check.is-error .m-basic-upload > div.ll-check {
  height: 22px;
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row .ll-item-container .m-basic-upload > div {
  height: 0;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row .ll-item-container .m-basic-upload > div.ll-error-msg {
  width: 0;
  max-width: calc(100% - 30px);
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row .ll-item-container .m-basic-upload > div.ll-check {
  top: -15px;
  right: 5px;
  position: absolute;
  margin: 3px 0 0 0;
  width: 22px;
  height: 22px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div {
  height: auto;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div.ll-error-msg {
  width: auto;
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row.is-check.is-error .ll-item-container .m-basic-upload > div.ll-check {
  height: 22px;
  opacity: 1;
  visibility: visible;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row .ll-item-container.is-desk-left-aligned .m-basic-upload > div.ll-check {
  top: 0;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-row.is-check.is-valid .ll-item-container.is-desk-left-aligned .m-basic-upload > div.ll-check {
  left: 195px;
  right: auto;
  transition: right 0s;
  visibility: visible;
  opacity: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-row.is-check.is-valid .ll-item-container.is-desk-left-aligned .m-basic-upload > div.ll-check {
    left: auto;
    right: -30px;
  }
}
.m-basic-upload > div > input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.m-basic-upload > div > input:focus + .m-description {
  max-height: 100px;
}
.m-basic-upload > div > input::-webkit-calendar-picker-indicator {
  display: none;
}
.m-basic-upload > div > input[type=date]::-webkit-input-placeholder {
  visibility: hidden;
}
.m-basic-upload > .m-description {
  padding: 7px 0 0 0;
}
.m-basic-upload.is-file-only:last-child > .m-description {
  display: block !important;
}

.m-basic-upload:last-child > .m-description {
  display: block;
}
.m-basic-upload > .m-data-wrap {
  position: relative;
  max-width: 380px;
  display: block;
  margin-top: 10px;
}
.m-basic-upload.is-file-only > .m-data-wrap {
  display: inline-block;
}

.m-basic-upload--is-deletable > .m-data-wrap {
  width: fit-content;
}
.ll-col-data .m-basic-upload--is-deletable > .m-data-wrap {
  max-width: 400px;
  width: initial;
}

.m-my-adac-dashboard-box-showcase .m-basic-upload > .m-data-wrap, .m-my-adac-dashboard-box .m-basic-upload > .m-data-wrap, .m-my-adac-dashboard-box-layer .m-basic-upload > .m-data-wrap {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box > .mm-upload-container > .mm-row > .mm-row-content--left > .m-basic-upload > .m-data-wrap {
    max-width: 100%;
  }
}
.m-basic-upload > .m-data-wrap > .js-data {
  position: relative;
  display: none;
  padding: 7px 38px 6px 7px;
  background-color: #f3f3f4;
  height: 36px;
  transition: background 0.4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-basic-upload > .m-data-wrap > .js-data:focus {
  border: 1px solid #ffcc00;
}
.m-basic-upload > .m-data-wrap > .js-data.is-longer:after {
  position: absolute;
  content: "...";
  width: 20px;
  height: 25px;
  bottom: 0;
  right: 25px;
}
.m-basic-upload > .m-data-wrap > .js-data.is-active {
  display: block;
}
.m-basic-upload > .m-data-wrap > .js-data.is-active + .js-clear-button {
  display: block;
}
.m-basic-upload > .m-data-wrap > .js-data.js-file-stored {
  border: none;
  background-color: transparent;
}
.m-basic-upload > .m-data-wrap > .js-data.js-file-deletable {
  border: none;
  width: fit-content;
  max-width: 370px;
  padding: 7px 35px 6px 7px;
  position: relative;
  background-color: transparent;
}
.m-basic-upload > .m-data-wrap > .js-data.js-file-deletable:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  top: -4px;
  right: -7px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-upload > .m-data-wrap > .js-data.js-file-deletable {
    max-width: 277px;
  }
}
.ll-col-data .m-basic-upload--is-deletable > .m-data-wrap > .js-data.js-file-deletable {
  width: initial;
  max-width: initial;
}

.m-basic-upload > .m-data-wrap > .js-data.js-file-deletable + .js-delete-button {
  position: absolute;
  right: 1px;
  top: 2px;
  height: 30px;
  width: 27px;
  cursor: pointer;
}
.m-basic-upload > .m-data-wrap > .js-data > span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--right .m-basic-upload > .m-data-wrap > .js-data {
  background-image: none;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost .m-basic-upload > .m-data-wrap > .js-data {
  width: 215px;
  max-width: 215px;
  min-width: 215px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost .m-basic-upload > .m-data-wrap > .js-data {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost .m-basic-upload > .m-data-wrap > .js-data {
  width: 270px;
  max-width: 270px;
  min-width: 270px;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
  width: 215px;
  max-width: 215px;
  min-width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
  width: 270px;
  max-width: 270px;
  min-width: 270px;
}
.m-basic-calculator-content-box .mm-tile-container .mm-row-content--left.is-check.is-error > .m-basic-upload > .m-data-wrap > .js-data {
  border-bottom: 2px solid #cc3333;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
  width: 215px;
  max-width: 215px;
  min-width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left > .m-basic-upload > .m-data-wrap > .js-data {
    width: 290px;
    max-width: 290px;
    min-width: 290px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row-content--left.is-check.is-error > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row-content--left.is-check.is-error > .m-basic-upload > .m-data-wrap > .js-data {
  border-bottom: 2px solid #cc3333;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container .mm-row.is-check.is-error .m-basic-upload > .m-data-wrap > .js-data:not(.js-file-stored), .m-ves-rs-contentbox--damagedeclaration .mm-tile-container .mm-row.is-check.is-error .m-basic-upload > .m-data-wrap > .js-data:not(.js-file-stored) {
  border-bottom: 2px solid #cc3333;
}

.m-ves-rs-contentbox--damagedeclaration .mm-row--center .m-basic-upload > .m-data-wrap > .js-data {
  width: 195px;
  max-width: 195px;
  min-width: 195px;
}
.m-basic-calculator-content-box .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
  width: 185px;
  max-width: 185px;
  min-width: 185px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data, .m-ves-rs-contentbox--damagedeclaration .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
    width: 215px;
    max-width: 215px;
    min-width: 215px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .ll-item-container--full .ll-row:not(.is-acc-offender-row) .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .ll-item-container--full .ll-row:not(.is-acc-offender-row) .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
    width: 305px;
    max-width: 305px;
    min-width: 305px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .ll-item-container--full .ll-row.is-acc-offender-row .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
  width: 185px;
  max-width: 185px;
  min-width: 185px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .ll-item-container--full .ll-row.is-acc-offender-row .ll-col-data > .m-basic-upload > .m-data-wrap > .js-data {
    width: 305px;
    max-width: 305px;
    min-width: 305px;
  }
}
.m-ves-rs-contentbox--grey .m-basic-upload > .m-data-wrap > .js-data:not(.js-file-stored), .m-basic-calculator-content-box.h-background .m-basic-upload > .m-data-wrap > .js-data:not(.js-file-stored) {
  background-color: #fff;
}
.m-basic-upload > .m-data-wrap > .js-clear-button {
  display: none;
  position: absolute;
  top: 3px;
  right: 2px;
  height: 30px;
  width: 27px;
  cursor: pointer;
}
.m-basic-upload > .m-data-wrap > .js-clear-button:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
  position: absolute;
  top: -6px;
  right: -9px;
}
.m-basic-calculator-content-box .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-clear-button, .m-ves-rs-contentbox--damagedeclaration .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-clear-button {
  right: auto;
  left: 157px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-clear-button, .m-ves-rs-contentbox--damagedeclaration .ll-item-container .ll-col-data > .m-basic-upload > .m-data-wrap > .js-clear-button {
    left: auto;
    right: 0;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--right .m-basic-upload > .m-data-wrap > .js-clear-button {
  display: none;
}
.m-basic-upload > .m-data-wrap > .js-filesize {
  top: 7px;
  right: -10px;
  position: absolute;
  display: none;
  text-align: left;
  transform: translate(100%, 0);
}
.m-basic-upload > .m-data-wrap > .js-filesize.is-visible {
  display: block;
}
.m-basic-upload--my-adac > div {
  height: auto;
}
.m-basic-upload--my-adac > .m-description {
  padding: 10px 0;
}
.m-basic-upload ~ .js-clone-remove {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration .mm-row-content--right .m-basic-upload ~ .js-clone-remove {
  display: block;
}
.js-clone-source-true.js-file-stored .m-basic-upload.is-active ~ .js-clone-remove, .js-clone .m-basic-upload ~ .js-clone-remove {
  display: block;
}
.m-basic-upload.is-active ~ .js-clone-remove {
  display: block !important;
}

/* m-compare-product-sticky */
.m-compare-product-sticky {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 90;
  max-width: 898px;
  margin: 0 auto;
}
@media print {
  .m-compare-product-sticky {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-compare-product-sticky {
    padding: 0;
    width: 100%;
  }
}
.lt-ie9 .m-compare-product-sticky {
  padding: 0;
  width: 100%;
}
.m-compare-product-sticky.is-stuck-bottom {
  position: absolute;
  bottom: -80px;
}
.m-compare-product-sticky.is-stuck-unbottom {
  position: fixed;
  bottom: 0;
}
.m-compare-product-sticky > .mm-compare-slide {
  display: block;
  width: 100%;
  min-height: 43px;
  padding: 10px 9px 10px 24px;
  cursor: pointer;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #afafaf;
  background-color: #ffcc00;
}
.m-compare-product-sticky > .mm-compare-slide:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  position: absolute;
  top: -1px;
  left: 0;
}
.m-compare-product-sticky > .mm-compare-slide.mm-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  position: absolute;
  top: -1px;
  left: 0;
}
.m-compare-product-sticky > .mm-compare-slide .m-basic-text {
  padding-left: 10px;
}
.m-compare-product-sticky > .mm-compare-slide .m-basic-text .mm-content {
  margin: 0;
}
.m-compare-product-sticky > .mm-compare-container {
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper {
  padding: 0;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  width: 150px;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .swiper-slide > .mm-icon-cancel {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 9.3220338983%;
  margin: 0;
  cursor: pointer;
  top: 0;
  right: 20px;
  position: absolute;
  z-index: 10;
  right: 18px;
  position: absolute;
  width: 31px;
  height: 32px;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .swiper-slide > .mm-figure-product {
  width: 100px;
  height: 65px;
  margin: 0;
  position: relative;
  background: #ededed;
  overflow: hidden;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .swiper-slide > .mm-figure-product > .mm-product {
  width: 100%;
  height: auto;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .swiper-slide > .mm-description {
  padding: 0;
  font-family: "Aptos", "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: normal;
  max-width: 105px;
  text-decoration: underline;
}
.m-compare-product-sticky > .mm-compare-container > .swiper > .swiper-wrapper > .m-basic-text--hidden {
  display: none;
  visibility: hidden;
}
.m-compare-product-sticky > .mm-compare-container > .js-lightbox--trigger {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.m-compare-product-sticky > .mm-compare-container > .a-basic-btn {
  margin-top: 20px;
  margin-right: 20px;
}
.m-compare-product-sticky > .mm-compare-container--hidden {
  display: none;
}
.l-outer--nav .m-compare-product-sticky {
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .m-compare-product-sticky {
    padding-right: 40px;
  }
}
.lt-ie9 .l-outer--nav .m-compare-product-sticky {
  padding-right: 40px;
}
@media only screen and (min-width: 76.25em) {
  .l-outer--nav .m-compare-product-sticky {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .m-compare-product-sticky {
    padding-right: 0;
  }
}

.m-ds-filter-time {
  margin-bottom: 40px;
}
.m-ds-filter-time .mm-wrapper {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding: 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter-time .mm-wrapper {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
  }
}
.m-ds-filter-time .mm-wrapper > .mm-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
}
.m-ds-filter-time .mm-wrapper > .mm-item:not(:last-child) {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter-time .mm-wrapper > .mm-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.m-ds-filter-time .mm-wrapper > .mm-item:not(.mm-item--small) {
  flex: 1;
}
.m-ds-filter-time .mm-wrapper > .mm-item--small {
  display: inline-block;
  width: auto;
}
.m-ds-filter-time > .mm-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.m-ds-filter-time .mm-error {
  margin-bottom: 5px;
  color: #cc3333;
}

.m-ds-filter:not(.is-visible-mobile) {
  display: none;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1005;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  height: 100vh;
  max-width: 100vw;
  padding: 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter:not(.is-visible-mobile) {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    max-height: none;
    height: auto;
    padding: 0;
  }
}
.m-ds-filter > .mm-mobile {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ds-filter > .mm-mobile {
    display: none;
  }
}
.lt-ie9 .m-ds-filter > .mm-mobile {
  display: none;
}
.m-ds-filter.is-visible-mobile > .mm-mobile {
  display: none;
}

.m-ds-filter > .mm-mobile > .js-close {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}
.m-ds-filter > .mm-wrapper {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper {
    padding: 30px;
    margin-bottom: 60px;
    display: flex;
    column-gap: 30px;
  }
}
.m-ds-filter:not(.is-visible-mobile) > .mm-wrapper {
  border-radius: 0;
  border-left: transparent;
  border-right: transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter:not(.is-visible-mobile) > .mm-wrapper {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
  }
}

.m-ds-filter > .mm-wrapper > .mm-filter {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lt-ie9 .m-ds-filter > .mm-wrapper > .mm-filter > h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.m-ds-filter > .mm-wrapper > .mm-filter .mm-sub-headline {
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter .mm-sub-headline {
    margin-bottom: 10px;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter .mm-filter-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 30px;
}
.m-ds-filter > .mm-wrapper > .mm-filter .ll-check:has(+ .mm-filter-row) {
  transform: translateX(100%);
  top: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ds-filter > .mm-wrapper > .mm-filter .ll-check:has(+ .mm-filter-row) {
    transform: translateX(30px);
  }
}
.lt-ie9 .m-ds-filter > .mm-wrapper > .mm-filter .ll-check:has(+ .mm-filter-row) {
  transform: translateX(30px);
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-short-wrapper {
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-short-wrapper {
    max-width: 300px;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper {
  display: flex;
  column-gap: 10px;
  row-gap: 30px;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper {
    max-width: none;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper > .mm-location-row {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper > .mm-location-row {
    flex-direction: row;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper > .mm-location-row > .mm-location-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-location-long-wrapper > .mm-location-row > .mm-location-item {
    width: 50%;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-headline {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-headline > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 72.5988700565%;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -11px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-headline.is-open > span {
  transform: rotate(0deg);
}

.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper {
    flex-direction: row;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item {
    max-width: calc(50% - 10px);
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item--full {
    max-width: none;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:checked + label:before {
  left: -13px;
  top: -13px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 21.7514124294%;
}
.is-keyboard-focus .m-ds-filter > .mm-wrapper > .mm-filter > .mm-additional-content > .mm-additional-wrapper > .mm-additional-item .mm-chips-wrapper > .mm-chips > input.is-checkbox:checked + label:before {
  border: none;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-delete-filter {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 30px;
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-filter > .mm-wrapper > .mm-filter > .mm-delete-filter {
    position: absolute;
    margin-top: 0;
    right: 0;
    top: 0;
  }
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-delete-filter > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -11px;
}
.m-ds-filter > .mm-wrapper > .mm-filter > .mm-button-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.m-ds-filter > .mm-wrapper > .mm-image {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ds-filter > .mm-wrapper > .mm-image {
    display: block;
    max-width: 395px;
  }
}
.lt-ie9 .m-ds-filter > .mm-wrapper > .mm-image {
  display: block;
  max-width: 395px;
}
.m-ds-filter .mm-error {
  margin-bottom: 5px;
  color: #cc3333;
}

.m-ds-result-time {
  margin-bottom: 30px;
}
.m-ds-result-time > .l-form-general > .ll-row {
  width: 100%;
  max-width: inherit;
}
.m-ds-result-time .mm-wrapper {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 1px;
}
.m-ds-result-time .mm-wrapper > table {
  width: 100%;
  border-collapse: collapse;
}
.m-ds-result-time .mm-wrapper > table thead {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result-time .mm-wrapper > table thead {
    display: contents;
  }
}
.m-ds-result-time .mm-wrapper > table tbody tr {
  border-top: 1px solid #E5E5E5;
  cursor: pointer;
}
.is-keyboard-focus .m-ds-result-time .mm-wrapper > table tbody tr.is-focus {
  border: 1px solid #000;
}
.m-ds-result-time .mm-wrapper > table tbody tr.is-active {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
}
.m-ds-result-time .mm-wrapper > table td,
.m-ds-result-time .mm-wrapper > table th {
  display: block;
  text-align: left;
  padding: 5px 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result-time .mm-wrapper > table td,
  .m-ds-result-time .mm-wrapper > table th {
    padding: 15px;
    display: table-cell;
  }
}
.m-ds-result-time .mm-wrapper > table td:first-child,
.m-ds-result-time .mm-wrapper > table th:first-child {
  padding-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result-time .mm-wrapper > table td:first-child,
  .m-ds-result-time .mm-wrapper > table th:first-child {
    padding-left: 40px;
  }
}
.m-ds-result-time .mm-wrapper > table td:last-child,
.m-ds-result-time .mm-wrapper > table th:last-child {
  padding-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result-time .mm-wrapper > table td:last-child,
  .m-ds-result-time .mm-wrapper > table th:last-child {
    padding-right: 40px;
  }
}
.m-ds-result-time .mm-wrapper > table td > .mm-input,
.m-ds-result-time .mm-wrapper > table th > .mm-input {
  position: relative;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input input,
.m-ds-result-time .mm-wrapper > table th > .mm-input input {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input input:checked + label:after,
.m-ds-result-time .mm-wrapper > table th > .mm-input input:checked + label:after {
  border-color: #000;
  background-color: #ffcc00;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input input:checked + label:before,
.m-ds-result-time .mm-wrapper > table th > .mm-input input:checked + label:before {
  display: block;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input label,
.m-ds-result-time .mm-wrapper > table th > .mm-input label {
  position: relative;
  padding-left: 30px;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input label:after,
.m-ds-result-time .mm-wrapper > table th > .mm-input label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #666666;
  border-radius: 50%;
}
.m-ds-result-time .mm-wrapper > table td > .mm-input label:before,
.m-ds-result-time .mm-wrapper > table th > .mm-input label:before {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 3px;
  z-index: 1;
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.m-ds-result-time .mm-wrapper > table td > span,
.m-ds-result-time .mm-wrapper > table th > span {
  padding-left: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result-time .mm-wrapper > table td > span,
  .m-ds-result-time .mm-wrapper > table th > span {
    padding-left: 0;
  }
}
.m-ds-result-time > .mm-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.m-ds-result {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .m-ds-result {
    margin-bottom: 60px;
  }
}
.lt-ie9 .m-ds-result {
  margin-bottom: 60px;
}
.m-ds-result > * {
  order: 2;
}
.m-ds-result > .mm-head-location-wrapper {
  padding: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-head-location-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 18px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-head-location-wrapper > h2 {
    padding-bottom: 0;
  }
}
.m-ds-result > .mm-head-location-wrapper > .mm-location-wrapper > * {
  justify-content: flex-end;
}
.m-ds-result > .mm-sort-wrapper {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.m-ds-result > .mm-sort-wrapper--border {
  border-bottom: 1px solid #E5E5E5;
}
.m-ds-result > .mm-sort-wrapper > .mm-filter-trigger {
  height: 36px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.42);
  padding-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.m-ds-result > .mm-sort-wrapper > .mm-filter-trigger:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 38px;
  height: 38px;
  background-position: 51.3694054776% 99.5780590717%;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-sort-wrapper > .mm-filter-trigger {
    display: none;
  }
}
.m-ds-result > .mm-sort-wrapper > .mm-filter-trigger > .js-filter-count {
  margin-left: 10px;
  border-radius: 10px;
  width: 25px;
  height: 20px;
  background-color: #ffcc00;
  text-align: center;
  font-size: 14px;
}
.m-ds-result > .mm-filter-wrapper {
  border-top: 1px solid #E5E5E5;
  margin: 30px 0;
  background-color: #E5E5E5;
  border-radius: 10px;
  padding: 15px 15px 20px 15px;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-filter-wrapper {
    margin: 0 0 50px 0;
    padding: 20px 30px;
    order: 1;
  }
}
.m-ds-result > .mm-filter-wrapper > .mm-icon {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-filter-wrapper > .mm-icon {
    width: 100px;
    display: block;
  }
}
.m-ds-result > .mm-filter-wrapper > .mm-icon > img {
  width: 100%;
}
.m-ds-result > .mm-filter-wrapper > .mm-filter-content {
  flex: 1;
}
.m-ds-result > .mm-filter-wrapper > .mm-filter-content h3 {
  margin-bottom: 10px;
}
.m-ds-result > .mm-filter-wrapper > .mm-filter-content h4 {
  margin-bottom: 5px;
}
.m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 30px 0 20px 0;
}
.m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper:not(:first-child) {
  border-top: 1px solid #E5E5E5;
}
.m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper > .mm-circle {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper > .mm-circle > img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper > .mm-divider-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-divider-headline-wrapper > .mm-divider-headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0 15px 0;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-headline-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-headline-wrapper > .mm-chip-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-headline-wrapper > .mm-chip-wrapper > .mm-chip {
  border: 1px solid #999;
  border-radius: 20px;
  padding: 3px 11px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-headline-wrapper > .mm-chip-wrapper > .mm-chip.is-highlight {
  position: relative;
  background-color: #ffcc00;
  padding-left: 30px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-headline-wrapper > .mm-chip-wrapper > .mm-chip.is-highlight:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 51px;
  height: 51px;
  background-position: 84.9029649596% 47.4449964514%;
  content: "";
  position: absolute;
  left: -2px;
  top: -7px;
  width: 40px;
  height: 40px;
  transform: scale(0.5);
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper {
    display: flex;
    column-gap: 50px;
    justify-content: space-between;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper {
    display: grid;
    grid-template-columns: 160px 1fr;
    column-gap: 20px;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-distance {
  font-size: 14px;
  margin-bottom: 10px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-distance > span {
  position: relative;
  padding-left: 20px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-distance > span:after {
  content: "";
  background: url("/assets/img/svg-sprite/fs-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 69.8412698413%;
  transform: scale(0.8);
  position: absolute;
  left: -16px;
  top: -12px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-distance--bottom {
  margin-top: 10px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-distance--bottom > span:after {
  transform: scale(1);
  top: -15px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-headline-wrapper {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-headline-wrapper {
    margin-bottom: 5px;
    grid-row: 1;
    grid-column: 2;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-headline-wrapper .mm-subheadline {
  display: block;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-image {
  float: left;
  margin-right: 15px;
}
.m-ds-result.m-ds-result--mobile-no-image > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-image {
  display: none;
}

@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-image {
    float: none;
    grid-row: span 3;
    grid-column: 1;
    margin-bottom: 0;
  }
  .m-ds-result.m-ds-result--mobile-no-image > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-image {
    display: inline-block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-image img {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-content-wrapper > .mm-text-wrapper .mm-info {
    grid-row: 2;
    grid-column: 2;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action {
  min-width: 225px;
  margin-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action {
    margin-top: 0;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action > .mm-action-date {
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action > .mm-action-date {
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action > .mm-action-date:after {
  content: "";
  background: url("/assets/img/svg-sprite/fs-sprite.svg") no-repeat;
  width: 32px;
  height: 34px;
  background-position: 27.7777777778% 97.0588235294%;
  position: absolute;
  left: -10px;
  top: -8px;
}
.m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action > .mm-action-price {
  margin-bottom: 15px;
  font-size: 18px;
}
@media print, only screen and (min-width: 48em) {
  .m-ds-result > .mm-wrapper > .mm-result-items-wrapper > .mm-result-item > .mm-result-item-wrapper > .mm-action > .mm-action-price {
    font-size: 16px;
  }
}

.m-fdl-calculator .mm-calc > strong {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 11px 10px;
  background: #ededed;
}
@media print {
  .m-fdl-calculator .mm-calc > strong {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-fdl-calculator .mm-triangle {
  display: block;
  opacity: 1;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 45px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  left: 0;
  top: 3px;
  margin-bottom: -18px;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-triangle {
    transform: rotate(-90deg);
    margin-bottom: -52px;
    left: -50%;
    top: 94px;
    padding-top: 52px;
  }
}
.m-fdl-calculator .mm-triangle div.mm-top {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -502px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #ffcc00;
}
.m-fdl-calculator .mm-triangle div.mm-bottom {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -500px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-triangle div.mm-bottom {
    margin-top: -508px;
  }
}
.m-fdl-calculator .mm-result {
  position: relative;
  background: #ededed;
  padding: 37px 20px 15px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result {
    padding: 33px 20px 20px 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result {
    padding: 16px 30px 15px 30px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result {
  padding: 16px 30px 15px 30px;
}
@media print {
  .m-fdl-calculator .mm-result {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result h2,
  .m-fdl-calculator .mm-result h3 {
    padding-bottom: 16px;
    text-align: left;
  }
}
.m-fdl-calculator .mm-result h2 {
  padding-bottom: 2px;
  font-family: "Aptos", "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result h2 {
    padding-bottom: 7px;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result h2 {
    padding-bottom: 16px;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result h2 {
  padding-bottom: 16px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.m-fdl-calculator .mm-result .a-basic-stopper + h2 {
  margin: 30px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result .a-basic-stopper + h2 {
    margin: 0;
  }
}
.m-fdl-calculator .mm-result .mm-infotext {
  display: block;
  width: 220px;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result .mm-infotext {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-infotext {
    margin-bottom: 7px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-infotext {
  margin-bottom: 7px;
}
.m-fdl-calculator .mm-result .mm-infotext small {
  color: #999;
}
.m-fdl-calculator .mm-result .mm-value-container {
  background: #fff;
  padding: 5px 0;
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result .mm-value-container {
    margin-bottom: 7px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-value-container {
    padding: 5px 0;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-value-container {
  padding: 5px 0;
}
.m-fdl-calculator .mm-result .mm-value-container > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.m-fdl-calculator .mm-result .mm-value-container > span.mm-amount, .m-fdl-calculator .mm-result .mm-value-container > span.mm-unit {
  font-size: 43px;
  font-size: 2.6875rem;
}
.m-fdl-calculator .mm-result .mm-value-container > span.mm-amount {
  margin-right: 5px;
}
.m-fdl-calculator .mm-result .mm-creditdifference-container {
  margin: 0 0 20px 0;
}
.m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference {
  font-weight: bold;
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
    margin-top: 11px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
  margin-top: 11px;
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
    top: 1px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
  top: 1px;
}
.m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  display: block;
  width: 100%;
  margin: 10px 0 4px 0;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 44%;
    height: 40px;
    float: left;
    padding: 0;
    margin-top: 11px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 60%;
    margin-top: 13px;
    margin-bottom: 0px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  width: 60%;
  margin-top: 13px;
  margin-bottom: 0px;
}
.m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto 6px auto;
  padding: 3px 20px;
  background: #fff;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    position: relative;
    top: 14px;
    width: 42%;
    height: 43px;
    float: right;
    padding: 18px 10px 3px 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    top: 3px;
    width: 35%;
    height: 41px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 4px;
  }
}
.lt-ie9 .m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  top: 3px;
  width: 35%;
  height: 41px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 4px;
}
.m-fdl-calculator .mm-result .mm-creditdifference-container .mm-difference .mm-result em {
  font-style: normal;
}

.m-layout-footer {
  position: relative;
  z-index: 100;
  padding: 25px 15px 20px 15px;
  background: #ffcc00;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer {
    display: flex;
    justify-content: center;
  }
}
.lt-ie9 .m-layout-footer {
  display: flex;
  justify-content: center;
}
.l-footer.is-conversion .m-layout-footer {
  padding: 10px 0;
}
.m-layout-footer > .m-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer > .m-left {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-layout-footer > .m-left {
  margin-right: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 88.75em) {
  .m-layout-footer > .m-left {
    margin-right: 130px;
  }
}
.m-layout-footer > .m-left > .m-left-text {
  margin-bottom: 7px;
  margin-right: 15px;
  padding-top: 4px;
  white-space: nowrap;
}
.m-layout-footer > .m-left > .m-left-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.m-layout-footer > .m-left > .m-left-list > li {
  margin-right: 15px;
}
.l-footer.is-conversion .m-layout-footer > .m-left {
  display: none;
}
.m-layout-footer > .m-right > .m-right-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.m-layout-footer > .m-right > .m-right-list > li {
  margin-right: 30px;
  margin-bottom: 4px;
}
.m-layout-footer > .m-right > .m-right-list > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer > .m-right > .m-right-list > li {
    padding-top: 4px;
  }
}
.lt-ie9 .m-layout-footer > .m-right > .m-right-list > li {
  padding-top: 4px;
}
.m-layout-footer > .m-right > .m-right-list > li > a {
  text-decoration: none;
}
.m-layout-footer > .m-right > .m-right-list > li > a:hover {
  text-decoration: underline;
}
.l-footer.is-conversion .m-layout-footer > .m-right {
  display: none;
}
.m-layout-footer > .m-conversion > a {
  text-decoration: none;
}
.m-layout-footer > .m-conversion > a:first-child {
  margin-right: 20px;
}

/* .m-layout-footer-dark */
.m-layout-footer-dark {
  width: 100%;
  height: auto;
  max-width: 1440px;
  background: #191919;
  margin: 0 auto;
  padding: 24px;
}
.m-layout-footer-dark > .mm-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper {
    max-width: 100%;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper {
  max-width: 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  padding: 0;
  margin-bottom: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list {
    flex-flow: row nowrap;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list {
  flex-flow: row nowrap;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list {
  flex: 1 1 auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list {
    margin-right: 8px;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list {
  margin-right: 8px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list:last-child {
  flex: 1 1 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list:last-child {
    flex: 0 1 20%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list:last-child {
    margin-right: 0;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list:last-child {
  margin-right: 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline {
  color: #ffcc00;
  cursor: pointer;
  max-width: 100%;
  padding: 16px;
  margin: 0;
  position: relative;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 1.85px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline {
    padding: 16px;
    cursor: default;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline {
  padding: 16px;
  cursor: default;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible, .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus {
  outline: none;
}
.is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 33px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before {
    display: none;
  }
}
.lt-ie9 .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .lt-ie9 .is-keyboard-focus .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before, .lt-ie9 .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus-visible:before, .lt-ie9 .is-ios .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:focus:before {
  display: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:after {
  top: 15px;
  right: 16px;
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 63.0449362844% 75.0706214689%;
  width: 33px;
  height: 31px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list.is-active > .mm-footer-list-headline:after {
  transform: rotate(-180deg);
  top: 8px;
}

@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:after {
    display: none;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-list-headline:after {
  display: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list.is-active > .mm-footer-link-wrapper {
  transition: max-height 0.3s ease-out;
  margin: 0 0 16px 0;
}

@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper {
    overflow: visible;
    max-height: 100%;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper {
  overflow: visible;
  max-height: 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal {
  padding: 0;
  margin: 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal:not(:last-child) {
  margin-bottom: 24px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link {
  padding: 8px 16px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link:hover {
  border-radius: 4px;
  background-color: #313131;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:hover {
  text-decoration: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:visited {
  outline: none;
  text-decoration: none;
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link--social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  position: relative;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--community:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 53.1914893617%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--facebook:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 44% 53.1914893617%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--wordpress:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 44% 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--youtube:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 88% 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--twitter:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--instagram:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 100% 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-icon--pinterest:before {
  background: url("/assets/img/svg-sprite/social-media-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 100% 46.8085106383%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-normal > .mm-footer-link > .mm-link > .mm-social-name {
  flex: 0 0 calc(100% - 32px);
  flex-basis: calc(100% - 32px);
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall {
    margin: 0;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall {
  margin: 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link {
  padding: 8px 16px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link:hover {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:hover {
  text-decoration: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:visited {
  outline: none;
  text-decoration: none;
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-link-wrapper > .mm-footer-link-overall > .mm-footer-link > .mm-link:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  max-height: 0;
  margin-top: -8px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising {
    flex-flow: column nowrap;
    max-height: 100%;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising {
  flex-flow: column nowrap;
  max-height: 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising:hover {
  border-radius: 4px;
  background-color: #313131;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper {
  display: flex;
  justify-content: flex-start;
  flex: 0 1 100%;
  margin-right: 4px;
  padding: 8px 16px;
  transition: max-height 0.3s ease-out;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list.is-active > .mm-footer-advertising > .mm-img-wrapper {
  padding: 5px 16px;
}

@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper {
    margin-right: 0;
    flex: 0 1 100%;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper {
  margin-right: 0;
  flex: 0 1 100%;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link {
  text-decoration: none;
  border: 2px solid transparent;
  margin-left: -8px;
  display: flex;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link {
    flex-direction: column;
  }
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:hover {
  border-radius: 4px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:visited {
  outline: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link:active {
  outline: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > img {
  max-width: 100%;
  height: fit-content;
  width: 35%;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > img {
    width: initial;
  }
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 7px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper {
    max-width: 136px;
    display: initial;
  }
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper:visited {
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-link-list > .mm-footer-list > .mm-footer-advertising > .mm-img-wrapper > .mm-link > .mm-text-wrapper:active {
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper {
  display: flex;
  flex-flow: column nowrap;
  border-top: 1px solid #313131;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper {
    flex-flow: row nowrap;
    height: auto;
    padding: 16px 0;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper {
  flex-flow: row nowrap;
  height: auto;
  padding: 16px 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper:only-child {
  border-top: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand {
  flex: 1 1 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 32px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand {
    flex: 0 0 180px;
    flex-flow: row nowrap;
    padding: 0;
    border-top: none;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand {
  flex: 0 0 180px;
  flex-flow: row nowrap;
  padding: 0;
  border-top: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-text {
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-text > .mm-text {
  margin: 0;
  opacity: 0.9;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo {
    margin: 0 20px 0 0;
    height: 45px;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo {
  margin: 0 20px 0 0;
  height: 45px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo > img {
  max-width: 65px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo > img {
    max-width: 45px;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-brand > .mm-footer-brand-logo > img {
  max-width: 45px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu {
  flex: 1 1 100%;
  border-top: 1px solid #313131;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu {
    flex: 0 0 calc(100% - 180px);
    flex-basis: calc(100% - 180px);
    border-top: none;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu {
  flex: 0 0 calc(100% - 180px);
  flex-basis: calc(100% - 180px);
  border-top: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link {
  padding: 16px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link {
    padding: 8px 16px;
    margin: 0 24px;
  }
}
.lt-ie9 .m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link {
  padding: 8px 16px;
  margin: 0 24px;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link:hover {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link:first-child {
  margin-left: 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link:last-child {
  margin-right: 0;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 2px solid transparent;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:hover {
  text-decoration: none;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:visited {
  color: #fff;
}
.m-layout-footer-dark > .mm-wrapper > .mm-footer-menu-wrapper > .mm-footer-menu > .mm-footer-menu-links > .mm-footer-link > .mm-link:active {
  color: #fff;
}

/* m-layout-footer-linklist */
.m-layout-footer-linklist {
  text-align: center;
}
@media print {
  .m-layout-footer-linklist {
    display: none;
  }
}
.m-layout-footer-linklist > ul {
  padding: 8px 0 0 0;
  list-style: none;
  font-size: 14px;
}
.m-layout-footer-linklist > ul > li {
  display: inline-block;
  padding: 0 3px;
}
.m-layout-footer-linklist > ul > li:after {
  content: "|";
  padding: 0 3px 0 13px;
}
.m-layout-footer-linklist > ul > li.mm-last:after {
  content: none;
}

/* m-layout-header-logo */
.m-layout-header-logo {
  position: absolute;
  padding: 0;
  top: 18px;
  left: 20px;
  z-index: 30;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-logo {
    left: 25px;
    top: 25px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-layout-header-logo {
    left: -165px;
  }
}
@media print {
  .m-layout-header-logo {
    top: 12px;
    left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .m-layout-header-logo {
    left: 25px;
    top: 25px;
    right: auto;
  }
}
.lt-ie9 .l-outer--nav .m-layout-header-logo {
  left: 25px;
  top: 25px;
  right: auto;
}
@media only screen and (min-width: 76.25em) {
  .l-outer--nav .m-layout-header-logo {
    left: calc(30% - 33.3333333333vw);
    right: auto;
    top: 25px;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .m-layout-header-logo {
    right: auto;
    left: -165px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-logo > .m-layout-header-logo {
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header > .mm-navi-wrap > .mm-logo > .m-layout-header-logo {
    position: absolute;
    top: 19px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) > .mm-navi-wrap > .mm-logo > .m-layout-header-logo {
    position: relative;
    top: 0;
    transform: none;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-logo > .m-layout-header-logo {
    position: relative;
    top: 8px;
    transform: none;
  }
}

.m-layout-header-logo > a {
  display: block;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header .m-layout-header-logo > a {
    max-height: 50px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header.is-stuck:not(.m-basic-header--reduced) .m-layout-header-logo > a {
    transform: scale(0.6);
    transform-origin: 0 50%;
  }
}

.m-layout-header-logo > a > img {
  max-width: 60px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-logo > a > img {
    max-width: 66px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-logo > a > img {
    max-width: 90px;
  }
}
.lt-ie9 .m-layout-header-logo > a > img {
  max-width: 90px;
}
.m-basic-header .m-layout-header-logo > a > img {
  display: block;
  height: 100%;
  width: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header .m-layout-header-logo > a > img {
    max-width: 81px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header .m-layout-header-logo > a > img {
    height: 50px;
    max-width: none;
    transform: scale(1);
    transform-origin: 0 100%;
    transition: transform 0.3s ease-in-out 0s;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced .m-layout-header-logo > a > img {
    height: 32px;
  }
}

/* m-layout-header-nav */
.m-layout-header-nav {
  position: absolute;
  top: 65px;
  width: 100%;
  display: none;
  z-index: 60;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav {
    position: absolute;
    top: 73px;
    bottom: 0;
    right: 0;
    padding: 0;
    border-top: 1px solid #fff;
    height: auto;
    display: block;
    overflow-y: visible;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav {
    right: auto;
    left: 0;
    width: calc(100% - 130px);
    margin: 0 0 0 130px;
    top: 82px;
  }
  .l-outer--nav .m-layout-header-nav {
    right: 0;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.lt-ie9 .m-layout-header-nav {
  right: auto;
  left: 0;
  width: calc(100% - 130px);
  margin: 0 0 0 130px;
  top: 82px;
}
.l-outer--nav .lt-ie9 .m-layout-header-nav {
  right: 0;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-header-nav {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .m-layout-header-nav {
    width: 100%;
  }
}
@media print {
  .m-layout-header-nav {
    display: none;
  }
}
.m-layout-header-nav.is-open {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
.m-layout-header-nav > .close-bar {
  position: absolute;
  top: 0;
  left: calc(100% - 46px);
  z-index: 10;
  display: none;
}
.m-layout-header-nav > .close-bar > button {
  padding: 5px 10px 0 10px;
  background: none;
  cursor: pointer;
}
.m-layout-header-nav > .close-bar > button > img {
  height: 26px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav {
    width: 100%;
    background: #ffcc00;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav {
    position: relative;
    padding-right: 0;
  }
}
.lt-ie9 .m-layout-header-nav > nav {
  position: relative;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav:after {
    content: "";
    display: block;
    position: absolute;
    background: #ffcc00;
    width: 130vw;
    top: -1px;
    left: 38%;
    transform: translate(-50%);
    height: calc(100% + 1px);
    border-top: 1px solid #fff;
    z-index: -1;
  }
}
.lt-ie9 .m-layout-header-nav > nav:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffcc00;
  width: 130vw;
  top: -1px;
  left: 38%;
  transform: translate(-50%);
  height: calc(100% + 1px);
  border-top: 1px solid #fff;
  z-index: -1;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-header-nav > nav:after {
    left: 50%;
  }
}
.m-layout-header-nav > nav > ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul {
    display: flex;
    position: relative;
    padding: 0;
    justify-content: flex-end;
    flex-flow: row nowrap;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li {
    text-align: center;
    border-bottom: 0;
  }
  .m-layout-header-nav > nav > ul > li.mm-last {
    border-right: 0;
  }
}
.m-layout-header-nav > nav > ul > li a {
  display: block;
  margin: 0 0 1px 0;
  padding: 13px 20px;
  text-decoration: none;
  background: #ffcc00;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  outline: none;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li a {
    margin: 0;
    padding: 8px 13px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav > ul > li a {
    padding: 12px 18px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lt-ie9 .m-layout-header-nav > nav > ul > li a {
  padding: 12px 18px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-header-nav > nav > ul > li a {
    padding: 12px 25px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li:last-child a {
    padding-right: 0;
  }
}

.m-layout-header-nav > nav > ul > li a.is-active {
  background: #ffcc00;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .m-layout-header-nav > nav > ul > li a {
    padding: 12px;
  }
}
.lt-ie9 .l-outer--nav .m-layout-header-nav > nav > ul > li a {
  padding: 12px;
}
@media only screen and (min-width: 76.25em) {
  .l-outer--nav .m-layout-header-nav > nav > ul > li a {
    padding: 12px 25px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-outer--nav .m-layout-header-nav > nav > ul > li:last-child a {
    padding-right: 0;
  }
}

.m-layout-header-nav > nav > ul > li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 320px;
  padding: 1px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul {
    left: auto;
    top: 37px;
    width: 320px;
    margin: 0 0 0 -1px;
    padding: 0;
    height: 0;
    overflow-y: hidden;
    border: 1px solid #e9e9ea;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav > ul > li ul {
    top: 45px;
  }
}
.lt-ie9 .m-layout-header-nav > nav > ul > li ul {
  top: 45px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul.mm-first-child {
    margin: 0 0 0 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul.mm-aside {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-layout-header-nav > nav > ul > li ul.mm-aside {
    right: 0;
  }
}
.m-layout-header-nav > nav > ul > li ul.is-active {
  height: auto;
}
.m-layout-header-nav > nav > ul > li ul.is-hidden {
  height: auto;
  visibility: hidden;
}
@keyframes navSlideDownRefresh {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 99vh;
  }
}
.m-layout-header-nav > nav > ul > li ul.is-visible {
  display: block;
  height: auto;
  max-height: none;
  animation: 0.6s ease-in navSlideDownRefresh;
}
.m-layout-header-nav > nav > ul > li ul.jspScrollable:focus {
  outline: none;
}
.m-layout-header-nav > nav > ul > li ul.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 0;
}
.m-layout-header-nav > nav > ul > li ul.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-layout-header-nav > nav > ul > li ul.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-layout-header-nav > nav > ul > li ul.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.m-layout-header-nav > nav > ul > li ul.is-content-navi > li:not(.mm-back) > a {
  background-color: #fff;
  color: #333;
}
.m-layout-header-nav > nav > ul > li ul.is-content-navi > li:not(.mm-back) > a.is-active {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul li {
    border-top: 1px solid #fff;
  }
}
.m-layout-header-nav > nav > ul > li ul li.mm-overview {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul li.mm-overview {
    border-top: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav > ul > li ul li.mm-overview {
    display: none;
  }
}
.lt-ie9 .m-layout-header-nav > nav > ul > li ul li.mm-overview {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav > ul > li ul li.mm-overview + li {
    border-top: none;
  }
}
.lt-ie9 .m-layout-header-nav > nav > ul > li ul li.mm-overview + li {
  border-top: none;
}
.m-layout-header-nav > nav > ul > li ul li > a {
  display: block;
  position: relative;
  margin: 0 0 1px 0;
  padding: 13px 20px;
  background: #ffcc00;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-layout-header-nav > nav > ul > li ul li > a:hover {
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav > nav > ul > li ul li > a {
    margin: 0;
    padding: 7px 25px 8px 25px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-header-nav > nav > ul > li ul li > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lt-ie9 .m-layout-header-nav > nav > ul > li ul li > a {
  font-size: 18px;
  font-size: 1.125rem;
}
.m-layout-header-nav > nav > ul > li ul li > a.is-active {
  background: #fff;
}
.m-layout-header-nav .mm-back {
  display: block;
  margin: 0 0 1px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav .mm-back {
    display: none;
  }
}
.m-layout-header-nav .mm-back > button {
  display: block;
  width: 100%;
  padding: 12px 25px 12px 40px;
  background: url("/assets/img/icons/icon-link-back-big.svg") #ffcc00 no-repeat 13px 10px;
  text-align: left;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  border: solid 3px red;
}
.m-layout-header-nav .mm-loader {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url(/assets/img/icons/icon-refresh.svg) no-repeat;
  animation: spin 0.8s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* m-layout-header-skiplinks */
.m-layout-header-skiplinks {
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 30;
}
.m-layout-header-skiplinks > ul > li > a {
  display: block;
  padding: 7px 15px;
  background: #ededed;
  text-decoration: none;
}

/* m-layout-main-nav-left */
.m-layout-main-nav-left {
  position: absolute;
  top: 50px;
  width: calc(100% - 20px);
  margin: 0 0 0 10px;
  z-index: 800;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.h-roboto .m-layout-main-nav-left {
  font-family: "Roboto", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-main-nav-left {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    margin: 0;
    position: absolute;
    top: 50px;
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left {
    float: left;
    min-width: 0;
    padding-top: 0;
    z-index: 90;
    top: 85px;
    width: 18%;
  }
}
.lt-ie9 .m-layout-main-nav-left {
  float: left;
  min-width: 0;
  padding-top: 0;
  z-index: 90;
  top: 85px;
  width: 18%;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-main-nav-left {
    left: auto;
    max-width: 212px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-layout-main-nav-left {
    float: none;
    position: absolute;
    margin: 0 0 0 -252px;
    left: auto;
    width: 212px;
  }
}
@media print {
  .m-layout-main-nav-left {
    display: none;
  }
}
.m-layout-main-nav-left.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left.is-stuck {
    max-width: 212px;
  }
}
.lt-ie9 .m-layout-main-nav-left.is-stuck {
  max-width: 212px;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-main-nav-left.is-stuck {
    top: auto;
    left: auto;
  }
}
.m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left {
  top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left {
    top: 12px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main > .ll-main-center > .m-layout-main-nav-left {
  top: 12px;
}
.m-layout-main-nav-left > ul {
  display: none;
  position: absolute;
  top: 51px;
  z-index: 20 !important;
  width: 100%;
  max-width: 500px;
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul {
    display: block !important;
    position: static;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul {
  display: block !important;
  position: static;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul {
  top: 50px;
  border: 2px solid #ffcc00;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul {
    border: 0;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul {
  border: 0;
}
.m-layout-main-nav-left > ul > li {
  margin: 0 0 1px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li:last-child > a:hover:not(.is-open) {
    border-bottom: 1px solid #cccccc;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li:last-child > a:hover:not(.is-open) {
  border-bottom: 1px solid #cccccc;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li {
    margin-bottom: 1px;
    border-top: 0;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li {
  margin-bottom: 1px;
  border-top: 0;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint {
  margin-bottom: 0;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint.js-clusterpoint-first > a {
  padding-top: 18px;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint.js-clusterpoint-first > a:before {
  top: 7px;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint.js-clusterpoint-single > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint.js-clusterpoint-single > a:before {
  top: 7px;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint.js-clusterpoint-last > a {
  padding-bottom: 18px;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint > a {
  padding: 4px 32px 4px 34px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
    padding: 0;
    margin: 0 15px 12px 25px;
    background: none;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
  padding: 0;
  margin: 0 15px 12px 25px;
  background: none;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint > a:hover {
  background: #fff;
  text-decoration: underline;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a:hover {
  border: none;
  margin-top: 0;
}
.m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  width: 12px;
  height: 12px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
    content: "";
    position: absolute;
    top: -9px;
    left: -42px;
    width: 12px;
    height: 12px;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 33.5345405768% 75.0706214689%;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -42px;
  width: 12px;
  height: 12px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
  background-image: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 33.5345405768% 75.0706214689%;
    position: absolute;
    left: -42px;
    top: -11px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
  position: absolute;
  left: -42px;
  top: -11px;
}
.h-roboto .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
  font-family: "Roboto", sans-serif;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
  background-color: #fff;
  padding: 12px 30px 12px 42px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
    padding: 0;
    border-bottom: none;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li.js-clusterpoint > a {
  padding: 0;
  border-bottom: none;
}
.is-keyboard-focus .m-layout-main-nav-left > ul > li:has(a:focus) {
  outline: 0 !important;
  border: 2px solid #000;
  border-radius: 4px;
}
.m-layout-main-nav-left > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 30px 12px 34px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background: #ffcc00;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul > li > a {
    padding-left: 10px;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul > li > a {
  padding-left: 10px;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:focus {
  outline: none;
}
.m-layout-main-nav-left > ul > li > a:hover {
  background: #fff;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:hover {
  background: #f3f3f4;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:hover {
    margin-top: -1px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid transparent;
    background: #fff;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:hover {
  margin-top: -1px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid transparent;
  background: #fff;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  transform: scale(0.7);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:after {
    display: none;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a:after {
  display: none;
}
.m-layout-main-nav-left > ul > li > a.is-open {
  background: #ffcc00;
  color: #000;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 1px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a.is-open:hover {
    border-top: none;
    margin-top: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a.is-open:hover {
  border-top: none;
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
}
.m-layout-main-nav-left > ul > li > a.is-open + ul {
  display: block;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a.is-open {
  margin-bottom: 0;
}
.h-roboto .m-layout-main-nav-left > ul > li > a.is-open {
  font-family: "Roboto Bold", sans-serif;
}
.m-layout-main-nav-left > ul > li > a.is-active {
  margin: 0 0 1px 0;
  background: #ffcc00;
  color: #000;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.h-roboto .m-layout-main-nav-left > ul > li > a.is-active {
  font-family: "Roboto Bold", sans-serif;
}
.m-layout-main-nav-left > ul > li > a.is-active + ul {
  display: block;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a.is-active {
  margin-bottom: 0;
}
.m-layout-main-nav-left > ul > li > a.is-self {
  color: #000;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a {
  padding-left: 42px;
  background-color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a {
    padding-left: 10px;
    background: #ffcc00;
    border-bottom: 1px solid #ffcc00;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > a {
  padding-left: 10px;
  background: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}
.m-layout-main-nav-left > ul > li > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul {
  border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul {
    border-top: 0;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul {
  border-top: 0;
}
.m-layout-main-nav-left > ul > li > ul > li {
  margin: 0 0 1px 0;
  border-bottom: 1px solid #cccccc;
}
.m-layout-main-nav-left > ul > li > ul > li:last-child {
  border-bottom: none;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li:last-child > a {
  border: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul > li > ul > li.mm-first {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul > li > ul > li.mm-first {
  display: none;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li {
  margin-bottom: 0;
  background: white;
  border: none;
}
.m-layout-main-nav-left > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 10px 30px 9px 44px;
  text-decoration: none;
  background: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left > ul > li > ul > li > a {
    padding-left: 20px;
  }
}
.lt-ie9 .m-layout-main-nav-left > ul > li > ul > li > a {
  padding-left: 20px;
}
.m-layout-main-nav-left > ul > li > ul > li > a:hover {
  background: #fff;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a:hover {
  background: #f3f3f4;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
  transform: scale(0.7);
  left: 13px;
  top: -2px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a:after {
    display: none;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a:after {
  display: none;
}
.m-layout-main-nav-left > ul > li > ul > li > a.is-active {
  background: #fff;
  color: #000;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.h-roboto .m-layout-main-nav-left > ul > li > ul > li > a.is-active {
  font-family: "Roboto Bold", sans-serif;
}
.m-layout-main-nav-left > ul > li > ul > li > a.is-open {
  color: #000;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #fff;
}
.h-roboto .m-layout-main-nav-left > ul > li > ul > li > a.is-open {
  font-family: "Roboto", sans-serif;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a {
  padding-left: 54px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a {
    padding-left: 30px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .m-layout-main-nav-left > ul > li > ul > li > a {
  padding-left: 30px;
}
.m-layout-main-nav-left .mm-btn {
  display: flex;
  vertical-align: middle;
  position: relative;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  padding-left: 38px;
  height: 50px;
  max-width: 500px;
  cursor: pointer;
  border-right: 15px solid #ffcc00;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: left;
  outline: none;
  background-color: #ffcc00;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left .mm-btn {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left .mm-btn {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left .mm-btn:before {
    content: "";
    display: block;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 94.0952380952% 46.6101694915%;
    position: absolute;
    left: 0;
  }
}
.lt-ie9 .m-layout-main-nav-left .mm-btn:before {
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  position: absolute;
  left: 0;
}
.m-layout-main-nav-left .mm-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  height: 46px;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left .mm-btn:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  background-color: #ffcc00;
  height: 46px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left .mm-btn.is-open:before {
    content: "";
    display: block;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 94.0952380952% 43.5028248588%;
    position: absolute;
    left: 0;
  }
}
.lt-ie9 .m-layout-main-nav-left .mm-btn.is-open:before {
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  position: absolute;
  left: 0;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left .mm-btn.is-open:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  background-color: #ffcc00;
  height: 46px;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left .mm-btn.is-open {
  border-radius: 4px 4px 0 0;
}
.h-roboto .m-layout-main-nav-left .mm-btn {
  font-family: "Roboto", sans-serif;
}
.m-basic-header ~ .l-main .m-layout-main-nav-left .mm-btn {
  padding: 12px 50px 12px 18px;
  border: 2px solid #ffcc00;
  border-radius: 4px;
  background: #fff;
  text-overflow: ellipsis;
  width: 100%;
}
.m-layout-main-nav-left .mm-loader {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 49.7175141243%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes moz-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes o-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* m-layout-main-nav-left */
.m-layout-main-nav-left-my-adac {
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-layout-main-nav-left-my-adac {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac {
    margin: 0 70px 0 0;
    max-width: 310px;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac {
  margin: 0 70px 0 0;
  max-width: 310px;
}
@media only screen and (min-width: 76.25em) {
  .m-layout-main-nav-left-my-adac {
    padding-top: 30px;
  }
}
.m-layout-main-nav-left-my-adac.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.m-layout-main-nav-left-my-adac > ul {
  display: none;
  position: absolute;
  top: 70px;
  z-index: 20;
  width: calc(100% - 40px);
  max-width: 500px;
  padding: 0;
  border: 2px solid #000;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 10px #c5c5c5;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul {
    padding: 0;
    display: block !important;
    width: 100%;
    position: static;
    border: 0;
    box-shadow: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul {
  padding: 0;
  display: block !important;
  width: 100%;
  position: static;
  border: 0;
  box-shadow: none;
}
.m-layout-main-nav-left-my-adac > ul > li {
  position: relative;
  background: #fff;
}
.m-layout-main-nav-left-my-adac > ul > li:first-child {
  padding-top: 12px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:first-child {
    padding-top: 0;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:first-child {
  padding-top: 0;
}
.m-layout-main-nav-left-my-adac > ul > li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 1px;
  background: #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:first-child:after {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:first-child:after {
  display: none;
}
.m-layout-main-nav-left-my-adac > ul > li:last-child {
  padding-bottom: 12px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:last-child {
    padding-bottom: 0;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:last-child {
  padding-bottom: 0;
}
.m-layout-main-nav-left-my-adac > ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 6px 17px 5px 17px;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 15px;
  background: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li > a {
    border: 1px solid #E5E5E5;
    border-bottom: 0;
    padding: 15px 20px;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li > a {
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  padding: 15px 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #E5E5E5;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #E5E5E5;
}

.is-keyboard-focus .m-layout-main-nav-left-my-adac > ul > li > a:focus {
  outline: 0 !important;
  padding: 4px 15px 3px 15px;
  border: 2px solid #000;
  border-radius: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .is-keyboard-focus .m-layout-main-nav-left-my-adac > ul > li > a:focus {
    padding: 14px 19px;
  }
}
.lt-ie9 .is-keyboard-focus .m-layout-main-nav-left-my-adac > ul > li > a:focus {
  padding: 14px 19px;
}
@media only screen and (min-width: 64.0625em) {
  .is-keyboard-focus .m-layout-main-nav-left-my-adac > ul > li > a:focus.is-active {
    border-left: 4px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 14px 19px 14px 17px;
  }
}
.lt-ie9 .is-keyboard-focus .m-layout-main-nav-left-my-adac > ul > li > a:focus.is-active {
  border-left: 4px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px 19px 14px 17px;
}
.m-layout-main-nav-left-my-adac > ul > li > a:hover {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  background: #ffcc00;
  color: #000;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li > a:hover {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #ffcc00;
    border-bottom: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li > a:hover {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ffcc00;
  border-bottom: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li:last-child > a:hover {
    border: 1px solid #ffcc00;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li:last-child > a:hover {
  border: 1px solid #ffcc00;
}

.m-layout-main-nav-left-my-adac > ul > li > a.is-active {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  background: #ffcc00;
  color: #000;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li > a.is-active {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    border: 1px solid #e7bb0d;
    border-left: 4px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 15px 20px 15px 17px;
    font-weight: normal;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li > a.is-active {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  border: 1px solid #e7bb0d;
  border-left: 4px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 20px 15px 17px;
  font-weight: normal;
}
.m-layout-main-nav-left-my-adac > ul > li > a > .mm-alert {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: inline-block;
  background-color: #ffcc00;
  padding: 0 10px;
  border-radius: 12px;
}
.m-layout-main-nav-left-my-adac > ul > li > a.is-active > .mm-alert {
  background-color: #fff;
}

.m-layout-main-nav-left-my-adac > ul > li > a > .mm-alert--icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-left: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac > ul > li > a > .mm-alert--icon {
    margin-left: 0;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac > ul > li > a > .mm-alert--icon {
  margin-left: 0;
}
.m-layout-main-nav-left-my-adac .mm-btn {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  margin-top: 5px;
  width: 100%;
  height: 55px;
  max-width: 500px;
  cursor: pointer;
  text-align: left;
  outline: none;
  padding: 12px 50px 12px 18px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac .mm-btn {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac .mm-btn {
  display: none;
}
.m-layout-main-nav-left-my-adac .mm-btn:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  position: absolute;
  right: 0;
  top: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac .mm-btn:before {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac .mm-btn:before {
  display: none;
}
.m-layout-main-nav-left-my-adac .mm-btn.is-open {
  border: 2px solid #000;
  padding: 11px 49px 11px 17px;
  color: #666666;
}
.m-layout-main-nav-left-my-adac .mm-btn.is-open:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 30.583501006% 75.0706214689%;
  top: 3px;
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left-my-adac .mm-btn.is-open:before {
    display: none;
  }
}
.lt-ie9 .m-layout-main-nav-left-my-adac .mm-btn.is-open:before {
  display: none;
}
.m-layout-main-nav-left-my-adac .mm-loader {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 49.7175141243%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes moz-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes o-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.m-mgl-product-aside > figure {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #d7d7d7;
}
.m-mgl-product-aside > figure > img {
  width: 100%;
}
.m-mgl-product-aside > .m-productname {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0 13px;
}
.m-mgl-product-aside > .m-price {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0 13px;
  border-top: 1px solid #d7d7d7;
}

.m-mgl-sedcard {
  perspective: 1000px;
  width: 272px;
  height: 402px;
  margin: 0;
  padding: 20px 0;
}
.m-mgl-sedcard:hover .m-card-wrap {
  transform: rotateY(-20deg);
}
.m-mgl-sedcard:hover.hover .m-card-wrap {
  transform: rotateY(-160deg);
}
.m-mgl-sedcard.hover .m-card-wrap {
  transform: rotateY(-180deg);
}
.m-mgl-sedcard > .m-card-wrap {
  transition: 0.4s;
  transform-style: preserve-3d;
  position: relative;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card {
  backface-visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card > img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card > .mm-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card > .mm-content-wrapper > h3 {
  overflow: hidden;
  margin-bottom: 20px;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--front {
  z-index: 2;
  /* for firefox 31 */
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--front:not(.is-ie11) {
  transform: rotateY(0deg);
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--front.is-ie11 + .mm-card--back {
  display: none;
  z-index: 2;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--front.is-ie11-hidden {
  display: none;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--front.is-ie11-hidden + .mm-card--back {
  display: block;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--back {
  background-color: #ededed;
  bottom: 0;
  right: 0;
  height: 362px;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card--back:not(.is-ie11) {
  transform: rotateY(180deg);
}
.m-mgl-sedcard > .m-card-wrap > .mm-card .mm-turn-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffcc00 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.m-mgl-sedcard > .m-card-wrap > .mm-card .mm-turn-icon:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  top: -9px;
  left: 8px;
}

/* .m-my-adac-checkbox-image*/
.m-my-adac-checkbox-image {
  max-width: 100%;
  width: 100%;
}
.m-my-adac-checkbox-image > .mm-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-checkbox-image > .mm-wrapper {
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.l-outer--my-adac-content .m-my-adac-checkbox-image > .mm-wrapper {
  width: auto;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .m-my-adac-checkbox-image > .mm-wrapper {
    margin: 0 auto;
    width: 600px;
  }
}
@media only screen and (min-width: 76.25em) {
  .l-outer--my-adac-content .m-my-adac-checkbox-image > .mm-wrapper {
    width: auto;
    position: relative;
    margin: 0 -110px;
    z-index: 10;
  }
}
.m-my-adac-checkbox-image > .mm-wrapper.is-error > .ll-error-msg {
  max-height: 300px;
  opacity: 1;
  margin: 0 0 10px 0;
}
.m-my-adac-checkbox-image > .mm-wrapper > .ll-error-msg {
  max-height: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: #cc3333;
  transition: all 1.35s ease;
}
.m-my-adac-checkbox-image > .mm-wrapper > .ll-error-msg > a {
  color: #cc3333;
}
.m-my-adac-checkbox-image > .mm-wrapper > .mm-content {
  flex: 1 0 auto;
  width: 280px;
  max-width: 280px;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 40px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-checkbox-image > .mm-wrapper > .mm-content {
    flex: 0 0 auto;
    margin: 0 0 20px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-checkbox-image--round-edges > .mm-wrapper > .mm-content {
    position: relative;
    left: 10px;
  }
}

.m-my-adac-checkbox-image--round-edges > .mm-wrapper > .mm-content > .mm-text-wrapper {
  position: relative;
  top: -15px;
  margin-right: 20px;
}

/* m-my-adac-content-hint*/
.m-my-adac-content-hint {
  max-width: 960px;
  width: 100%;
}
.m-my-adac-content-hint > .mm-wrapper {
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  padding: 24px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-content-hint > .mm-wrapper {
    padding: 24px 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-content-hint > .mm-wrapper {
    position: relative;
    margin: 0 -155px;
  }
  .m-my-adac-content-hint.m-my-adac-content-hint--regular > .mm-wrapper {
    margin: 0 auto;
  }
}
.lt-ie9 .m-my-adac-content-hint > .mm-wrapper {
  position: relative;
  margin: 0 -155px;
}
.lt-ie9 .m-my-adac-content-hint.m-my-adac-content-hint--regular > .mm-wrapper {
  margin: 0 auto;
}

.m-my-adac-content-hint > .mm-wrapper:before {
  content: "";
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-content-hint > .mm-wrapper:before {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc(50% - 50vw);
    top: 0;
    z-index: -1;
  }
}
.lt-ie9 .m-my-adac-content-hint > .mm-wrapper:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.m-my-adac-content-hint > .mm-wrapper > .mm-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

/* m-my-adac-dashboard-box-showcase */
.m-my-adac-dashboard-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media print {
  .m-my-adac-dashboard-box {
    display: block;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
  margin-bottom: 18px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
    margin: 0 0 38px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
    flex-flow: row wrap;
  }
}
.lt-ie9 .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
  flex-flow: row wrap;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
  margin-bottom: 15px;
  z-index: 10;
  order: 2;
  flex: 0 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
    top: 10px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
  top: 10px;
  right: 0;
  position: absolute;
  margin-bottom: 0;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
  display: flex;
  justify-content: center;
  position: relative;
}
@media print {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
    display: block;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
  display: flex;
  cursor: pointer;
}
@media print {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
    display: block;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-icon {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 96.8926553672%;
  top: -11px;
  left: 20px;
  position: relative;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option.is-open > .mm-option-wrapper > .mm-icon {
  display: none;
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-text {
  margin: 0;
  padding: 0 0 0 25px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline {
  text-align: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 0 0 20px 0;
  order: 1;
  flex: 1 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline {
    padding: 0 0 40px 0;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 42px;
  height: 42px;
  background-position: 99.8633623577% 64.5980253879%;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px 0 25px;
  position: relative;
  left: -10px;
  top: 15px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline.is-extended:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 42px;
  height: 42px;
  background-position: 99.8633623577% 67.5599435825%;
}

@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline:after {
    top: 12px;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: calc(100% + 24px);
  margin-left: -24px;
  order: 3;
}
@media print {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: calc(100% + 24px);
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.mm-single-box > .mm-box-wrapper {
    align-items: flex-start;
  }
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  width: calc(100% - 24px);
  height: 100%;
  min-width: 300px;
  max-width: 340px;
  background: #f3f3f4;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 0 0 24px 24px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    height: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    min-width: 370px;
    max-width: 370px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  min-width: 370px;
  max-width: 370px;
}
@media print {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    min-width: 100%;
    max-width: 100%;
  }
}
.m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  position: relative;
}
.m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
@media print {
  .m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover {
    display: block;
    overflow: auto;
  }
}
.m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover:hover, .m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover:visited {
  color: #ededed;
}
.m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover > .mm-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 90px;
  line-height: 5.625rem;
  transform: rotate(-30deg);
  color: #ededed;
  opacity: 0.65;
  margin-top: 40px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover > .mm-text {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion {
  background: #f3f3f4;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-hovered {
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-hovered {
    background: #ffcc00;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box + .mm-text-hint {
  margin: 80px 0 0 24px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box + .mm-data-protection-hint {
  margin: 0 0 0 24px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  border-bottom: none;
  padding: 24px;
  border-radius: 10px;
  cursor: pointer;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > h3 {
  user-select: none;
  padding: 0;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > .mm-box-subheadline {
  margin: 12px 0 0 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended .mm-box-headline > .mm-box-subheadline {
  display: none;
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
  height: 0;
  overflow: hidden;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended .mm-content-wrapper {
  height: auto;
  overflow: visible;
}

@media print {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
    height: auto;
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper {
  position: relative;
  max-width: 100%;
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
  border-top: 1px solid #afafaf;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper:before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #f3f3f4;
  z-index: 40;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 100px);
  z-index: 45;
  animation: spin 1.5s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content {
  padding: 0 24px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content {
  padding: 24px 0;
  margin: 0 12px;
  border-bottom: 1px solid #afafaf;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content.mm-breaker {
  border: none;
  margin: 0;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content:last-child {
  border: none;
  padding: 24px 0;
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--full {
  padding: 0;
  margin: 0;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--push-up {
  margin-top: -24px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-breaker {
  padding: 0;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
    display: none;
  }
}
.lt-ie9 .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
  display: none;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-content-headline {
  margin: 0 0 24px 0;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-content-headline > h5 {
  margin: 0;
  padding: 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  font-style: normal;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-list-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  position: relative;
  line-height: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
    margin-top: 14px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  margin-top: 14px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper {
  flex: 1;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper > .mm-timestamp {
  white-space: nowrap;
  color: #afafaf;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  cursor: pointer;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon > img {
  margin: 3px 0 0 3px;
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint,
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint {
  margin: 40px 0 0 24px;
  max-width: 340px;
  width: 100%;
  height: auto;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint,
  .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint {
    max-width: calc(100% - 24px);
  }
}
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-data-hint > .mm-box-wrapper > .mm-data-protection-hint, .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-data-hint > .mm-box-wrapper > .mm-text-hint {
  display: block;
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-text-hint > .mm-box-wrapper > .mm-data-protection-hint, .m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-text-hint > .mm-box-wrapper > .mm-text-hint {
  display: block;
  margin: 0;
}

.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint:first-child,
.m-my-adac-dashboard-box > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint:first-child {
  margin: 0 0 0 24px;
}

/* m-my-adac-dashboard-box */
.m-my-adac-dashboard-box-banner {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffcc00;
}
.l-outer--my-adac .m-my-adac-dashboard-box-banner {
  margin: 0 0 24px 0;
}
.m-my-adac-dashboard-box-banner > .mm-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-banner > .mm-wrapper {
    max-width: 75%;
  }
}
.m-my-adac-dashboard-box-banner > .mm-wrapper > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
.m-my-adac-dashboard-box-banner > .mm-wrapper > .mm-text {
  text-align: center;
}

/* m-my-adac-dashboard-box-intr*/
.m-my-adac-dashboard-box-intro {
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-intro {
    margin: 0 0 60px 0;
    padding: 40px;
  }
}
.m-my-adac-dashboard-box-intro:before {
  top: 0;
  content: "";
  z-index: 0;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  background-color: #e9e9ea;
}
.m-my-adac-dashboard-box-intro > .mm-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.m-my-adac-dashboard-box-intro > .mm-wrapper > .mm-button-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-intro > .mm-wrapper > .mm-button-wrapper {
    flex-flow: row nowrap;
  }
}
.m-my-adac-dashboard-box-intro > .mm-wrapper > .mm-button-wrapper > button {
  width: 155px;
  display: table;
  outline: none;
  white-space: nowrap;
  margin: 0 15px 20px 15px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-intro > .mm-wrapper > .mm-button-wrapper > button {
    max-width: initial;
    margin: 0 15px;
  }
}
.m-my-adac-dashboard-box-intro > .mm-wrapper > .mm-button-wrapper > button:last-child {
  margin: 0 15px;
}

/* m-my-adac-dashboard-box-layer */
.m-my-adac-dashboard-box-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 105;
  border-radius: 10px;
}
.m-my-adac-dashboard-box-layer.is-hidden {
  display: none;
}
.m-my-adac-dashboard-list-showcase .mm-box:not(.is-extended) .m-my-adac-dashboard-box-layer, .m-my-adac-dashboard-box .mm-box:not(.is-extended) .m-my-adac-dashboard-box-layer {
  display: none;
}
.mm-dashbox-theme-option-layer .m-my-adac-dashboard-box-layer {
  width: 350px;
  left: auto;
  right: 50%;
  background-color: transparent;
}
@media print, only screen and (min-width: 48em) {
  .mm-dashbox-theme-option-layer .m-my-adac-dashboard-box-layer {
    right: 135px;
  }
}
.m-my-adac-dashboard-box-layer > .mm-wrapper {
  position: relative;
  max-width: 340px;
  height: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-layer > .mm-wrapper {
    max-width: 370px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-layer > .mm-wrapper {
  max-width: 370px;
}
.m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 0;
}
.m-my-adac-dashboard-box-layer:not(.is-hidden) > .mm-wrapper > .mm-overlay {
  display: block;
}

.m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content {
  position: absolute;
  width: calc(100% - 20px);
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
  border-radius: 10px;
  z-index: 105;
  padding: 16px;
}
.mm-dashbox-theme-option-layer .m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content {
  max-width: 320px;
  width: 100%;
  top: 0;
  left: calc(50% + 10px);
  transform: translate(0, 30px);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.3);
}
@media print, only screen and (min-width: 48em) {
  .mm-dashbox-theme-option-layer .m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content {
    max-width: 340px;
    position: static;
    width: calc(100% - 20px);
    transform: translate(0, -15px);
  }
}
.m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content > .mm-close-button {
  width: 100%;
  height: 24px;
  position: relative;
  margin-bottom: 10px;
}
.mm-dashbox-theme-option-layer .m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content > .mm-close-button {
  margin-bottom: 0;
}
.m-my-adac-dashboard-box-layer > .mm-wrapper > .mm-layer-content > .mm-close-button > img {
  position: absolute;
  top: -4px;
  right: -4px;
  max-width: 100%;
  cursor: pointer;
}

/* m-my-adac-dashboard-box-showcase */
.m-my-adac-dashboard-box-showcase {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media print {
  .m-my-adac-dashboard-box-showcase {
    display: block;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
  margin-bottom: 18px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
    margin: 0 0 38px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
    flex-flow: row wrap;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme {
  flex-flow: row wrap;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
  margin-bottom: 15px;
  z-index: 10;
  order: 2;
  flex: 0 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
    top: 10px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
  top: 10px;
  right: 0;
  position: absolute;
  margin-bottom: 0;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
  display: flex;
  justify-content: center;
  position: relative;
}
@media print {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
    display: block;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
  display: flex;
  cursor: pointer;
}
@media print {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
    display: block;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-icon {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 96.8926553672%;
  top: -11px;
  left: 20px;
  position: relative;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option.is-open > .mm-option-wrapper > .mm-icon {
  display: none;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-text {
  margin: 0;
  padding: 0 0 0 25px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline {
  text-align: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 0 0 20px 0;
  order: 1;
  flex: 1 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline {
    padding: 0 0 40px 0;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline:after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 42px;
  height: 42px;
  background-position: 99.8633623577% 64.5980253879%;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px 0 25px;
  position: relative;
  left: -10px;
  top: 15px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline.is-extended:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 42px;
  height: 42px;
  background-position: 99.8633623577% 67.5599435825%;
}

@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline:after {
    top: 12px;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline > .mm-wrapper {
  position: relative;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-headline > .mm-wrapper > .mm-number {
  position: relative;
  display: inline-block;
  top: -10px;
  right: 0;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffcc00;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer + .mm-dashbox-theme-headline {
    max-width: 70%;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer + .mm-dashbox-theme-headline {
  max-width: 70%;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: calc(100% + 24px);
  margin: 0 0 0 -24px;
  order: 3;
}
@media print {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper {
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: calc(100% + 24px);
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.mm-single-box > .mm-box-wrapper {
    align-items: flex-start;
  }
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  width: calc(100% - 24px);
  min-width: 300px;
  max-width: 340px;
  background: #f3f3f4;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 0 0 24px 24px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    height: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    min-width: 370px;
    max-width: 370px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  min-width: 370px;
  max-width: 370px;
}
@media print {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
    min-width: 100%;
    max-width: 100%;
  }
}
.m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  position: relative;
}
.m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
@media print {
  .m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover {
    display: block;
    overflow: auto;
  }
}
.m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover:hover, .m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover:visited {
  color: #ededed;
}
.m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover > .mm-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 90px;
  line-height: 5.625rem;
  transform: rotate(-30deg);
  color: #ededed;
  opacity: 0.65;
  margin-top: 40px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase--logged-out > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box > .mm-box-example-cover > .mm-text {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--full {
  min-width: inherit;
  max-width: inherit;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion {
  background: #f3f3f4;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--background {
  background: #e9e9ea;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-hovered {
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-hovered {
    background: #ffcc00;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box + .mm-text-hint {
  margin: 80px 0 0 24px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box + .mm-data-protection-hint {
  margin: 0 0 0 24px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-number {
  position: absolute;
  top: -10px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 1px 5px;
  overflow: hidden;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  background: #ffcc00;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  border: 1px solid transparent;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended .mm-number {
  display: none;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-hovered .mm-number {
  background: #fff;
  border: 1px solid black;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  border-bottom: none;
  padding: 24px;
  border-radius: 10px;
  cursor: pointer;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > h3 {
  user-select: none;
  padding: 0;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > .mm-box-subheadline {
  margin: 12px 0 0 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended .mm-box-headline > .mm-box-subheadline {
  display: none;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
  height: 0;
  overflow: hidden;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended .mm-content-wrapper {
  height: auto;
  overflow: visible;
}

@media print {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
    height: auto;
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.TEST-LOADER .mm-content-wrapper {
  position: relative;
  max-width: 100%;
  min-height: 330px;
  max-height: 330px;
  overflow: hidden;
  border-top: 1px solid #afafaf;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper:before, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.TEST-LOADER .mm-content-wrapper:before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #f3f3f4;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion.is-extended.is-loading .mm-content-wrapper:before, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion.is-extended.TEST-LOADER .mm-content-wrapper:before {
  background: #e9e9ea;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper:before, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.TEST-LOADER .mm-content-wrapper:before {
  z-index: 40;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.is-loading .mm-content-wrapper:after, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-extended.TEST-LOADER .mm-content-wrapper:after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 15%;
  left: 25%;
  right: 0;
  bottom: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
  z-index: 45;
  animation: spin 1.5s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion.is-extended.is-loading .mm-content-wrapper:after, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion.is-extended.TEST-LOADER .mm-content-wrapper:after {
  top: 15%;
  left: 25%;
  right: 0;
  bottom: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content {
  padding: 0 24px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content {
  padding: 24px 0;
  margin: 0 12px;
  border-bottom: 1px solid #afafaf;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content.mm-breaker {
  border: none;
  margin: 0;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box--promotion .mm-content-wrapper > .mm-content:last-child {
  border: none;
  padding: 24px 0;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--full {
  padding: 0;
  margin: 0;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--push-up {
  margin-top: -24px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-margin {
  margin-bottom: -12px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-breaker {
  padding: 0;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
    display: none;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content.mm-hide-desktop {
  display: none;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-content-headline {
  margin: 0 0 24px 0;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-content-headline > h5 {
  margin: 0;
  padding: 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  font-style: normal;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-list-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  position: relative;
  line-height: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
    margin-top: 14px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  margin-top: 14px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper {
  flex: 1;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper > .mm-timestamp {
  white-space: nowrap;
  color: #afafaf;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  cursor: pointer;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon > img {
  margin: 3px 0 0 3px;
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint,
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint {
  margin: 40px 0 0 24px;
  max-width: 340px;
  width: 100%;
  height: auto;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint,
  .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint {
    max-width: calc(100% - 24px);
  }
}
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-data-hint > .mm-box-wrapper > .mm-data-protection-hint, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-data-hint > .mm-box-wrapper > .mm-text-hint {
  display: block;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-text-hint > .mm-box-wrapper > .mm-data-protection-hint, .m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme.m-show-text-hint > .mm-box-wrapper > .mm-text-hint {
  display: block;
  margin: 0;
}

.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-data-protection-hint:first-child,
.m-my-adac-dashboard-box-showcase > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-text-hint:first-child {
  margin: 0 0 0 24px;
}

/* m-basic-dashboard-list*/
.m-my-adac-dashboard-list {
  padding: 0;
}
.l-outer--my-adac .m-my-adac-dashboard-list {
  margin: 0 0 24px 0;
}
.m-my-adac-dashboard-list > .mm-wrapper {
  width: 100%;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > h2 {
  padding-bottom: 36px;
}
@media print {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > h2 {
    padding-bottom: 15px;
  }
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0 auto;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper.is-hidden {
  visibility: hidden;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper.is-hidden {
  display: none;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
  text-align: right;
  border-right: 1px solid #afafaf;
  width: 40%;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
  width: 50%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
    width: 50%;
  }
}
@media print {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
    border-color: #999;
  }
}
.l-outer--my-adac-content .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
  width: 40%;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
    width: 50%;
  }
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.m-my-adac-dashboard-list.m-my-adac-dashboard-list--is-light > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
  color: #c5c5c5;
}

.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper.is-highlighted > .mm-left-list-wrapper > .mm-list-point-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}

.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper.mm-has-info-icon > .mm-list-point-headline {
  margin: 0 20px 0 0;
  position: relative;
}

.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
  display: block;
}
@media print {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
    color: #999;
  }
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline.is-hidden {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline:not(:only-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline:not(:only-child):not(:first-child) {
  padding-top: 5px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -22px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon.is-clickable {
  cursor: pointer;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
  transform: scale(0.6);
}
.l-outer--my-adac-dashboard .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
  text-align: left;
  width: 60%;
  display: flex;
  flex-flow: column nowrap;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper.mm-has-info-icon {
  cursor: pointer;
  position: relative;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
  width: 50%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
    width: 50%;
  }
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper .is-uppercase {
  text-transform: uppercase;
}
.l-outer--my-adac-content .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
  width: 60%;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
    width: 50%;
  }
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text {
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper.mm-has-info-icon > .mm-list-point-text {
  margin: 0 25px 0 10px;
  position: relative;
  max-width: calc(100% - 45px);
}

.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link {
  margin: -8px 0 0 8px;
  padding: 2px 0 8px 0;
  line-height: 18px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-s {
  margin: -8px 0 10px 8px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-m {
  margin: -8px 0 15px 8px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-xl {
  margin: -8px 0 20px 8px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link > .a-basic-link:before {
  transform: scale(0.8);
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:first-child:not(:only-child) {
  padding: 8px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:first-child:not(:only-child) {
    padding: 8px 0 5px 0;
  }
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:last-child:not(:only-child) {
  padding: 2px 0 8px 0;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:only-child {
  padding: 8px 0;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.is-empty {
  margin: 0 0 0 50px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-s {
  margin: 0 0 10px 10px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-m {
  margin: 0 0 15px 10px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-xl {
  margin: 0 0 20px 10px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper.is-highlighted > .mm-right-list-wrapper > .mm-list-point-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}

.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text {
  display: block;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:not(:only-child) {
  margin-bottom: 0;
  padding-bottom: 3px;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text ul {
  padding-left: 5px;
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text ul > li {
  text-indent: -5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text ul > li {
    max-width: 500px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text ul > li {
  max-width: 500px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon {
  padding-left: 10px;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon.is-clickable {
  cursor: pointer;
}
.m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
  transform: scale(0.6);
}
.l-outer--my-adac-dashboard .m-my-adac-dashboard-list > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
}

/* m-basic-dashboard-list*/
.m-my-adac-dashboard-list-showcase {
  padding: 0;
}
.l-outer--my-adac .m-my-adac-dashboard-list-showcase {
  margin: 0 0 24px 0;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper {
  width: 100%;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0 auto;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
  text-align: right;
  border-right: 1px solid #afafaf;
  width: 38%;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper.mm-has-info-icon {
  cursor: pointer;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 0;
  color: #333;
  width: calc(100% - 10px);
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper.is-highlighted > .mm-left-list-wrapper > .mm-list-point-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}

.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper.mm-has-info-icon > .mm-list-point-headline {
  margin: 0 20px 0 0;
  position: relative;
  width: calc(100% - 20px);
}

.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -22px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon.is-clickable {
  cursor: pointer;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
  transform: scale(0.6);
}
.l-outer--my-adac-dashboard .m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline > .mm-info-icon:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
  text-align: left;
  width: 62%;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper.mm-has-info-icon {
  cursor: pointer;
  position: relative;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text {
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper.mm-has-info-icon > .mm-list-point-text {
  margin: 0 25px 0 10px;
  position: relative;
  max-width: calc(100% - 45px);
}

.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link {
  margin: -8px 0 0 8px;
  padding: 0 0 8px 0;
  line-height: 16px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-s {
  margin: -8px 0 10px 8px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-m {
  margin: -8px 0 15px 8px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text + .mm-list-point-text--link.mm-element-space-xl {
  margin: -8px 0 20px 8px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:first-child:not(:only-child) {
  padding: 8px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:first-child:not(:only-child) {
    padding: 8px 0 5px 0;
  }
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:last-child:not(:only-child) {
  padding: 0 0 8px 0;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text:only-child {
  padding: 8px 0;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.is-empty {
  margin: 0 0 0 50px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-s {
  margin: 0 0 10px 10px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-m {
  margin: 0 0 15px 10px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-list-point-text.mm-element-space-xl {
  margin: 0 0 20px 10px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper.is-highlighted > .mm-right-list-wrapper > .mm-list-point-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}

.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon {
  padding-left: 10px;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon.is-clickable {
  cursor: pointer;
}
.m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
  transform: scale(0.6);
}
.l-outer--my-adac-dashboard .m-my-adac-dashboard-list-showcase > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper > .mm-info-icon:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 99.7297658863% 90.5633802817%;
}

/* .m-my-adac-formular-template */
.m-my-adac-formular-template > .mm-wrapper .mm-content-button-wrapper {
  display: flex;
  justify-content: center;
}
.m-my-adac-formular-template .ll-row .ll-row:not(.nopadding) {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-formular-template .ll-row .ll-row:not(.nopadding) {
    padding-left: 45px;
  }
}
.m-my-adac-formular-template .ll-row .ll-row:not(.nopadding).is-small-padding {
  padding-left: 15px;
}
.m-my-adac-formular-template .ll-depend .ll-row:not(.nopadding) {
  padding-left: 0;
}

/*.m-my-adac-image*/
.l-outer--my-adac .m-my-adac-image {
  margin: 0 0 24px 0;
}
.m-my-adac-image > .mm-wrapper > .mm-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.m-my-adac-image > .mm-wrapper > .mm-image > .mm-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-my-adac-image > .mm-wrapper > .mm-image > .mm-img-wrapper > img {
  width: auto;
  min-height: 130px;
  max-height: 130px;
}
.m-my-adac-image > .mm-wrapper > .mm-image--big > .mm-img-wrapper > img {
  min-height: 180px;
  max-height: 180px;
}

.l-outer--my-adac .m-my-adac-info-box {
  margin: 0 -8px 24px -8px;
}
.mm-data-protection-hint .m-my-adac-info-box {
  margin: 0;
}
.mm-text-hint .m-my-adac-info-box {
  margin: 0 auto;
  max-width: 960px;
}
.m-my-adac-info-box > .mm-info-box-wrapper {
  display: block;
  position: relative;
  background-color: #ffcc00;
  padding: 24px;
  border-radius: 10px;
}
.m-my-adac-info-box > .mm-info-box-wrapper--is-splited {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper--is-splited {
    flex-direction: row;
  }
}
.l-outer--my-adac-content .m-my-adac-info-box > .mm-info-box-wrapper {
  max-width: 380px;
  margin: 0 auto;
}
.mm-data-protection-hint .m-my-adac-info-box > .mm-info-box-wrapper {
  text-align: center;
  margin: 0 auto;
}
.mm-text-hint .m-my-adac-info-box > .mm-info-box-wrapper {
  background-color: transparent;
}
.m-my-adac-info-box.m-my-adac-info-box--small > .mm-info-box-wrapper {
  padding: 16px 24px;
}

.m-my-adac-info-box--stopper-outside > .mm-info-box-wrapper {
  position: static;
}

.m-my-adac-info-box--outer-tile > .mm-info-box-wrapper {
  padding: 24px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-info-box--outer-tile > .mm-info-box-wrapper {
    padding: 24px 30px;
  }
}
.lt-ie9 .m-my-adac-info-box--outer-tile > .mm-info-box-wrapper {
  padding: 24px 30px;
}

.m-my-adac-info-box > .mm-info-box-wrapper > .mm-info-box-wrapper-img {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper > .mm-info-box-wrapper-img {
    width: 25%;
    max-width: 25%;
    margin-right: 24px;
    margin-bottom: auto;
    margin-top: auto;
  }
}
.m-my-adac-info-box > .mm-info-box-wrapper > .mm-info-box-wrapper-content {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper > .mm-info-box-wrapper-content {
    width: 75%;
    max-width: 75%;
  }
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-link:not(.a-basic-link--my-adac-promotion) {
  position: relative;
  margin: 16px 0 0 auto;
  bottom: 0;
  right: 0;
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-link:not(.a-basic-link--my-adac-promotion):before {
  height: 29px;
  margin-right: -13px;
  position: absolute;
  top: -1px;
  left: -30px;
}
.mm-box .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-link:not(.a-basic-link--my-adac-promotion) {
  display: none;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-appstore {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-appstore > a {
  flex: 0 1 50%;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-appstore > a > img {
  max-width: 120px;
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-text {
  max-width: 75%;
  min-height: 72px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-text {
    max-width: 80%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-text {
    max-width: 82%;
  }
}
.lt-ie9 .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-text {
  max-width: 82%;
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-text:last-child {
  min-height: auto;
  margin: 0;
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-subtext {
  max-width: 75%;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-subtext {
    max-width: 80%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-subtext {
    max-width: 82%;
  }
}
.lt-ie9 .m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-subtext {
  max-width: 82%;
}
.m-my-adac-info-box > .mm-info-box-wrapper .a-basic-stopper--my-adac ~ .mm-info-box-subtext + .mm-info-box-text {
  min-height: 48px;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-headline {
  margin-bottom: 16px;
  padding: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-text {
  margin-bottom: 16px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.mm-data-protection-hint .m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  max-width: 100%;
}
.mm-text-hint .m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  max-width: 100%;
}
.m-my-adac-info-box.m-my-adac-info-box--small > .mm-info-box-wrapper .mm-info-box-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.mm-text-hint .m-my-adac-info-box.m-my-adac-info-box--small > .mm-info-box-wrapper .mm-info-box-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.m-my-adac-info-box.m-my-adac-info-box--center > .mm-info-box-wrapper .mm-info-box-text {
  text-align: center;
}

.mm-data-protection-hint .m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-text:only-child {
  margin: 5px 0;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-info-box-subtext {
  margin-bottom: 16px;
  padding: 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  font-style: normal;
}
.m-my-adac-info-box > .mm-info-box-wrapper .mm-button-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-info-box > .mm-info-box-wrapper .mm-button-wrapper--row {
    flex-flow: row nowrap;
  }
}

/* mm-my-adac-toggle-element*/
.mm-toggle-tab-content .mm-my-adac-toggle-element > .mm-wrapper {
  border-bottom: 1px solid #cccccc;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper {
  cursor: pointer;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-icon-wrapper {
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-icon-wrapper + .mm-toggle-headline {
  padding: 9px 35px 9px 50px;
}
.m-my-adac-dashboard-box .mm-box:not(.is-extended) .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-icon-wrapper {
  display: none;
}
.mm-my-adac-toggle-items-container-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-icon-wrapper {
  display: none;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper.mm-toggle-headline-wrapper--icon-car > .mm-toggle-icon-wrapper {
  margin-left: 8px;
}

.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline {
  padding: 9px 8px;
  color: #333;
  margin: 0;
  position: relative;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  max-width: none;
}
.mm-toggle-tab-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline {
  color: #afafaf;
  letter-spacing: 0;
  border-top: 1px solid #cccccc;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mm-my-adac-toggle-items-container-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline {
  border-bottom: 1px solid #afafaf;
  padding: 9px 35px 9px 50px;
}
.mm-my-adac-toggle-items-container-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:before {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 90.6779661017%;
  left: -5px;
  top: -3px;
  cursor: pointer;
}
.mm-my-adac-toggle-items-container-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper.mm-toggle-headline-wrapper--icon-car > .mm-toggle-headline:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 38.3635144199% 93.7853107345%;
  left: -2px;
}

.is-keyboard-focus .mm-my-adac-toggle-element.has-focus-toggle-headline > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:before {
  position: absolute;
  content: "";
  display: block;
  right: 5px;
  top: 4px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 3px;
}

.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(90deg);
  right: -2px;
  top: -2px;
  cursor: pointer;
}
.l-outer--my-adac-dashboard .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
}
.mm-my-adac-toggle-element.is-active > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:after {
  transform: rotate(-90deg);
}

.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline button {
  width: 100%;
  text-align: left;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content {
  display: none;
  height: auto;
  padding-top: 24px;
}
.mm-my-adac-toggle-element.is-active > .mm-wrapper > .mm-toggle-content {
  display: block;
}

.mm-toggle-tab-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content {
  padding-bottom: 10px;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content--image {
  padding: 0 0 12px 0;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content > .mm-my-adac-toggle-wrapper {
  padding: 0;
  margin: 0;
}
.mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content > .mm-my-adac-toggle-wrapper > .mm-my-adac-toggle > .mm-list-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
}
.mm-toggle-tab-content .mm-my-adac-toggle-element > .mm-wrapper > .mm-toggle-content > .ll-row > .ll-col-data {
  width: 100%;
}

/* .m-my-adac-membership-content*/
.m-my-adac-membership-content > .mm-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
.m-my-adac-membership-content.m-my-adac-membership-content--wide > .mm-wrapper {
  max-width: 700px;
}

.m-my-adac-membership-content.m-my-adac-membership-content--align-left > .mm-wrapper {
  margin: 0;
}

.m-my-adac-membership-content > .mm-wrapper > .mm-content-smaller-width {
  max-width: 370px;
  margin: 0 auto;
}
.m-my-adac-membership-content > .mm-wrapper .mm-content-button-wrapper {
  display: flex;
  justify-content: center;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete, .m-my-adac-postbox > .mm-wrapper > .mm-delete {
  position: absolute;
  top: 15px;
  right: 30px;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete, .m-my-adac-postbox > .mm-wrapper > .mm-delete {
    top: 25px;
    right: 40px;
    padding-left: 45px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete:before, .m-my-adac-postbox > .mm-wrapper > .mm-delete:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -17px;
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 48.8888888889%;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete:before, .m-my-adac-postbox > .mm-wrapper > .mm-delete:before {
    left: -10px;
  }
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete:before, .l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-delete:before {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 73.3333333333%;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete > span, .m-my-adac-postbox > .mm-wrapper > .mm-delete > span {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete > span, .m-my-adac-postbox > .mm-wrapper > .mm-delete > span {
    display: block;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox, .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .a-basic-input-checkbox {
  position: absolute;
  bottom: 12px;
  z-index: 1;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox, .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .a-basic-input-checkbox {
    bottom: 4px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox > div > label, .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .a-basic-input-checkbox > div > label {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + 262px);
  }
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox {
  width: 100%;
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox.h-space-s, .m-my-adac-dashboard-box-showcase .m-my-adac-postbox.h-space-m, .m-my-adac-dashboard-box-showcase .m-my-adac-postbox.h-space-l {
  margin-bottom: 0;
}
.m-my-adac-postbox > .mm-wrapper {
  position: relative;
  padding-bottom: 17px;
  border: 1px solid #e9e9ea;
  border-radius: 10px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper {
    padding: 70px 30px 30px 30px;
  }
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper {
    padding-top: 0;
  }
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-delete {
  right: 15px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-delete {
    right: 19px;
    top: -45px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane {
    padding-right: 9px;
  }
}
.m-my-adac-postbox.is-scrollpane > .mm-wrapper > .mm-scrollpane {
  max-height: 590px;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane:focus {
  outline: none;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 0;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane > .jspContainer > .jspHorizontalBar {
  display: none;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper {
  padding-bottom: 20px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table {
  width: 100%;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr {
  border-bottom: 1px solid #e9e9ea;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th {
  position: relative;
  height: 55px;
  padding: 2px 10px 8px 10px;
  text-align: left;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th {
    height: auto;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:first-child {
  width: 35px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:first-child {
    width: 120px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(2) {
    display: table-cell;
    width: 150px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(3) {
    display: table-cell;
    min-width: 250px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(4) {
  text-indent: -10000px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:nth-child(4) {
    text-indent: inherit;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:last-child {
  text-indent: -10000px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th:last-child {
    text-indent: inherit;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .a-basic-input-checkbox > div {
  padding-left: 37px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .a-basic-input-checkbox > div > label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 25px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .mm-sort {
  cursor: pointer;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .mm-sort > span {
  position: relative;
  width: 24px;
  height: 24px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .mm-sort > span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  right: -42px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 100%;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .mm-sort.is-up > span:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 100%;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > thead > tr > th > .mm-sort.is-down > span:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 100%;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.mm-head {
  cursor: pointer;
  border-bottom: 1px solid #e9e9ea;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open {
  border-bottom: 1px solid #e9e9ea;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td {
  position: relative;
  padding: 9px 9px 7px 9px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td {
    padding: 14px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.mm-content > td {
  padding: 0;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td:nth-child(2) {
    display: table-cell;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td:nth-child(3) {
    display: table-cell;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td:nth-child(4) {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-weight: normal;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex {
    display: flex;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .a-basic-input-checkbox {
  margin: 0;
  top: 1px;
  z-index: 1;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .a-basic-input-checkbox {
    margin-right: 10px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-toggle {
  display: none;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  margin-left: 20px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-toggle:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 83.8983050847%;
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-toggle:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 80.790960452%;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-toggle {
    display: block;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open > td > .mm-flex > .mm-toggle:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 93.7853107345%;
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open > td > .mm-flex > .mm-toggle:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 90.1129943503%;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-read {
  position: relative;
  top: -1px;
  display: none;
  width: 24px;
  height: 24px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-read:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 9.3220338983%;
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-read:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 12.4293785311%;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-read {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-flex > .mm-read {
    display: block;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td > .mm-flex > .mm-read:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 3.1073446328%;
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td > .mm-flex > .mm-read:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 6.2146892655%;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .js-sortable-text {
  display: none;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-from-mobile {
  font-weight: bold;
  padding-right: 30px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td > .mm-from-mobile {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}

@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-from-mobile {
    display: none;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open > td > .mm-toggle-content-wrapper {
  height: auto;
  overflow: inherit;
}

.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content {
  height: 0;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open > td > .mm-toggle-content-wrapper > .mm-toggle-content {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.is-open > td > .mm-toggle-content-wrapper > .mm-toggle-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content.is-not-overflow-hidden {
  height: auto;
  overflow: inherit;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content > .a-basic-link {
  padding-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content > .a-basic-link:after {
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: -10px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-toggle-content-wrapper > .mm-toggle-content > .a-basic-link > .aa-link-icon-wrapper {
  left: -10px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-date-mobile {
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-date-mobile {
    display: none;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr.was-read > td > .mm-date-mobile {
  color: #afafaf;
}

.m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-date-mobile {
  right: 22px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-attachement {
  position: absolute;
  top: 11px;
  right: -5px;
  width: 17px;
  height: 17px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-attachement:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 90.6779661017%;
}
.l-outer--my-adac-dashboard .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-attachement:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 90.6779661017%;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-attachement {
    top: 50%;
    left: 50%;
    right: auto;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
  }
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tbody > tr > td > .mm-attachement {
  right: 5px;
}
.m-my-adac-dashboard-box-showcase .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot {
  display: none;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr:first-child {
  border-bottom: 1px solid #e9e9ea;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td {
  position: relative;
  height: 55px;
  padding: 9px 9px 7px 9px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td {
    padding: 14px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox {
  top: 10px;
  bottom: auto;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox > div {
  padding-left: 37px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-input-checkbox > div > label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 25px;
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-btn {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .a-basic-btn {
    top: 25px;
  }
}
.m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete {
  position: absolute;
  top: 16px;
  right: 22px;
}
@media only screen and (min-width: 76.25em) {
  .m-my-adac-postbox > .mm-wrapper > .mm-scrollpane .mm-table-wrapper table > tfoot > tr > td > .mm-delete {
    right: 10px;
  }
}

.m-my-adac-promotion-box > .mm-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.m-my-adac-promotion-box > .mm-wrapper > .mm-promotion-img-wrapper {
  flex: 0 1 150px;
  padding-right: 10px;
}
.m-my-adac-promotion-box > .mm-wrapper > .mm-promotion-img-wrapper > img {
  max-width: 100%;
}
.m-my-adac-promotion-box > .mm-wrapper > .mm-promotion-text-wrapper {
  flex: 1 1 50%;
  padding-left: 10px;
}
.m-my-adac-promotion-box > .mm-wrapper > .mm-promotion-text-wrapper > .mm-text {
  margin-bottom: 5px;
}

.m-my-adac-stage {
  display: flex;
  flex-direction: column;
}
.m-my-adac-stage > .mm-my-adac-stage-image {
  position: relative;
  margin-top: -54px;
  margin-left: -20px;
  margin-right: -20px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage > .mm-my-adac-stage-image {
    order: 2;
    margin-top: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage > .mm-my-adac-stage-headline {
    order: 1;
  }
}
.m-my-adac-stage > .mm-my-adac-stage-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage > .mm-my-adac-stage-btn {
    position: relative;
    order: 3;
    flex-direction: row;
    top: -100px;
    margin-bottom: -60px;
    z-index: 15;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage > .mm-my-adac-stage-btn:first-child {
    top: auto;
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage > .mm-my-adac-stage-btn > .mm-my-adac-stage-btn-yellow {
    margin-right: 20px;
  }
}

/*.m-my-adac-vehicle-image*/
.l-outer--my-adac .m-my-adac-vehicle-image {
  margin: 0 0 24px 0;
}
.a-basic-link .m-my-adac-vehicle-image {
  width: 120px;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate {
  margin: 0 0 25px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate {
    margin: 0 0 40px 0;
  }
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate.h-space-none {
  margin: 0;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license {
  display: flex;
  justify-content: center;
}
.a-basic-link .m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license {
  display: block;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper--motorcycle {
  background: url("/assets/img/bg/my-adac-vehicles/licenseplate-motorbike.jpg") no-repeat center center;
  background-size: 100% 100%;
  width: 60px;
  height: 59px;
  flex-flow: column nowrap;
}
.m-my-adac-vehicle-image--foreign > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper--motorcycle {
  background: white no-repeat center center;
  border: 2px solid black;
  border-radius: 5px;
}

.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper--car {
  background: url("/assets/img/bg/my-adac-vehicles/licenseplate-car.png") no-repeat center center;
  background-size: 100% 100%;
  width: 156px;
  height: 37px;
  flex-flow: row nowrap;
  padding: 0 10px 0 24px;
}
.m-my-adac-vehicle-image--foreign > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper--car {
  background: white no-repeat center center;
  border: 2px solid black;
  border-radius: 5px;
}

.a-basic-link .m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper--car {
  height: 28px;
  width: auto;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-car-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.a-basic-link .m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-car-wrapper {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-car-wrapper > .mm-left {
  align-self: center;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-car-wrapper > .mm-hyphen {
  align-self: center;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-car-wrapper > .mm-right {
  align-self: center;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-motorcycle-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-motorcycle-wrapper > .mm-top {
  align-self: center;
  padding: 0 0 0 6px;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-motorcycle-wrapper > .mm-bottom {
  align-self: center;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-motorcycle-wrapper > .mm-bottom > .mm-right {
  white-space: nowrap;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-license-plate > .mm-license-wrapper > .mm-license > .mm-img-wrapper > .mm-moped-wrapper {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  padding: 1px 2px;
  border-radius: 5px;
  border: 2px solid #313131;
  outline: 1px solid #cccccc;
  background-color: #fff;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper {
  display: flex;
  justify-content: center;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: #f3f3f4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.m-my-adac-dashboard-box-showcase .m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle {
  background: #fff;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon {
  width: 30px;
  height: 30px;
  position: relative;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
}
.m-my-adac-dashboard-box-showcase .m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon {
  width: 35px;
  height: 33px;
}
.m-my-adac-dashboard-box-showcase .m-my-adac-vehicle-image > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 34px;
  height: 34px;
  background-position: 23.034643571% 7.2230014025%;
  transform: scale(2.2);
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-vehicle-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: auto;
  min-width: 130px;
  max-width: 40%;
  overflow: hidden;
  border-radius: 50%;
}
.m-my-adac-vehicle-image--no-radius > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper {
  border-radius: 0;
  width: 50%;
  max-width: 50%;
}

.m-my-adac-membership-content .m-my-adac-vehicle-image > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper {
  width: 32%;
}
.m-my-adac-vehicle-image > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper > img {
  width: auto;
  min-height: 130px;
  max-height: 130px;
}
.m-my-adac-membership-content .m-my-adac-vehicle-image > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper > img {
  width: 100%;
  min-height: auto;
  max-height: 100%;
}

/* m-vehicle-test-criterion */
.m-vehicle-test-criterion {
  position: relative;
  margin-bottom: 50px;
}
.m-vehicle-test-criterion > .m-nav {
  margin: 0 auto;
  padding: 0;
  min-height: 305px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicle-test-criterion > .m-nav {
    max-width: 768px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav {
    margin: 0;
    width: 150px;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav {
  margin: 0;
  width: 150px;
}
.m-vehicle-test-criterion > .m-nav > li {
  background: #EEF2F6;
  height: auto;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicle-test-criterion > .m-nav > li {
    max-width: 768px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li {
    width: 150px;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li {
  width: 150px;
}
.m-vehicle-test-criterion > .m-nav > li:first-child {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:first-child {
    background: #afafaf;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:first-child {
  background: #afafaf;
}
.m-vehicle-test-criterion > .m-nav > li:first-child > .a-basic-btn {
  background: #afafaf;
  box-shadow: inset 0 0 0 1000px #afafaf;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:first-child > .a-basic-btn > .m-triangle {
    border-color: transparent #afafaf transparent transparent;
    border-top-width: 15px;
    border-right-width: 30.5px;
    border-bottom-width: 15px;
    border-left-width: 0;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:first-child > .a-basic-btn > .m-triangle {
  border-color: transparent #afafaf transparent transparent;
  border-top-width: 15px;
  border-right-width: 30.5px;
  border-bottom-width: 15px;
  border-left-width: 0;
}
.m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside {
    background: #afafaf;
    box-shadow: inset 0 0 0 1000px #afafaf;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside {
  background: #afafaf;
  box-shadow: inset 0 0 0 1000px #afafaf;
}
.m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside > .m-decision {
  background: #afafaf;
  box-shadow: inset 0 0 0 1000px #afafaf;
}
.m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p {
  border-top: 1px solid #333;
}
.m-vehicle-test-criterion > .m-nav > li:first-child > .m-tabcontent .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p:last-child {
  border-bottom: 1px solid #333;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:nth-child(2) {
    background: #cccccc;
    box-shadow: inset 0 0 0 1000px #cccccc;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:nth-child(2) {
  background: #cccccc;
  box-shadow: inset 0 0 0 1000px #cccccc;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .a-basic-btn {
  background: #cccccc;
  box-shadow: inset 0 0 0 1000px #cccccc;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .a-basic-btn > .m-triangle {
    border-color: transparent #cccccc transparent transparent;
    border-top-width: 60px;
    border-right-width: 30.5px;
    border-bottom-width: 60px;
    border-left-width: 0;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .a-basic-btn > .m-triangle {
  border-color: transparent #cccccc transparent transparent;
  border-top-width: 60px;
  border-right-width: 30.5px;
  border-bottom-width: 60px;
  border-left-width: 0;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside {
    background: #cccccc;
    box-shadow: inset 0 0 0 1000px #cccccc;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside {
  background: #cccccc;
  box-shadow: inset 0 0 0 1000px #cccccc;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside > .m-decision {
  background: #cccccc;
  box-shadow: inset 0 0 0 1000px #cccccc;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p {
  border-top: 1px solid #afafaf;
}
.m-vehicle-test-criterion > .m-nav > li:nth-child(2) > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p:last-child {
  border-bottom: 1px solid #afafaf;
}
.m-vehicle-test-criterion > .m-nav > li:last-child {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:last-child {
    background: #e9e9ea;
    box-shadow: inset 0 0 0 1000px #e9e9ea;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:last-child {
  background: #e9e9ea;
  box-shadow: inset 0 0 0 1000px #e9e9ea;
}
.m-vehicle-test-criterion > .m-nav > li:last-child > .a-basic-btn {
  background: #e9e9ea;
  box-shadow: inset 0 0 0 1000px #e9e9ea;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:last-child > .a-basic-btn > .m-triangle {
    border-color: transparent #e9e9ea transparent transparent;
    border-top-width: 75px;
    border-right-width: 30.5px;
    border-bottom-width: 75px;
    border-left-width: 0;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:last-child > .a-basic-btn > .m-triangle {
  border-color: transparent #e9e9ea transparent transparent;
  border-top-width: 75px;
  border-right-width: 30.5px;
  border-bottom-width: 75px;
  border-left-width: 0;
}
.m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside {
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside {
    background: #e9e9ea;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside {
  background: #e9e9ea;
}
.m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside > .m-decision {
  background: #e9e9ea;
  box-shadow: inset 0 0 0 1000px #e9e9ea;
}
.m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p {
  border-top: 1px solid #cccccc;
}
.m-vehicle-test-criterion > .m-nav > li:last-child > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p:last-child {
  border-bottom: 1px solid #cccccc;
}
.m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn {
  border-bottom: 1px solid #fff;
  min-height: 80px;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn {
    border-bottom: none;
    margin-bottom: 0;
    min-height: 0;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn {
  border-bottom: none;
  margin-bottom: 0;
  min-height: 0;
}
.m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:before, .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:after {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:before, .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:after {
    display: none;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:before, .lt-ie9 .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn:after {
  display: none;
}
.m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn > .m-triangle {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn > .m-triangle {
    display: block;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li.is-active .a-basic-btn > .m-triangle {
  display: block;
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn {
  background: none;
  outline: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn {
    max-width: 100%;
  }
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn:before, .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn:after {
  height: 50px;
  bottom: 0;
  width: 50%;
  z-index: 1;
  content: "";
  position: absolute;
  pointer-events: none;
  background: linear-gradient(to left top, white 50%, transparent 50%);
  display: none;
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn:after {
  right: 0;
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn:before {
  left: 0;
  transform: scale(-1, 1);
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #EEF2F6 transparent transparent;
    top: 0;
    left: 150px;
    position: absolute;
  }
  .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle:after {
    margin: 0;
    border: none;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #EEF2F6 transparent transparent;
  top: 0;
  left: 150px;
  position: absolute;
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li > .a-basic-btn > .m-triangle:after {
  margin: 0;
  border: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent {
    border-top: 1px solid #fff;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent {
  border-top: 1px solid #fff;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside {
    top: 0;
    left: 181px;
    position: absolute;
    width: 385px;
    max-width: 385px;
    max-height: 305px;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside {
  top: 0;
  left: 181px;
  position: absolute;
  width: 385px;
  max-width: 385px;
  max-height: 305px;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-decision {
  padding: 20px;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-decision > h3 {
  margin-bottom: 5px;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p {
  padding: 10px 0;
  margin: 0;
  position: relative;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-decision > .m-basic-text > .mm-content > p > span {
  font-weight: bold;
  right: 0;
  position: absolute;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-info {
  font-weight: bold;
  background: #fff;
  padding-top: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-info {
    padding-top: 0;
    width: 180px;
    top: 0;
    left: 410px;
    position: absolute;
  }
}
.lt-ie9 .m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-info {
  padding-top: 0;
  width: 180px;
  top: 0;
  left: 410px;
  position: absolute;
}
.m-vehicle-test-criterion > .m-nav > li > .m-tabcontent > .m-tabcontent-inside > .m-info > .m-basic-text > .mm-content {
  margin-bottom: 30px;
}

.m-vehicles-brands > .h-h2 {
  margin-bottom: 16px;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-brands > .h-h2 {
    margin-bottom: 78px;
  }
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide {
  width: 110px !important;
  padding: 1px;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide {
    width: 160px !important;
  }
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img {
  position: relative;
  width: 100px;
  height: 94px;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  outline: 1px solid #c5c5c5;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img {
    height: 100px;
    width: 150px;
  }
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:last-of-type {
  margin-bottom: 0;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img::before, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 4px;
  width: 100%;
  display: block;
  z-index: 1;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img::before {
  top: 0;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img::after {
  bottom: 0;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active {
  position: relative;
  border-left: 3px solid #ffcc00;
  border-right: 3px solid #ffcc00;
  cursor: pointer;
  outline: 1px solid #ffcc00;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover::before, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover::after, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active::before, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active::after {
  content: "";
  position: absolute;
  background-color: #ffcc00;
  height: 4px;
  width: 100%;
  display: block;
  z-index: 1;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover::before, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active::before {
  top: 0;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover::after, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active::after {
  bottom: 0;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img:hover > img, .m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img.is-active > img {
  opacity: 1;
  border-color: transparent;
}
.m-vehicles-brands > .swiper > .swiper-wrapper > .swiper-slide > .mm-img > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 6px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.m-vehicles-results > .mm-models > .mm-result-row {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #afafaf;
  padding: 15px 10px 12px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-results > .mm-models > .mm-result-row {
    padding: 7px 10px 25px;
  }
}
.m-vehicles-results > .mm-models > .mm-result-row:last-of-type {
  border-bottom: 1px solid #afafaf;
  margin-bottom: 42px;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-results > .mm-models > .mm-result-row:last-of-type {
    margin-bottom: 82px;
  }
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col {
    flex: 1 0 50%;
    align-items: flex-end;
    margin-bottom: 0;
    width: 50%;
  }
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-description {
  flex: 1 0 66%;
  margin-left: 25px;
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content {
  margin-left: 14px;
  margin-bottom: 24px;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content {
    margin-bottom: 0;
  }
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content > .mm-carname {
  margin-bottom: 15px;
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content > .mm-carname > h2,
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content > .mm-carname h3,
.m-vehicles-results > .mm-models > .mm-result-row > .mm-image-col > .mm-content > .mm-carname h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.m-vehicles-results > .mm-models > .mm-result-row > .mm-infolink-col {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-vehicles-results > .mm-models > .mm-result-row > .mm-infolink-col {
    display: flex;
    flex: 1 0 50%;
    align-items: flex-end;
    justify-items: right;
    padding-left: 80px;
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-vehicles-results > .mm-models > .mm-result-row > .mm-infolink-col {
    padding-left: 120px;
  }
}
.lt-ie9 .m-vehicles-results > .mm-models > .mm-result-row > .mm-infolink-col {
  padding-left: 120px;
}

.m-ves-calculator-short .mm-calc > strong {
  display: block;
  width: 95%;
  margin-bottom: 10px;
  padding: 10px 10px 11px 10px;
  background: #ededed;
}
@media print {
  .m-ves-calculator-short .mm-calc > strong {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-ves-calculator-short .mm-calc .l-form {
  margin: 0;
}
.reftresh .m-ves-calculator-short .mm-calc .ll-fieldset {
  margin: 0 0 0 10px;
}
.m-ves-calculator-short .mm-calc .ll-row {
  margin: 0 0 10px 10px;
  padding: 0;
}
.m-ves-calculator-short .mm-calc .ll-depend {
  margin-top: 10px;
}
.m-ves-calculator-short .mm-calc .ll-depend .a-basic-input-radio {
  margin: 5px 15px 5px 0;
}
.m-ves-calculator-short .mm-triangle {
  display: block;
  opacity: 1;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 45px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  left: 0;
  top: 3px;
  margin-bottom: -18px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-triangle {
    transform: rotate(-90deg);
    margin-bottom: -52px;
    left: -50%;
    top: 120px;
    padding-top: 52px;
  }
}
.m-ves-calculator-short .mm-triangle div.mm-top {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -502px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #ffcc00;
}
.m-ves-calculator-short .mm-triangle div.mm-bottom {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -500px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-triangle div.mm-bottom {
    margin-top: -508px;
  }
}
.m-ves-calculator-short .mm-result {
  position: relative;
  min-height: 310px;
  background: #ededed;
  padding: 30px 20px 20px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result {
    padding: 20px 30px 20px 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result {
    padding: 16px 30px 20px 30px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result {
  padding: 16px 30px 20px 30px;
}
@media print {
  .m-ves-calculator-short .mm-result {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result h2,
  .m-ves-calculator-short .mm-result h3 {
    padding-bottom: 16px;
    text-align: left;
  }
}
.m-ves-calculator-short .mm-result h2 {
  padding-bottom: 20px;
  padding-top: 15px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result h2 {
    padding-bottom: 16px;
    padding-top: 0;
    text-align: left;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.m-ves-calculator-short .mm-result .a-basic-stopper + h2 {
  margin: 30px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result .a-basic-stopper + h2 {
    margin: 0;
  }
}
.m-ves-calculator-short .mm-result .mm-infotext {
  display: block;
  width: 220px;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result .mm-infotext {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result .mm-infotext {
    margin-bottom: 7px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result .mm-infotext {
  margin-bottom: 7px;
}
.m-ves-calculator-short .mm-result .mm-infotext small {
  color: #999;
}
.m-ves-calculator-short .mm-result .mm-value-container {
  background: #fff;
  padding: 5px 0;
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result .mm-value-container {
    padding: 5px 0;
  }
}
.m-ves-calculator-short .mm-result .mm-value-container > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.m-ves-calculator-short .mm-result .mm-value-container > span.mm-amount, .m-ves-calculator-short .mm-result .mm-value-container > span.mm-unit {
  font-size: 43px;
  font-size: 2.6875rem;
}
.m-ves-calculator-short .mm-result .mm-value-container > span.mm-amount {
  margin-right: 5px;
}
.m-ves-calculator-short .mm-result .mm-error {
  position: relative;
  padding: 12px 10px 6px 40px;
  line-height: 18px;
  line-height: 1.125rem;
  background-color: #cc3333;
  color: #fff;
}
.m-ves-calculator-short .mm-result .mm-error:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 21.7514124294%;
}
.m-ves-calculator-short .mm-result .mm-error > p {
  margin-bottom: 0;
}
.m-ves-calculator-short .mm-result .mm-creditdifference-container {
  margin: 0 0 20px 0;
}
.m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference {
  font-weight: bold;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
    margin-top: 11px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
  margin-top: 11px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
    top: 1px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
  top: 1px;
}
.m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  display: block;
  width: 100%;
  margin: 10px 0 4px 0;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 44%;
    height: 40px;
    float: left;
    padding: 0;
    margin-top: 11px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 60%;
    margin-top: 13px;
    margin-bottom: 0px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  width: 60%;
  margin-top: 13px;
  margin-bottom: 0px;
}
.m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto 6px auto;
  padding: 3px 20px;
  background: #fff;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    position: relative;
    top: 14px;
    width: 42%;
    height: 43px;
    float: right;
    padding: 18px 10px 3px 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    top: 3px;
    width: 35%;
    height: 41px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 4px;
  }
}
.lt-ie9 .m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  top: 3px;
  width: 35%;
  height: 41px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 4px;
}
.m-ves-calculator-short .mm-result .mm-creditdifference-container .mm-difference .mm-result em {
  font-style: normal;
}

.m-ves-cluster-box {
  background: #ededed;
  width: 100%;
  min-height: 175px;
  margin: 0 0 20px 0;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box {
    height: 100%;
    min-height: 215px;
    max-width: calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .m-ves-cluster-box:nth-child(2n) {
    margin-right: 0;
  }
}
.m-ves-cluster-box .mm-header {
  padding: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-header {
    padding: 20px;
  }
}
.m-ves-cluster-box .mm-header a {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: none;
  outline: none;
  margin-left: 17px;
}
.h-roboto .m-ves-cluster-box .mm-header a {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-header a {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-left: 14px;
  }
  .h-roboto .m-ves-cluster-box .mm-header a {
    font-family: "Roboto Bold", sans-serif;
  }
}
.m-ves-cluster-box .mm-header a:hover {
  text-decoration: underline;
}
.m-ves-cluster-box .mm-header a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-header a:before {
    top: 16px;
  }
}
.m-ves-cluster-box .mm-header .mm-headline {
  padding: 0;
  display: inline;
}
.m-ves-cluster-box .mm-figure {
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-figure {
    max-width: 453px;
    text-align: center;
  }
}
.m-ves-cluster-box .mm-figure > img {
  position: absolute;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-figure > img {
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 453px;
  }
}
.m-ves-cluster-box .mm-main {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-main {
    position: absolute;
    max-height: 140px;
    bottom: 0;
  }
}
.m-ves-cluster-box .mm-main > section.mm-img-box {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-main > section.mm-img-box {
    display: block;
  }
}
.m-ves-cluster-box .mm-main > section.mm-content-box {
  width: 100%;
  height: 100%;
  padding: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-cluster-box .mm-main > section.mm-content-box {
    width: auto;
    height: auto;
    padding: 0 20px 20px;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.m-ves-cluster-box .mm-content {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.m-ves-cluster-box .mm-content .a-basic-btn {
  margin-bottom: 5px;
  display: block;
}
.m-ves-cluster-box .mm-content .a-basic-btn:last-child {
  margin-bottom: 0;
}

/* m-ves-number-plate */
.m-ves-number-plate {
  position: relative;
  width: 242px;
  height: 60px;
  padding: 10px 10px 10px 36px;
  background: url(/assets/img/bg/ves/car-license-plaid.gif) no-repeat;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-number-plate {
    top: -6px;
    margin: 0 0 -6px 0;
  }
  .l-form .ll-row.is-error .m-ves-number-plate {
    top: 0;
    margin-bottom: 0;
  }
}
.m-ves-number-plate.h-space-s {
  margin-bottom: -6px;
}
.m-ves-number-plate.h-space-l {
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-number-plate.h-space-l {
    margin: 0 0 31px 0;
  }
}
.m-ves-number-plate > .mm-col-1,
.m-ves-number-plate > .mm-col-2,
.m-ves-number-plate > .mm-col-3 {
  float: left;
}
.m-ves-number-plate > .mm-col-1 {
  width: 45px;
  margin: 0 27px 0 0;
}
.m-ves-number-plate > .mm-col-2 {
  width: 45px;
  margin: 0 10px 0 0;
}
.m-ves-number-plate > .mm-col-3 {
  width: 67px;
}

.m-ves-rs-contentbox {
  position: relative;
  padding: 34px 5px;
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox {
    padding: 50px 0;
  }
}
.m-ves-rs-contentbox:before, .m-ves-rs-contentbox:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.m-ves-rs-contentbox:before {
  left: -50%;
}
.m-ves-rs-contentbox:after {
  right: -50%;
}
.m-ves-rs-contentbox .is-hidden, .m-ves-rs-contentbox.is-hidden {
  display: none !important;
}
.m-ves-rs-contentbox .mm-subheadline > h2,
.m-ves-rs-contentbox .mm-subheadline h3,
.m-ves-rs-contentbox .mm-subheadline p {
  text-align: center;
}
.m-ves-rs-contentbox .mm-subheadline > p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-contentbox .mm-subheadline > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-ves-rs-contentbox > h2,
.m-ves-rs-contentbox h3,
.m-ves-rs-contentbox p {
  max-width: none;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > p {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-ves-rs-contentbox > .mm-tile-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px -10px 5px -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container {
    margin: 5px 0 0 0;
    padding: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container + .mm-tile-container {
    margin-top: 40px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text + .m-ves-rs-contentbox > .mm-tile-container {
    margin-bottom: 50px;
  }
}
.m-ves-rs-contentbox > .mm-tile-container.hidden {
  display: none;
}
.m-ves-rs-contentbox > .mm-tile-container.h-space-s {
  margin-bottom: 10px;
}
.m-ves-rs-contentbox > .mm-tile-container.h-space-m {
  margin-bottom: 30px;
}
.m-ves-rs-contentbox > .mm-tile-container.h-space-l {
  margin-bottom: 60px;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-subheadline {
  width: 100%;
  margin: 0 10px 5px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-subheadline {
    margin: 0 0 5px 0;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile {
  position: relative;
  margin: 0 15px 40px 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-tile {
    margin: 0 20px;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--radio > label > img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--default {
  display: none;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > input:checked + label > .mm-text-container > .mm-tile-desc-info--active {
  display: block;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > label {
  position: relative;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > label > img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile-empty {
  display: block;
  width: 130px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-tile-empty {
    display: none;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:checked + label {
  border-color: #ffcc00;
  background: #ffcc00;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:disabled {
  pointer-events: none;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:disabled + label {
  cursor: default;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:not(:checked):disabled + label {
  opacity: 0.3;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:not(:checked):disabled + label:after {
  display: none;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > input:not(:checked):disabled + label > .mm-text-container > .mm-tile-desc-info {
  visibility: hidden;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label {
  display: block;
  height: 130px;
  width: 130px;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile.mm-tile--reduced-xs > label {
  height: auto !important;
  min-height: 0;
}

.m-ves-rs-contentbox > .mm-tile-container > .mm-tile.mm-tile--reduced > label {
  height: 100%;
  width: 150px;
  min-height: 65px;
}

.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label:after {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label:after {
    top: -30px;
    right: -30px;
  }
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label img.img-on-top {
  position: relative;
  top: -22px;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label > .mm-text-container {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 5px;
  bottom: 12px;
  text-align: center;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile.mm-tile--reduced > label > .mm-text-container {
  justify-content: center;
  height: 100%;
  transform: none;
  left: 0;
  top: 0;
  position: relative;
  padding: 10px;
}

.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-head {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.07em;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-head--small {
  font-size: 15px;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info {
  font-size: 12px;
  font-size: 0.75rem;
}
.m-ves-rs-contentbox > .mm-tile-container > .mm-tile > label > .mm-text-container > .mm-tile-desc-info--active {
  display: none;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile {
  width: 100%;
  margin: 5px 20px 40px 10px;
  max-width: 580px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile {
    width: 640px;
    margin: 0;
    max-width: none;
  }
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile:last-child {
  margin-bottom: 0;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > input:checked + label > .mm-text-container > .mm-tile-desc-info {
  padding: 5px 0 5px 33px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > input:checked + label > .mm-text-container > .mm-tile-desc-info {
    padding: 5px 0 5px 50px;
  }
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > input:checked + label > .mm-text-container > .mm-tile-desc-info--active {
  display: inline-block;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label {
  position: relative;
  width: 100%;
  height: 50px;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label > .mm-text-container {
  bottom: calc(50% - 14px);
  display: block;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label > .mm-text-container > .mm-tile-desc-info {
  position: relative;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 5px 0 5px 33px;
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label > .mm-text-container > .mm-tile-desc-info:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 51px;
  height: 51px;
  background-position: 84.9029649596% 47.4449964514%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label > .mm-text-container > .mm-tile-desc-info {
    padding: 5px 0 5px 50px;
  }
}
.m-ves-rs-contentbox > .mm-tile-container--primeBox > .mm-tile > label > .mm-text-container > .mm-tile-desc-info--default {
  display: inline-block;
}
.m-ves-rs-contentbox > .mm-component {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.m-ves-rs-contentbox .mm-wrapper--inline {
  text-align: center;
}
.m-ves-rs-contentbox .mm-wrapper--inline h2 {
  display: inline;
}

.m-ves-rs-list {
  visibility: hidden;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list > .mm-variant-teaser {
    text-align: center;
    max-width: 150px;
    margin-right: 62px;
  }
}
.m-ves-rs-list > .mm-variant-teaser:last-child {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list > .mm-variant-teaser img {
    margin: 0 auto 5px auto;
    display: block;
  }
}
.m-ves-rs-list.h-space-s {
  margin-bottom: 5px;
}
.m-ves-rs-list.h-space-m {
  margin-bottom: 15px;
}
.m-ves-rs-list.h-space-l {
  margin-bottom: 44px;
}

/* m-ves-rs-sticky */
.m-ves-rs-sticky {
  background: #e9e9ea;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 51;
  padding: 19px 0 5px 0;
  border-top: 2px solid #ffcc00;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding: 19px 0 15px 0;
  }
}
.m-ves-rs-sticky.is-visible {
  display: block;
}
.m-ves-rs-sticky.is-stuck-bottom {
  position: absolute;
  bottom: -150px;
}
.m-ves-rs-sticky.is-stuck-bottom.is-social-sharing {
  bottom: -246px;
}
.m-ves-rs-sticky--interfaceerror {
  padding: 10px 0;
}
.m-ves-rs-sticky > .mm-layer {
  border-top: 2px solid #fff;
}
.m-ves-rs-sticky > .mm-layer-contact {
  background: #f3f3f4;
  width: 100%;
  height: calc(100vh - 220px);
  position: absolute;
  z-index: 10;
  padding: 0 15px;
  overflow: auto;
  display: none;
  transition: all 0.5s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact {
    height: auto;
  }
}
.m-ves-rs-sticky > .mm-layer-contact.is-open {
  display: block;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner {
  max-width: 898px;
  margin: 0 auto;
  padding: 20px 5px 50px 5px;
  height: 310px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner {
    padding: 30px 5px 15px 5px;
    height: 420px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner {
    padding: 30px 0 23px 0;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner {
  padding: 30px 0 23px 0;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon {
  cursor: pointer;
  z-index: 15;
  top: 0;
  right: -40px;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon {
    right: -45px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon {
    right: -45px;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon {
  right: -45px;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon {
    right: -166px;
    position: absolute;
    align-self: auto;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  position: absolute;
  top: -8px;
  right: -10px;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .mm-close-icon > img {
  display: none;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab {
  position: relative;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab {
    left: -30px;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav {
    flex-direction: row;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn {
    border-bottom: none;
    width: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn.is-active {
    border-bottom: 2px solid #ffcc00;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn.is-active > .mm-nav-link > .mm-triangle {
    display: block;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn.is-active > .m-tabcontent {
  border-bottom: 1px solid #afafaf;
  padding: 20px 0;
  float: left;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn.is-active > .m-tabcontent {
    border-bottom: none;
    float: none;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 30px 10px 25px;
  border-bottom: 1px solid #afafaf;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link {
    padding: 10px 30px 7px 52px;
    border-bottom: none;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link:focus {
  outline: none;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link img {
  display: none;
  top: 11px;
  left: 0;
  position: absolute;
  max-height: 18px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link img {
    top: 11px;
    left: 27px;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link .mm-triangle {
  width: 0;
  height: 0;
  padding: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 13px solid #ffcc00;
  display: none;
  left: 50%;
  bottom: -15px;
  position: absolute;
  margin-left: -16px;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  transform: scale(0.8);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link::before {
    left: 13px;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link--phone::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 47.2166331321% 96.8926553672%;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link--contact::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 0;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link--location::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 38px;
  height: 38px;
  background-position: 91.1155644623% 93.3895921238%;
  transform: scale(1);
  top: 1px;
  left: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .mm-nav-link--location::before {
    left: 17px;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent {
    top: 55px;
    left: 30px;
    position: absolute;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent > .m-tabcontent-inside > .m-teaser-hotline {
  width: 100%;
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent > .m-tabcontent-inside > .m-teaser-hotline {
    width: 50%;
    float: left;
  }
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent > .m-tabcontent-inside > .m-teaser-hotline:last-child {
  margin-bottom: 0;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent > .m-tabcontent-inside > .m-teaser-hotline > span {
  display: block;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn > .m-tabcontent > .m-tabcontent-inside > .m-teaser-hotline > a {
  display: block;
  text-decoration: none;
  margin: 5px 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
}
.m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn--3 {
  padding-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-contact > .mm-layer-contact-inner > .m-ves-tab > .m-nav > .m-nav-btn--3 {
    padding-bottom: 0;
  }
}
.m-ves-rs-sticky > .mm-layer-details {
  background: #f3f3f4;
  width: 100%;
  height: calc(100vh - 220px);
  position: absolute;
  z-index: 12;
  padding: 0 15px;
  overflow: auto;
  margin-bottom: -2px;
  border-bottom: 2px solid #ffcc00;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-details {
    padding: 0 15px;
    height: auto;
  }
}
.m-ves-rs-sticky > .mm-layer-details.is-open {
  display: block;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner {
  max-width: 898px;
  margin: 0 auto;
  padding: 30px 5px 15px 5px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner {
    padding: 30px 0 23px 0;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner {
  padding: 30px 0 23px 0;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon {
  cursor: pointer;
  z-index: 15;
  top: 0;
  right: -40px;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon {
    right: -45px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon {
    right: -45px;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon {
  right: -45px;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon {
    right: -166px;
    position: absolute;
    align-self: auto;
  }
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  position: absolute;
  top: -8px;
  right: -10px;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-close-icon > img {
  display: none;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-icon-link {
  cursor: pointer;
  z-index: 15;
  top: 17px;
  right: 26px;
  position: absolute;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-icon-link {
    right: -99px;
    position: absolute;
    align-self: auto;
  }
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-icon-link > span {
  position: relative;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-icon-link > span::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  position: absolute;
  top: 5px;
  right: -5px;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner > .mm-icon-link > span > img {
  display: none;
}
.m-ves-rs-sticky > .mm-layer-details > .mm-layer-details-inner hr {
  margin: 15px 0;
  border-color: #333;
}
.m-ves-rs-sticky > .mm-sticky-module {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn {
  top: -33px;
  position: absolute;
  width: 100%;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner {
  max-width: 898px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner {
    margin: 0 auto;
    padding: 0;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner {
  margin: 0 auto;
  padding: 0;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner > .mm-btn-contact {
  background: #e9e9ea;
  width: 195px;
  height: 33px;
  text-align: center;
  cursor: pointer;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 4px 10px 5px 20px;
  position: relative;
  z-index: 11;
  border-top: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
  border-left: 2px solid #ffcc00;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner > .mm-btn-contact:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  top: -6px;
  left: -5px;
  position: absolute;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner > .mm-btn-contact.is-opened {
  background-color: #ffcc00;
  border-color: #fff;
  transform: translate(0, -2px);
  padding-top: 6px;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-btn > .mm-layer-btn-inner > .mm-btn-contact.is-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  top: -3px;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
  padding: 0 20px;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner {
  position: relative;
  max-width: 898px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner {
    flex-direction: row;
    align-items: center;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner--error {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  max-width: 887px;
  margin: 0 auto;
  padding: 12px 0 10px;
  color: #fff;
  background-color: #cc3333;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner--error:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 21.7514124294%;
  top: -2px;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner--error {
    width: 887px;
    height: 40px;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner--error {
  width: 887px;
  height: 40px;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner--error > .mm-interface-error-text {
  display: block;
  padding: 0 10px 0 40px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution {
  margin-right: 0;
  order: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 15px;
  margin-bottom: 7px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution {
    min-height: 76px;
    max-width: 425px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution {
    margin-right: 30px;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution {
  margin-right: 30px;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution {
    margin-right: 80px;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-contribution {
  position: relative;
  margin-bottom: 5px;
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-contribution {
    margin-top: 15px;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-contribution > .mm-totalamount {
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-contribution > .mm-totalamount {
    font-size: 32px;
    font-size: 2rem;
    margin-left: 10px;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-contribution > .mm-totalamount > .mm-interval {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-membership {
  order: 2;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-membership {
    margin-left: 77px;
  }
}
.lt-ie9 .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-membership {
  margin-left: 77px;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-membership > .mm-totalamount {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-membership > .mm-totalamount > .mm-interval {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-icon-link {
  order: 3;
  margin-top: 15px;
  width: 24px;
  height: 24px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-contribution > .mm-icon-link {
    margin-top: 0;
    top: 12px;
    left: auto;
    right: -33px;
    bottom: auto;
    position: absolute;
  }
}
.m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
  order: 3;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
    position: absolute;
    top: -12px;
    right: 160px;
  }
}

.m-ves-rs-stickybar {
  background: #e9e9ea;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 120;
  border-bottom: 2px solid #ffcc00;
  padding: 7px 20px 2px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar {
    padding: 19px 0 15px 0;
    border-top: 0;
    border-bottom: 0;
  }
}
.m-ves-rs-stickybar.is-stuck-bottom {
  position: absolute;
  top: auto;
  bottom: -50px;
}
.m-ves-rs-stickybar.is-stuck-unbottom {
  position: fixed;
  top: auto;
}
.m-ves-rs-stickybar > .mm-layer {
  background: #e9e9ea;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  padding: 0 15px;
  overflow: auto;
  display: none;
  transition: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-layer {
    height: auto;
    transition: all 0.5s ease;
  }
}
.m-ves-rs-stickybar > .mm-layer.is-open {
  display: block;
}
.m-ves-rs-stickybar > .mm-layer > .mm-close-icon {
  right: -25px;
  position: absolute;
  cursor: pointer;
  z-index: 15;
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap {
  max-width: 898px;
  margin: 0 auto;
  padding: 20px 35px 50px 5px;
  min-height: 235px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap {
    padding: 30px 35px 15px 5px;
    flex-direction: row;
    overflow: auto;
    height: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap {
    padding: 30px 0 23px 0;
  }
}
.lt-ie9 .m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap {
  padding: 30px 0 23px 0;
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner {
  width: 100%;
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > h3 {
  max-width: calc(100% - 40px);
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > h3 {
    max-width: 100%;
  }
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > .m-teaser-hotline {
  width: 100%;
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > .m-teaser-hotline {
    width: 50%;
    float: left;
  }
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > .m-teaser-hotline:last-child {
  margin-bottom: 0;
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > .m-teaser-hotline > span {
  display: block;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
}
.m-ves-rs-stickybar > .mm-layer > .mm-layer-wrap > .mm-layer-inner > .m-teaser-hotline > a {
  display: block;
  text-decoration: none;
  margin: 5px 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
}
.m-ves-rs-stickybar > .mm-sticky-module {
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-sticky-module {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-weight: normal;
  padding: 0 20px;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner {
  position: relative;
  max-width: 1075px;
  margin: 0 auto;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn {
  position: relative;
  cursor: pointer;
  max-width: 160px;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > figure {
  margin: 1px 0 0 0;
  max-width: 18px;
  float: left;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > figure {
    margin: 1px 4px 0 0;
  }
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > figure > img {
  width: 100%;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-text {
  text-decoration: none;
  display: none;
  float: left;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-text {
    display: block;
  }
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-line {
  top: -5px;
  left: -150%;
  right: -150%;
  position: absolute;
  margin: 0 auto;
  max-width: 160px;
  z-index: 11;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-line {
    top: -19px;
    right: -25%;
    left: -25%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-line {
    right: -50%;
    left: -50%;
  }
}
.lt-ie9 .m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-line {
  right: -50%;
  left: -50%;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn > .mm-line > .mm-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffcc00 transparent;
  top: -16px;
  left: 50%;
  position: absolute;
  margin-left: -16px;
  z-index: 11;
}
.m-ves-rs-stickybar > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-nav > .mm-nav-btn.is-active > .mm-line {
  display: block;
  border-top: 2px solid #ffcc00;
}

/* m-ves-tab */
.m-ves-tab {
  max-width: 730px;
}
@media print {
  .m-ves-tab {
    display: none;
  }
}
.l-form .ll-fieldset .m-ves-tab {
  margin-left: 10px;
}
.ll-main-content-switch .m-ves-tab {
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-content-switch .m-ves-tab {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-content-switch .m-ves-tab {
    margin-right: 80px;
  }
}
.lt-ie9 .ll-main-content-switch .m-ves-tab {
  margin-right: 80px;
}
@media print {
  .m-ves-tab .swiper {
    display: none;
  }
}
.m-ves-tab .mm-nav {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media print {
  .m-ves-tab .mm-nav {
    display: none;
  }
}
.m-ves-tab .mm-nav li {
  position: relative;
  z-index: 1;
  display: table-cell;
  border: 1px solid #afafaf;
  border-left: 1px solid #c5c5c5;
}
.m-ves-tab .mm-nav li:first-child {
  border-left: 1px solid #afafaf;
}
.m-ves-tab .mm-nav li.is-active {
  z-index: 3;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.m-ves-tab .mm-nav li.is-active:first-child {
  border-left: 1px solid #afafaf;
}
.m-ves-tab .mm-nav li.is-active:first-child:before {
  content: none;
}
.m-ves-tab .mm-nav li.is-active:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  background: #afafaf;
}
.m-ves-tab .mm-nav li.is-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 1px;
  background: #afafaf;
}
.m-ves-tab .mm-nav li.is-active a {
  background-color: #fff;
  cursor: default;
  position: relative;
}
.m-ves-tab .mm-nav li.is-active a:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  top: -6px;
  left: -3px;
  position: absolute;
}
.m-ves-tab .mm-nav li.is-active a:focus {
  background-color: #fff;
  outline: 0;
}
.m-ves-tab .mm-nav li > a {
  display: block;
  margin-bottom: -303px;
  padding: 5px 15px 308px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #cccccc;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-ves-tab .mm-nav li > a:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  top: -6px;
  left: -3px;
  position: absolute;
}
.m-ves-tab .mm-nav li > a:focus {
  background-color: #fff;
}
.m-ves-tab .mm-tabcontent {
  position: relative;
  z-index: 2;
  border-top: 1px solid #afafaf;
  margin-top: -1px;
}
.m-ves-tab .mm-tabcontent-inside {
  width: 100%;
  padding: 20px 0 0 0;
  background: #fff;
}
@media print {
  .m-ves-tab .mm-tabcontent-inside {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    border-bottom: 1px solid #afafaf;
  }
}
.m-ves-tab .mm-tabcontent-inside > .l-form .ll-row > .ll-col-label > h3 {
  font-weight: normal;
}
.m-ves-tab .mm-tabcontent-printheadline {
  display: none;
}
@media print {
  .m-ves-tab .mm-tabcontent-printheadline {
    display: block;
  }
}

/* m-ves-vehicle-select */
.m-ves-vehicle-select ul {
  margin: 0 0 0 -10px;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-ves-vehicle-select ul .mm-caritem {
  margin: 0 0 10px 10px;
  width: 135px;
  height: 114px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-vehicle-select ul .mm-caritem {
    width: 198px;
    height: 142px;
  }
}
.m-ves-vehicle-select ul .mm-caritem.is-active > a {
  border: 5px solid #ffcc00;
  border-top: 0;
}
.m-ves-vehicle-select ul .mm-caritem.is-active > a:hover .mm-header {
  background: #ffcc00;
}
.m-ves-vehicle-select ul .mm-caritem > a {
  background: #ededed;
  display: block;
  height: 114px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-vehicle-select ul .mm-caritem > a {
    height: 142px;
  }
}
.m-ves-vehicle-select ul .mm-caritem > a:hover .mm-header {
  background: #FFE06A;
}
.m-ves-vehicle-select ul .mm-caritem > a .mm-header {
  display: block;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  height: 34px;
  text-align: center;
  background: #ffcc00;
}
.m-ves-vehicle-select ul .mm-caritem > a .mm-header .mm-title {
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 34px;
  line-height: 2.125rem;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.m-ves-vehicle-select ul .mm-caritem > a .mm-header .mm-title:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  top: -5px;
  left: -15px;
  position: absolute;
}
.m-ves-vehicle-select ul .mm-caritem > a > img {
  margin: 0 auto;
  display: block;
  max-height: 68px;
  max-width: calc(100% - 20px);
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-vehicle-select ul .mm-caritem > a > img {
    padding-top: 20px;
    max-height: inherit;
  }
}

/* o-basic-banderole */
.o-basic-banderole {
  position: relative;
  padding: 15px 0 30px 0;
}
.l-outer--nav .l-main .ll-main-full .o-basic-banderole {
  background: #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .l-main .ll-main-full .o-basic-banderole {
    margin-left: 176px;
    width: 82%;
    float: right;
    padding-right: 20px;
  }
}
.lt-ie9 .l-outer--nav .l-main .ll-main-full .o-basic-banderole {
  margin-left: 176px;
  width: 82%;
  float: right;
  padding-right: 20px;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .l-main .ll-main-full .o-basic-banderole {
    margin-left: 0;
    width: auto;
    float: none;
    padding-right: 0;
  }
}
.l-main-content + .o-basic-banderole {
  padding-bottom: 0;
}
@media only screen and (min-width: 88.75em) {
  .ll-main-center .o-basic-banderole {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.l-main-content--cluster .o-basic-banderole {
  max-width: 100%;
}
@media only screen and (min-width: 88.75em) {
  .l-main-content--cluster .o-basic-banderole {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .ll-main-center > .o-basic-banderole {
    float: right;
    width: 82%;
  }
}
.l-outer--nav .ll-main-center > .lt-ie9 .o-basic-banderole {
  float: right;
  width: 82%;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .ll-main-center .o-basic-banderole {
    float: none;
    width: auto;
  }
}
.o-basic-banderole.h-space-s {
  margin-bottom: 0;
}
.o-basic-banderole.is-center .oo-headline {
  max-width: 898px;
  margin: 0 auto;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole.is-center .oo-headline {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-banderole.is-center .oo-headline {
    padding-left: 40px;
  }
}
.lt-ie9 .o-basic-banderole.is-center .oo-headline {
  padding-left: 40px;
}
.o-basic-banderole.is-center .oo-headline--inner {
  padding: 12px 20px;
}
.o-basic-banderole .oo-headline {
  display: block;
  padding: 0 0 20px 10px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole .oo-headline {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  .o-basic-banderole .oo-headline {
    padding: 0 0 20px 0;
  }
}
.o-basic-banderole .oo-headline--inner {
  padding: 12px 20px;
  background: #fff;
  font-size: 32px;
  font-size: 2rem;
}
.ll-main-center > .o-basic-banderole .oo-headline {
  padding: 21px 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center > .o-basic-banderole .oo-headline {
    padding-left: 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.ll-main-center > .l-main-content > .o-basic-banderole .oo-headline, .ll-main-center > .l-main-content > gallery-tracking > .o-basic-banderole .oo-headline, .ll-main-center > .l-main-content > div > .o-basic-banderole .oo-headline {
  padding-bottom: 0;
}
.ll-main-center > .l-main-content > .o-basic-banderole .oo-headline--inner, .ll-main-center > .l-main-content > gallery-tracking > .o-basic-banderole .oo-headline--inner, .ll-main-center > .l-main-content > div > .o-basic-banderole .oo-headline--inner {
  padding: 12px 20px;
}
.ll-main-center > .l-main-content + gallery-tracking > .o-basic-banderole .oo-headline {
  padding-bottom: 0;
  padding-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole .oo-headline {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-banderole .oo-headline {
    margin: 0 auto;
  }
}
.lt-ie9 .o-basic-banderole .oo-headline {
  margin: 0 auto;
}
.is-keyboard-focus .o-basic-banderole .swiper-slide:focus-visible, .is-ios .o-basic-banderole .swiper-slide:focus-visible {
  outline: none;
}
.ll-main-center > .l-main-content .o-basic-banderole--mgldiscount .oo-headline {
  padding-bottom: 20px;
}
.ll-main-center > .l-main-content .o-basic-banderole--mgldiscount .swiper {
  background: #fff;
}

.oo-basic-border-wrapper {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 20px 30px;
}
@media print, only screen and (min-width: 48em) {
  .oo-basic-border-wrapper {
    padding: 30px;
  }
}
.oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-head {
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-head {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media print {
  .oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-head {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-head:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 78.813559322%;
  content: "";
  position: absolute;
  right: -15px;
  top: -5px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-head.is-open:after {
  transform: rotate(180deg);
}
.oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-content {
  display: none;
  padding-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-content {
    padding-top: 30px;
  }
}
.oo-basic-border-wrapper > .oo-content-wrapper > .oo-toggle-content.is-initial-open {
  display: block;
}

.o-basic-cluster-box {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box {
    max-width: none;
    min-height: 336px;
  }
}
@media print {
  .o-basic-cluster-box {
    margin: 0;
    border-top: 20px solid #fff;
    page-break-inside: avoid;
  }
  .o-basic-cluster-box:first-child {
    border-top: 0;
  }
}
.o-basic-cluster-box:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 20px;
}
.o-basic-cluster-box .oo-header {
  padding: 20px 30px 22px 30px;
}
@media print {
  .o-basic-cluster-box .oo-header {
    padding-left: 0;
  }
}
.o-basic-cluster-box .oo-header > h2 {
  max-width: none;
}
.o-basic-cluster-box .oo-headline {
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-headline {
    max-height: none;
    min-height: 0;
    overflow: hidden;
  }
}
.o-basic-cluster-box .oo-figure {
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-figure {
    max-height: 336px;
    max-width: inherit;
    overflow: hidden;
    text-align: center;
  }
}
.o-basic-cluster-box .oo-figure > img,
.o-basic-cluster-box .oo-figure > picture img {
  position: relative;
  width: 100%;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-figure > img,
  .o-basic-cluster-box .oo-figure > picture img {
    left: 50%;
    margin: 0 0 0 -100%;
    width: auto;
    max-width: 463px;
  }
}
@media print {
  .o-basic-cluster-box .oo-figure > img,
  .o-basic-cluster-box .oo-figure > picture img {
    left: 0;
    margin: 0;
    height: 100%;
    width: auto;
  }
}
.o-basic-cluster-box .oo-main {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
  max-height: inherit;
  overflow: inherit;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main {
    display: flex;
    justify-content: flex-start;
  }
}
@media print {
  .o-basic-cluster-box .oo-main {
    min-height: 200px;
  }
}
.o-basic-cluster-box .oo-main--edit {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}
.o-basic-cluster-box .oo-main > section.oo-img-box {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-img-box {
    width: 50%;
  }
}
@media print {
  .o-basic-cluster-box .oo-main > section.oo-img-box {
    width: 279px;
  }
}
.o-basic-cluster-box .oo-main.oo-main--edit > section.oo-img-box {
  margin-right: 0;
}

.o-basic-cluster-box .oo-main > section.oo-content-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 15px 10px 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box {
    width: 50%;
    padding-top: 17px;
    padding-left: 25px;
  }
}
@media print {
  .o-basic-cluster-box .oo-main > section.oo-content-box {
    top: 0;
    right: 0;
    position: absolute;
    padding: 0 0 0 25px;
    width: 320px;
  }
}
.o-basic-cluster-box .oo-main.oo-main--edit > section.oo-content-box {
  position: static;
  flex: 0 0 auto;
}

.o-basic-cluster-box .oo-main > section.oo-content-box .oo-header {
  padding: 0 0 8px;
  max-width: 85%;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box .oo-header {
    padding: 0 0 18px;
  }
}
@media print {
  .o-basic-cluster-box .oo-main > section.oo-content-box .oo-header {
    padding-left: 0;
  }
}
.o-basic-cluster-box .oo-main > section.oo-content-box .oo-header > h2 {
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box > .oo-stopper {
    max-width: 198px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box > .oo-stopper {
    max-width: 210px;
  }
}
.lt-ie9 .o-basic-cluster-box .oo-main > section.oo-content-box > .oo-stopper {
  max-width: 210px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .mm-table > tbody > tr > td {
  vertical-align: top;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .mm-table > tbody > tr > td:first-of-type {
  padding-right: 15px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .mm-appstore {
  display: flex;
  flex-flow: row nowrap;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .mm-appstore > a {
  flex: 0 1 140px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .mm-appstore > a > img {
  max-width: 135px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .oo-text--label {
  margin-bottom: 5px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .oo-phone {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .o-basic-cluster-box .oo-main > section.oo-content-box > .oo-phone {
  font-family: "Roboto Bold", sans-serif;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .oo-phone > a {
  text-decoration: none;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-text {
  width: 100%;
  max-width: 340px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-text {
    max-width: 308px;
  }
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-text.h-space-s {
  margin-bottom: 5px;
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-select {
  width: 100%;
  max-width: 340px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-select {
    max-width: 308px;
  }
}
.o-basic-cluster-box .oo-main > section.oo-content-box > .a-basic-input-select.h-space-m {
  margin-bottom: 17px;
}
.o-basic-cluster-box .oo-subheadline {
  display: block;
}
.o-basic-cluster-box .oo-calc .oo-result {
  width: 100%;
  height: 55px;
  padding: 4px 8px;
  background: #F4F4F4;
  margin: 0 0 5px 0;
}
.o-basic-cluster-box .oo-calc .oo-result > p {
  font-weight: bold;
  margin-bottom: 0;
}
.o-basic-cluster-box .oo-calc .oo-result .oo-amount,
.o-basic-cluster-box .oo-calc .oo-result .oo-unit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .oo-calc .oo-result {
    width: 150px;
    margin: 0;
    left: 15px;
    bottom: 15px;
    position: absolute;
  }
}
.ll-main-center--mgldiscount .o-basic-cluster-box {
  margin-bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center--mgldiscount .o-basic-cluster-box {
    margin-bottom: 60px;
  }
}

/* o-basic-form */
.o-basic-form {
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form {
    margin-right: 0;
  }
}
@media print {
  .o-basic-form {
    margin-right: 0;
  }
}
.l-main-cols--line > .o-basic-form {
  padding-right: 20px;
}
.o-basic-form .oo-fieldset {
  margin: 0 0 20px 0;
}
.o-basic-form .oo-fieldset > legend {
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 6px 10px 6px 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  background-color: #e9e9ea;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-fieldset > legend {
    margin-bottom: 15px;
  }
}
.o-basic-form .oo-fieldset .oo-row {
  margin: 0 0 15px 10px;
}
.o-basic-form .oo-fieldset .oo-row.oo-depend {
  margin-left: 0;
}
.o-basic-form .oo-fieldset .oo-row .a-basic-input-checkbox .oo-row {
  margin-left: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-fieldset .oo-row--multilabels {
    margin-top: 23px;
  }
}
.o-basic-form .oo-row {
  max-width: 430px;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 15px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-row {
    max-width: 563px;
  }
  .o-basic-form .oo-row--full {
    max-width: 700px;
  }
}
@media print {
  .o-basic-form .oo-row {
    max-width: 563px;
  }
}
.o-basic-form .oo-row .oo-check {
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
  visibility: hidden;
  transition: all 1.35s ease;
  right: 5px;
  position: absolute;
}
.o-basic-form .oo-row.is-error.is-check .oo-check {
  opacity: 1;
  visibility: visible;
}
.o-basic-form .oo-row.is-error.is-check .oo-check:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
  right: -15px;
  bottom: -15px;
}
.o-basic-form .oo-row.is-valid.is-check .oo-check {
  opacity: 1;
  visibility: visible;
}
.o-basic-form .oo-row.is-valid.is-check .oo-check:after {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
  right: -15px;
  bottom: -15px;
}
.o-basic-form .oo-row .oo-error-msg {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #cc3333;
  transition: all 1.35s ease;
}
.o-basic-form .oo-row .oo-error-msg > a {
  color: #cc3333;
}
.o-basic-form .oo-row.is-error .oo-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0;
}
.o-basic-form .oo-depend {
  display: none;
}
.o-basic-form .oo-col-label {
  margin: 0 0 5px 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-col-label {
    margin: 0;
    float: left;
    width: 170px;
    padding: 5px 10px 0 0;
  }
}
@media print {
  .o-basic-form .oo-col-label {
    float: left;
    width: 170px;
  }
}
.o-basic-form .oo-col-label .oo-label > span {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.l-lightbox .o-basic-form .oo-col-label {
  width: 100%;
  padding: 0 0 5px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-col-data--only-data {
    margin: 0 0 0 170px;
  }
}
@media print {
  .o-basic-form .oo-col-data--only-data {
    margin: 0 0 0 170px;
  }
}
@media print {
  .o-basic-form .oo-col-data {
    float: left;
    width: calc(100% - 170px);
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .oo-col-label + .oo-col-data {
    float: left;
    width: calc(100% - 170px);
  }
  .l-main-cols--line .o-basic-form .oo-col-label + .oo-col-data {
    width: 100%;
  }
}
.o-basic-form .oo-description {
  clear: both;
  padding-top: 5px;
  line-height: normal;
}
.o-basic-form .oo-description:before {
  content: "";
  display: block;
  margin-top: 5px;
}
.o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first {
    border-right: 0px none transparent;
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first {
    display: table-cell;
    border-right: 20px solid transparent;
    width: 66%;
  }
}
.lt-ie9 .o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first {
  display: table-cell;
  border-right: 20px solid transparent;
  width: 66%;
}
.o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first + .ll-main-cols-aside {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first + .ll-main-cols-aside {
    position: relative;
  }
}
.lt-ie9 .o-basic-form .ll-main-cols-aside.ll-main-cols-aside--first + .ll-main-cols-aside {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form .ll-main-cols-aside {
    display: table-cell;
  }
}
.lt-ie9 .o-basic-form .ll-main-cols-aside {
  display: table-cell;
}
.o-basic-form .oo-aside-open {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form .oo-aside-open {
    display: none;
  }
}
.lt-ie9 .o-basic-form .oo-aside-open {
  display: none;
}
.o-basic-form .oo-aside-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .o-basic-form .oo-aside-open {
    top: 33.5%;
  }
}
@media only screen and (max-width: 63.9375em) and (max-height: 30em) {
  .o-basic-form .oo-aside-open {
    top: 245px;
  }
}
@media only screen and (max-width: 47.9375em) and (max-height: 30em) {
  .o-basic-form .oo-aside-open {
    top: 162px;
  }
}
.o-basic-form .oo-aside-open {
  background: #cc3333;
  padding: 5px;
  cursor: pointer;
  z-index: 45;
}
.o-basic-form .oo-aside-open span {
  display: block;
  border: 2px solid #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 3px 0 0 2px;
  width: 31px;
  height: 31px;
}
.o-basic-form .oo-aside {
  width: 305px;
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .o-basic-form .oo-aside {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .o-basic-form .oo-aside {
    top: 33.5% !important;
  }
}
@media only screen and (max-width: 63.9375em) and (max-height: 30em) {
  .o-basic-form .oo-aside {
    top: 245px !important;
  }
}
@media only screen and (max-width: 47.9375em) and (max-height: 30em) {
  .o-basic-form .oo-aside {
    top: 162px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form .oo-aside {
    display: block;
    position: absolute;
    top: 0px;
    right: auto;
  }
}
.lt-ie9 .o-basic-form .oo-aside {
  display: block;
  position: absolute;
  top: 0px;
  right: auto;
}
.o-basic-form .oo-aside {
  z-index: 101;
  border: 1px solid #ededed;
}
.o-basic-form .oo-aside .oo-aside-head {
  padding: 1px 37px 2px 10px;
  position: relative;
  background: #ffcc00;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.o-basic-form .oo-aside .oo-aside-head .oo-aside-edit {
  position: absolute;
  top: 5px;
  right: 7px;
  cursor: pointer;
}
.o-basic-form .oo-aside .oo-aside-content {
  padding: 8px 10px 2px;
  background: #fff;
}
.o-basic-form .oo-aside .oo-aside-content h2 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 2px;
}
.o-basic-form .oo-aside .oo-aside-content .oo-contribution {
  padding: 10px 0 7px 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  font-size: 1.75rem;
  border-top: 1px solid #ededed;
}

/* o-basic-form-footer */
.o-basic-form-footer.h-space-s {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-main-cols--line > .ll-main-cols-m > .o-basic-form-footer {
    margin-right: 20px;
  }
}
.ll-main-content-switchbox > .o-basic-form-footer {
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-content-switchbox > .o-basic-form-footer {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-content-switchbox > .o-basic-form-footer {
    margin-right: 0;
  }
}
.lt-ie9 .ll-main-content-switchbox > .o-basic-form-footer {
  margin-right: 0;
}
.o-basic-form-footer .oo-right p {
  position: relative;
  margin: 0;
  padding-left: 27px;
}
.o-basic-form-footer .oo-right .a-basic-icon-verified {
  position: absolute;
  left: 0;
  top: 1px;
}
.l-main-content--login .o-basic-form-footer {
  margin-top: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--login .o-basic-form-footer {
    margin-top: 55px;
  }
}

/* o-basic-form-overview */
.o-basic-form-overview .oo-fieldset:not(:last-child) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-fieldset:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media print {
  .o-basic-form-overview .oo-fieldset {
    margin-top: 13px;
    page-break-inside: avoid;
  }
}
.o-basic-form-overview .oo-fieldset > legend {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-fieldset > legend {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form-overview .oo-fieldset > legend {
    margin: 0 0 30px 0;
  }
}
.lt-ie9 .o-basic-form-overview .oo-fieldset > legend {
  margin: 0 0 30px 0;
}
.o-basic-form-overview .oo-fieldset > legend > h2 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-fieldset > legend > h2 {
    font-size: 22px;
  }
}
.o-basic-form-overview .oo-fieldset > legend.h-h3 {
  max-width: 700px;
  margin: 0 0 10px 0;
  padding: 0 0 6px 0;
  font-weight: bolder;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-fieldset > legend.h-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.o-basic-form-overview .oo-fieldset > legend .oo-edit {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 25px;
  padding: 0 0 0 5px;
  top: 5px;
  right: 7px;
  cursor: pointer;
  margin-left: 15px;
}
.o-basic-form-overview .oo-fieldset > legend .oo-edit::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.o-basic-form-overview .oo-fieldset > legend .oo-edit > img {
  display: none;
  position: absolute;
  left: 10px;
  top: 0;
}
.l-main-content--vesrslegalprotectionconfirmation .o-basic-form-overview .oo-fieldset > legend .oo-edit {
  display: none;
}
@media print {
  .o-basic-form-overview .oo-fieldset > legend {
    margin-bottom: 6px;
  }
}
.o-basic-form-overview .oo-row {
  max-width: 100%;
  padding: 0 10px 12px 10px;
}
.o-basic-form-overview .oo-row {
  padding-left: 0;
  max-width: 650px;
}

.o-basic-form-overview--narrow .oo-row {
  max-width: none;
  display: flex;
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview--narrow .oo-row {
    padding-right: 10px;
  }
}

.o-basic-form-overview .oo-row--narrow-break {
  max-width: none;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row--narrow-break {
    display: flex;
  }
}

@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form-overview .oo-row {
    padding-right: 0;
  }
}
.lt-ie9 .o-basic-form-overview .oo-row {
  padding-right: 0;
}
@media print {
  .o-basic-form-overview .oo-row {
    padding-bottom: 0;
    page-break-inside: avoid;
  }
}
.o-basic-form-overview .oo-row--distance {
  padding-bottom: 16px;
}
.o-basic-form-overview .oo-row.is-error .oo-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 0 0 0;
}
.o-basic-form-overview .oo-row > .l-main-cols {
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row > .l-main-cols {
    flex-direction: row;
  }
}
.o-basic-form-overview .oo-row > .l-main-cols > .ll-main-cols--first {
  margin: 0 15px 15px 0;
}
.o-basic-form-overview .oo-row .oo-error-msg {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #cc3333;
  transition: all 1.35s ease;
}
.o-basic-form-overview .oo-row .oo-col-label {
  margin: 0;
  font-weight: bold;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-col-label {
    margin: 0 0 8px 0;
    font-weight: normal;
    float: left;
    width: 240px;
    padding: 5px 10px 0 0;
  }
}
@media print {
  .o-basic-form-overview .oo-row .oo-col-label {
    font-weight: normal;
    float: left;
    width: 240px;
    padding: 5px 10px 0 0;
  }
}
.o-basic-form-overview--narrow .oo-row .oo-col-label {
  flex: 0 1 30%;
  align-self: center;
  width: auto;
  max-width: 250px;
  padding-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview--narrow .oo-row .oo-col-label {
    flex: 1 0 33%;
  }
}

.o-basic-form-overview .oo-row--narrow-break .oo-col-label {
  float: none;
  display: inline-block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row--narrow-break .oo-col-label {
    width: 220px;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-basic-form-overview .oo-row--narrow-break .oo-col-label {
    width: 295px;
  }
}

.o-basic-form-overview .oo-row .oo-col-label .oo-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-col-label .oo-label {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
  }
}
.o-basic-form-overview .oo-row .oo-col-label .oo-label > span {
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-col-label + .oo-col-data {
    float: left;
    width: calc(100% - 240px);
    max-width: 410px;
    padding-top: 5px;
    margin-bottom: 8px;
  }
}
@media print {
  .o-basic-form-overview .oo-row .oo-col-label + .oo-col-data {
    float: left;
    width: calc(100% - 240px);
    max-width: 410px;
    padding-top: 3px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row--full .oo-col-label + .oo-col-data {
    max-width: 410px;
  }
}
@media print {
  .o-basic-form-overview .oo-row--full .oo-col-label + .oo-col-data {
    max-width: 410px;
  }
}

.o-basic-form-overview .oo-row--narrow .oo-col-label + .oo-col-data {
  flex: 1 0 75%;
  text-align: right;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row--narrow .oo-col-label + .oo-col-data {
    flex: 1 0 auto;
    text-align: left;
  }
}

.o-basic-form-overview .oo-row--narrow-break .oo-col-label + .oo-col-data {
  width: 100%;
  float: none;
}

.o-basic-form-overview--narrow .oo-row .oo-col-label + .oo-col-data {
  flex: 0 1 280px;
  width: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview--narrow .oo-row .oo-col-label + .oo-col-data {
    padding-right: 20px;
    flex: 0 1 100%;
  }
}

.o-basic-form-overview .oo-row .oo-description {
  clear: both;
  padding-top: 1px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-description {
    padding-top: 3px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-description:first-child {
    padding-top: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-description--full {
    max-width: 700px;
  }
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box {
  display: flex;
  flex-flow: row nowrap;
  max-width: 250px;
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span {
  margin: 0 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span {
    margin: 0 10px;
  }
}
.lt-ie9 .o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span {
  margin: 0 10px;
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span:first-of-type {
  margin-left: 0;
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span:last-of-type {
  margin-right: 0;
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span.oo-date {
  margin-left: auto;
  margin-right: 4px;
}
.o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span.oo-time {
  margin-left: 0;
  width: 38px;
  text-align: right;
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span.oo-time {
    margin-left: 4px;
  }
}
.lt-ie9 .o-basic-form-overview .oo-row .oo-description > .oo-flex-box > span.oo-time {
  margin-left: 4px;
}
.o-basic-form-overview .oo-row .oo-description > ul:not(.m-basic-list) {
  list-style-type: disc;
}

/* o-compare-product */
.o-compare-product {
  background: #fff;
  opacity: 0.3;
  transition: all 0.5s;
}
.o-compare-product.is-init {
  opacity: 1;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 202px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box {
  background-color: #fff;
  position: relative;
  top: 0;
  width: 202px;
  margin: 0;
  z-index: 11;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s;
}
@media only screen and (min-width: 64.0625em) {
  .o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box {
    margin-right: 0;
  }
}
.lt-ie9 .o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box {
  margin-right: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > a > .oo-figure-icon {
  margin: 0;
  cursor: pointer;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 10;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-header-box {
  position: relative;
  padding: 7px;
  height: auto;
  border-bottom: 1px solid #afafaf;
  background: #fff;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-header-box > header {
  position: relative;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-header-box > header > h3 {
  padding: 0;
  font-family: "Aptos", "Arial", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 145px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-img-box > .oo-figure-product {
  width: 200px;
  height: 150px;
  margin: 0;
  position: relative;
  background: #f8f8f8 url(/assets/img/bg/preview.png) no-repeat center center;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-img-box > .oo-figure-product > a {
  display: block;
  width: 200px;
  height: 150px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-img-box > .oo-figure-product > a > .oo-product {
  width: 200px;
  height: 150px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-img-box > .oo-figure-product > .oo-icon-drag {
  top: 7px;
  right: 6px;
  position: absolute;
  z-index: 10;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-img-box > .oo-figure-product > .oo-icon-drag {
    display: block;
  }
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-test-information {
  background: #fff;
  border-right: 1px solid #afafaf;
  padding: 10px 9px 1px 12px;
  height: 40px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle {
  max-width: 202px;
  margin-bottom: 1px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle:first-child .oo-head {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle:first-child .oo-head.oo-opened {
  border-bottom: 2px solid #333;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle:last-child {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-head {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 100%;
  min-height: 45px;
  padding: 10px 9px 10px 24px;
  background-color: transparent;
  cursor: pointer;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-head > p {
  margin: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-head.oo-opened + .oo-content {
  height: auto;
  padding: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-opinion-information {
  background: #c5c5c5;
  border-right: 1px solid #afafaf;
  height: 40px;
  padding: 10px 9px 1px 12px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-head {
  min-height: 38px;
  padding: 7px 23px 8px 23px;
  background: #fff;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-head > p {
  margin: 0;
  position: relative;
  z-index: 10;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-head--dark {
  background: #afafaf;
  color: #fff;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-result {
  min-height: 43px;
  padding: 9px 9px 7px 9px;
  border-left: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-result > p {
  margin: 0;
  max-width: 160px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-result > .h-space-s {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list--rating > .oo-result {
  padding: 9px 9px 7px 42px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list--rating > .oo-result--contra > p:before {
  content: "–";
  background: #cc3300;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list--rating > .oo-result--pro > p:before {
  content: "+";
  background: #009900;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list--rating > .oo-result > p:before {
  width: 21px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  top: 10px;
  left: 10px;
  position: absolute;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last {
  border-left: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content {
  border-bottom: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content:last-child {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list > .oo-result {
  min-height: 43px;
  padding: 9px 9px 7px 9px;
  border: none;
  position: relative;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list > .oo-result > p {
  margin: 0;
  max-width: 160px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list > .oo-result > .h-space-s {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list > .oo-result:last-child {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result {
  padding: 9px 9px 7px 42px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result--contra > p:before {
  content: "–";
  background: #cc3300;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result--pro > p:before {
  content: "+";
  background: #009900;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result > p:before {
  width: 21px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  top: 10px;
  left: 10px;
  position: absolute;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle--ratings {
  border-bottom: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle--ratings > .oo-content > .oo-list--rating > .oo-result {
  border-top: none;
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle {
  max-width: 202px;
  margin-bottom: 1px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle:first-child .oo-head {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle:last-child {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head {
  min-height: 38px;
  padding: 7px 23px 8px 23px;
  background: #fff;
  border-top: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head > p {
  margin: 0;
  position: relative;
  z-index: 10;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head--dark {
  background: #afafaf;
  color: #fff;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  min-height: 43px;
  padding: 9px 9px 7px 9px;
  border-left: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result > p {
  margin: 0;
  max-width: 160px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result > .h-space-s {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last {
  border-left: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content {
  border-bottom: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content:last-child {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list > .oo-result {
  min-height: 43px;
  padding: 9px 9px 7px 9px;
  border: none;
  position: relative;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list > .oo-result > p {
  margin: 0;
  max-width: 160px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list > .oo-result > .h-space-s {
  margin-bottom: 0;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list > .oo-result:last-child {
  border-bottom: none;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result {
  padding: 9px 9px 7px 42px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result--contra > p:before {
  content: "–";
  background: #cc3300;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result--pro > p:before {
  content: "+";
  background: #009900;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide > .oo-compare-notoggle .js-compare-content--last > .oo-content > .oo-list--rating > .oo-result > p:before {
  width: 21px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  top: 10px;
  left: 10px;
  position: absolute;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-compare-product-box {
  background-color: #e9e9ea;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-compare-product-box > .oo-header-box {
  background-color: #e9e9ea;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-test-information {
  background-color: #e9e9ea;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  background-color: #e9e9ea;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(even) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(even) > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  background-color: #fff;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-product-box {
  border-left: 1px solid #afafaf !important;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-test-information {
  border-left: 1px solid #afafaf !important;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head {
  border-left: 2px solid #333;
  position: relative;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head:before {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head:before,
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head:before {
  font-family: "Roboto Bold", sans-serif;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head:first-child::after,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head:first-child::after {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  position: absolute;
  top: 0;
  left: -10px;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head:first-child.oo-opened::after,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head:first-child.oo-opened::after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head--data:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head--data:before {
  content: attr(data-head);
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head--result:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head--result:before {
  content: attr(data-head);
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head--information:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head--information:before {
  content: attr(data-head);
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-head > p,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-head > p {
  position: relative;
  z-index: 10;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-opinion-information > a > p:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-opinion-information > a > p:before {
  content: attr(data-head);
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-opinion-information > a > p:before,
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-opinion-information > a > p:before {
  font-family: "Roboto Bold", sans-serif;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-content > .oo-list > .oo-head,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head {
  border-left: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-content > .oo-list > .oo-head:before,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head:before {
  content: attr(data-head);
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-toggle > .oo-content > .oo-list > .oo-head:before,
.h-roboto .o-compare-product > .swiper .swiper-wrapper .swiper-slide:first-child > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head:before {
  font-family: "Roboto Bold", sans-serif;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-toggle > .oo-head,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-notoggle > .oo-head {
  border-right: 2px solid #333;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-toggle > .oo-content > .oo-list > .oo-head,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-notoggle > .oo-content > .oo-list > .oo-head {
  border-right: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  border-right: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-toggle .js-compare-content--last,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:last-child > .oo-compare-notoggle .js-compare-content--last {
  border-right: 1px solid #afafaf;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  background: #D0D9E5;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) > .oo-compare-toggle--ratings {
  background: transparent;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  background: #E5EAF1;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) > .oo-compare-toggle--ratings {
  background: transparent;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result,
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n) > .oo-compare-notoggle > .oo-content > .oo-list > .oo-result {
  background: #EEF2F6;
}
.o-compare-product > .swiper .swiper-wrapper .swiper-slide:nth-child(3n) > .oo-compare-toggle--ratings {
  background: transparent;
}
.o-compare-product > .swiper .swiper-button-next,
.o-compare-product > .swiper .swiper-button-prev {
  transition: all 0.5s;
}

.o-fdl-credit-card-application .oo-switch {
  max-width: 580px;
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-switch {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-credit-card-application .oo-switch {
    margin-bottom: 35px;
  }
}
.lt-ie9 .o-fdl-credit-card-application .oo-switch {
  margin-bottom: 35px;
}
.o-fdl-credit-card-application .oo-switch label {
  padding: 0;
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-switch label {
    width: 50%;
    max-width: 300px;
  }
}
.o-fdl-credit-card-application .oo-switch input[type=radio] {
  display: none;
}
.o-fdl-credit-card-application .oo-switch figure {
  margin: 0;
  padding-left: 30px;
}
.o-fdl-credit-card-application .oo-switch figure img {
  width: 239px;
  padding: 0 0 5px;
  opacity: 0.75;
  transition: opacity 0.3s;
}
.o-fdl-credit-card-application .oo-switch figure img:hover {
  opacity: 1;
}
.o-fdl-credit-card-application .oo-switch-inner .oo-select {
  width: 21px;
  height: 21px;
  padding: 0;
  display: inline-block;
  top: 15px;
  left: 0;
  position: absolute;
}
.o-fdl-credit-card-application .oo-switch-inner .oo-select::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 27.9661016949%;
  position: absolute;
  top: -11px;
  right: -12px;
}
.o-fdl-credit-card-application input[type=radio]:checked ~ figure img {
  opacity: 1;
}
.o-fdl-credit-card-application input[type=radio]:checked ~ .oo-switch-inner * {
  opacity: 1;
}
.o-fdl-credit-card-application input[type=radio]:checked ~ .oo-switch-inner .oo-select::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 0;
}
.o-fdl-credit-card-application:hover img {
  opacity: 1;
}
.o-fdl-credit-card-application:hover span {
  opacity: 1;
}
.o-fdl-credit-card-application .oo-content {
  margin-bottom: 50px;
}
.o-fdl-credit-card-application .oo-content .oo-content-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  max-width: 580px;
}
.o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox {
  min-width: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox {
    max-width: none;
  }
}
.o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox.js-checkbox-deal {
  margin-top: 9px;
  padding-right: 95px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox.js-checkbox-deal {
    margin-top: 17px;
    padding-right: 0;
  }
}
.o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox.h-space-s {
  margin-bottom: 3px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox.h-space-s {
    margin-bottom: 10px;
  }
}
.o-fdl-credit-card-application .oo-content .oo-content-inner .a-basic-input-checkbox .mm-line-through {
  text-decoration: line-through;
  white-space: nowrap;
}
.o-fdl-credit-card-application .oo-content .oo-content-inner .m-basic-text {
  margin-left: 25px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content .oo-content-inner .m-basic-text {
    margin-top: -8px;
  }
}
.o-fdl-credit-card-application .m-basic-text {
  margin-left: 0;
}
.o-fdl-credit-card-application .m-basic-text .mm-content {
  margin: 0 0 5px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .m-basic-text .mm-content {
    margin: 0 0 10px 0;
  }
}
.o-fdl-credit-card-application .m-basic-text .mm-content .mm-line-through {
  text-decoration: line-through;
}
.o-fdl-credit-card-application .a-basic-stopper {
  top: 4px;
  right: -10px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .a-basic-stopper {
    top: 10px;
    right: 0;
  }
}
.o-fdl-credit-card-application .oo-content-result {
  border-top: 3px double #333;
  border-bottom: 1px solid #333;
  margin: 30px 0;
  padding: 15px 0 15px 10px;
  position: relative;
  max-width: 580px;
}
.o-fdl-credit-card-application .oo-content-result span {
  font-weight: bolder;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content-result span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.o-fdl-credit-card-application .oo-content-result span.oo-total {
  top: 6px;
  right: 10px;
  position: absolute;
  text-align: right;
  font-size: 24px;
  font-size: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-credit-card-application .oo-content-result span.oo-total {
    top: 1px;
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* o-fdl-creditcardconfig */
.o-fdl-creditcardconfig {
  position: relative;
}
.o-fdl-creditcardconfig > .oo-togglecontainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  z-index: 1;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer {
    flex-flow: row wrap;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer {
    width: 32.5%;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer:first-child > .oo-packagebox {
  padding-top: 16px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer:first-child > .oo-packagebox {
    padding-top: 40px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer:last-child > .oo-packagebox {
  padding-bottom: 16px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer:last-child > .oo-packagebox {
    padding-bottom: 0;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px 8px 0 8px;
  background: #ededed;
  overflow: hidden;
  box-sizing: border-box;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox {
    padding-top: 40px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox:first-child {
  padding-top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox:first-child {
    padding-top: 40px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox:last-child {
  padding-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox:last-child {
    padding-bottom: 10px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-price-old {
  display: block;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  text-decoration: line-through;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-price-old {
    position: absolute;
    top: 20px;
    right: 0;
    padding-right: 20px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-input {
  justify-content: flex-start;
  padding-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-input > .oo-checkbox > .a-basic-input-checkbox {
    margin-right: 10px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items {
  margin-top: 2px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items {
    margin-top: 15px;
    height: auto;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable:focus {
  outline: none;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 10px;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  background: #c5c5c5;
  cursor: default;
  height: 15px;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-packagebox > .oo-content-items > .m-basic-toggle .mm-content.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows {
  display: none;
  position: absolute;
  width: 100%;
  margin: 1px 0 0 -6px;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows--posTop {
  top: -270px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows--posTop {
    top: -43px;
  }
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows--posTop.mobileArrow {
  top: -45px;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows--posTop > svg {
  transform: rotate(180deg);
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows > svg {
  display: block;
  width: 104%;
  padding: 1px 0;
  margin: auto;
}
.o-fdl-creditcardconfig > .oo-togglecontainer > .oo-packagecontainer > .oo-special-arrows > svg > * {
  stroke: #fff;
  stroke-width: 2;
}
.o-fdl-creditcardconfig > .oo-specialbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin: 36px 0 30px;
  padding: 20px 10px 12px 8px;
  background: #ffcc00;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-specialbox {
    padding: 38px 10px 19px 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-specialbox {
    padding: 38px 19px 14px 10px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-specialbox {
  padding: 38px 19px 14px 10px;
}
.o-fdl-creditcardconfig > .oo-specialbox--posTop {
  margin: 10px 0 34px;
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-input {
  display: block;
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-input > .oo-checkbox > .a-basic-input-checkbox > div {
  background-position: -2px 0px;
  padding-top: 1px;
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-input > .oo-checkbox > .a-basic-input-checkbox label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-specialbox > .oo-input > .oo-checkbox > .a-basic-input-checkbox label {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box {
  margin-top: -2px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box {
    min-width: 105px;
  }
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text {
  display: block;
  text-align: right;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text > .oo-price-old {
  display: block;
  text-align: right;
  text-decoration: line-through;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text > .oo-price-old {
    position: absolute;
    top: 15px;
    right: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text > .oo-price-old {
    padding-right: 20px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text > .oo-price-old {
  padding-right: 20px;
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-text > .oo-price-value {
  white-space: nowrap;
}
.o-fdl-creditcardconfig > .oo-specialbox > .oo-pricing-box > .oo-price-time {
  display: block;
  margin-top: -2px;
  text-align: right;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  margin-bottom: 5px;
  background: #fff;
  border-top: 3px double #333;
  border-bottom: 1px solid #333;
  z-index: 99;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter {
    flex-flow: row nowrap;
    padding: 20px 10px 10px 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter {
    padding: 10px 10px 0 10px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter {
  padding: 10px 10px 0 10px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky {
  position: fixed;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 927px;
  margin: 0 0 -2px 0;
  transform: translate(-50%);
  animation-name: footerRollIn;
  animation-delay: 1s;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky {
    max-width: 828px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky {
    max-width: 898px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky {
  max-width: 898px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky.is-sidenav {
    max-width: 838px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky.is-sidenav {
    left: auto;
    transform: none;
    width: calc(82% - 75px);
    max-width: 858px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky.is-sidenav {
  left: auto;
  transform: none;
  width: calc(82% - 75px);
  max-width: 858px;
}
@media only screen and (min-width: 76.25em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky.is-sidenav {
    width: 100%;
    max-width: 848px;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter.is-sticky.is-sidenav {
    left: 50%;
    transform: translate(-50%);
    max-width: 898px;
  }
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text {
    display: flex;
    flex-flow: column wrap;
    flex-shrink: 4;
    flex-basis: 23%;
    width: auto;
    margin-right: 8px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text {
    flex-basis: auto;
    margin-right: 10px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text {
  flex-basis: auto;
  margin-right: 10px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text > h3 {
  letter-spacing: -0.5px;
  padding-bottom: 2px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-text > p {
  margin-bottom: 3px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  margin-top: 5px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input {
    flex-flow: row nowrap;
    flex-shrink: 1;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input {
    flex-grow: 20;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input {
  flex-grow: 20;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio {
  margin-top: 12px;
  margin-right: 5px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio {
    margin-right: 15px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio {
  margin-right: 15px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio:last-child {
  margin-right: 5px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input > .a-basic-input-radio > input + label + div {
  padding-left: 30px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input img {
  width: 70px;
  cursor: pointer;
  margin-top: -12px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-input img {
    width: 98px;
    margin-top: -20px;
  }
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right {
  flex-flow: row nowrap;
  margin-top: 5px;
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right {
    display: flex;
    flex-shrink: 1;
    flex-flow: row wrap;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right {
    flex-grow: 1;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right {
  flex-grow: 1;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price {
  display: flex;
  flex-flow: column;
  flex: 1;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price {
    padding-right: 12px;
    flex: 1 0 auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly {
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > span:not(.oo-monthly-val) {
    order: 2;
    margin-top: -6px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > span:not(.oo-monthly-val) {
    order: 1;
    margin-top: -6px;
    line-height: 32px;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > span:not(.oo-monthly-val) {
  order: 1;
  margin-top: -6px;
  line-height: 32px;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > .oo-monthly-val {
  white-space: nowrap;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > .oo-monthly-val {
    order: 1;
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > .oo-monthly-val {
    order: 2;
    justify-content: space-between;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-price > .oo-monthly > .oo-monthly-val {
  order: 2;
  justify-content: space-between;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-button {
  margin-top: 15px;
  padding-left: 8px;
}
@media print, only screen and (min-width: 48em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-button {
    margin-top: 8px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-button {
    margin-left: auto;
  }
}
.lt-ie9 .o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-button {
  margin-left: auto;
}
.o-fdl-creditcardconfig > .oo-fdl-stickyfooter > .oo-stickyfooter-right > .oo-stickyfooter-button > a {
  white-space: nowrap;
}
.o-fdl-creditcardconfig .oo-input {
  display: flex;
}
.o-fdl-creditcardconfig .oo-input > .oo-pricing-box {
  position: relative;
  margin-left: auto;
  text-align: right;
}
.o-fdl-creditcardconfig .oo-input > .oo-pricing-box > .oo-price {
  display: block;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  white-space: nowrap;
}
.o-fdl-creditcardconfig .oo-input > .oo-pricing-box > .oo-price-time {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
.pkg-tipp-layer-btncontainer {
  display: flex;
  flex-flow: row wrap;
}
.pkg-tipp-layer-btncontainer > .ll-main-cols-m {
  width: auto;
  border-left: none;
}
.pkg-tipp-layer-btncontainer > .ll-main-cols-m:first-child {
  border-width: 40px;
}
.pkg-tipp-layer-btncontainer > .ll-main-cols-m:last-child {
  margin-left: 1px;
  padding-top: 4px;
}
@media print, only screen and (min-width: 48em) {
  .pkg-tipp-layer-btncontainer > .ll-main-cols-m:last-child {
    margin-left: 0;
  }
}

.o-form-membership .alert {
  padding: 8px 15px;
  border: 1px solid;
  color: #fff;
  margin-bottom: 5px;
}
.o-form-membership .alert.success-message {
  background-color: #41a457;
  border-color: #3a8f4d;
}
.o-form-membership .alert.error-message {
  background-color: #a44141;
  border-color: #8f3a3a;
}

/* o-layout-header-metanav */
.o-layout-header-metanav .oo-list {
  margin: 16px 14px 0 0;
  float: right;
  min-height: 49px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list {
    margin-right: 30px;
  }
  .o-layout-header-metanav--brs .oo-list {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-header-metanav .oo-list {
    padding: 0;
    margin-top: 26px;
    margin-right: 0;
  }
  .o-layout-header-metanav--brs .oo-list {
    margin-right: 20px;
  }
}
.lt-ie9 .o-layout-header-metanav .oo-list {
  padding: 0;
  margin-top: 26px;
  margin-right: 0;
}
.lt-ie9 .o-layout-header-metanav--brs .oo-list {
  margin-right: 20px;
}

@media only screen and (min-width: 76.25em) {
  .o-layout-header-metanav .oo-list {
    margin-right: 0;
  }
  .o-layout-header-metanav--brs .oo-list {
    margin-right: 0;
  }
}
@media print {
  .o-layout-header-metanav .oo-list {
    margin-right: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .l-outer--nav .o-layout-header-metanav .oo-list {
    margin-right: 0;
  }
}
.o-layout-header-metanav .oo-list > li {
  position: relative;
  height: 30px;
  padding: 0 12px;
  display: block;
  float: left;
  z-index: 2;
}
@media print {
  .o-layout-header-metanav .oo-list > li:not(.h-print-only) {
    display: none !important;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-header .o-layout-header-metanav .oo-list > li:first-child {
    display: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-header .o-layout-header-metanav--brs .oo-list > li:first-child {
    display: block;
  }
}

@media print, only screen and (min-width: 48em) {
  .l-header .o-layout-header-metanav--loggedin .oo-list > li:nth-child(3) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .l-header .o-layout-header-metanav .oo-list > li:nth-child(5) {
    padding-right: 0;
  }
}
.lt-ie9 .l-outer--nav .l-header .o-layout-header-metanav .oo-list > li:nth-child(5) {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list > li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-layout-header-metanav .oo-list > li:nth-child(5) {
    padding-right: 0;
  }
}
.o-layout-header-metanav--brs .oo-list > li:nth-child(5) {
  display: block;
}

@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list > li.oo-login {
    width: auto;
    z-index: 80;
    padding-right: 0;
    max-width: 200px;
  }
}
.o-layout-header-metanav .oo-list > li.h-loggedout-only {
  padding: 0;
}
.o-layout-header-metanav .oo-list > li > a {
  padding: 0;
  text-decoration: none;
  outline: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list > li > a {
    background: #ffcc00;
    min-height: 30px;
  }
}
.o-layout-header-metanav .oo-list > li > a > svg,
.o-layout-header-metanav .oo-list > li > a > img {
  position: relative;
  top: 3px;
  float: left;
}
.l-header .o-layout-header-metanav .oo-list > li > a > svg,
.l-header .o-layout-header-metanav .oo-list > li > a > img {
  margin: 0;
  top: 3px;
}
.l-header .o-layout-header-metanav .oo-list > li:nth-child(3) > a > svg, .l-header .o-layout-header-metanav .oo-list > li:nth-child(3) > a > img {
  top: 3px;
  left: -4px;
}

.l-header .o-layout-header-metanav .oo-list > li:nth-child(4) > a > svg, .l-header .o-layout-header-metanav .oo-list > li:nth-child(4) > a > img {
  top: 5px;
}

.l-header .o-layout-header-metanav .oo-list > li:nth-child(5) > a > svg, .l-header .o-layout-header-metanav .oo-list > li:nth-child(5) > a > img {
  top: 0;
}

@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list > li > a > svg,
  .o-layout-header-metanav .oo-list > li > a > img {
    top: 6px;
    margin: 0 5px 0 0;
  }
}
.o-layout-header-metanav .oo-list > li > a > span {
  display: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-list > li > a > span {
    display: block;
    position: relative;
    bottom: 1px;
    float: left;
    padding: 8px 0 0 0;
  }
}
.o-layout-header-metanav--brs .oo-list > li > a > span {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs .oo-list > li > a > span {
    display: none;
  }
}

.o-layout-header-metanav .oo-list > li > a > span.h-smartphone-visible {
  display: block;
}
.o-layout-header-metanav .oo-list > li > a > span.h-smartphone-visible.h-smartphone-visible--menuTxt {
  position: absolute;
  right: 10px;
  padding: 0;
  font-size: 0.8em;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  top: 19px;
}
@media only screen and (min-width: 88.75em) {
  .o-layout-header-metanav .oo-list > li > a > span.h-smartphone-visible.h-smartphone-visible--menuTxt {
    right: -2px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .o-layout-header-metanav .oo-list > li:nth-child(5) > a > span.h-smartphone-visible.h-smartphone-visible--menuTxt {
    right: -2px;
  }
}
.lt-ie9 .l-outer--nav .o-layout-header-metanav .oo-list > li:nth-child(5) > a > span.h-smartphone-visible.h-smartphone-visible--menuTxt {
  right: -2px;
}

.o-layout-header-metanav .oo-list > li.h-print-only > span {
  position: relative;
  bottom: 1px;
  float: left;
  padding: 2px 0 0 0;
}
.o-layout-header-metanav .oo-content {
  background: #ffcc00;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-content {
    display: block !important;
  }
}
.o-layout-header-metanav .oo-loggedin {
  display: none;
  border-top: 1px solid #fff;
  padding: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-loggedin {
    border-top: 0;
  }
}
.o-layout-header-metanav .oo-loggedout {
  display: none;
  padding: 20px;
  border-top: 1px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav .oo-loggedout {
    display: none !important;
  }
}
.o-layout-header-metanav .oo-loggedout > p {
  padding: 15px 0 0 0;
}
.o-layout-header-metanav .oo-loggedout .a-basic-link {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  background-position: -10px -1px;
}

/* o-layout-main-header */
.o-layout-main-header {
  position: relative;
  min-height: 50px;
  height: auto;
  transition: padding-top 0.2s, min-height 0.2s;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-header {
    min-height: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-header {
    min-height: 60px;
  }
}
.lt-ie9 .o-layout-main-header {
  min-height: 60px;
}
.ll-main-center--cluster .o-layout-main-header {
  min-height: 0;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center--cluster .o-layout-main-header {
    min-height: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-center--cluster .o-layout-main-header {
    min-height: 60px;
  }
}
.lt-ie9 .ll-main-center--cluster .o-layout-main-header {
  min-height: 60px;
}
.o-layout-main-stage + .ll-main-center .o-layout-main-header {
  min-height: 0;
}
.o-layout-main-header .oo-headline {
  right: 0;
  margin: 0;
  display: none;
  position: relative;
  bottom: 0;
  padding: 40px 0 30px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 43px;
  line-height: 2.6875rem;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-header .oo-headline {
    display: block;
  }
}
.lt-ie9 .o-layout-main-header .oo-headline {
  display: block;
}
@media print {
  .o-layout-main-header .oo-headline {
    position: static;
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 0;
    padding: 10px 0 10px 120px;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.ll-main-center--cluster .o-layout-main-header .oo-headline {
  display: block;
  margin-right: 10px;
  padding: 0;
  margin-top: -10px;
  margin-bottom: -3px;
}
@media print, only screen and (min-width: 48em) {
  .ll-main-center--cluster .o-layout-main-header .oo-headline {
    padding: 10px 0 22px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-center--cluster .o-layout-main-header .oo-headline {
    padding: 40px 0 30px 0;
  }
}
.lt-ie9 .ll-main-center--cluster .o-layout-main-header .oo-headline {
  padding: 40px 0 30px 0;
}
.l-outer--nav .o-layout-main-header .oo-headline {
  display: none;
  position: absolute;
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .o-layout-main-header .oo-headline {
    display: block;
  }
}
.lt-ie9 .l-outer--nav .o-layout-main-header .oo-headline {
  display: block;
}
@media print {
  .l-outer--nav .o-layout-main-header .oo-headline {
    display: block;
  }
}
.l-header.headroom + .l-main .o-layout-main-header .oo-headline {
  margin-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage + .ll-main-center--cluster .o-layout-main-header .oo-headline {
    position: relative;
    padding: 40px 0 30px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-outer--nav .o-layout-main-header {
    width: 100%;
    min-height: 40px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .o-layout-main-header {
    min-height: 60px;
  }
}
.lt-ie9 .l-outer--nav .o-layout-main-header {
  min-height: 60px;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .o-layout-main-header {
    width: auto;
    margin: 0;
  }
}
.o-layout-main-header.is-redc-open-nav {
  min-height: 105px;
  padding-top: 45px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage + .ll-main-center--cluster .o-layout-main-header {
    min-height: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .ll-main-center--cluster > .o-layout-main-header {
    height: 123px;
  }
}
.lt-ie9 .ll-main-center--cluster > .o-layout-main-header {
  height: 123px;
}

/* o-layout-main-stage */
.o-layout-main-stage {
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child .oo-box-col-2-text .oo-box-col-2-head, .o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child .oo-box-col-2-head {
  display: block;
  padding: 0 0 10px 0;
}
.o-layout-main-stage .oo-box--col-3 .oo-box-col-3 .oo-box-col-3-text .oo-box-col-3-head, .o-layout-main-stage .oo-box--col-3 .oo-box-col-3 .oo-box-col-3-head {
  display: block;
  padding: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage {
    background: #d7d7d7;
  }
}
@media only screen and (min-width: 88.75em) {
  .is-page-editor .o-layout-main-stage:before {
    content: "Bühne";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 60px);
    color: #999;
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
  .h-roboto .is-page-editor .o-layout-main-stage:before {
    font-family: "Roboto Bold", sans-serif;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--white {
    background: #fff;
  }
}
.o-layout-main-stage > .oo-ani-controller {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #000;
  background: #fff;
  width: 34px;
  height: 34px;
  z-index: 10;
  border-radius: 50%;
}
.o-layout-main-stage > .oo-ani-controller:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.o-layout-main-stage > .oo-ani-controller.is-play:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
}
.o-layout-main-stage > .oo-ani-controller.is-pause:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: calc(50% - 4px);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 12px;
}
.o-layout-main-stage > .oo-ani-controller.is-pause:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 12px;
}
.is-keyboard-focus .o-layout-main-stage > .oo-ani-controller:focus {
  outline: 0;
  background: #ffb700;
  border-radius: 50%;
}
.o-layout-main-stage .oo-figure {
  overflow: hidden;
  min-height: 155px;
  max-height: 420px;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure {
    min-height: 330px;
  }
}
.o-layout-main-stage .oo-figure .oo-img {
  position: relative;
  left: -48%;
  width: 148%;
  height: auto;
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure .oo-img {
    left: -33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-figure .oo-img {
    position: static;
    width: 100%;
  }
}
.lt-ie9 .o-layout-main-stage .oo-figure .oo-img {
  position: static;
  width: 100%;
}
.o-layout-main-stage .oo-figure .oo-img--col-3 {
  left: -15%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure .oo-img--col-3 {
    left: -36%;
    width: 170%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-figure .oo-img--col-3 {
    position: relative;
    left: -16%;
    width: 128%;
  }
}
.lt-ie9 .o-layout-main-stage .oo-figure .oo-img--col-3 {
  position: relative;
  left: -16%;
  width: 128%;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-figure .oo-img--col-3 {
    left: 0;
    width: 110%;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-layout-main-stage .oo-figure .oo-img--col-3 {
    width: 100%;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure .oo-img.is-fixed-height {
    position: relative;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-figure .oo-img.is-fixed-height {
    width: auto;
    height: 100%;
  }
}
.lt-ie9 .o-layout-main-stage .oo-figure .oo-img.is-fixed-height {
  width: auto;
  height: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure--fade-overlay, .o-layout-main-stage .oo-figure--overlay {
    position: relative;
    z-index: -1;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure--overlay {
    min-height: 420px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-figure--overlay .oo-img {
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 100%;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper {
  position: static;
  display: block;
  padding: 10px 20px 0 20px;
  background: #fff;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper {
    height: 100%;
    padding: 20px 30px 0 30px;
    max-width: 898px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 640px;
    padding: 20px 30px 30px;
    background: none;
  }
  .o-layout-main-stage.o-layout-main-stage--wide-center .oo-slide-content-wrapper {
    transform: translate(-55%, 0);
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 640px;
  padding: 20px 30px 30px;
  background: none;
}
.lt-ie9 .o-layout-main-stage.o-layout-main-stage--wide-center .oo-slide-content-wrapper {
  transform: translate(-55%, 0);
}

.o-layout-main-stage .oo-slide-content-wrapper:before, .o-layout-main-stage .oo-slide-content-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 50vw;
  transform: translate(0, 0);
  background: #fff;
  z-index: -1;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper:before, .o-layout-main-stage .oo-slide-content-wrapper:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper:before, .o-layout-main-stage .oo-slide-content-wrapper:after {
    display: none;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper:before, .lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper:after {
  display: none;
}
.o-layout-main-stage .oo-slide-content-wrapper:after {
  left: auto;
  right: 0;
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head {
  display: inline-block;
  width: 100%;
  font-weight: lighter;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head {
    position: absolute;
    top: 30px;
    right: 30px;
    min-width: 470px;
    width: auto;
    max-width: 75%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head {
    position: static;
    padding: 0 20px;
    min-width: 800px;
    max-width: 800px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head {
  position: static;
  padding: 0 20px;
  min-width: 800px;
  max-width: 800px;
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head.is-white {
  color: #000;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-slide-head.is-white {
    color: #fff;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-box {
  position: static;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-list {
    position: absolute;
    left: auto;
    bottom: 30px;
    width: 580px;
    padding: 25px 30px;
    margin: 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-list {
  position: absolute;
  left: auto;
  bottom: 30px;
  width: 580px;
  padding: 25px 30px;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-list-rate-stage {
    position: absolute;
    left: auto;
    bottom: 30px;
    width: 640px;
    padding: 25px 30px;
    margin: 0;
    border-radius: 8px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-list-rate-stage {
  position: absolute;
  left: auto;
  bottom: 30px;
  width: 640px;
  padding: 25px 30px;
  margin: 0;
  border-radius: 8px;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-list-rate-stage {
    bottom: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage {
    position: absolute;
    left: auto;
    bottom: 20px;
    width: 640px;
    padding: 20px 30px;
    margin: 0;
    border-radius: 8px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage {
  position: absolute;
  left: auto;
  bottom: 20px;
  width: 640px;
  padding: 20px 30px;
  margin: 0;
  border-radius: 8px;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--advantage-tourset-stage {
    bottom: 50px;
    padding: 25px 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--blank {
    position: absolute;
    left: auto;
    bottom: 30px;
    width: 580px;
    padding: 25px 30px;
    margin: 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper > .oo-box--blank {
  position: absolute;
  left: auto;
  bottom: 30px;
  width: 580px;
  padding: 25px 30px;
  margin: 0;
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex {
    flex-direction: row;
    align-items: center;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex > .oo-flex-item {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex > .oo-flex-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex > .oo-flex-item:last-child {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper > .oo-box > .oo-box-flex > .oo-flex-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--small {
    left: 42%;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--small {
  left: 42%;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-slide-content-wrapper--small {
    left: 50%;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay {
  margin-top: -100px;
  max-width: none;
  background: none;
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay:before, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay:after {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay {
    background: linear-gradient(rgba(255, 255, 255, 0), white 50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay {
    height: auto;
    max-width: 480px;
    margin-top: 0;
    padding-top: 30px;
    background: none;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay {
  height: auto;
  max-width: 480px;
  margin-top: 0;
  padding-top: 30px;
  background: none;
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0), white 70%);
  padding-top: 50px;
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head:before, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(0, 0);
  background: linear-gradient(rgba(255, 255, 255, 0), white 70%);
  z-index: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head:before, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head:after {
    display: none;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head:after {
  left: auto;
  right: -100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    padding-top: 0;
    background: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
    position: static;
    padding: 0 20px;
    min-width: 800px;
    max-width: 800px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
  position: static;
  padding: 0 20px;
  min-width: 800px;
  max-width: 800px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box {
    padding-top: 35px;
    z-index: 1;
    background: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box {
    position: relative;
    left: auto;
    bottom: -10px;
    margin-bottom: 0;
    padding: 25px 20px 30px 25px;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box {
  position: relative;
  left: auto;
  bottom: -10px;
  margin-bottom: 0;
  padding: 25px 20px 30px 25px;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.8);
}
.o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box--blank {
  background: none;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box--blank {
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay > .oo-box--blank {
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.o-layout-main-stage .oo-slide-content-wrapper--big {
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--big {
    max-width: 860px;
    width: 860px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--big {
  max-width: 860px;
  width: 860px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-slide-head {
    padding: 0 0 17px 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-slide-head {
  padding: 0 0 17px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box {
    padding-top: 35px;
    z-index: 1;
    background: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box {
    position: relative;
    left: auto;
    bottom: -10px;
    margin-bottom: 0;
    padding: 35px 40px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box {
  position: relative;
  left: auto;
  bottom: -10px;
  margin-bottom: 0;
  padding: 35px 40px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.8);
}
.o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box--blank {
  background: none;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box--blank {
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--big > .oo-box--blank {
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.o-layout-main-stage .oo-slide-content-wrapper--overlay {
  border-radius: 8px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay {
    max-width: none;
    width: calc(100% - 20px);
    margin-top: -80px;
    padding-top: 34px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay {
    display: flex;
    flex-flow: column nowrap;
    left: 30px;
    right: auto;
    min-width: 0;
    width: auto;
    max-width: 520px;
    height: auto;
    max-height: 295px;
    margin-top: 0;
    padding-top: 40px;
    background: none;
    transform: none;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay {
  display: flex;
  flex-flow: column nowrap;
  left: 30px;
  right: auto;
  min-width: 0;
  width: auto;
  max-width: 520px;
  height: auto;
  max-height: 295px;
  margin-top: 0;
  padding-top: 40px;
  background: none;
  transform: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay:before, .o-layout-main-stage .oo-slide-content-wrapper--overlay:after {
    display: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-slide-head {
    left: 30px;
    right: auto;
    max-width: 480px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-slide-head {
    position: static;
    padding: 0 20px;
    min-width: 800px;
    max-width: 800px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-slide-head {
  position: static;
  padding: 0 20px;
  min-width: 800px;
  max-width: 800px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-box {
    position: relative;
    left: auto;
    bottom: -10px;
    margin-bottom: 0;
    padding: 25px 20px 30px 25px;
    max-width: 480px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-box {
  position: relative;
  left: auto;
  bottom: -10px;
  margin-bottom: 0;
  padding: 25px 20px 30px 25px;
  max-width: 480px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-box--blank {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding-left: 20px;
    padding-top: 15px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay > .oo-box--blank {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  padding-left: 20px;
  padding-top: 15px;
}
.o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay ~ .h-h2 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay ~ .h-h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2, .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay ~ .h-h2 {
    text-align: center;
    position: relative;
    width: 100%;
    top: -45px;
    z-index: 1;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2, .lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay ~ .h-h2 {
  text-align: center;
  position: relative;
  width: 100%;
  top: -45px;
  z-index: 1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2 {
    display: block;
    top: -50px;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay ~ .h-h2 {
  display: block;
  top: -50px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.o-layout-main-stage .is-init .oo-img {
  visibility: hidden;
}
.o-layout-main-stage .oo-box {
  position: relative;
  height: auto;
  z-index: 15;
  margin: -30px 10px 0 10px;
  padding: 15px;
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box {
    position: absolute;
    bottom: 60px;
    left: 50px;
    width: 465px;
    margin: 0;
    padding-top: 25px;
    padding-right: 100px;
    padding-left: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box {
    width: 535px;
    left: 205px;
    padding-right: 170px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box {
  width: 535px;
  left: 205px;
  padding-right: 170px;
}
.o-layout-main-stage .oo-box .a-basic-stopper ~ header .oo-box-overhead {
  padding-right: 70px;
}
.o-layout-main-stage .oo-box .a-basic-stopper ~ header .oo-box-head {
  padding-right: 70px;
}
.o-layout-main-stage .oo-box .a-basic-stopper ~ .oo-box-text {
  padding-right: 70px;
}
.o-layout-main-stage .oo-box .oo-box-headline {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-box-headline {
    display: block;
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47px;
    line-height: 2.9375rem;
  }
}
.o-layout-main-stage .oo-box.oo-box--advantage-list-rate-stage .oo-box-headline {
  display: block;
  position: static;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  max-width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box.oo-box--advantage-list-rate-stage .oo-box-headline {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 43px;
    line-height: 2.6875rem;
    position: static;
    width: 658px;
    max-width: 660px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box.oo-box--advantage-list-rate-stage .oo-box-headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    bottom: calc(100% + 25px);
    position: absolute;
    right: auto;
    left: 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box.oo-box--advantage-list-rate-stage .oo-box-headline {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  bottom: calc(100% + 25px);
  position: absolute;
  right: auto;
  left: 0;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-box.oo-box--advantage-list-rate-stage .oo-box-headline {
    bottom: calc(100% + 40px);
  }
}

.o-layout-main-stage .oo-box.oo-box--advantage-tourset-stage .oo-box-headline {
  display: block;
  position: static;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  max-width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box.oo-box--advantage-tourset-stage .oo-box-headline {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 43px;
    line-height: 2.6875rem;
    position: static;
    width: 658px;
    max-width: 660px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box.oo-box--advantage-tourset-stage .oo-box-headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    bottom: calc(100% + 15px);
    position: absolute;
    right: auto;
    left: 25px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box.oo-box--advantage-tourset-stage .oo-box-headline {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  bottom: calc(100% + 15px);
  position: absolute;
  right: auto;
  left: 25px;
}

.o-layout-main-stage .oo-box .oo-box-headline > .oo-box-headline-registered-sign {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box .oo-box-headline > .oo-box-headline-registered-sign {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box .oo-box-headline > .oo-box-headline-registered-sign {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43px;
  line-height: 2.6875rem;
}
.o-layout-main-stage .oo-box > header {
  padding: 10px 0 0 0;
  min-height: 60px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box > header {
    min-height: 0;
    padding: 0;
  }
}
.o-layout-main-stage .oo-box--blank {
  background: none;
}
.o-layout-main-stage .oo-box--col-2 {
  height: auto;
  bottom: 36px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-2 {
    left: 30px;
    width: calc(100% - 60px);
    height: 342px;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box--col-2 {
    left: 50%;
    max-width: 828px;
    margin-left: -414px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box--col-2 {
  left: 50%;
  max-width: 828px;
  margin-left: -414px;
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2-headline {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-2 .oo-box-col-2-headline {
    display: block;
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47px;
    line-height: 2.9375rem;
    color: #fff;
  }
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2-headline--black {
  color: #000;
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child {
  margin: 0 0 10px 0;
  padding: 15px 20px;
  flex: 1 1 auto;
  flex-basis: 66%;
  border-bottom: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child {
    margin: 0;
    padding: 0 20px;
    border-bottom: 0;
  }
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  flex-basis: 262px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child .oo-box-col-2-text {
    height: 78px;
    overflow: hidden;
  }
}
.o-layout-main-stage .oo-box--col-2 .oo-box-col-2--child .oo-box-col-2-text .oo-box-col-2-subhead {
  display: block;
  padding: 0 0 5px 0;
}
.o-layout-main-stage .oo-box--col-3 {
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 {
    display: flex;
    left: 30px;
    width: calc(100% - 60px);
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box--col-3 {
    left: 50%;
    max-width: 828px;
    margin-left: -414px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box--col-3 {
  left: 50%;
  max-width: 828px;
  margin-left: -414px;
}
.o-layout-main-stage .oo-box--col-3 .oo-box-col-3-headline {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 .oo-box-col-3-headline {
    display: block;
    position: absolute;
    right: 20px;
    bottom: calc(100% + 69px);
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 47px;
    line-height: 2.9375rem;
    color: #fff;
  }
}
.o-layout-main-stage .oo-box--col-3 .oo-box-col-3 {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.o-layout-main-stage .oo-box--col-3 .oo-box-col-3:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 .oo-box-col-3 {
    width: 33.3333333333%;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 .oo-box-col-3 .oo-box-col-3-text {
    height: 78px;
    overflow: hidden;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--col-3 .oo-box-col-3 .oo-box-col-3-text--full {
    height: 140px;
  }
}
.o-layout-main-stage .oo-box--col-3 .oo-box-col-3 .oo-box-col-3-text .oo-box-col-3-subhead {
  display: block;
  padding: 0 0 5px 0;
}
.o-layout-main-stage .oo-box--teaser-center {
  margin: 0 auto;
  padding: 15px 20px;
  min-height: 255px;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center {
    padding: 40px;
    width: 700px;
    bottom: 45px;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box--teaser-center {
    width: 767px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box--teaser-center {
  width: 767px;
}
.o-layout-main-stage .oo-box--teaser-center > header {
  min-height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > header {
    padding-right: 60px;
  }
}
.o-layout-main-stage .oo-box--teaser-center > header > .oo-box-head {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  max-width: 55%;
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > header > .oo-box-head {
    font-size: 40px;
    font-size: 2.5rem;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.o-layout-main-stage .oo-box--teaser-center .oo-box-subhead {
  display: inline-block;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center .a-basic-stopper + header {
    padding-top: 18px;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-box-text {
  height: auto;
  overflow: visible;
  max-width: 480px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-box-text {
    max-width: 530px;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .a-basic-btn {
  left: 20px;
  right: auto;
  bottom: 20px;
  max-width: 150px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .a-basic-btn {
    left: auto;
    bottom: 25px;
    right: 38px;
    max-width: 100%;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-button-box {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box.has-border-top {
    border-top: 1px solid #cccccc;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-button-box.is-left-aligned-mobile {
  align-items: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box.is-left-aligned-mobile {
    align-items: center;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a {
    margin: 0 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a:first-of-type {
    margin-left: 10px;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a:last-of-type {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a:last-of-type {
    margin-right: 0;
  }
}
.o-layout-main-stage .oo-box--teaser-center > .oo-button-box > a > img {
  display: block;
  max-width: 100%;
  max-height: 40px;
}
.o-layout-main-stage .oo-box .oo-box-overhead {
  display: block;
  max-width: 400px;
  margin: 0 0 1px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-box-overhead {
    margin-bottom: 2px;
    font-weight: bold;
  }
}
.o-layout-main-stage .oo-box .oo-box-head {
  display: block;
  max-width: 400px;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-box-head {
    margin-bottom: 15px;
  }
}
.o-layout-main-stage .oo-box span.oo-box-head {
  margin: 0 0 4px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box span.oo-box-head {
    margin-bottom: 15px;
  }
}

.o-layout-main-stage .oo-box h1.oo-box-head {
  margin: 0 0 12px 0;
  line-height: 1em;
}

@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box span.oo-box-overhead + span.oo-box-head {
    margin-top: 8px;
  }
}
.o-layout-main-stage .oo-box .oo-box-text {
  display: block;
  max-width: 400px;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-box-text {
    overflow: hidden;
    height: auto;
    max-height: 45px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-row-wrapper {
    display: flex;
    align-items: center;
  }
}
.o-layout-main-stage .oo-box .oo-row-wrapper > .a-basic-btn {
  margin-top: 20px;
}
.o-layout-main-stage .oo-box--advantage-list .oo-row-wrapper > .a-basic-btn {
  margin-top: 20px;
}

.o-layout-main-stage .oo-box--blank .oo-row-wrapper > .a-basic-btn {
  margin-top: 20px;
}

.o-layout-main-stage .oo-box .oo-row-wrapper > *:first-child {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-row-wrapper > *:first-child {
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-row-wrapper > *:not(:last-child) {
    margin-right: 15px;
  }
}
.o-layout-main-stage .oo-box .oo-flex-box {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-flex-box {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.o-layout-main-stage .oo-box .oo-flex-box > .oo-flex-box-content:first-child {
  flex: 1 1 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-flex-box > .oo-flex-box-content:first-child {
    flex: 0 0 50%;
  }
}
.o-layout-main-stage .oo-box .oo-flex-box > .oo-flex-box-content:last-child {
  flex: 1 1 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-box .oo-flex-box > .oo-flex-box-content:last-child {
    flex: 0 0 50%;
  }
}
.o-layout-main-stage .oo-badge {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-badge {
    position: absolute;
    right: 35px;
    bottom: calc(50% + 60px);
    padding: 0;
    margin-bottom: 0;
    transform: translate(0, 50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-badge {
    bottom: 30px;
    right: auto;
    left: calc(50% + 390px);
    transform: translate(-50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage .oo-badge {
  bottom: 30px;
  right: auto;
  left: calc(50% + 390px);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-badge--big {
    left: calc(44% + 390px);
    transform: translate(-44%, 0);
  }
}
.lt-ie9 .o-layout-main-stage .oo-badge--big {
  left: calc(44% + 390px);
  transform: translate(-44%, 0);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-badge--big {
    left: calc(50% + 430px);
    transform: translate(-50%, 0);
  }
}
.o-layout-main-stage .oo-badge > img {
  vertical-align: top;
}
.o-layout-main-stage > .swiper {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge {
    top: -10px;
    left: auto;
    right: 30px;
    bottom: auto;
    transform: translate(0, 90%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge {
    top: 45px;
    transform: translate(0, 40%);
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge {
  top: 45px;
  transform: translate(0, 40%);
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
    top: 35px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
    top: 100px;
    right: 50px;
    transform: translate(0, 40%);
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
  top: 100px;
  right: 50px;
  transform: translate(0, 40%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
    right: calc(50% - 450px);
    transform: translate(50%, 40%);
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay + .oo-badge {
    top: 0;
    left: 30px;
    right: auto;
    bottom: auto;
    transform: translate(0, 90%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay + .oo-badge {
    top: 110px;
    left: auto;
    right: 100px;
    transform: none;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay + .oo-badge {
  top: 110px;
  left: auto;
  right: 100px;
  transform: none;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper--overlay + .oo-badge--big {
    left: auto;
    right: 100px;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper--overlay + .oo-badge--big {
  left: auto;
  right: 100px;
}
.l-main-content > .o-layout-main-stage {
  top: -40px;
  left: -20px;
  width: 100vw;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-main-content > .o-layout-main-stage {
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header:not(.m-basic-header--reduced):not(.has-breadcrumb) ~ .l-main > .ll-main-center > .l-main-content > .o-layout-main-stage {
    top: -64px;
  }
}
.m-basic-header ~ .l-main > .o-layout-main-stage {
  margin-top: -40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header ~ .l-main > .o-layout-main-stage {
    margin-top: -42px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main > .o-layout-main-stage {
    margin-top: -64px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main > .o-layout-main-stage {
  margin-top: -64px;
}
.m-basic-header + .m-basic-breadcrumb ~ .l-main > .o-layout-main-stage {
  margin-top: -40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header + .m-basic-breadcrumb ~ .l-main > .o-layout-main-stage {
    margin-top: -110px;
  }
}
.lt-ie9 .m-basic-header + .m-basic-breadcrumb ~ .l-main > .o-layout-main-stage {
  margin-top: -110px;
}
.m-basic-header--reduced.has-breadcrumb ~ .l-main > .ll-main-center > .l-main-content > .o-layout-main-stage {
  top: -56px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced.has-breadcrumb ~ .l-main > .ll-main-center > .l-main-content > .o-layout-main-stage {
    top: -84px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced.has-breadcrumb ~ .l-main > .ll-main-center > .l-main-content > .o-layout-main-stage {
    top: 36px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced ~ .l-main > .ll-main-center > .l-main-content > .o-layout-main-stage {
    top: -64px;
  }
}

/* o-layout-main-stage */
.o-layout-ves-stage {
  position: relative;
  z-index: 10;
  background-color: #e9e9ea;
}
.m-basic-header ~ .l-main .o-layout-ves-stage {
  margin-top: -40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header ~ .l-main .o-layout-ves-stage {
    margin-top: -42px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header ~ .l-main .o-layout-ves-stage {
    margin-top: -64px;
  }
}
.lt-ie9 .m-basic-header ~ .l-main .o-layout-ves-stage {
  margin-top: -64px;
}
.m-basic-header + .m-basic-breadcrumb ~ .l-main .o-layout-ves-stage {
  margin-top: -40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header + .m-basic-breadcrumb ~ .l-main .o-layout-ves-stage {
    margin-top: -110px;
  }
}
.lt-ie9 .m-basic-header + .m-basic-breadcrumb ~ .l-main .o-layout-ves-stage {
  margin-top: -110px;
}
.o-layout-ves-stage > .oo-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper {
    display: flex;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper {
  display: flex;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item {
    flex: 1 1 auto;
    width: 50%;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item {
  flex: 1 1 auto;
  width: 50%;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--image {
    overflow: hidden;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--image {
  overflow: hidden;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--image > .oo-figure {
  margin: 0;
  height: 100%;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--image > .oo-figure > picture {
  display: block;
  height: 100%;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--image > .oo-figure > picture > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--image > .oo-figure > picture > img {
    max-width: none;
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--image > .oo-figure > picture > img {
  max-width: none;
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content {
  padding: 20px;
  position: relative;
  min-height: 120px;
  z-index: 1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content {
    padding: 40px 145px 20px 40px;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--content {
  padding: 40px 145px 20px 40px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text {
    padding-right: 125px;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text {
  padding-right: 125px;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text > .oo-button-wrapper {
  margin-top: 15px;
  margin-bottom: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text > .oo-button-wrapper > * {
  margin-bottom: 15px;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text > .oo-button-wrapper > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text > .oo-button-wrapper > *:not(:last-child) {
    margin-right: 40px;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-text > .oo-button-wrapper > *:not(:last-child) {
  margin-right: 40px;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-stopper {
  position: absolute;
  top: -20px;
  right: 20px;
  transform: translateY(-100%);
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-stopper {
    top: calc(100% - 50px);
    right: calc(50% + 25px);
    transform: translate(-50%, -100%);
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-stopper {
  top: calc(100% - 50px);
  right: calc(50% + 25px);
  transform: translate(-50%, -100%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-stopper {
    top: 30px;
    right: 40px;
    transform: none;
  }
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-siegel {
  margin-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-siegel {
    position: absolute;
    bottom: 40px;
    right: 40px;
    margin-top: 0;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-siegel {
  position: absolute;
  bottom: 40px;
  right: 40px;
  margin-top: 0;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item--content > .oo-siegel > img {
  display: block;
}
.o-layout-ves-stage > .oo-wrapper > .oo-item > .oo-headline {
  margin: 0;
  padding: 0 0 14px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item > .oo-headline {
    padding: 0 0 17px 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage > .oo-wrapper > .oo-item > .oo-headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.lt-ie9 .o-layout-ves-stage > .oo-wrapper > .oo-item > .oo-headline {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
}
@media print {
  .o-layout-ves-stage > .oo-wrapper > .oo-item > .oo-headline {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}

.o-mgl-advisor > .oo-headline {
  max-width: 800px;
  font-weight: lighter;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-headline {
    text-align: center;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-headline {
  text-align: center;
}
.o-mgl-advisor > .oo-reception-wrapper {
  max-width: 765px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-reception-wrapper {
    margin-top: 65px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-reception-wrapper {
  margin-top: 65px;
}
.o-mgl-advisor > .oo-reception-wrapper.is-hidden {
  display: none;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-image > img {
  margin-left: 125px;
  display: block;
  max-height: 180px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-image > img {
    max-height: none;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-image > img {
  max-height: none;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper {
  padding: 30px 20px 25px 20px;
  border: 3px solid #e9e9ea;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper {
    padding: 90px 90px 45px 90px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper {
  padding: 90px 90px 45px 90px;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 32px;
  border-color: transparent transparent #e9e9ea transparent;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #fff transparent;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper > .oo-tom-text p:last-child {
  margin-bottom: 0;
}
.o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper > .oo-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper > .oo-button-wrapper {
    margin-top: 40px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-reception-wrapper > .oo-tom-text-wrapper > .oo-button-wrapper {
  margin-top: 40px;
}
.o-mgl-advisor > .oo-advisor-wrapper {
  max-width: 570px;
  margin: 65px auto 0 auto;
  transition: all 1.35s;
  opacity: 1;
  pointer-events: auto;
  max-height: none;
}
.o-mgl-advisor > .oo-advisor-wrapper.is-hidden {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions {
  margin-bottom: 25px;
  opacity: 1;
  transition: opacity 0.7s;
  max-height: 500px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions.is-hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question {
  display: flex;
  align-items: flex-start;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-image > img {
  max-width: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-image > img {
    max-width: 75px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-image > img {
  max-width: 75px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-image > span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text {
  position: relative;
  border: 2px solid #cccccc;
  width: calc(100% - 20px);
  margin-left: 20px;
  border-radius: 8px;
  padding: 25px 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text {
    font-size: 18px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text {
  font-size: 18px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #cccccc transparent;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text:after {
  content: "";
  position: absolute;
  top: 23px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 11px;
  border-color: transparent transparent #fff transparent;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions.oo-questions--end > .oo-question > .oo-text {
  font-weight: normal;
}

.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text > span {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
  font-weight: normal;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text .oo-thanks {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text .oo-thanks {
    font-size: 18px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text .oo-thanks {
  font-size: 18px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-question > .oo-text .oo-thanks.is-hidden {
  display: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection {
  max-width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 5px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 5px 20px;
  border: 2px solid #000;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:hover {
  background-color: #F5F5F5;
  outline: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus {
  outline: none;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus::after {
  border-radius: 12px;
}
.is-keyboard-focus .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus {
  background-color: #F5F5F5;
  border-radius: 8px;
}
.is-keyboard-focus .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:focus::after {
  border-radius: 12px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item.is-active {
  background-color: #ffb700 !important;
  outline: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-selection > .oo-answer-item:not(:first-child) {
  margin-left: 15px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper {
  margin-bottom: 20px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer {
  max-width: calc(100% - 100px);
  background-color: #e9e9ea;
  position: relative;
  border-radius: 8px;
  padding: 25px;
  margin-right: 0;
  margin-left: auto;
  transition: opacity 0.7s;
  max-height: 500px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer {
    font-size: 18px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer {
  font-size: 18px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer.is-hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer.is-dechosen {
  display: none;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-question-wrapper > .oo-questions > .oo-answer-wrapper > .oo-answer:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent transparent #e9e9ea transparent;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result {
  display: flex;
  align-items: flex-start;
  transition: opacity 0.7s;
  max-height: 500px;
  opacity: 1;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result.is-hidden {
  opacity: 0;
  max-height: 0;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-image > img {
  max-width: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-image > img {
    max-width: 75px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-image > img {
  max-width: 75px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-image > span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text {
  position: relative;
  border: 2px solid #cccccc;
  width: calc(100% - 20px);
  margin-left: 20px;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text {
    font-size: 18px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text {
  font-size: 18px;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #cccccc transparent;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text:after {
  content: "";
  position: absolute;
  top: 23px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 11px;
  border-color: transparent transparent #fff transparent;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:not(:last-child) {
  margin-bottom: 0;
  margin-right: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:first-child {
    width: 290px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:first-child {
  width: 290px;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:last-child:not(:only-child) {
    max-width: 150px;
  }
}
.lt-ie9 .o-mgl-advisor > .oo-advisor-wrapper > .oo-result-wrapper > .oo-result > .oo-text > .oo-button-wrapper > *:last-child:not(:only-child) {
  max-width: 150px;
}

.o-mgl-selector > form {
  max-width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-selector > form {
    max-width: 557px;
  }
}
.lt-ie9 .o-mgl-selector > form {
  max-width: 557px;
}
.o-mgl-selector > form > .oo-selector {
  padding: 11px 16px 0 8px;
  background: #C5C5C5;
}
.o-mgl-selector > form > .oo-selector.oo-selector--sophisticated {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector > form > .oo-selector.oo-selector--sophisticated {
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
  }
}

.o-mgl-selector > form > .oo-selector > label {
  float: left;
  padding: 0 0 13px 0;
  margin-right: 34px;
  cursor: pointer;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.o-mgl-selector > form > .oo-selector.oo-selector--sophisticated > label {
  margin-right: 5px;
}

.o-mgl-selector > form > .oo-selector > label.oo-last {
  margin-right: 0;
}
.o-mgl-selector > form > .oo-selector > label input[type=radio] {
  display: none;
}
.o-mgl-selector > form > .oo-selector > label input[type=radio] + span {
  display: inline-block;
  padding: 2px 0 0 31px;
  position: relative;
}
.o-mgl-selector > form > .oo-selector > label input[type=radio] + span::before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 27.9661016949%;
  position: absolute;
  top: -10px;
  left: -11px;
}
.o-mgl-selector > form > .oo-selector > label input[type=radio] + span > .oo-sophisticated-info {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector > form > .oo-selector > label input[type=radio] + span > .oo-sophisticated-info {
    display: inline-block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-mgl-selector > form > .oo-selector > label input[type=radio] + span > .oo-sophisticated-info {
    display: block;
  }
}
.lt-ie9 .o-mgl-selector > form > .oo-selector > label input[type=radio] + span > .oo-sophisticated-info {
  display: block;
}
.o-mgl-selector > form > .oo-selector > label input[type=radio]:checked + span::before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 0;
}
.o-mgl-selector > form > .oo-selector > label > span > span {
  white-space: pre;
}
.o-mgl-selector > form > .oo-content {
  margin-bottom: 27px;
}
.o-mgl-selector > form > .oo-content > div {
  display: none;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content {
  background: #ededed;
  border: 1px solid #d7d7d7;
  padding: 0;
  border-bottom: 3px double #000;
  margin-bottom: 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 10px 5px;
  position: relative;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li:last-of-type {
  border-bottom: none;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content.oo-membership-content--radio > li {
  display: flex;
  justify-content: space-between;
}

.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div {
  background-position: -2px 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div > .ll-depend {
  padding-top: 5px;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div > .ll-depend > div > .a-basic-input-radio {
  width: 100%;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div > .ll-depend > div > .a-basic-input-radio > div {
  background-position: -2px 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div > .ll-depend > div > .a-basic-input-radio > div > label {
  font-weight: normal;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-radio > div > label > .h-smartphone-only {
  font-weight: normal;
  white-space: pre;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox {
  position: static;
  min-height: 30px;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content.oo-list-content--select > .a-basic-input-checkbox {
  padding-right: 50px;
}

.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox > div {
  background-position: -2px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content.oo-list-content--select > .a-basic-input-checkbox > div > label {
    position: relative;
  }
}

.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox > div > label > .h-smartphone-only {
  font-weight: normal;
  white-space: pre;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox > div > .oo-depend-select {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-top: 0;
  vertical-align: top;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox > div > .oo-depend-select {
    padding-left: 15px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-content > .a-basic-input-checkbox > div > .oo-depend-select > .a-basic-input-select {
  display: none;
  margin-top: 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li.is-active > .oo-list-content > .a-basic-input-checkbox > div > .oo-depend-select > .a-basic-input-select {
  display: inline-block;
}

.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li > .oo-list-price {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  opacity: 0.5;
  align-self: flex-start;
  flex-shrink: 0;
}
.o-mgl-selector > form > .oo-content > div > .oo-membership-content > li.is-active > .oo-list-price {
  opacity: 1;
}

.o-mgl-selector > form > .oo-content > div > div > .oo-description-wrapper {
  display: none;
}
.o-mgl-selector > form > .oo-content > div > div > .oo-description-wrapper.is-active {
  display: block;
}
.o-mgl-selector > form > .oo-content > div.js-mgl-selector-active {
  display: block;
}
.o-mgl-selector > form > .oo-operator {
  margin-bottom: 45px;
}
.o-mgl-selector > form > .oo-operator .a-basic-btn {
  margin-bottom: 15px;
}
.o-mgl-selector > form > .oo-operator .a-basic-btn + .a-basic-btn {
  float: right;
  margin-left: 10px;
}
.o-mgl-selector .oo-contribution {
  padding: 0 0 15px 0;
  margin-bottom: 43px;
  border-bottom: 1px solid #000;
}
.o-mgl-selector .oo-contribution li {
  position: relative;
}
.o-mgl-selector .oo-contribution li .oo-first {
  padding-right: 130px;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector .oo-contribution li .oo-first {
    padding-right: 160px;
  }
}
.o-mgl-selector .oo-contribution li .oo-first {
  display: block;
  width: 100%;
}
.o-mgl-selector .oo-contribution li .oo-first + span {
  position: absolute;
  right: 8px;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector .oo-contribution li .oo-first + span {
    right: 23px;
  }
}
.o-mgl-selector .oo-contribution .oo-contribution-total {
  padding-top: 13px;
  padding-bottom: 9px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector .oo-contribution .oo-contribution-total {
    padding-bottom: 0;
  }
}
.o-mgl-selector .oo-contribution .oo-contribution-total .oo-first {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.o-mgl-selector .oo-contribution .oo-contribution-total .oo-first + span {
  padding-top: 13px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.o-mgl-selector .oo-contribution .oo-contribution-reduced .oo-first {
  padding-right: 128px;
}
@media print, only screen and (min-width: 48em) {
  .o-mgl-selector .oo-contribution .oo-contribution-reduced .oo-first {
    padding-right: 158px;
  }
}
.o-mgl-selector .oo-contribution .oo-contribution-reduced .oo-first {
  min-height: 21px;
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.o-mgl-selector .oo-contribution .oo-contribution-reduced .oo-first + span {
  font-size: 15px;
  font-size: 0.9375rem;
}
.o-mgl-selector .oo-content-above {
  padding: 25px 20px 9px;
  margin: 0 0 43px;
  position: relative;
  background: #ededed;
  display: block;
  border: 1px solid #d7d7d7;
}
.o-mgl-selector .oo-description {
  padding: 25px 20px 9px;
  margin: 0 0 17px;
  position: relative;
  background: #ededed;
}
.o-mgl-selector .oo-description ul {
  padding: 3px 0 0 8px;
}
.o-mgl-selector .oo-description:first-of-type .oo-arrow {
  width: 0;
  height: 0;
  border-left: 127px solid transparent;
  border-right: 127px solid transparent;
  border-top: 48px solid #ffcc00;
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -127px;
}
.o-mgl-selector .oo-description:not(:only-of-type) {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.o-mgl-selector .oo-description:not(:only-of-type):last-of-type {
  border-bottom: none;
}
.o-mgl-selector .a-basic-input-checkbox .ll-depend {
  padding-top: 10px;
  margin-bottom: 0;
}

.o-ruf-rating {
  padding: 20px;
  background: #ededed;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating > .oo-subtitle-wrapper {
    display: flex;
    justify-content: flex-start;
  }
}
.o-ruf-rating > .oo-subtitle-wrapper > .oo-subtitle {
  margin-right: 10px;
  line-height: 28px;
}
.o-ruf-rating .oo-btn-wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-btn-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: unset;
  }
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating {
  padding: 1px 0 0 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating:before {
  content: " ";
  position: absolute;
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  left: -25px;
  top: -10px;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating > .no-rating {
  display: block;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating > .all-rating {
  display: none;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating.rating-close {
  padding: 1px 0 0 10px;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating.rating-close:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating.rating-close > .no-rating {
  display: none;
}
.o-ruf-rating .oo-btn-wrapper > .toggle-rating.rating-close > .all-rating {
  display: block;
}
.o-ruf-rating .oo-btn-wrapper > .a-basic-btn {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-btn-wrapper > .a-basic-btn {
    margin-bottom: 0;
  }
}
.o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom {
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 0;
    flex-wrap: unset;
  }
}
.o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom > .toggle-rating {
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom > .toggle-rating {
    margin-top: 0;
  }
}
.o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom > .a-basic-btn {
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-btn-wrapper.oo-btn-wrapper-bottom > .a-basic-btn {
    margin-top: 0;
  }
}
.o-ruf-rating .oo-content-wrapper {
  display: none;
}
.o-ruf-rating .oo-content-wrapper .oo-sort-wrapper {
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-content-wrapper .oo-sort-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.o-ruf-rating .oo-content-wrapper .oo-sort-wrapper > label {
  display: inline-block;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-content-wrapper .oo-sort-wrapper > label {
    margin-bottom: 0;
  }
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box {
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box {
    display: flex;
    justify-content: space-between;
  }
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box > .oo-meta {
  line-height: 28px;
}
.o-basic-cluster-box .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box > .oo-meta {
  margin-bottom: 0;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box > .oo-meta .oo-meta-item {
  display: inline;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box > .oo-meta .oo-meta-item:not(:only-child):not(:last-child):after {
  margin: 0 8px 0 8px;
  content: "|";
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box > .oo-meta .oo-meta-item > address {
  display: inline;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-header-box .m-basic-rating {
  margin-bottom: 0;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-headline {
  display: block;
  padding: 0 0 10px 0;
}
.o-basic-cluster-box .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-headline {
  padding-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-subline {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-subline {
    padding-right: 250px;
  }
}
.lt-ie9 .o-ruf-rating .oo-content-wrapper .oo-item-container .oo-rating-item > .oo-subline {
  padding-right: 250px;
}
.o-ruf-rating .oo-content-wrapper .oo-item-container.is-hidden {
  display: none;
}

#MapContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #afafaf;
  min-width: 280px;
  min-height: 200px;
  width: 100%;
  height: 100%;
}

.m-adac-maps .mm-map-wrapper .leaflet-pane.leaflet-overlay-pane img,
.m-adac-maps .mm-map-wrapper .leaflet-map-pane .leaflet-overlay-pane img {
  width: auto;
}

/* o-basic-form */
.o-basic-dynamicbutton button.m-context-btn,
.o-basic-dynamicbutton a.m-context-btn {
  display: none;
}
.o-basic-dynamicbutton button,
.o-basic-dynamicbutton a {
  display: inline-block;
}

.js-membershipbenefitstipsofweek {
  width: 100%;
}

.o-testing-services .mapboxgl-map a {
  font-size: 12px;
}

/* a-basic-btn--autocenter */
.a-basic-btn--autocenter {
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0 !important;
}

/* a-basic-btn--autoright */
.a-basic-btn--autoright {
  margin-left: auto;
  display: table;
  padding-top: 8px;
}
.l-form .ll-row--cardamage .a-basic-btn--autoright {
  align-self: flex-end;
}
.l-form-general.l-form-general--mgl-standard .a-basic-btn--autoright {
  left: 28px;
}

/* a-basic-btn--big */
.a-basic-btn--big {
  min-height: 45px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  width: auto;
  max-width: inherit;
}

/* .a-basic-btn--call */
.a-basic-btn--call {
  padding-left: 58px;
}
.a-basic-btn--call:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 47.2166331321% 96.8926553672%;
  position: absolute;
  left: 13px;
  top: -4px;
}

/* a-basic-btn--edit */
.a-basic-btn--edit {
  position: relative;
  padding-left: 50px;
}
.a-basic-btn--edit.a-basic-btn--my-adac, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn--edit.a-basic-btn {
  padding-left: 48px;
}
.a-basic-btn--edit:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  content: "";
  position: absolute;
  left: 21px;
  top: 7px;
  width: 30px;
  height: 30px;
  transform: scale(0.8);
}
.m-my-adac-dashboard-box--block .a-basic-btn--edit:before, .m-my-adac-dashboard-box-showcase .a-basic-btn--edit:before, .m-my-adac-dashboard-box .a-basic-btn--edit:before {
  left: 18px;
  top: 0;
  width: 40px;
  height: 40px;
}

/* a-basic-btn--full-textcenter*/
.a-basic-btn--full-textcenter {
  width: 100%;
  text-align: center;
  justify-content: center;
  max-width: inherit;
  padding-bottom: 7px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--full-textcenter {
    width: fit-content;
    max-width: 340px;
    justify-content: initial;
  }
}

/* a-basic-btn--full*/
.a-basic-btn--full {
  width: 100%;
  text-align: center;
  justify-content: center;
  max-width: inherit;
}

/* a-basic-btn--grey */
.a-basic-btn--grey {
  background: #cccccc;
  background-color: #cccccc;
  color: #333;
}
.a-basic-btn--grey:hover {
  background-color: #cccccc;
  color: #333;
}
.a-basic-btn--grey:focus {
  background-color: #cccccc;
}

.a-basic-btn--image {
  padding-top: 9px;
}
.a-basic-btn--image img {
  height: 20px;
  left: -4px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

/* a-basic-btn--inline-rte */
.a-basic-btn--inline-rte {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 7px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--inline-rte {
    margin-bottom: 0;
  }
}
.a-basic-btn--inline-rte:last-child {
  margin-right: 0;
}
.a-basic-btn--inline-rte.h-space-s {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--inline-rte.h-space-s {
    margin-bottom: 0;
  }
}

/* a-basic-btn--inline */
.a-basic-btn--inline {
  display: inline-block;
  margin-right: 18px;
}
.a-basic-btn--inline:last-of-type {
  margin-right: 0;
}
.a-basic-btn--inline + .a-basic-link {
  margin-left: 15px;
  display: inline-block;
}
.m-basic-table .a-basic-btn--inline.h-space-s {
  margin-bottom: 15px;
}
.m-basic-hint--center .a-basic-btn--inline + .a-basic-link {
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--center .a-basic-btn--inline + .a-basic-link {
    margin-top: 0;
  }
}
.m-basic-hint--btnbox .a-basic-btn--inline + .a-basic-link {
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--btnbox .a-basic-btn--inline + .a-basic-link {
    margin-top: 0;
  }
}

/* a-basic-btn--left */
.a-basic-btn--left {
  float: left !important;
}

/* .a-basic-btn--logout */
.a-basic-btn--logout {
  padding-left: 58px;
}
.a-basic-btn--logout:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 66.6666666667%;
  position: absolute;
  left: 13px;
  top: -4px;
}

/* a-basic-btn--mobile-full */
.a-basic-btn--mobile-full {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  max-width: inherit;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--mobile-full {
    display: inline-flex;
    width: auto;
  }
}

/* a-basic-btn--inline */
.a-basic-btn--mobile-hidden {
  display: none;
}
.m-basic-keywordfilter--mobilelayer .a-basic-btn--mobile-hidden {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2500;
  max-width: none;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer .a-basic-btn--mobile-hidden {
    position: static;
    width: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--mobile-hidden {
    display: inline-block;
  }
}

/* a-basic-btn--autocenter */
.a-basic-btn--my-adac-stopper {
  position: relative;
  margin: 0 0 44px 0;
  border-radius: 5px;
  padding: 7px 22px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  letter-spacing: 0.5px;
  background: none;
  background-color: transparent;
  min-height: 30px;
}

.a-basic-btn--my-adac, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn {
  border-radius: 5px;
  letter-spacing: 0.5px;
  min-height: 36px;
  background: none;
}
.l-outer--my-adac .a-basic-btn--my-adac, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn {
  margin: 0 0 24px 0;
}
.ll-lightbox-inner.my-adac .a-basic-btn--my-adac, .ll-lightbox-inner.my-adac .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .ll-lightbox-inner.my-adac .a-basic-btn {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner.my-adac .a-basic-btn--my-adac, .ll-lightbox-inner.my-adac .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .ll-lightbox-inner.my-adac .a-basic-btn {
    display: inline-block;
    margin-bottom: 0;
    order: 2;
  }
}
.m-my-adac-dashboard-box-intro .a-basic-btn--my-adac, .m-my-adac-dashboard-box-intro .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .m-my-adac-dashboard-box-intro .a-basic-btn {
  margin: 0 15px;
}
.a-basic-btn--my-adac.a-basic-btn--grey, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn--grey.a-basic-btn {
  background: #cccccc;
  background-color: #cccccc;
  color: #333;
}
.a-basic-btn--my-adac.a-basic-btn--grey:hover, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn--grey.a-basic-btn:hover {
  background-color: #cccccc;
  color: #333;
}
.a-basic-btn--my-adac.a-basic-btn--grey:focus, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn--grey.a-basic-btn:focus {
  background-color: #cccccc;
}
.mm-info-box-wrapper .a-basic-btn--my-adac, .mm-info-box-wrapper .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .mm-info-box-wrapper .a-basic-btn {
  margin: 0;
}
.mm-data-protection-hint .mm-info-box-wrapper .a-basic-btn--my-adac, .mm-data-protection-hint .mm-info-box-wrapper .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .mm-data-protection-hint .mm-info-box-wrapper .a-basic-btn {
  margin: 0 auto;
}
.mm-info-box-wrapper .mm-button-wrapper .a-basic-btn--my-adac, .mm-info-box-wrapper .mm-button-wrapper .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .mm-info-box-wrapper .mm-button-wrapper .a-basic-btn {
  outline: none;
  white-space: nowrap;
  margin: 0 20px 20px 0;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .mm-info-box-wrapper .mm-button-wrapper .a-basic-btn--my-adac, .mm-info-box-wrapper .mm-button-wrapper .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn, .l-outer--my-adac .m-basic-text.mm-content .mm-content .mm-info-box-wrapper .mm-button-wrapper .a-basic-btn {
    max-width: initial;
    margin: 0 30px 0 0;
  }
}
.mm-info-box-wrapper .mm-button-wrapper .a-basic-btn--my-adac:last-child, .mm-info-box-wrapper .mm-button-wrapper .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn:last-child, .l-outer--my-adac .m-basic-text.mm-content .mm-content .mm-info-box-wrapper .mm-button-wrapper .a-basic-btn:last-child {
  margin: 0 15px 0 0;
}

/* a-basic-btn--nobreak */
.a-basic-btn--nobreak {
  white-space: nowrap;
}

/* .a-basic-btn--outline-highlight */
.a-basic-btn--outline-highlight {
  background-color: transparent;
  min-height: 32px;
  padding-bottom: 7px;
}
.a-basic-btn--outline-highlight:hover {
  background-color: #F5F5F5;
}
.a-basic-btn--outline-highlight:focus, .a-basic-btn--outline-highlight:active {
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.is-keyboard-focus .a-basic-btn--outline-highlight:focus, .is-keyboard-focus .a-basic-btn--outline-highlight:active {
  border: 2px solid #000;
  background-color: #F5F5F5;
}

/* .a-basic-btn--outline-white */
.a-basic-btn--outline-white {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.42);
}
.a-basic-btn--outline-white:focus, .a-basic-btn--outline-white:active {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}

/* .a-basic-btn--outline */
.a-basic-btn--outline {
  padding-bottom: 7px;
  border: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
.a-basic-btn--outline:hover {
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.a-basic-btn--outline:focus, .a-basic-btn--outline:active {
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.is-keyboard-focus .a-basic-btn--outline:focus, .is-keyboard-focus .a-basic-btn--outline:active {
  background-color: #F5F5F5 !important;
}
.m-ves-rs-contentbox .mm-upload-container .mm-row.is-check.is-error .a-basic-btn--outline:not(.is-disabled):not(.is-no-error), .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row.is-check.is-error .a-basic-btn--outline:not(.is-disabled):not(.is-no-error) {
  border: 2px solid #cc3333;
}

.m-ves-rs-contentbox .mm-upload-container .mm-row-content.is-check.is-error .a-basic-btn--outline:not(.is-disabled):not(.is-no-error), .m-ves-rs-contentbox .mm-tile-container--col-1-5 .mm-row-content.is-check.is-error .a-basic-btn--outline:not(.is-disabled):not(.is-no-error) {
  border: 2px solid #cc3333;
}

/* .a-basic-btn--package */
.a-basic-btn--package {
  border: 1px solid #cccccc;
  font-weight: lighter;
  margin-right: 5px;
  background: transparent;
  padding: 5px 25px 5px 58px !important;
  min-height: 0;
  position: relative;
}
.a-basic-btn--package:before {
  content: "";
  position: absolute;
  left: 13px;
  top: -7px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 18.6440677966%;
}
.a-basic-btn--package:hover {
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.a-basic-btn--package:focus, .a-basic-btn--package:active {
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.is-keyboard-focus .a-basic-btn--package:focus, .is-keyboard-focus .a-basic-btn--package:active {
  border: 2px solid #000;
  background-color: #F5F5F5;
}
.a-basic-btn--package-no-icon {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #cccccc;
  background: transparent;
  font-weight: lighter;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0;
}
.m-my-adac-dashboard-box .mm-box .a-basic-btn--package-no-icon, .m-my-adac-dashboard-box-showcase .mm-box .a-basic-btn--package-no-icon {
  cursor: initial;
}

/* a-basic-btn--refresh */
.a-basic-btn.a-basic-btn--refresh {
  padding-left: 55px;
  position: relative;
}
.a-basic-btn.a-basic-btn--refresh:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 55.9322033898%;
  content: "";
  position: absolute;
  height: 100%;
  left: 13px;
  top: 1px;
}

/* a-basic-btn--right */
.a-basic-btn--right {
  float: right !important;
  margin-left: 20px;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper > .oo-box > .a-basic-btn--right {
  float: none !important;
  margin-left: auto;
}
.l-form-general .a-basic-btn--right {
  margin-left: auto;
}
.l-form--emailoffer > .ll-fieldset > .ll-row > .a-basic-btn--right, .m-basic-hint--document .a-basic-btn--right {
  float: none !important;
  margin-left: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form--emailoffer > .ll-fieldset > .ll-row > .a-basic-btn--right, .m-basic-hint--document .a-basic-btn--right {
    float: right !important;
    margin-left: 20px;
  }
}
.ll-main-cols-flex > .a-basic-btn--right {
  margin-left: 0;
}

/* a-basic-btn--toggle */
.a-basic-btn--toggle {
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 25px 0 50px;
  background: none;
  outline: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.a-basic-btn--toggle:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 44.2655935614% 93.7853107345%;
  width: 44px;
  height: 44px;
  top: -4px;
  left: 5px;
}
.l-outer--my-adac-dashboard .a-basic-btn--toggle:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 47.2166331321% 93.7853107345%;
  top: -6px;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-btn--toggle {
    position: absolute;
    width: auto;
    margin-top: 0;
    top: 8px;
    right: 0;
  }
}
.lt-ie9 .a-basic-btn--toggle {
  position: absolute;
  width: auto;
  margin-top: 0;
  top: 8px;
  right: 0;
}
@media only screen and (min-width: 76.25em) {
  .a-basic-btn--toggle {
    top: 18px;
  }
}
.a-basic-btn--toggle:focus {
  color: #333;
  background-color: transparent;
}
.a-basic-btn--toggle:hover {
  background-color: transparent;
}

/* a-basic-btn--upload */
.a-basic-btn--upload {
  position: relative;
  padding-bottom: 7px;
}
.a-basic-btn--upload:before {
  content: "";
  top: -4px;
  right: -48px;
  position: absolute;
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 59.6421471173% 89.4632206759%;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-btn--upload:before {
    display: none;
    content: none;
  }
}
.lt-ie9 .a-basic-btn--upload:before {
  display: none;
  content: none;
}
.a-basic-btn--upload.is-active:before {
  top: 6px;
  right: -48px;
  position: absolute;
}

/* a-basic-btn--white */
.a-basic-btn--white {
  background-color: #fff;
}
.a-basic-btn--white:hover {
  background-color: #F5F5F5;
}
.a-basic-btn--white:focus, .a-basic-btn--white:active {
  background-color: #F5F5F5;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
}
.is-keyboard-focus .a-basic-btn--white:focus, .is-keyboard-focus .a-basic-btn--white:active {
  border: 2px solid #000;
  background-color: #F5F5F5;
}
.m-my-adac-stage .a-basic-btn--white {
  border: 2px solid #333;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage .a-basic-btn--white {
    border: none;
  }
}
.o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white {
  background-color: #ffcc00;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white {
    background-color: #fff;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white {
  background-color: #fff;
}
.o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:hover {
  background-color: #ffcc00;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:hover {
    background-color: #f3f3f4;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:hover {
  background-color: #f3f3f4;
}
.o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:focus {
  background-color: #ffcc00;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:focus {
    background-color: #f3f3f4;
  }
}
.lt-ie9 .o-layout-main-stage .oo-slide-content-wrapper .oo-box .a-basic-btn--white:focus {
  background-color: #f3f3f4;
}

/* a-basic-btn--yellow-white-alterante */
.a-basic-btn--yellow-white-alterante {
  background-color: #ffcc00;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--yellow-white-alterante {
    background-color: #fff;
  }
}

/* a-basic-btn--yellow */
.a-basic-btn--yellow, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn {
  background-color: #ffcc00;
  color: #000;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--yellow, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn {
    max-width: none;
    white-space: nowrap;
  }
}
.a-basic-btn--yellow:hover, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn:hover {
  background-color: #FFE06A;
  color: #000;
}
.a-basic-btn--yellow:focus, .l-outer--my-adac .m-basic-text.mm-content .mm-content .a-basic-btn:focus {
  background-color: #ffcc00;
  color: #000;
}

/* a-basic-btn--yellow-centered */
.a-basic-btn--yellow-centered {
  background-color: #ffcc00;
  color: #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-btn--yellow-centered {
    max-width: none;
    white-space: nowrap;
  }
}
.a-basic-btn--yellow-centered:hover {
  background-color: #FFE06A;
  color: #000;
}
.a-basic-btn--yellow-centered:focus {
  background-color: #ffcc00;
  color: #000;
}

.a-basic-calculator-slider--doublehandle {
  width: 100%;
  max-width: 400px;
}
.a-basic-calculator-slider--doublehandle .is-hidden {
  display: none;
}
.a-basic-calculator-slider--doublehandle > .aa-label {
  display: inline-block;
}
.a-basic-calculator-slider--doublehandle > .aa-row > .aa-label {
  display: inline-block;
  padding: 3px 0;
  margin: 5px 10px 0 10px;
}
.a-basic-calculator-slider--doublehandle > .aa-row > .aa-label-begin {
  margin-left: 0;
}
.a-basic-calculator-slider--doublehandle > .aa-row > .aa-label.is-hidden {
  display: none;
}
.a-basic-calculator-slider--doublehandle .aa-result {
  display: inline-block;
  width: 144px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--doublehandle .aa-result {
    width: 130px;
  }
}
.a-basic-calculator-slider--doublehandle .aa-slider {
  width: 100%;
  max-width: 334px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--doublehandle .aa-slider {
    max-width: 307px;
  }
}
.a-basic-calculator-slider--doublehandle .noUi-connects > .noUi-connect {
  background: #999;
}
.a-basic-calculator-slider--doublehandle .noUi-origin {
  height: 18px !important;
  background: transparent;
}

.a-basic-calculator-slider--filter-tab-layer {
  position: relative;
  width: 100%;
}
.a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-label > .ll-label {
  display: inline-block;
  float: left;
  width: 35px;
  padding: 3px 0px;
  margin: 5px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-label > .ll-label {
    width: auto;
    margin-right: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-label:nth-child(3) > .ll-label {
    margin-left: 10px;
  }
}

.a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data {
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data {
    float: left;
  }
}
.a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data > .aa-result {
  width: 200px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data > .aa-result {
    width: 120px;
  }
}
.a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data > .ll-unit {
  position: absolute;
  left: 245px;
  bottom: 40px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .ll-row > .ll-col-data > .ll-unit {
    left: 325px;
  }
}
.a-basic-calculator-slider--filter-tab-layer > .aa-slider {
  max-width: 390px;
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-calculator-slider--filter-tab-layer > .aa-slider {
    max-width: 315px;
  }
}

/* a-basic-date-range--general  */
.a-basic-date-range--general > .aa-date-wrapper > .js-date {
  top: 50%;
  transform: translateY(-50%);
}
.is-check.is-valid .a-basic-date-range--general > .aa-date-wrapper > .js-date, .is-check.is-error .a-basic-date-range--general > .aa-date-wrapper > .js-date {
  right: 30px;
}
.a-basic-date-range--general > .aa-date-wrapper > .js-date > span {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 31.0734463277%;
}

/* a-basic-icon--greenplus */
.a-basic-icon--greenplus {
  display: inline-block;
  padding-left: 32px;
  max-width: 700px;
}
.m-basic-table > thead > tr > td > .a-basic-icon--greenplus,
.m-basic-table > tbody > tr > td > .a-basic-icon--greenplus {
  position: relative;
}
.m-basic-table > thead > tr > td > .a-basic-icon--greenplus:before,
.m-basic-table > tbody > tr > td > .a-basic-icon--greenplus:before {
  left: 0;
}
.m-basic-table > thead > tr > td > .a-basic-icon--greenplus.h-space-s,
.m-basic-table > tbody > tr > td > .a-basic-icon--greenplus.h-space-s {
  margin-bottom: 0;
}

.a-basic-icon--greenplus.h-space-s {
  margin-bottom: 15px;
}
.a-basic-icon--greenplus:before {
  position: absolute;
  display: block;
  left: 20px;
  width: 21px;
  height: 21px;
  content: "+";
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #21A121;
  box-shadow: inset 0 0 0 1000px #21A121;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-icon--greenplus:before {
    left: 2px;
  }
}

/* a-basic-icon--printlayer */
.a-basic-icon--printlayer {
  position: absolute;
  top: 8px;
  right: 50px;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-icon--printlayer {
    top: 16px;
    right: 70px;
  }
}
@media print {
  .a-basic-icon--printlayer {
    display: none;
  }
}

/* a-basic-icon--redminus */
.a-basic-icon--redminus {
  display: inline-block;
  padding-left: 32px;
  max-width: 700px;
}
.m-basic-table > thead > tr > td > .a-basic-icon--redminus,
.m-basic-table > tbody > tr > td > .a-basic-icon--redminus {
  position: relative;
}
.m-basic-table > thead > tr > td > .a-basic-icon--redminus:before,
.m-basic-table > tbody > tr > td > .a-basic-icon--redminus:before {
  left: 0px;
}
.m-basic-table > thead > tr > td > .a-basic-icon--redminus.h-space-s,
.m-basic-table > tbody > tr > td > .a-basic-icon--redminus.h-space-s {
  margin-bottom: 0;
}

.a-basic-icon--redminus.h-space-s {
  margin-bottom: 15px;
}
.a-basic-icon--redminus:before {
  position: absolute;
  display: block;
  left: 20px;
  width: 21px;
  height: 21px;
  content: "–";
  font-size: 15px;
  line-height: 20px;
  padding-top: 2px;
  color: #ffffff;
  text-align: center;
  background-color: #cc3333;
}
@media print {
  .a-basic-icon--redminus:before {
    box-shadow: inset 0 0 0 1000px #cc3333;
  }
}
@media print, only screen and (min-width: 48em) {
  .a-basic-icon--redminus:before {
    left: 2px;
  }
}

/* a-basic-icon--sprite */
.a-basic-icon--sprite {
  position: relative;
  display: block;
  padding: 12px 0 20px 35px;
}
.a-basic-icon--sprite:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.a-basic-icon--sprite.icon-arrow-drop-down:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
}
.a-basic-icon--sprite.icon-arrow-drop-down-active:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 85.0282485876%;
}
.a-basic-icon--sprite.icon-arrow-drop-down-disabled:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
}
.a-basic-icon--sprite > p {
  margin: 0;
}

/* a-basic-icon--embed */
.a-basic-icon--embed.icon-arrow-drop-down > img {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
}
.a-basic-icon--embed.icon-arrow-drop-down-active > img {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 85.0282485876%;
}
.a-basic-icon--embed.icon-arrow-drop-down-disabled > img {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 27.6324614353% 75.0706214689%;
}

/* a-basic-input-checkbox--col-1-2 */
.a-basic-input-checkbox--col-1-2 {
  width: 100%;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-checkbox--col-1-2 {
    clear: none;
    float: left;
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}

/* a-basic-input-checkbox--col-1-4 */
.a-basic-input-checkbox--col-1-4 {
  width: 100%;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-checkbox--col-1-4 {
    clear: none;
    float: left;
    margin-right: 10px;
    width: calc(25% - 10px);
  }
}

/* a-basic-input-checkbox--col-1 */
.a-basic-input-checkbox--col-1 {
  clear: both;
  min-width: calc(100% - 10px);
  margin-right: 0;
}

/* a-basic-input-checkbox--col-2 */
.a-basic-input-checkbox--col-2 {
  margin-right: 10px;
  min-width: calc(50% - 10px);
}

/* a-basic-input-checkbox--white */
@media print, only screen and (min-width: 48em) {
  .a-basic-input-checkbox--depend-label {
    float: right;
    width: calc(100% - 240px);
    margin: 0 0 25px 0;
  }
}

/* a-basic-input-checkbox--legend */
.a-basic-input-checkbox--legend > input + label + div {
  background-color: #ededed;
  background-position: 8px 4px;
  position: relative;
  padding: 6px 10px 6px 35px;
}
.a-basic-input-checkbox--legend > input + label + div > label {
  margin-left: 5px;
}
.a-basic-input-checkbox--legend > input + label + div > .ll-depend {
  background: #fff;
  margin: 6px -10px -21px -35px;
  padding-top: 10px;
}
.a-basic-input-checkbox--legend > label {
  z-index: 10;
}

/* a-basic-input-checkbox--no-float */
.a-basic-input-checkbox--no-float {
  float: none;
}

/* a-basic-input-checkbox--rating */
.a-basic-input-checkbox--rating--1, .a-basic-input-checkbox--rating--2, .a-basic-input-checkbox--rating--3, .a-basic-input-checkbox--rating--4, .a-basic-input-checkbox--rating--5 {
  display: block;
  float: none;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-checkbox--rating--1, .a-basic-input-checkbox--rating--2, .a-basic-input-checkbox--rating--3, .a-basic-input-checkbox--rating--4, .a-basic-input-checkbox--rating--5 {
    display: inline-block;
  }
}
.a-basic-input-checkbox--rating--1 > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 43.5028248588%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--1.js-clicked > input:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 43.5028248588%;
  background-repeat: no-repeat;
}

.a-basic-input-checkbox--rating--1 > input:checked:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 24.8587570621%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--1.js-clicked > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 24.8587570621%;
  background-repeat: no-repeat;
}

.a-basic-input-checkbox--rating--2 > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 46.6101694915%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--2.js-clicked > input:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 46.6101694915%;
  background-repeat: no-repeat;
}

.a-basic-input-checkbox--rating--2 > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 31.0734463277%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--2 > input:checked:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 31.0734463277%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--2.js-clicked > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 31.0734463277%;
  background-repeat: no-repeat;
}

.a-basic-input-checkbox--rating--3 > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 40.395480226%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--3.js-clicked > input:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 40.395480226%;
  background-repeat: no-repeat;
}

.a-basic-input-checkbox--rating--3 > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 27.9661016949%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--3 > input:checked:focus ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 27.9661016949%;
  background-repeat: no-repeat;
}
.a-basic-input-checkbox--rating--3.js-clicked > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 27.9661016949%;
  background-repeat: no-repeat;
}

/* a-basic-input-radio--col-1-1-1-3 */
.a-basic-input-radio--col-1-1-1-3 {
  width: 100%;
  margin-right: 10px;
}
@media only screen and (min-width: 76.25em) {
  .a-basic-input-radio--col-1-1-1-3 {
    margin-right: 10px;
    width: calc(33.3333333333% - 10px);
  }
}

/* a-basic-input-radio--col-1-2-3 */
.a-basic-input-radio--col-1-2-3 {
  width: 100%;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-1-2-3 {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-input-radio--col-1-2-3 {
    margin-right: 10px;
    width: calc(33.3333333333% - 11px);
  }
}
.lt-ie9 .a-basic-input-radio--col-1-2-3 {
  margin-right: 10px;
  width: calc(33.3333333333% - 11px);
}

/* a-basic-input-radio--col-1-2 */
.a-basic-input-radio--col-1-2 {
  width: calc(100% - 10px);
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-1-2 {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}

/* a-basic-input-radio--col-1-3 */
.a-basic-input-radio--col-1-3 {
  width: 100%;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-1-3 {
    margin-right: 10px;
    width: calc(33.3333333333% - 11px);
  }
  .a-basic-input-radio--col-1-3:nth-of-type(3n+1) {
    clear: both;
  }
}

/* a-basic-input-radio--col-1-4-5 */
.a-basic-input-radio--col-1-4-5 {
  width: calc(100% - 10px);
  margin-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-1-4-5 {
    width: 25%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-input-radio--col-1-4-5 {
    width: 20%;
    margin-right: 30px;
  }
}
.lt-ie9 .a-basic-input-radio--col-1-4-5 {
  width: 20%;
  margin-right: 30px;
}

/* a-basic-input-radio--col-1-4 */
.a-basic-input-radio--col-1-4 {
  width: 100%;
  margin-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-1-4 {
    margin-right: 10px;
    width: calc(25% - 10px);
  }
}

/* a-basic-input-radio--col-1 */
.a-basic-input-radio--col-1 {
  clear: both;
  width: calc(100% - 10px);
}

/* a-basic-input-radio--col-2-2-3 */
.a-basic-input-radio--col-2-2-3 {
  margin-right: 10px;
  width: calc(50% - 10px);
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-input-radio--col-2-2-3 {
    margin-right: 10px;
    width: calc(33.3333333333% - 11px);
  }
}
.lt-ie9 .a-basic-input-radio--col-2-2-3 {
  margin-right: 10px;
  width: calc(33.3333333333% - 11px);
}

/* a-basic-input-radio--col-2-3 */
.a-basic-input-radio--col-2-3 {
  margin-right: 10px;
  width: calc(50% - 10px);
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-radio--col-2-3 {
    margin-right: 10px;
    width: calc(33.3333333333% - 11px);
  }
}

/* a-basic-input-radio--col-2 */
.a-basic-input-radio--col-2 {
  margin-right: 10px;
  width: calc(50% - 10px);
}

/* a-basic-input-radio--col-3 */
.a-basic-input-radio--col-3 {
  margin-right: 10px;
  width: calc(33.3333333333% - 11px);
}

/* a-basic-input-radio--haptik */
.a-basic-input-radio--haptik {
  margin: 5px 7px 5px 0;
}
.a-basic-input-radio--haptik:last-child {
  margin-right: 0;
}
.l-form-general .a-basic-input-radio--haptik {
  margin: 5px 8px 0 0;
}
.l-form-general .a-basic-input-radio--haptik.h-space-s {
  margin: 5px 8px 15px 0;
}
.l-form-general .a-basic-input-radio--haptik.h-space-m {
  margin: 5px 8px 30px 0;
}
.ll-item-container--full .ll-row-content-wrapper .a-basic-input-radio--haptik:first-child {
  margin: 5px 20px 5px 30px;
}
@media print, only screen and (min-width: 48em) {
  .ll-item-container--full .ll-row-content-wrapper .a-basic-input-radio--haptik:first-child {
    margin: 5px 20px 5px 60px;
  }
}
.a-basic-input-radio--haptik input ~ div {
  background: none !important;
  padding: 0;
}
.a-basic-input-radio--haptik input ~ div:before {
  width: 0 !important;
}
.l-form-general .a-basic-input-radio--haptik input ~ div:after {
  display: none;
}
.a-basic-input-radio--haptik > input:checked ~ div > label {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.l-form-general .a-basic-input-radio--haptik > input:checked ~ div > label {
  border-width: 2px;
  padding: 4px 24px;
  border-color: rgba(0, 0, 0, 0.42);
}
.l-form-general .a-basic-input-radio--haptik > input:focus ~ div > label {
  border-width: 2px;
  padding: 4px 24px;
}
.is-keyboard-focus .l-form-general .a-basic-input-radio--haptik > input:focus ~ div > label {
  border-color: #000;
}
.is-keyboard-focus .l-form-general .a-basic-input-radio--haptik > input:focus ~ div > label:after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid #000;
  border-radius: 8px;
}
.is-keyboard-focus .l-form-general .ll-row.is-error .ll-col-data .a-basic-input-radio--haptik > input:focus ~ div > label {
  background-color: #ededed;
}
.a-basic-input-radio--haptik > input ~ div {
  padding: 0 !important;
}
.a-basic-input-radio--haptik > input ~ div:before {
  width: 0 !important;
}
.a-basic-input-radio--haptik > input ~ div > label {
  padding: 5px 25px;
}
.a-basic-input-radio--haptik:nth-child(2) > input ~ div {
  padding: 0 0 0 45px;
}
@media print, only screen and (min-width: 48em) {
  .ll-row--sep .a-basic-input-radio--haptik {
    margin-right: 20px !important;
  }
}
.a-basic-input-radio--haptik > div:before {
  width: 0 !important;
}
.a-basic-input-radio--haptik > div > label {
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
}
.l-form-general .a-basic-input-radio--haptik > div > label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  min-height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.42);
}
.l-form-general .ll-row.is-error .ll-col-data .a-basic-input-radio--haptik > div > label {
  color: #000;
  border-color: #cc3333;
  border-width: 2px;
  padding: 4px 24px;
}
.a-basic-input-radio--haptik > div > label > span {
  display: block;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.l-form .ll-row.is-error .ll-col-data .a-basic-input-radio--haptik > div > label {
  color: #fff;
  background-color: #cc3333;
}

/* a-basic-input-radio--my-adac */
.l-outer--my-adac .a-basic-input-radio--my-adac {
  margin: 0 -8px;
}
.l-outer--my-adac-content .a-basic-input-radio--my-adac {
  float: none;
  margin-right: 0;
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-radio--my-adac {
  max-width: 370px;
}
.l-form-general--my-adac .ll-col-data .a-basic-input-radio--my-adac:not(.a-basic-input-radio--haptik) {
  width: 100%;
}
.a-basic-input-radio--my-adac > input {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media print, only screen and (min-width: 48em) {
  .ll-row--sep .a-basic-input-radio--my-adac {
    float: left;
    margin-right: 50px;
  }
}

/* a-basic-input-radio--white */
.a-basic-input-radio--white > input ~ div {
  margin: 0;
}
.a-basic-input-radio--white > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 46.6101694915%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}
.a-basic-input-radio--white > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 21.7514124294%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}
.l-form .is-error .a-basic-input-radio--white > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 43.5028248588%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}
.l-form .is-error .a-basic-input-radio--white > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 15.5367231638%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}
.o-basic-form .is-error .a-basic-input-radio--white > input ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 43.5028248588%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}
.o-basic-form .is-error .a-basic-input-radio--white > input:checked ~ div:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 18.6440677966%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
}

/* a-basic-input-select--autowidth */
.a-basic-input-select--autowidth {
  width: auto;
}
.m-basic-calculator-content-box .a-basic-input-select--autowidth {
  width: auto;
}

/* a-basic-input-select--col-1-2 */
.a-basic-input-select--col-1-2 {
  display: inline-block;
  width: calc(100% - 10px);
  margin-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-select--col-1-2 {
    margin-top: 0;
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}
.l-form-general .a-basic-input-select--col-1-2 {
  margin-top: 0;
}
.a-basic-input-select--col-1-2:first-child {
  margin-top: 0;
}
.a-basic-input-select--col-1-2:last-child {
  margin-right: 0;
}
.a-basic-input-select--col-1-2 > .aa-controller {
  top: auto;
  bottom: -3px;
}
.l-form--cardamage-map .a-basic-input-select--col-1-2 {
  max-width: 150px;
  width: 140px;
  margin-right: calc(100% - 140px);
}
@media print, only screen and (min-width: 48em) {
  .l-form--cardamage-map .a-basic-input-select--col-1-2 {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}

/* a-basic-input-select--l */
.a-basic-input-select--col1 {
  width: 100%;
}
.a-basic-input-text--s + .a-basic-input-select--col1 {
  float: right;
}

/* a-basic-input-select--colorpick  */
.l-form-general .a-basic-input-select--colorpick {
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.l-form-general .a-basic-input-select--colorpick:hover {
  border: 1px solid #191919;
}
.a-basic-input-select--colorpick > select {
  display: none;
}
.a-basic-input-select--colorpick > .aa-btn-color-selection {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  padding: 9px 0 0 15px;
  background: #f3f3f4;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  cursor: pointer;
}
.h-roboto .a-basic-input-select--colorpick > .aa-btn-color-selection {
  font-family: "Roboto", sans-serif;
}
.l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection {
  height: 53px;
  border-radius: 4px;
  padding-top: 16px;
  margin-bottom: -1.8px;
  background: #fff;
  border-bottom: none;
}
.l-form-general .a-basic-input-select--colorpick.is-floating > .aa-btn-color-selection {
  padding-top: 25px;
  transition: top 0.5s;
}

.l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection:after {
  top: 5px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection.is-opened {
  border-radius: 4px 4px 0 0;
}
.l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection.has-color {
  padding-left: 40px;
}
.l-form-general .a-basic-input-select--colorpick.is-floating > .aa-btn-color-selection ~ .aa-col-label {
  top: 3px;
}

.l-form-general .a-basic-input-select--colorpick.is-floating > .aa-btn-color-selection ~ .aa-col-label > .aa-label {
  color: #666666;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-form-general .ll-row.is-check.is-error .l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection ~ .aa-col-label > .aa-label {
  color: #cc3333;
}
.l-form-general .is-floating .a-basic-input-select--colorpick > .aa-btn-color-selection {
  padding-top: 25px;
}
.a-basic-input-select--colorpick > .aa-btn-color-selection.is-opened:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 30.583501006% 75.0706214689%;
  background-repeat: no-repeat;
}
.a-basic-input-select--colorpick > .aa-btn-color-selection.has-color {
  padding-left: 35px;
}
.a-basic-input-select--colorpick > .aa-btn-color-selection:after {
  content: " ";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 1px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  background-repeat: no-repeat;
}
.a-basic-input-select--colorpick > .aa-btn-color-selection > .aa-colorbox {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d7d7;
}
.l-form-general .a-basic-input-select--colorpick > .aa-btn-color-selection > .aa-colorbox {
  top: 17px;
  left: 14px;
}
.l-form-general .a-basic-input-select--colorpick.is-floating > .aa-btn-color-selection > .aa-colorbox {
  top: 25px;
}

.a-basic-input-select--colorpick > .aa-color-options {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 0;
  max-height: 210px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-top: 0;
  z-index: 51;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options {
  right: -1px;
  min-width: 305px;
  border: 1px solid black;
  border-radius: 0 0 4px 4px;
  background: #fff;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--colorpick > .aa-color-options {
    min-width: 400px;
  }
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) {
  border-top: none;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child {
  border-top: 1px solid #d7d7d7;
  margin: 0 10px;
  padding-left: 25px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child.no-color {
  padding-left: 0;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child > .aa-colorbox {
  left: 0;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child.active {
  margin: 0;
  padding-left: 35px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child.active.no-color {
  padding-left: 10px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options:not(.jspScrollable) ul.aa-color-options-list > li:first-child.active > .aa-colorbox {
  left: 10px;
}
.a-basic-input-select--colorpick > .aa-color-options ul li:hover, .is-keyboard-focus .a-basic-input-select--colorpick > .aa-color-options ul li:focus {
  outline: none;
  background-color: #f3f3f4;
}
.a-basic-input-select--colorpick > .aa-color-options.is-opened {
  visibility: visible;
  height: auto;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable:focus {
  outline: none;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer {
  width: 100% !important;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspPane {
  width: 100% !important;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 10px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar {
  background: transparent;
  padding: 10px 0;
  right: 0;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  background: #f8f8f8;
  height: 15px;
  cursor: default;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  height: 0;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  height: 100% !important;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
  border-bottom: 1px solid #fff;
}
.a-basic-input-select--colorpick > .aa-color-options.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list {
  padding: 0 17px 0 0;
  margin: 0;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list {
  padding: 0;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li {
  position: relative;
  height: 40px;
  padding: 11px 0 0 35px;
  border-top: 1px solid #d7d7d7;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.h-roboto .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li {
  font-family: "Roboto", sans-serif;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li {
  border-top: none;
  padding: 11px 0 0 40px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li.active {
  background: #ffcc00;
  font-weight: bold;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li.no-color {
  padding-left: 14px;
}
.l-form-general .a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li > .aa-colorbox {
  left: 14px;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li:first-child {
  border-top: 0;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li.active {
  background: #d7d7d7;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li.no-color {
  padding-left: 10px;
}
.a-basic-input-select--colorpick > .aa-color-options ul.aa-color-options-list > li > .aa-colorbox {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d7d7;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content {
  margin-bottom: 6px;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection {
  padding: 10px;
  height: 40px;
  outline: none;
  background-color: #f3f3f4;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection.has-color {
  padding-left: 40px;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  top: 50%;
  right: 15px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  translate: 0 -50%;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection.is-opened:after {
  transform: rotate(-90deg);
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection > .aa-colorbox {
  top: 8px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 0;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-btn-color-selection > .aa-colorbox--is-border {
  border: 1px solid #cecece;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li {
  position: relative;
  height: 40px;
  padding: 10px 0 0 40px;
  border-top: 1px solid #cecece;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li:first-child {
  border-top: 0;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li.active {
  background: #d7d7d7;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li.no-color {
  padding-left: 10px;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li > .aa-colorbox {
  top: 8px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 0;
}
.a-basic-input-select--colorpick.a-basic-input-select--my-adac-content > .aa-color-options ul.aa-color-options-list > li > .aa-colorbox--is-border {
  border: 1px solid #cecece;
}
.l-form-general .a-basic-input-select--colorpick > .aa-col-label {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 15px;
  transition: top 0.5s;
}
.l-form-general .a-basic-input-select--colorpick > .aa-col-label > .aa-label {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: initial;
}

/* a-basic-input-select--ds-filter-not-round */
.l-form-general .a-basic-input-select--ds-filter-not-round {
  height: 36px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter-not-round {
    height: 40px;
  }
}
.l-form-general .a-basic-input-select--ds-filter-not-round > select {
  padding: 0 40px 0 15px;
  min-height: 36px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter-not-round > select {
    min-height: 40px;
  }
}
.l-form-general .a-basic-input-select--ds-filter-not-round > select:focus {
  padding: 0 39px 0 14px;
}
.l-form-general .a-basic-input-select--ds-filter-not-round > select > option {
  background-color: #fff;
}
.l-form-general .a-basic-input-select--ds-filter-not-round > select > option:disabled {
  display: none;
}
.l-form-general .a-basic-input-select--ds-filter-not-round .aa-controller {
  top: -3px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter-not-round .aa-controller {
    top: -1px;
  }
}

/* a-basic-input-select--ds-filter */
.l-form-general .a-basic-input-select--ds-filter {
  height: 36px;
  border-radius: 18px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter {
    height: 40px;
    border-radius: 5px;
  }
}
.l-form-general .a-basic-input-select--ds-filter > select {
  padding: 0 40px 0 15px;
  min-height: 36px;
  border-radius: 18px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter > select {
    min-height: 40px;
    border-radius: 5px;
  }
}
.l-form-general .a-basic-input-select--ds-filter > select:focus {
  padding: 0 39px 0 14px;
}
.l-form-general .a-basic-input-select--ds-filter > select > option {
  background-color: #fff;
}
.l-form-general .a-basic-input-select--ds-filter > select > option:disabled {
  display: none;
}
.l-form-general .a-basic-input-select--ds-filter .aa-controller {
  top: -3px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-select--ds-filter .aa-controller {
    top: -1px;
  }
}

/* a-basic-input-select--imgpick  */
.a-basic-input-select--imgpick {
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.a-basic-input-select--imgpick:hover {
  border: 1px solid #191919;
}
.l-form .a-basic-input-select--imgpick {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  height: auto;
}
.l-form .a-basic-input-select--imgpick:hover {
  border: none;
  border-bottom: 1px solid #cccccc;
}
.a-basic-input-select--imgpick > select {
  display: none;
}
.a-basic-input-select--imgpick > .aa-btn-img-selection {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  padding: 9px 0 0 15px;
  background: #f8f8f8;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.l-form .a-basic-input-select--imgpick > .aa-btn-img-selection {
  background: #f3f3f4;
}
.l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection {
  height: 53px;
  border-radius: 4px;
  padding-top: 16px;
  margin-bottom: -1.8px;
  background: #fff;
  padding-left: 14px;
}
.l-form-general .a-basic-input-select--imgpick.is-floating > .aa-btn-img-selection {
  padding-top: 25px;
  transition: top 0.5s;
}

.l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection:after {
  top: 5px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection.is-opened {
  border-radius: 4px 4px 0 0;
}
.l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection.has-img {
  padding-left: 60px;
}
.l-form-general .a-basic-input-select--imgpick.is-floating > .aa-btn-img-selection ~ .aa-col-label {
  top: 2px;
}

.l-form-general .a-basic-input-select--imgpick.is-floating > .aa-btn-img-selection ~ .aa-col-label > .aa-label {
  color: #666666;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-form-general .ll-row.is-check.is-error .l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection ~ .aa-col-label > .aa-label {
  color: #cc3333;
}
.a-basic-input-select--imgpick > .aa-btn-img-selection.is-opened:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 30.583501006% 75.0706214689%;
  background-repeat: no-repeat;
}
.a-basic-input-select--imgpick > .aa-btn-img-selection.has-img {
  padding-left: 55px;
}
.a-basic-input-select--imgpick > .aa-btn-img-selection:after {
  content: " ";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  right: 1px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  background-repeat: no-repeat;
}
.a-basic-input-select--imgpick > .aa-btn-img-selection > .aa-imgbox {
  display: block;
  height: 25px;
  width: 40px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-btn-img-selection > .aa-imgbox {
  top: 17px;
  left: 14px;
}
.l-form-general .a-basic-input-select--imgpick.is-floating > .aa-btn-img-selection > .aa-imgbox {
  top: 25px;
}

.a-basic-input-select--imgpick > .aa-img-options {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 0;
  max-height: 210px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-top: 0;
  z-index: 51;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options {
  right: -1px;
  min-width: 400px;
  border: 1px solid black;
  border-radius: 0 0 4px 4px;
  background: #fff;
  border-top: 1px solid #d7d7d7;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) {
  border-top: none;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li {
  border-top: none;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child {
  border-top: 1px solid #d7d7d7;
  margin: 0 10px;
  padding-left: 45px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child.no-img {
  padding-left: 0;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child > .aa-imgbox {
  left: 0;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child.active {
  margin: 0;
  padding-left: 35px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child.active.no-img {
  padding-left: 10px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-img-options:not(.jspScrollable) ul.aa-img-options-list > li:first-child.active > .aa-imgbox {
  left: 10px;
}
.a-basic-input-select--imgpick > .aa-img-options ul li:hover, .is-keyboard-focus .a-basic-input-select--imgpick > .aa-img-options ul li:focus {
  outline: none;
  background-color: #f3f3f4;
}
.a-basic-input-select--imgpick > .aa-img-options.is-opened {
  visibility: visible;
  height: auto;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable:focus {
  outline: none;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspPane > .aa-img-options-list {
  padding-right: 17px;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  right: 10px;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  background: #f8f8f8;
  height: 15px;
  cursor: default;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
  border-bottom: 1px solid #fff;
}
.a-basic-input-select--imgpick > .aa-img-options.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list {
  padding: 0 0 0 0;
  margin: 0;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list > li {
  position: relative;
  height: 40px;
  padding: 11px 0 0 55px;
  border-top: 1px solid #d7d7d7;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list > li:first-child {
  border-top: 0;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list > li.active {
  background: #d7d7d7;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list > li.no-img {
  padding-left: 10px;
}
.a-basic-input-select--imgpick > .aa-img-options ul.aa-img-options-list > li > .aa-imgbox {
  display: block;
  height: 25px;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.l-form-general .a-basic-input-select--imgpick > .aa-col-label {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 15px;
  transition: top 0.5s;
}
.l-form-general .a-basic-input-select--imgpick > .aa-col-label > .aa-label {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: initial;
}

/* a-basic-input-select--l */
.a-basic-input-select--l {
  width: calc(100% - 110px);
}
.m-basic-calculator-content-box .a-basic-input-select--l {
  width: calc(100% - 110px);
}
.a-basic-input-text--s + .a-basic-input-select--l {
  float: right;
}

/* a-basic-input-select--left */
.a-basic-input-select--left {
  float: left;
  margin: 0 10px 0 0;
}

/* a-basic-input-select--m */
.a-basic-input-select--m {
  width: calc(50% - 5px);
}
.a-basic-input-select--m + .a-basic-input-select--m {
  float: right;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select--m:only-of-type {
  width: 120px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select--m:only-of-type {
    width: 140px;
  }
}
.is-touch .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select--m:only-of-type {
  width: 100px;
}
@media print, only screen and (min-width: 48em) {
  .is-touch .m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row > .mm-inputcontainer > .a-basic-input-select--m:only-of-type {
    width: 140px;
  }
}

/* a-basic-input-select--xs */
.a-basic-input-select--margin-right {
  margin-right: 10px;
}

.a-basic-input-select--my-adac-content .aa-controller {
  top: -4px;
  right: 15px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.a-basic-input-select--my-adac-content > select {
  padding: 10px;
  height: 40px;
  margin-bottom: 6px;
  outline: none;
  background-color: #f3f3f4;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}

/* a-basic-input-select--newdesign  */
.a-basic-input-select--newdesign {
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.a-basic-input-select--newdesign:hover {
  border: 1px solid #191919;
}
.m-basic-radius-search > .l-form-general .ll-col-label + .ll-col-data .a-basic-input-select--newdesign {
  overflow: initial;
}
.a-basic-input-select--newdesign.is-locked {
  border-color: #d7d7d7;
  color: #666666;
}
.ll-row.is-error .a-basic-input-select--newdesign {
  height: 57px;
  border: 2px solid #cc3333;
}
.a-basic-input-select--newdesign > select {
  display: none;
}
.a-basic-input-select--newdesign > .aa-btn-selection {
  display: block;
  width: 100%;
  position: relative;
  padding: 16px 0 0 15px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  height: 53px;
  border-radius: 4px;
  margin-bottom: -1.8px;
  background: #fff;
}
.h-roboto .a-basic-input-select--newdesign > .aa-btn-selection {
  font-family: "Roboto", sans-serif;
}
.is-floating .a-basic-input-select--newdesign > .aa-btn-selection {
  padding: 28px 0 0 15px;
}
.a-basic-input-select--newdesign.is-floating > .aa-btn-selection {
  padding-top: 25px;
  transition: top 0.5s;
}

.a-basic-input-select--newdesign > .aa-btn-selection:after {
  top: 5px;
  content: " ";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 1px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  background-repeat: no-repeat;
}
.ll-row.is-valid > .ll-col-data > .a-basic-input-select--newdesign > .aa-btn-selection:after, .ll-row.is-error > .ll-col-data > .a-basic-input-select--newdesign > .aa-btn-selection:after, .ll-row.is-valid > .a-basic-input-select--newdesign > .aa-btn-selection:after, .ll-row.is-error > .a-basic-input-select--newdesign > .aa-btn-selection:after {
  right: 31px;
}
.a-basic-input-select--newdesign.is-locked > .aa-btn-selection {
  cursor: initial;
}

.a-basic-input-select--newdesign > .aa-btn-selection.is-opened {
  border-radius: 4px 4px 0 0;
}
.a-basic-input-select--newdesign > .aa-btn-selection.is-opened:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 30.583501006% 75.0706214689%;
  background-repeat: no-repeat;
}
.a-basic-input-select--newdesign.is-floating > .aa-btn-selection ~ .aa-col-label {
  top: 3px;
}

.a-basic-input-select--newdesign.is-floating > .aa-btn-selection ~ .aa-col-label > .aa-label {
  color: #666666;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-form-general .ll-row.is-check.is-error .a-basic-input-select--newdesign > .aa-btn-selection ~ .aa-col-label > .aa-label {
  color: #cc3333;
}
.a-basic-input-select--newdesign > .aa-options {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 0;
  max-height: 210px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  z-index: 51;
  right: -1px;
  min-width: calc(100% + 2px);
  border: 1px solid black;
  border-radius: 0 0 4px 4px;
  background: #fff;
  border-top: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-select--newdesign > .aa-options {
    right: -1px;
  }
}
.a-basic-input-select--newdesign > .aa-options:not(.jspScrollable) {
  border-top: none;
}
.a-basic-input-select--newdesign > .aa-options:not(.jspScrollable) ul.aa-options-list > li:first-child {
  border-top: 1px solid #d7d7d7;
}
.a-basic-input-select--newdesign > .aa-options ul li.is-active {
  background: #ffcc00;
  font-weight: bold;
}
.a-basic-input-select--newdesign > .aa-options ul li.is-disabled {
  pointer-events: none;
  color: #afafaf;
}
.a-basic-input-select--newdesign > .aa-options ul li:hover, .is-keyboard-focus .a-basic-input-select--newdesign > .aa-options ul li:focus {
  outline: none;
  background-color: #f3f3f4;
}
.a-basic-input-select--newdesign > .aa-options ul li a {
  text-decoration: none;
  pointer-events: none;
}
.a-basic-input-select--newdesign > .aa-options.is-opened {
  visibility: visible;
  height: auto;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable:focus {
  outline: none;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer {
  width: 100% !important;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspPane {
  width: 100% !important;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspVerticalBar {
  width: 5px;
  background: transparent;
  padding: 10px 0;
  right: 0;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspArrow {
  background: #f8f8f8;
  cursor: default;
  height: 0;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack {
  background: #d7d7d7;
  height: 100% !important;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspVerticalBar > .jspTrack > .jspDrag {
  background: #999;
  border-bottom: 1px solid #fff;
}
.a-basic-input-select--newdesign > .aa-options.jspScrollable > .jspContainer > .jspHorizontalBar {
  display: none;
}
.a-basic-input-select--newdesign > .aa-options ul.aa-options-list {
  margin: 0;
  padding: 0;
}
.a-basic-input-select--newdesign > .aa-options ul.aa-options-list > li {
  position: relative;
  height: 40px;
  padding: 11px 0 0 15px;
  border-top: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.h-roboto .a-basic-input-select--newdesign > .aa-options ul.aa-options-list > li {
  font-family: "Roboto", sans-serif;
}
.a-basic-input-select--newdesign > .aa-options ul.aa-options-list > li:first-child {
  border-top: 0;
}
.a-basic-input-select--newdesign > .aa-col-label {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 15px;
  transition: top 0.5s;
}
.a-basic-input-select--newdesign > .aa-col-label > .aa-label {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: initial;
}

/* a-basic-input-select--rating */
.a-basic-input-select--rating {
  width: 150px;
  margin-left: 15px;
}
.a-basic-input-select--rating > select {
  border: none;
  font-weight: bold;
  background: #ededed;
}
.a-basic-input-select--rating > select:focus {
  border: 0;
  text-shadow: none;
}
.a-basic-input-select--rating .aa-controller {
  background-color: #ededed;
}

/* a-basic-input-select--s */
.a-basic-input-select--s {
  width: 100px;
}
.o-layout-main-stage--search .a-basic-input-select--s {
  width: 120px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--search .a-basic-input-select--s {
    width: 180px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .mm-row-content .a-basic-input-select--s, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row > .mm-row-content .a-basic-input-select--s {
  width: 100px;
}

/* a-basic-input-select--white */
.a-basic-input-select--white > select {
  background: #fff;
}
.a-basic-input-select--white > select > option {
  background: #fff;
}

/* a-basic-input-select--xs */
.a-basic-input-select--xs {
  width: 60px;
}

/* a-basic-input-text--autocomplete */
.a-basic-input-text--autocomplete.is-noresult {
  overflow: visible;
  height: 36px;
}
.a-basic-input-text--autocomplete > .ll-noresult {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  padding: 12px 10px;
  background-color: #f8f8f8;
  border-top: 0;
  z-index: 10;
}
.a-basic-input-text--autocomplete > .ll-noresult:hover {
  cursor: default;
}
.a-basic-input-text--autocomplete > .ll-noresult > p {
  margin-bottom: 10px;
}

/* a-basic-input-text--calendar */
.a-basic-input-text--calendar {
  overflow: visible;
  float: left;
  margin: 0 10px 0 0;
}
.l-form .a-basic-input-text--calendar {
  max-width: 150px;
}
@media only screen and (min-width: 76.25em) {
  .a-basic-input-text--calendar {
    margin-right: 51px;
  }
}
.a-basic-input-text--calendar.h-space-s {
  margin-bottom: 15px;
}
.mm-content--bg .a-basic-input-text--calendar.a-basic-input-text--s {
  width: 120px;
}
.l-form-general .a-basic-input-text--calendar {
  margin: 0;
}
.a-basic-input-text--calendar input {
  -webkit-appearance: none !important;
}
.l-form-general .a-basic-input-text--calendar input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.a-basic-input-text--calendar input::-webkit-inner-spin-button, .a-basic-input-text--calendar input::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
}
.a-basic-input-text--calendar input.a-basic-input-text--clear {
  padding-right: 5px;
}
.a-basic-input-text--calendar input:disabled ~ .aa-calendar {
  cursor: auto;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 37.2881355932%;
  background-repeat: no-repeat;
}
.l-form-general .a-basic-input-text--calendar input:disabled ~ .aa-calendar {
  display: none;
}
.a-basic-input-text--calendar .aa-calendar {
  display: block;
  position: absolute;
  top: -3px;
  right: -40px;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 31.0734463277%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-input-text--calendar .aa-calendar {
    right: -40px;
  }
}
.lt-ie9 .a-basic-input-text--calendar .aa-calendar {
  right: -40px;
}
.l-form-general .a-basic-input-text--calendar .aa-calendar {
  bottom: 4px;
  top: auto;
  right: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .l-form-general .a-basic-input-text--calendar .aa-calendar {
    right: 0;
  }
}
.lt-ie9 .l-form-general .a-basic-input-text--calendar .aa-calendar {
  right: 0;
}
.l-form-general .ll-row.is-check.is-error .a-basic-input-text--calendar .aa-calendar, .l-form-general .ll-row.is-check.is-valid .a-basic-input-text--calendar .aa-calendar {
  right: 30px;
}
.is-touch .a-basic-input-text--calendar .aa-calendar {
  right: -39px;
}
.is-touch .l-form-general .a-basic-input-text--calendar .aa-calendar {
  right: 0;
}
.m-basic-radius-search--small .a-basic-input-text--calendar .aa-calendar {
  right: 10px;
}
.m-ves-rs-contentbox .a-basic-input-text--calendar {
  display: flex;
  justify-content: space-between;
}
.m-ves-rs-contentbox .a-basic-input-text--calendar > .aa-calendar {
  right: -35px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 31.0734463277%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-contentbox .a-basic-input-text--calendar > .aa-calendar {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .l-outer.is-touch .m-ves-rs-contentbox .a-basic-input-text--calendar > .aa-calendar {
    display: none;
  }
}
.a-basic-input-text--calendar.a-basic-input-text--my-adac-content > .aa-calendar {
  right: 0;
  left: 105px;
  height: 40px;
}
.l-form-general .a-basic-input-text--calendar.a-basic-input-text--my-adac-content > .aa-calendar {
  left: auto;
}
.a-basic-input-text--calendar.a-basic-input-text--my-adac-content > input:disabled + .aa-calendar {
  display: none;
}
> .l-form .ll-col-label + .ll-col-data .a-basic-input-text--calendar .m-basic-radius-search--small {
  width: 100%;
}

/* a-basic-input-text--copy */
.l-form-general .a-basic-input-text--copy input:disabled, .l-form-general .a-basic-input-text--copy input {
  border-color: #8e8e8e;
  background-color: #f5f5f5;
  padding: 5px 40px 0 15px !important;
}
.a-basic-input-text--copy .aa-col-label:after {
  display: none;
}
.a-basic-input-text--copy .js-clear-button {
  display: none;
}
.a-basic-input-text--copy ~ .ll-check {
  display: none;
}

/* a-basic-input-text--date */
.a-basic-input-text--date {
  width: 130px;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-input-text--date {
    width: 100px;
  }
}
.lt-ie9 .a-basic-input-text--date {
  width: 100px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter .l-form .a-basic-input-text--date {
    width: 130px;
  }
}
.lt-ie9 .m-basic-keywordfilter .l-form .a-basic-input-text--date {
  width: 130px;
}
.l-form-general .a-basic-input-text--date {
  width: 100%;
}
.l-form-general .a-basic-input-text--date:not(.a-basic-input-text--date-long) {
  max-width: 200px;
}
.l-form-general .a-basic-input-text--date--date-long {
  max-width: none;
}
.m-ves-rs-contentbox .a-basic-input-text--date {
  max-width: none;
  width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .a-basic-input-text--date {
    max-width: 300px;
    width: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .a-basic-input-text--date {
    width: 140px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box .a-basic-input-text--date {
    width: 140px;
  }
}
@media print, only screen and (min-width: 48em) {
  .is-touch .m-basic-calculator-content-box .a-basic-input-text--date {
    width: 140px;
  }
}
.m-basic-calculator-content-box .a-basic-input-text--date.a-basic-input-text--s {
  width: 100px;
}

.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .a-basic-input-text--date {
  border-bottom: none;
}
.a-basic-input-text--date > input {
  padding-right: 0;
  width: 100%;
  -webkit-appearance: none;
}
.a-basic-input-text--date > input + .js-clear-button {
  display: none;
}
.l-form .a-basic-input-text--date > input[placeholder="MM.JJJJ"] {
  width: 75px;
}
.m-ves-rs-contentbox .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 250px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
    width: 140px;
  }
}
.is-touch .m-ves-rs-contentbox .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 100px;
}
.m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: calc(100% - 30px);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
    width: 140px;
  }
}
.lt-ie9 .m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 140px;
}
.is-touch .m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .is-touch .m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
    width: 140px;
  }
}
.lt-ie9 .is-touch .m-basic-calculator-content-box .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 140px;
}
.m-basic-calculator-content-box .l-form .a-basic-input-text--date.a-basic-input-text--s > input[placeholder="TT.MM.JJJJ"] {
  width: 100px;
}

.m-basic-radius-search .l-form .a-basic-input-text--date > input[placeholder="TT.MM.JJJJ"] {
  width: 120px;
}
.m-basic-calculator-content-box .mm-form-container > .mm-fieldset > .mm-row.is-check.is-error > .mm-inputcontainer > .a-basic-input-text--date > input {
  border-bottom: 2px solid #cc3333;
}
.a-basic-input-text--date.a-basic-input-text--col-1 {
  width: auto;
}
.a-basic-input-text--date.a-basic-input-text--col-1 > input {
  width: 265px;
}
.l-form-general .a-basic-input-text--date.a-basic-input-text--col-1 > input {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-text--date.a-basic-input-text--col-1 > input {
    width: calc(400px - 115px);
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form--cardamage-map .a-basic-input-text--date.a-basic-input-text--col-1 {
    width: 240px;
  }
}
.l-form--cardamage-map .a-basic-input-text--date.a-basic-input-text--col-1 > input {
  width: calc(100% - 30px);
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map .a-basic-input-text--date.a-basic-input-text--col-1 > input {
    width: 100%;
  }
}
.lt-ie9 .l-form--cardamage-map .a-basic-input-text--date.a-basic-input-text--col-1 > input {
  width: 100%;
}
.is-touch .l-form--cardamage-map .a-basic-input-text--date.a-basic-input-text--col-1 > input {
  width: 100%;
}
.is-touch .l-form .a-basic-input-text--date {
  width: 100px;
}
@media only screen and (min-width: 64.0625em) {
  .is-touch .l-form .a-basic-input-text--date {
    width: 130px;
  }
}
.lt-ie9 .is-touch .l-form .a-basic-input-text--date {
  width: 130px;
}
.a-basic-input-text--date.a-basic-input-text--my-adac-content {
  width: 130px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--date.a-basic-input-text--my-adac-content {
    width: 100%;
  }
}
.a-basic-input-text--date.a-basic-input-text--my-adac-content > input {
  color: #333;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
}
.a-basic-input-text--date.a-basic-input-text--my-adac-content > input::placeholder {
  color: #afafaf;
  /* Firefox */
  opacity: 1;
}

/* a-basic-input-text--l */
.a-basic-input-text--l {
  width: calc(100% - 110px);
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--l {
    width: calc(100% - 110px);
  }
}
.a-basic-input-text--s + .a-basic-input-text--l {
  float: right;
  width: calc(100% - 110px);
}
.l-form-general .a-basic-input-text--l:not(.a-basic-input-text--right-border) {
  float: none;
  width: 100%;
}
.l-form-general .a-basic-input-text--right-border + .a-basic-input-text--l {
  width: calc(100% - 100px);
}
.m-basic-radius-search .l-form-general .a-basic-input-text--l {
  margin-right: 20px;
}
.l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--l {
  width: 100%;
  max-width: 320px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--l {
    width: 320px;
    max-width: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--l {
    width: 330px;
  }
}
.lt-ie9 .l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--l {
  width: 330px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container .a-basic-input-text--l {
  width: 100%;
  max-width: 170px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container .a-basic-input-text--l {
    width: 210px;
    max-width: 210px;
  }
}

/* a-basic-input-text--location */
.a-basic-input-text--location {
  width: 100%;
}
.a-basic-input-text--location .aa-location {
  display: block;
  position: absolute;
  bottom: -8px;
  left: -10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 6.734006734% 87.5177304965%;
}
.l-form-general .a-basic-input-text--location .aa-location {
  left: -15px;
  bottom: 2px;
}
.a-basic-input-text--location .aa-location:focus {
  outline: 0;
}
.is-keyboard-focus .a-basic-input-text--location .aa-location:focus:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 4px;
}
.a-basic-input-text--location .aa-location ~ .aa-col-label {
  padding-left: 30px;
}
.a-basic-input-text--location > input {
  width: calc(100% - 30px);
  margin-left: 30px;
}
.l-form:not(.l-form-general) .m-basic-radius-search--locksmith .a-basic-input-text--location > input {
  margin-left: 33px;
}
.m-basic-radius-search--mobile-wrap .a-basic-input-text--location > input {
  width: calc(100% - 25px);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--mobile-wrap .a-basic-input-text--location > input {
    width: calc(100% - 30px);
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filtergroup > .a-basic-input-text--location {
  max-width: calc(100% - 30px);
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter .mm-filtergroup > .a-basic-input-text--location {
    max-width: none;
    margin-bottom: 0;
  }
}
.ll-row--mgl-discount > .a-basic-input-text--location {
  max-width: calc(100% - 30px);
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .ll-row--mgl-discount > .a-basic-input-text--location {
    max-width: 300px;
    margin-right: 10px;
  }
}

/* a-basic-input-text--m */
.a-basic-input-text--m {
  width: calc(139px - 5px);
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--m {
    width: calc(50% - 5px);
  }
}
.l-form-general .a-basic-input-text--m {
  width: 100%;
  float: none;
}
.a-basic-input-text--m + .a-basic-input-text--m {
  float: right;
}
.l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--m {
  width: calc(100% - 80px);
  max-width: 240px;
}
@media print, only screen and (min-width: 48em) {
  .l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--m {
    width: 240px;
    max-width: none;
  }
}
.l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--m.a-basic-input-text--expand {
  width: 100%;
  max-width: 320px;
}
.l-form--cardamage-map .ll-row--full .ll-col-label + .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
  width: calc(100% - 99px);
  max-width: 208px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--cardamage-map .ll-row--full .ll-col-label + .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
    width: 208px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-map .ll-row--full .ll-col-label + .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
    width: 208px;
  }
}
.lt-ie9 .l-form--cardamage-map .ll-row--full .ll-col-label + .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
  width: 208px;
}
.l-form--cardamage-proof .ll-row--full .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
  width: calc(100% - 99px);
  max-width: 208px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--cardamage-proof .ll-row--full .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
    width: 208px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-form--cardamage-proof .ll-row--full .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
    width: 208px;
  }
}
.lt-ie9 .l-form--cardamage-proof .ll-row--full .ll-col-data .ll-input-spacer + .a-basic-input-text--m {
  width: 208px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container .a-basic-input-text--m {
  width: 210px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-col-data .a-basic-input-text--m {
  width: 140px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container--multi .a-basic-input-text--m {
  width: 127.5px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container--multi .a-basic-input-text--m {
    width: 147.5px;
  }
}

/* a-basic-input-select--xs */
.a-basic-input-text--margin-right {
  margin-right: 10px;
}

.a-basic-input-text--my-adac-content > input {
  padding: 10px 35px 10px 10px;
  height: 40px;
  outline: none;
  background-color: #f3f3f4;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.a-basic-input-text--my-adac-content > input:focus::-webkit-input-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac-content > input:focus:-moz-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac-content > input:focus::-moz-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac-content > input:focus:-ms-input-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}

.a-basic-input-text--my-adac > input {
  height: 34px;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.a-basic-input-text--my-adac > input:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #cccccc;
}
.a-basic-input-text--my-adac > input:focus::-webkit-input-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac > input:focus:-moz-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac > input:focus::-moz-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}
.a-basic-input-text--my-adac > input:focus:-ms-input-placeholder {
  color: #f3f3f4;
  color: #afafaf;
}

/* a-basic-input-text--plain */
.a-basic-input-text--plain.is-disabled {
  display: none;
}
.l-form .ll-col-label + .ll-col-data .a-basic-input-text--plain.is-disabled, .l-form-general .ll-col-label + .ll-col-data .a-basic-input-text--plain.is-disabled {
  max-width: none;
}
.a-basic-input-text--plain.is-disabled input {
  border: none;
  padding-left: 0;
  background: transparent;
}
html .a-basic-input-text--plain.is-disabled input {
  cursor: text;
}
.a-basic-input-text--plain.is-disabled input:focus {
  border: none;
}
.a-basic-input-text--plain.is-disabled input::-webkit-input-placeholder {
  color: #000;
}
.a-basic-input-text--plain.is-disabled input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.a-basic-input-text--plain.is-disabled input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.a-basic-input-text--plain.is-disabled input:-ms-input-placeholder {
  color: #afafaf;
}

/* a-basic-input-text--s */
.a-basic-input-text--s {
  width: 100px;
}
.a-basic-input-text--l + .a-basic-input-text--s {
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--s {
    width: 100px;
  }
}
.l-form-general .a-basic-input-text--s:not(.a-basic-input-text--right-border) {
  width: 100%;
  float: none;
}
.l-form-general .a-basic-input-text--s > input {
  padding-right: 15px !important;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-text--s > input {
    padding-right: 35px;
  }
}
.l-form-general .a-basic-input-text--s > input:disabled ~ .aa-col-label:after {
  display: none;
}
.a-basic-input-text--s > input + .js-clear-button {
  display: none;
}
.a-basic-input-text--s > input[placeholder="MM.JJJJ"] {
  width: 90px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--s > input[placeholder="MM.JJJJ"] {
    width: 70px;
  }
}
.a-basic-input-text--s > input[placeholder="TT.MM.JJJJ"] {
  width: 130px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--s > input[placeholder="TT.MM.JJJJ"] {
    width: 100px;
  }
}
.l-form .ll-row--cardamage .ll-col-label ~ .ll-col-data .a-basic-input-text--s {
  width: 70px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .mm-row-content .a-basic-input-text--s, .m-ves-rs-contentbox--damagedeclaration .mm-tile-container > .mm-row > .mm-row-content .a-basic-input-text--s {
  width: 100px;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container .a-basic-input-text--s {
  width: 85px;
}

/* a-basic-input-text--date */
.a-basic-input-text--search {
  display: block;
  width: 50%;
}
.m-layout-main-nav-left .a-basic-input-text--search {
  margin: 0 30px 0 34px;
  width: calc(100% - 64px);
}
@media only screen and (min-width: 64.0625em) {
  .m-layout-main-nav-left .a-basic-input-text--search {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
.lt-ie9 .m-layout-main-nav-left .a-basic-input-text--search {
  margin: 0 10px;
  width: calc(100% - 20px);
}
.m-layout-main-nav-left .a-basic-input-text--search > input {
  background-color: #fff;
}
.a-basic-input-text--search > .mm-searchbtn {
  position: absolute;
  top: -2px;
  right: -4px;
  padding: 4px 3px 0 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 77.6836158192%;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

/* a-basic-input-text--white */
.a-basic-input-text--white > input {
  background-color: #fff;
}

/* a-basic-input-text--xl */
.a-basic-input-text--xl {
  width: calc(278px - 60px);
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--xl {
    width: calc(100% - 60px);
  }
}
.a-basic-input-text--xs + .a-basic-input-text--xl {
  float: right;
}
.l-form-general .a-basic-input-text--xl {
  width: 100%;
  float: none;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container .a-basic-input-text--xl {
  width: 265px;
  max-width: 265px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container .a-basic-input-text--xl {
    width: 305px;
    max-width: 305px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container .a-basic-input-text--xl + p.ll-inputformatinfo {
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .l-form .ll-item-container--full > .ll-input-container .a-basic-input-text--xl {
  width: 305px;
}
.l-form--small-content .a-basic-input-text--xl {
  width: 100%;
  max-width: 100%;
}
.o-basic-form-overview .oo-fieldset .oo-row .a-basic-input-text--xl.a-basic-input-text--edit {
  width: 100%;
  max-width: 340px;
}

/* a-basic-input-text--xs */
.a-basic-input-text--xs {
  width: 50px;
}
.a-basic-input-text--xl + .a-basic-input-text--xs {
  margin-left: 11.895px;
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-input-text--xl + .a-basic-input-text--xs {
    margin-left: 10px;
  }
}
.l-form-general .a-basic-input-text--xs {
  width: 100%;
  float: none;
}
.m-ves-number-plate .a-basic-input-text--xs {
  width: 100%;
}
.m-ves-number-plate .a-basic-input-text--xs > input {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px 5px 6px;
}
.l-form-general .m-ves-number-plate .a-basic-input-text--xs {
  width: 100%;
}
.l-form-general .m-ves-number-plate .a-basic-input-text--xs > input {
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
  height: 42px;
}
.l-form--cardamage-map .a-basic-input-text--xs {
  width: 70px;
}
.l-form--cardamage-proof .a-basic-input-text--xs {
  width: 70px;
}
.a-basic-input-text--xs > input {
  padding-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .a-basic-input-text--xs > input {
    padding-right: 35px;
  }
}
.a-basic-input-text--xs > input + .js-clear-button {
  display: none;
}

/* a-basic-input-text--daterange*/
.a-basic-input-text--daterange {
  width: 100%;
}
.l-form-general .a-basic-input-text--daterange:not(.a-basic-input-text--xs):not(.a-basic-input-text--date).a-basic-input-text--ds-filter input {
  padding: 0 7px;
  min-width: 75px;
  height: 40px;
}
.l-form-general .a-basic-input-text--daterange > .js-clear-button {
  display: none;
}
.l-form-general .a-basic-input-text--daterange + .a-basic-input-text--daterange:not(.a-basic-input-text--xs):not(.a-basic-input-text--date) input {
  padding-right: 30px !important;
}

/* a-basic-input-text--ds-filter*/
.l-form-general .a-basic-input-text--ds-filter input {
  height: 40px;
  padding-top: 0;
}
.l-form-general .a-basic-input-text--ds-filter .aa-calendar {
  top: -1px;
}
.l-form-general .a-basic-input-text--ds-filter .aa-location {
  bottom: -6px;
}
.l-form-general .a-basic-input-text--ds-filter:not(.a-basic-input-text--xs):not(.a-basic-input-text--date) input {
  padding-top: 0;
}
.l-form-general .a-basic-input-text--ds-filter > .js-clear-button {
  top: 6px !important;
}
.l-form-general .a-basic-input-text--ds-filter > .aa-col-label {
  top: 9px;
}

/* a-basic-input-text--edit*/
.a-basic-input-text--edit {
  padding: 0 35px 0 0;
}
.l-form-general .a-basic-input-text--edit {
  padding-right: 0;
}
.a-basic-input-text--edit > .aa-edit-button {
  display: inline-block;
  content: "";
  position: absolute;
  right: -4px;
  top: -6px;
  width: 30px;
  height: 30px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  background-repeat: no-repeat;
}
.l-form-general .a-basic-input-text--edit > .aa-edit-button {
  top: 5px;
  right: 5px;
  background-color: #fff;
}
.o-basic-form-overview .oo-description .a-basic-input-text--edit ~ .ll-description {
  width: calc(100% - 35px);
}

/* a-basic-input-text--edit*/
.a-basic-input-text--unit {
  display: flex;
  align-items: center;
  overflow: visible;
}
.a-basic-input-text--unit .aa-unit {
  padding-left: 10px;
  flex: 1 0 auto;
}
.a-basic-input-text--unit input {
  flex: 0 0 auto;
}

/* a-basic-input-textarea--white */
.a-basic-input-textarea--white {
  background: #fff;
}
.l-form-general .a-basic-input-textarea--white.a-basic-input-textarea--clear ~ .js-clear-button {
  display: initial;
  right: 35px;
  top: 30px;
}

/* a-basic-link--add */
.a-basic-link--add {
  padding-left: 50px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.a-basic-link--add:before {
  position: absolute;
  left: -5px;
  top: -11px;
  display: block;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 60.1694915254%;
  z-index: 10;
}
.a-basic-link--add:after {
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  background: #ffcc00;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

/* a-basic-link--back */
.a-basic-link--back:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
  top: -10px;
}
.a-basic-link--back.a-basic-link--right {
  display: inline-block;
  float: right;
  padding-right: 0;
  left: inherit;
}
.l-main-content > .a-basic-link--back:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 15px;
}

/* a-basc-link--before-icon */
.a-basic-link--before-icon {
  background: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  max-width: fit-content;
}
.a-basic-link--before-icon:before {
  content: none;
}
.m-adac-maps--searchresults .a-basic-link--before-icon {
  padding-left: 0;
}
.a-basic-link--before-icon > .aa-icon-wrapper {
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 21px;
}
.a-basic-link--before-icon > .aa-icon-wrapper > img {
  display: block;
  position: relative;
  left: -12px;
  top: -11px;
  width: 44px;
  height: 44px;
}

/* a-basic-link--center */
.a-basic-link--center {
  margin-left: 50%;
  transform: translateX(-50%);
}

/* a-basc-link--table */
.a-basic-link--compare {
  padding: 10px 16px 10px 20px;
  background-color: #ffcc00;
  background-position: 0 8px;
  border: 1px solid #d7d7d7;
  border-top: none;
  display: none;
  padding-left: 30px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--compare {
    display: table;
  }
}
.m-basic-table.h-space-s + .a-basic-link--compare {
  position: relative;
  top: -15px;
}
.a-basic-link--compare:before {
  top: -1px;
  left: -5px;
}

/* a-basic-link--contact */
.a-basic-link--contact {
  display: inline-block;
  height: auto;
  padding: 10px 0 10px 50px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  text-decoration: none;
}
.a-basic-link--contact:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 84.8457912458% 54.5744680851%;
  position: relative;
  height: 39px;
  top: 13px;
}
.a-basic-link--contact:after {
  right: 0;
  top: -4px;
  height: calc(100% + 8px);
  max-height: 54px;
}
@media only screen and (min-width: 64.0625em) {
  .a-basic-link--contact:after {
    height: 100%;
  }
}
.lt-ie9 .a-basic-link--contact:after {
  height: 100%;
}
.a-basic-link--contact > .aa-link-icon-wrapper {
  max-height: 48px;
}
.a-basic-link--contact > .aa-text-wrapper {
  display: inline-block;
}
.a-basic-link--contact > .aa-text-wrapper .aa-text {
  display: block;
  max-width: 200px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.9);
}
.a-basic-link--contact.is-full-length > .aa-text-wrapper .aa-text {
  max-width: none;
}

.a-basic-link--contact > .aa-text-wrapper small.aa-text {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.a-basic-link--contact > .aa-text-wrapper small.aa-text:nth-child(3):last-child {
  color: rgba(0, 0, 0, 0.6);
}

.a-basic-link--contact > .aa-text-wrapper .aa-text.aa-big {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--contact > .aa-text-wrapper .aa-text.aa-big {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.m-basic-text .a-basic-btn + .a-basic-link--contact {
  margin-top: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text .a-basic-btn + .a-basic-link--contact {
    margin-top: 0;
    margin-left: 20px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact {
  display: inline-block;
  position: relative;
  height: auto;
  margin-bottom: 16px;
  padding: 3px 0 4px 70px;
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact {
    padding-left: 70px;
  }
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:hover {
  max-height: unset;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:last-child {
  margin-bottom: 0;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:last-child:after {
  top: -4px;
  height: calc(100% + 8px);
  right: 0;
  background-color: transparent;
  max-height: 54px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:last-child:after {
    height: 100%;
  }
}
.lt-ie9 .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--contact:last-child:after {
  height: 100%;
}

/* a-basc-link--english */
.a-basic-link--english {
  padding-left: 36px;
}
.a-basic-link--english:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 84.8457912458% 58.1205673759%;
  top: -13px;
  left: -10px;
}
.a-basic-link--english:after {
  position: relative;
}
.swiper .a-basic-link--english {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 48px;
  height: 20px;
  z-index: 10;
  padding-right: 4px;
}
@media print, only screen and (min-width: 48em) {
  .swiper .a-basic-link--english {
    right: 10%;
    top: 5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .swiper .a-basic-link--english {
    right: 25px;
    top: 25px;
  }
}
.lt-ie9 .swiper .a-basic-link--english {
  right: 25px;
  top: 25px;
}
@media only screen and (min-width: 76.25em) {
  .swiper .a-basic-link--english {
    right: 120px;
    top: 40px;
  }
}
.swiper .oo-box .a-basic-link--english {
  width: auto;
  position: static;
  display: flex;
  flex-flow: row nowrap;
  padding-left: 0;
}
@media only screen and (min-width: 76.25em) {
  .swiper .oo-box .a-basic-link--english {
    right: auto;
  }
}
.swiper .oo-box .a-basic-link--english::before {
  position: relative;
}
.ll-main-language--white-background .a-basic-link--english {
  width: 48px;
  height: 20px;
  z-index: 10;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 84.8457912458% 58.1205673759%;
  padding-right: 4px;
}
.o-layout-main-stage--cluster .a-basic-link--english {
  background-color: transparent !important;
}
@media print {
  .a-basic-link--english {
    display: none;
  }
}

/* a-basc-link--german */
.a-basic-link--german {
  background-size: 25px;
  padding-left: 40px;
}
.a-basic-link--german:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 84.8457912458% 82.9432624113%;
  top: -13px;
  left: -10px;
}
.a-basic-link--german:after {
  position: relative;
}
@media print {
  .a-basic-link--german {
    display: none;
  }
}

/* a-basic-link--inline-rte */
.a-basic-link--inline-rte {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.a-basic-link--inline-rte:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--inline-rte {
    margin-bottom: 0;
  }
}
.a-basic-link--inline-rte:last-child {
  margin-right: 0;
}
.a-basic-link--inline-rte.h-space-s {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--inline-rte.h-space-s {
    margin-bottom: 0;
  }
}

/* a-basc-link--icon */
.a-basic-link--icon {
  background-position-y: 1px;
}
.a-basic-link--icon:after {
  height: 32px;
}
.a-basic-link--icon:before {
  top: -8px;
}
.a-basic-link--icon > .aa-link-icon-wrapper {
  display: inline-block;
}
.a-basic-link--icon > .aa-link-icon-wrapper > img,
.a-basic-link--icon > .aa-link-icon-wrapper svg {
  vertical-align: middle;
  margin-left: 10px;
}
.a-basic-link--icon > .aa-link-icon-wrapper > img:first-child,
.a-basic-link--icon > .aa-link-icon-wrapper svg:first-child {
  margin-left: 0;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--icon > .aa-link-icon-wrapper > img:first-child,
  .a-basic-link--icon > .aa-link-icon-wrapper svg:first-child {
    margin-left: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper > img:first-child,
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper svg:first-child {
    margin-left: 0;
  }
}
.a-basic-link--icon > .aa-link-icon-wrapper > img.aa-bg-yellow,
.a-basic-link--icon > .aa-link-icon-wrapper svg.aa-bg-yellow {
  background: #ffcc00;
}
.a-basic-link--icon > .aa-link-icon-wrapper > img.aa-align-top,
.a-basic-link--icon > .aa-link-icon-wrapper svg.aa-align-top {
  margin-bottom: 20px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper > img,
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper svg {
  padding: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper > img,
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper svg {
    padding: 8px;
  }
}
.a-basic-link--icon > .aa-link-icon-wrapper > svg {
  width: 48px;
  height: 48px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper > svg {
  padding: 12px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section .a-basic-link--icon > .aa-link-icon-wrapper {
  top: 50%;
  left: 5px;
  position: absolute;
  transform: translate(0, -50%);
  border-radius: 50%;
  overflow: hidden;
}

/* a-basic-link--center */
.a-basic-link--info-layer {
  pointer-events: none;
}
.a-basic-link--info-layer:hover {
  text-decoration: none;
}
.a-basic-link--info-layer > a {
  text-decoration: none;
  pointer-events: auto;
}
.a-basic-link--info-layer > a:hover {
  text-decoration: underline;
}
.a-basic-link--info-layer > .m-info-layer {
  margin-left: 10px;
  pointer-events: auto;
}

/* a-basic-link--info */
.a-basic-link--info {
  padding: 0 0 0 22px;
}
.a-basic-link--info:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 68.3615819209%;
}

/* a-basc-link--layer-contact */
.a-basic-link--layer-contact {
  padding: 10px 0 10px 18px;
}
.a-basic-link--layer-contact:before {
  top: -3px;
  transform: scale(1.6);
}
.a-basic-link--layer-contact:hover {
  text-decoration: none;
}
.a-basic-link--layer-contact .aa-contact-layer {
  display: none;
}

/* a-basic-link--my-adac-back */
.a-basic-link--my-adac-back {
  position: relative;
  width: 100%;
  padding-left: 40px;
  text-decoration: none;
  display: block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: none;
}
.l-outer--my-adac-content .ll-main-center > .a-basic-link--my-adac-back {
  display: inline-block;
  width: auto;
  min-width: auto;
}
.a-basic-link--my-adac-back.a-basic-link--right {
  display: inline-block;
  float: right;
  padding-right: 0 !important;
  left: inherit !important;
}
.a-basic-link--my-adac-back:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  left: 0;
  transform: rotate(-180deg);
  width: 30px;
  height: 29px;
}
.l-outer--my-adac-dashboard .a-basic-link--my-adac-back:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
}
.l-outer--my-adac-content .a-basic-link--my-adac-back:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 42.3876592891% 75.0706214689%;
}
.mm-dashbox-theme-option-layer .a-basic-link--my-adac-back:before {
  transform: translate(0, -50%) rotate(0deg);
}
@media print {
  .a-basic-link--my-adac-back:before {
    background: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #CC3300;
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    left: -2px;
    z-index: 100000000000;
    transform: none;
  }
}
.a-basic-link--my-adac-back:after {
  content: none;
}
.l-outer--my-adac .a-basic-link--my-adac-back, .l-outer--my-adac-dashboard-content .a-basic-link--my-adac-back {
  margin: 0 0 24px 0;
  position: relative;
  left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .a-basic-link--my-adac-back, .l-outer--my-adac-dashboard-content .a-basic-link--my-adac-back {
    left: -11px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--my-adac .a-basic-link--my-adac-back, .l-outer--my-adac-dashboard-content .a-basic-link--my-adac-back {
    left: 10px;
  }
}
.lt-ie9 .l-outer--my-adac .a-basic-link--my-adac-back, .lt-ie9 .l-outer--my-adac-dashboard-content .a-basic-link--my-adac-back {
  left: 10px;
}
@media only screen and (min-width: 76.25em) {
  .l-outer--my-adac .a-basic-link--my-adac-back, .l-outer--my-adac-dashboard-content .a-basic-link--my-adac-back {
    position: relative;
    left: -11px;
  }
}
.mm-layer-content .a-basic-link--my-adac-back {
  margin: 0 0 12px 0;
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner.my-adac .a-basic-link--my-adac-back {
    width: auto;
    order: 1;
  }
}

/* a-basic-link--my-adac */
.a-basic-link--my-adac-icon-before {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 25px 5px 48px;
  background: none;
  text-decoration: none;
  display: block;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.a-basic-btn--inline + .a-basic-link--my-adac-icon-before {
  width: auto;
  margin-left: 40px;
}
.a-basic-link--my-adac-icon-before:before {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  top: -2px;
  left: -8px;
}
.m-basic-text .a-basic-link--my-adac-icon-before:before {
  top: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text .a-basic-link--my-adac-icon-before:before {
    top: -7px;
  }
}
.lt-ie9 .m-basic-text .a-basic-link--my-adac-icon-before:before {
  top: -7px;
}
.a-basic-link--my-adac-icon-before:after {
  content: none;
  display: block;
}
.a-basic-link--my-adac-icon-before:hover {
  text-decoration: none;
}
.a-basic-link--my-adac-icon-before:visited {
  color: #333;
}
.m-basic-text .mm-content .a-basic-link--my-adac-icon-before {
  left: -6px;
}
.m-basic-hint--my-adac .a-basic-link--my-adac-icon-before {
  left: 0;
}
.a-basic-link--my-adac-icon-before > .aa-link-icon-wrapper {
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  max-height: 45px;
}
.a-basic-link--my-adac-icon-before.a-basic-link--my-adac-icon-before-content {
  left: -8px;
}

/* a-basic-link--my-adac */
.a-basic-link--my-adac-promotion:not(.a-basic-link--info) {
  padding: 0 0 0 16px;
}
.a-basic-link--my-adac-promotion:not(.a-basic-link--info):before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
}
.a-basic-link--my-adac-promotion:after {
  content: none;
}
.m-my-adac-dashboard-box-intro .a-basic-link--my-adac-promotion {
  margin: 0 15px;
}
.mm-data-protection-hint .a-basic-link--my-adac-promotion {
  margin: 0 20px;
  padding: 0 0 0 30px;
}

/* a-basic-link--my-adac */
.a-basic-link--my-adac {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 25px 10px 48px;
  background: none;
  text-decoration: none;
  display: block;
  outline: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.a-basic-link--my-adac:before {
  content: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac:before {
  content: none;
}
.a-basic-link--my-adac:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  right: -16px;
  top: 1px;
}
.m-my-adac-dashboard-box--block .a-basic-link--my-adac:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
}
.a-basic-link--my-adac.a-basic-link--my-adac-back:after {
  position: static;
  display: none;
}

.a-basic-link--my-adac.a-basic-link--my-adac-bank:after {
  position: static;
  display: none;
}

.a-basic-link--my-adac.a-basic-link--my-adac-no-arrow:after {
  display: none;
}

.mm-toggle-content .a-basic-link--my-adac:after {
  right: 0;
}
.l-outer--my-adac-content .a-basic-link--my-adac:after {
  right: -8px;
}
.mm-dashbox-theme-option-layer .a-basic-link--my-adac:after {
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac:after {
  top: 0;
  right: -10px;
}
.m-basic-hint .mm-flex-container .a-basic-link--my-adac:after {
  display: none;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac:hover {
  background: #f5f5f5;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac:hover:after {
  background-color: transparent;
  top: 8px;
}
.a-basic-link--my-adac:visited {
  color: #333;
}
.m-basic-hint .mm-flex-container .a-basic-link--my-adac {
  width: fit-content;
  min-width: initial;
  padding: 10px 0 10px 40px;
  font-size: 16px;
}
.a-basic-link--my-adac.a-basic-link--my-adac-back {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 20px 10px 45px;
}
.a-basic-link--my-adac.a-basic-link--my-adac-back:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  left: -7px;
  transform: rotate(-180deg);
  top: -2px;
}
.mm-dashbox-theme-option-layer .a-basic-link--my-adac.a-basic-link--my-adac-back:before {
  transform: translate(0, -50%) rotate(0deg);
  top: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block .a-basic-link--my-adac {
    width: auto;
    display: inline-block;
  }
}
.a-basic-link--my-adac.a-basic-link--mailto {
  display: flex;
}
.m-my-adac-dashboard-box--block .a-basic-link--my-adac.a-basic-link--mailto {
  display: inline-flex;
}
.a-basic-link--my-adac.a-basic-link--mailto > .aa-info-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 65.2542372881%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: 5px;
}
.m-my-adac-dashboard-box--block .a-basic-link--my-adac.a-basic-link--mailto > .aa-info-icon, .l-outer--my-adac-dashboard .a-basic-link--my-adac.a-basic-link--mailto > .aa-info-icon {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 68.3615819209%;
  transform: scale(0.6);
  margin-left: 0;
  top: -9px;
  position: relative;
  left: -5px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper,
.a-basic-link--my-adac > svg {
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  max-height: 45px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--account-settings,
.a-basic-link--my-adac > svg--account-settings {
  left: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 43px;
  height: 40px;
  background-position: 99.9302949062% 61.6901408451%;
  top: 4px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--pdf,
.a-basic-link--my-adac > svg--pdf {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 38.3635144199% 96.8926553672%;
  left: -10px;
  top: 1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--plus,
.a-basic-link--my-adac > svg--plus {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 96.8926553672%;
  left: -14px;
  top: 1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--plus-circle,
.a-basic-link--my-adac > svg--plus-circle {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 56.6666666667% 68.8888888889%;
  left: -14px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--description,
.a-basic-link--my-adac > svg--description {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 59.0207914152% 93.7853107345%;
  left: -12px;
  top: -1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--arrow,
.a-basic-link--my-adac > svg--arrow {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  top: 1px;
  left: -12px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--link,
.a-basic-link--my-adac > svg--link {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 96.8926553672%;
  left: -12px;
  top: 1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--list,
.a-basic-link--my-adac > svg--list {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 96.8926553672%;
  left: -12px;
  top: 1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--assignment-turned-in,
.a-basic-link--my-adac > svg--assignment-turned-in {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 74.8490945674% 75.0706214689%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--assignment,
.a-basic-link--my-adac > svg--assignment {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 68.9470154259% 75.0706214689%;
  left: -12px;
  top: 1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--drive-file,
.a-basic-link--my-adac > svg--drive-file {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 79.6780684105% 93.7853107345%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--email,
.a-basic-link--my-adac > svg--email {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 12.4293785311%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--event,
.a-basic-link--my-adac > svg--event {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 40.395480226%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--info,
.a-basic-link--my-adac > svg--info {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 68.3615819209%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--report,
.a-basic-link--my-adac > svg--report {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 68.3615819209%;
  left: -12px;
  top: -2px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--print,
.a-basic-link--my-adac > svg--print {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.4822266935% 96.8926553672%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--breakdown-services,
.a-basic-link--my-adac > svg--breakdown-services {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 38px;
  background-position: 23.6083165661% 90.2953586498%;
  left: -8px;
  top: 2px;
  width: 43px;
  height: 40px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--map,
.a-basic-link--my-adac > svg--map {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 23.6083165661% 96.8926553672%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--card,
.a-basic-link--my-adac > svg--card {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 49.7175141243%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--cancle,
.a-basic-link--my-adac > svg--cancle {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 69.2857142857% 83.3333333333%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--search,
.a-basic-link--my-adac > svg--search {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 83.8983050847%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--gift,
.a-basic-link--my-adac > svg--gift {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 40px;
  height: 39px;
  background-position: 99.7297658863% 87.7551020408%;
  left: -12px;
  top: 2px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--calculate,
.a-basic-link--my-adac > svg--calculate {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 48.3333333333% 83.3333333333%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--gas-station,
.a-basic-link--my-adac > svg--gas-station {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 100% 48.8888888889%;
  top: -1px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--car,
.a-basic-link--my-adac > svg--car {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.3333333333% 33.3333333333%;
  left: -5px;
  top: 1px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--car,
  .a-basic-link--my-adac > svg--car {
    top: -2px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--car-damage,
.a-basic-link--my-adac > svg--car-damage {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.3333333333% 0;
  top: 1px;
  left: -5px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--car-damage,
  .a-basic-link--my-adac > svg--car-damage {
    top: -2px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--schadenmeldung,
.a-basic-link--my-adac > svg--schadenmeldung {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 100% 33.3333333333%;
  top: 1px;
  left: -5px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--schadenmeldung,
  .a-basic-link--my-adac > svg--schadenmeldung {
    top: -2px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--travel,
.a-basic-link--my-adac > svg--travel {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 100%;
  top: 1px;
  left: -11px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--route,
.a-basic-link--my-adac > svg--route {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 40.395480226%;
  top: 1px;
  left: -11px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--mfa,
.a-basic-link--my-adac > svg--mfa {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 52px;
  height: 60px;
  background-position: 50.5731625084% 43.0714285714%;
  top: -1px;
  left: -11px;
  transform: scale(0.6);
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--eye,
.a-basic-link--my-adac > svg--eye {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 47.7401129944%;
  top: -1px;
  left: -11px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--person,
.a-basic-link--my-adac > svg--person {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 66.6666666667% 33.3333333333%;
  top: 2px;
  left: -5px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--person,
  .a-basic-link--my-adac > svg--person {
    top: -2px;
    left: -5px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--membership,
.a-basic-link--my-adac > svg--membership {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.3333333333% 66.6666666667%;
  left: -5px;
  top: 2px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--membership,
  .a-basic-link--my-adac > svg--membership {
    top: -2px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--shield,
.a-basic-link--my-adac > svg--shield {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 100% 66.6666666667%;
  top: 1px;
  left: -5px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-link--my-adac > .aa-link-icon-wrapper--shield,
  .a-basic-link--my-adac > svg--shield {
    top: -3px;
    left: -5px;
  }
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--logout,
.a-basic-link--my-adac > svg--logout {
  background: url("/assets/img/svg-sprite/header-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 0 66.6666666667%;
  top: 0;
  left: -12px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--delete,
.a-basic-link--my-adac > svg--delete {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 73.3333333333%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--carrental,
.a-basic-link--my-adac > svg--carrental {
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 90.2584493042% 89.4632206759%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--clock,
.a-basic-link--my-adac > svg--clock {
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.6322067594% 89.4632206759%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--hotel,
.a-basic-link--my-adac > svg--hotel {
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 68.3896620278% 89.4632206759%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--transport,
.a-basic-link--my-adac > svg--transport {
  background: url("/assets/img/svg-sprite/damage-declaration-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 81.5109343936% 89.4632206759%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--delete-forever,
.a-basic-link--my-adac > svg--delete-forever {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 89.5238095238% 61.1111111111%;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--edit,
.a-basic-link--my-adac > svg--edit {
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 10.4761904762% 100%;
  left: -12px;
  top: 0;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--placeholder,
.a-basic-link--my-adac > svg--placeholder {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 76.7270288397% 96.8926553672%;
  width: 33px;
  height: 28px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--backspace,
.a-basic-link--my-adac > svg--backspace {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 8.8531187123% 90.6779661017%;
  left: -9px;
}
.a-basic-link--my-adac > .aa-link-icon-wrapper--thumb,
.a-basic-link--my-adac > svg--thumb {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 99.9973172368% 9.3220338983%;
  left: -9px;
  top: -1px;
}
.l-outer--my-adac-content .a-basic-link--my-adac > .aa-link-icon-wrapper,
.l-outer--my-adac-content .a-basic-link--my-adac > svg {
  left: -4px;
}
.l-outer--my-adac-content .a-basic-link--my-adac > .aa-link-icon-wrapper--delete-forever,
.l-outer--my-adac-content .a-basic-link--my-adac > svg--delete-forever {
  left: -14px;
}
.l-outer--my-adac-content .a-basic-link--my-adac > .aa-link-icon-wrapper--plus-circle,
.l-outer--my-adac-content .a-basic-link--my-adac > svg--plus-circle {
  left: -14px;
}
.l-outer--my-adac-content .a-basic-link--my-adac > .aa-link-icon-wrapper--edit,
.l-outer--my-adac-content .a-basic-link--my-adac > svg--edit {
  left: -14px;
}
.mm-dashbox-theme-option-layer .a-basic-link--my-adac {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.mm-toggle-content .a-basic-link--my-adac {
  padding-right: 40px;
  margin: 0;
}
.l-outer--my-adac-content .a-basic-link--my-adac {
  min-width: 280px;
  max-width: 650px;
  width: 100%;
  margin: 0;
}
.m-ves-rs-contentbox .a-basic-link--my-adac {
  max-width: 370px;
}
.m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac {
  margin: 0;
  padding: 12px 12px 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer .a-basic-link--my-adac {
    padding: 8px 8px 8px 35px;
  }
}

/* a-basc-link--number */
.a-basic-link--number > .aa-number {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ffcc00;
  border-radius: 50%;
  padding-top: 2px;
  line-height: 16px;
}

/* a-basic-link--right */
.a-basic-link--right {
  margin-left: auto !important;
}

/* a-basic-link--save */
.a-basic-link--save:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 97.046277666% 71.4689265537%;
  position: absolute;
  left: -20px;
  top: -13px;
}

/* a-basic-link--sm-table-link */
@media print, only screen and (min-width: 48em) {
  .a-basic-link--sm-table-link:before {
    content: "";
    display: inline-block;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 36.4855801476% 75.0706214689%;
    position: absolute;
  }
}

/* a-basc-link--table */
.a-basic-link--table {
  padding: 10px 22px 7px 23px;
  background-color: #ffcc00;
  background-image: none;
  display: table;
  text-decoration: none;
  border-radius: 4px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.a-basic-link--table:hover {
  text-decoration: none;
}
.a-basic-link--table:before {
  content: none;
}
.m-basic-table.h-space-s + .a-basic-link--table {
  position: relative;
  top: -15px;
}

/* a-basc-link--top */
.a-basic-link--top:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 51.2407780013% 75.0706214689%;
  width: 30px;
  height: 33px;
  position: absolute;
}
.m-basic-keywordfilter--lexicon .a-basic-link--top:before {
  top: -2px;
  left: -10px;
}

/* a-basic-link--vehicle-image */
.a-basic-link--vehicle-image {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 50px 10px 0;
  border-bottom: 1px solid #cccccc;
}
.a-basic-link--vehicle-image:hover {
  text-decoration: none;
}
.a-basic-link--vehicle-image:last-child {
  border: none;
}
.a-basic-link--vehicle-image::before {
  left: auto;
  right: -10px;
  top: 2px;
}
.a-basic-link--vehicle-image > .aa-text {
  position: relative;
  top: 2px;
  font-weight: bold;
}
.a-basic-link--vehicle-image:hover > .aa-text {
  text-decoration: underline;
}

.a-basic-rating--big > .aa-inner-wrap {
  padding-left: 40px;
  min-width: 85px;
}
.a-basic-rating--big > .aa-inner-wrap > .aa-inner {
  padding: 0 6px;
  font-size: 22px;
  font-size: 1.375rem;
}

.a-basic-rating--mid > .aa-inner-wrap {
  padding-left: 29px;
}
.a-basic-rating--mid > .aa-inner-wrap > .aa-inner {
  padding: 0 7px;
  font-size: 19px;
  font-size: 1.1875rem;
}

/* modifier for detail pages */
@media only screen and (min-width: 64.0625em) {
  .a-basic-rating--topright {
    position: absolute;
    top: 57px;
    right: 40px;
  }
}
.lt-ie9 .a-basic-rating--topright {
  position: absolute;
  top: 57px;
  right: 40px;
}
@media only screen and (min-width: 88.75em) {
  .a-basic-rating--topright {
    right: 0;
  }
}

/* a-basic-separator--line */
.a-basic-separator--line > hr {
  display: inherit;
}

/* a-basic-stopper--circle */
.a-basic-stopper--circle > .aa-inner-content {
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  background: none;
  outline: none;
  text-align: center;
}
.a-basic-stopper--circle > .aa-inner-content:before {
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #0079c0;
  outline: 2px solid #fff;
  border-radius: 50%;
  z-index: -1;
}
.a-basic-stopper--circle > .aa-inner-content > .aa-thirdline {
  text-align: center;
}

/* a-basic-stopper--hint */
.a-basic-stopper--hint {
  right: 50%;
  top: -5px;
  margin-right: -22px;
}
.m-basic-table .mm-toggle-row-content .a-basic-stopper--hint {
  position: static;
  margin: 5px 0 0 0;
}
.m-basic-table > thead .a-basic-stopper--hint {
  z-index: 70;
  top: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table > thead .a-basic-stopper--hint {
    top: -30px;
    right: 0;
    margin-right: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .swiper-container-table .m-basic-table > thead .a-basic-stopper--hint {
    top: 0;
  }
}
.m-basic-table--break .mm-toggle-row-content .a-basic-stopper--hint {
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .mm-toggle-row-content .a-basic-stopper--hint {
    position: absolute;
  }
}
.a-basic-stopper--hint .aa-inner-content {
  margin-left: 0;
  min-width: 0;
}
.m-basic-table .mm-toggle-row-content .a-basic-stopper--hint .aa-inner-content {
  width: auto;
  padding: 2px 10px 5px 10px;
  display: inline-block;
}
.m-basic-table--break .mm-toggle-row-content .a-basic-stopper--hint .aa-inner-content {
  padding: 10px 10px 5px 10px;
}
.m-basic-table .mm-toggle-row-content .a-basic-stopper--hint .aa-inner-content:before, .m-basic-table .mm-toggle-row-content .a-basic-stopper--hint .aa-inner-content:after {
  display: none;
}
.a-basic-stopper--hint .aa-inner-content .aa-headline {
  margin: 3px 0 0 -2px;
}
.a-basic-stopper--hint .aa-inner-content .aa-content {
  position: relative;
  top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}

/* a-basic-stopper--small */
.a-basic-stopper--small .aa-inner-content {
  margin-left: 5px;
  min-width: 40px;
}
.a-basic-stopper--small .aa-inner-content .aa-content {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

/* a-basic-time-refresh--reworked */
.a-basic-time-refresh--reworked > .aa-timerefresh {
  margin-top: 0;
}
.a-basic-time-refresh--reworked > .aa-timerefresh > .aa-timerefresh-content {
  border: none;
  padding-left: 0;
}
.a-basic-time-refresh--reworked > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper {
  flex: initial;
  margin-right: 50px;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .a-basic-time-refresh--reworked > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper {
    margin-bottom: 0;
  }
}
.a-basic-time-refresh--reworked > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper > .aa-last {
  font-weight: bold;
  margin-right: 20px;
}
.a-basic-time-refresh--reworked > .aa-timerefresh > .aa-timerefresh-content > .aa-timerefresh-wrapper > span:nth-child(3) {
  margin: 0 5px;
}

/* a-layout-darkness--loader */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.a-layout-darkness--loader:before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
}
.a-layout-darkness--loader.a-layout-darkness--layer:before {
  display: none;
}

.a-layout-darkness--loader:before {
  animation: spin 1.5s infinite linear;
}
.a-layout-darkness--loader > .aa-layer {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 100px);
  text-align: center;
  padding: 30px 30px 170px 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.a-layout-darkness--loader > .aa-layer:before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 200px;
  height: 200px;
  background-position: 0 0;
  animation: spin 1.5s infinite linear;
}
.a-layout-darkness--loader > .aa-layer > .aa-text {
  display: block;
  margin-bottom: 20px;
  color: #000;
}

.a-layout-darkness--mainnav {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .a-layout-darkness--mainnav {
    display: none;
  }
}

.a-layout-darkness--subnav {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .a-layout-darkness--subnav {
    display: none;
  }
}
.lt-ie9 .a-layout-darkness--subnav {
  display: none;
}

/* .m-adac-cardamage--rework */
.m-adac-cardamage--rework {
  padding: initial;
  width: 100%;
  background-color: initial;
}
.m-adac-cardamage--rework-layer .mm-layeritem .mm-timestamp {
  position: initial;
  padding-top: 5px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.h-roboto .m-adac-cardamage--rework-layer .mm-layeritem .mm-timestamp {
  font-family: "Roboto", sans-serif;
}
.m-adac-cardamage--rework-layer .mm-layeritem .mm-timestamp > span {
  color: rgba(0, 0, 0, 0.6);
}
.m-adac-cardamage--rework-layer .mm-layeritem .mm-timestamp > span:nth-child(2) {
  padding: 0 5px;
}
.m-adac-cardamage--rework > .mm-content > .mm-left,
.m-adac-cardamage--rework > .mm-content > .mm-right {
  min-width: calc(50% - 20px);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 8px;
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left,
  .m-adac-cardamage--rework > .mm-content > .mm-right {
    padding: 20px 15px;
    margin-bottom: initial;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem {
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem {
    margin-bottom: 20px;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item.is-visible + .mm-bottom,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item.is-visible + .m-adac-maps,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem.is-visible + .mm-bottom,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem.is-visible + .m-adac-maps,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item.is-visible + .mm-bottom,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item.is-visible + .m-adac-maps,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem.is-visible + .mm-bottom,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem.is-visible + .m-adac-maps {
  border-top: 1px solid #E5E5E5;
  padding-top: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item.is-visible + .mm-bottom,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item.is-visible + .m-adac-maps,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem.is-visible + .mm-bottom,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem.is-visible + .m-adac-maps,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item.is-visible + .mm-bottom,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item.is-visible + .m-adac-maps,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem.is-visible + .mm-bottom,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem.is-visible + .m-adac-maps {
    padding-top: 20px;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item.is-visible > div:only-child, .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > div:only-child, .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item.is-visible > div:only-child, .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > div:only-child {
  margin-bottom: 0;
}

.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info {
  position: relative;
  max-width: 300px;
  padding-left: 65px;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info {
    margin-bottom: 20px;
  }
}
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info {
  font-family: "Roboto", sans-serif;
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info + .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info + .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info + .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info + .mm-infotext {
  border-top: 1px solid #E5E5E5;
  padding-top: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info + .mm-infotext,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info + .mm-infotext,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info + .mm-infotext,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info + .mm-infotext {
    padding-top: 20px;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info > .mm-icon,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info > .mm-icon {
  position: absolute;
  left: 15px;
  top: -1px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info > .mm-icon,
  .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info > .mm-icon,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info > .mm-icon,
  .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info > .mm-icon {
    top: 13px;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info .mm-timestamp,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info .mm-timestamp,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info .mm-timestamp,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info .mm-timestamp {
  position: initial;
  padding-top: 5px;
  margin-bottom: 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info .mm-timestamp,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info .mm-timestamp,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info .mm-timestamp,
.h-roboto .m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info .mm-timestamp {
  font-family: "Roboto", sans-serif;
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info .mm-timestamp > span,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info .mm-timestamp > span,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info .mm-timestamp > span,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info .mm-timestamp > span {
  color: rgba(0, 0, 0, 0.6);
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-status-info .mm-timestamp > span:nth-child(2),
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-status-info .mm-timestamp > span:nth-child(2),
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-status-info .mm-timestamp > span:nth-child(2),
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-status-info .mm-timestamp > span:nth-child(2) {
  padding: 0 5px;
}
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-item > .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-left .mm-layeritem > .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-item > .mm-infotext,
.m-adac-cardamage--rework > .mm-content > .mm-right .mm-layeritem > .mm-infotext {
  padding: 0 15px 0 7px;
}
.m-adac-cardamage--rework > .mm-content > .mm-left > .mm-bottom > .mm-linklist,
.m-adac-cardamage--rework > .mm-content > .mm-right > .mm-bottom > .mm-linklist {
  padding: 0 15px;
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left > .mm-bottom > .mm-linklist,
  .m-adac-cardamage--rework > .mm-content > .mm-right > .mm-bottom > .mm-linklist {
    margin-bottom: 15px;
  }
}
.m-adac-cardamage--rework > .mm-content > .mm-left {
  padding: 12px 8px 0 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage--rework > .mm-content > .mm-left {
    padding: 20px 15px;
  }
}

/* m-adac-maps--cardamage */
.m-adac-maps--cardamage > .mm-switch-map {
  display: none;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper > .mm-wrapper-head {
  flex: 0 0 100%;
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper > .mm-wrapper-head {
    order: 0;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper > .mm-wrapper-subhead {
  flex: 0 0 100%;
  order: 2;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper > .mm-wrapper-subhead {
    order: 0;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap {
  display: none;
  flex: 1 1 100%;
  order: 3;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  background-color: inherit;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap {
    display: block;
    max-height: none;
    flex: 0 1 50%;
    order: 0;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list {
    margin: 0 37px 0 0;
    border-top: 1px solid #cccccc;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list:not(:last-child) {
  margin-bottom: 10px;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 23px;
  border-bottom: 1px solid #cccccc;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list > li.is-highlight {
  padding-left: 20px;
  border-left: 3px solid #ffcc00;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap > .mm-result-list > li:hover {
  background-color: #f3f3f4;
  cursor: pointer;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-result-list-wrap.is-active {
  display: block;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper {
  display: block;
  flex: 1 1 100%;
  order: 1;
  width: 100%;
  padding-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper {
    flex: 1 0 50%;
    order: 0;
    max-width: 50%;
    padding-bottom: 0;
  }
}
.is-ios .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .is-ios .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper {
    margin-bottom: 0;
  }
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper.is-active {
  display: block;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper > picture:not(:last-child) > img {
  margin-bottom: 10px;
}
.m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper > picture > img {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage .mm-maps-mgl-wrapper .mm-map-wrapper > picture > img {
    width: auto;
  }
}
.m-adac-maps--cardamage > .mm-maps-nav:not(.h-space-m) {
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--cardamage > .mm-maps-nav:not(.h-space-m) {
    margin-bottom: 10px;
  }
}

/* m-adac-maps */
.m-adac-maps--mgldiscountmaps > .mm-switch-map {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps > .mm-switch-map {
    display: none;
  }
}
.m-adac-maps--mgldiscountmaps > .mm-switch-map > .js-switch {
  opacity: 0.5;
  display: inline-block;
  outline-color: #fff;
  margin-left: 10px;
}
.m-adac-maps--mgldiscountmaps > .mm-switch-map > .js-switch.is-active {
  opacity: 1;
}
.m-adac-maps--mgldiscountmaps > .mm-head-map + .mm-switch-map {
  margin-top: -35px;
}
.m-adac-maps--mgldiscountmaps > .mm-head-map + .mm-switch-map.is-stuck {
  margin-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps > .mm-maps-nav > .mm-wrapper {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps > .mm-maps-nav > .mm-wrapper > .mm-wrapper-header {
    float: left;
    line-height: 30px;
    margin-right: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap {
  background-color: inherit;
  border: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap {
    float: left;
    max-height: none;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 0;
  }
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap > div:last-child > .mm-result-list {
  margin-bottom: 0;
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap > div > .mm-result-list {
  margin-bottom: 20px;
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list {
  margin: 0 0 20px 0;
  padding: 0;
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list {
    margin: 0 37px 0 0;
    border-top: 1px solid #cccccc;
  }
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list:not(:last-child) {
  margin-bottom: 20px;
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #cccccc;
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list > li:last-child {
  border-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap .mm-result-list > li:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-result-list-wrap.is-active {
  display: block;
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
  flex: 1 0 100%;
  padding-bottom: 100%;
  display: none;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
    flex: 1 0 50%;
    height: auto;
    max-width: 340px;
    max-height: 320px;
    padding-bottom: 0;
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
    max-width: 320px;
  }
}
.lt-ie9 .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
  max-width: 320px;
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
    max-width: 50%;
  }
}
.m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper.is-active {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .mm-right .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
    padding-bottom: 56%;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-main-content--cluster .mm-right .m-adac-maps--mgldiscountmaps .mm-maps-mgl-wrapper .mm-map-wrapper {
    padding-bottom: 38%;
  }
}
.m-adac-maps--mgldiscountmaps.m-adac-maps--searchresults .mm-result-list-wrap > .mm-result-list:not(:last-child) {
  margin-bottom: 60px;
}
.m-adac-maps--mgldiscountmaps.m-adac-maps--searchresults .mm-result-list-wrap > .mm-result-list > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-adac-maps--mgldiscountmaps.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-map-wrapper {
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--mgldiscountmaps.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-map-wrapper {
    height: 100%;
    max-height: 600px;
    overflow: visible;
  }
}
.m-adac-maps--mgldiscountmaps.m-adac-maps--searchresults .mm-map-image {
  margin-bottom: 21px;
}

/* m-adac-maps--searchresult-with-filter */
.m-adac-maps--searchresult-with-filter > .mm-maps-mgl-wrapper > .mm-map-wrapper {
  margin-top: 52px;
}
.m-adac-maps--searchresult-with-filter > .mm-maps-mgl-wrapper > .mm-map-wrapper.is-stuck {
  margin-top: 40px;
  padding-bottom: 30px;
}
.m-adac-maps--searchresult-with-filter > .mm-maps-mgl-wrapper > .mm-result-list-wrap > .mm-headline {
  margin-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--searchresult-with-filter > .mm-maps-mgl-wrapper > .mm-result-list-wrap > .mm-headline {
    margin: 0;
    padding-right: 37px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.m-adac-maps--searchresult-with-filter > .mm-switch-map {
  border-bottom: 0;
}
.m-adac-maps--searchresult-with-filter > .mm-switch-map.is-stuck {
  border-bottom: 1px solid #cccccc;
}
.m-adac-maps--searchresult-with-filter > .mm-switch-map .js-switch {
  opacity: 0.5;
}
.m-adac-maps--searchresult-with-filter > .mm-switch-map .js-switch.is-active {
  opacity: 1;
}

/* m-adac-maps--searchresults */
.m-adac-maps--searchresults {
  margin-bottom: 60px;
}
.m-adac-maps--searchresults address {
  margin-bottom: 15px;
}
.m-adac-maps--searchresults address > span {
  display: block;
}
.m-adac-maps--searchresults > .mm-switch-map {
  background-color: #fff;
  overflow: visible;
}
.m-adac-maps--searchresults > .mm-switch-map > a:focus {
  outline-color: transparent;
}
.m-adac-maps--searchresults > .mm-switch-map.is-stuck {
  padding-top: 5px;
}
.m-adac-maps--searchresults > .mm-switch-map > .l-main-cols > .ll-main-cols-m > .icon-maps {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 20.6572769953% 96.8926553672%;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.m-adac-maps--searchresults > .mm-switch-map > .l-main-cols > .ll-main-cols-m > .icon-list {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 96.8926553672%;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  top: -10px;
}
.m-adac-maps--searchresults > .mm-switch-map .mm-switch-map-headline {
  display: inline-block;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap > div:last-child > .mm-result-list {
  margin-bottom: 0;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap > div > .mm-result-list {
  margin-bottom: 20px;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap > .mm-result-list:not(:last-child) {
  margin-bottom: 20px;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap > .mm-result-list > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap > .mm-result-list > li:last-child {
  border-bottom: 1px solid #cccccc;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin {
  width: 50px;
  top: 10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 71.7948717949%;
  top: -5px;
  right: -17px;
  position: absolute;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin-orange {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 79.7720797721%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin-lightblue {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 75.7834757835%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin-yellow {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 0 83.9031339031%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin-green {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 81.4036511156% 67.8062678063%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-result-list .mm-pin > span {
  display: inline-block;
  margin-top: 8px;
  width: 100%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-result-list-wrap .mm-digits {
  font-size: 26px;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-map-wrapper {
  z-index: 10;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-map-wrapper > .mm-distance-wrapper {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.m-adac-maps--searchresults > .mm-maps-mgl-wrapper > .mm-map-wrapper > .mm-distance-wrapper > .mm-distance-label {
  width: 35%;
  padding-top: 11px;
  font-weight: bold;
}

/* m-adac-maps--sticky */
.m-adac-maps--sticky > .mm-head-map.is-fixed {
  position: fixed;
  top: 0;
  padding-top: 5px;
  background-color: #fff;
  z-index: 105;
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--sticky > .mm-head-map.is-fixed {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    z-index: 100;
  }
}
.m-adac-maps--sticky > .mm-head-map.is-fixed:before {
  content: "";
  position: absolute;
  top: -500px;
  left: 0;
  right: auto;
  height: 500px;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.m-adac-maps--sticky > .mm-switch-map.is-stuck {
  padding-top: 5px;
  background-color: #fff;
  z-index: 100;
  overflow: visible;
}
.m-adac-maps--sticky > .mm-switch-map.is-stuck:before {
  content: "";
  position: absolute;
  top: -470px;
  left: -100px;
  right: auto;
  height: 500px;
  width: calc(100vw + 100px);
  background: #fff;
  z-index: -1;
}
.m-adac-maps--sticky > .mm-maps-mgl-wrapper > .mm-result-list-wrap {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-maps--sticky > .mm-maps-mgl-wrapper > .mm-map-wrapper {
    padding-bottom: 50px;
  }
}
.m-adac-maps--sticky > .mm-maps-mgl-wrapper > .mm-map-wrapper.is-stuck {
  height: auto;
  right: 0;
  padding-top: 70px;
}

/* m-adac-maps--tableaddress */
.m-adac-maps--tableaddress {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--tableaddress {
    flex-direction: row;
  }
}
.m-adac-maps--tableaddress > .mm-table-address {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--tableaddress > .mm-table-address {
    box-sizing: border-box;
    max-width: 430px;
    width: calc(100% - 460px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--tableaddress > .mm-table-address {
    max-height: 350px;
  }
}
.m-adac-maps--tableaddress > .mm-table-address > .js-basic-table-wrap {
  padding-top: 0;
  margin-top: 0;
  height: 100%;
}
.m-adac-maps--tableaddress > .mm-table-address > .js-basic-table-wrap > table {
  height: calc(100% - 2px);
}
.m-adac-maps--tableaddress > .mm-table-address > .js-basic-table-wrap > table tr:last-child {
  height: 100%;
}
.m-adac-maps--tableaddress > .mm-table-address > .js-basic-table-wrap > table .a-basic-link {
  top: 0;
}
.m-adac-maps--tableaddress > .mm-table-address > .js-basic-table-wrap > .swiper-container-wrap .a-basic-link {
  top: 0;
}
.m-adac-maps--tableaddress > .mm-map-wrapper {
  padding-bottom: 320px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--tableaddress > .mm-map-wrapper {
    max-width: 430px;
    width: 420px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-adac-maps--tableaddress > .mm-map-wrapper:only-child {
    width: 100%;
    max-width: 100%;
  }
}

/* m-basic-anchornav--newsbox */
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-anchorlist {
    margin: 0 0 6px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-anchorlist ul .mm-anchor {
    max-width: inherit;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-contentwrapper .mm-content {
    margin-bottom: 23px;
    padding: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-contentwrapper .mm-content .m-basic-newsbox:nth-child(2) {
    border-top: none;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 8px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-contentwrapper .mm-content .m-basic-newsbox:not(:last-child) {
    border-bottom: none;
    padding-top: 7px;
  }
}
.m-basic-anchornav--newsbox .mm-contentwrapper .mm-content .m-basic-newsbox.h-space-s {
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-contentwrapper .mm-content:first-child {
    padding-top: 11px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--newsbox .mm-contentwrapper .mm-content:last-child .m-basic-newsbox {
    border-bottom: none;
  }
}

/* m-basic-anchornav--notoggle */
.m-basic-anchornav--notoggle > .mm-anchorlist {
  display: block;
  position: absolute;
  width: 100%;
  padding: initial;
  background: #fff;
  margin: 0 0 20px;
  border-bottom: none;
  z-index: 35;
  top: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px 5px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--notoggle > .mm-anchorlist {
    position: absolute;
  }
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul:after {
  content: initial;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor {
  padding: 0 10px 500px 10px;
  margin-bottom: -500px;
  height: 100%;
  border-left: initial;
  border-bottom: 1px solid #cccccc;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor:first-child {
  border-left: 0 none transparent;
  border-top: 0 none transparent;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor.is-shown {
  background: #ffcc00;
  border-radius: 5px;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid transparent;
  font-weight: lighter;
  margin: 0 -10px -1px -10px;
  padding: 10px 15px 10px 15px;
  color: #666666;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:before {
  display: none;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:focus {
  outline: 0 none transparent;
}
.is-keyboard-focus .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:focus {
  border-radius: 5px 5px 0 0;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a:hover {
  border-bottom: 2px solid black;
  color: #191919;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor.is-shown > a {
  border-bottom: 2px solid black;
  color: #191919;
}

.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a > svg {
  display: none;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-anchor > a > img {
  display: none;
}
.m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-indicator {
  transition: left 0.3s linear;
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
  display: block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #000;
  bottom: -13px;
  left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-indicator {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 17px solid #000;
    bottom: -16px;
  }
}
@media print {
  .m-basic-anchornav--notoggle > .mm-anchorlist > ul > .mm-indicator {
    display: none;
  }
}
.m-basic-anchornav--notoggle > .mm-contentwrapper {
  position: relative;
  top: 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-anchornav--notoggle > .mm-contentwrapper {
    top: 0;
  }
}
.m-basic-anchornav--notoggle > .mm-contentwrapper > .mm-content {
  top: 0;
  width: 100%;
  min-height: inherit;
  background: #fff;
  padding: 20px 0 30px 0;
  position: relative;
  opacity: 1;
  left: auto;
  height: auto;
  overflow: hidden;
}
.m-basic-anchornav--notoggle > .mm-contentwrapper > .mm-content .mm-sticky-anchor {
  display: initial;
}
.m-basic-anchornav--notoggle > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint {
  overflow: hidden;
  display: block;
  background: #ffcc00;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  height: 0;
  width: 0;
  padding: 0;
  border: 0 none transparent;
}
.m-basic-anchornav--notoggle > .mm-contentwrapper > .mm-content .mm-sticky-anchor .mm-anchorpoint > svg {
  position: absolute;
  left: 0;
  top: -1px;
}

/* m-basic-breadcrumb--refresh */
.m-basic-breadcrumb--refresh {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb--refresh {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb--refresh {
    display: block;
  }
}
.lt-ie9 .m-basic-breadcrumb--refresh {
  display: block;
}
.o-layout-main-stage ~ .ll-main-center .m-basic-breadcrumb--refresh {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-outer--nav .m-basic-breadcrumb--refresh {
    width: calc(82% - 35px);
    max-width: 898px;
    padding-right: 40px;
    float: right;
  }
}
.lt-ie9 .l-outer--nav .m-basic-breadcrumb--refresh {
  width: calc(82% - 35px);
  max-width: 898px;
  padding-right: 40px;
  float: right;
}
@media only screen and (min-width: 88.75em) {
  .l-outer--nav .m-basic-breadcrumb--refresh {
    width: 100%;
    max-width: 898px;
    padding-right: 0;
    float: left;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-header > .m-basic-breadcrumb--refresh {
    padding-top: 15px;
  }
}
.m-basic-breadcrumb--refresh > .swiper {
  padding: 9px 0 0 0;
  z-index: 35;
  position: absolute;
  left: 0;
  right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb--refresh > .swiper {
    padding: 15px 0 25px 0;
    cursor: default;
  }
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel {
  padding: 0;
  max-width: none;
  background: transparent;
  border-bottom: none;
  margin: 0;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li {
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  white-space: nowrap;
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li {
    padding: 0;
    border: none;
    background: transparent;
  }
}
.lt-ie9 .m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li {
  padding: 0;
  border: none;
  background: transparent;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.is-opened {
  display: block;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 33.5345405768% 75.0706214689%;
  left: 7px;
  position: absolute;
  width: 26px;
  height: 28px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li:last-child {
  margin-right: 0;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.mm-home {
  display: block;
  margin-right: -25px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.mm-home > a {
  display: inline-block;
  overflow: hidden;
  text-indent: -10000px;
  margin: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 55.9322033898%;
  width: 22px;
  height: 24px;
  margin-top: -5px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.mm-home:before {
  background: none;
  width: 0;
  height: 0;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown {
  background: #ffcc00;
  cursor: pointer;
  padding: 2px 0;
  display: none;
  margin-left: 10px;
  order: 0;
  position: relative;
  top: -2px;
  border: 2px solid transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown {
    display: block;
  }
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown:before {
  display: none;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 46.6101694915%;
  left: 10px;
  margin-right: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 29px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown.is-opened {
  padding-bottom: 0;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown.is-opened a {
  min-height: 28px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown.is-opened a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 43.5028248588%;
  width: 22px;
  height: 35px;
  left: 0;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel {
  margin: 0 0 -2px 0;
  padding: 0;
  z-index: 35;
  display: none;
  width: auto;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel.is-opened {
  visibility: visible;
  height: auto;
  display: block;
  overflow: visible;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li {
  width: 100%;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li:after {
  left: 5px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li:last-child {
  border-bottom: 1px solid #cccccc;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li a {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 10px 15px 10px 40px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 -2px;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:focus {
  outline: none;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:hover, .m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li a:focus {
  background: #f3f3f4;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li a.is-active {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel {
  margin: 0;
  padding: 0;
  display: none;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel.is-opened {
  display: block;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a {
  background: #fff;
  padding: 10px 15px 10px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a:hover, .m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li.js-dropdown > .mm-firstlevel li > .mm-firstlevel li a:focus {
  background: #f3f3f4;
}
.m-basic-breadcrumb--refresh > .swiper .mm-baselevel > li > a {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 1px 10px 1px 30px;
  display: block;
  line-height: 23px;
  line-height: 1.4375rem;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-prev {
  background: none;
  width: 17.81%;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-prev:before {
  top: 0;
  height: 100%;
  background-image: none;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-prev:after {
  width: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  margin-left: 0;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-next {
  background: none;
  width: 17.81%;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-next:before {
  top: 0;
  height: 100%;
  background-image: none;
}
.m-basic-breadcrumb--refresh > .swiper > .swiper-button-next:after {
  width: 100%;
  right: 0;
  left: auto;
  margin-left: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.m-basic-calculator-content-box--no-bottom-padding {
  padding-bottom: 0;
}

.m-basic-calculator-content-box--image > .mm-tile-container,
.m-basic-calculator-content-box-newform--image > .mm-tile-container {
  display: flex;
  flex-flow: row wrap;
  margin: 5px -10px 5px -10px;
}
.m-basic-calculator-content-box--image > .mm-tile-container.is-odd,
.m-basic-calculator-content-box-newform--image > .mm-tile-container.is-odd {
  flex-flow: row wrap;
  padding: 0;
  justify-content: center;
}
@media only screen and (min-width: 64.0625em) {
  .l-form .ll-row .m-basic-calculator-content-box--image > .mm-tile-container:first-child,
  .l-form .ll-row .m-basic-calculator-content-box-newform--image > .mm-tile-container:first-child {
    flex-wrap: nowrap;
  }
}
.lt-ie9 .l-form .ll-row .m-basic-calculator-content-box--image > .mm-tile-container:first-child,
.lt-ie9 .l-form .ll-row .m-basic-calculator-content-box-newform--image > .mm-tile-container:first-child {
  flex-wrap: nowrap;
}
.m-basic-calculator-content-box--image > .mm-tile-container.is-odd > .mm-tile.is-last, .m-basic-calculator-content-box-newform--image > .mm-tile-container.is-odd > .mm-tile.is-last {
  margin-bottom: 20px;
}

.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--radio > label,
.m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--radio > label {
  text-align: center;
}
.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--radio > label > img,
.m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--radio > label > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 20px);
  margin: 10px 0;
  pointer-events: none;
  user-select: none;
}
.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--radio > label.img-on-top > img, .m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--radio > label.img-on-top > img {
  position: relative;
  top: -24px;
}

.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--checkbox > label,
.m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--checkbox > label {
  text-align: center;
}
.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--checkbox > label > img,
.m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--checkbox > label > img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  user-select: none;
  margin: 10px 0;
}
.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile--checkbox > label.img-on-top > img, .m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile--checkbox > label.img-on-top > img {
  position: relative;
  top: -24px;
}

.m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile-empty,
.m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile-empty {
  width: 130px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box--image > .mm-tile-container > .mm-tile-empty,
  .m-basic-calculator-content-box-newform--image > .mm-tile-container > .mm-tile-empty {
    display: none;
  }
}
.m-basic-calculator-content-box--image > .mm-tile-container:not(.mm-tile-container--no-img) > .mm-tile > label, .m-basic-calculator-content-box-newform--image > .mm-tile-container:not(.mm-tile-container--no-img) > .mm-tile > label {
  display: block;
  height: 130px;
  width: 130px;
  position: relative;
}

.m-basic-calculator-content-box--image > .mm-tile-container:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container, .m-basic-calculator-content-box-newform--image > .mm-tile-container:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 5px;
  bottom: 12px;
  text-align: center;
}
.m-basic-calculator-content-box--image > .mm-tile-container.is-odd:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container, .m-basic-calculator-content-box-newform--image > .mm-tile-container.is-odd:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container {
  display: flex;
  padding: 0 5px;
}

.m-basic-calculator-content-box--image > .mm-tile-container.is-odd:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub, .m-basic-calculator-content-box-newform--image > .mm-tile-container.is-odd:not(.mm-tile-container--no-img) > .mm-tile > label > .mm-text-container > .mm-tile-desc-sub {
  display: block;
  padding-left: 0;
}

.m-basic-calculator-content-box--left .mm-tile-container,
.m-basic-calculator-content-box-newform--left .mm-tile-container {
  display: flex;
  flex-flow: row wrap;
  margin: 5px -10px 5px -10px;
  justify-content: flex-start;
}
.m-basic-calculator-content-box--left .mm-tile-container.is-odd,
.m-basic-calculator-content-box-newform--left .mm-tile-container.is-odd {
  justify-content: flex-start;
}
.m-basic-calculator-content-box--left .mm-tile-container > .mm-tile,
.m-basic-calculator-content-box-newform--left .mm-tile-container > .mm-tile {
  margin: 0 10px 20px 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-content-box--left .mm-tile-container > .mm-tile,
  .m-basic-calculator-content-box-newform--left .mm-tile-container > .mm-tile {
    margin: 0 30px 20px 10px;
  }
  .l-form .ll-row .ll-col-data .m-basic-calculator-content-box--left .mm-tile-container > .mm-tile,
  .l-form .ll-row .ll-col-data .m-basic-calculator-content-box-newform--left .mm-tile-container > .mm-tile {
    margin: 0 30px 20px 20px;
  }
}
.m-basic-calculator-content-box--left .mm-tile-container.is-odd > .mm-tile, .m-basic-calculator-content-box-newform--left .mm-tile-container.is-odd > .mm-tile {
  margin-bottom: 20px;
}
.m-basic-calculator-content-box--left .mm-tile-container.is-odd > .mm-tile-empty, .m-basic-calculator-content-box-newform--left .mm-tile-container.is-odd > .mm-tile-empty {
  margin-bottom: auto;
}
.m-basic-calculator-content-box--left .mm-tile-container.is-odd > .mm-tile.is-last, .m-basic-calculator-content-box-newform--left .mm-tile-container.is-odd > .mm-tile.is-last {
  margin-bottom: auto;
}

.m-basic-calculator-content-box--left .mm-tile-container > .mm-tile-empty,
.m-basic-calculator-content-box-newform--left .mm-tile-container > .mm-tile-empty {
  margin-bottom: auto;
}
.m-basic-calculator-content-box--left .mm-tile-container > .mm-tile > label > .mm-text-container,
.m-basic-calculator-content-box-newform--left .mm-tile-container > .mm-tile > label > .mm-text-container {
  padding: 0 5px;
}
.m-basic-calculator-content-box--left .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container, .m-basic-calculator-content-box-newform--left .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
  padding: 0 5px;
}

.m-basic-calculator-content-box--nospecwrap .mm-tile-container,
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd {
  flex-direction: row;
  padding: 0;
}
.m-basic-calculator-content-box--nospecwrap .mm-tile-container > .mm-tile,
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd > .mm-tile,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container > .mm-tile,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd > .mm-tile {
  margin-bottom: 20px;
}
.m-basic-calculator-content-box--nospecwrap .mm-tile-container > .mm-tile-empty,
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd > .mm-tile-empty,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container > .mm-tile-empty,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd > .mm-tile-empty {
  width: 140px;
  margin-bottom: 0;
}
.m-basic-calculator-content-box--nospecwrap .mm-tile-container > .mm-tile > label,
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd > .mm-tile > label,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container > .mm-tile > label,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd > .mm-tile > label {
  height: 65px;
  width: 140px;
  display: flex;
}
.m-basic-calculator-content-box--nospecwrap .mm-tile-container > .mm-tile > label > .mm-text-container,
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container > .mm-tile > label > .mm-text-container,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd > .mm-tile > label > .mm-text-container {
  display: inline;
  text-align: center;
}
.m-basic-calculator-content-box--nospecwrap .mm-tile-container.is-odd > .mm-tile-empty,
.m-basic-calculator-content-box-newform--nospecwrap .mm-tile-container.is-odd > .mm-tile-empty {
  margin-bottom: 0;
}

.m-basic-calculator-tiles--classic > .mm-wrapper {
  z-index: unset;
  position: static;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-intro > h2 {
  margin-bottom: 5px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-intro > .mm-text {
  margin-bottom: 30px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-intro > .mm-text > strong.mm-large {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-intro > .mm-text > strong.mm-large {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper {
  display: block;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper--border {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper--border {
    padding: 25px 50px;
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper h3 {
  text-align: center;
  max-width: none;
  margin-bottom: 10px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-rowheadline {
  text-align: center;
  margin-bottom: 15px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-rowheadline > * {
  max-width: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-subrowheadline {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 610px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow {
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, max-content));
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 0;
  grid-auto-flow: dense;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.h-space-s {
  margin-bottom: 10px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.h-space-m {
  margin-bottom: 30px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.h-space-l {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.h-space-l {
    margin-bottom: 50px;
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--no-image {
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--medium {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--medium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--large {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--large {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow--flex {
  display: flex;
  flex-wrap: wrap;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile {
  width: 130px;
  height: 140px;
  position: relative;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile--wide {
  width: 100%;
  grid-column: span 2;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--flex > .mm-tile--wide {
  width: 210px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--no-image > .mm-tile {
  width: 140px;
  height: auto;
  min-height: 65px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--small > .mm-tile {
  width: auto;
  height: auto;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile {
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile {
    width: 150px;
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile:not(:last-child) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile:not(:last-child) {
    margin-bottom: 0;
  }
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--large > .mm-tile {
  width: calc(100% - 35px);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--large > .mm-tile {
    width: 250px;
    margin-bottom: 20px;
  }
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--xlarge > .mm-tile {
  width: calc(100% - 35px);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--xlarge > .mm-tile {
    width: 640px;
  }
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > .mm-legend {
  position: absolute;
  left: 15px;
  top: -12px;
  z-index: 1;
  padding: 2px 10px;
  background: #0079c0;
  color: #fff;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input {
  position: absolute;
  opacity: 0;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:hover:not(:disabled) + label {
  background-color: #f5f5f5;
}
.is-keyboard-focus .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:focus + label {
  border: 2px solid #333;
  padding: 0;
}
.is-keyboard-focus .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:focus + label:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 3px solid #333;
  border-radius: 8px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input[type=checkbox] + label:after {
  display: block;
  z-index: 10;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 53.5978480161% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input[type=checkbox] + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 79.9145299145%;
  }
}
.m-basic-calculator-tiles--classic.h-background > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input[type=checkbox] + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic.h-background > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input[type=checkbox] + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
  }
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label {
  background-color: #ffcc00;
  border: 2px solid #333;
  padding: 0;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label:after {
  z-index: 10;
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
  }
}
.m-basic-calculator-tiles--classic.h-background > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic.h-background > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
  }
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--small > .mm-tile > input:checked + label:after {
  display: none;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label .mm-subline {
  text-align: center;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label .mm-subline--unchecked {
  display: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label .mm-subline--checked {
  display: block !important;
}
.is-keyboard-focus .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:focus:checked + label {
  background-color: #ffb700;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:hover:checked + label {
  background-color: #ffb700;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:hover:checked:disabled + label {
  background-color: #FFE06A;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked + label > span.mm-desc {
  background: #ffcc00;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked:disabled + label > span.mm-desc {
  background: #FFE06A;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked:not(:disabled) + label:hover > span.mm-desc {
  background: #ffb700;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:disabled + label {
  cursor: default;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:disabled + label:hover > span.mm-desc {
  background: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > input:checked:disabled + label {
  background: #FFE06A;
  cursor: default;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label {
  padding: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label:after {
  display: none;
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  top: -27px;
  right: -27px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--no-image > .mm-tile > label, .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--small > .mm-tile > label, .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile > label {
  justify-content: center;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--before-image > .mm-tile > label {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--medium > .mm-tile > label {
  height: auto;
  min-height: 69px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--large > .mm-tile > label {
  justify-content: flex-start;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--xlarge > .mm-tile > label {
  height: auto;
  min-height: 50px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span {
  display: block;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-icon {
  position: absolute;
  width: 100%;
  top: 0;
  white-space: nowrap;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--before-image > .mm-tile > label > span.mm-icon {
  position: relative;
  width: auto;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-icon img {
  position: relative;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-icon.mm-icon--limited img {
  top: 10px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--before-image > .mm-tile > label > span.mm-icon img {
  transform: translateX(0);
  left: 0;
  top: 0;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile--multiple > label > span.mm-icon img {
  transform: translateX(0);
  left: 0;
  top: 0;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc {
  background: #fff;
  padding: 8px 3px;
  z-index: 10;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--no-image > .mm-tile > label > span.mm-desc {
  background: none;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label:hover > span.mm-desc {
  background-color: #f5f5f5;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--small > .mm-tile > label > span.mm-desc {
  padding: 8px 25px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow.mm-tilerow--before-image > .mm-tile > label > span.mm-desc {
  padding: 0 10px;
}

.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -0.07em;
  text-align: center;
  hyphens: auto;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc > .mm-subline {
  text-align: center;
  min-height: 22px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc > .mm-subline--small {
  font-size: 12px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc > .mm-subline--checked {
  display: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span.mm-desc > .mm-content-inner {
  margin-top: 20px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > label > span > span {
  display: block;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > .mm-disabled-layer {
  display: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper .mm-tilerow > .mm-tile > .mm-content {
  margin-top: 40px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row {
  position: relative;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--flex {
  display: flex;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--flex > div {
  flex: 1 1 auto;
  max-width: 400px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--flex.l-form > div {
  max-width: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--centered {
  justify-content: center;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--centered-full {
  justify-content: center;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--centered-full > div {
  max-width: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--centered-full > div > * {
  margin: 0 auto;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--centered-full .ll-col-data {
  justify-content: center;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row--divider {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row.mm-content-row--centered-natural > div {
  width: 100%;
  max-width: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-disabled-layer {
  display: none;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .ll-multirow > div:not(.is-size-s):not(.is-size-m):not(.is-size-l) {
  flex: 1;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-clone-content .ll-clone-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-clone-content .ll-clone-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-clone-content .mm-button-trigger--plus {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-clone-content .mm-button-trigger--plus:before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -13px;
  left: -13px;
}
.m-basic-calculator-tiles--classic > .mm-wrapper > .mm-tile-wrapper > .mm-content-row .mm-clone-wrapper h2 {
  position: relative;
}
.m-basic-calculator-tiles--classic > .mm-wrapper .js-delete-select-clone {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
  display: inline-block;
  top: -11px;
  position: absolute;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles--classic > .mm-wrapper .js-delete-select-clone {
    top: -4px;
  }
}

@media only screen and (min-width: 76.25em) {
  .basic-dropdown-layer--wide > .mm-layer {
    width: 594px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter .basic-dropdown-layer--wide > .mm-layer {
    right: 0;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-keywordfilter .basic-dropdown-layer--wide > .mm-layer {
    right: auto;
    left: 0;
  }
}

/* m-basic-footnote */
.m-basic-footnote--hint {
  position: relative;
  padding-left: 9px;
}
.m-basic-footnote--hint .mm-hint {
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-basic-form-footer-sticky--inverted-mobile {
  background: #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--inverted-mobile {
    background: #ffcc00;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-form-footer-sticky--wide {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced {
    top: 0;
    left: 0;
    transition: none !important;
    animation: none !important;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced.has-breadcrumb:not(.is-dropshadow) {
    box-shadow: none;
  }
}
.m-basic-header--reduced.is-stuck {
  position: fixed;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-top-topics {
    display: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap {
    flex-wrap: wrap;
    min-height: 64px;
    padding-right: 24px;
    transition: height 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap.is-active {
    min-height: 120px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-logo {
    top: -8px;
    transform: translate(0, 0);
    flex-grow: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav {
    display: none;
    width: 100%;
    transform: translate(0, 0);
    opacity: 0;
  }
}
.m-basic-header--reduced > .mm-navi-wrap > .mm-nav.is-visible {
  display: block;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav:not(.is-no-anim) {
    transition: opacity 0.3s linear;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav:not(.is-no-anim).is-active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-duration: 0.5s;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav > .mm-list-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list {
    padding: 8px 11px 20px 11px;
  }
}
.is-keyboard-focus .m-basic-header--reduced > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list:focus {
  padding: 8px 11px 20px 11px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-nav > .mm-list-wrapper > .mm-nav-list > .mm-list:after {
    content: "";
    left: 0px;
    bottom: 0;
    position: absolute;
    width: calc(100% - 16px);
  }
}
.m-basic-header--reduced > .mm-navi-wrap > .mm-main {
  padding-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main {
    z-index: 999;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-main {
  z-index: 999;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:last-child {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section:last-child {
    margin-right: 30px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact {
    right: -105px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-contact {
    right: -8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-login {
    left: -170px;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-login {
  left: -170px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-login {
    left: auto;
    right: -64px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-login:after {
    left: 178px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-layer.mm-login:after {
    left: auto;
    right: 72px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn-submit:focus {
    border: 2px solid #000;
    border-radius: 4px !important;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-btn > .mm-section > .mm-btn-submit:focus {
  border: 2px solid #000;
  border-radius: 4px !important;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-nav {
    display: block;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-main > .mm-main-nav > .mm-menu {
    top: -5px;
    margin-left: 30px;
  }
}
.m-basic-header--reduced > .mm-navi-wrap > .mm-search {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open {
    z-index: 20;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
    display: none;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
    display: block;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
  display: block;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
    right: 12px !important;
    top: 0 !important;
  }
}
.lt-ie9 .m-basic-header--reduced > .mm-navi-wrap > .mm-search.is-open > .mm-close {
  right: 12px !important;
  top: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced.is-search-open:not(.is-stuck) > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 84px !important;
  }
}
.lt-ie9 .m-basic-header--reduced.is-search-open:not(.is-stuck) > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
  right: 84px !important;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced.is-search-open:not(.is-stuck) > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 83px !important;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header--reduced.is-search-open:not(.is-stuck) > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 75px !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-header--reduced.is-stuck > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 81px !important;
  }
}
.lt-ie9 .m-basic-header--reduced.is-stuck > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
  right: 81px !important;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced.is-stuck > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 83px !important;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-header--reduced.is-stuck > .mm-navi-wrap > .mm-search .mm-search-input-wrapper .mm-search-input .mm-search-cancel {
    right: 75px !important;
  }
}

@media print, only screen and (min-width: 48em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search > .mm-close {
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-header--reduced > .mm-navi-wrap > .mm-search > .mm-close {
    right: 40px;
  }
  .m-basic-header--reduced.is-stuck > .mm-navi-wrap > .mm-search > .mm-close {
    right: 118px;
  }
}

/* .m-basic-hint--address */
.m-basic-hint--address > address {
  display: block;
  padding: 1px 0 8px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--address > address {
    position: static;
    float: right;
    width: 30%;
    padding-top: 8px;
    text-align: right;
  }
}
.lt-ie9 .m-basic-hint--address > address {
  position: static;
  float: right;
  width: 30%;
  padding-top: 8px;
  text-align: right;
}

/* .m-basic-hint--background */
.m-basic-hint--background-yellow {
  background: #ffcc00;
  border: none;
  position: relative;
  padding: 13px 25px;
  border-radius: 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background-yellow {
    padding: 30px 83px 40px 83px;
  }
}

/* .m-basic-hint--background */
.m-basic-hint--background {
  background: #f3f3f4;
  border: none;
  position: relative;
  padding: 13px 20px 13px 40px;
  border-radius: 8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background {
    padding: 23px 83px;
  }
}
.m-basic-hint--background.m-basic-hint--padding-l {
  padding: 13px 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background.m-basic-hint--padding-l {
    padding: 30px 83px 40px 83px;
  }
}
.m-basic-hint--background > img {
  top: 15px;
  left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background > img {
    top: 25px;
    left: 45px;
  }
}
.m-basic-hint--background > .mm-phone {
  margin-bottom: 8px;
}
.m-basic-hint--background > .mm-phone > span {
  display: inline-block;
  margin-bottom: 2px;
}
.m-basic-hint--background > .mm-phone > span:last-child {
  margin-bottom: 0;
}
.m-basic-hint--background > .mm-phone > span > a {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
}
.h-roboto .m-basic-hint--background > .mm-phone > span > a {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-hint--background.m-basic-hint--big {
  padding: 13px 20px 13px 50px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background.m-basic-hint--big {
    padding: 23px 83px;
  }
}
.m-basic-hint--background.m-basic-hint--big > img {
  top: 7px;
  left: 7px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background.m-basic-hint--big > img {
    top: 25px;
    left: 35px;
  }
}
.m-basic-hint--background.m-basic-hint--big.m-basic-hint--error {
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background.m-basic-hint--big.m-basic-hint--error {
    padding: 25px 80px 30px 80px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--background.m-basic-hint--big.m-basic-hint--error > img {
    left: 37px;
  }
}
.o-basic-cluster-box .m-basic-hint--background.m-basic-hint--big {
  width: calc(100% - 60px);
  padding: 15px 0 10px 40px;
  margin: 0 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box .m-basic-hint--background.m-basic-hint--big {
    width: 100%;
    padding-top: 10px;
  }
}
.o-basic-cluster-box .m-basic-hint--background.m-basic-hint--big > img {
  top: 9px;
  left: 0;
}

/* .m-basic-hint--big */
.m-basic-hint--big {
  padding-top: 15px;
  padding-left: 36px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--big {
    padding-top: 11px;
  }
}
.m-basic-hint--big > img {
  top: 12px;
  left: -6px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--big > img {
    top: 13px;
    left: -6px;
  }
}

/* .m-basic-hint--center-big */
.m-basic-hint--center-big {
  display: inline-block;
  width: auto;
}

/* .m-basic-hint--center */
.m-basic-hint--center {
  position: relative;
  max-width: 100%;
  z-index: 10;
  padding: 13px 20px 13px 80px;
  margin-left: 0;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--center {
    padding: 23px 160px;
  }
}
.m-basic-hint--center > img {
  left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--center > img {
    left: 85px;
  }
}

/* .m-basic-hint--compability */
.m-basic-hint--compability {
  padding: 20px 15px 20px 58px;
}
.l-form--background .m-basic-hint--compability, .l-form-general--background .m-basic-hint--compability {
  padding: 20px 15px 0 50px;
  max-width: 450px;
}
@media print, only screen and (min-width: 48em) {
  .l-form--background .m-basic-hint--compability, .l-form-general--background .m-basic-hint--compability {
    min-height: initial;
  }
}
.l-form--background .m-basic-hint--compability img, .l-form-general--background .m-basic-hint--compability img {
  left: 0;
}
.m-basic-hint--compability img {
  left: 8px;
}
.m-basic-hint--compability > .m-basic-text > h2 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  margin-top: -6px;
}

/* .m-basic-hint--calc-box */
.m-basic-hint--calc-box {
  max-width: 750px;
  margin: 0 auto;
}

/* .m-basic-hint--document */
.m-basic-hint--document {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 20px 20px 20px 65px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--document {
    padding: 40px 40px 40px 85px;
  }
}
.lt-ie9 .m-basic-hint--document {
  padding: 40px 40px 40px 85px;
}
.m-basic-hint--document > img {
  top: 23px;
  left: 20px;
  max-width: 24px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--document > img {
    top: 43px;
    left: 30px;
  }
}
.lt-ie9 .m-basic-hint--document > img {
  top: 43px;
  left: 30px;
}
.m-basic-hint--document .a-basic-btn {
  margin-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--document .a-basic-btn {
    margin-right: 0;
  }
}

/* .m-basic-hint--ekomi */
.m-basic-hint--ekomi {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 20px 10px 20px 120px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--ekomi {
    padding: 40px 40px 40px 180px;
  }
}
.lt-ie9 .m-basic-hint--ekomi {
  padding: 40px 40px 40px 180px;
}
.m-basic-hint--ekomi > img {
  top: 20px;
  left: 20px;
  max-width: 80px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--ekomi > img {
    top: 40px;
    left: 40px;
    max-width: 100px;
  }
}
.lt-ie9 .m-basic-hint--ekomi > img {
  top: 40px;
  left: 40px;
  max-width: 100px;
}

/* .m-basic-hint--error */
.l-outer--my-adac .m-basic-hint--error {
  border-top: 2px solid #cc3333;
  border-bottom: 2px solid #cc3333;
}
.l-outer--my-adac-content .m-basic-hint--error {
  border-top: 2px solid #cc3333;
  border-bottom: 2px solid #cc3333;
  padding-left: 44px;
  padding-right: 12px;
  width: 100%;
}
.l-outer--my-adac-content .m-basic-hint--error > img {
  left: 12px;
}
.m-basic-hint--error.m-basic-hint--error-text {
  color: #cc3333;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.m-basic-hint--error.m-basic-hint--error-text a {
  color: #cc3333;
  cursor: pointer;
}
.m-basic-hint--error h2 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  color: #cc3333;
  margin-bottom: 5px;
}
.m-basic-hint--error.h-roboto h2 {
  font-family: "Roboto Bold", sans-serif;
}

/* .m-basic-hint--icon-only */
.m-basic-hint--icon-only {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}
.m-basic-hint--icon-only > img {
  position: relative;
  top: 0;
  left: 0;
}

/* .m-basic-hint--landingpage */
.m-basic-hint--landingpage {
  margin-bottom: 45px;
}

/* .m-basic-hint--my-adac-content */
.m-basic-hint--my-adac-content {
  padding-left: 45px;
}
.m-basic-hint--my-adac-content > img {
  left: 0;
  top: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-hint--my-adac-content > img {
    top: 17px;
  }
}
.lt-ie9 .m-basic-hint--my-adac-content > img {
  top: 17px;
}

/* .m-basic-hint--error */
.m-basic-hint--my-adac-phone {
  display: flex;
  flex-flow: column nowrap;
  width: calc(100% + 16px);
  margin: 0 -8px 24px -8px;
  padding: 24px 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.l-outer--my-adac .m-basic-hint--my-adac-phone {
  margin: 0 -8px 24px -8px;
}
.m-basic-hint--my-adac .m-basic-hint--my-adac-phone {
  border: none;
  padding: 24px 0 0 0;
  margin: 0 -8px 0 -8px;
  position: relative;
  left: -24px;
}
.m-basic-hint--my-adac-phone > .mm-phone-number-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  margin: 0 0 15px 0;
}
.m-basic-hint--my-adac-phone > .mm-phone-number-wrapper > .mm-phone-img {
  position: static;
  flex: 0 0 20px;
  align-self: flex-start;
}
.m-basic-hint--my-adac-phone > .mm-phone-number-wrapper > .mm-phone-number-big {
  flex: 0 0 calc(100% - 20px);
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 0 0 30px;
}

/* .m-basic-hint--no-margin */
.m-basic-hint--no-margin {
  margin-bottom: 0;
}
.l-outer--my-adac .m-basic-hint--no-margin {
  margin-bottom: 0;
}

/* .m-basic-hint--noborder */
.m-basic-hint--noborder {
  border: 0;
}

/* .m-basic-hint--noheadline */
.m-basic-hint--noheadline {
  padding-top: 16px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--noheadline {
    padding-top: 26px;
  }
}
.m-basic-hint--noheadline.m-basic-hint--big {
  padding-top: 18px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--noheadline.m-basic-hint--big {
    padding-top: 33px;
  }
}

/* .m-basic-hint--outline */
.m-basic-hint--outline {
  border-color: #cccccc;
  padding: 12px 0 16px 32px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--outline {
    padding: 12px 12px 16px 44px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--outline:not(.m-basic-hint--outline-full) {
    max-width: 307px;
    padding: 7px 7px 16px 44px;
  }
}
.m-basic-hint--outline.m-basic-hint--error {
  border-color: #cc3333;
}
.m-basic-hint--outline > img {
  top: 16px;
  left: 2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--outline > img {
    top: 15.5px;
    left: 10px;
  }
}

/* .m-basic-hint--background */
.m-basic-hint--padding {
  padding: 13px 25px 13px 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--padding {
    padding: 23px 83px;
  }
}
.m-basic-hint--padding > img {
  top: 15px;
  left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--padding > img {
    top: 31px;
    left: 45px;
  }
}

/* .m-basic-hint--single-line */
.m-basic-hint--single-line > img {
  position: absolute;
  top: 18px;
  left: 2px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-hint--single-line > img {
    top: 14px;
  }
}

/* m-basic-image--auto-width*/
.m-basic-image--auto-width > figure > .mm-stopper-wrapper > .mm-ratio-container > picture {
  width: auto;
  max-width: 100%;
}
.m-basic-image--auto-width > figure > .mm-stopper-wrapper > .mm-ratio-container > picture > img {
  width: auto;
  max-width: 100%;
}
.l-outer--my-adac-content .m-basic-image--auto-width > figure > .mm-stopper-wrapper > .mm-ratio-container > picture > img {
  margin: 0 auto;
}

/* m-basic-image--full */
.m-basic-image--full {
  margin: 0px -20px 20px -20px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--full {
    margin: 0px -30px 20px -30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image--full {
    margin: 0px -40px 20px -40px;
  }
}
.lt-ie9 .m-basic-image--full {
  margin: 0px -40px 20px -40px;
}
@media print {
  .m-basic-image--full {
    page-break-before: avoid;
    page-break-inside: avoid;
  }
}
.m-basic-image--full:first-child {
  margin-top: -16px;
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--full:first-child {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image--full:first-child {
    margin-top: -12px;
  }
}
.lt-ie9 .m-basic-image--full:first-child {
  margin-top: -12px;
}
.m-basic-header ~ .l-main .m-basic-image--full:first-child {
  margin-top: 0;
}
.m-basic-image--full > figure > .mm-figurecaption {
  padding: 7px 20px 0 20px;
  width: 100%;
  font-size: 78%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--full > figure > .mm-figurecaption {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image--full > figure > .mm-figurecaption {
    padding-left: 40px;
  }
}
.lt-ie9 .m-basic-image--full > figure > .mm-figurecaption {
  padding-left: 40px;
}
.m-basic-image--full > figure > .mm-figurecaption--right {
  text-align: right;
  padding-right: 20px;
  padding-left: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--full > figure > .mm-figurecaption--right {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-image--full > figure > .mm-figurecaption--right {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.lt-ie9 .m-basic-image--full > figure > .mm-figurecaption--right {
  padding-right: 40px;
  padding-left: 40px;
}

/* m-basic-image--inline-block */
.m-basic-image--inline-block {
  display: inline-block;
}
.m-basic-image--inline-block > figure > .mm-stopper-wrapper > .mm-ratio-container > picture {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.m-basic-image--inline-block > figure > .mm-stopper-wrapper > .mm-ratio-container > picture > img {
  width: 100%;
}

/* m-basic-image--my-adac*/
.m-basic-image--my-adac {
  max-width: 290px;
  margin: 0 auto;
  padding-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-image--my-adac {
    max-width: 320px;
  }
}
.m-basic-image--my-adac.h-space-s {
  margin-bottom: initial;
}
.m-basic-image--my-adac > figure {
  margin: 0;
  padding: 0;
}
.m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container {
  display: flex;
  justify-content: center;
}
.m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img {
  width: 100%;
}
.l-outer .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--ios {
  display: none;
}
.l-outer.is-ios .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--ios {
  display: inline;
}
@media print, only screen and (min-width: 48em) {
  .l-outer.is-ios .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--ios {
    display: none;
  }
}
.l-outer .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--android {
  display: none;
}
.l-outer.is-touch:not(.is-ios) .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--android {
  display: inline;
}
@media print, only screen and (min-width: 48em) {
  .l-outer.is-touch:not(.is-ios) .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--android {
    display: none;
  }
}
.l-outer.is-touch .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--fallback {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .l-outer.is-touch .m-basic-image--my-adac > figure > .mm-stopper-wrapper > .mm-ratio-container > picture img.mm-image--fallback {
    display: block;
  }
}

/* m-basic-keywordfilter--button */
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--button {
    width: auto;
  }
}
.m-basic-keywordfilter--button .mm-keywordHeadline {
  padding-bottom: 5px;
}
.m-basic-keywordfilter--button .mm-searchbar {
  font-size: 0px;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--button .mm-searchbar {
    margin-bottom: 0;
    width: 350px;
    float: left;
  }
}
.m-basic-keywordfilter--button .a-basic-btn {
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--button .a-basic-btn {
    margin: 0 0 0 10px;
    float: left;
  }
}

/* m-basic-keywordfilter--filter */
.m-basic-keywordfilter--filter {
  position: relative;
  z-index: 20;
  vertical-align: top;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter {
    width: 100%;
  }
}
.m-basic-keywordfilter--filter .mm-searchbar {
  top: 1px;
  z-index: 20;
  width: calc(100% - 122px);
  float: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-searchbar {
    width: 228px;
  }
}
.m-basic-keywordfilter--filter .mm-controller {
  display: block;
  position: relative;
  float: left;
  width: 122px;
  height: 36px;
  margin-top: 0;
  vertical-align: top;
  z-index: 10;
}
.m-basic-keywordfilter--filter .mm-controller > button {
  position: relative;
  top: 1px;
  padding: 7px 8px 6px 20px;
  text-align: left;
}
.m-basic-keywordfilter--filter .mm-controller > button:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  position: absolute;
  left: -10px;
  top: -4px;
}
.m-basic-keywordfilter--filter .mm-controller > button.is-active:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  left: -11px;
}

.m-basic-keywordfilter--filter .mm-controller > button.is-active {
  background-color: #fff;
  width: 122px;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
.m-basic-keywordfilter--filter .mm-controller > button.is-active:before {
  top: -3px;
}
.m-basic-keywordfilter--filter .mm-controller > button:focus {
  outline: none;
}
.m-basic-keywordfilter--filter .mm-filter-col-wrapper {
  display: flex;
  justify-content: space-between;
}
.m-basic-keywordfilter--filter .mm-filter {
  display: none;
  clear: both;
  position: relative;
  top: -6px;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  z-index: 9;
  border: 1px solid #c5c5c5;
}
.m-basic-keywordfilter--filter .mm-filter--columns {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter--columns {
    flex-flow: row nowrap;
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col {
  position: relative;
  padding: 20px 0;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter .mm-filter-col {
    padding: 0 20px;
    width: auto;
    min-width: 30%;
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col--first {
  padding-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter .mm-filter-col--first {
    padding-left: 0;
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col--last {
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter .mm-filter-col--last {
    padding-right: 0;
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col--columnborder {
  border-bottom: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter .mm-filter-col--columnborder {
    border-left: 1px solid #d7d7d7;
    border-bottom: 0;
  }
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col--columnborder.mm-filter-col--first {
  border-left: 0;
}
.m-basic-keywordfilter--filter .mm-filter .mm-filter-col--columnborder.mm-filter-col--last {
  border-bottom: 0;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper {
    flex-flow: row wrap;
    width: 70%;
  }
}
.lt-ie9 .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper {
  flex-flow: row wrap;
  width: 70%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper:first-child {
    width: 30%;
  }
}
.lt-ie9 .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper:first-child {
  width: 30%;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper:only-child {
  width: 100%;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
  padding: 0;
  margin-bottom: 9px;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--first {
  order: -1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--first .mm-col-head--spacer {
    display: inline-block;
    height: 20px;
  }
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 {
  order: 3;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 .mm-col-head--spacer {
    display: inline-block;
    height: 20px;
  }
}
.lt-ie9 .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 .mm-col-head--spacer {
  display: inline-block;
  height: 20px;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--2 {
  order: 2;
}
.m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--last {
  order: 99;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col:only-child {
    width: auto;
  }
}
.lt-ie9 .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col:only-child {
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
    order: 0;
    width: 50%;
  }
}
.lt-ie9 .m-basic-keywordfilter--filter .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
  order: 0;
  width: 50%;
}
.m-basic-keywordfilter--filter .mm-filter li {
  margin: 0 0 9px 0;
}
.m-basic-keywordfilter--filter .mm-filter li:last-child {
  margin-bottom: 0;
}
.m-basic-keywordfilter--filter .mm-filter li.mm-separator ~ .mm-separator {
  padding-bottom: 4px;
  border-bottom: 1px solid #d7d7d7;
}
.m-basic-keywordfilter--filter .mm-filter li.mm-child {
  margin-left: 25px;
}
.m-basic-keywordfilter--filter .mm-filter li > .mm-col-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-keywordfilter--filter .mm-filter li > .mm-col-head--spacer {
  display: none;
  margin: 0;
}
.m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup {
  padding: 0;
  border-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup {
    display: flex;
  }
}
.m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup > .mm-filtergroup-head {
  padding-bottom: 5px;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup > .mm-filtergroup-head {
    display: flex;
    width: 200px;
  }
}
.m-basic-keywordfilter--filter .mm-filter li > .mm-filtergroup:not(:last-child) {
  margin-bottom: 10px;
}
.m-basic-keywordfilter--filter .mm-filter li .mm-filter-button {
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--filter .mm-filter li .mm-filter-button {
    float: none;
  }
}

/* m-basic-keywordfilter--lexicon */
.m-basic-keywordfilter--lexicon {
  position: relative;
  width: auto;
}
.m-basic-keywordfilter--lexicon > .mm-btnWrap {
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon > .mm-btnWrap {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.m-basic-keywordfilter--lexicon > .mm-btnWrap .a-basic-link.a-basic-link--top {
  display: inline-block;
}
.m-basic-keywordfilter--lexicon > .mm-searchbar {
  max-width: 480px;
  margin-bottom: 5px;
}
.m-basic-keywordfilter--lexicon > .mm-searchbar .js-clear-button {
  width: 36px;
  right: 40px !important;
  bottom: 0 !important;
  height: 36px;
}
.is-keyboard-focus .m-basic-keywordfilter--lexicon > .mm-searchbar .js-clear-button:focus {
  outline: 2px solid #000;
  border-radius: 2px;
}
.m-basic-keywordfilter--lexicon > .mm-searchbar .js-clear-button span {
  width: 36px !important;
  height: 36px !important;
  left: 0;
  top: 0;
}
.m-basic-keywordfilter--lexicon > .mm-searchbar .js-clear-button span:after {
  top: -5px;
  left: -5px;
}
.m-basic-keywordfilter--lexicon > .mm-searchinfo {
  height: 25px;
}
.m-basic-keywordfilter--lexicon > .mm-searchinfo > .mm-result {
  display: none;
}
.m-basic-keywordfilter--lexicon > .mm-searchinfo > .mm-noresult {
  display: none;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  padding-right: 50px;
  transition: height 1s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap {
    margin-right: -30px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap {
    margin-right: -40px;
    padding-right: 100px;
  }
}
.lt-ie9 .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap {
  margin-right: -40px;
  padding-right: 100px;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-result {
  position: relative;
  transition: margin 1s ease-in-out;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-result > .mm-lexicon-category > .mm-lexicon-categoryhead {
  padding: 7px 10px;
  background: #ededed;
  font-weight: bold;
  border-radius: 4px;
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-result > .mm-lexicon-category > .mm-lexicon-categoryhead {
  background: white;
  border-bottom: 1px solid #8e8e8e;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-result > .mm-lexicon-category > .mm-lexicon-categoryhead {
    margin: 0 0 40px 0;
  }
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-result > .mm-lexicon-category > .mm-lexicon-categoryhead:focus {
  background: #ffcc00;
  border-bottom: 1px solid transparent;
  outline: 0;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 100%;
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox {
  display: flex;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky {
  max-height: 80vh;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky {
    max-height: 100vh;
  }
}
.lt-ie9 .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky {
  max-height: 100vh;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper {
  max-height: 80vh;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper {
    max-height: calc(100vh - 106px);
  }
}
.lt-ie9 .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper {
  max-height: calc(100vh - 106px);
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide {
  width: 30px;
  height: 30px;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide {
  margin-bottom: 2px;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter {
  height: 40px;
  padding: 4px 0 0 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  background: #c5c5c5;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 2px;
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter {
  cursor: pointer;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  background: #e9e9ea;
  height: 100%;
  max-height: 30px;
  padding: 0;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide.is-active > .mm-lexicon-letter {
  background: #ffcc00;
  cursor: default;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter:focus-within {
  outline: none;
}
.is-keyboard-focus .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter:focus-within {
  border: 2px solid #000;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter:hover {
  background: #d7d7d7;
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter:hover {
  background: #e9e9ea;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide.is-active > .mm-lexicon-letter:hover {
  background: #ffcc00;
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .swiper-wrapper > .swiper-slide > .mm-lexicon-letter.is-empty {
  color: #afafaf;
  cursor: default;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev,
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: 2px solid #000;
  width: 35px;
  height: 35px;
}
.m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev, .m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next {
  left: 15px;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev, .m-basic-keywordfilter--lexicon.m-basic-keywordfilter--lexicon-my-adac > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next {
    width: 30px;
    height: 30px;
  }
}

.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev:hover,
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev:focus-visible,
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next:focus-visible {
  outline: none;
}
.is-keyboard-focus .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev:focus-visible, .is-ios .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev:focus-visible,
.is-keyboard-focus .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next:focus-visible,
.is-ios .m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper .mm-lexicon-next:focus-visible {
  outline: 2px solid #000;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev {
  top: 2px;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev.swiper-button-disabled {
  display: none;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-prev > .mm-button-inner {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 72.5988700565%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-next {
  bottom: 2px;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-next.swiper-button-disabled {
  display: none;
}
.m-basic-keywordfilter--lexicon > .mm-lexicon-result-wrap > .mm-lexicon-letterbox > .mm-lexicon-letterbox-sticky > .swiper > .mm-lexicon-next > .mm-button-inner {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 54.1918175721% 75.0706214689%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* m-basic-keywordfilter--button */
.m-basic-keywordfilter--location {
  padding-top: 0;
  width: 100%;
}
.l-form .ll-fieldset .m-basic-keywordfilter--location, .l-form-general .ll-fieldset .m-basic-keywordfilter--location {
  margin-left: 0;
  margin-bottom: 0;
}
.m-basic-keywordfilter--location .mm-location {
  display: block;
  position: absolute;
  top: -5px;
  left: -12px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 50px;
  height: 50px;
  background-position: 6.734006734% 87.5177304965%;
  cursor: pointer;
}
.l-form-general .m-basic-keywordfilter--location .mm-location {
  top: 3px;
  left: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location {
    width: auto;
  }
}
.m-basic-keywordfilter--location .mm-keywordHeadline {
  padding-bottom: 5px;
}
.m-basic-keywordfilter--location .mm-searchbar {
  font-size: 0;
  margin-bottom: 10px;
  margin-left: 30px;
  width: calc(100% - 152px);
  float: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-searchbar {
    margin-bottom: 0;
    width: 350px;
    margin-right: 0;
  }
}
.l-form-general .m-basic-keywordfilter--location .mm-searchbar {
  margin-bottom: 0;
  width: calc(100% - 157px);
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-keywordfilter--location .mm-searchbar {
    width: 350px;
  }
}
.ll-multirow--search .m-basic-keywordfilter--location .mm-searchbar {
  width: calc(100% - 30px);
}
@media print, only screen and (min-width: 48em) {
  .ll-multirow--search .m-basic-keywordfilter--location .mm-searchbar {
    width: 350px;
  }
}
.m-basic-keywordfilter--location .mm-select-wrapper > label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.m-basic-keywordfilter--location .mm-controller {
  display: block;
  position: relative;
  float: left;
  width: 122px;
  height: 29px;
  margin-top: 0;
  vertical-align: top;
  z-index: 10;
}
.m-basic-keywordfilter--location .mm-controller > button {
  position: relative;
  padding: 5px 8px 4px 20px;
  text-align: left;
  background-color: #fff;
}
.l-form-general .m-basic-keywordfilter--location .mm-controller > button {
  padding-top: 19px;
}
.m-basic-keywordfilter--location .mm-controller > button:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
  position: absolute;
  top: 8px;
  left: -12px;
}
.m-basic-keywordfilter--location .mm-controller > button.is-active:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
  top: 8px;
  left: -12px;
}

.m-basic-keywordfilter--location .mm-controller > button.is-active {
  width: 122px;
  padding-top: 4px;
  padding-left: 19px;
  background-color: #fff;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
.l-form-general .m-basic-keywordfilter--location .mm-controller > button.is-active {
  height: 61px;
  left: 5px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.42);
  border-left: 1px solid rgba(0, 0, 0, 0.42);
  border-right: 1px solid rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid #fff;
  border-radius: 4px 4px 0 0;
}
.m-basic-keywordfilter--location .mm-controller > button:focus {
  outline: none;
}
.m-basic-keywordfilter--location .mm-filter {
  display: none;
  clear: both;
  position: relative;
  top: -1px;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  background: #fff;
  z-index: 9;
  border: 1px solid #c5c5c5;
}
.l-form-general .m-basic-keywordfilter--location .mm-filter {
  top: 4px;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 4px 0 4px 4px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-keywordfilter--location .mm-filter {
    top: 5px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-keywordfilter--location .mm-filter {
    border-radius: 4px;
  }
}
.m-basic-keywordfilter--location .mm-filter--columns {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter--columns {
    flex-flow: row nowrap;
  }
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col {
  position: relative;
  padding: 20px 0;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter .mm-filter-col {
    padding-right: 10px;
    padding-top: 0;
    width: 26%;
  }
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col--first {
  padding-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter .mm-filter-col--first {
    padding-left: 0;
  }
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col--last {
  padding-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter .mm-filter-col--last {
    padding-right: 0;
    padding-left: 0;
    width: auto;
  }
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col--columnborder {
  border-bottom: 1px solid #d7d7d7;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter .mm-filter-col--columnborder {
    border-left: 1px solid #d7d7d7;
    border-bottom: 0;
  }
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col--columnborder.mm-filter-col--first {
  border-left: 0;
}
.m-basic-keywordfilter--location .mm-filter .mm-filter-col--columnborder.mm-filter-col--last {
  border-bottom: 0;
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper {
    flex-flow: row wrap;
    width: 70%;
  }
}
.lt-ie9 .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper {
  flex-flow: row wrap;
  width: 70%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper:first-child {
    width: 30%;
  }
}
.lt-ie9 .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper:first-child {
  width: 30%;
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
  padding: 0;
  margin-bottom: 9px;
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--first {
  order: -1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--first .mm-col-head--spacer {
    display: inline-block;
    height: 20px;
  }
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 {
  order: 3;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 .mm-col-head--spacer {
    display: inline-block;
    height: 20px;
  }
}
.lt-ie9 .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--1 .mm-col-head--spacer {
  display: inline-block;
  height: 20px;
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--2 {
  order: 2;
}
.m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col--last {
  order: 99;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col:only-child {
    width: auto;
  }
}
.lt-ie9 .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col:only-child {
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
    order: 0;
    width: 50%;
  }
}
.lt-ie9 .m-basic-keywordfilter--location .mm-filter > .mm-filter-col-wrapper > .mm-filter-col {
  order: 0;
  width: 50%;
}
.m-basic-keywordfilter--location .mm-filter li {
  margin: 0 0 9px 0;
}
.m-basic-keywordfilter--location .mm-filter li:last-child {
  margin-bottom: 0;
}
.m-basic-keywordfilter--location .mm-filter li.mm-separator ~ .mm-separator {
  padding-bottom: 4px;
  border-bottom: 1px solid #d7d7d7;
}
.m-basic-keywordfilter--location .mm-filter li.mm-child {
  margin-left: 25px;
}
.m-basic-keywordfilter--location .mm-filter li > .mm-col-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-keywordfilter--location .mm-filter li > .mm-col-head--spacer {
  display: none;
  margin: 0;
}
.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup {
  padding: 0;
  border-bottom: 0;
}
.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup > .mm-filtergroup-head {
  padding-bottom: 5px;
  font-weight: normal;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup > .mm-filtergroup-head {
    display: flex;
    width: 200px;
  }
}
.m-basic-keywordfilter--location .mm-filter li > .mm-filtergroup:not(:last-child) {
  margin-bottom: 10px;
}
.m-basic-keywordfilter--location .mm-filter li .mm-filter-button {
  float: right;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location .mm-filter li .mm-filter-button {
    float: none;
  }
}
.m-basic-keywordfilter--location + .a-basic-btn {
  margin-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--location + .a-basic-btn {
    margin-top: initial;
  }
}

/* m-basic-keywordfilter--mobilelayer-tabletswitch */
.m-basic-keywordfilter--mobilelayer-desktopswitch {
  width: 100%;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch {
    padding: 25px 25px 0 25px;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-btn-wrapper > .mm-mobile-btn {
  position: relative;
  padding: 4px 12px 4px 32px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-btn-wrapper > .mm-mobile-btn {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-btn-wrapper > .mm-mobile-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: -4px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 38px;
  height: 38px;
  background-position: 48.830995324% 99.5780590717%;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer {
  display: none;
  overflow: auto;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer {
    display: block;
    overflow: inherit;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer.is-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer.is-visible {
    position: static;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-head {
  min-height: 62px;
  padding: 18px 60px 18px 20px;
  border-bottom: 1px solid #cccccc;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-head {
    min-height: inherit;
    margin-bottom: 17px;
    padding: 0;
    border: none;
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-head:empty {
  margin-bottom: 0;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content {
  padding: 20px 20px 80px 20px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content {
    padding: 0;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content:before {
  display: block;
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 10px 20px #000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content:before {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex {
  max-width: 400px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex {
    display: flex;
    max-width: inherit;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item {
  margin-bottom: 25px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item:first-child {
  margin-bottom: 19px;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--search {
    width: 260px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--search {
    width: 300px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--km {
    width: 100px;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--separator {
  margin-bottom: 22px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--separator {
    width: 1px;
    height: 68px;
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--filter {
    width: 220px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn {
    padding-top: 31px;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn > .a-basic-btn {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn > .a-basic-btn {
    position: static;
    width: 100%;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item > .mm-label {
  margin-bottom: 9px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .a-basic-btn {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2000;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .a-basic-btn {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar {
  display: none;
  padding-top: 7px;
  padding-bottom: 5px;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar.is-visible {
  display: block;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar.is-visible {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div {
  margin-right: 20px;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-label {
  margin-bottom: 20px;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item {
  display: table;
  position: relative;
  top: -7px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 35px 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item:last-child {
  margin-right: 0;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item > .mm-filter-delete {
  display: block;
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 93.7853107345%;
  cursor: pointer;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-reset {
  position: relative;
  top: -1px;
  margin-bottom: 22px;
  padding-left: 30px;
  cursor: pointer;
  font-size: 17px;
  font-size: 1.0625rem;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-reset:before {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: -11px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 93.7853107345%;
  cursor: pointer;
}
@media only screen and (min-width: 76.25em) {
  .m-basic-keywordfilter--mobilelayer-desktopswitch > .mm-mobile-layer > .mm-close {
    display: none;
  }
}

/* m-basic-keywordfilter--mobilelayer */
.m-basic-keywordfilter--mobilelayer {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer {
    padding: 25px 25px 0 25px;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-btn-wrapper > .mm-mobile-btn {
  position: relative;
  padding: 4px 12px 4px 32px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-btn-wrapper > .mm-mobile-btn {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-btn-wrapper > .mm-mobile-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: -4px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 38px;
  height: 38px;
  background-position: 48.830995324% 99.5780590717%;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer {
    display: block;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer.is-visible {
  display: block;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  overflow: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer.is-visible {
    position: static;
    overflow: inherit;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-head {
  min-height: 62px;
  padding: 18px 60px 18px 20px;
  border-bottom: 1px solid #cccccc;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-head {
    min-height: inherit;
    margin-bottom: 17px;
    padding: 0;
    border: none;
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-head:empty {
  margin-bottom: 0;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content {
  padding: 20px 20px 80px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content {
    padding: 0;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content:before {
  display: block;
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 10px 20px #000;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content:before {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex {
  max-width: 400px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex {
    display: flex;
    max-width: inherit;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item {
  margin-bottom: 25px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item:first-child {
  margin-bottom: 19px;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item:last-child {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--search {
    width: 260px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--search {
    width: 300px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--km {
    width: 100px;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--separator {
  margin-bottom: 22px;
  border-bottom: 1px solid #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--separator {
    width: 1px;
    height: 68px;
    border-right: 1px solid #cccccc;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--filter {
    width: 220px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn {
    padding-top: 31px;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn > .a-basic-btn {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2000;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--btn > .a-basic-btn {
    position: static;
    width: 100%;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item--no-padding {
    padding-top: 0;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-flex > .mm-item > .mm-label {
  margin-bottom: 9px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .a-basic-btn {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2000;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .a-basic-btn {
    display: none;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar {
  display: none;
  padding-top: 7px;
  padding-bottom: 5px;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar.is-visible {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar.is-visible {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div {
  margin-right: 20px;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-label {
  margin-bottom: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item {
  display: table;
  position: relative;
  top: -7px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 35px 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item:last-child {
  margin-right: 0;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item > span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item > span img {
  margin-right: 5px;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-filterbox > .mm-filter-item > .mm-filter-delete {
  display: block;
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 93.7853107345%;
  cursor: pointer;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-reset {
  position: relative;
  top: -1px;
  margin-bottom: 22px;
  padding-left: 30px;
  cursor: pointer;
  font-size: 17px;
  font-size: 1.0625rem;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-mobile-layer-content > .mm-filterstatusbar > div.mm-reset:before {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: -11px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 6.2146892655%;
}
.m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 14.7551978538% 93.7853107345%;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--mobilelayer > .mm-mobile-layer > .mm-close {
    display: none;
  }
}

/* m-basic-keywordfilter--nosearchbar */
@media print, only screen and (min-width: 48em) {
  .m-basic-keywordfilter--nosearchbar {
    width: inherit !important;
  }
}
.m-basic-keywordfilter--nosearchbar .mm-searchbar {
  display: none;
}

.m-basic-layer-survey--white > .mm-content {
  background-color: #fff;
}

.m-basic-layer-survey--contact {
  width: calc(100% - 40px);
  max-width: 400px;
}
.m-basic-layer-survey--contact > .mm-content {
  border-radius: 8px;
  padding: 21px 20px 10px 21px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-layer-survey--contact > .mm-content {
    padding: 21px 40px;
  }
}
.m-basic-layer-survey--contact > .mm-content > article {
  margin-top: 30px;
}
.m-basic-layer-survey--contact > .mm-content > article::after {
  display: none;
}
.m-basic-layer-survey--contact > .mm-content > article section {
  margin: 0;
}

/* m-basic-list--advantage */
.m-basic-list--advantage {
  padding: 0 0 10px 8px;
}
@media print {
  .m-basic-list--advantage {
    padding-left: 0;
  }
}
.m-ds-result .m-basic-list--advantage, .m-basic-table .m-basic-list--advantage {
  padding-bottom: 0;
  padding-left: 0;
}
.m-basic-calculator-content-box .mm-tile-container .mm-text-container > .m-basic-list--advantage {
  padding-left: 0;
}
.m-basic-calculator-tiles .mm-tile-label .m-basic-list--advantage {
  padding: 15px 0 0;
}
.m-basic-list--advantage > li {
  margin-bottom: 10px;
  padding: 0 0 2px 28px;
}
.m-basic-list--advantage > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 18.6440677966%;
  position: absolute;
  left: -12px;
}
@media print {
  .m-basic-list--advantage > li {
    background: none;
  }
}
@media print {
  .m-basic-table table tr:nth-child(even) td .m-basic-list--advantage > li {
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-basic-calculator-content-box .mm-tile-container .mm-tile > input:disabled ~ .m-basic-list--advantage > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 68.3615819209%;
  width: 31px;
  height: 30px;
  position: absolute;
  left: -13px;
}
.mm-flex--row-reverse .mm-content .m-basic-list--advantage {
  margin-bottom: 0;
}
.m-basic-table--compare .m-basic-list--advantage > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
  position: absolute;
  left: -12px;
  top: -15px;
}
.l-main-content--dashboardteaser .m-basic-list--advantage {
  padding-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-main-content--dashboardteaser .m-basic-list--advantage {
    padding-bottom: 10px;
  }
}
.lt-ie9 .l-main-content--dashboardteaser .m-basic-list--advantage {
  padding-bottom: 10px;
}

/* m-basic-list--article */
.m-basic-list--article > li {
  margin: 0 0 23px 0;
  padding: 0;
  background: 0;
}
.m-basic-list--article > li:before {
  display: none;
}
@media print {
  .m-basic-list--article > li:before {
    display: none;
  }
}
.m-basic-list--article > li .mm-head {
  margin: 0 0 0 0;
}
.m-basic-list--article > li .mm-head > * {
  float: left;
}
.m-basic-list--article > li .mm-head > *:after {
  margin: 0 8px 0 8px;
  content: "|";
}
.m-basic-list--article > li .mm-head > *:last-child:after {
  margin: 0;
  content: " ";
}
.m-basic-list--article > li > p {
  margin: 3px 0 -11px 0;
  padding: 0 0 0 11px;
  font-weight: bold;
}
.m-basic-list--article > li > p:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  position: absolute;
  left: -18px;
  top: 9px;
}
@media print {
  .m-basic-list--article > li > p {
    background: none;
  }
  .m-basic-list--article > li > p:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #CC3300;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 0;
  }
}
.m-basic-list--article > li > p > a {
  text-decoration: none;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-basic-list--article > li > p > a {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-list--article > li > p > a:hover {
  text-decoration: underline;
}

/* m-basic-list--blank */
.m-basic-list--blank > li:before {
  display: none !important;
}

/* m-basic-list--border-bottom */
.m-basic-list--border-bottom {
  border-bottom: 1px solid #E5E5E5;
}

/* m-basic-list--social */
.m-basic-list--center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.m-basic-list--center li {
  float: left;
  clear: left;
}

/* m-basic-list--acolumns */
@media print, only screen and (min-width: 48em) {
  .m-basic-list--columns {
    column-count: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--columns {
    column-count: 3;
  }
}
.lt-ie9 .m-basic-list--columns {
  column-count: 3;
}

.m-basic-list--compare {
  visibility: visible;
  display: block;
  max-width: none;
  padding: 0;
}
.m-basic-list--compare > .swiper {
  padding-left: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--compare > .swiper {
    padding-left: 0;
  }
}
.m-basic-list--compare > .swiper > .swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--compare > .swiper > .swiper-wrapper {
    min-width: 898px;
  }
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide {
  width: 136px;
  height: auto;
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide {
    width: 163px;
  }
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser {
  text-align: left;
  width: 136px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser {
    width: 163px;
  }
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list {
  background: #e9e9ea;
  margin: 0;
  padding: 7px;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li {
  padding: 5px 0 5px 32px;
  vertical-align: middle;
  position: relative;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 37.8634212306% 83.9031339031%;
  top: -13px;
  left: -15px;
  position: absolute;
  transform: scale(0.7);
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li.mm-option-disabled {
  color: rgba(0, 0, 0, 0.6);
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li.mm-option-disabled:before {
  background: none;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-monthlyprice {
  text-align: center;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 10px 0;
  background: #e9e9ea;
  border-bottom: 6px solid #fff;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser hr.yellow {
  margin: 13px -11px 14px 0;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service {
  padding: 15px 10px 10px 40px;
  position: relative;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service:before {
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 50.369872226% 87.3937677054%;
  position: absolute;
  height: 38px;
  width: 34px;
  top: -18px;
  left: calc(50% - 14px);
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service > .mm-icon-additional {
  position: absolute;
  left: 10px;
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service > .m-basic-info-layer .mm-infolayer-icon {
  bottom: -32px;
  right: 85px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service > .m-basic-info-layer .mm-infolayer-icon {
    right: 114px;
  }
}
.m-basic-list--compare > .swiper > .swiper-wrapper > .swiper-slide:last-child > .mm-variant-teaser hr.yellow {
  margin-right: 0;
}
.m-basic-list--compare > .swiper .swiper-button-next:focus-within,
.m-basic-list--compare > .swiper .swiper-button-prev:focus-within {
  outline: none;
}
.is-keyboard-focus .m-basic-list--compare > .swiper .swiper-button-next:focus-within,
.is-keyboard-focus .m-basic-list--compare > .swiper .swiper-button-prev:focus-within {
  outline: 2px solid #000;
}

/* m-basic-list--disadvantage */
.m-basic-list--disadvantage {
  padding: 0 0 10px 8px;
}
@media print {
  .m-basic-list--disadvantage {
    padding-left: 0;
  }
}
.m-basic-table .m-basic-list--disadvantage {
  padding-bottom: 0;
  padding-left: 0;
}
.m-basic-list--disadvantage > li {
  margin-bottom: 10px;
  padding: 0 0 2px 28px;
}
.m-basic-list--disadvantage > li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 8.8531187123% 93.7853107345%;
  left: -10px;
  top: -12px;
}
@media print {
  .m-basic-list--disadvantage > li:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 17.7062374245% 93.7853107345%;
  }
}
@media print {
  .m-basic-list--disadvantage > li {
    background: none;
  }
}
@media print {
  .m-basic-table table tr:nth-child(even) td .m-basic-list--disadvantage > li {
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-basic-list--disadvantage {
  /* m-basic-list--disadvantage--transparent */
}
.m-basic-list--disadvantage--transparent li {
  margin: 0 0 10px -3px;
  padding: 0 0 2px 24px;
  color: transparent;
}
.m-basic-list--disadvantage--transparent li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
  top: -14px;
  left: -10px;
}

/* m-basic-list--document */
.m-basic-list--document {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.m-basic-list--document li:before {
  display: none;
}
.m-basic-list--document.m-basic-list--link li {
  background: none;
}
.m-basic-list--document.m-basic-list--link li:before {
  display: none;
}
.m-basic-list--document p {
  border-bottom: 1px solid #cccccc;
  padding: 3px 0;
}
.m-basic-list--document p.mm-flex {
  display: flex;
  align-items: center;
}
.m-basic-list--document p > span {
  margin-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--document p > span {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--document p > span {
    margin-right: 60px;
  }
}
.lt-ie9 .m-basic-list--document p > span {
  margin-right: 60px;
}

/* m-basic-list--filter */
.m-basic-list--filter {
  padding: 0 0 10px 0;
  list-style-type: none;
}
.m-basic-list--filter > li {
  display: none;
  flex-flow: row wrap;
  margin-bottom: 1px;
  padding: 0 0 2px 0;
  background: none;
}
.m-basic-list--filter > li:before {
  content: "–";
}
.m-basic-list--filter > li.is-active {
  display: flex;
}
.m-basic-list--filter > li > .filter-desc {
  border-bottom: 1px solid #333;
}
.m-basic-list--filter > li > .filter-desc:hover {
  cursor: pointer;
}
.m-basic-list--filter > li > button {
  position: relative;
  margin-left: 8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 5.9020791415% 93.7853107345%;
  width: 20px;
  height: 20px;
}

/* m-basic-list--flex */
.m-basic-list--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 898px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--flex {
    flex-direction: row;
  }
}
.m-basic-list--flex > li {
  flex: 0 0 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--flex > li {
    flex: 0 0 50%;
  }
}

/* m-basic-list--document */
.m-basic-list--icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-basic-list--icon > li {
  padding: 8px 15px;
  background: none;
}
.l-outer--my-adac-content .m-basic-list--icon > li {
  padding: 8px 15px;
}
.m-basic-list--icon > li:before {
  display: none;
}
.m-basic-list--icon > li > span {
  display: block;
  text-align: center;
}
.m-basic-list--icon > li > span.mm-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-list--icon > li > span > img {
  opacity: 0.6;
}

/* m-basic-list--img-left */
.m-basic-list--img-left > li {
  background: none;
  padding: 0;
  color: #afafaf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
}
.m-basic-list--img-left > li:before {
  background: none;
}
.m-basic-list--img-left > li:last-child {
  margin-bottom: 0;
}
.m-ves-rs-contentbox--grey .m-basic-list--img-left > li {
  color: #000;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-basic-list--img-left > li > .mm-img-content {
  width: 55px;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
}
.m-basic-list--img-left > li > .mm-img-content > img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

/* m-basic-list--img-top */
.m-basic-list--img-top {
  display: flex;
  justify-content: center;
  max-width: 100%;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--img-top {
    flex-direction: row;
  }
}
.m-basic-list--img-top > li {
  background: none;
  padding: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  text-align: center;
  max-width: 210px;
  margin: 0 auto 20px;
}
.m-basic-list--img-top > li:before {
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--img-top > li {
    margin: 0 60px 0 0;
  }
  .m-basic-list--img-top > li:last-child {
    margin-right: 0;
  }
}
.m-basic-list--img-top > li > .mm-img-content {
  margin-bottom: 5px;
}

/* m-basic-list--link */
.m-basic-newsbox .m-basic-list--link {
  margin-bottom: 13px;
  padding-bottom: 0;
}
.m-basic-list--link > li {
  margin-bottom: 8px;
  padding: 0 0 0 14px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--link > li {
    padding: 0 0 0 18px;
  }
  .m-basic-toggle--directory .m-basic-list--link > li {
    padding: 0 0 0 15px;
  }
}
.lt-ie9 .m-basic-list--link > li {
  padding: 0 0 0 18px;
}
.m-basic-toggle--directory .lt-ie9 .m-basic-list--link > li {
  padding: 0 0 0 15px;
}
.m-ds-result .m-basic-list--link > li {
  padding: 0 0 0 20px;
}
.m-basic-list--link > li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--link > li:before {
    top: -3px;
  }
}
.lt-ie9 .m-basic-list--link > li:before {
  top: -3px;
}
.m-basic-toggle--directory .m-basic-list--link > li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 36px;
  height: 36px;
  background-position: 81.5877251501% 82.7247191011%;
  top: -9px;
  left: -20px;
}
.m-ds-result .m-basic-list--link > li:before {
  top: -4px;
}
.m-basic-newsbox .m-basic-list--link > li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  width: 31px;
  height: 31px;
  left: -15px;
}
.oo-flex-box-content .m-basic-list--link > li {
  margin: 0;
}
.l-outer--my-adac-content .m-basic-list--link > li, .l-outer--my-adac .m-basic-list--link > li {
  background: none;
  padding: 0;
  position: static;
  margin: 0;
}
@media print {
  .m-basic-list--link > li {
    background: none;
  }
  .m-basic-list--link > li:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #CC3300;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -2px;
  }
}
.m-basic-list--link > li > a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--link > li > a {
    padding: 0;
  }
}
.lt-ie9 .m-basic-list--link > li > a {
  padding: 0;
}
.m-basic-list--link > li > a:hover {
  text-decoration: underline;
}
.l-outer--my-adac .m-basic-list--link > li > a {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding: 10px 25px 10px 46px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.l-outer--my-adac .m-basic-list--link > li > a:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  width: 31px;
  height: 32px;
  right: 0;
  top: 12px;
}
.l-outer--my-adac .m-basic-list--link > li > a:hover {
  text-decoration: none;
}
.l-outer--my-adac .m-basic-list--link > li > a:visited {
  color: #333;
}
.m-basic-list--link > li > .js-regionalclubinfo > p {
  margin: 0;
}
.m-basic-list--link > li > .js-regionalclubinfo > p > a,
.m-basic-list--link > li > .js-regionalclubinfo > a {
  display: block;
  width: 100%;
  margin: 0 -8px 0 -8px;
  padding: 10px 25px 10px 48px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-decoration: none;
}
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > p > a,
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > a {
  background: none;
  margin: 0;
}
.m-basic-list--link > li > .js-regionalclubinfo > p > a:before,
.m-basic-list--link > li > .js-regionalclubinfo > a:before {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 35.4124748491% 96.8926553672%;
  width: 40px;
  height: 42px;
  left: -4px;
  top: 14px;
}
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > p > a:before,
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > a:before {
  left: -4px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 38.3635144199% 96.8926553672%;
  height: 31px;
}
.l-outer--my-adac-dashboard .m-basic-list--link > li > .js-regionalclubinfo > p > a:before,
.l-outer--my-adac-dashboard .m-basic-list--link > li > .js-regionalclubinfo > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 38.3635144199% 96.8926553672%;
  top: 0;
  left: -8px;
}
.m-basic-list--link > li > .js-regionalclubinfo > p > a:after,
.m-basic-list--link > li > .js-regionalclubinfo > a:after {
  position: absolute;
  content: "";
  display: block;
  right: -12px;
  top: 2px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
}
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > p > a:after,
.l-outer--my-adac-content .m-basic-list--link > li > .js-regionalclubinfo > a:after {
  right: -8px;
  top: 2px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
}
.l-outer--my-adac-dashboard .m-basic-list--link > li > .js-regionalclubinfo > p > a:after,
.l-outer--my-adac-dashboard .m-basic-list--link > li > .js-regionalclubinfo > a:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
}
.m-basic-list--link > li > .js-regionalclubinfo > p > a:hover,
.m-basic-list--link > li > .js-regionalclubinfo > a:hover {
  text-decoration: none;
}
.m-basic-list--link > li > .js-regionalclubinfo > p > a:visited,
.m-basic-list--link > li > .js-regionalclubinfo > a:visited {
  color: #333;
}
.m-vehicles-results .m-basic-list--link > li {
  margin-bottom: 0;
}
.l-outer--my-adac .m-my-adac-dashboard-box .m-basic-list--link li {
  padding: 8px 0 8px 0px;
}
.l-outer--my-adac .m-my-adac-dashboard-box .m-basic-list--link li .a-basic-link {
  margin: 0;
}
.l-outer--my-adac .m-my-adac-dashboard-box .m-basic-list--link li .a-basic-link:before {
  left: -12px;
}
.l-outer--my-adac .m-my-adac-dashboard-box .m-basic-list--link li .a-basic-link:after {
  right: -16px;
  top: 1px;
}

/* m-basic-list--my-adac-advantage */
.m-basic-list--my-adac-advantage li {
  position: relative;
  padding: 0 0 2px 28px;
}
.m-basic-list--my-adac-advantage li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
  width: 31px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -11px;
}
.m-basic-list--my-adac-advantage li:hover {
  text-decoration: none;
}
.l-outer--my-adac-content .m-basic-list--my-adac-advantage li {
  padding: 0 0 2px 28px;
}
.l-outer--my-adac-content .m-basic-list--my-adac-advantage li:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
  width: 31px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -11px;
}

/* m-basic-list--my-adac-check */
.m-basic-list--my-adac-check li {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0 0 0 40px;
  background: none;
}
.m-basic-list--my-adac-check li:hover {
  text-decoration: none;
}
.m-basic-list--my-adac-check li:before {
  position: absolute;
  content: "";
  width: 40px !important;
  height: 40px !important;
  background-color: transparent !important;
  top: -7px !important;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 18.6440677966%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--my-adac-check li:before {
    top: -5px !important;
  }
}
.lt-ie9 .m-basic-list--my-adac-check li:before {
  top: -5px !important;
}

/* m-basic-list--my-adac-link */
.l-outer--my-adac .m-basic-list--my-adac-link {
  margin: 0;
}
.m-basic-list--my-adac-link li {
  position: static;
  margin: 0;
  padding: 0;
  background: none;
}
.m-basic-list--my-adac-link li:hover {
  text-decoration: none;
}
.m-basic-list--my-adac-link li:visited {
  color: #333;
}
.m-basic-list--my-adac-link li:before {
  display: none;
  position: static;
}
.m-basic-list--my-adac-link.m-basic-list--link li > a {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  margin: 0 -8px 0 -8px;
  padding: 10px 25px 10px 48px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.m-basic-list--my-adac-link.m-basic-list--link li > a:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  width: 24px;
  height: 33px;
  right: 0;
  top: 12px;
}

/* m-basic-list--my-adac */
.l-outer--my-adac .m-basic-list--my-adac {
  margin: 0 0 24px 0;
}
.mfp-container .mfp-content .m-basic-list--my-adac {
  margin-left: 15px;
}
.mfp-container .mfp-content .m-basic-list--my-adac.h-space-s {
  margin-bottom: 15px;
}
.m-basic-list--my-adac li {
  position: relative;
  height: auto;
  margin: 0;
  padding: 8px 0 8px 40px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-list--my-adac li:hover {
  text-decoration: none;
}
.m-basic-list--my-adac li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 0;
  content: "";
  background-color: #ffcc00;
  border-radius: 50%;
}
.m-basic-list--my-adac.m-basic-list--my-adac-black li:before {
  background-color: #191919;
}

/* m-basic-list--myadac-icon */
.m-basic-list--myadac-icon {
  margin-top: 15px;
}
.m-basic-text .mm-content .m-basic-list--myadac-icon {
  padding-top: 15px;
}
.m-basic-list--myadac-icon li {
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
}
.m-basic-text .mm-content .m-basic-list--myadac-icon li {
  margin-bottom: 30px;
}
.m-basic-list--myadac-icon li:before {
  display: none;
}
.m-basic-list--myadac-icon li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 1px;
  height: calc(100% + 30px);
  background: #E5E5E5;
}
.m-basic-list--myadac-icon li > span {
  display: inline-block;
}
.m-basic-list--myadac-icon li > span:first-child {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 10px;
  background: #ffcc00;
  border-radius: 50%;
  position: relative;
  top: -8px;
  z-index: 1;
  text-align: center;
}
.m-basic-list--myadac-icon li > span:first-child > img {
  position: relative;
  top: 5px;
}

/* m-basic-list--myadac-iconsmall */
.m-basic-list--myadac-iconsmall li {
  margin-bottom: 0;
}
.m-basic-list--myadac-iconsmall li:not(:last-child):after {
  display: none;
}
.m-basic-list--myadac-iconsmall li > span:first-child {
  width: 25px;
  min-width: 25px;
  background: transparent;
}

.m-basic-list--no-list > li {
  padding-left: 45px;
  padding-top: 5px;
  background: none;
  min-height: 28px;
}
.m-basic-list--no-list > li:before {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--no-list > li {
    padding-left: 40px;
    padding-top: 8px;
  }
}
.m-basic-list--no-list > li img {
  position: absolute;
  left: 5px;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--no-list > li img {
    left: 0;
    top: 2px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box-showcase .m-basic-list--no-list > li img {
    top: 3px;
  }
}

/* m-basic-list--number */
.m-basic-list--number {
  counter-reset: number;
  margin-top: 15px;
}
.m-basic-text .mm-content .m-basic-list--number {
  padding-top: 15px;
}
.m-basic-list--number li {
  counter-increment: number;
  padding-left: 45px;
  margin-bottom: 30px;
}
.m-basic-text .mm-content .m-basic-list--number li {
  margin-bottom: 30px;
}
.m-basic-list--number li:before {
  content: counter(number) " ";
  background: #E5E5E5;
  color: #333;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 0;
  top: -3px;
  text-align: center;
  padding-top: 3px;
  z-index: 1;
}
.m-basic-list--number.m-basic-list--number-yellow li:before {
  background: #ffcc00;
  color: #000;
}

.m-basic-list--number li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: calc(100% + 30px);
  background: #E5E5E5;
}

/* m-basic-list--positive */
.m-basic-list--positive {
  padding: 0 0 10px 8px;
}
@media print {
  .m-basic-list--positive {
    padding-left: 0;
  }
}
.m-basic-table .m-basic-list--positive {
  padding-bottom: 0;
  padding-left: 0;
}
.m-basic-list--positive > li {
  margin-bottom: 10px;
  padding: 0 0 2px 24px;
  background: none;
}
.m-basic-list--positive > li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 60.1694915254%;
  top: -14px;
  left: -12px;
}
@media print {
  .m-basic-list--positive > li:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 87.9919517103% 63.2768361582%;
  }
}
@media print {
  .m-basic-list--positive > li {
    background: none;
  }
}
@media print {
  .m-basic-table table tr:nth-child(even) td .m-basic-list--positive > li {
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-basic-list--positive > li > a {
  text-decoration: none;
}

/* m-basic-list--advantage */
.m-basic-list--pw-check > li:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 68.3615819209%;
  background-color: transparent !important;
  width: 45px !important;
  height: 25px !important;
}
.m-basic-list--pw-check > li.is-valid:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

/* m-basic-list--social */
.m-basic-list--social li {
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  background: 0;
}
.m-basic-list--social li:before {
  background: none;
}
.m-basic-list--social li > a {
  display: block;
  padding: 6px 0 6px 40px;
  text-decoration: none;
}
.m-basic-list--social li > a:hover {
  text-decoration: underline;
}
.m-basic-list--social li:first-child > a {
  background: url(/dev/img/social/facebook.png) no-repeat;
}
.m-basic-list--social li:nth-child(2) > a {
  background: url(/dev/img/social/twitter.png) no-repeat;
}
.m-basic-list--social li:last-child > a {
  background: url(/dev/img/social/youtube.png) no-repeat;
  margin: 0;
}

.m-adac-cardamage.m-adac-cardamage--rework .mm-item.is-visible .m-basic-list--space {
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-adac-cardamage.m-adac-cardamage--rework .mm-item.is-visible .m-basic-list--space {
    margin-bottom: 15px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--space > li {
    margin-bottom: 5px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--space > li:first-child {
    margin-top: 10px;
  }
}
.m-adac-cardamage.m-adac-cardamage--rework .mm-item.is-visible .m-basic-list--space > li {
  padding-left: 35px;
}
.m-adac-cardamage.m-adac-cardamage--rework .mm-item.is-visible .m-basic-list--space > li:before {
  left: 7px;
  top: 9px;
}

/* m-basic-list--yellow */
.m-basic-list--subitems-no-style-type > li > ol {
  list-style-type: none !important;
  padding: 12px 0 0 0 !important;
}

.m-basic-list--teaser-center {
  margin: 0 auto;
  max-width: none;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.m-basic-list--teaser-center > .mm-variant-teaser {
  padding: 5px 0 5px 40px;
  position: relative;
  background: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-center > .mm-variant-teaser {
    padding: 0;
    text-align: center;
    width: calc(202px - 30px);
    margin: 0 30px;
  }
}
.m-basic-list--teaser-center > .mm-variant-teaser:first-child {
  margin-left: 0;
}
.m-basic-list--teaser-center > .mm-variant-teaser:last-child {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-center > .mm-variant-teaser:not(:first-child):not(:last-child) {
    width: calc(202px - 60px);
  }
}
.m-basic-list--teaser-center > .mm-variant-teaser:before {
  content: none;
  background: none;
  display: none;
}
.l-outer--my-adac-content .m-basic-list--teaser-center > .mm-variant-teaser {
  padding: 5px 0 5px 40px;
  position: relative;
  background: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .m-basic-list--teaser-center > .mm-variant-teaser {
    padding: 0;
    text-align: center;
    width: calc(202px - 30px);
    margin: 0 30px;
  }
}
.m-basic-list--teaser-center > .mm-variant-teaser img {
  left: 0;
  top: 0;
  position: absolute;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-center > .mm-variant-teaser img {
    position: static;
    left: auto;
    top: auto;
    margin: 0 auto 5px auto;
    display: block;
  }
}
.m-basic-list--teaser-center > .mm-variant-teaser > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 7px 0 10px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--teaser-center > .mm-variant-teaser > .mm-headline {
    min-height: 42px;
  }
}
.lt-ie9 .m-basic-list--teaser-center > .mm-variant-teaser > .mm-headline {
  min-height: 42px;
}
.m-basic-list--teaser-center.h-space-s {
  margin-bottom: 5px;
}
.m-basic-list--teaser-center.h-space-m {
  margin-bottom: 15px;
}
.m-basic-list--teaser-center.h-space-l {
  margin-bottom: 44px;
}

/* m-basic-list--teaser-extended */
.m-basic-list-wrapper {
  background: #f3f3f4;
  padding: 40px 10px;
}
.m-basic-list-wrapper.m-basic-list--no-bg {
  background: transparent;
  padding: initial;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper {
    padding: 40px 0;
  }
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended > li {
  position: relative;
  padding: 1px 0 5px 40px;
  margin: 0 0 20px 0;
  background: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended > li {
    padding: 0 10px;
    min-width: 147px;
    max-width: 33.3333333333%;
    word-wrap: break-word;
    text-align: center;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended > li {
    max-width: 147px;
  }
}
.lt-ie9 .m-basic-list-wrapper > .m-basic-list--teaser-extended > li {
  max-width: 147px;
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended > li:before {
  background: none;
  display: none;
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-notbold > li {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-higher-width > li {
    max-width: 25%;
  }
}
.lt-ie9 .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-higher-width > li {
  max-width: 25%;
}

.m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li {
  padding-left: 40px;
  padding-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li {
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li {
    max-width: 33.3333333333%;
  }
}
.lt-ie9 .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li {
  max-width: 33.3333333333%;
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side.m-basic-list--teaser-extended-one-number-each-row > li {
  margin-bottom: 10px;
  min-width: 100%;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side.m-basic-list--teaser-extended-one-number-each-row > li {
    margin-bottom: 20px;
  }
}

.m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content {
  position: static;
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content {
    position: relative;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li > .mm-img-content {
    position: absolute;
    left: 0;
  }
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side.m-basic-list--teaser-extended-one-number-each-row > li > .mm-img-content {
  top: -5px;
}

.m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content > img {
  display: inline;
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content > img {
    position: static;
  }
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content > .mm-index {
  top: 5px;
  left: 9px;
  position: absolute;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list-wrapper > .m-basic-list--teaser-extended > li > .mm-img-content > .mm-index {
    top: calc(50% - 2px);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended.m-basic-list--teaser-extended-numbers-by-side > li > .mm-img-content > .mm-index {
  top: 4px;
  left: 9px;
  transform: none;
}

.m-basic-list-wrapper > .m-basic-list--teaser-extended > li > ul > li {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.m-basic-list-wrapper > .m-basic-list--teaser-extended > li > ul > li:first-child {
  margin-top: 15px;
}

/* m-basic-list--teaser-grid & m-basic-list--teaser-grid-border */
.m-basic-list--teaser-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 30px;
  padding: 0;
}
.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border {
  row-gap: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border {
    grid-template-columns: repeat(2, minmax(min-content, 50%));
    column-gap: 15px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, minmax(min-content, 250px));
    column-gap: 30px;
    row-gap: 40px;
  }
}
.m-basic-list--teaser-grid > li {
  display: block;
}
.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li {
  width: 100%;
}

.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li > a {
  text-decoration: none;
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 15px 25px;
  position: relative;
}
.is-keyboard-focus .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li > a:focus {
  outline: none;
  border-radius: 8px;
  border: 1px solid #000;
  box-shadow: 0 0 0 1px #000;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li > a {
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li > a:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 45.3386988598% 75.0706214689%;
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li > a:before {
    display: none;
  }
}

.m-basic-list--teaser-grid > li span {
  display: block;
}
.m-basic-list--teaser-grid > li span.mm-head {
  margin-bottom: 10px;
  column-gap: 20px;
  display: flex;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid > li span.mm-head {
    flex-direction: column;
  }
}
.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li span.mm-head {
  margin-bottom: 0;
}

.m-basic-list--teaser-grid > li span.mm-head > img {
  height: 24px;
  width: 24px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid > li span.mm-head > img {
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li span.mm-head > img {
    margin-bottom: 35px;
  }
}

.m-basic-list--teaser-grid > li span.mm-head > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid > li span.mm-head > .mm-headline {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li span.mm-head > .mm-headline {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid.m-basic-list--teaser-grid-border > li span.mm-head > .mm-headline {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.m-basic-list--teaser-grid > li span.mm-head > .mm-headline > .mm-alert {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: inline-block;
  background-color: #ffcc00;
  padding: 0 10px;
  border-radius: 12px;
}
.m-basic-list--teaser-grid > li span.mm-head > .mm-headline > .mm-alert--icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser-grid > li span.mm-text {
    text-align: center;
  }
}

.m-basic-list--teaser {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  visibility: visible;
  max-width: none;
  padding: 0;
}
.m-basic-list--teaser-each-row {
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser:not(.m-basic-list--teaser-each-row) {
    flex-direction: row;
    margin-bottom: -20px;
  }
  .m-basic-list--teaser:not(.m-basic-list--teaser-each-row).h-space-s {
    margin-bottom: -20px;
  }
}
.m-basic-list--teaser > .mm-variant-teaser {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  visibility: visible;
  background: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--teaser > .mm-variant-teaser {
    width: calc(33.3333333333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-list--teaser > .mm-variant-teaser {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
.lt-ie9 .m-basic-list--teaser > .mm-variant-teaser {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
}
.m-basic-list--teaser > .mm-variant-teaser:before {
  background: none;
}
.m-basic-list--teaser.m-basic-list--teaser-each-row > .mm-variant-teaser:before {
  content: none;
}

.m-basic-list--teaser > .mm-variant-teaser:last-child {
  margin-right: 0;
}
.m-basic-list--teaser.m-basic-list--teaser-each-row > .mm-variant-teaser {
  width: 100%;
}

@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser > .mm-variant-teaser {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser > .mm-variant-teaser {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 15px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser > .mm-variant-teaser {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 15px;
}
.m-basic-list--teaser > .mm-variant-teaser img {
  left: 0;
  position: absolute;
}
.m-basic-list--teaser.m-basic-list--teaser-each-row > .mm-variant-teaser img {
  top: 2px;
  left: 0;
  position: absolute;
}

.m-basic-list--teaser > .mm-variant-teaser > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.m-basic-list--teaser:not(.m-basic-list--teaser-each-row) > .mm-variant-teaser > .mm-headline {
  margin: 7px 0 10px 0;
}

.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser {
  padding: 0 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser {
    padding: 0 30px 0 30px;
    background: #fff;
    max-width: 920px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser {
    position: relative;
    max-width: 960px;
    margin: -125px auto 0 auto;
    padding-top: 50px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser {
  position: relative;
  max-width: 960px;
  margin: -125px auto 0 auto;
  padding-top: 50px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ .m-basic-list--teaser > .mm-teaser-headline {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ :not(.h-h2) + .m-basic-list--teaser {
    margin: -75px auto 0 auto;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper ~ :not(.h-h2) + .m-basic-list--teaser {
  margin: -75px auto 0 auto;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser {
  padding-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser {
    padding-top: 95px;
    background: none;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser {
  padding-top: 95px;
  background: none;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser:before {
  content: "";
  position: absolute;
  top: -115px;
  left: -100%;
  display: none;
  height: 190px;
  width: 200vw;
  transform: translate(0, 0);
  background: linear-gradient(rgba(255, 255, 255, 0), white 90%);
  z-index: -1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser:before {
    display: block;
    padding-top: 75px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper.oo-slide-content-wrapper--fade-overlay ~ .m-basic-list--teaser:before {
  display: block;
  padding-top: 75px;
}
.o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay ~ .m-basic-list--teaser {
  padding-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay ~ .m-basic-list--teaser {
    margin: -75px auto 0 auto;
    padding-top: 35px;
    background: #fff;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay ~ .m-basic-list--teaser {
  margin: -75px auto 0 auto;
  padding-top: 35px;
  background: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay ~ .h-h2 + .m-basic-list--teaser {
    margin: -130px auto 0 auto;
    padding-top: 85px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay ~ .h-h2 + .m-basic-list--teaser {
  margin: -130px auto 0 auto;
  padding-top: 85px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay.oo-slide-content-wrapper--fade-overlay ~ .h-h2 + .m-basic-list--teaser {
    margin: -125px auto 0 auto;
    padding-top: 85px;
  }
}
.lt-ie9 .o-layout-main-stage .swiper .swiper-wrapper .swiper-slide .oo-slide-content-wrapper--overlay.oo-slide-content-wrapper--fade-overlay ~ .h-h2 + .m-basic-list--teaser {
  margin: -125px auto 0 auto;
  padding-top: 85px;
}

/* m-basic-list--vesrs-premium */
.m-basic-list--vesrs-premium {
  display: flex;
  justify-content: space-around;
  flex-flow: column nowrap;
  margin-top: 20px;
  cursor: default;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium {
    flex-flow: row nowrap;
  }
}
.m-basic-list--vesrs-premium > li {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  cursor: default;
  background: none;
  opacity: 0.5;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium > li {
    float: left;
    width: 25%;
    padding: 10px 0 0 20px;
    margin: 0;
  }
}
.m-basic-calculator-tiles .m-basic-list--vesrs-premium > li {
  padding: 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-calculator-tiles .m-basic-list--vesrs-premium > li {
    padding: 10px 0 0 20px;
  }
}
.m-basic-list--vesrs-premium > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffcc00;
  top: 0;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium > li:before {
    width: 1px;
    height: 100%;
  }
}
.m-basic-list--vesrs-premium > li > .mm-head {
  margin-bottom: 10px;
  padding-right: 20px;
}
.m-basic-list--vesrs-premium > li > .mm-head > .mm-headline-text {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.h-roboto .m-basic-list--vesrs-premium > li > .mm-head > .mm-headline-text {
  font-family: "Roboto Bold", sans-serif;
}
.m-basic-list--vesrs-premium > li > p {
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  padding-left: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium > li > p {
    margin-bottom: 20px;
  }
}
.m-basic-list--vesrs-premium > li:first-child {
  padding-left: 0;
}
.m-basic-list--vesrs-premium > li:first-child > p {
  padding-right: 30px;
}
.m-basic-list--vesrs-premium > li:first-child:before {
  content: none;
}
@media only screen and (max-width: 47.9375em) {
  .m-basic-list--vesrs-premium > li:last-child {
    padding-bottom: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium > li:last-child.active:after {
    right: 0;
  }
}
.m-basic-list--vesrs-premium > li:last-child > p {
  padding-right: 5px;
}
.m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active, .m-basic-list--vesrs-premium:not(.is-disabled) > li.active {
  opacity: 1;
}
.m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active > .mm-head, .m-basic-list--vesrs-premium:not(.is-disabled) > li.active > .mm-head {
  max-width: calc(100% - 21px);
  background: #ffcc00;
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active:after, .m-basic-list--vesrs-premium:not(.is-disabled) > li.active:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -8px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 69.6032279758% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active:after, .m-basic-list--vesrs-premium:not(.is-disabled) > li.active:after {
    top: -15px;
    right: -6px;
    background-size: 36px auto;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 26.5043948614% 83.9031339031%;
  }
}
.m-ves-rs-contentbox--grey .m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active:after, .m-ves-rs-contentbox--grey .m-basic-list--vesrs-premium:not(.is-disabled) > li.active:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--grey .m-basic-list--vesrs-premium:not(.is-disabled) > li.is-active:after, .m-ves-rs-contentbox--grey .m-basic-list--vesrs-premium:not(.is-disabled) > li.active:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
  }
}

/* m-basic-list--yellow */
.m-basic-list--yellow li {
  position: relative;
  height: auto;
  margin: 0 0 0 10px;
  padding: 4px 0 4px 30px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-list--yellow li:hover {
  text-decoration: none;
}
.m-basic-list--yellow li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  content: "";
  background-color: #191919;
  border-radius: 50%;
}
.o-compare-product--dynamic .m-basic-list--yellow li {
  list-style: none;
  margin-left: 0;
  word-wrap: break-word;
  hyphens: auto;
}

.m-basic-member-puzzle--upsidedown > .mm-member-gallery-wrapper.is-active {
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 10;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
}
.m-basic-member-puzzle--upsidedown > .mm-member-gallery-wrapper.is-stuck-bottom {
  bottom: -136px;
  position: absolute;
  top: auto;
}

/* m-basic-newsbox--content-border */
/* m-basic-newsbox--disabled */
.m-basic-newsbox--disabled:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

/* m-basic-newsbox--img */
.m-basic-newsbox--img > figure {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 16px 0;
  z-index: 2;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--img > figure {
    float: left;
    width: 290px;
    margin-top: 4px;
  }
}
.m-basic-newsbox--img > figure img {
  width: 100%;
  height: auto;
}
.m-ves-tab .m-basic-newsbox--img > figure {
  min-height: calc((100vw - 40px) / 2.417 + 16px);
  max-height: calc((100vw - 40px) / 2.417 + 16px);
  height: calc((100vw - 40px) / 2.417 + 16px);
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .m-basic-newsbox--img > figure {
    min-height: 167px;
    max-height: 167px;
    height: 167px;
  }
}
.m-basic-newsbox--img > .a-basic-stopper {
  right: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--img > .a-basic-stopper {
    top: 20px;
  }
}
.m-basic-newsbox--img > .a-basic-stopper + .mm-content {
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--img > .a-basic-stopper + .mm-content {
    padding-right: 100px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .mm-tabcontent .m-basic-newsbox--img > .a-basic-stopper + .mm-content {
    padding-right: 100px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--img > .mm-content {
    padding: 0 20px 0 15px;
    width: calc(100% - 290px);
    float: left;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab .mm-tabcontent .m-basic-newsbox--img > .mm-content, .m-ves-tab .mm-tabcontent-important .m-basic-newsbox--img > .mm-content {
    float: left;
    padding-right: 100px;
  }
}
.m-ves-tab .m-basic-newsbox--img > .mm-content > p {
  max-height: calc(4 * 21px);
}

/* m-basic-newsbox  */
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--my-adac > .mm-content {
    max-width: 760px;
    float: none;
  }
}
.m-basic-newsbox--my-adac > .mm-content > h3 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--my-adac > .mm-content > h3 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 15px 0;
  }
}
.m-basic-newsbox--my-adac > .mm-content > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--my-adac > .mm-content > p {
    margin: 0 0 15px 0;
  }
}

/* m-basic-newsbox--noborder */
.m-basic-newsbox--noborder {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

/* m-basic-newsbox--searchresult */
.m-basic-newsbox--searchresult {
  border-bottom: none;
}
.m-basic-newsbox--searchresult.h-space-s {
  margin-bottom: 0;
}
.m-basic-newsbox--searchresult:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
.m-basic-newsbox--searchresult:only-child {
  border-bottom: none;
}
.m-basic-newsbox--searchresult:only-child:not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
}
.m-basic-newsbox--searchresult + .m-basic-newsbox {
  padding-top: 0;
}
.m-basic-keywordfilter--lexicon .m-basic-newsbox--searchresult {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 0;
}
.m-basic-keywordfilter--lexicon .m-basic-newsbox--searchresult:first-of-type {
  border-top: 0;
}
.m-basic-keywordfilter--lexicon .mm-lexicon-category .m-basic-newsbox--searchresult.is-hidden + .m-basic-newsbox--searchresult {
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--searchresult > .mm-content:not(:only-child) {
    max-width: calc(100% - 90px);
  }
}
.m-basic-newsbox--searchresult:not(.m-basic-newsbox--img) > .mm-content-link {
  height: calc(100% - 16px);
}
.m-basic-newsbox--searchresult > .mm-btnWrap {
  text-align: right;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-newsbox--searchresult > .mm-btnWrap {
    position: absolute;
    right: 0;
  }
}
.m-basic-newsbox--searchresult > .mm-btnWrap > .a-basic-link--top {
  display: inline-block;
}

/* m-basic-progress-nav */
.m-basic-progress-nav-form--bar > .mm-nav-wrapper {
  padding: 20px 20px 5px 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper {
  padding: 20px 20px 30px 20px;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li {
  position: static;
  margin-right: 0;
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li {
    position: relative;
    margin-right: 15px;
    align-items: center;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li {
  position: relative;
  margin-right: 15px;
  align-items: center;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li:last-child {
  min-width: 0;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active, .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active ~ li {
  flex: 1;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active > .mm-line, .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active ~ li > .mm-line {
  background-color: #E5E5E5;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active:last-child > .mm-line, .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active ~ li:last-child > .mm-line {
    display: none;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active:last-child > .mm-line, .lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-active ~ li:last-child > .mm-line {
  display: none;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li.mm-mobile {
  top: -11px;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-digit {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-digit {
    display: block;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-digit {
  display: block;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text {
  position: static;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text {
    position: relative;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text {
  position: relative;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
  left: 58px;
  margin-top: -5px;
  transform: translateX(0);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
    left: 0;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
  left: 0;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li .mm-text > .mm-text-inner > .mm-mobile-text {
  font-size: 13px;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li a {
  position: static;
  width: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li a {
    position: relative;
    width: auto;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li a {
  position: relative;
  width: auto;
}
.m-basic-progress-nav-form--bar > .mm-nav-wrapper > li > .mm-line {
  height: 8px;
  background-color: #ffcc00;
  margin-left: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li > .mm-line {
    height: 1px;
    margin-left: 10px;
    background-color: #E5E5E5;
  }
}
.lt-ie9 .m-basic-progress-nav-form--bar > .mm-nav-wrapper > li > .mm-line {
  height: 1px;
  margin-left: 10px;
  background-color: #E5E5E5;
}

/* m-basic-progress-nav */
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper {
  padding: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper {
  padding: 20px 20px 30px 20px;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li {
  position: static;
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li {
    position: relative;
    align-items: center;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li {
  position: relative;
  align-items: center;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li:last-child {
  min-width: 0;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li.mm-mobile > .mm-step {
  padding-top: 9px;
  text-align: center;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li.mm-mobile .mm-segment {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  background-color: red;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li.mm-mobile .mm-segment.is-active > span {
  border-color: transparent transparent #ffcc00 transparent;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li.mm-mobile .mm-segment > span {
  display: block;
  width: 0;
  height: 0;
  transform: rotate(0deg);
  border-style: solid;
  border-width: 0 100px 200px 100px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-digit {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-digit {
    display: block;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-digit {
  display: block;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li a {
  position: static;
  width: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li a {
    position: relative;
    width: auto;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li a {
  position: relative;
  width: auto;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text {
  position: static;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text {
    position: relative;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text {
  position: relative;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
  left: 65px;
  top: 15px;
  transform: translateX(0);
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
    left: 0;
    top: 0;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text > .mm-text-inner {
  left: 0;
  top: 0;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li .mm-text > .mm-text-inner > .mm-mobile-text {
  font-weight: bold;
}
.m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li > .mm-line {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li > .mm-line {
    display: block;
  }
}
.lt-ie9 .m-basic-progress-nav-form--piechart > .mm-nav-wrapper > li > .mm-line {
  display: block;
}

.m-basic-progress-nav--only-active-text-mb ul li .mm-text {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--only-active-text-mb ul li .mm-text {
    display: inline-block;
  }
}
.m-basic-progress-nav--only-active-text-mb ul li.mm-active .mm-text {
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-progress-nav--only-active-text-mb ul li.mm-active .mm-text {
    display: inline-block;
  }
}

.m-basic-radius-search--locksmith {
  display: flex;
  min-width: 305px;
  row-gap: 20px;
  column-gap: 20px;
}
.l-form-general .m-basic-radius-search--locksmith {
  align-items: center;
}
.l-form-general .m-basic-radius-search--locksmith ~ .ll-check {
  left: 160px;
}
@media print, only screen and (min-width: 48em) {
  .l-form-general .m-basic-radius-search--locksmith ~ .ll-check {
    left: 180px;
  }
}
.m-basic-radius-search--locksmith > .l-form-general {
  max-width: none;
}
.m-basic-radius-search--locksmith > .l-form-general > .ll-row {
  width: 100%;
  max-width: inherit;
  margin-bottom: 0;
}

.m-basic-radius-search--mobile-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--mobile-wrap {
    flex-direction: row;
  }
}
.m-basic-radius-search--mobile-wrap.m-basic-radius-search--locksmith {
  align-items: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--mobile-wrap.m-basic-radius-search--locksmith {
    align-items: center;
  }
}

.m-basic-radius-search--short > .l-form > .l-main-cols {
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--short > .l-form > .l-main-cols {
    flex-flow: row nowrap;
  }
}
.m-basic-radius-search--short > .l-form > .l-main-cols > .ll-fieldset:first-of-type {
  margin-right: 0;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--short > .l-form > .l-main-cols > .ll-fieldset:first-of-type {
    margin-right: 10px;
    flex: 0 0 340px;
  }
}
.m-basic-radius-search--short > .l-form > .l-main-cols > .ll-fieldset:last-of-type {
  flex: 0;
  width: 180px;
  padding-left: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--short > .l-form > .l-main-cols > .ll-fieldset:last-of-type {
    padding-left: 0;
    flex: 0 0 180px;
  }
}

.m-basic-radius-search--small > .l-form:not(.h-space-s):not(.h-space-m):not(.h-space-l) {
  margin-bottom: 0;
}
.m-basic-radius-search--small > .l-form > .l-main-cols {
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-radius-search--small > .l-form > .l-main-cols {
    flex-flow: row nowrap;
  }
}
.m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset {
  padding-bottom: 0;
}
.m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset:first-of-type {
  flex: 1 0 50%;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset:first-of-type {
    flex: 1 0 55%;
  }
}
.lt-ie9 .m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset:first-of-type {
  flex: 1 0 55%;
}
.m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset:first-of-type .ll-row > .ll-col-label {
  padding-left: 0;
}
.m-basic-radius-search--small > .l-form > .l-main-cols > .ll-fieldset:last-of-type {
  flex: 1 0 140px;
}

.m-basic-range-slide--single-selection {
  padding: 0 20px 0 10px;
}
.m-basic-range-slide--single-selection > .mm-label {
  margin-bottom: 35px;
}
.m-basic-range-slide--single-selection .noUi-base:before {
  height: 26px;
  width: calc(100% + 28px);
  left: -14px;
  top: -12px;
}
.m-basic-range-slide--single-selection .noUi-base .noUi-origin {
  background-color: transparent;
}
.m-basic-range-slide--single-selection .noUi-base .noUi-origin > .noUi-handle {
  position: absolute;
  width: 34px;
  height: 34px;
  transform: translate(5px, -5px);
}
.m-basic-range-slide--single-selection .noUi-base .noUi-origin > .noUi-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  display: block;
}
.m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal {
  width: 26px;
  height: 26px;
  margin-left: -12.5px;
  border: 2px solid #000;
  background-color: #fff;
  top: -6px;
}
.is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus-visible, .is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus, .is-ios .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus-visible, .is-ios .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus {
  outline: none;
}
.is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus-visible:after, .is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus:after, .is-ios .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus-visible:after, .is-ios .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal:focus:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 50%;
}
.is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal.is-active:focus {
  width: 44px;
  height: 44px;
  top: -15px;
  transform: translateX(-9px);
  border: 2px solid #000;
}
.is-keyboard-focus .m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-marker-horizontal.is-active:focus:after {
  display: none;
}
.m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-value-horizontal {
  top: -10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  transform-origin: 300% 600%;
  transition: transform 0.2s ease-in;
}
.m-basic-range-slide--single-selection .noUi-pips-horizontal .noUi-value-horizontal.is-active {
  transform: scale(1.2);
}

/* m-basic-rating--banderole */
.m-basic-rating--banderole {
  width: 267px;
  height: 240px;
  background: white;
  padding: 0;
  margin-right: 20px;
}
.m-basic-rating--banderole > .mm-content-wrapper {
  padding: 15px;
  height: 200px;
  border-bottom: 1px solid #d7d7d7;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-label {
  font-weight: bolder;
  margin-bottom: 8px;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars {
  margin-bottom: -1px;
  margin-left: -17px;
  height: 41.3906px;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars > .mm-star {
  width: 29px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars > .mm-star:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 16.3250883392%;
  position: absolute;
  top: -10px;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars > .mm-star--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 19.5053003534%;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars > .mm-star--half:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 35.6183745583%;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-stars > .mm-star:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 19.5053003534%;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-star-container > .mm-mark {
  font-weight: bolder;
  font-size: 32px;
  font-size: 2rem;
  margin-top: -6px;
}
.m-basic-rating--banderole > .mm-content-wrapper > .mm-quote {
  line-height: 17px;
  line-height: 1.0625rem;
}
.m-basic-rating--banderole > .mm-rate {
  padding: 8px 10px 10px 10px;
}

/* m-basic-rating */
.m-basic-rating--ekomi-ves {
  position: relative;
  min-height: 160px;
  background: #f3f3f4;
  padding: 20px 20px;
  border-radius: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves {
    padding: 40px 40px;
  }
}
.m-basic-rating--ekomi-ves > .mm-headline {
  margin-bottom: -10px;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content {
    flex-direction: row;
  }
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container {
  order: 3;
  width: 100%;
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: row;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container {
    order: 1;
    flex-grow: 1;
    width: 50%;
    min-width: 360px;
    margin: 0 0 10px 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container:only-child {
    justify-content: center;
    margin: 0;
    width: 100%;
  }
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-ekomi-logo {
  margin: 5px 10px 10px 0;
  max-width: 70px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-ekomi-logo {
    margin: 5px 20px 10px 0;
    flex-grow: 1;
    position: relative;
    top: -10px;
  }
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div {
  margin-right: 10px;
  margin-top: 15px;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div {
    margin-top: 5px;
  }
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div:first-child {
  margin-left: -10px;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi {
  height: 26px;
  width: 26px;
  display: inline-block;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi:before {
  position: absolute;
  content: "";
  margin-top: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 8.8531187123% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-10:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 11.804158283% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-20:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 14.7551978538% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-30:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 17.7062374245% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-40:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 20.6572769953% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-50:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 23.6083165661% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-60:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 26.5593561368% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-70:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 29.5103957076% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-80:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 32.4614352783% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-90:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 35.4124748491% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-star--ekomi-full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 38.3635144199% 99.9294283698%;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > div > div > .mm-reviews {
  padding-left: 2px;
  font-weight: normal;
  color: #666666;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-right: 0;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota {
    margin-bottom: 0;
    margin-top: 5px;
    flex-grow: 1;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container:only-child > .mm-quota {
    flex-grow: initial;
  }
}

.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota > .mm-recommendation {
  margin-top: -7px;
  display: inline-block;
  color: #666666;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: initial;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota > .mm-recommendation:first-child {
  color: black;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota > .mm-recommendation:first-child {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-star-container > .mm-quota > .mm-recommendation {
    margin-top: -5px;
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-quote {
  order: 1;
  width: 100%;
  margin: 0 25px 10px 0;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #666666;
  line-height: 25px;
  font-style: italic;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-quote {
    margin: 5px 0 25px 0;
    max-width: 600px;
    order: 2;
    width: 50%;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-quote {
    margin: 5px 30px 10px 0;
  }
}
.lt-ie9 .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-quote {
  margin: 5px 30px 10px 0;
}
.m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-additional-text {
  order: 2;
  color: #666666;
  margin-bottom: 30px;
  text-align: right;
  margin-right: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi-ves > .mm-valid > .mm-rating-content > .mm-additional-text {
    position: absolute;
    right: 0;
    bottom: -5px;
    margin-bottom: 0;
    text-align: initial;
  }
}
.m-basic-rating--ekomi-ves > .mm-fail {
  background-color: #cc3333;
  color: #fff;
  line-height: 1.125rem;
  margin: 8px 0 20px;
  min-height: 50px;
  padding: 12px 10px 6px 40px;
  position: relative;
}
.m-basic-rating--ekomi-ves > .mm-fail:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 21.7514124294%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.m-basic-rating--ekomi-ves > .mm-fail > p {
  margin: 0;
}
.m-basic-rating--ekomi-ves > .mm-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.m-basic-rating--ekomi-ves.is-loaded > .mm-loader {
  display: none;
}

.m-basic-rating--ekomi-ves > .mm-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -40px 0 0 -34px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* m-basic-rating */
.m-basic-rating--ekomi {
  position: relative;
  min-height: 160px;
  background: #f3f3f4;
  padding: 20px;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi > .mm-valid > .mm-rating-content {
    flex-direction: row;
  }
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container {
  margin: 0 10px 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container {
    flex-grow: 1;
  }
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > .mm-label {
  font-weight: bolder;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div {
  white-space: nowrap;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div:not(.mm-label) {
  margin-left: -10px;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi {
  height: 26px;
  width: 26px;
  display: inline-block;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi:before {
  position: absolute;
  content: "";
  margin-top: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 8.8531187123% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-10:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 11.804158283% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-20:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 14.7551978538% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-30:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 17.7062374245% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-40:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 20.6572769953% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-50:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 23.6083165661% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-60:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 26.5593561368% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-70:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 29.5103957076% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-80:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 32.4614352783% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-90:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 35.4124748491% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-star-container > div > .mm-star--ekomi-full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 43px;
  background-position: 38.3635144199% 99.9294283698%;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-quota {
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 10px;
  white-space: nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-quota {
    margin-bottom: 0;
    flex-grow: 1;
  }
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-quota > .mm-recommendation {
  margin-top: -4px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-quota > .mm-recommendation {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-quota > .mm-reviews {
  padding-left: 5px;
  font-weight: normal;
}
.m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-ekomi-logo {
  margin: 5px 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--ekomi > .mm-valid > .mm-rating-content > .mm-ekomi-logo {
    flex-grow: 1;
    position: relative;
    top: -10px;
    margin: 0;
  }
}
.m-basic-rating--ekomi > .mm-fail {
  background-color: #cc3333;
  color: #fff;
  line-height: 1.125rem;
  margin: 8px 0 20px;
  min-height: 50px;
  padding: 12px 10px 6px 40px;
  position: relative;
}
.m-basic-rating--ekomi > .mm-fail:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 21.7514124294%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.m-basic-rating--ekomi > .mm-fail > p {
  margin: 0;
}
.m-basic-rating--ekomi > .mm-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.m-basic-rating--ekomi.is-loaded > .mm-loader {
  display: none;
}

.m-basic-rating--ekomi > .mm-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -40px 0 0 -34px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 68px;
  height: 68px;
  background-position: 76.3435582822% 45.8333333333%;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* m-basic-rating */
.m-basic-rating--user {
  background: transparent;
  padding: 0;
}
.mm-result-list .m-basic-rating--user {
  display: inline-block;
}
.m-basic-rating--user > .mm-rating-content {
  display: flex;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-rating--user > .mm-rating-content {
    flex-direction: row;
  }
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container {
  margin: 0px 10px 1px -10px;
  display: flex;
  flex-flow: row wrap;
  max-height: 35px;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > .mm-label {
  font-weight: bolder;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 27px;
  line-height: 1.6875rem;
  display: inline-block;
  margin-right: 25px;
}
.m-basic-table .m-basic-rating--user > .mm-rating-content > .mm-star-container {
  margin: 0 0 -9px -10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-rating--user > .mm-rating-content > .mm-star-container {
    flex-flow: row nowrap;
  }
}
.lt-ie9 .m-basic-rating--user > .mm-rating-content > .mm-star-container {
  flex-flow: row nowrap;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div {
  display: flex;
  flex-flow: row nowrap;
}
.m-adac-maps .m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star {
  display: none;
}
.m-basic-rating.is-clickable .m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star {
  cursor: pointer;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 16.3250883392%;
  position: absolute;
}
.m-adac-maps .m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star--full {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 19.5053003534%;
}
.m-adac-maps .m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star--half {
  display: none;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star--half:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 35.6183745583%;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 19.5053003534%;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-star.is-clickable {
  cursor: pointer;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-circle {
  width: 33px;
  height: 28px;
  display: inline-block;
  position: relative;
  margin-top: -3px;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-circle:before {
  content: "";
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 3.323903819%;
  top: -6px;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-circle--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 6.5770862801%;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-circle--half:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 9.8302687412%;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > div > .mm-circle:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 6.5770862801%;
}
.m-basic-rating--user > .mm-rating-content > .mm-star-container > .mm-rating-sum {
  max-width: 100%;
  display: block;
  margin: 2px 0 0 17px;
  color: #000;
  font-weight: bold;
}
.m-basic-rating--user.m-basic-rating--green > .mm-rating-content > .mm-star-container > div > .mm-star:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 29.1371994342%;
}
.m-basic-rating--user.m-basic-rating--green > .mm-rating-content > .mm-star-container > div > .mm-star--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 25.9363957597%;
}
.m-basic-rating--user.m-basic-rating--green > .mm-rating-content > .mm-star-container > div > .mm-star:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 25.9363957597%;
}
.m-basic-rating--user.m-basic-rating--blue > .mm-rating-content > .mm-star-container > div > .mm-star:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-position: 88.1101410343% 29.1371994342%;
}
.m-basic-rating--user.m-basic-rating--blue > .mm-rating-content > .mm-star-container > div > .mm-star--full:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 25.9363957597%;
}
.m-basic-rating--user.m-basic-rating--blue > .mm-rating-content > .mm-star-container > div > .mm-star:first-child:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 46px;
  height: 45px;
  background-position: 88.1101410343% 25.9363957597%;
}

/* m-basic-socialshare--quiz */
.m-basic-socialshare--quiz {
  padding-top: 0;
  border-top: 0;
  display: flex;
  justify-content: flex-end;
  min-height: 42px;
  padding-right: 40px;
  border-bottom: 1px solid #fff;
}
.m-basic-socialshare--quiz > .shariff {
  height: 30px;
}
.m-basic-socialshare--quiz > .shariff > .theme-grey > li {
  margin-bottom: 0;
}

/* m-basic-table--borderless */
.m-basic-table--borderless {
  width: 100%;
}
.m-basic-table--borderless tbody > tr {
  background: #fff;
  border: 0;
}
.m-basic-table--borderless tbody > tr:first-child {
  border: 0;
}
.m-basic-table--borderless tbody > tr:nth-child(even) {
  background-color: #fff;
}
.m-basic-table--borderless tbody > tr > td {
  border: 0;
  text-align: left;
  padding: 5px 30px;
}
.m-basic-table--borderless tbody > tr > td:first-child {
  border: 0;
  text-align: left;
  width: 180px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--borderless tbody > tr > td:first-child {
    width: 145px;
  }
}
@media only screen and (min-width: 88.75em) {
  .m-basic-table--borderless tbody > tr > td:first-child {
    width: 180px;
  }
}

/* m-basic-table--break */
.m-basic-table--break > tbody > tr > td .mm-tac-smartphone {
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td .mm-tac-smartphone {
    text-align: left;
  }
}
.m-basic-table--break > tbody > tr:nth-last-child(2) {
  border-color: transparent;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr:nth-last-child(2) {
    border-color: #E5E5E5;
  }
}
.m-basic-table--break > tbody > tr:nth-last-child(2):not(.is-active) .js-toggle-controller {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr.mm-toggle-row {
    display: none;
  }
}
@media print {
  .m-basic-table--break > tbody > tr.mm-toggle-row {
    display: table-row !important;
  }
}
.m-basic-table--break > tbody > tr.mm-toggle-row:last-child {
  border-bottom: 0;
}
.m-basic-table--break > tbody > tr.mm-toggle-row:last-child > td .mm-toggle-close {
  margin-bottom: 1px;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td {
  padding: 0;
  border: 0;
}
@media print {
  .m-basic-table--break > tbody > tr.mm-toggle-row > td {
    padding: 0 20px;
  }
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content {
  display: none;
  margin: 0 0 -1px 0;
}
.m-basic-table--break > tbody > tr.mm-toggle-row:last-child > td > .mm-toggle-row-content {
  border-bottom: 0;
}

@media print {
  .m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content {
    display: block !important;
  }
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .mm-toggletext-content {
  max-width: inherit !important;
  padding: 10px;
  background: #fff;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > table > tbody > tr td,
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > table > tbody > tr th {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > table > tbody > tr td,
  .m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > table > tbody > tr th {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .js-lightbox {
  display: block;
  padding: 10px;
  border-top: 0;
  background: #fff;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .js-lightbox.a-basic-link {
  padding: 10px 10px 10px 18px;
  margin-left: 10px;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .js-lightbox.a-basic-link:before {
  top: -1px;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .js-lightbox:focus {
  outline: none;
}
.m-basic-table--break > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .mm-toggle-close {
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-basic-table--break.m-basic-table--ruf-weather > tbody > tr.mm-toggle-row > td > .mm-toggle-row-content > .mm-toggle-close {
  background: #fff;
  border-top: none;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td > .mm-toggletext-head {
    position: relative;
    left: -3px;
    padding: 0 0 0 15px;
    font-weight: bold;
    cursor: pointer;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td > .mm-toggletext-head:before {
    content: "";
    display: inline-block;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 94.0952380952% 80.790960452%;
    width: 44px;
    left: -16px;
    position: absolute;
    top: -11px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td > .mm-toggletext-head.is-active:before {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 87.9919517103% 81.9209039548%;
    width: 44px;
    height: 26px;
    top: 2px;
    left: -15px;
  }
}
.m-basic-table--break > tbody > tr > td > .mm-toggletext-content {
  height: 0;
  overflow: hidden;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td > .mm-toggletext-content {
    display: none;
    height: auto;
    overflow: visible;
    padding: 0 0 0 13px;
  }
}
.m-basic-table--break > tbody > tr > td .mm-tac-smartphone--center {
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break > tbody > tr > td .mm-tac-smartphone--center {
    text-align: center;
  }
}
.m-basic-table--break .mm-hide-all {
  display: none !important;
}
.m-basic-table--break .mm-hide-phone {
  display: none !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .mm-hide-phone {
    display: table-cell !important;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .mm-hide-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-table--break .mm-hide-desktop {
    display: none !important;
  }
}
.lt-ie9 .m-basic-table--break .mm-hide-desktop {
  display: none !important;
}
.m-basic-table--break .mm-colspan-full-sibling {
  display: none !important;
}
.m-basic-table--break .mm-colspan-full-sibling.js-colspan-full-sibling-tablet {
  display: table-cell !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .mm-colspan-full-sibling.js-colspan-full-sibling-tablet {
    display: none !important;
  }
}
.m-basic-table--break .mm-colspan-full-sibling.js-colspan-full-sibling-desktop {
  display: table-cell !important;
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-table--break .mm-colspan-full-sibling.js-colspan-full-sibling-desktop {
    display: none !important;
  }
}
.lt-ie9 .m-basic-table--break .mm-colspan-full-sibling.js-colspan-full-sibling-desktop {
  display: none !important;
}
.m-basic-table--break .js-toggle-controller {
  padding-left: 30px;
  cursor: pointer;
  font-weight: bold;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .js-toggle-controller {
    padding-left: 10px;
    background: 0;
    cursor: default;
    font-weight: normal;
  }
}
.m-basic-table--break .js-toggle-controller:before {
  content: "";
  display: inline-block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  width: 44px;
  top: 4px;
  position: absolute;
  left: -8px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .js-toggle-controller:before {
    background: none;
  }
}
.m-basic-table--break .js-toggle-controller.is-active:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 75.7062146893%;
  width: 44px;
  top: 4px;
  left: -10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--break .js-toggle-controller.is-active:before {
    background: none;
  }
}
.m-basic-table--break.m-basic-table--detail .mm-toggle-close {
  position: relative;
}
.m-basic-table--break.m-basic-table--detail .mm-toggle-close .a-basic-link--left {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* m-basic-table--clone */
.m-basic-table--clone {
  position: relative !important;
  margin: 0;
}

/* m-basic-table--compare-mgl */
.m-basic-table--compare-mgl > tbody > tr {
  background: #fff !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare-mgl > tbody > tr > td {
    min-width: 0;
  }
}
.m-basic-table--compare-mgl > thead > tr:nth-child(2) {
  background: #fff !important;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare-mgl > thead > tr > th {
    min-width: 0;
  }
}

/* m-basic-table--compare-result */
.m-basic-table--compare-result {
  margin-right: -15px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare-result {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-table--compare-result {
    margin-right: -40px;
  }
}
.lt-ie9 .m-basic-table--compare-result {
  margin-right: -40px;
}
.m-basic-table--compare-result > tbody > tr td {
  min-width: 0;
  padding: 15px 20px;
}
.m-basic-table--compare-result > thead > tr th {
  min-width: 0;
  padding: 15px 20px;
}
.m-basic-table--compare-result a.a-basic-btn.product-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: "Aptos", "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.m-basic-table--compare-result a.a-basic-link.default-product-link {
  margin-left: 2px;
}

/* m-basic-table--compare */
.m-basic-table--compare > thead > tr.h-smartphone-only:first-child,
.m-basic-table--compare > tbody > tr.h-smartphone-only:first-child {
  border-top: 0;
}
.m-basic-table--compare > thead > tr.mm-compare-footline,
.m-basic-table--compare > tbody > tr.mm-compare-footline {
  padding-left: 10px;
}
.m-basic-table--compare > thead > tr > th,
.m-basic-table--compare > thead > tr > td,
.m-basic-table--compare > tbody > tr > th,
.m-basic-table--compare > tbody > tr > td {
  padding: 10px 5px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > thead > tr > th,
  .m-basic-table--compare > thead > tr > td,
  .m-basic-table--compare > tbody > tr > th,
  .m-basic-table--compare > tbody > tr > td {
    text-align: left;
    padding: 10px;
    min-width: 165px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > thead > tr > th:first-child,
  .m-basic-table--compare > thead > tr > td:first-child,
  .m-basic-table--compare > tbody > tr > th:first-child,
  .m-basic-table--compare > tbody > tr > td:first-child {
    padding-left: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > thead > tr > th:last-child,
  .m-basic-table--compare > thead > tr > td:last-child,
  .m-basic-table--compare > tbody > tr > th:last-child,
  .m-basic-table--compare > tbody > tr > td:last-child {
    padding-right: 10px;
  }
}
.m-basic-table--compare > thead > tr:not(.h-smartphone-only) > th:nth-child(1), .m-basic-table--compare > thead > tr:not(.h-smartphone-only) > td:nth-child(1), .m-basic-table--compare > tbody > tr:not(.h-smartphone-only) > th:nth-child(1), .m-basic-table--compare > tbody > tr:not(.h-smartphone-only) > td:nth-child(1) {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > thead > tr:not(.h-smartphone-only) > th:nth-child(1), .m-basic-table--compare > thead > tr:not(.h-smartphone-only) > td:nth-child(1), .m-basic-table--compare > tbody > tr:not(.h-smartphone-only) > th:nth-child(1), .m-basic-table--compare > tbody > tr:not(.h-smartphone-only) > td:nth-child(1) {
    display: table-cell;
  }
}

.m-basic-table--compare > thead > tr > th:nth-child(2),
.m-basic-table--compare > thead > tr > td:nth-child(2),
.m-basic-table--compare > tbody > tr > th:nth-child(2),
.m-basic-table--compare > tbody > tr > td:nth-child(2) {
  background: #f3f3f4;
}
.m-basic-table--compare > thead > tr.mm-compare-footline > th, .m-basic-table--compare > thead > tr.mm-compare-footline > td, .m-basic-table--compare > tbody > tr.mm-compare-footline > th, .m-basic-table--compare > tbody > tr.mm-compare-footline > td {
  padding-top: 4px;
  padding-left: 10px;
  background: #fff;
  text-align: left;
  border: 0;
}

.m-basic-table--compare > thead > tr > th.js-compare-head,
.m-basic-table--compare > thead > tr > td.js-compare-head,
.m-basic-table--compare > tbody > tr > th.js-compare-head,
.m-basic-table--compare > tbody > tr > td.js-compare-head {
  padding: 15px 10px 5px 10px;
  text-align: left;
  background: #fff;
}
.js-basic-table-header-clone-wrap.is-sticky-header .m-basic-table--compare > thead > tr > th.js-compare-head,
.js-basic-table-header-clone-wrap.is-sticky-header .m-basic-table--compare > thead > tr > td.js-compare-head,
.js-basic-table-header-clone-wrap.is-sticky-header .m-basic-table--compare > tbody > tr > th.js-compare-head,
.js-basic-table-header-clone-wrap.is-sticky-header .m-basic-table--compare > tbody > tr > td.js-compare-head {
  display: none;
}
.m-basic-table--compare > thead > tr > th.js-compare-head > strong,
.m-basic-table--compare > thead > tr > td.js-compare-head > strong,
.m-basic-table--compare > tbody > tr > th.js-compare-head > strong,
.m-basic-table--compare > tbody > tr > td.js-compare-head > strong {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.h-roboto .m-basic-table--compare > thead > tr > th.js-compare-head > strong,
.h-roboto .m-basic-table--compare > thead > tr > td.js-compare-head > strong,
.h-roboto .m-basic-table--compare > tbody > tr > th.js-compare-head > strong,
.h-roboto .m-basic-table--compare > tbody > tr > td.js-compare-head > strong {
  font-family: "Roboto", sans-serif;
}
.m-basic-table--compare > thead > tr > th.mm-compare-subhead,
.m-basic-table--compare > thead > tr > td.mm-compare-subhead,
.m-basic-table--compare > tbody > tr > th.mm-compare-subhead,
.m-basic-table--compare > tbody > tr > td.mm-compare-subhead {
  padding-left: 10px;
  text-align: left;
}
.m-basic-table--compare > thead > tr > th .mm-phone-small,
.m-basic-table--compare > thead > tr > td .mm-phone-small,
.m-basic-table--compare > tbody > tr > th .mm-phone-small,
.m-basic-table--compare > tbody > tr > td .mm-phone-small {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.h-roboto .m-basic-table--compare > thead > tr > th .mm-phone-small,
.h-roboto .m-basic-table--compare > thead > tr > td .mm-phone-small,
.h-roboto .m-basic-table--compare > tbody > tr > th .mm-phone-small,
.h-roboto .m-basic-table--compare > tbody > tr > td .mm-phone-small {
  font-family: "Roboto", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--compare > thead > tr > th .mm-phone-small,
  .m-basic-table--compare > thead > tr > td .mm-phone-small,
  .m-basic-table--compare > tbody > tr > th .mm-phone-small,
  .m-basic-table--compare > tbody > tr > td .mm-phone-small {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .h-roboto .m-basic-table--compare > thead > tr > th .mm-phone-small,
  .h-roboto .m-basic-table--compare > thead > tr > td .mm-phone-small,
  .h-roboto .m-basic-table--compare > tbody > tr > th .mm-phone-small,
  .h-roboto .m-basic-table--compare > tbody > tr > td .mm-phone-small {
    font-family: "Roboto", sans-serif;
  }
}
.m-basic-table--compare > thead > tr.h-smartphone-only {
  border-top: none;
}
.m-basic-table--compare > thead > tr.h-smartphone-only th.js-compare-head {
  border-left: none;
  border-right: none;
}
.m-basic-table--compare > thead > tr > th {
  padding-top: 30px;
  padding-bottom: 5px;
}
.m-basic-table--compare.is-cloned > thead > tr > th:first-child {
  border-left: 0;
}

@media only screen and (min-width: 64.0625em) {
  .m-basic-table--compare > thead > tr > th {
    padding-bottom: 10px;
  }
}
.lt-ie9 .m-basic-table--compare > thead > tr > th {
  padding-bottom: 10px;
}

/* m-basic-table--break */
.m-basic-table--hide-head {
  margin-bottom: 0;
  margin-top: -11px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--hide-head {
    margin-top: 0;
  }
}
.m-basic-table--hide-head thead {
  display: none;
}

/* m-basic-table--no-border */
.m-basic-table--no-border > tbody > tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.m-basic-table--no-border.m-basic-table--white > tbody > tr:last-child {
  border-bottom: 2px solid #E5E5E5;
}

.js-basic-table-wrap {
  margin: 0;
  padding-top: 0;
}

/* m-basic-table--ruf-weather */
.m-basic-table--ruf-weather tr > th,
.m-basic-table--ruf-weather tr > td {
  padding: 15px;
}
.m-basic-table--ruf-weather tr > th > img,
.m-basic-table--ruf-weather tr > td > img {
  max-height: 60px;
}

/* m-basic-table--simple */
.m-basic-table--simple {
  width: 100%;
}
.m-basic-table--simple tr {
  background: #fff;
}
.m-basic-table--simple tr:nth-child(odd) {
  background: #fff;
}
.m-basic-table--simple tr:nth-child(even) {
  background: #fff;
}
.m-basic-table--simple tr td {
  border-right: 0;
  text-align: left;
  padding: 5px 0px;
  padding-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--simple tr td {
    padding-left: 10px;
  }
}
.m-basic-table--simple tr td:first-child {
  border-left: 0;
  text-align: left;
  width: 50%;
}
.m-basic-table--simple tr td:last-child {
  position: relative;
  padding-right: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--simple tr td:last-child {
    padding-left: 0;
  }
}

.l-lightbox .m-basic-table--simple {
  padding-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .l-lightbox .m-basic-table--simple {
    padding-right: 0px;
  }
}

/* m-basic-table--tests */
.m-basic-table--tests > thead > tr > th {
  white-space: nowrap;
}
.m-basic-table--tests > tbody > tr.is-active + .mm-toggle-row {
  border-bottom: 0;
}
.m-basic-table--tests > tbody > tr > td:first-child {
  width: 42px;
  max-width: 42px;
  overflow: hidden;
}
.m-basic-table--tests > tbody > tr > td:first-child > .a-basic-input-checkbox {
  margin-top: 0;
}
.m-basic-table--tests > tbody > tr > td.mm-product-cell {
  position: relative;
}
.m-basic-table--tests > tbody > tr > td.mm-product-cell > .mm-product-cell-inner {
  display: flex;
}
.m-basic-table--tests > tbody > tr > td.mm-product-cell > .mm-product-cell-inner .mm-stopper-wrapper {
  border: none;
}
.m-basic-table--tests > tbody > tr > td.mm-product-cell > .mm-product-cell-inner > .mm-table-link-wrapper {
  display: inline-block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table--tests > tbody > tr > td.mm-product-cell > .mm-product-cell-inner > .mm-table-link-wrapper {
    width: 120px;
  }
}
.m-basic-table--tests > tbody > tr > td.mm-size-cell {
  min-width: 100px;
  overflow: hidden;
}

/* m-basic-table--us */
.m-basic-table--us {
  width: 100%;
}
.m-basic-table--us.is-cloned-header {
  margin-bottom: 40px;
}
.m-basic-table--us > thead > tr {
  border: none;
}
.m-basic-table--us > thead > tr:first-child {
  border: none;
}
.m-basic-table--us > thead > tr > th {
  background: none;
  border: none;
  text-align: left;
}
.m-basic-table--us > thead > tr > th:first-child {
  border: none;
}
.m-basic-table--us > thead > tr > th:last-child {
  border: none;
}
.m-basic-table--us > tbody tr td:first-child {
  border-right: none;
  border-left: none;
}
.m-basic-table--us > tbody tr td:last-child {
  padding-right: 40px;
  text-align: right;
}
.m-basic-table--us > tbody tr td {
  border-right: none;
  border-left: none;
}

/* m-basic-table--white */
.m-basic-table--white > tbody tr:nth-child(even) {
  background-color: #fff;
}
.m-basic-table--white > tbody tr:not(:last-child) {
  border-bottom: 2px solid #E5E5E5;
}
.m-basic-table--white > tbody tr.mm-subheading ~ tr:nth-child(odd) {
  background-color: #fff !important;
}
.m-basic-table--white > tbody tr.mm-subheading ~ tr:nth-child(even) {
  background-color: #fff !important;
}

.m-basic-table-restyle--separate-header > .mm-table thead > tr > th {
  text-align: center;
}
.m-basic-table-restyle--separate-header > .mm-table thead > tr > th:first-child {
  display: none;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle--separate-header > .mm-table thead > tr > th:first-child {
    display: table-cell;
  }
}
.m-basic-table-restyle--separate-header > .mm-table thead > tr > th.js-separate {
  display: table-cell;
  padding-bottom: 0;
}
.m-basic-table-restyle--separate-header > .mm-table thead > tr.is-tablet-hidden {
  border-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle--separate-header > .mm-table thead > tr.is-tablet-hidden {
    display: none;
  }
}
.m-basic-table-restyle--separate-header > .mm-table tbody tr:last-child {
  border-bottom: 0;
}
.m-basic-table-restyle--separate-header > .mm-table tbody tr.is-tablet-hidden {
  border-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle--separate-header > .mm-table tbody tr.is-tablet-hidden {
    display: none;
  }
}
.m-basic-table-restyle--separate-header > .mm-table tbody tr > td {
  vertical-align: middle;
  text-align: center;
}
.m-basic-table-restyle--separate-header > .mm-table tbody tr > td:first-child {
  display: none;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-table-restyle--separate-header > .mm-table tbody tr > td:first-child {
    display: table-cell;
  }
}
.m-basic-table-restyle--separate-header > .mm-table tbody tr > td.js-separate {
  display: table-cell;
  padding-bottom: 0;
}

/* m-basic-teaser-across--grey */
.m-basic-teaser-across--grey > article > .mm-article-content {
  background-color: #ededed;
}

/* m-basic-teaser-across--incontent */
.m-basic-teaser-across--incontent {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0;
  background: #fff !important;
}
.m-basic-teaser-across--incontent > article {
  width: 289px;
}
.m-basic-teaser-across--incontent > article > .mm-article-content {
  height: 86px;
  background: #fff;
}
.m-basic-teaser-across--incontent > article > .mm-article-content > .mm-header {
  padding: 7px 0;
}
.m-basic-teaser-across--incontent > article > .mm-article-content .a-basic-link {
  background-position: -10px -2px;
}
.m-basic-teaser-across--incontent > article > figure {
  height: 113px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-across--incontent > article > figure > a > img {
    height: 113px;
    width: 289px;
  }
}
.o-basic-banderole .m-basic-teaser-across--incontent {
  padding-top: 0;
  padding-bottom: 0;
}
.o-basic-banderole .m-basic-teaser-across--incontent.mm-first {
  padding-left: 0;
}
.o-basic-banderole .m-basic-teaser-across--incontent.mm-last {
  padding-right: 0;
}

/* m-basic-teaser-across--rating */
.l-main-content .m-basic-teaser-across--rating {
  background: none;
}
.l-main-content .m-basic-teaser-across--rating:first-child {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.m-basic-teaser-across--rating > article {
  width: 201px;
  background: none;
  border: 1px solid #afafaf;
  border-left: none;
}
.m-basic-teaser-across--rating > article > header {
  padding: 10px;
  border-bottom: 1px solid #afafaf;
}
.m-basic-teaser-across--rating > article > header > .mm-rating-header {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 20px;
}
.m-basic-teaser-across--rating > article > header .a-basic-rating {
  margin-right: 0;
}
.m-basic-teaser-across--rating > article > section {
  padding: 10px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 20px;
  border-bottom: 1px solid #afafaf;
}
.m-basic-teaser-across--rating > article > section > .a-basic-rating {
  margin-bottom: 0;
}
.m-basic-teaser-across--rating > article > figure {
  height: auto;
}
.m-basic-teaser-across--rating > article > figure.is-empty {
  width: 200px;
  height: 200px;
}
.m-basic-teaser-across--rating > article > figure > a > img {
  width: 200px;
  height: auto;
}
.m-basic-teaser-across--rating > article .mm-article-content {
  background: none;
  border-top: 1px solid #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
}

/* m-basic-teaser-across--reduced */
.m-basic-teaser-across--reduced {
  background: #fff !important;
  border-bottom: 1px solid #cccccc;
}
.o-basic-banderole .m-basic-teaser-across--reduced.mm-first {
  margin-left: 0;
  padding-left: 0;
}
.o-basic-banderole .m-basic-teaser-across--reduced.mm-last {
  margin-right: 0;
  padding-right: 0;
}
.m-basic-teaser-across--reduced > article .mm-article-content {
  background: #fff;
}
.m-basic-teaser-across--reduced > article .mm-article-content .mm-link {
  border-bottom: none;
  padding: 6px 10px 16px 10px;
}

/* m-basic-teaser-across--white */
.m-basic-teaser-across--white > article > .mm-article-content {
  background-color: #fff;
}
.m-basic-teaser-across--white > article > .mm-footer {
  background-color: #fff;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-box--padding {
    padding: 35px 60px;
  }
}

.m-basic-teaser-product--banderole {
  margin: 0;
  padding: 0;
  border: none;
}
.m-basic-teaser-product--banderole > .mm-wrap {
  margin: 0;
}
.m-basic-teaser-product--banderole > .mm-wrap > .mm-box {
  margin: 0 15px 0 0;
}
.m-basic-teaser-product--banderole > .mm-wrap > .mm-box > .mm-main {
  background: none;
}
.m-basic-teaser-product--banderole > .mm-wrap > .mm-box > .mm-main > .mm-top {
  height: inherit;
  border: none;
}
.m-basic-teaser-product--banderole > .mm-wrap > .mm-box > .mm-main > .mm-top > header > h2 {
  padding: 0 20px 0 0;
}
.m-basic-teaser-product--banderole > .mm-wrap > .mm-box > .mm-main > .mm-top > header > h2 > a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
}

/* m-basic-teaser-wrapper */
.m-basic-teaser-wrapper--calculator .m-wrapper {
  text-align: center;
  max-width: 525px;
}
.m-basic-teaser-wrapper--calculator .m-wrapper .mm-teaser-headline {
  max-width: none;
  font-size: 16px;
}

/* m-basic-teaser-wrapper-ves */
@media only screen and (min-width: 64.0625em) {
  .m-basic-teaser-wrapper-ves--uneven > .mm-wrapper {
    align-items: flex-end;
  }
}
.lt-ie9 .m-basic-teaser-wrapper-ves--uneven > .mm-wrapper {
  align-items: flex-end;
}
.m-basic-teaser-wrapper-ves--uneven > .mm-wrapper > .mm-item {
  justify-content: flex-start;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 5px solid #ffcc00;
}

/* m-basic-text--alignright */
.m-basic-text--alignright {
  text-align: right;
}

/* m-basic-text--asidesmall */
.m-basic-text--asidesmall > .mm-flex > .mm-aside {
  width: auto;
  min-width: 100px;
  margin-right: 20px;
  float: left;
}
.m-basic-text--asidesmall > .mm-flex > .mm-content {
  max-width: 700px;
}

/* m-basic-text--background */
.m-basic-text--background {
  background: #ededed;
  padding: 40px;
  border-radius: 10px;
}

/* m-basic-text--border-top */
.m-basic-text--border-top {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

/* m-basic-text--border */
.m-basic-text--border {
  border: 1px solid rgba(0, 0, 0, 0.42);
  padding: 20px;
  border-radius: 8px;
}

/* m-basic-text--center */
.m-basic-text--center {
  text-align: center;
}
.m-basic-text--center > .mm-content {
  max-width: 100%;
}
.m-basic-text--center > .mm-content > p {
  max-width: 100%;
}
.m-basic-text--center h3 {
  max-width: none;
}

/* m-basic-text--copy-big */
@media print, only screen and (min-width: 48em) {
  .m-basic-text--copy-big > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* m-basic-text--crashtest */
@media print, only screen and (min-width: 48em) {
  .m-basic-text--crashtest .mm-flex .mm-aside {
    width: 30%;
  }
}
.m-basic-text--crashtest .mm-flex .mm-aside > figure .mm-ratio-container {
  display: flex;
}
.m-basic-text--crashtest .mm-flex .mm-aside > figure .mm-ratio-container > picture > img {
  max-width: 100%;
  height: auto;
}

/* m-basic-text--error */
.m-basic-text--error {
  color: #cc3333;
}

/* m-basic-text--grey */
.m-basic-text--grey {
  color: #666666;
}

/* m-basic-text--width-auto-center */
.m-basic-text--width-auto-center > .mm-flex > .mm-aside {
  width: 50%;
}
.m-basic-text--width-auto-center > .mm-flex > .mm-aside > figure > .mm-ratio-container {
  display: flex;
  justify-content: center;
}
.m-basic-text--width-auto-center > .mm-flex > .mm-aside > figure > .mm-ratio-container > picture {
  position: relative;
}
.m-basic-text--width-auto-center > .mm-flex > .mm-aside > figure > .mm-ratio-container > picture > img {
  width: auto;
}

/* m-basic-text--left */
.m-basic-text--left .mm-flex {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--left .mm-flex .mm-aside {
    float: left;
  }
}

/* m-basic-text--leftreverse */
@media print, only screen and (min-width: 48em) {
  .m-basic-text--leftreverse .mm-flex {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--leftreverse .mm-flex .mm-aside {
    float: right;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text--leftreverse .mm-flex .mm-aside {
    margin: 0 40px 0 0;
  }
}
.lt-ie9 .m-basic-text--leftreverse .mm-flex .mm-aside {
  margin: 0 40px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--leftreverse .mm-flex .mm-aside + .mm-content {
    float: none;
    width: inherit;
  }
}
.m-basic-text--leftreverse .mm-flex--row-reverse {
  flex-direction: row;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--leftreverse .mm-flex--row-reverse {
    display: flex;
  }
}
.m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse > .mm-content {
    width: 50%;
    padding-right: 20px;
  }
}
.m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse > .mm-content > p {
  display: block;
  width: calc(100% - 1px);
  overflow: hidden;
}
.m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse > .mm-content > p > strong {
  display: block;
  max-width: 400px;
}
.m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse > .mm-aside {
  order: 2;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--leftreverse .mm-flex--row-reverse > .mm-aside {
    width: calc(50% - 20px);
    padding-left: 20px;
  }
}

.m-basic-text--mgldiscountusa .mm-content > ul > li > a {
  text-decoration: none;
}
.m-basic-text--mgldiscountusa .mm-content > ul > li > a:hover {
  text-decoration: underline;
}
.m-basic-text--mgldiscountusa .mm-content > ul > li > a:hover > .a-basic-icon-pdf {
  text-decoration: underline;
}
.m-basic-text--mgldiscountusa .mm-content > ul > li > a > .a-basic-icon-pdf {
  text-decoration: none;
}

/* m-basic-text--mobile-hidden-aside */
.m-basic-text--mobile-hidden-aside .mm-aside {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--mobile-hidden-aside .mm-aside {
    display: block;
  }
}

/* my-adac-confirmation-icon */
.m-basic-text--my-adac-confirmation-icon {
  padding-left: 40px;
  position: relative;
}
.m-basic-text--my-adac-confirmation-icon .mm-lefticon {
  position: absolute;
  left: 0;
  top: -1px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac-confirmation-icon .mm-lefticon {
    top: 2px;
  }
}
.m-basic-text--my-adac-confirmation-icon p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac-confirmation-icon p {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

/* m-basic-text--my-adac */
.l-outer--my-adac .m-basic-text--my-adac {
  margin: 0 0 24px 0;
}
.m-basic-hint--my-adac .m-basic-text--my-adac {
  margin: 0;
  color: #cc3333;
}
.m-basic-hint--my-adac-black .m-basic-text--my-adac {
  color: #333;
}
.m-basic-hint--my-adac-phone .m-basic-text--my-adac {
  margin: 0;
  color: #333;
}
.m-basic-text--my-adac.m-basic-text--my-adac-promotion {
  margin: 0;
}
.m-basic-text--my-adac {
  /*m-basic-text--my-adac-intro */
}
.m-basic-text--my-adac.m-basic-text--my-adac-intro {
  margin: 0 auto;
}
.a-my-adac-list .m-basic-text--my-adac {
  margin-bottom: 10px;
}
.m-basic-text--my-adac {
  /*m-basic-text--my-adac-input */
}
.m-basic-text--my-adac.m-basic-text--my-adac-input {
  margin: 0 auto;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-input {
    max-width: 370px;
  }
}
.m-basic-text--my-adac {
  /*m-basic-text--my-adac-headline */
}
.m-basic-text--my-adac.m-basic-text--my-adac-headline {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-headline {
    max-width: 340px;
  }
}
@media print, only screen and (min-width: 48em) {
  .ll-lightbox-inner.my-adac .m-basic-text--my-adac {
    padding-right: 0;
  }
}
.m-basic-text--my-adac {
  /*m-basic-text--my-adac-layer */
}
.m-basic-text--my-adac.m-basic-text--my-adac-layer {
  margin: 0 0 12px 0;
}
.m-basic-text--my-adac {
  /* m-basic-text--my-adac */
}
.m-basic-text--my-adac.m-basic-text--my-adac-confirmation {
  padding: 0 0 0 40px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-confirmation {
    padding: 0 0 0 45px;
  }
}
.m-basic-text--my-adac.m-basic-text--my-adac-confirmation:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -6px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-basic-text--my-adac {
  /* m-basic-text--my-adac */
}
.m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default {
  padding: 0 0 0 40px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default {
    padding: 0 0 0 45px;
  }
}
.m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default:before {
  display: inline-block;
  position: absolute;
  left: -14px;
  top: -11px;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default:before {
    left: -15px;
    top: -7px;
  }
}
.m-basic-text--my-adac {
  /*m-basic-text--my-adac-content-text */
}
.m-basic-text--my-adac.m-basic-text--my-adac-content-text {
  margin: 0 0 12px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--outofcontent {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text--my-adac.m-basic-text--outofcontent {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.lt-ie9 .m-basic-text--my-adac.m-basic-text--outofcontent {
  margin-left: -100px;
  margin-right: -100px;
}
.m-basic-text--my-adac.m-basic-text--outofcontent > h3 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.m-basic-text--my-adac.m-basic-text--outofcontent > p {
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.m-basic-text--my-adac > h1,
.m-basic-text--my-adac > .h-h1 {
  text-align: center;
  padding: 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  max-width: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac > h1,
  .m-basic-text--my-adac > .h-h1 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.m-basic-text--my-adac.m-basic-text--my-adac-intro > h1, .m-basic-text--my-adac.m-basic-text--my-adac-intro > .h-h1 {
  text-align: center;
}

.l-outer--my-adac .m-basic-text--my-adac > h1,
.l-outer--my-adac .m-basic-text--my-adac > .h-h1 {
  margin-bottom: 0;
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac .m-basic-text--my-adac > h1,
  .l-outer--my-adac .m-basic-text--my-adac > .h-h1 {
    margin-bottom: 24px;
  }
}
.m-my-adac-stage .m-basic-text--my-adac > h1,
.m-my-adac-stage .m-basic-text--my-adac > .h-h1 {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage .m-basic-text--my-adac > h1,
  .m-my-adac-stage .m-basic-text--my-adac > .h-h1 {
    margin-bottom: 10px;
  }
}
@media print, only screen and (min-width: 48em) {
  .l-outer--my-adac-content .m-basic-text--my-adac > h1,
  .l-outer--my-adac-content .m-basic-text--my-adac > .h-h1 {
    margin-left: auto;
    margin-right: auto;
  }
}
.m-basic-text--my-adac > h1:only-child,
.m-basic-text--my-adac > .h-h1:only-child {
  margin-bottom: 0;
}
.m-basic-text--my-adac.m-basic-text--my-adac-promotion > h2 {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 2px;
}

.m-basic-text--my-adac.m-basic-text--my-adac-intro > h2 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 780px;
  text-align: center;
  margin: 0 auto 44px auto;
}

.m-basic-text--my-adac.m-basic-text--my-adac-content-headline > h2 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-content-headline > h2 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.m-basic-text--my-adac.m-basic-text--my-adac-content > h2 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-content > h2 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.m-basic-text--my-adac > h3 {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0;
  margin-bottom: 12px;
}
.m-basic-text--my-adac.m-basic-text--my-adac-promotion > h3 {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 2px;
}

.m-basic-text--my-adac.m-basic-text--my-adac-intro > h3 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  max-width: 780px;
  text-align: center;
  margin: 0 auto 44px auto;
}

.m-basic-text--my-adac.m-basic-text--my-adac-content > h3 {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-content > h3 {
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.m-my-adac-dashboard-box-layer .m-basic-text--my-adac > h3 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.m-basic-text--my-adac > .mm-content {
  max-width: 100%;
  margin-bottom: initial;
}
.m-basic-text--my-adac > .mm-content > p {
  max-width: 100%;
}
.l-outer--my-adac-content .m-basic-hint--my-adac .m-basic-text--my-adac > p {
  margin-left: 15px;
  margin-right: 0;
}
.m-basic-text--my-adac.m-basic-text--my-adac-text > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.m-basic-text--my-adac.m-basic-text--my-adac-promotion > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.m-basic-text--my-adac.m-basic-text--my-adac-content-text > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.m-basic-text--my-adac.m-basic-text--my-adac-layer > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.m-basic-text--my-adac.m-basic-text--my-adac-confirmation > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-confirmation > p {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #cc3333;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-confirmation-default > p {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.m-my-adac-stage .m-basic-text--my-adac > p {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-stage .m-basic-text--my-adac > p {
    text-align: center;
  }
}
.m-basic-text--my-adac.m-basic-text--my-adac-content-text-centered > p {
  text-align: center;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 10px;
  max-width: 100%;
}

.m-basic-text--my-adac.m-basic-text--my-adac-content-text-tablet-centered > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 10px;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-content-text-tablet-centered > p {
    text-align: center;
  }
}

.m-basic-text--my-adac.m-basic-text--my-adac-content-text-headline-tablet-centered > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--my-adac.m-basic-text--my-adac-content-text-headline-tablet-centered > p {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    text-align: center;
  }
}

.m-basic-text--my-adac.m-basic-text--my-adac-input > p {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.m-basic-text--my-adac.m-basic-text--my-adac-small-center > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
}

.m-basic-text--my-adac.m-basic-text--my-adac-small-grey > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #afafaf;
}
.l-outer--my-adac-dashboard .m-basic-text--my-adac.m-basic-text--my-adac-small-grey > p {
  color: #333;
}

/* m-basic-text--right */
@media print, only screen and (min-width: 48em) {
  .m-basic-text--right .mm-flex {
    display: block;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--right .mm-flex .mm-aside {
    float: right;
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-basic-text--right .mm-flex .mm-aside {
    margin: 0 0 0 40px;
  }
}
.lt-ie9 .m-basic-text--right .mm-flex .mm-aside {
  margin: 0 0 0 40px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--right .mm-flex .mm-aside + .mm-content {
    float: none;
    width: inherit;
  }
}
.m-basic-text--right .mm-flex .mm-aside + .mm-content--half {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--right .mm-flex .mm-aside + .mm-content--half {
    width: calc(50% - 40px);
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-text--right .mm-flex--row-reverse {
    display: flex;
  }
}
.m-basic-text--right .mm-flex--row-reverse > .mm-aside {
  margin-right: 0;
}
.m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse > .mm-content {
    width: 50%;
    padding-right: 20px;
  }
}
.m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse > .mm-content > p {
  display: block;
  width: calc(100% - 1px);
  overflow: hidden;
}
.m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse > .mm-content > p > strong {
  display: block;
  max-width: 400px;
}
.m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse > .mm-aside {
  order: 2;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-teaser-dashboard--full .m-basic-text--right .mm-flex--row-reverse > .mm-aside {
    width: calc(50% - 20px);
    padding-left: 20px;
  }
}

@media print {
  .m-basic-toggle--accordion > .mm-head-wrapper > .mm-head {
    box-shadow: inset 0 0 0 1000px #d7d7d7;
  }
}
@media print {
  .m-basic-toggle--accordion > .mm-head-wrapper > .mm-head:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: -14px;
  }
}
@media print {
  .m-basic-toggle--accordion > .mm-head-wrapper > .mm-head.mm-opened:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: -14px;
  }
}

.m-basic-toggle--arrow-right > .mm-head-wrapper > h3, .m-basic-toggle--arrow-right > .mm-head-wrapper > h4 {
  padding-left: 9px;
}
.m-basic-toggle--arrow-right > .mm-head-wrapper > .mm-head {
  padding: 15px 43px 15px 9px;
}
.m-basic-toggle--arrow-right > .mm-head-wrapper:nth-last-child(2) > .mm-head {
  border-radius: 0;
}

.m-basic-toggle--arrow-right > .mm-head-wrapper > .mm-head:before {
  content: " ";
  position: absolute;
  right: -15px;
  left: unset;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(90deg);
}
.m-basic-toggle--arrow-right > .mm-head-wrapper > .mm-head.mm-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(270deg);
}

.m-basic-toggle--av .mm-head {
  padding-left: 0;
  background: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--av .mm-head {
    padding: 15px 9px 15px 0;
  }
}
.m-basic-toggle--av .mm-head > p {
  padding-left: 70px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--av .mm-head > p {
    padding-left: 75px;
  }
}
.m-basic-toggle--av .mm-head.mm-opened {
  background: none;
}
.m-basic-toggle--av .mm-head.mm-opened + .mm-content {
  padding-left: 35px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--av .mm-head.mm-opened + .mm-content {
    padding-left: 40px;
  }
}

.m-basic-toggle--compare {
  display: block;
  visibility: visible;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--compare {
    display: none;
    visibility: hidden;
  }
}
.m-basic-keywordfilter .m-basic-toggle--compare {
  clear: both;
}
.m-basic-toggle--compare .mm-head {
  position: relative;
  left: -2px;
  padding-left: 20px;
  background-color: transparent;
  background-position: -3px 8px;
}
.m-basic-toggle--compare .mm-head.mm-opened {
  background-color: transparent;
  background-position: -3px 8px;
}
.m-basic-toggle--compare .mm-content .a-basic-input-text {
  padding-top: 0;
  width: calc(100% - 130px);
}
.m-basic-toggle--compare .mm-content--bg {
  background: #ededed;
}

.m-basic-toggle--dashbord-toggle > .mm-head-wrapper.is-open + .mm-content {
  border-left: none;
  border-right: none;
  padding-left: 40px;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper > h3.has-icon, .m-basic-toggle--dashbord-toggle > .mm-head-wrapper > h4.has-icon {
  padding-left: 40px;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper > h3 > .mm-head-icon, .m-basic-toggle--dashbord-toggle > .mm-head-wrapper > h4 > .mm-head-icon {
  position: absolute;
  left: 0;
  top: 14px;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper .mm-head {
  border: unset;
  border-bottom: 1px solid #cccccc;
  padding-left: 0;
  padding-right: 50px;
  border-radius: 0;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper:first-child .mm-head {
  border-radius: 0;
  border-top: 0;
}

.m-basic-toggle--dashbord-toggle > .mm-head-wrapper:nth-last-child(2) .mm-head {
  border-radius: 0;
  border-bottom: 0;
}

.m-basic-toggle--dashbord-toggle > .mm-head-wrapper .mm-head:before {
  left: unset;
  top: 2px;
  right: 0;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper .mm-head.mm-opened {
  border: unset;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper .mm-head.mm-opened + .mm-content {
  border: unset;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 30px 0;
}
.m-basic-toggle--dashbord-toggle > .mm-head-wrapper .mm-head.mm-opened.has-icon + .mm-content {
  padding: 0 0 30px 40px;
}

.m-basic-toggle--flex {
  border-bottom: 1px solid #fff;
}
.m-basic-toggle--flex > .mm-head-wrapper.is-open + .mm-content {
  padding-bottom: 10px;
}
.m-basic-toggle--flex > .mm-head-wrapper.is-open:nth-last-child(2) > .mm-head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.m-basic-toggle--flex > .mm-content {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 0 0 20%;
  width: 100%;
}
.m-basic-toggle--flex > .mm-content > .a-basic-link {
  width: 50%;
  margin-bottom: 3px;
  margin-right: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--flex > .mm-content > .a-basic-link {
    width: 20%;
  }
}

.m-basic-toggle--highlight {
  border: none;
}
.m-basic-toggle--highlight > .mm-head-wrapper.is-open + .mm-content {
  padding: 17px 10px 2px 60px;
}
.m-basic-toggle--highlight > .mm-head-wrapper.is-open + .mm-content:not(:last-child) {
  margin-bottom: 5px;
}
.m-basic-toggle--highlight > .mm-head-wrapper > h3, .m-basic-toggle--highlight > .mm-head-wrapper > h4 {
  padding: 10px 9px 10px 60px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.m-basic-toggle--highlight > .mm-head-wrapper > h3:before, .m-basic-toggle--highlight > .mm-head-wrapper > h4:before {
  width: 40px;
  height: 40px;
  content: "";
  background-color: #ffcc00;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.m-basic-toggle--highlight > .mm-head-wrapper .mm-head {
  border: none;
}
.m-basic-toggle--highlight > .mm-head-wrapper:first-child .mm-head {
  border: none;
}

.m-basic-toggle--highlight > .mm-head-wrapper .mm-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 54.1918175721% 75.0706214689%;
  z-index: 1;
}
.m-basic-toggle--highlight > .mm-head-wrapper .mm-head.mm-opened {
  border-bottom: none;
  margin-bottom: 0;
}
.m-basic-toggle--highlight > .mm-head-wrapper .mm-head.mm-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 72.5988700565%;
  width: 40px;
  height: 40px;
  top: 2px;
  left: 1px;
}
.m-basic-toggle--highlight .mm-content:not(:last-child) {
  margin-bottom: 20px;
}

.m-basic-toggle--infoboxlist {
  display: none;
  height: auto;
  background-color: #d7d7d7;
  padding: 0 15px 12px 15px;
  border-radius: 4px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist {
    display: block;
    height: 100%;
    padding: 0 8px;
    border-radius: 0;
  }
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper.is-open + .mm-content {
  padding: 0 10px;
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper > h3, .m-basic-toggle--infoboxlist > .mm-head-wrapper > h4 {
  padding: 15px 0 0 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper.is-open > h3, .m-basic-toggle--infoboxlist > .mm-head-wrapper.is-open > h4 {
  padding: 10px 10px 10px 26px;
}

@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > h3, .m-basic-toggle--infoboxlist > .mm-head-wrapper > h4 {
    padding: 11px 36px 11px 10px;
  }
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper > h3.js-active, .m-basic-toggle--infoboxlist > .mm-head-wrapper > h4.js-active {
  padding-left: 34px;
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head {
  border: none;
  background: none;
  cursor: initial;
  border-radius: 0;
  height: 90%;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head {
    cursor: pointer;
  }
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
@media print {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head {
    box-shadow: inset 0 0 0 1000px #d7d7d7;
  }
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper:first-child > .mm-head {
  border: none;
  border-radius: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper:first-child > .mm-head {
    border: none;
  }
}

.m-basic-toggle--infoboxlist > .mm-head-wrapper:nth-last-child(2) > .mm-head {
  border-radius: 0;
}

.m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head:before {
  content: none;
}
@media print {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: -14px;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head:after {
    content: "";
    display: inline-block;
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 47px;
    height: 47px;
    background-position: 82.4596774194% 87.3319179052%;
    position: absolute;
    right: -6px;
    top: -3px;
  }
}
.m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head.mm-opened {
  background: none;
  border-top: none;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head.mm-opened:after {
    content: none;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head.mm-opened {
    border-bottom: 1px solid #fff;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head.mm-opened:before {
    content: "";
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 44px;
    height: 44px;
    background-position: 94.0952380952% 87.0056497175%;
    top: -1px;
    left: 0;
  }
}
@media print {
  .m-basic-toggle--infoboxlist > .mm-head-wrapper > .mm-head.mm-opened:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #d7d7d7;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: -14px;
  }
}
.m-basic-toggle--infoboxlist .mm-content {
  background: none;
  height: auto;
  padding: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist .mm-content {
    height: auto;
    display: none;
    background: #d7d7d7;
    overflow: auto;
    padding: 0 10px;
  }
}
.m-basic-toggle--infoboxlist .mm-content > :first-child {
  padding-top: 0;
}
.m-basic-toggle--infoboxlist .mm-content .m-basic-text {
  padding-top: 5px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--infoboxlist .mm-content .m-basic-text {
    padding: 15px 35px 25px 26px;
  }
}
.mobile-toggle {
  display: block;
  padding: 0 10px 0 12px;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
}
@media print, only screen and (min-width: 48em) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -20px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
}
.mobile-toggle.mm-opened:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
}

.m-basic-toggle--link {
  border-bottom: 1px solid #fff;
}
.m-basic-keywordfilter .m-basic-toggle--link {
  clear: both;
}
.m-basic-calculator-tiles .m-basic-toggle--link {
  border: none;
}
.m-basic-toggle--link > .mm-head-wrapper {
  border: none;
}
.m-basic-toggle--link > .mm-head-wrapper.is-open + .mm-content {
  padding: 0;
  border: 0;
}
.m-basic-toggle--link > .mm-head-wrapper > h3, .m-basic-toggle--link > .mm-head-wrapper > h4 {
  padding: 10px 75px 10px 26px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper > h3, .m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper > h4 {
  margin-left: 12px;
}
.m-basic-toggle--link > .mm-head-wrapper .mm-head {
  background-color: transparent;
  border: none;
}
.m-basic-toggle--link > .mm-head-wrapper:first-child .mm-head {
  border: none;
}

.m-basic-toggle--link > .mm-head-wrapper .mm-head:before {
  top: -1px;
  left: -13px;
}
.m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper .mm-head:before {
  margin-top: 0.8px;
}
.m-basic-toggle--link > .mm-head-wrapper .mm-head.mm-opened {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper .mm-head.mm-opened {
  border-bottom: initial;
}
.m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper .mm-head {
  border: none;
  padding: 11px 75px 11px 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-basic-toggle--link > .mm-head-wrapper .mm-content {
    padding: 0;
  }
}
.m-basic-toggle--link > .mm-head-wrapper .mm-content--bg {
  background: #ededed;
}
.m-basic-calculator-tiles .m-basic-toggle--link > .mm-head-wrapper .mm-content {
  margin-left: 40px;
}

.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head {
  padding-left: 0;
  background: none;
}
.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(90deg);
}
.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head > p {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 75px;
}
.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head.mm-opened {
  background: none;
}
.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head.mm-opened:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 39.4366197183% 75.0706214689%;
  transform: rotate(-90deg);
}
.m-basic-toggle--my-adac > .mm-head-wrapper > .mm-head.mm-opened + .mm-content {
  padding-left: 35px;
}

.m-basic-toggle--reduced-border > .mm-head-wrapper.is-open + .mm-content {
  border: unset;
  padding: 17px 10px 2px 10px;
}
.m-basic-toggle--reduced-border > .mm-head-wrapper > h3, .m-basic-toggle--reduced-border > .mm-head-wrapper > h4 {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.m-basic-toggle--reduced-border > .mm-head-wrapper > .mm-head {
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border-radius: 0;
}
.m-basic-toggle--reduced-border > .mm-head-wrapper:first-child > .mm-head {
  border-left: unset;
  border-right: unset;
  border-top: unset;
}

.m-fdl-calculator--clusterbox .mm-calc {
  padding-bottom: 90px;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator--clusterbox .mm-calc {
    padding-bottom: 30px;
  }
}
.m-fdl-calculator--clusterbox .mm-calc.mm-stopper {
  max-width: 80%;
}
.m-fdl-calculator--clusterbox .mm-calc > strong {
  margin: 0;
  padding: 0;
  background: 0;
}
@media print {
  .m-fdl-calculator--clusterbox .mm-calc > strong {
    box-shadow: none;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.m-fdl-calculator--clusterbox .mm-result {
  height: 55px;
  padding: 4px 8px;
  margin: 0 0 5px 0;
  left: 15px;
  bottom: 55px;
  position: absolute;
  background: #fff;
  width: 150px;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator--clusterbox .mm-result {
    left: 25px;
    bottom: 10px;
    position: absolute;
  }
}
.m-fdl-calculator--clusterbox .mm-result > p {
  margin-bottom: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-fdl-calculator--clusterbox .mm-result > p {
  font-family: "Roboto Bold", sans-serif;
}
.m-fdl-calculator--clusterbox .mm-result .mm-amount,
.m-fdl-calculator--clusterbox .mm-result .mm-unit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  margin-bottom: 0;
}
.h-roboto .m-fdl-calculator--clusterbox .mm-result .mm-amount,
.h-roboto .m-fdl-calculator--clusterbox .mm-result .mm-unit {
  font-family: "Roboto Bold", sans-serif;
}

@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator--creditreplacement .mm-triangle {
    top: 158px;
  }
}
.m-fdl-calculator--creditreplacement .mm-creditinfo-container {
  margin: 0 0 20px 0;
}
.m-fdl-calculator--creditreplacement .mm-creditinfo-container a {
  text-decoration: none;
}
.m-fdl-calculator--creditreplacement .mm-creditinfo-container .js-negativ,
.m-fdl-calculator--creditreplacement .mm-creditinfo-container .js-equals,
.m-fdl-calculator--creditreplacement .mm-creditinfo-container .js-positiv {
  display: none;
}
.m-fdl-calculator--creditreplacement .mm-creditinfo-container .mm-claim-headline {
  font-weight: bold;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator--creditreplacement .mm-infotext {
    clear: both;
    float: left;
  }
}

.m-fdl-calculator--hometeaser {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-fdl-calculator--hometeaser {
    max-width: 260px;
  }
}
.m-fdl-calculator--hometeaser .a-basic-calculator-slider {
  margin: 0;
}
.m-fdl-calculator--hometeaser .a-basic-calculator-slider .noUi-horizontal {
  margin-bottom: 10px;
}
.m-fdl-calculator--hometeaser > .mm-calc > strong {
  margin: 0 0 5px 0;
  padding: 0;
  background: transparent;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result {
  padding: 0;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result > .mm-value-container {
  background-color: #fff;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result > .mm-value-container > p {
  margin: 0;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result > .mm-value-container > span {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result > .mm-value-container > span.mm-amount {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
.m-fdl-calculator--hometeaser > .mm-calc > .mm-result > .mm-value-container > .a-basic-btn {
  margin-top: -10px;
  position: static;
}

/* m-layout-header-nav--brs */
@media print, only screen and (min-width: 48em) {
  .m-layout-header-nav--brs > nav > ul {
    display: none;
  }
}

/* m-my-adac-content-hint-big */
@media print, only screen and (min-width: 48em) {
  .m-my-adac-content-hint--big > .mm-wrapper {
    margin: 0 -215px;
    max-width: 960px;
  }
}
.m-my-adac-content-hint--big > .mm-wrapper > .mm-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

/* m-my-adac-content-hint--gray-center */
.m-my-adac-content-hint--gray-center > .mm-wrapper {
  border-top: 0;
  border-bottom: 0;
  background: #E9E9EA;
  text-align: center;
}

/* m-my-adac-content-hint-outofcontent */
.m-my-adac-content-hint--outofcontent > .mm-wrapper {
  border-top: 0;
  border-bottom: 0;
}

/* m-my-adac-dashboard-box-showcase--block */
.m-my-adac-dashboard-box--block {
  position: relative;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer {
  margin-bottom: 15px;
  z-index: 10;
  order: 2;
  flex: 0 0 auto;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
  display: flex;
  justify-content: right;
  position: relative;
}
@media print {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option {
    display: block;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
  display: flex;
  cursor: pointer;
  min-height: 44px;
}
@media print {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper {
    display: block;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-icon {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 11.804158283% 96.8926553672%;
  top: -11px;
  left: 20px;
  position: relative;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option.is-open > .mm-option-wrapper > .mm-icon {
  display: none;
}

.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-dashbox-theme-option-layer > .mm-theme-option > .mm-option-wrapper > .mm-text {
  margin: 0;
  padding: 0 0 0 25px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box {
  position: relative;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  background: #fff;
  z-index: 1;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-loading:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.4196078431);
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1.5s linear infinite;
  position: absolute;
  top: 23px;
  right: 12px;
  z-index: 10;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-loader {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  max-width: calc(100% - 100px);
  height: 20px;
  background: linear-gradient(90deg, #ccc, #eee, #aaa, #999);
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
  z-index: 10;
  border-radius: 4px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-loader {
    left: 30px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-loader {
  left: 30px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box.is-loading .mm-loader {
  display: block;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  position: relative;
  padding-top: 22px;
  padding-bottom: 31px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  padding-right: 50px;
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
    padding: 23px 45px 16px 30px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  padding: 23px 45px 16px 30px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline:not(.js-headline-toggle) {
  cursor: default;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline h2 {
  max-width: 700px;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > .mm-headline-toggle {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 36.4855801476% 75.0706214689%;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 44px;
  height: 44px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline > .mm-headline-toggle {
    top: calc(50% + 2px);
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline.is-open > .mm-headline-toggle {
  transform: translateY(-50%) rotate(270deg);
}

.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline:not(.js-headline-toggle) > .mm-headline-toggle {
  display: none;
}

.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
    margin-bottom: 90px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper {
  margin-bottom: 90px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-edit {
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 82.6291079812% 93.7853107345%;
  position: absolute;
  right: 0;
  top: 10px;
  width: 44px;
  height: 44px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-edit {
    top: 28px;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-edit + .mm-content {
  padding-top: 17px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-edit + .mm-content {
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content:not(.mm-breaker) {
    padding: 0 30px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content:not(.mm-breaker) {
  padding: 0 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--flex {
    display: flex;
    column-gap: 20px;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--flex-reverse {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content--flex-reverse {
    column-gap: 20px;
    row-gap: 0;
    flex-direction: row-reverse;
  }
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content .mm-content-headline h5 {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  position: relative;
  line-height: 18px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
    margin-top: 14px;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh {
  margin-top: 14px;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 10px 5px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper {
  flex: 1;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-timerefresh-wrapper > .mm-timestamp {
  white-space: nowrap;
  color: #afafaf;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon {
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  cursor: pointer;
}
.m-my-adac-dashboard-box--block > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-content-wrapper > .mm-content > .mm-timerefresh > .mm-timerefresh-content > .mm-refresh-icon > img {
  margin: 3px 0 0 3px;
}

/* m-my-adac-dashboard-box--plates*/
.m-my-adac-dashboard-box--plates > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-box--plates > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lt-ie9 .m-my-adac-dashboard-box--plates > .mm-wrapper > .mm-dashbox-theme-wrapper > .mm-dashbox-theme > .mm-box-wrapper > .mm-box .mm-box-headline {
  padding-top: 0;
  padding-bottom: 0;
}

/* m-my-adac-dashboard-box-layer--fixed */
.m-my-adac-dashboard-box-layer--fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
}
.m-my-adac-dashboard-box-layer--fixed > .mm-wrapper {
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
}
.m-my-adac-dashboard-box-layer--fixed > .mm-wrapper > .mm-layer-content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* m-my-adac-dashboard-list--block */
.m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper {
  column-gap: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper {
    column-gap: 30px;
  }
}
.lt-ie9 .m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper {
  column-gap: 30px;
}
.m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
  text-align: left;
  width: calc(40% - 10px);
  flex: 0 0 calc(40% - 10px);
  word-break: break-word;
  border: none;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper {
    width: calc(30% - 15px);
    flex: 0 0 calc(30% - 15px);
  }
}
.m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-left-list-wrapper > .mm-list-point-headline {
  color: rgba(0, 0, 0, 0.6);
}
.m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
  width: calc(60% - 10px);
  flex: 0 0 calc(60% - 10px);
  word-break: break-word;
}
@media print, only screen and (min-width: 48em) {
  .m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper {
    width: calc(70% - 15px);
    flex: 0 0 calc(70% - 15px);
  }
}
.m-my-adac-dashboard-list--block > .mm-wrapper > .mm-list-wrapper > .mm-right-list-wrapper.mm-has-info-icon {
  flex: 0 0 auto;
  display: inline-block;
  width: auto;
}

.m-my-adac-info-box--transparent > .mm-info-box-wrapper {
  background-color: transparent;
  padding: 0 24px;
}

.m-my-adac-info-box--image > .mm-info-box-wrapper .mm-info-box-text {
  text-align: left;
}
.m-my-adac-info-box--image > .mm-info-box-wrapper .mm-button-wrapper {
  justify-content: flex-start;
}

.m-my-adac-info-box--left > .mm-info-box-wrapper {
  padding: 0;
}
.m-my-adac-info-box--left > .mm-info-box-wrapper .mm-appstore {
  justify-content: flex-start;
  column-gap: 10px;
}
.m-my-adac-info-box--left > .mm-info-box-wrapper .mm-appstore > .js-android,
.m-my-adac-info-box--left > .mm-info-box-wrapper .mm-appstore > .js-apple {
  flex: 0;
}

/* mm-my-adac-toggle-element--bold*/
.mm-my-adac-toggle-element--bold.is-active > .mm-wrapper > .mm-toggle-headline-wrapper {
  border-bottom: 1px solid #cccccc;
}

.mm-my-adac-toggle-element--bold > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline {
  padding-left: 0;
  padding-right: 0;
}
.mm-my-adac-toggle-element--bold > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline:after {
  right: -10px;
}
.mm-my-adac-toggle-element--bold > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline > button {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.mm-my-adac-toggle-element--bold > .mm-wrapper > .mm-toggle-content {
  padding-left: 20px;
  padding-right: 20px;
}

/* mm-my-adac-toggle-element--border*/
.is-keyboard-focus .mm-my-adac-toggle-element--border.has-focus-toggle-headline {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  outline: none;
}
.mm-my-adac-toggle-element--border > .mm-wrapper {
  border-bottom: 1px solid #cccccc;
}
.mm-my-adac-toggle-element--border > .mm-wrapper > .mm-toggle-headline-wrapper {
  outline: none;
}
.mm-my-adac-toggle-element--border > .mm-wrapper > .mm-toggle-headline-wrapper > .mm-toggle-headline {
  color: #333;
  letter-spacing: 0;
  border-top: 1px solid #cccccc;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mm-my-adac-toggle-element--border > .mm-wrapper > .mm-toggle-content {
  padding-bottom: 10px;
}
.mm-my-adac-toggle-element--border > .mm-wrapper > .mm-toggle-content > .ll-row > .ll-col-data {
  width: 100%;
}

.m-my-adac-vehicle-image--dashboard > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon {
  width: 35px;
  height: 33px;
}
.m-my-adac-vehicle-image--dashboard > .mm-wrapper > .mm-default > .mm-circle-wrapper > .mm-circle > .mm-circle-icon:before {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 34px;
  height: 34px;
  background-position: 23.034643571% 7.2230014025%;
  transform: scale(2.2);
  top: 0;
  left: 0;
}
.m-my-adac-vehicle-image--dashboard > .mm-wrapper > .mm-vehicle-image > .mm-img-wrapper {
  border-radius: 0;
}

.m-ves-calculator-short--rrv .mm-calc > strong {
  display: block;
  width: 95%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 11px 10px;
  background: #ededed;
}
@media print {
  .m-ves-calculator-short--rrv .mm-calc > strong {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
.m-ves-calculator-short--rrv .mm-calc .l-form,
.m-ves-calculator-short--rrv .mm-calc .ll-fieldset {
  margin: 0;
}
.m-ves-calculator-short--rrv .mm-calc .ll-row {
  margin: 0 0 10px 10px;
  padding: 0;
}
.m-ves-calculator-short--rrv .mm-calc .ll-depend {
  margin-top: 10px;
}
.m-ves-calculator-short--rrv .mm-calc .ll-depend .a-basic-input-radio {
  margin: 5px 15px 5px 0;
}
.m-ves-calculator-short--rrv .mm-triangle {
  display: block;
  opacity: 1;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 45px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  left: 0;
  top: 3px;
  margin-bottom: -18px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-triangle {
    transform: rotate(-90deg);
    margin-bottom: -52px;
    left: -50%;
    top: 165px;
    padding-top: 52px;
  }
}
.m-ves-calculator-short--rrv .mm-triangle div.mm-top {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -502px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #ffcc00;
}
.m-ves-calculator-short--rrv .mm-triangle div.mm-bottom {
  width: 0;
  height: 0;
  margin-left: -1400px;
  margin-top: -500px;
  border-left: 1400px solid transparent;
  border-right: 1400px solid transparent;
  border-top: 500px solid #fff;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-triangle div.mm-bottom {
    margin-top: -508px;
  }
}
.m-ves-calculator-short--rrv .mm-result {
  position: relative;
  background: #ededed;
  padding: 30px 20px 15px 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result {
    padding: 20px 30px 15px 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result {
    padding: 16px 30px 15px 30px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result {
  padding: 16px 30px 15px 30px;
}
@media print {
  .m-ves-calculator-short--rrv .mm-result {
    background: none;
    box-shadow: inset 0 0 0 1000px #ededed;
  }
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result h2,
  .m-ves-calculator-short--rrv .mm-result h3 {
    padding-bottom: 16px;
    text-align: left;
  }
}
.m-ves-calculator-short--rrv .mm-result h2 {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result h2 {
    padding-bottom: 16px;
    padding-top: 0;
    text-align: left;
  }
}
.m-ves-calculator-short--rrv .mm-result .a-basic-stopper + h2 {
  margin: 30px 0 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result .a-basic-stopper + h2 {
    margin: 0;
  }
}
.m-ves-calculator-short--rrv .mm-result .mm-infotext {
  display: block;
  width: 220px;
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result .mm-infotext {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result .mm-infotext {
    margin-bottom: 7px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result .mm-infotext {
  margin-bottom: 7px;
}
.m-ves-calculator-short--rrv .mm-result .mm-infotext small {
  color: #999;
}
.m-ves-calculator-short--rrv .mm-result .mm-value-container {
  background: #fff;
  padding: 5px 0;
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result .mm-value-container {
    padding: 5px 0;
    margin: 0 0 188px 0;
  }
}
.m-ves-calculator-short--rrv .mm-result .mm-value-container > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.m-ves-calculator-short--rrv .mm-result .mm-value-container > span.mm-amount, .m-ves-calculator-short--rrv .mm-result .mm-value-container > span.mm-unit {
  font-size: 43px;
  font-size: 2.6875rem;
}
.m-ves-calculator-short--rrv .mm-result .mm-value-container > span.mm-amount {
  margin-right: 5px;
}
.m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container {
  margin: 0 0 20px 0;
}
.m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference {
  font-weight: bold;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
    margin-top: 11px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-label {
  margin-top: 11px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
    top: 1px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference + .mm-difference .mm-result {
  top: 1px;
}
.m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  display: block;
  width: 100%;
  margin: 10px 0 4px 0;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 44%;
    height: 40px;
    float: left;
    padding: 0;
    margin-top: 11px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-label {
    width: 60%;
    margin-top: 13px;
    margin-bottom: 0px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-label {
  width: 60%;
  margin-top: 13px;
  margin-bottom: 0px;
}
.m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto 6px auto;
  padding: 3px 20px;
  background: #fff;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    position: relative;
    top: 14px;
    width: 42%;
    height: 43px;
    float: right;
    padding: 18px 10px 3px 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-result {
    top: 3px;
    width: 35%;
    height: 41px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 4px;
  }
}
.lt-ie9 .m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-result {
  top: 3px;
  width: 35%;
  height: 41px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 4px;
}
.m-ves-calculator-short--rrv .mm-result .mm-creditdifference-container .mm-difference .mm-result em {
  font-style: normal;
}

.m-ves-rs-contentbox--contact {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--contact {
    justify-content: flex-start;
    flex-flow: row nowrap;
  }
}
.m-ves-rs-contentbox--contact > .mm-contact-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 6px 10px 40px 2px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--contact > .mm-contact-button {
    display: block;
    width: calc(100% - 420px);
    margin-bottom: 0;
  }
}
.m-ves-rs-contentbox--contact > .mm-contact {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--contact > .mm-contact {
    justify-content: flex-end;
  }
}
.m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-icon {
  padding-right: 10px;
  height: 50px;
  width: 50px;
}
.m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-content {
  display: flex;
  flex-flow: column nowrap;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-content {
    width: 370px;
  }
}
.m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-content > .mm-contact-head {
  line-height: 18px;
  padding-bottom: 5px;
}
.m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-content > .mm-contact-text {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
.m-ves-rs-contentbox--contact > .mm-contact > .mm-contact-content > .mm-contact-text > .mm-contact-tel {
  padding-right: 10px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  max-width: none;
  text-decoration: none;
}

.m-ves-rs-contentbox--damagedeclaration.is-plain-wrapper {
  margin: 0;
  padding: 0;
}
.m-ves-rs-contentbox--damagedeclaration.is-plain-wrapper > h1 {
  text-align: center;
}
.m-ves-rs-contentbox--damagedeclaration h2 {
  position: relative;
  margin: 0;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration h2 {
    margin: 0 auto;
  }
}
.m-ves-rs-contentbox--damagedeclaration label > small {
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: text-top;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container {
  position: relative;
  transition: padding 1.35s ease;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check {
    padding-top: 50px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check {
  padding-top: 50px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-error-msg {
  max-height: 300px;
  margin-bottom: 15px;
  padding: 5px 34px 5px 20px;
  opacity: 1;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-check {
  opacity: 1;
  visibility: visible;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .ll-check:before,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline {
  position: relative;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > h2 {
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding: 5px 30px 5px 20px;
  margin-bottom: 15px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .ll-error-msg > a,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .mm-error-msg > a {
  color: #cc3333;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .mm-check {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .ll-check:before,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container.is-error.is-check > .mm-subheadline > .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 {
  flex-flow: column nowrap;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 {
    flex-flow: row nowrap;
    margin: 5px -10px 30px -10px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 {
  flex-flow: row nowrap;
  margin: 5px -10px 30px -10px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-tile {
  width: 130px;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-tile {
    width: auto;
    margin: 0 17px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-tile {
  width: auto;
  margin: 0 17px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-tile.mm-tile-empty {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0 15px calc(50% - 150px);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row {
    flex-flow: row wrap;
    margin: 0;
    padding-top: 15px;
    padding-left: 0;
    max-width: none;
    border-top: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row {
  flex-flow: row wrap;
  margin: 0;
  padding-top: 15px;
  padding-left: 0;
  max-width: none;
  border-top: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row:first-child {
  border-top: 1px solid #cccccc;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row:last-child, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-last {
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row .mm-check {
  top: 0;
  right: 5px;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row .mm-error-msg {
  width: 100%;
  max-height: 0;
  padding: 0;
  color: #cc3333;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1.35s ease, opacity 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-check {
  top: 16px;
  left: calc(50% + 140px);
  right: auto;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .mm-check {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .ll-check:before, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-error-msg {
  text-align: left;
  max-width: 285px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 5px;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center {
  position: relative;
  justify-content: center;
  border: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center:last-child {
  margin-bottom: 40px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center.is-check.is-valid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center.is-check.is-error:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: auto;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div {
  height: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.mm-check {
  width: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.ll-check.is-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.mm-check.is-check {
  width: 22px;
  height: 22px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.ll-error-msg, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > div.mm-error-msg {
  opacity: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > .m-data-wrap {
  margin-left: 15px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > .m-data-wrap > .js-data {
  width: 195px;
  max-width: 195px;
  min-width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > .m-data-wrap > .js-filesize {
  top: 5px;
  right: -80px;
  position: absolute;
  text-align: right;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > .m-data-wrap > .js-filesize {
    right: -75px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--center > .m-basic-upload > .m-data-wrap > .js-filesize {
  right: -75px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row--summary {
  position: relative;
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  max-width: 215px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content {
    flex-flow: row nowrap;
    width: 34%;
    max-width: none;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content {
  flex-flow: row nowrap;
  width: 34%;
  max-width: none;
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.js-clone-source-costdeclaration {
  flex-wrap: wrap;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label {
  position: relative;
  padding: 4px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label {
    padding: 4px 0 0 10px;
    width: auto;
    min-width: 215px;
    max-width: 215px;
    overflow: hidden;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label {
  padding: 4px 0 0 10px;
  width: auto;
  min-width: 215px;
  max-width: 215px;
  overflow: hidden;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label {
    display: block;
    padding-left: 45px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label {
  display: block;
  padding-left: 45px;
}
@media only screen and (min-width: 64.0625em) {
  .costUploadVersion2 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label {
    padding-left: 0;
  }
}
.lt-ie9 .costUploadVersion2 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label {
  padding-left: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label > img {
  top: -8px;
  left: 0;
  position: absolute;
  width: 55px;
  height: auto;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label > img.is-largeIcon {
  top: -5px;
}
@media only screen and (min-width: 64.0625em) {
  .costUploadVersion2 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label > img {
    display: none;
  }
}
.lt-ie9 .costUploadVersion2 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-col-label > label > img {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .a-basic-input-text--s {
  width: 100px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .a-basic-input-select--s {
  width: 100px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .mm-error-msg {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 5px;
  overflow: visible;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content .mm-check {
  right: -35px;
  margin: 3px 0 0 0;
  position: absolute;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-valid .ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-valid .mm-check {
  opacity: 1;
  visibility: visible;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-valid .ll-check:before, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-valid .mm-check:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .mm-check {
  opacity: 1;
  visibility: visible;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .ll-check:before, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content.is-check.is-error .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left {
    width: 66%;
    padding-right: 15px;
    margin-bottom: 5px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left {
  width: 66%;
  padding-right: 15px;
  margin-bottom: 5px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .ll-col-label {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .ll-col-label {
    display: block;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .ll-col-label {
  display: block;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .mm-error-msg {
  text-align: left;
  max-width: 270px;
  padding-right: 20px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left > .mm-check {
  right: -60px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left.is-no-error > .ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left.is-no-error > .mm-check {
  display: none;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left.is-error.is-check > .ll-check, .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--left.is-error.is-check > .mm-check {
  right: 0;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right {
  position: relative;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right > .ll-col-data {
  margin-right: 15px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right > .ll-col-data + .ll-col-data {
  margin-right: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right > .js-clone-remove {
  top: auto;
  left: auto;
  right: -34px;
  bottom: 14px;
  z-index: 2;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row.is-check.is-valid > .mm-row-content--right > .js-clone-remove {
  right: -60px;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right:not(.js-file-stored) > .js-clone-remove {
  display: none;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--right.is-check > .js-clone-remove {
  right: -32px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full {
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full {
    margin-left: 66%;
    justify-content: flex-start;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full {
  margin-left: 66%;
  justify-content: flex-start;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full:first-child {
  margin-bottom: 5px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full > .ll-col-label {
  min-width: 0;
  width: auto;
  padding: 0 5px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full > .ll-col-label {
    padding: 0 35px 0 0;
  }
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full > .ll-col-label > label {
  padding: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--full > .ll-col-data {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half {
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half {
    width: 425px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half {
  width: 425px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half > .ll-col-label {
  width: 100%;
  min-height: 36px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half > .ll-col-label > .m-basic-info-layer {
  display: inline-block;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container--col-1-5 > .mm-row > .mm-row-content--half > .ll-col-label > .m-basic-info-layer .mm-infolayer-icon {
  position: relative;
  top: 5px;
  bottom: auto;
  right: auto;
  margin-left: 5px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-error-msg {
  width: 100%;
  max-height: 0;
  text-align: center;
  color: #cc3333;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.35s ease, height 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .ll-error-msg > a,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-error-msg > a {
  color: #cc3333;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .ll-error-msg,
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-error-msg {
    top: 0;
    left: auto;
    position: absolute;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .ll-error-msg,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-error-msg {
  top: 0;
  left: auto;
  position: absolute;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-check {
  top: 0;
  right: 10px;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline {
  padding: 0 25px;
  margin: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .mm-error-msg {
  max-height: 0;
  max-width: calc(100% - 30px);
  padding: 0 30px 0 20px;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  color: #cc3333;
  transition: all 1.35s ease;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .mm-check {
  right: 5px;
  bottom: calc(50% - 11px);
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
  visibility: hidden;
  transition: all 1.35s ease;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .ll-check,
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-subheadline > .mm-check {
    top: auto;
    bottom: 18px;
  }
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-tile--reduced > label {
  height: 50px;
  width: 100px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-tile--reduced > label > .mm-text-container {
  bottom: 15px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-tile-container > .mm-tile--reduced ~ .mm-tile-empty {
  width: 100px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-tile-container + div > p {
    padding-top: 40px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container {
    border-top: 0;
    border-bottom: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container {
  border-top: 0;
  border-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container--centered {
  margin: 0 25% 0 25%;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > h3 {
  padding-top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > h3 {
    padding-top: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > h3 {
  padding-top: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > p {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > p.no-border {
  border: 0;
  padding-bottom: 10px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > p.no-center {
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 20px 0 15px calc(50% - 150px);
  margin-bottom: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row {
    flex-flow: row wrap;
    margin: 0;
    padding-top: 15px;
    padding-left: 0;
    max-width: none;
    border-top: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row {
  flex-flow: row wrap;
  margin: 0;
  padding-top: 15px;
  padding-left: 0;
  max-width: none;
  border-top: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container.mm-upload-container--rvv > .mm-row:first-child:not(.mm-row--summary) {
  border-top: none;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row:last-child {
  margin-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--center {
  justify-content: center;
  border: 0;
  min-height: 67px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--center:last-child {
  margin-bottom: 40px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--center .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--center .mm-error-msg {
  top: -15px;
  left: 0;
  position: absolute;
  width: 300px;
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary {
  position: relative;
  margin-top: 5px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize {
  width: 100%;
  border: 0;
  margin-top: 0;
  margin-right: 15px;
  padding-top: 0;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize {
    flex: 1 0 70%;
    width: auto;
    max-width: calc(70% - 15px);
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize {
  flex: 1 0 70%;
  width: auto;
  max-width: calc(70% - 15px);
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.js-fileSizeSum {
  padding-right: 28px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.js-fileSizeSumUnit {
  top: 0px;
  right: 0px;
  position: absolute;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.js-fileSizeSumUnit {
    margin-right: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.js-fileSizeSumUnit {
  margin-right: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.filesize-label {
  top: 0px;
  left: 0px;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.filesize-label {
    left: 215px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize > span.filesize-label {
  left: 215px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-costVal {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-costVal {
    flex: 1 0 30%;
    width: auto;
    border-bottom: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-costVal {
  flex: 1 0 30%;
  width: auto;
  border-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-costVal > .mm-row-content {
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize.is-hidden + .mm-costVal {
    margin-left: auto;
    width: 34%;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row--summary > .mm-fileSize.is-hidden + .mm-costVal {
  margin-left: auto;
  width: 34%;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  max-width: 215px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content {
    flex-wrap: nowrap;
    max-width: none;
    align-content: flex-end;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content {
  flex-wrap: nowrap;
  max-width: none;
  align-content: flex-end;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left {
  position: relative;
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left {
    flex: 1 0 70%;
    padding-right: 15px;
    align-items: flex-end;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left {
  flex: 1 0 70%;
  padding-right: 15px;
  align-items: flex-end;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label {
  display: none;
  position: relative;
  padding: 4px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label {
    display: block;
    max-width: 215px;
    padding: 0 0 9px 55px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label {
  display: block;
  max-width: 215px;
  padding: 0 0 9px 55px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-col-label {
    order: 2;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-col-label {
  order: 2;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label {
    display: inline-block;
    padding-top: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label {
  display: inline-block;
  padding-top: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label > img {
  top: -8px;
  left: 0;
  position: absolute;
  width: 55px;
  height: auto;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label > img:not(.mm-top) {
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 9px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-col-label > .ll-label > img:not(.mm-top) {
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 9px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .mm-error-msg {
    width: 100%;
    max-width: calc(100% - 255px);
    order: 1;
    margin-left: 215px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-error-msg, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .mm-error-msg {
  width: 100%;
  max-width: calc(100% - 255px);
  order: 1;
  margin-left: 215px;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-check,
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .mm-check {
    top: auto;
    bottom: 12px;
    right: 20px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .ll-check,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left > .mm-check {
  top: auto;
  bottom: 12px;
  right: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-check, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .mm-check {
    top: 0;
    bottom: auto;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .ll-check, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error > .mm-check {
  top: 0;
  bottom: auto;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error {
    flex-flow: row wrap;
    margin-bottom: 15px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error {
  flex-flow: row wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error + .mm-row-content--right {
    margin-bottom: 11px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.is-check.is-error + .mm-row-content--right {
  margin-bottom: 11px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--left.js-file-stored.js-file-upload + .mm-row-content--right > .js-clone-remove {
  display: block !important;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right {
  position: relative;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right {
    flex: 1 0 30%;
    margin-bottom: 4px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right {
  flex: 1 0 30%;
  margin-bottom: 4px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right > .ll-col-data + .ll-col-data {
  padding-left: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error > .mm-error-msg {
    max-width: calc(100% - 60px);
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error > .ll-error-msg, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error > .mm-error-msg {
  max-width: calc(100% - 60px);
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right > .js-clone-remove {
  top: 6px;
  right: -80px;
  position: absolute;
  left: auto;
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right > .js-clone-remove {
    top: auto;
    bottom: 15px;
    right: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right > .js-clone-remove {
  top: auto;
  bottom: 15px;
  right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container.mm-upload-container--rvv > .mm-row .mm-row-content--right > .js-clone-remove {
    left: 305px;
    right: auto;
    top: 8px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container.mm-upload-container--rvv > .mm-row .mm-row-content--right > .js-clone-remove {
  left: 305px;
  right: auto;
  top: 8px;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-valid > .js-clone-remove {
    top: auto;
    bottom: 15px;
    right: -30px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-valid > .js-clone-remove {
  top: auto;
  bottom: 15px;
  right: -30px;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right:not(.js-clone):not(.js-file-upload.js-file-stored) > .js-clone-remove {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error {
    flex-flow: row wrap;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--right.is-check.is-error {
  flex-flow: row wrap;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full {
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full {
    margin-left: 66%;
    justify-content: flex-start;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full {
  margin-left: 66%;
  justify-content: flex-start;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full:first-child {
  margin-bottom: 5px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full > .ll-col-label {
  min-width: 0;
  width: auto;
  padding: 0 5px 0 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full > .ll-col-label {
    padding: 0 35px 0 0;
  }
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full > .ll-col-label > label {
  padding: 0;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--full > .ll-col-data {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--half {
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--half {
    width: 425px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--half {
  width: 425px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--half > .ll-col-label {
  width: 100%;
  align-self: center;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap {
    align-items: flex-start;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap {
    margin-left: 215px;
    padding-top: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap {
  margin-left: 215px;
  padding-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container--centered > .mm-row .mm-row-content--button-wrap {
    margin-left: 150px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container--centered > .mm-row .mm-row-content--button-wrap {
  margin-left: 150px;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap.is-check.is-error {
    flex-flow: column nowrap;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content--button-wrap.is-check.is-error {
  flex-flow: column nowrap;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-col-label ~ .m-basic-upload {
    max-width: calc(100% - 215px);
    order: 3;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-col-label ~ .m-basic-upload {
  max-width: calc(100% - 215px);
  order: 3;
}

@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content > .ll-col-label ~ .m-basic-upload > div {
    height: 38px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content > .ll-col-label ~ .m-basic-upload > div {
  height: 38px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .mm-error-msg {
  opacity: 1;
  max-height: 300px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .mm-error-msg {
    margin-bottom: 5px;
    padding: 5px 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-error-msg, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .mm-error-msg {
  margin-bottom: 5px;
  padding: 5px 0;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-check, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .mm-check {
  opacity: 1;
  visibility: visible;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .ll-check:before, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-error > .mm-check:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-valid > .ll-check, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-valid > .mm-check {
  opacity: 1;
  visibility: visible;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-valid > .ll-check:before, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-row-content.is-check.is-valid > .mm-check:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-error-msg {
  width: 100%;
  max-width: 0;
  max-height: 0;
  padding: 0;
  color: #cc3333;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1.35s ease, opacity 1.35s ease;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-error-msg,
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-error-msg {
    text-align: left;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-error-msg,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-error-msg {
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error .ll-error-msg > a, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error .mm-error-msg > a {
  color: #cc3333;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-check,
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-check {
  top: 0;
  right: 80px;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-check,
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-check {
    right: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .ll-check,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row .mm-check {
  right: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error .ll-check:before, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 17.7062374245% 93.7853107345%;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-valid .ll-check:before, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-valid .mm-check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 91.1441985245% 62.1468926554%;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .mm-error-msg {
  margin-bottom: 5px;
  padding: 10px 0 5px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
  padding-right: 60px;
  opacity: 1;
  max-width: 215px;
  max-height: 300px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
    max-width: none;
    margin-left: 215px;
    margin-bottom: 5px;
    padding: 5px 25px 5px 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .ll-error-msg, .lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
  max-width: none;
  margin-left: 215px;
  margin-bottom: 5px;
  padding: 5px 25px 5px 0;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .ll-check,
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row > .mm-check {
  display: none;
  top: 18px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .ll-check, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-error > .mm-check {
  display: block;
  opacity: 1;
  visibility: visible;
}

.m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-valid > .ll-check, .m-ves-rs-contentbox--damagedeclaration .mm-upload-container > .mm-row.is-check.is-valid > .mm-check {
  opacity: 1;
  visibility: visible;
}

.m-ves-rs-contentbox--damagedeclaration .mm-tile-container--col-1-5 + .mm-upload-container {
  border: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize {
    border-bottom: 0;
    padding: 10px 35px 0 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize {
  border-bottom: 0;
  padding: 10px 35px 0 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-error {
  color: #cc3333;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize > span.js-fileSizeSumUnit {
    margin-right: 282px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize > span.js-fileSizeSumUnit {
  margin-right: 282px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize > span.filesize-label {
  top: 10px;
  left: 0px;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize > span.filesize-label {
    position: static;
    margin: 0 70px 0 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize > span.filesize-label {
  position: static;
  margin: 0 70px 0 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-add-cost {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-add-cost {
    display: block;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-add-cost {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-add-cost > span.filesize-label {
    margin-right: 0;
    position: absolute;
    left: 215px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-add-cost > span.filesize-label {
  margin-right: 0;
  position: absolute;
  left: 215px;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize {
  padding-top: 20px;
  border-bottom: 0;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.filesize-label {
  top: 20px;
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.filesize-label {
    position: absolute;
    margin-right: 0;
    left: calc(50% - 150px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.filesize-label {
    left: 297px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.filesize-label {
  left: 297px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: calc(50% - 160px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
    margin-right: 257px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration .mm-fileSize.is-police-fileSize > span.js-fileSizeSumUnit {
  margin-right: 257px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost {
  margin-top: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > p:last-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > p:last-of-type {
    margin-bottom: 15px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > p:last-of-type {
  margin-bottom: 15px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container {
  border: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row {
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row {
    padding-top: 12px;
    padding-left: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row {
  padding-top: 12px;
  padding-left: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row:not(:first-child) {
  border-top: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row > .mm-row-content {
    margin-bottom: 10px;
    max-width: 300px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row > .mm-row-content {
  margin-bottom: 10px;
  max-width: 300px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error > .ll-error-msg, .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row.is-check.is-error > .mm-error-msg {
  max-width: none;
  padding: 0 30px 0 0;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-check {
  right: 5px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .ll-check,
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-check {
    top: 12px;
    right: 30px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .ll-check,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-check {
  top: 12px;
  right: 30px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content {
    margin-bottom: 10px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content {
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half {
    max-width: 215px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half {
  max-width: 215px;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container--centered > .mm-row > .mm-row-content--half {
  max-width: 150px;
}

.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
    display: flex;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half.js-clone-costdeclaration {
  display: flex;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--half label {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--right {
    flex: 1 0 auto;
    width: calc(100% - 215px);
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content--right {
  flex: 1 0 auto;
  width: calc(100% - 215px);
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container--centered > .mm-row > .mm-row-content--right {
  width: calc(100% - 150px);
}

.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
  max-width: 200px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
    max-width: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
    max-width: 200px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label {
  max-width: 200px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label > label {
    display: inline;
    max-width: 200px;
    padding-left: 0;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-col-label > label {
  display: inline;
  max-width: 200px;
  padding-left: 0;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-error-msg,
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-error-msg {
  width: auto;
  max-width: 270px !important;
  text-align: left;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-check {
  right: -34px;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-check,
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-check {
    top: 5px;
    left: 280px;
    right: auto;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .ll-check,
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row > .mm-row-content > .mm-check {
  top: 5px;
  left: 280px;
  right: auto;
}
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row .ll-check,
.m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost > .mm-upload-container > .mm-row .mm-check {
  margin: 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost:not(:first-child) {
    margin-top: 60px;
  }
}
.lt-ie9 .m-ves-rs-contentbox--damagedeclaration > .mm-additional-cost:not(:first-child) {
  margin-top: 60px;
}
.m-ves-rs-contentbox--damagedeclaration .js-clone-remove {
  top: 2px;
  left: calc(100% - 40px);
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.m-ves-rs-contentbox--damagedeclaration .js-clone-remove:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50.1676727029% 93.7853107345%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .js-clone-remove {
    top: 8px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .js-clone-remove.hidden {
  display: none;
}
.m-ves-rs-contentbox--damagedeclaration .m-basic-upload + .js-clone-remove:before {
  top: 0;
}
.m-ves-rs-contentbox--damagedeclaration .ll-col-data > .m-basic-text .js-clone-remove {
  left: auto;
  right: -40px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .ll-col-data > .m-basic-text .js-clone-remove {
    top: 2px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .ll-row > .ll-item-container .js-clone-remove {
  top: 5px;
  left: 295px;
  right: auto;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .ll-row > .ll-item-container .js-clone-remove {
    left: auto;
    right: -40px;
  }
}
.m-ves-rs-contentbox--damagedeclaration .ll-row.is-error.is-check > .ll-item-container .js-clone-remove {
  top: auto;
  bottom: 11px;
}
.m-ves-rs-contentbox--damagedeclaration .vesrs-plain-button {
  display: block;
  position: relative;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--damagedeclaration .vesrs-plain-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-ves-rs-contentbox--damagedeclaration .vesrs-plain-button--clone {
  padding-left: 30px;
}
.m-ves-rs-contentbox--damagedeclaration .vesrs-plain-button--clone:before {
  display: block;
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 2.9510395708% 93.7853107345%;
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: 100;
  transform: scale(0.9);
}

.m-ves-rs-contentbox--grey {
  background: #f3f3f4;
}
.m-ves-rs-contentbox--grey:before, .m-ves-rs-contentbox--grey:after {
  background: #f3f3f4;
}
.m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--checkbox > input:checked + label:after, .m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--radio > input:checked + label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 72.831203766% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--checkbox > input:checked + label:after, .m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--radio > input:checked + label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 34.0770791075% 83.9031339031%;
  }
}
.m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--checkbox > label:after {
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 56.8258238063% 87.3937677054%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-contentbox--grey > .mm-tile-container > .mm-tile--checkbox > label:after {
    background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
    width: 56px;
    height: 56px;
    background-position: 37.8634212306% 79.9145299145%;
  }
}

.m-ves-rs-contentbox--negmargin {
  margin-top: -15px;
}

.m-ves-rs-list--combinations {
  visibility: visible;
  display: block;
}
.m-ves-rs-list--combinations > .swiper {
  padding-left: 30px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--combinations > .swiper {
    padding-left: 0;
  }
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--combinations > .swiper > .swiper-wrapper {
    min-width: 898px;
  }
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide {
  width: 136px;
  height: auto;
  background: #f3f3f4;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide {
    width: 163px;
  }
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser {
  text-align: left;
  width: 136px;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser {
    width: 163px;
  }
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list {
  background: #e9e9ea;
  margin: 0;
  padding: 7px;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li {
  padding: 5px 0 5px 32px;
  vertical-align: middle;
  position: relative;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 56px;
  height: 56px;
  background-position: 37.8634212306% 83.9031339031%;
  top: -12px;
  left: -16px;
  position: absolute;
  transform: scale(0.7);
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li.mm-option-disabled {
  color: #afafaf;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li.mm-option-disabled:before {
  background: none;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-list > li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-monthlyprice {
  text-align: center;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 10px 0;
  background: #e9e9ea;
  border-bottom: 6px solid #fff;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser hr.yellow {
  margin: 13px -11px 14px 0;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service {
  padding: 15px 10px 10px 40px;
  position: relative;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service:before {
  content: "";
  display: block;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-position: 50.369872226% 87.3937677054%;
  top: -27px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide > .mm-variant-teaser > .mm-option-service > .mm-icon-additional {
  position: absolute;
  left: 10px;
}
.m-ves-rs-list--combinations > .swiper > .swiper-wrapper > .swiper-slide:last-child > .mm-variant-teaser hr.yellow {
  margin-right: 0;
}

.m-ves-rs-list--my-adac {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  visibility: visible;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--my-adac {
    flex-flow: row nowrap;
  }
}
.m-ves-rs-list--my-adac.h-space-l {
  margin-bottom: 15px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--my-adac.h-space-l {
    margin-bottom: 40px;
  }
}
.m-ves-rs-list--my-adac > .mm-variant-teaser {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 20px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--my-adac > .mm-variant-teaser {
    display: inline-block;
    max-width: 180px;
    text-align: center;
    margin: 0 20px 0 0;
  }
}
.m-ves-rs-list--my-adac > .mm-variant-teaser:last-child {
  margin-right: 0;
}
.m-ves-rs-list--my-adac > .mm-variant-teaser img {
  display: inline-block;
  margin-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--my-adac > .mm-variant-teaser img {
    margin: 0 auto 5px auto;
    display: block;
  }
}

.m-ves-rs-list--reason {
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--reason {
    flex-direction: row;
  }
}
.m-ves-rs-list--reason > .mm-variant-teaser {
  text-align: left;
  max-width: 100%;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--reason > .mm-variant-teaser {
    max-width: 201px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-list--reason > .mm-variant-teaser {
    max-width: 252px;
  }
}
.lt-ie9 .m-ves-rs-list--reason > .mm-variant-teaser {
  max-width: 252px;
}
.m-ves-rs-list--reason.m-ves-rs-list--stage-rate > .mm-variant-teaser {
  padding-left: 60px;
}

.m-ves-rs-list--reason > .mm-variant-teaser:last-child {
  margin-right: 0;
}
.o-layout-main-stage .oo-box > .m-ves-rs-list--reason > .mm-variant-teaser {
  max-width: none;
  margin: 0;
}
.m-ves-rs-list--reason > .mm-variant-teaser img {
  top: 5px;
  left: 5px;
  position: absolute;
}
.m-ves-rs-list--reason > .mm-variant-teaser > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 7px 0 10px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-list--reason > .mm-variant-teaser > .mm-headline {
    min-height: 42px;
  }
}
.lt-ie9 .m-ves-rs-list--reason > .mm-variant-teaser > .mm-headline {
  min-height: 42px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box > .m-ves-rs-list--reason > .mm-variant-teaser > .mm-headline {
    min-height: 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box > .m-ves-rs-list--reason > .mm-variant-teaser > .mm-headline {
  min-height: 0;
}
.m-ves-rs-list--reason.m-ves-rs-list--stage-rate > .mm-variant-teaser > .mm-headline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-list--reason.m-ves-rs-list--stage-rate > .mm-variant-teaser > .mm-headline {
    font-family: "ADACSans-Bold", Arial, sans-serif;
    font-weight: 500;
    font-feature-settings: "lnum" 1;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.m-ves-rs-list--reason > .mm-variant-teaser > .mm-subheadline {
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 7px 0;
}
@media only screen and (min-width: 64.0625em) {
  .m-ves-rs-list--reason > .mm-variant-teaser > .mm-subheadline {
    min-height: 42px;
  }
}
.lt-ie9 .m-ves-rs-list--reason > .mm-variant-teaser > .mm-subheadline {
  min-height: 42px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage .oo-box > .m-ves-rs-list--reason > .mm-variant-teaser > .mm-subheadline {
    min-height: 0;
  }
}
.lt-ie9 .o-layout-main-stage .oo-box > .m-ves-rs-list--reason > .mm-variant-teaser > .mm-subheadline {
  min-height: 0;
}
.o-layout-main-stage .oo-box > .m-ves-rs-list--reason {
  flex-flow: column nowrap;
}
.o-layout-main-stage .oo-box > .a-basic-stopper + .m-ves-rs-list--reason {
  max-width: calc(100% - 85px);
}

/* m-ves-rs-sticky--calculator */
.m-ves-rs-sticky--calculator {
  padding: 19px 0 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky--calculator {
    padding: 19px 0 15px 0;
  }
}
.m-ves-rs-sticky--calculator > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
  order: 3;
  align-self: flex-start;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -32px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-rs-sticky--calculator > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
    align-self: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 15px;
    margin-left: 56px;
  }
}
@media only screen and (min-width: 76.25em) {
  .m-ves-rs-sticky--calculator > .mm-sticky-module > .mm-layer-content > .mm-layer-content-inner > .mm-layer-links {
    position: absolute;
    top: -12px;
    right: 55px;
    display: block;
  }
}

/* m-ves-tab--filter */
.m-ves-tab--filter {
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--filter > .m-select-container {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
.m-ves-tab--filter .mm-nav {
  overflow: visible;
}
.m-ves-tab--filter .mm-nav li {
  border: 0;
  border-bottom: 2px solid #cccccc;
}
.m-ves-tab--filter .mm-nav li:first-child {
  border-left: 0;
}
.m-ves-tab--filter .mm-nav li.is-active {
  border: 0;
  border-bottom: 2px solid #ffcc00;
}
.m-ves-tab--filter .mm-nav li.is-active:first-child {
  border-left: 0;
}
.m-ves-tab--filter .mm-nav li.is-active a {
  background: none;
  border: 0;
}
.m-ves-tab--filter .mm-nav li.is-active a:after {
  content: "";
  background: url("/assets/img/svg-sprite/my-adac-sprite.svg") no-repeat;
  width: 44px;
  height: 32px;
  background-position: 31.4285714286% 96.7741935484%;
  top: -10px;
  left: -10px;
  position: absolute;
}
.m-ves-tab--filter .mm-nav li > a {
  background: none;
  margin-bottom: 0;
  padding: 10px 15px;
  border: 0;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
.h-roboto .m-ves-tab--filter .mm-nav li > a {
  font-family: "Roboto", sans-serif;
}
.m-ves-tab--filter .mm-nav li.is-default > a {
  color: #cccccc;
}
.m-ves-tab--filter > .mm-tabcontent-important {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 24px;
}
.m-ves-tab--filter > .mm-tabcontent-important:first-child {
  margin-top: 0;
}
.m-ves-tab--filter > .mm-tabcontent-important > h3 {
  display: inline-block;
  padding: 0 10px;
  background: #ffcc00;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-ves-tab--filter > .mm-tabcontent {
  padding-bottom: 10px;
  border-top: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--filter > .mm-tabcontent {
    padding-bottom: 30px;
  }
}
.m-ves-tab--filter > .mm-tabcontent > .is-hidden {
  display: none;
}
.m-ves-tab--filter > .mm-tabcontent > .mm-btn-box {
  padding: 20px 0;
}
.m-ves-tab--filter .swiper {
  visibility: hidden;
  height: 0;
  padding: 10px 0;
}
.m-ves-tab--filter .swiper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background: #cccccc;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--filter .swiper {
    visibility: visible;
    height: auto;
  }
}
.m-ves-tab--filter .swiper > .swiper-wrapper {
  display: flex;
  width: 2000px;
  max-width: none;
}
.m-ves-tab--filter .swiper > .swiper-wrapper > .swiper-slide {
  width: auto;
}
.m-ves-tab--filter .swiper > .swiper-button-prev:before {
  top: 0;
  height: 100%;
  background-image: url("/assets/img/bg/swiper-thumbs-shadow-right.png");
}
.m-ves-tab--filter .swiper > .swiper-button-next:before {
  top: 0;
  height: 100%;
  background-image: url("/assets/img/bg/swiper-thumbs-shadow-left.png");
}

/* m-ves-tab--swipeable */
.m-ves-tab--swipeable {
  max-width: 100%;
}
.m-ves-tab--swipeable .mm-nav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #afafaf;
}
.m-ves-tab--swipeable .mm-nav > li {
  border-bottom: 1px solid #afafaf;
}
.m-ves-tab--swipeable .mm-nav > li > a {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.m-ves-tab--swipeable > .mm-tabcontent {
  border-top: 0;
}
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .ll-row,
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .ll-row {
  max-width: 730px;
}
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m,
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m {
  width: 100%;
  max-width: 360px;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m,
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m {
    width: 50%;
  }
}
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m--first,
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m--first {
  border: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m--first,
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m--first {
    border-right: 10px solid transparent;
  }
}
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m:not(.ll-main-cols-m--first),
.m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m:not(.ll-main-cols-m--first) {
  border: 0;
}
@media print, only screen and (min-width: 48em) {
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form .l-main-cols > .ll-main-cols-m:not(.ll-main-cols-m--first),
  .m-ves-tab--swipeable > .mm-tabcontent > .mm-tabcontent-inside > .l-form-general .l-main-cols > .ll-main-cols-m:not(.ll-main-cols-m--first) {
    border-left: 10px solid transparent;
  }
}
.m-ves-tab--swipeable .swiper {
  padding: 10px 0;
}
.m-ves-tab--swipeable .swiper > .swiper-wrapper {
  display: flex;
  width: 2000px;
  max-width: none;
}
.m-ves-tab--swipeable .swiper > .swiper-wrapper > .swiper-slide {
  width: auto;
}

/* o-basic-banderole--award */
.o-basic-banderole--award {
  padding: 15px 0 30px 0;
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--award {
    padding: 7px 0 30px 0;
  }
}
@media only screen and (min-width: 88.75em) {
  .ll-main-center .o-basic-banderole--award {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.l-main-content--cluster .o-basic-banderole--award {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.o-basic-banderole--award .oo-headline {
  color: #000;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 20px !important;
}
.h-roboto .o-basic-banderole--award .oo-headline {
  font-family: "Roboto Bold", sans-serif;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--award .oo-headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-basic-banderole--award .oo-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.o-basic-banderole--award > .swiper {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fff;
}
.ll-main-full .o-basic-banderole--award > .swiper {
  background: transparent;
}
@media only screen and (min-width: 88.75em) {
  .o-basic-banderole--award > .swiper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 1px !important;
  }
}
.l-main-content--cluster .o-basic-banderole--award > .swiper {
  background: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 40px 30px 20px 30px;
  text-align: center;
  height: auto;
  margin: 0;
}
.ll-main-full .o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide {
  background: #fff;
}
.is-keyboard-focus .o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide:focus-visible, .is-ios .o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide:focus-visible {
  border: 2px solid #000;
}
.o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide img {
  height: 120px;
  width: auto;
  max-height: 120px;
  max-width: 100%;
  margin-bottom: 15px;
}
.o-basic-banderole--award > .swiper > .swiper-wrapper > .swiper-slide .oo-award-text {
  font-size: 14px;
  padding: 0 25px;
}
.o-basic-banderole--award > .swiper .swiper-pagination {
  position: relative !important;
  margin-top: 15px;
}
.o-basic-banderole--award .mm-btn-box {
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.l-main-content--cluster .o-basic-banderole--award .mm-btn-box {
  padding-left: 0;
  padding-right: 0;
}

.ll-lightbox-inner .oo-basic-banderole--layer-img.js-img-big {
  width: 100%;
  height: auto;
}

.oo-basic-banderole--caption {
  text-align: right;
  height: 25px;
  overflow: hidden;
}
.oo-basic-banderole--caption .m-basic-text {
  padding-right: 0;
  padding-top: 7px;
  font-size: 78%;
}

/* o-basic-banderole--clusterbox */
.o-basic-banderole--clusterbox {
  width: 100%;
}
.o-basic-banderole--clusterbox > .swiper {
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--clusterbox > .swiper {
    padding: 0;
  }
}
.o-basic-banderole--clusterbox > .swiper > .swiper-wrapper {
  align-items: stretch;
}
.o-basic-banderole--clusterbox > .swiper > .swiper-wrapper > .swiper-slide {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}

/* o-basic-banderole--award */
.o-basic-banderole--colored-slides > .swiper > .swiper-wrapper > .swiper-slide {
  background-color: #f3f3f4;
}

/* o-basic-banderole--highlight */
.o-basic-banderole--highlight {
  padding-bottom: 10px;
  padding-top: 7px;
  background: #ffcc00;
  margin: 0;
  display: block;
}
.o-basic-banderole--highlight .oo-headline {
  padding-bottom: 0;
  color: #333;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--highlight .oo-headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.o-basic-banderole--highlight .swiper {
  margin-top: 10px;
  padding-top: 16px;
}
.o-basic-banderole--highlight .m-basic-teaser-across > article {
  background: #fff;
}
.o-basic-banderole--highlight .m-basic-teaser-across > article .mm-article-content .mm-header .mm-attention {
  position: absolute;
  top: -18px;
  text-transform: uppercase;
  color: #333;
  right: 0px;
  background: 0;
  box-shadow: none;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 12px;
  font-size: 0.75rem;
}

/* o-basic-banderole--overview */
.l-main-content .o-basic-banderole--overview {
  padding-bottom: 0;
}
.l-main-content .o-basic-banderole--overview > .swiper {
  background: #fff;
  padding-bottom: 0;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  background-color: #e9e9ea;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide:nth-child(odd) > .oo-header-box {
  background-color: #e9e9ea;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide:first-child {
  border-left: 1px solid #afafaf;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide .m-basic-teaser-across article {
  border-bottom: 0;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide .m-basic-teaser-across article figure {
  border-bottom: 1px solid #afafaf;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide .m-basic-teaser-across article .mm-price {
  padding: 12px;
}
.o-basic-banderole--overview > .swiper .swiper-wrapper .swiper-slide .m-basic-teaser-across article .mm-article-content {
  border-top: none;
  border-bottom: 1px solid #afafaf;
}

/* o-basic-banderole--premium */
.o-basic-banderole--premium {
  padding-bottom: 10px;
  padding-top: 7px;
  margin: 0;
  display: block;
}
.o-basic-banderole--premium .oo-headline {
  padding-bottom: 0;
  color: #333;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.h-roboto .o-basic-banderole--premium .oo-headline {
  font-family: "Roboto Bold", sans-serif;
}
.o-basic-banderole--premium .m-basic-teaser-across > article {
  background: 0;
}
.o-basic-banderole--premium .m-basic-teaser-across > article > figure {
  height: 217px;
}
.o-basic-banderole--premium .m-basic-teaser-across > article > figure > a > img {
  height: 217px;
}
.o-basic-banderole--premium .m-basic-teaser-across > article .mm-article-content {
  height: 50px;
}
.o-basic-banderole--premium .mm-footer {
  display: none;
}

/* o-basic-banderole--product */
.o-basic-banderole--product {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 17px;
}
.o-basic-banderole--product .oo-headline {
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--product .oo-headline {
    padding-left: 28px;
    font-family: "ADACSlab-Bold", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 28px;
    font-size: 1.75rem;
    color: #333;
  }
}
.o-basic-banderole--product .swiper {
  margin-top: 0;
  padding-top: 0;
}

/* o-basic-banderole--rating */
.o-basic-banderole--rating {
  padding-bottom: 0;
  background: #f3f3f4;
}
.o-basic-banderole--rating .oo-headline {
  padding-bottom: 0;
  color: #000;
}

/* o-basic-banderole--ratingEkomi */
.o-basic-banderole--ratingEkomi {
  padding-top: 30px;
  background: #f3f3f4;
}
.o-basic-banderole--ratingEkomi .oo-headline {
  background: url("/dev/img/dummy/aks-refresh/ekomi.png") no-repeat left 20px center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 90px;
  padding-right: 15px;
}
.o-basic-banderole--ratingEkomi.is-center .oo-headline {
  background-position: left center;
  padding-left: 70px;
}

@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--ratingEkomi .oo-headline {
    flex-direction: row;
  }
}
.o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating {
  display: flex;
  align-items: center;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating {
    font-family: "ADACSans-Regular", Arial, sans-serif;
    font-feature-settings: "lnum" 1;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating > .oo-star {
  margin-right: 2px;
}
.o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating > .oo-star > img {
  display: block;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating > .oo-star > img {
    height: 35px;
  }
}
.o-basic-banderole--ratingEkomi .oo-headline > .oo-main-rating > .oo-counter {
  margin-left: 8px;
}
.o-basic-banderole--ratingEkomi > .mm-btn-box {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  flex-direction: column-reverse;
  max-width: 898px;
  margin: 0 auto 15px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--ratingEkomi > .mm-btn-box {
    flex-direction: row;
  }
}
.o-basic-banderole--ratingEkomi > .mm-btn-box > div {
  margin-bottom: 5px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--ratingEkomi > .mm-btn-box > div {
    margin-bottom: 0;
  }
}

/* o-basic-banderole--reduced */
.o-basic-banderole--reduced {
  padding-bottom: 0;
}
.o-basic-banderole--reduced.h-space-s {
  margin-bottom: 0;
}
.o-basic-banderole--reduced > .swiper {
  margin-top: 0;
  padding-top: 0;
}
.o-basic-banderole--reduced > .swiper > .swiper-wrapper > .swiper-slide {
  padding-top: 12px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--reduced > .swiper > .swiper-wrapper > .swiper-slide {
    padding-top: 22px;
  }
}

/* o-basic-banderole--sedcard */
.ll-main-center .o-basic-banderole--sedcard {
  margin-left: 0;
  margin-right: 0;
}
.o-basic-banderole--sedcard > .swiper > .swiper-wrapper > .swiper-slide {
  background: none;
}

/* o-basic-banderole--teaser-across-rating */
.l-main-content .o-basic-banderole--teaser-across-rating {
  margin-left: 0;
  margin-right: 0;
}

/* o-basic-banderole--white */
.o-basic-banderole--white > .swiper {
  margin-top: 0;
  padding-top: 0;
}
.o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across {
  background: #fff;
  padding-top: 12px;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across {
    padding-top: 22px;
  }
}
.o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across.mm-first {
  padding-left: 0;
}
@media only screen and (min-width: 88.75em) {
  .o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across.mm-first {
    padding-left: 15px;
  }
}
.o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across > article > .mm-article-content {
  background: #fff;
}
.o-basic-banderole--white > .swiper > .swiper-wrapper > .swiper-slide > .m-basic-teaser-across > article > .mm-footer {
  background: #fff;
}

@media print {
  .o-basic-cluster-box--image-align-left .oo-main > section.oo-img-box {
    width: 410px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--image-align-left .oo-figure > img {
    left: calc(15% + 73px);
    margin: 0 0 0 -50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-cluster-box--image-align-left .oo-figure > img {
    left: 50%;
    margin: 0 0 0 -100%;
  }
}
.lt-ie9 .o-basic-cluster-box--image-align-left .oo-figure > img {
  left: 50%;
  margin: 0 0 0 -100%;
}
@media print {
  .o-basic-cluster-box--image-align-left .oo-figure > img {
    left: 0;
    margin: 0;
  }
}

@media print {
  .o-basic-cluster-box--image-align-right .oo-main > section.oo-img-box {
    width: 410px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--image-align-right .oo-figure > img {
    right: calc(15% + 73px);
    margin: 0 -50% 0 0;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-basic-cluster-box--image-align-right .oo-figure > img {
    left: 50%;
    margin: 0 0 0 -100%;
  }
}
.lt-ie9 .o-basic-cluster-box--image-align-right .oo-figure > img {
  left: 50%;
  margin: 0 0 0 -100%;
}
@media print {
  .o-basic-cluster-box--image-align-right .oo-figure > img {
    left: 0;
    margin: 0;
  }
}

.o-basic-cluster-box--imagebig {
  max-width: 926px;
  height: 100%;
}
.o-basic-banderole .o-basic-cluster-box--imagebig {
  margin-bottom: 0;
  width: 100%;
}
.o-basic-cluster-box--imagebig > .oo-main {
  max-height: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.o-basic-cluster-box--imagebig > .oo-main > section.oo-img-box {
  margin-right: 0;
  order: 1;
  flex-basis: 100%;
}
.o-basic-cluster-box--imagebig > .oo-main > section.oo-img-box > .oo-figure {
  max-width: 926px;
  max-height: 383px;
}
.o-basic-cluster-box--imagebig > .oo-main > section.oo-img-box > .oo-figure > img {
  position: static;
  left: auto;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.o-basic-cluster-box--imagebig > .oo-main > .oo-header {
  padding: 0;
  width: 100%;
  order: 2;
  flex-basis: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--imagebig > .oo-main > .oo-header {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 50px;
  }
}
.o-basic-cluster-box--imagebig > .oo-main > .oo-header > .oo-headline {
  max-height: 80px;
  overflow: hidden;
  margin: 0;
  padding: 10px 15px 0;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--imagebig > .oo-main > .oo-header > .oo-headline {
    color: #fff;
    max-width: 450px;
  }
}
.o-basic-cluster-box--imagebig > .oo-main > .oo-header > .oo-headline--black {
  color: #000;
}
.o-basic-cluster-box--imagebig > .oo-main > section.oo-content-box {
  position: static;
  width: 100%;
  order: 3;
  background: none;
  padding: 10px 15px 20px 15px;
  flex-basis: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--imagebig > .oo-main > section.oo-content-box {
    padding: 36px 50px 20px 50px;
  }
}
.o-basic-cluster-box--imagebig > .oo-main > section.oo-content-box > .oo-subheadline {
  margin-bottom: 8px;
}

.o-basic-cluster-box--in-content {
  background: #fff;
}
.o-basic-cluster-box--in-content > .oo-header {
  padding: 17px 0;
}
.o-basic-cluster-box--in-content > .oo-main > section.oo-content-box {
  padding: 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-cluster-box--in-content > .oo-main > section.oo-content-box {
    padding-top: 0;
    padding-left: 25px;
  }
}

/* o-basic-form--labelontop */
.o-basic-form--labelontop .oo-row {
  max-width: 392px;
}
.l-lightbox .o-basic-form--labelontop .oo-row {
  margin-bottom: 11px;
}
.o-basic-form--labelontop .oo-col-data {
  float: none !important;
  width: 100%;
}
.o-basic-form--labelontop .oo-col-data--only-data {
  margin-left: 0;
}
.o-basic-form--labelontop .oo-col-label {
  float: none !important;
  width: 100%;
  margin-bottom: 5px;
}
.o-basic-form--labelontop .oo-col-label + .oo-col-data {
  width: 100%;
}
.l-lightbox .o-basic-form--labelontop .oo-col-label {
  padding-bottom: 0;
}

.l-outer--my-adac .o-basic-form--my-adac {
  margin: 0 0 24px 0;
}
.o-basic-form--my-adac > .oo-fieldset > legend {
  background-color: transparent;
  font-family: "ADACSans-Regular", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 20px 0;
  padding: 0;
}
.o-basic-form--my-adac > .oo-fieldset > .oo-row {
  margin: 0 0 10px 0;
  padding: 0;
}

/* o-basic-form-footer--data */
.o-basic-form-footer--data {
  padding-top: 17px;
  border-top: 1px solid #d7d7d7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-footer--data {
    flex-wrap: nowrap;
  }
}
.o-basic-form-footer--data .oo-left {
  align-self: flex-start;
  width: 100%;
}
.o-basic-form-footer--data .oo-left + .oo-right {
  flex: 0 0 auto;
  padding-right: 25px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-basic-form-footer--data .oo-left + .oo-right {
    width: auto;
  }
}
.o-basic-form-footer--data .oo-left + .oo-right > p {
  text-align: right;
}
.o-basic-form-footer--data .oo-left + .oo-right > p > a {
  text-align: right;
}
.o-basic-form-footer--data .oo-left + .oo-right > p > .a-basic-icon-verified {
  left: inherit;
  right: -25px;
}
.o-basic-form-footer--data .oo-left .m-basic-list {
  margin: 0;
}

/* o-basic-form-footer--line */
.o-basic-form-footer--line {
  padding-top: 17px;
  border-top: 1px solid #d7d7d7;
}

/* o-basic-form-footer--right */
.o-basic-form-footer--right > .oo-right {
  float: right;
  padding-right: 25px;
}
.o-basic-form-footer--right > .oo-right > p > .a-basic-icon-verified {
  left: inherit;
  right: -25px;
}

/* o-basic-form-overview--nolegend */
@media print, only screen and (min-width: 48em) {
  .o-basic-form-overview--nolegend .oo-col-label {
    padding: 5px 10px 0 0;
  }
}

/* o-basic-form-overview---toggle  */
.o-basic-form-overview--toggle .a-basic-btn.oo-edit {
  top: 0px;
  right: 0px;
  position: absolute;
  padding: 5px 10px 5px 25px;
  background-color: unset;
}
.o-basic-form-overview--toggle .oo-fieldset {
  margin-top: 2px;
}
.o-basic-form-overview--toggle .oo-fieldset .oo-row {
  display: none;
  flex-flow: row wrap;
}
.o-basic-form-overview--toggle .oo-fieldset .oo-row.hidden {
  display: none !important;
}
.o-basic-form-overview--toggle .oo-fieldset > legend {
  margin-bottom: 0;
  padding-left: 20px;
  cursor: pointer;
}
.o-basic-form-overview--toggle .oo-fieldset > legend:before {
  content: "";
  top: -5px;
  left: -10px;
  position: absolute;
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 94.0952380952% 80.790960452%;
}
.o-basic-form-overview--toggle .oo-fieldset.is-open {
  padding-bottom: 12px;
}
.o-basic-form-overview--toggle .oo-fieldset.is-open > legend {
  margin-bottom: 16px;
}
.o-basic-form-overview--toggle .oo-fieldset.is-open > legend:before {
  content: "";
  background: url("/assets/img/svg-sprite/main-sprite.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-position: 87.9919517103% 81.9209039548%;
}
.o-basic-form-overview--toggle .oo-fieldset.is-open .oo-row {
  display: flex;
}

/* o-compare-product--dynamic */
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide > .oo-compare-product-box > .oo-header-box > header > h3 {
  font-family: "Aptos", "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-head {
  padding-left: 37px;
  position: relative;
}
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-head--data::before {
  position: absolute;
  width: 100%;
}
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide > .oo-compare-toggle > .oo-content > .oo-list > .oo-head {
  padding-right: 12px;
  padding-left: 12px;
}
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide:nth-child(2n) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result {
  background: #fff;
}
.o-compare-product--dynamic > .swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) > .oo-compare-toggle > .oo-content > .oo-list > .oo-result {
  background: #e9e9ea;
}

/* o-layout-header-metanav--brs */
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs .oo-list > li.oo-login {
    padding-right: 12px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs .oo-list > li:nth-child(3) {
    padding-right: 12px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs .oo-list > li:nth-child(5) {
    display: block;
  }
}
.o-layout-header-metanav--brs.o-layout-header-metanav--loggedin.has-loggedin-layer-visible .oo-loggedin {
  display: block !important;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs.o-layout-header-metanav--loggedin.has-loggedin-layer-visible .oo-loggedin {
    right: -2px;
    padding: 60px 15px 24px 15px;
  }
}

@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--brs.o-layout-header-metanav--loggedin.has-navi-opened .oo-loggedin {
    padding: 20px 15px 44px 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-header-metanav--brs.o-layout-header-metanav--loggedin.has-navi-opened .oo-loggedin {
    padding: 30px 15px 51px 15px;
  }
}
.lt-ie9 .o-layout-header-metanav--brs.o-layout-header-metanav--loggedin.has-navi-opened .oo-loggedin {
  padding: 30px 15px 51px 15px;
}

/* o-layout-header-metanav--loggedin */
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--loggedin .oo-list > li.oo-login {
    width: 195px;
    text-align: left;
    padding: 0 14px 0 8px;
    white-space: nowrap;
  }
  .o-layout-header-metanav--loggedin .oo-list > li.oo-login > a {
    cursor: default;
  }
  .o-layout-header-metanav--loggedin .oo-list > li.oo-login > a > img {
    position: relative;
    top: -1px;
    float: none;
  }
  .o-layout-header-metanav--loggedin .oo-list > li.oo-login > a > span {
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: inline-block;
  }
}
.o-layout-header-metanav--loggedin .oo-loggedin {
  display: none;
  padding: 45px 20px 16px 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-header-metanav--loggedin .oo-loggedin {
    width: 300px;
    position: absolute;
    z-index: 61;
    top: 0;
    right: 0;
    padding: 56px 15px 9px 15px;
    background: #ffcc00;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (min-width: 76.25em) {
  .o-layout-header-metanav--loggedin .oo-loggedin {
    right: 0;
    width: 295px;
    padding-top: 65px;
    padding-bottom: 17px;
  }
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul {
  margin: 0;
  padding: 0;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li {
  padding-bottom: 3px;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li.oo-last {
  padding-bottom: 0;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li a {
  padding: 0 0 0 16px;
  text-decoration: none;
  background: url(/assets/img/icons/icon-arrow-right-black.svg) no-repeat -5px -2px;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li a:hover {
  text-decoration: underline;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li button {
  padding: 0 0 0 16px;
  text-decoration: none;
  background: url(/assets/img/icons/icon-arrow-right-black.svg) no-repeat -5px -2px;
}
.o-layout-header-metanav--loggedin .oo-loggedin > ul > li button:hover {
  text-decoration: underline;
}

/* o-layout-main-stage--align-center */
.o-layout-main-stage--align-center .oo-figure .oo-img {
  left: -24%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-center .oo-figure .oo-img {
    left: -17%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-center .oo-figure .oo-img {
    position: static;
  }
}
.lt-ie9 .o-layout-main-stage--align-center .oo-figure .oo-img {
  position: static;
}
.o-layout-main-stage--align-center .oo-figure .oo-img--col-3 {
  left: -8%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-center .oo-figure .oo-img--col-3 {
    left: -18%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-center .oo-figure .oo-img--col-3 {
    position: relative;
    left: -8%;
  }
}
.lt-ie9 .o-layout-main-stage--align-center .oo-figure .oo-img--col-3 {
  position: relative;
  left: -8%;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-center .oo-figure .oo-img--col-3 {
    left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-center .oo-box:not(.oo-box--col-2):not(.oo-box--col-3) {
    left: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-center .oo-box:not(.oo-box--col-2):not(.oo-box--col-3) {
    left: 205px;
  }
}
.lt-ie9 .o-layout-main-stage--align-center .oo-box:not(.oo-box--col-2):not(.oo-box--col-3) {
  left: 205px;
}

/* o-layout-main-stage--align-left */
.o-layout-main-stage--align-left .oo-figure .oo-img {
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img {
    left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img {
    position: static;
  }
}
.lt-ie9 .o-layout-main-stage--align-left .oo-figure .oo-img {
  position: static;
}
.o-layout-main-stage--align-left .oo-figure .oo-img--col-3 {
  left: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img--col-3 {
    left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img--col-3 {
    position: relative;
    left: 0;
  }
}
.lt-ie9 .o-layout-main-stage--align-left .oo-figure .oo-img--col-3 {
  position: relative;
  left: 0;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img--col-3 {
    left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img.is-fixed-height {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left .oo-figure .oo-img.is-fixed-height {
    left: 50%;
    transform: translate(-50%);
    width: auto;
    height: 100%;
  }
}
.lt-ie9 .o-layout-main-stage--align-left .oo-figure .oo-img.is-fixed-height {
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-figure--overlay .oo-img {
    transform: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay {
    left: auto;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-slide-head {
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-slide-head {
    min-width: calc(700px - 20%);
    max-width: calc(700px - 20%);
  }
}
.lt-ie9 .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-slide-head {
  min-width: calc(700px - 20%);
  max-width: calc(700px - 20%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-slide-head {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    min-width: calc(800px - 20%);
    max-width: calc(800px - 20%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-box {
    padding-right: 20px;
  }
}
.lt-ie9 .o-layout-main-stage--align-left > .swiper > .swiper-wrapper > .swiper-slide .oo-slide-content-wrapper--overlay > .oo-box {
  padding-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-left .oo-slide-content-wrapper--overlay + .oo-badge {
    left: auto;
    right: 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-left .oo-slide-content-wrapper--overlay + .oo-badge {
    top: 155px;
    right: calc(50% - 415px);
    transform: translate(50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-left .oo-slide-content-wrapper--overlay + .oo-badge {
  top: 155px;
  right: calc(50% - 415px);
  transform: translate(50%, 0);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-left .oo-slide-content-wrapper--overlay + .oo-badge {
    right: calc(50% - 480px);
  }
}

/* o-layout-main-stage--align-right */
.o-layout-main-stage--align-right .oo-figure .oo-img {
  left: -48%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img {
    left: -33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img {
    position: static;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-figure .oo-img {
  position: static;
}
.o-layout-main-stage--align-right .oo-figure .oo-img--col-3 {
  left: -15%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img--col-3 {
    left: -36%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img--col-3 {
    position: relative;
    left: -16%;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-figure .oo-img--col-3 {
  position: relative;
  left: -16%;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img--col-3 {
    left: 0;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img.is-fixed-height {
    position: relative;
    left: -48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-figure .oo-img.is-fixed-height {
    left: 50%;
    transform: translate(-50%);
    width: auto;
    height: 100%;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-figure .oo-img.is-fixed-height {
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-figure--overlay .oo-img {
    transform: none;
    width: 148%;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper > .oo-slide-head {
    left: auto;
    min-width: 0;
    right: 350px;
    width: calc(100% - 560px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper > .oo-slide-head {
    left: 30px;
    right: auto;
    min-width: 620px;
    max-width: 620px;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper > .oo-slide-head {
  left: 30px;
  right: auto;
  min-width: 620px;
  max-width: 620px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small {
    left: 58%;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--small {
  left: 58%;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small {
    left: 50%;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small > .oo-slide-head {
    max-width: calc(100% - 560px);
    right: 270px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small > .oo-slide-head {
    min-width: calc(800px - 42%);
    max-width: calc(800px - 42%);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--small > .oo-slide-head {
  min-width: calc(800px - 42%);
  max-width: calc(800px - 42%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small > .oo-slide-head {
    min-width: 620px;
    max-width: 620px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small.oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
    min-width: calc(700px - 51%);
    max-width: calc(700px - 51%);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--small.oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
  min-width: calc(700px - 51%);
  max-width: calc(700px - 51%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--small.oo-slide-content-wrapper--fade-overlay > .oo-slide-head {
    min-width: 620px;
    max-width: 620px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay {
    left: calc(50% - 65px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay > .oo-slide-head {
    min-width: calc(700px - 51%);
    max-width: calc(700px - 51%);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay > .oo-slide-head {
  min-width: calc(700px - 51%);
  max-width: calc(700px - 51%);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay > .oo-slide-head {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    min-width: calc(800px - 45%);
    max-width: calc(800px - 45%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay > .oo-box {
    padding-right: 20px;
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay > .oo-box {
  padding-right: 20px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-badge {
    left: 35px;
    right: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-badge {
    left: auto;
    right: calc(50% + 420px);
    transform: translate(50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-badge {
  left: auto;
  right: calc(50% + 420px);
  transform: translate(50%, 0);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-badge--big {
    right: calc(44% + 390px);
    transform: translate(44%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-badge--big {
  right: calc(44% + 390px);
  transform: translate(44%, 0);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-badge--big {
    right: calc(50% + 430px);
    transform: translate(50%, 0);
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge {
    top: 40px;
    left: 30px;
    right: auto;
    transform: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge {
    bottom: auto;
    left: auto;
    right: calc(50% + 410px);
    transform: translate(50%, 0%);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge {
  bottom: auto;
  left: auto;
  right: calc(50% + 410px);
  transform: translate(50%, 0%);
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
    right: calc(50% + 320px);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
  right: calc(50% + 320px);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--fade-overlay + .oo-badge--big {
    right: calc(50% + 410px);
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay + .oo-badge {
    top: 40px;
    left: 30px;
    right: auto;
    transform: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay + .oo-badge {
    top: 55px;
    left: calc(50% - 545px);
    right: auto;
    transform: translate(50%, 0);
  }
}
.lt-ie9 .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay + .oo-badge {
  top: 55px;
  left: calc(50% - 545px);
  right: auto;
  transform: translate(50%, 0);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--align-right .oo-slide-content-wrapper--overlay + .oo-badge {
    left: calc(50% - 615px);
  }
}

.o-layout-main-stage--centerfix.o-layout-main-stage--legalprotection {
  left: auto;
  transform: translate(0, 0);
  width: auto;
}

@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster {
    height: 500px;
  }
}
@media only screen and (min-width: 88.75em) {
  .o-layout-main-stage--cluster {
    height: 500px;
  }
}
.o-layout-main-stage--cluster .oo-figure {
  max-height: 500px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-figure {
    height: auto;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-figure img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-figure img {
    width: auto;
    left: -28%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-figure img {
    left: inherit;
  }
}
.lt-ie9 .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-figure img {
  left: inherit;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 {
  padding: 0;
  bottom: -4px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 {
    bottom: 36px;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 15px 20px 20px 20px;
  height: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper {
    padding: 15px 60px 20px 20px;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-boxheadline {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 40px;
  line-height: 2.5rem;
  flex-basis: 100%;
  align-self: flex-start;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child {
  padding: 0 0 20px 0;
  flex-basis: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child:first-of-type {
    border-right: 1px solid #c5c5c5;
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child {
    flex-basis: 64%;
    padding-bottom: 0;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child.col-2--flexbuttons {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child.col-2--flexbuttons {
    flex-basis: 200px;
    flex-grow: 0;
    padding-top: 0;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child.col-2--flexbuttons > .a-basic-btn {
  position: static;
  margin-bottom: 5px;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child.col-2--flexbuttons > .a-basic-btn {
    width: 200px;
  }
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child.col-2--flexbuttons > .a-basic-btn:last-of-type {
  margin-bottom: 15px;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child > .ll-form {
  clear: both;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child > .ll-form > .a-basic-input-radio {
  display: block;
  float: none;
  margin-bottom: 15px;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child > .ll-form > .a-basic-input-radio:last-of-type {
  margin-bottom: 30px;
}
.o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child > .ll-form > .a-basic-btn {
  position: static;
  display: inline-block;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--cluster .swiper > .swiper-wrapper > .swiper-slide > .oo-box--col-2 > .oo-box-childwrapper > .oo-box-col-2--child > .ll-form > .a-basic-btn {
    width: auto;
  }
}

@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-figure {
    height: auto;
  }
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-figure > img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-figure > img {
    width: auto;
  }
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  margin: 0 auto;
  padding: 15px 20px;
  min-height: 255px;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    padding: 40px;
    width: 700px;
    bottom: 45px;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    width: 767px;
  }
}
.lt-ie9 .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  width: 767px;
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > header {
  min-height: auto;
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > header > .oo-box-head {
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
  font-size: 23px;
  font-size: 1.4375rem;
  max-width: 55%;
  margin-bottom: 30px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > header > .oo-box-head {
    font-size: 40px;
    font-size: 2.5rem;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > .oo-box-text {
  height: auto;
  overflow: visible;
  max-width: 480px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > .oo-box-text {
    max-width: 530px;
  }
}
.o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > .a-basic-btn {
  left: 20px;
  right: auto;
  bottom: auto;
  max-width: 150px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--legalprotection .swiper > .swiper-wrapper > .swiper-slide > .oo-box > .a-basic-btn {
    left: auto;
    right: 38px;
    bottom: 25px;
    max-width: 100%;
  }
}

.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  bottom: auto;
  padding: 10px;
  margin: 0;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    top: 75px;
    padding: 25px 40px 10px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 688px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    width: 845px;
  }
}
.lt-ie9 .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  width: 845px;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  max-width: 100%;
  line-height: 28px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    line-height: 50px;
  }
}
.lt-ie9 .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  line-height: 50px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-text {
  height: unset;
  max-width: unset;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form {
  display: flex;
  justify-content: flex-start;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset > .ll-row > .ll-col-data {
  width: 100%;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset:nth-child(1) {
  width: 75%;
}
.o-layout-main-stage--regionalclubs > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset:nth-child(2) {
  width: 30%;
}

.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  bottom: auto;
  padding: 10px;
  margin: 0;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    top: 50%;
    padding: 25px 40px 10px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 688px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    width: 845px;
  }
}
.lt-ie9 .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  width: 845px;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  max-width: 100%;
  line-height: 28px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    line-height: 50px;
  }
}
.lt-ie9 .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  line-height: 50px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-text {
  height: auto;
  max-width: none;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form,
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general {
  display: flex;
  justify-content: flex-start;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset,
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general .ll-fieldset {
  margin-bottom: 10px;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset > .ll-row,
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general .ll-fieldset > .ll-row {
  max-width: 100%;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset > .ll-row > .ll-col-data,
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general .ll-fieldset > .ll-row > .ll-col-data {
  width: 100%;
  float: none;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset > .ll-row > .ll-col-label,
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general .ll-fieldset > .ll-row > .ll-col-label {
  float: none;
  width: auto;
}
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form .ll-fieldset:nth-child(1),
.o-layout-main-stage--search > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .l-form-general .ll-fieldset:nth-child(1) {
  flex-grow: 1;
}
.o-layout-main-stage--search.is-noresult {
  overflow: visible;
}
.o-layout-main-stage--search.o-layout-main-stage--wide {
  margin-bottom: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--search.o-layout-main-stage--wide {
    margin-bottom: 18px;
  }
}

.o-layout-main-stage--teaser {
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser {
    height: 450px;
  }
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure {
  overflow: visible;
  max-width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure {
    height: 450px;
    max-height: 450px;
  }
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure .oo-img {
    width: 167%;
    left: -67%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure .oo-img {
    width: auto;
    min-height: 450px;
    left: auto;
  }
}
.lt-ie9 .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure .oo-img {
  width: auto;
  min-height: 450px;
  left: auto;
}
@media only screen and (min-width: 76.25em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide > .oo-figure .oo-img {
    width: auto;
    min-width: 100%;
    min-height: 450px;
    left: auto;
  }
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box {
  bottom: auto;
  padding: 0 10px;
  margin: 0;
  height: auto;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box {
    top: 75px;
    padding: 15px 40px 10px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 688px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box {
    width: 845px;
  }
}
.lt-ie9 .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box {
  width: 845px;
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box--teaser-center {
  padding-top: 12px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box--teaser-center {
    top: auto;
    bottom: 45px;
    padding-top: 20px;
  }
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-head {
  max-width: 100%;
  line-height: 28px;
  font-family: "ADACSlab-Bold", Arial, sans-serif;
  font-feature-settings: "lnum" 1;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-head {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-head {
    line-height: 50px;
  }
}
.lt-ie9 .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-head {
  line-height: 50px;
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-subhead.h-h3 {
  display: inline-block;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-subhead.h-h3 {
    margin-bottom: 12px;
  }
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box header + .oo-box-subhead.h-h3 {
  padding-top: 10px;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box header + .oo-box-subhead.h-h3 {
    padding-top: 0;
  }
}
.o-layout-main-stage--teaser .swiper > .swiper-wrapper > .swiper-slide .oo-box .oo-box-text {
  height: auto;
  max-width: 100%;
}

.o-layout-main-stage--wide {
  max-width: 100%;
}
.o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  bottom: unset;
  background: transparent;
  padding: 0 15px;
  margin: 0;
  height: unset;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    top: 60px;
    padding: 15px 0 15px 15px;
    margin: -30px 10px 0 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
    left: 355px;
    width: 480px;
  }
}
.lt-ie9 .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box {
  left: 355px;
  width: 480px;
}
.o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  max-width: 100%;
  line-height: 28px;
  font-family: "ADACSans-Bold", Arial, sans-serif;
  font-weight: 500;
  font-feature-settings: "lnum" 1;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
    line-height: 50px;
  }
}
.lt-ie9 .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-head {
  line-height: 50px;
}
.o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-text {
  height: unset;
  max-width: unset;
}
@media print, only screen and (min-width: 48em) {
  .o-layout-main-stage--wide > .swiper > .swiper-wrapper > .swiper-slide > .oo-box .oo-box-text {
    max-width: 400px;
  }
}

.o-layout-ves-stage--background {
  background-color: #ffcc00;
}

@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content {
    position: static;
    padding-right: 120px;
  }
}
.lt-ie9 .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content {
  position: static;
  padding-right: 120px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content > .oo-text {
    padding-right: 0;
  }
}
.lt-ie9 .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content > .oo-text {
  padding-right: 0;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content > .oo-stopper {
    right: calc(50% + 50px);
    transform: none;
    top: 20px;
  }
}
.lt-ie9 .o-layout-ves-stage--image-addons > .oo-wrapper > .oo-item--content > .oo-stopper {
  right: calc(50% + 50px);
  transform: none;
  top: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-addons.o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content > .oo-stopper {
    transform: none;
    right: 50px;
  }
}
.lt-ie9 .o-layout-ves-stage--image-addons.o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content > .oo-stopper {
  transform: none;
  right: 50px;
}

@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-addons:not(.o-layout-ves-stage--image-right) > .oo-wrapper > .oo-item--content > .oo-siegel {
    transform: translateX(-40px);
    right: 50%;
  }
}
.lt-ie9 .o-layout-ves-stage--image-addons:not(.o-layout-ves-stage--image-right) > .oo-wrapper > .oo-item--content > .oo-siegel {
  transform: translateX(-40px);
  right: 50%;
}

@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--image {
    order: 2;
  }
}
.lt-ie9 .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--image {
  order: 2;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content {
    order: 1;
  }
}
.lt-ie9 .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content {
  order: 1;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content > .oo-stopper {
    transform: translate(0, -100%);
    right: calc(-100% + 20px);
  }
}
.lt-ie9 .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content > .oo-stopper {
  transform: translate(0, -100%);
  right: calc(-100% + 20px);
}
@media only screen and (min-width: 76.25em) {
  .o-layout-ves-stage--image-right > .oo-wrapper > .oo-item--content > .oo-stopper {
    right: 40px;
    transform: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--no-addons > .oo-wrapper > .oo-item--content {
    padding-right: 120px;
  }
}
.lt-ie9 .o-layout-ves-stage--no-addons > .oo-wrapper > .oo-item--content {
  padding-right: 120px;
}
@media only screen and (min-width: 64.0625em) {
  .o-layout-ves-stage--no-addons > .oo-wrapper > .oo-item--content > .oo-text {
    padding-right: 0;
  }
}
.lt-ie9 .o-layout-ves-stage--no-addons > .oo-wrapper > .oo-item--content > .oo-text {
  padding-right: 0;
}
