/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.nav__bar {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: var(--z-index-fixed);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-border, rgb(120 184 194 / 0.33));
  background-color: var(--color-nav, #0d263d);
}
.nav__grid {
  margin-inline: auto;
  display: grid;
  width: 100%;
  max-width: 80rem;
  grid-auto-flow: column;
  align-items: stretch;
  column-gap: var(--spacing-1, 0.125rem);
  padding-inline: 1px;
  text-align: center;
  @media (width >= 40rem) {
    column-gap: var(--spacing-2, 0.25rem);
  }
  @media (width >= 40rem) {
    padding-inline: var(--spacing-1, 0.125rem);
  }
  grid-auto-columns: minmax(58px, 1fr);
}
@media (width >= 40rem) {
  .nav__grid {
    grid-auto-columns: minmax(124px, 1fr);
  }
}
.nav__offset {
  display: block;
  height: 56px;
  width: 100%;
}
.nav__slot {
  min-width: 0px;
}
.nav__slot--spacer {
  pointer-events: none;
}
.nav__slot--spacer .nav__item {
  cursor: default;
  border-bottom-color: transparent;
}
.nav__item {
  display: flex;
  height: 56px;
  width: 100%;
  min-width: 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-1, 0.125rem);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: transparent;
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  color: var(--color-text-on-nav, rgb(250 250 250 / 0.95));
  text-decoration-line: none;
  @media (width >= 64rem) {
    flex-direction: row;
  }
  @media (width >= 64rem) {
    align-items: center;
  }
  @media (width >= 64rem) {
    justify-content: center;
  }
  @media (width >= 64rem) {
    gap: var(--spacing-2, 0.25rem);
  }
}
.nav__item.is-active {
  border-color: var(--color-primary-highlight, #e8ba00);
}
.nav__media {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  @media (width >= 64rem) {
    height: 100%;
  }
  @media (width >= 64rem) {
    width: auto;
  }
  @media (width >= 64rem) {
    flex: none;
  }
}
.nav__media:has(img[src=""]), .nav__media:not(:has(img)) {
  display: none;
}
.nav__logo {
  margin: 0px;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: var(--opacity-medium);
  transition: opacity 0.15s ease;
}
.nav__item:hover .nav__logo, .nav__item.is-active .nav__logo {
  opacity: var(--opacity-strong);
}
.nav__label {
  margin-top: auto;
  width: 100%;
  min-width: 0px;
  overflow: hidden;
  text-align: center;
  font-family: var(--font-sans, "Montserrat", "Avenir Next", "Segoe UI", sans-serif);
  font-size: var(--text-xs, clamp(0.5625rem, 0.5rem + 0.25vw, 0.625rem));
  line-height: var(--tw-leading, var(--text-xs--line-height, 1.2));
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  --tw-tracking: var(--tracking-wide, 0.025em);
  letter-spacing: var(--tracking-wide, 0.025em);
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  @media (width >= 40rem) {
    font-size: var(--text-sm, clamp(0.6875rem, 0.625rem + 0.3vw, 0.8125rem));
    line-height: var(--tw-leading, var(--text-sm--line-height, 1.2));
  }
  @media (width >= 64rem) {
    margin-top: 0px;
  }
  @media (width >= 64rem) {
    width: auto;
  }
  text-fit: shrink;
}
.nav__item.is-active .nav__label {
  text-decoration-line: none;
}
.nav__label:empty {
  display: none;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
