
@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  .navigationListItemLink svg {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2, .navigationList.level3, .navigationList.level4 {
    transition: none !important;
    animation: none !important;
  }
}
@media (min-width: 90rem) and (prefers-reduced-motion: reduce) {
  .navigationList.level1 > .navigationListItem::before {
    transition: none !important;
    animation: none !important;
  }
}