
@media (min-width: 48rem) and (prefers-reduced-motion: reduce) {
  .promoBlock.col-12:not(.noImage).right .image:after {
    transition: none;
  }
}
@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  .navigationList.level1 > .navigationListItem > a .icon, .navigationList.level1 > .navigationListItem > button .icon {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 {
    transition: none !important;
    animation: none !important;
  }
}