
@media (prefers-reduced-motion: reduce) {
  .pageHeaderButton > button use {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderButton > button:not(:disabled) .text {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLocalLanguage {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLocalLanguageIcon {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLocalRegionSelInput {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLocalRegionSelSubmit {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLocalRegionSelSubmitIcon use {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderNav {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderSearch {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItemLink .text {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItemLink svg {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem > .hasSubNav .text::before {
    transition: none !important;
    animation: none !important;
  }
}