
@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  .pageHeader {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 .navigationListItemLink::after {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 .navigationListItem.extraLink button {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 > .navigationListItem > button .text::before {
    transition: none !important;
    animation: none !important;
  }
}
@media (min-width: 90rem) and (prefers-reduced-motion: reduce) {
  .navigationList.level2 .navigationListItem.feature {
    transition: none !important;
    animation: none !important;
  }
}