*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-wrap: anywhere;
  text-size-adjust: 100%;
}

body {
  min-width: 0;
  margin: 0;
}

body[data-menu-open="true"] {
  overflow: hidden;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
[role="button"] {
  touch-action: manipulation;
}

[hidden] {
  display: none !important;
}

.skipLink {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #000;
  transform: translateY(-120%);
}

.skipLink:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
