
@media (max-width: 63.9375rem) and (prefers-reduced-motion: reduce) {
  .navigation {
    transition: none !important;
    animation: none !important;
  }
  .navigationList {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem.back .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2, .navigationList.level3, .navigationList.level4 {
    transition: none !important;
    animation: none !important;
  }
}