
@media (prefers-reduced-motion: reduce) {
  .pageHeaderNav {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderNav::before {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderSearch {
    transition: none !important;
    animation: none !important;
  }
  .searchFormSubmit, .pageHeaderSearch .searchFormSubmit {
    transition: none !important;
    animation: none !important;
  }
  .navigationList {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItemLink > .icon svg {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem.back > .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem.back > .navigationListItemLink > .text {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem.back > .navigationListItemLink use {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem.parentLink > .navigationListItemLink {
    transition: none !important;
    animation: none !important;
  }
}