.top {
  height: var(--header-height);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

#off-canvas {
  --theme-blue: 200, 80%, 38%;
  --theme-red: 350, 63%, 52%;
  --theme-pink: 350, 100%, 69%;
  --theme-black: 0, 7%, 9%;
  --theme-white: 0, 0%, 100%;
  --theme-light: 40, 100%, 97%;
  --theme-dark: var(--black-hsl);
  --header-opacity: 0;
  --header-visible: 1;
  --header-height: var(--top-bar-height);
  --button-size: var(--top-bar-button-size);
  --button-height: var(--button-size);
  --button-width: var(--button-size);
  color: hsl(var(--theme-dark));
  background: hsl(var(--primary-color));
}
#off-canvas .simple-button {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  #off-canvas .simple-button {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  #off-canvas .simple-button {
    font-size: 1.75rem;
  }
}
#off-canvas a:focus:not(:focus-visible),
#off-canvas [tabindex="-1"]:focus:not(:focus-visible) {
  outline: none;
}
.js-focus-visible #off-canvas a:focus:not(.focus-visible),
.js-focus-visible #off-canvas [tabindex="-1"]:focus:not(.focus-visible) {
  outline: none;
}
#off-canvas body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
#off-canvas.Nav {
  background: hsla(var(--theme-dark), 0.5);
  z-index: 100;
}
.js #off-canvas.Nav {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.js #off-canvas.Nav[aria-hidden=false] {
  display: flex;
}
#off-canvas .Nav__body {
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
#off-canvas .Nav__body > * {
  min-width: 0;
}
.js #off-canvas .Nav__body {
  margin-inline-start: auto;
  max-width: 25rem;
}
#off-canvas .Nav__header {
  align-items: center;
  background: var(--primary-color);
  display: flex;
  flex-shrink: 0;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
}
@media (min-width: 992px) {
  #off-canvas .Nav__header {
    justify-content: flex-end;
  }
}
#off-canvas .Nav__heading {
  font-size: 1rem;
  margin: 0;
}
#off-canvas .Nav__main {
  align-items: start;
  background: hsl(var(--primary-color));
  box-shadow: 0 0 2rem hsla(var(--theme-dark), 0.2);
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  scroll-behavior: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
#off-canvas .Nav__main::-webkit-scrollbar {
  display: none;
}
#off-canvas .Nav__main > * {
  flex: 1 0 100%;
}
#off-canvas .Nav__menu {
  background: var(--primary-color);
  display: block;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding-inline: 1rem;
  padding-block: 0;
  position: relative;
  scroll-snap-align: start;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[dir=rtl] #off-canvas .Nav__menu {
  left: auto;
  right: 0;
}
#off-canvas .Nav__menu[aria-hidden=true] {
  display: none;
}
.no-js #off-canvas .Nav__menu ~ .Nav__menu:not(:target) {
  display: none;
}
#off-canvas .Nav__item {
  margin: 0;
}
#off-canvas .Nav__link {
  align-items: center;
  border-radius: 0.125rem;
  display: flex;
  padding: 0.57em 0.3em;
  text-decoration: none;
  font-weight: 600;
}
#off-canvas .Nav__link > * {
  display: block;
  flex-grow: 1;
}
#off-canvas .Nav__link[aria-controls] {
  font-weight: 600;
}
#off-canvas .Nav__link .icon {
  flex-grow: 0;
  margin-inline: 0.5rem 0;
}
#off-canvas .Nav__link .icon:first-child {
  margin-inline: 0 0.5rem;
}
[dir=rtl] #off-canvas .Nav__link .icon {
  transform: scaleX(-1);
}
#off-canvas .Nav__main .icon {
  display: block;
  fill: currentColor;
  height: 2.5rem;
  width: 2.5rem;
}
.js #off-canvas .nav-toggle .icon {
  display: block;
}
.js #off-canvas .nav-toggle span {
  display: none;
}
#off-canvas .nav-toggle .icon {
  display: none;
}
#off-canvas .Header {
  align-items: center;
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
@supports (position: sticky) {
  #off-canvas .js .Header--sticky {
    position: sticky;
    top: 0;
    transform: translateY(calc((1 - var(--header-visible)) * -100%));
    transition: transform 300ms linear 100ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  #off-canvas .Header--sticky {
    transition: none;
  }
}
@media (min-width: 50rem) {
  .js #off-canvas .Nav__body {
    max-width: 30rem;
  }
  #off-canvas .Header,
  #off-canvas .Nav__header {
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
  }
  #off-canvas .Nav__menu {
    padding-block: 1rem;
    padding-inline: 2rem;
  }
  #off-canvas .Nav__link {
    font-size: 1.75rem;
  }
}
#off-canvas .Hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}