/* Explicit low-data mode: retain content and navigation while avoiding
   decorative imagery and expensive visual effects. */
.hero,
.aw-photo-hero,
.page-hero,
.page-hero-bg,
.hero-bg,
[class*="hero-image"] {
  background-image: none !important;
}

.aw-photo-hero__media,
.hero__media,
.preferred img,
.brand-sample img {
  display: none !important;
}

.hero,
.aw-photo-hero,
.page-hero {
  background-color: #04294f !important;
}

*, *::before, *::after {
  animation: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

.site-header {
  position: relative !important;
}

.sidebar,
.support-form {
  position: static !important;
}
