
@media (prefers-reduced-motion: reduce) {
  .navigationListItemLink use {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItemLink svg {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 > .parentLink .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
}