@layer shared {
/* Canonical public header. Page styles must not redefine these selectors. */
:root {
  --public-header-height: 4.5rem;
}

.public-header--home {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: #07113b;
  box-shadow: none;
  backdrop-filter: none;
}

.public-header--home .public-header__inner {
  height: 4.5rem;
  min-height: 4.5rem;
  grid-template-columns: 8.8rem minmax(0, 1fr) 20rem;
  gap: 1.25rem;
  padding-inline: clamp(1rem, 4.66vw, 4.5rem);
}

.public-header--home .public-header__brand-link {
  flex: 0 0 auto;
  gap: 0.7rem;
  border-right: 0;
  padding-right: 0;
  color: #fff;
}

.public-header--home .public-header__brand-context { display: none; }
.public-header--home .public-header__brand-symbol { display: inline-flex; width: 1.1rem; height: 1.1rem; align-items: flex-end; gap: 0.14rem; transform: skew(-12deg); }
.public-header--home .public-header__brand-symbol i { width: 0.22rem; background: #fff; }
.public-header--home .public-header__brand-symbol i:nth-child(1) { height: 0.52rem; }
.public-header--home .public-header__brand-symbol i:nth-child(2) { height: 0.88rem; }
.public-header--home .public-header__brand-symbol i:nth-child(3) { height: 0.7rem; }

.public-header__brand-lockup {
  display: grid;
  min-width: 8.8rem;
  gap: 0.28rem;
  align-content: center;
}

.public-header--home .public-header__brand-wordmark {
  color: inherit;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.public-header--home .public-header__brand-tagline {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Manrope", sans-serif;
  font-size: 0.52rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.public-header--home .public-header__brand-link img {
  width: auto;
  height: 1.85rem;
}

.public-header--home .public-header__mega-nav {
  justify-content: space-between;
  gap: 0.25rem;
}

.public-header--home .public-header__mega-direct {
  min-height: 2.35rem;
  border: 0;
  border-radius: 0.35rem;
  padding-inline: 0.42rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.72rem, 0.7vw, 0.8rem);
  font-weight: 650;
  line-height: 1.2;
}

.public-header--home .public-header__mega-direct:hover,
.public-header--home .public-header__mega-direct:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.public-header--home .public-header__mega-item--active::before {
  right: 18%;
  left: 18%;
  background: #75e7f3;
}

.public-header--home .public-header__mega-item--active .public-header__mega-direct {
  border-color: rgba(117, 231, 243, 0.34);
  background: rgba(117, 231, 243, 0.1);
  color: #fff;
}

.public-header--home .public-header__desktop-action {
  width: 20rem;
  gap: 0.55rem;
  border-left: 0;
  padding-left: 0;
}

.public-header--home .public-header__desktop-action .public-header__action-button {
  width: 0;
  flex: 1 1 0;
}

.public-header--home .public-header__search-button--home {
  flex: 0 0 9.5rem;
  min-width: 9.5rem;
  min-height: 2.8rem;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  background: transparent;
  padding: 0 0.9rem;
  color: #fff;
  font-size: 0.74rem;
}

.public-header--home .public-header__search-button--home svg { display: block; }
.public-header--home .public-header__search-button--home b { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; }

.public-header__search-button,
.public-header__mobile-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ec;
  background: #fff;
  color: #13243a;
  cursor: pointer;
}

.public-header__search-button {
  min-height: 42px;
  gap: 0.5rem;
  border-radius: 0.85rem;
  padding: 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.public-header__search-button svg,
.public-header__mobile-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.public-header__mobile-search {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 0.85rem;
}

.public-header__action-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00966f;
  border-radius: 999px;
  background: #00966f;
  padding: 0 1.1rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 10px 24px rgba(0, 150, 111, 0.14);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.public-header__action-button:hover {
  border-color: #008760;
  background: #008760;
  color: #fff;
  box-shadow: 0 13px 28px rgba(0, 150, 111, 0.18);
}

.public-header__home-action {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 0.35rem;
  padding: 0 0.85rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.public-header__home-action:hover,
.public-header__home-action:focus-visible {
  border-color: #75e7f3;
  background: rgba(255, 255, 255, 0.08);
}

.public-sticky-subnav {
  position: sticky;
  top: var(--public-header-height);
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.documents-catalog-breadcrumbs.public-sticky-subnav {
  padding-bottom: 0.9rem;
}

@media (max-width: 1439px) {
  .public-header--home .public-header__desktop-action { display: none; }
  .public-header--home .public-header__mobile-search { display: inline-flex; }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .public-header--home .public-header__inner {
    grid-template-columns: 8.8rem minmax(0, 1fr) 2.75rem;
    gap: 0.65rem;
    padding-inline: 1.4rem;
  }
}

@media (max-width: 1023px) {
  :root { --public-header-height: 4rem; }
  .public-header--home .public-header__inner { height: 4rem; min-height: 4rem; grid-template-columns: minmax(0, 1fr) auto auto; padding-inline: 1rem; }
  .public-header--home .public-header__mobile-drawer { display: block; }
  .public-header--home .public-header__mobile-summary { border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.07); color: #fff; }
  .public-header--home .public-header__mobile-menu { border-color: rgba(255, 255, 255, 0.14); background: #0a1745; color: #fff; box-shadow: 0 1.4rem 3rem rgba(2, 8, 23, 0.34); }
  .public-header--home .public-header__mobile-section,
  .public-header--home .public-header__mobile-link { border-color: rgba(255, 255, 255, 0.12); background: transparent; color: #fff; }
  .public-header--home .public-header__mobile-section small,
  .public-header--home .public-header__mobile-link small { color: rgba(255, 255, 255, 0.56); }
  .public-header--home .public-header__mobile-section > span:last-child,
  .public-header--home .public-header__mobile-link > span:last-child { color: #75e7f3; }
  .public-header__mobile-search { display: inline-flex; }
}

@media (max-width: 640px) {
  .public-header__brand-lockup { min-width: 7.65rem; gap: 0.22rem; }
  .public-header--home .public-header__brand-wordmark { font-size: 0.84rem; }
  .public-header--home .public-header__brand-tagline { font-size: 0.46rem; }
  .public-header--home .public-header__brand-link { border-right: 0; padding-right: 0; }
  .public-header--home .public-header__brand-link img { height: 1.55rem; }
  .public-header__mobile-search { width: 40px; height: 40px; }
}


}
