/* Source: assets/css/fonts.css */
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/atkinson-hyperlegible/atkinson-hyperlegible-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/noto-sans/noto-sans-400-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/noto-sans/noto-sans-400-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Source: assets/css/base.css */
:root {
  --header-bg: rgba(50, 104, 166, 0.82);
  --header-bg-strong: rgba(35, 91, 154, 0.94);
  --header-line: rgba(255, 255, 255, 0.2);
  --accent: #008cad;
  --accent-dark: #006d89;
  --text: #14191f;
  --muted: #5d6b78;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --focus: #ffd44d;
  --nav-hover-bg: rgba(255, 255, 255, 0.16);
  --nav-hover-text: #ffffff;
  --font-sans: "Atkinson Hyperlegible", "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --font-numeric: "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --font-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: calc(16px * var(--font-scale));
  scroll-behavior: auto;
  scroll-padding-top: 120px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-sans);
  background: var(--surface);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-nav .nav-link,
.quick-links a,
.nav-action,
.quick-access-toggle {
  font-family: var(--font-display);
}

:where(
  time,
  .u-num,
  .u-date,
  .site-footer__address a[href^="tel"],
  .site-footer__legal
) {
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
}

.u-num,
.u-date {
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.site-header input:focus-visible {
  color: var(--nav-hover-text);
  background: var(--nav-hover-bg);
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(15, 23, 32, 0.28);
  text-decoration: none;
}

.site-header .brand:focus-visible {
  color: #ffffff;
  background: transparent;
}

.site-header .quick-links a:focus-visible,
.site-header .main-nav .nav-link:focus-visible {
  border-radius: 6px;
}

.site-header .quick-links a:hover,
.site-header .main-nav .nav-link:hover {
  color: var(--nav-hover-text);
  background: var(--nav-hover-bg);
  text-decoration: none;
}

.site-shell,
.section-inner {
  max-width: 1320px;
}

.site-shell {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.home-section-titlebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.home-section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.home-section-heading::before {
  content: "";
  flex: 0 0 auto;
  width: 2px;
  height: 40px;
  background: #0e56b3;
}

.home-section-titlebar h2 {
  margin: 0;
  color: #122744;
  font-size: clamp(2rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.home-section-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-section-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 22px;
  color: #073f86;
  background: #ffffff;
  border: 1px solid rgba(14, 65, 139, 0.36);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-section-all-link::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
}

.home-section-all-link:hover,
.home-section-all-link:focus-visible,
.home-section-all-link--primary {
  color: #ffffff;
  background: #194b93;
  border-color: #194b93;
  text-decoration: none;
}

.home-section-all-link--primary:hover,
.home-section-all-link--primary:focus-visible {
  color: #194b93;
  background: #ffffff;
  border-color: rgba(14, 65, 139, 0.36);
}

[id] {
  scroll-margin-top: 120px;
}

.visually-hidden,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #0f1720;
  background: #ffffff;
  border-radius: 6px;
}

.back-to-top {
  position: fixed;
  z-index: 30;
  right: clamp(16px, 2vw, 30px);
  bottom: clamp(18px, 2.4vw, 34px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: #1c56a4;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(12, 35, 66, 0.28);
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
  pointer-events: none;
  cursor: pointer;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: #14233a;
  background: #ffffff;
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .home-section-titlebar {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }

  .home-section-heading::before {
    height: 36px;
  }

  .home-section-titlebar h2 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .home-section-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home-section-all-link {
    align-self: flex-start;
    min-height: 40px;
    padding: 0 18px;
    font-size: 0.76rem;
  }
}


/* Source: assets/css/cookie-consent.css */
.cookie-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 28;
  color: #ffffff;
  pointer-events: none;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 14px 16px;
  background: rgba(0, 74, 106, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(6, 22, 34, 0.26);
  pointer-events: auto;
}

.cookie-consent__text {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
}

.cookie-consent__link {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-consent__link:hover,
.cookie-consent__link:focus-visible {
  color: #b7eef0;
}

.cookie-consent__button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  color: #004a6a;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  color: #ffffff;
  background: #0092bf;
  border-color: #0092bf;
}

@media (max-width: 767.98px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cookie-consent__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .cookie-consent__button {
    width: 100%;
  }
}


/* Source: assets/css/layout/header.css */
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  transition: background 320ms ease, box-shadow 320ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(39, 94, 170, 0.80), rgba(39, 94, 170, 0.74));
  backdrop-filter: blur(3px);
  pointer-events: none;
}

.site-header.is-scrolled {
  background: #0d3f82;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(7, 28, 53, 0.18);
}

.site-header.is-scrolled::before {
  background: #0d3f82;
  backdrop-filter: none;
}

.site-header .site-shell {
  position: relative;
  z-index: 1;
}

.header-band {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 72px;
  background: #012b78;
  pointer-events: none;
}

.site-navbar {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 120px;
  padding: 12px 0 0;
  overflow: visible;
}

.brand {
  position: absolute;
  left: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 128px;
  height: 166px;
  margin: 0;
  color: #ffffff;
  transform: none;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1), height 360ms cubic-bezier(0.22, 1, 0.36, 1), top 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand:hover,
.brand:focus {
  color: #ffffff;
}

.brand-title {
  margin: 0;
}

.brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-logo-main {
  width: 128px;
  height: 166px;
  max-height: none;
  opacity: 1;
}

.brand-logo-compact {
  opacity: 0;
  max-height: 100%;
  transform: translate(-50%, -50%) scale(0.9);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle-icon,
.menu-toggle-icon::before,
.menu-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle-icon {
  position: relative;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-icon::before {
  top: -6px;
}

.menu-toggle-icon::after {
  top: 6px;
}

.menu-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  margin-left: 154px;
  color: #ffffff;
}

.menu-header {
  display: none;
}

.menu-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 50px;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.90rem;
  font-weight: 500;
  line-height: 1;
  transition: max-height 180ms ease, opacity 180ms ease, padding 180ms ease, margin 180ms ease;
}

.quick-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 0;
}

.quick-links a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.quick-links a + a {
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.nav-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  margin-top: 0px;
  padding-left: 10px;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.main-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}

.main-nav .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
  padding-left: 0;
}

.nav-actions--topline,
.nav-actions--row,
.nav-actions--mobile {
  flex: 0 0 auto;
}

.nav-actions--mobile {
  position: relative;
  z-index: 3;
  margin-left: auto;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 0 10px;
  color: #ffffff;
  background: rgba(34, 79, 141, 0.60);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-action svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.nav-row-actions {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  min-width: 0;
}

.nav-row-actions.has-nav-actions {
  display: inline-flex;
}

.quick-access-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 0 14px;
  color: #15406f;
  background: #ebedef;
  border: 1px solid rgba(176, 203, 245, 0.96);
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 220ms ease, transform 220ms ease;
}

.quick-access-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.quick-access-label-secondary {
  display: none;
}

.site-header.is-scrolled .quick-access-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.quick-access-toggle:hover,
.quick-access-toggle:focus-visible,
.nav-action:hover,
.nav-action:focus-visible {
  color: #10376a;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 212, 77, 0.24);
}

.quick-access-toggle:active,
.nav-action:active {
  transform: translateY(1px);
}

.quick-access-overlay {
  position: fixed;
  inset: 0;
  z-index: 24;
  background: rgba(7, 18, 35, 0.34);
  opacity: 0;
  transition: opacity 220ms ease;
}

.quick-access-overlay.is-open {
  opacity: 1;
}

.quick-access-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 20px));
  max-height: 100vh;
  color: #123155;
  background: #f8fbff;
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.quick-access-panel.is-open {
  transform: translateX(0);
}

.quick-access-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  color: #ffffff;
  background: #1f5aac;
}

.quick-access-panel-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.quick-access-close {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
}

.quick-access-close::before,
.quick-access-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.quick-access-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.quick-access-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.quick-access-panel-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  overflow-y: auto;
}

.quick-access-panel-body > a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  color: #14375f;
  background: #ffffff;
  border: 1px solid rgba(31, 90, 172, 0.14);
  border-radius: 8px;
  font-weight: 600;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.quick-access-panel-body > a:hover,
.quick-access-panel-body > a:focus-visible,
.quick-access-close:hover,
.quick-access-close:focus-visible {
  color: #0f2f57;
  background: #e8f1ff;
  border-color: rgba(31, 90, 172, 0.3);
}

.quick-access-panel {
  width: min(960px, calc(100vw - 32px));
  max-height: min(760px, calc(100vh - 32px));
  top: 16px;
  right: 16px;
  color: #0b1f3a;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.16);
  border-radius: 10px;
  box-shadow: 0 24px 54px rgba(8, 28, 56, 0.18);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(calc(100% + 32px));
  visibility: hidden;
  transition: transform 260ms ease, opacity 180ms ease, visibility 0s linear 260ms;
}

.quick-access-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  transition: transform 260ms ease, opacity 180ms ease;
}

.quick-access-panel-header {
  align-items: flex-start;
  padding: 22px 24px 18px;
  color: #0b1f3a;
  background: #ffffff;
  border-bottom: 1px solid rgba(23, 69, 133, 0.12);
}

.quick-access-panel-heading {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.quick-access-panel-kicker,
.quick-access-panel-summary {
  margin: 0;
}

.quick-access-panel-kicker {
  color: #174585;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-access-panel-title {
  color: #0b1f3a;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.quick-access-panel-summary {
  color: #425165;
  font-size: 0.94rem;
  font-weight: 500;
}

.quick-access-close {
  flex: 0 0 auto;
  color: #174585;
  background: #eef3f7;
  border-color: rgba(23, 69, 133, 0.2);
}

.quick-access-close:hover {
  color: #ffffff;
  background: #174585;
  border-color: #174585;
}

.quick-access-close:focus,
.quick-access-close:focus-visible {
  color: #174585;
  background: #eef3f7;
  border-color: rgba(23, 69, 133, 0.2);
  outline: 3px solid #f6c343;
  outline-offset: 3px;
}

.quick-access-close:focus::before,
.quick-access-close:focus::after,
.quick-access-close:focus-visible::before,
.quick-access-close:focus-visible::after {
  background: #174585;
}

.quick-access-panel-body {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
  background: linear-gradient(90deg, #eef3f7 0 210px, #f8fbfd 210px 100%);
  overflow-y: auto;
}

.quick-access-category {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 10px 12px 10px 10px;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.quick-access-category::after {
  position: absolute;
  top: 8px;
  right: -11px;
  bottom: 8px;
  width: 1px;
  background: rgba(23, 69, 133, 0.18);
  content: "";
}

.quick-access-category-button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 12px;
  color: #174585;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.18);
  border-radius: 7px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.quick-access-category-button i {
  color: #007c89;
  font-size: 1rem;
  text-align: center;
}

.quick-access-category-button:hover,
.quick-access-category-button[aria-selected="true"] {
  color: #ffffff;
  background: #123b73;
  border-color: #123b73;
}

.quick-access-category-button:hover i,
.quick-access-category-button[aria-selected="true"] i {
  color: #ffffff;
}

.quick-access-category-button:hover span,
.quick-access-category-button[aria-selected="true"] span {
  color: #ffffff;
  opacity: 1;
  visibility: visible;
}

.quick-access-category-button:focus,
.quick-access-category-button:focus-visible,
.quick-access-card:focus,
.quick-access-card:focus-visible {
  outline: 3px solid #f6c343;
  outline-offset: 3px;
}

.quick-access-category-button:focus,
.quick-access-category-button:focus-visible {
  color: #174585;
  background: #ffffff;
  border-color: #174585;
}

.quick-access-category-button:focus i,
.quick-access-category-button:focus-visible i {
  color: #007c89;
}

.quick-access-category-button:focus span,
.quick-access-category-button:focus-visible span {
  color: #174585;
  opacity: 1;
  visibility: visible;
}

.quick-access-content {
  min-width: 0;
  padding: 6px;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(8, 28, 56, 0.06);
}

.quick-access-link-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 6px;
}

.quick-access-link-panel[hidden] {
  display: none !important;
}

.quick-access-card {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 112px;
  padding: 14px;
  color: #0b1f3a;
  background: #ffffff;
  border: 1px solid #c6d5e8;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(8, 28, 56, 0.04);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.quick-access-card i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #174585;
  background: #eaf4fb;
  border: 1px solid rgba(0, 124, 137, 0.18);
  border-radius: 8px;
  font-size: 1.05rem;
}

.quick-access-card span {
  display: block;
  max-width: 13ch;
  margin-inline: auto;
  color: #0b1f3a;
  opacity: 1;
  visibility: visible;
}

.quick-access-card:hover,
.quick-access-card:focus-visible {
  color: #0b1f3a;
  background: #f8fbfd;
  border-color: #174585;
  text-decoration: none;
}

.quick-access-card:hover span,
.quick-access-card:focus-visible span {
  color: #0b1f3a;
  opacity: 1;
  visibility: visible;
}

.quick-access-card:hover i,
.quick-access-card:focus-visible i {
  color: #ffffff;
  background: #007c89;
  border-color: #007c89;
}

@media (max-width: 991.98px) {
  .quick-access-panel {
    top: 10px;
    right: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  .quick-access-panel-body {
    grid-template-columns: 1fr;
    background: #f8fbfd;
  }

  .quick-access-category {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow-x: auto;
  }

  .quick-access-category::after {
    display: none;
  }

  .quick-access-category-button {
    grid-template-columns: 1fr;
    justify-items: center;
    min-width: 110px;
    min-height: 50px;
    text-align: center;
  }

  .quick-access-link-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-access-card {
    min-height: 96px;
  }
}

@media (max-width: 575.98px) {
  .quick-access-panel-header {
    padding: 18px 16px 14px;
  }

  .quick-access-panel-body {
    padding: 12px;
  }

  .quick-access-link-panel {
    grid-template-columns: 1fr;
  }

  .quick-access-card {
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    justify-items: start;
    min-height: 68px;
    text-align: left;
  }

  .quick-access-card span {
    max-width: none;
    margin-inline: 0;
  }
}

.search-panel {
  position: fixed;
  top: 132px;
  left: 50%;
  width: min(560px, calc(100vw - 32px));
  color: var(--text);
  transform: translateX(-50%);
}

.search-panel[hidden] {
  display: none;
}

.search-panel-inner {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 146, 191, 0.18);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(9, 32, 50, 0.24);
}

.search-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.search-panel-title {
  margin: 0;
  color: #004a6a;
  font-size: 1.12rem;
  font-weight: 800;
}

.search-panel-close {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  background: #f5f7fb;
  border: 1px solid rgba(20, 35, 58, 0.12);
  border-radius: 6px;
  cursor: pointer;
}

.search-panel-close::before,
.search-panel-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #14233a;
}

.search-panel-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.search-panel-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.search-input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.22);
  border-radius: 6px;
  font: inherit;
  caret-color: #004a6a;
}

.site-header .search-input:focus,
.site-header .search-input:focus-visible {
  color: #14233a;
  background: #ffffff;
  border-color: #0092bf;
  box-shadow: 0 0 0 4px rgba(0, 146, 191, 0.14);
  -webkit-text-fill-color: #14233a;
}

.search-submit {
  min-height: 48px;
  padding: 0 20px;
  color: #ffffff;
  background: #1f5aac;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, opacity 160ms ease;
}

.search-submit:hover,
.search-submit:focus-visible {
  background: #004a6a;
}

.search-submit:disabled {
  color: rgba(255, 255, 255, 0.76);
  background: #8fa4bd;
  opacity: 0.36;
  cursor: not-allowed;
}

.search-panel-help {
  grid-column: 1 / -1;
  margin: 0;
  color: #5d6b78;
  font-size: 0.82rem;
  line-height: 1.35;
}

.search-panel-help.is-ready {
  color: #006d89;
}

.site-header.is-scrolled .site-navbar {
  align-items: center;
  min-height: 88px;
  padding-top: 0;
}

.site-header.is-scrolled .header-band {
  top: 0;
  height: 88px;
}

.site-header.is-scrolled .brand {
  top: 1px;
  width: 92px;
  height: 86px;
}

.site-header.is-scrolled .brand-logo-main {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.site-header.is-scrolled .brand-logo-compact {
  opacity: 1;
  max-height: 84px;
  transform: translate(-50%, -50%) scale(1);
}

.site-header.is-scrolled .menu-panel {
  margin-left: 108px;
}

.site-header.is-scrolled .topline {
  min-height: 0;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-header.is-scrolled .topline .nav-actions {
  opacity: 0;
}

.site-header.is-scrolled .nav-row {
  min-height: 88px;
  margin-top: 0;
}

.site-header {
  --header-cyan: #00a9df;
  --header-dot: rgba(0, 200, 255, 0.75);
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.site-header::before {
  background:
    linear-gradient(180deg, rgba(12, 59, 134, 0.80) 0 44%, rgba(6, 42, 114, 0.80) 44% 100%);
  backdrop-filter: blur(6px);
  z-index: 0;
}

.page-shell-body .site-header:not(.is-scrolled)::before {
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 22, 48, 0.96) 0%, rgba(13, 63, 130, 0.92) 100%);
  backdrop-filter: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: min(220px, 22vw);
  height: 136px;
  background-image:
    radial-gradient(circle, var(--header-dot) 1px, transparent 1.25px),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.06) 48% 50%, transparent 50% 100%);
  background-position: left 7px top 7px, left top;
  background-size: 16px 16px, 100% 100%;
  background-repeat: repeat, no-repeat;
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
  mask-image:
    linear-gradient(to right, #000 0%, #000 56%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 100%);
  -webkit-mask-image:
    linear-gradient(to right, #000 0%, #000 56%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 100%);
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

    .site-header.is-scrolled {
        background: #0d3f82;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: 0 10px 24px rgba(7, 28, 53, 0.18);
    }

        .site-header.is-scrolled::before {
            background: #0d3f82;
            backdrop-filter: none;
        }

.site-header .site-shell {
  z-index: 2;
}

.header-band {
  z-index: 0;
  top: 58px;
  height: 78px;
  background: linear-gradient(180deg, rgba(1, 42, 121, 0.96), rgba(2, 36, 109, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.site-navbar {
  min-height: 136px;
  padding: 0;
}

.brand {
  top: -2px;
  width: 142px;
  height: 140px;
}

.brand-logo-main {
  width: 128px;
  height: 128px;
  max-height: 128px;
}

.brand-logo-compact {
  width: 76px;
  height: 76px;
}

.menu-panel {
  margin-left: 134px;
}

.topline {
  min-height: 58px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.88rem;
  font-weight: 600;
}

.quick-links {
  gap: 0;
}

.quick-links a {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
}

.quick-links a + a {
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.quick-links a:hover,
.quick-links a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  text-decoration: none;
}

.nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 10fr);
  min-height: 78px;
  gap: 0;
  padding-left: 0;
}

.main-nav {
  --nav-short-item-width: clamp(98px, 7.4vw, 124px);
  --nav-medium-item-width: clamp(140px, 10vw, 170px);
  --nav-long-item-width: clamp(160px, 11.8vw, 198px);
  --nav-wide-item-width: clamp(176px, 13.4vw, 224px);
  --nav-separator-color: rgba(0, 200, 255, 0.85);
  position: relative;
  display: grid;
  grid-column: 2;
  grid-template-columns:
    var(--nav-short-item-width)
    var(--nav-medium-item-width)
    var(--nav-long-item-width)
    var(--nav-long-item-width)
    var(--nav-wide-item-width)
    var(--nav-short-item-width);
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  gap: 0;
  min-width: 0;
  margin: 0;
}

.main-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.main-nav .nav-item:not(:last-child)::after {
  content: none;
}

.main-nav .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 28px;
  background: var(--nav-separator-color);
  border-radius: 999px;
  opacity: 0.92;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.main-nav .nav-link {
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 28px);
  min-width: 0;
  min-height: 52px;
  padding: 0 10px;
  color: #ffffff;
  font-size: clamp(0.92rem, 1.08vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus-visible,
.main-nav .nav-link.is-active,
.main-nav .nav-link[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(0, 200, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 169, 223, 0.22);
  text-decoration: none;
}

.nav-actions {
  gap: 8px;
}

.nav-row-actions {
  grid-column: 3;
  justify-self: end;
}

.nav-action {
  min-width: 42px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-weight: 700;
}

.nav-action svg {
  width: 20px;
  height: 20px;
}

.quick-access-toggle {
  min-height: 40px;
  padding: 0 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.30);
  border-radius: 8px;
}

.quick-access-toggle:hover,
.quick-access-toggle:focus-visible,
.nav-action:hover,
.nav-action:focus-visible {
  color: #ffffff;
  background: rgba(0, 169, 223, 0.22);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 169, 223, 0.26);
}

.site-header.is-scrolled .site-navbar {
  min-height: 88px;
}

.site-header.is-scrolled .header-band {
  height: 88px;
  background: rgba(5, 34, 99, 0.98);
}

.site-header.is-scrolled .brand {
  top: 5px;
  width: 88px;
  height: 78px;
}

.site-header.is-scrolled .brand-logo-compact {
  max-height: 76px;
}

.site-header.is-scrolled .menu-panel {
  margin-left: 88px;
}

.site-header.is-scrolled .nav-row {
  min-height: 88px;
}

.site-header.is-scrolled .main-nav {
  --nav-short-item-width: clamp(92px, 7vw, 116px);
  --nav-medium-item-width: clamp(132px, 9.4vw, 160px);
  --nav-long-item-width: clamp(152px, 11vw, 184px);
  --nav-wide-item-width: clamp(166px, 12.6vw, 208px);
}

.site-header.is-scrolled .main-nav .nav-link {
  min-height: 44px;
}

.site-header.is-scrolled .main-nav .nav-item + .nav-item::before {
  height: 26px;
}

.site-header.is-scrolled::after {
  opacity: 0;
  visibility: hidden;
}


/* Source: assets/css/layout/footer.css */
.site-footer {
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: #ffffff;
}

.site-footer a {
  color: #565050;
  text-decoration: none;
}

.site-footer__az {
  background: #666666;
}

.site-footer__az-inner {
  padding: 0;
}

.site-footer__az-title {
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 10px 22px;
  color: #ffffff;
  background: #666666;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.site-footer__az-nav {
  background: #ffffff;
}

.site-footer__az-list {
  display: grid;
  grid-template-columns: repeat(29, minmax(0, 1fr));
  gap: 4px;
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 12px 0 16px;
  list-style: none;
}

.site-footer__az-list li {
  min-width: 0;
}

.site-footer__az-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 6px 10px;
  color: #4d4d4d;
  border-radius: 6px;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.site-footer__az-link:hover,
.site-footer__az-link:focus-visible {
  color: #ffffff;
  background: #007fa6;
}

.site-footer__az-link:focus-visible,
.site-footer__brand-link:focus-visible,
.site-footer__social-link:focus-visible,
.site-footer__logo:focus-visible,
.site-footer__legal a:focus-visible,
.site-footer__address a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.site-footer__main {
  background: #004A6A;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(28px, 5vw, 76px);
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 28px 0 24px;
}

.site-footer__identity {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(132px, 34vw);
  min-height: 132px;
  text-decoration: none;
}

.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 132px;
  object-fit: contain;
}

.site-footer__address {
  margin: 0;
  color: #ffffff;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}

.site-footer__address strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 500;
}

.site-footer__address a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer__address a:hover {
  color: #ffffff;
}

.site-footer__address .site-footer__info-link {
  display: inline-flex;
  margin-top: 4px;
  color: #073f50;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 600;
}

.site-footer__address .site-footer__info-link:hover,
.site-footer__address .site-footer__info-link:focus-visible {
  color: #073f50;
  background: #ffffff;
}

.site-footer__links {
  display: grid;
  justify-items: end;
  gap: 30px;
}

.site-footer__brand-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer__brand-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 5px;
  background: #eaf8fb;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.site-footer__brand-link--wide {
  width: 112px;
  padding: 7px 10px;
  border-radius: 999px;
}

.site-footer__brand-link:hover,
.site-footer__brand-link:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  opacity: 0.88;
}

.site-footer__brand-link img {
  position: absolute;
  inset: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  transition: opacity 160ms ease;
}

.site-footer__brand-link--wide img {
  inset: 7px 10px;
  width: calc(100% - 20px);
  height: calc(100% - 14px);
}

.site-footer__brand-img--hover {
  opacity: 0;
}

.site-footer__brand-link:hover .site-footer__brand-img--default,
.site-footer__brand-link:focus-visible .site-footer__brand-img--default {
  opacity: 0;
}

.site-footer__brand-link:hover .site-footer__brand-img--hover,
.site-footer__brand-link:focus-visible .site-footer__brand-img--hover {
  opacity: 1;
}

.site-footer__tooltip {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 10px);
  z-index: 3;
  width: max-content;
  max-width: 220px;
  padding: 7px 9px;
  color: #ffffff;
  background: #00384f;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%) translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.site-footer__tooltip::after {
  position: absolute;
  right: 50%;
  top: 100%;
  width: 10px;
  height: 10px;
  background: #00384f;
  content: "";
  transform: translate(50%, -50%) rotate(45deg);
}

.site-footer__brand-link:hover .site-footer__tooltip,
.site-footer__brand-link:focus-visible .site-footer__tooltip,
.site-footer__social-link:hover .site-footer__tooltip,
.site-footer__social-link:focus-visible .site-footer__tooltip {
  opacity: 1;
  transform: translateX(50%) translateY(0);
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-footer__social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  opacity: 0.92;
}

.site-footer__social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.86;
  transition: opacity 160ms ease;
}

.site-footer__social-link:hover img,
.site-footer__social-link:focus-visible img {
  opacity: 1;
}

.site-footer__legal {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
}
.site-footer__legal span {
  font-size: 0.88rem;
  color:#d4e2e7;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 160ms ease;
  font-size: 1.0rem;
}

.site-footer__legal a:hover {
  color: #cbd6d9;
}

@media (max-width: 1139.98px) {
  .site-footer__az-list {
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
    gap: 6px;
  }

  .site-footer__az-link {
    min-width: 48px;
    min-height: 48px;
    padding-inline: 12px;
  }
}

@media (max-width: 991.98px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__links,
  .site-footer__brand-icons,
  .site-footer__social {
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .site-footer__az-inner,
  .site-footer__inner,
  .site-footer__legal {
    width: min(100% - 32px, 1320px);
  }

  .site-footer__az-inner {
    width: 100%;
  }

  .site-footer__az-title {
    width: min(100% - 32px, 1320px);
    font-size: 1.22rem;
  }

  .site-footer__az-list {
    width: min(100% - 32px, 1320px);
  }

  .site-footer__az-link {
    min-width: 44px;
    min-height: 44px;
    font-size: 1rem;
  }

  .site-footer__inner {
    padding: 24px 0 26px;
  }

  .site-footer__identity {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    text-align: center;
  }

  .site-footer__logo {
    width: min(118px, 42vw);
    min-height: 118px;
  }

  .site-footer__logo img {
    max-height: 118px;
  }

  .site-footer__address {
    font-size: 0.84rem;
  }

  .site-footer__brand-icons {
    gap: 10px;
  }

  .site-footer__brand-link {
    width: 48px;
    height: 48px;
  }

  .site-footer__brand-link--wide {
    width: 104px;
    padding: 7px 9px;
  }
}


/* Source: assets/css/pages/page-shell.css */
.page-shell-body {
    min-height: 100vh;
    background: #ffffff;
    --page-hero-image: url("../../media/parallax/3.webp");
}

.page-shell-header {
  color: #ffffff;
  background: #007fa6;
  border-bottom: 8px solid #ffffff;
}

.page-shell-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 18px 0;
}

.page-shell-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.page-shell-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.page-shell-brand span {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.36rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-shell-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.page-shell-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.page-shell-nav a:hover,
.page-shell-nav a:focus-visible {
  color: #004a6a;
  background: #ffffff;
  border-color: #ffffff;
}

.page-shell-main {
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 58px);
}

.page-shell-main :where(time, small, .u-num, .u-date, [class*="count"], [class*="date"]) {
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
}

.page-shell-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  gap: 12px;
  width: 100vw;
  min-height: clamp(230px, 32vw, 340px);
  margin: 0 calc(50% - 50vw) 28px;
  padding: clamp(150px, 16vw, 190px) max(22px, calc((100vw - 1320px) / 2)) clamp(26px, 5vw, 44px);
  color: #ffffff;
  background-image: var(--page-hero-image);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(14, 40, 64, 0.12);
}

.page-shell-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.38)),
    rgba(0, 0, 0, 0.18);
}


.page-shell-kicker {
  margin: 0;
  color: #e5d4d4;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-shell-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.06;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.page-shell-lead {
  /*max-width: 760px;*/
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
}

.content-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.content-page__panel {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(14, 40, 64, 0.08);
}

.content-page__panel h2,
.content-page__panel h3 {
  margin: 0;
  color: #004a6a;
  font-family: var(--font-display);
}

.content-page__panel h2 {
  font-size: clamp(1.45rem, 3vw, 1.5rem);
}

.content-page__panel h3 {
  font-size: 1rem;
}

.content-page__panel p {
  margin: 16px 0 0;
  color: #526173;
  line-height: 1.75;
}

.content-page__timeline {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 35, 58, 0.1);
}

.content-page__timeline ol {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.content-page__timeline li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  background: #f8fbfd;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 10px;
}

.content-page__timeline time {
  color: #004a6a;
  font-weight: 800;
}

.content-page__timeline span {
  color: #526173;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .content-page__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-shell-header__inner,
  .page-shell-main {
    width: min(100% - 32px, 1320px);
  }

  .page-shell-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-shell-nav {
    justify-content: flex-start;
  }

  .content-page__timeline li {
    grid-template-columns: 1fr;
  }
}


/* Source: assets/css/pages/page-sidebar.css */
.page-sidebar {
  position: sticky;
  top: 24px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(14, 40, 64, 0.08);
}

.page-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 146, 191, 0.18);
}

.page-sidebar__title {
  margin: 0;
  color: #004a6a;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}

.page-sidebar__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #004a6a;
  background: #eef8fb;
  border: 1px solid rgba(0, 146, 191, 0.22);
  border-radius: 8px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.page-sidebar__toggle span[aria-hidden="true"],
.page-sidebar__toggle span[aria-hidden="true"]::before,
.page-sidebar__toggle span[aria-hidden="true"]::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.page-sidebar__toggle span[aria-hidden="true"] {
  position: relative;
}

.page-sidebar__toggle span[aria-hidden="true"]::before,
.page-sidebar__toggle span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  left: 0;
}

.page-sidebar__toggle span[aria-hidden="true"]::before {
  transform: translateY(-6px);
}

.page-sidebar__toggle span[aria-hidden="true"]::after {
  transform: translateY(6px);
}

.page-sidebar__toggle:hover,
.page-sidebar__toggle:focus-visible {
  color: #ffffff;
  background: #007fa6;
  border-color: #007fa6;
}

.page-sidebar.is-open .page-sidebar__toggle span[aria-hidden="true"] {
  transform: rotate(45deg);
}

.page-sidebar.is-open .page-sidebar__toggle span[aria-hidden="true"]::before {
  opacity: 0;
}

.page-sidebar.is-open .page-sidebar__toggle span[aria-hidden="true"]::after {
  transform: rotate(90deg);
}

.page-sidebar__nav {
  display: grid;
  gap: 6px;
}

.page-sidebar__nav a,
.page-sidebar__nav summary {
  min-height: 42px;
  padding: 9px 12px;
  color: #14233a;
  background: #f8fbfd;
  border: 1px solid rgba(20, 35, 58, 0.07);
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.page-sidebar__nav a {
  display: flex;
  align-items: center;
}

.page-sidebar__nav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}

.page-sidebar__nav summary::-webkit-details-marker {
  display: none;
}

.page-sidebar__nav summary::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.page-sidebar__group[open] > summary::after {
  transform: rotate(225deg);
}

.page-sidebar__nav a:hover,
.page-sidebar__nav a:focus-visible,
.page-sidebar__nav summary:hover,
.page-sidebar__nav summary:focus-visible {
  color: #ffffff;
  background: #007fa6;
  border-color: #007fa6;
}

.page-sidebar__nav a[aria-current="page"],
.page-sidebar__nav a[data-sidebar-current="true"],
.page-sidebar__nav a.is-active {
  color: #004a6a;
  background: #eaf6fa;
  border-color: rgba(0, 146, 191, 0.28);
  box-shadow: inset 3px 0 0 #0092bf;
}

.page-sidebar__group.has-active > summary {
  color: #004a6a;
  background: #eef8fb;
  border-color: rgba(0, 146, 191, 0.2);
}

.page-sidebar__panel {
  display: grid;
  gap: 6px;
  margin: 8px 0 10px;
  padding: 10px 0 0 10px;
  border-top: 1px solid rgba(20, 35, 58, 0.1);
}

.page-sidebar__panel a {
  position: relative;
  min-height: 38px;
  padding: 8px 10px 8px 26px;
  color: #23364a;
  background: #ffffff;
  border-color: rgba(20, 35, 58, 0.08);
  font-size: 0.94rem;
}

.page-sidebar__panel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #7a8794;
  border-radius: 50%;
  transform: translateY(-50%);
}

.page-sidebar__panel a:hover,
.page-sidebar__panel a:focus-visible {
  color: #004a6a;
  background: #f8fbfd;
  border-color: rgba(0, 146, 191, 0.16);
}

.page-sidebar__panel a[aria-current="page"],
.page-sidebar__panel a[data-sidebar-current="true"],
.page-sidebar__panel a.is-active {
  color: #004a6a;
  background: #f4fbfd;
  border-color: rgba(0, 146, 191, 0.2);
  box-shadow: inset 3px 0 0 #0092bf;
}

.page-sidebar__panel a[aria-current="page"]::before,
.page-sidebar__panel a[data-sidebar-current="true"]::before,
.page-sidebar__panel a.is-active::before {
  background: #0092bf;
}

@media (max-width: 991.98px) {
  .page-sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 767.98px) {
  .page-sidebar {
    padding: 14px;
  }

  .page-sidebar__header {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .page-sidebar__toggle {
    display: inline-flex;
  }

  .page-sidebar.is-enhanced .page-sidebar__nav {
    display: none;
  }

  .page-sidebar.is-open .page-sidebar__nav,
  .page-sidebar:not(.is-enhanced) .page-sidebar__nav {
    display: grid;
  }

  .page-sidebar__nav {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 146, 191, 0.16);
  }
}


/* Source: assets/css/accessibility-menu.css */
.accessibility-toggle {
  position: fixed;
  z-index: 40;
  left: clamp(16px, 2vw, 30px);
  top: auto;
  bottom: clamp(18px, 2.4vw, 34px);
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #ffffff;
  background: #274f90;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(8, 24, 45, 0.24);
  font-weight: 800;
  cursor: pointer;
}

.accessibility-toggle:hover,
.accessibility-toggle:focus-visible {
  background: #3567b5;
}

.accessibility-toggle[data-has-active-settings="true"] {
  background: #b73f3f;
}

.accessibility-toggle[data-has-active-settings="true"]:hover,
.accessibility-toggle[data-has-active-settings="true"]:focus-visible {
  background: #c94a4a;
}

.accessibility-toggle svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.accessibility-panel {
  position: fixed;
  z-index: 41;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 16px));
  max-height: calc(100vh - 40px);
  color: #14233a;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.14);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 20px 40px rgba(8, 24, 45, 0.22);
  overflow: hidden;
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(20, 35, 58, 0.1);
}

.accessibility-panel-header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.accessibility-close {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  background: #f5f7fb;
  border: 1px solid rgba(20, 35, 58, 0.12);
  border-radius: 6px;
  cursor: pointer;
}

.accessibility-close:hover,
.accessibility-close:focus-visible {
  background: #fff1f1;
  border-color: rgba(183, 63, 63, 0.32);
}

.accessibility-close::before,
.accessibility-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #14233a;
}

.accessibility-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.accessibility-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.accessibility-panel-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 6px 18px;
  overflow-y: auto;
}

.accessibility-note {
  margin: 0 0 14px;
  color: #5c5d5e;
  font-size: 0.82rem;
  line-height: 1.45;
}

.accessibility-grid {
  display: grid;
  gap: 12px;
}

.accessibility-group {
  padding: 12px;
  background: #fbfbfb;
  border: 1px solid rgba(20, 35, 58, 0.08);
  border-radius: 10px;
}

.accessibility-group-title {
  margin: 0 0 10px;
  color: #5d6062;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.accessibility-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.accessibility-action,
.accessibility-reset {
  min-height: 48px;
  padding: 10px 12px;
  color: #14233a;
  background: #f6f8fb;
  border: 1px solid rgba(20, 35, 58, 0.14);
  border-radius: 8px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.accessibility-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.accessibility-icon {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #1f5aac;
  fill: none;
  stroke: currentColor;
  overflow: visible;
}

.accessibility-icon path,
.accessibility-icon circle,
.accessibility-icon rect,
.accessibility-icon line,
.accessibility-icon polyline,
.accessibility-icon polygon {
  vector-effect: non-scaling-stroke;
}

.accessibility-action span {
  min-width: 0;
}

.accessibility-a-control {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  min-width: 22px;
}

.accessibility-a-control small {
  color: #1f5aac;
  font-size: 0.9rem;
  font-weight: 800;
}

.accessibility-action:hover,
.accessibility-action:focus-visible,
.accessibility-reset:hover,
.accessibility-reset:focus-visible {
  background: #eef3fb;
  border-color: rgba(31, 90, 172, 0.26);
}

.accessibility-action[aria-pressed="true"] {
  color: #ffffff;
  background: #1f5aac;
  border-color: #1f5aac;
}

.accessibility-action[aria-pressed="true"] .accessibility-icon {
  color: currentColor;
  stroke: currentColor;
}

.accessibility-action[aria-pressed="true"] .accessibility-a-control small,
.accessibility-action[aria-pressed="true"] .accessibility-a-control .accessibility-icon {
  color: currentColor;
}

.accessibility-reset {
  width: 100%;
  margin: 0 0 14px;
  color: #7b1f1f;
  background: #fff5f5;
  border-color: rgba(183, 63, 63, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.accessibility-reset .accessibility-icon {
  flex: 0 0 auto;
  color: currentColor;
}

.accessibility-reset:hover,
.accessibility-reset:focus-visible {
  color: #ffffff;
  background: #b73f3f;
  border-color: #b73f3f;
}

.reading-guide-layer,
.reading-mask-layer {
  position: fixed;
  left: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.reading-guide-layer {
  z-index: 45;
  width: 100%;
  height: 3px;
  background: rgba(255, 212, 77, 0.96);
  box-shadow: 0 0 0 2px rgba(20, 35, 58, 0.22);
}

.reading-mask-layer {
  z-index: 44;
  width: 100%;
  height: 5.25rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 9999px rgba(10, 18, 31, 0.56);
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.cursor-halo-layer {
  position: fixed;
  z-index: 46;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 212, 77, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(20, 35, 58, 0.22);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

html.accessibility-grayscale {
  filter: grayscale(1);
}

html.accessibility-low-saturation {
  filter: saturate(0.65);
}

html.accessibility-grayscale.accessibility-low-saturation {
  filter: grayscale(1) saturate(0.65);
}

body.accessibility-contrast-high {
  color: #f8fafc;
  background: #05070a;
}

body.accessibility-contrast-high .site-footer,
body.accessibility-contrast-high .search-panel-inner,
body.accessibility-contrast-high .accessibility-panel {
  color: #f8fafc;
  background: #05070a;
}

body.accessibility-contrast-high a,
body.accessibility-contrast-high button,
body.accessibility-contrast-high input {
  color: #f8fafc;
  border-color: #f8fafc;
}

body.accessibility-contrast-high .accessibility-panel-header,
body.accessibility-contrast-high .accessibility-panel-body,
body.accessibility-contrast-high .accessibility-panel-header h2,
body.accessibility-contrast-high .accessibility-action,
body.accessibility-contrast-high .accessibility-reset,
body.accessibility-contrast-high .accessibility-close,
body.accessibility-contrast-high .search-panel-title,
body.accessibility-contrast-high .search-input,
body.accessibility-contrast-high .search-panel-close {
  color: #f8fafc;
  background: #11161d;
  border-color: rgba(248, 250, 252, 0.5);
}

body.accessibility-contrast-high .accessibility-action[aria-pressed="true"],
body.accessibility-contrast-high .accessibility-reset:hover,
body.accessibility-contrast-high .accessibility-reset:focus-visible,
body.accessibility-contrast-high .search-submit {
  color: #05070a;
  background: #f8fafc;
  border-color: #f8fafc;
}

body.accessibility-contrast-high .accessibility-close::before,
body.accessibility-contrast-high .accessibility-close::after,
body.accessibility-contrast-high .search-panel-close::before,
body.accessibility-contrast-high .search-panel-close::after {
  background: #f8fafc;
}

body.accessibility-contrast-low {
  color: #2f3c4c;
  background: #edf1f5;
}

body.accessibility-contrast-low .site-footer,
body.accessibility-contrast-low .search-panel-inner,
body.accessibility-contrast-low .accessibility-panel {
  color: #2f3c4c;
  background: #edf1f5;
}

body.accessibility-contrast-low .footer-copy,
body.accessibility-contrast-low .site-footer a,
body.accessibility-contrast-low .site-footer .footer-social-link,
body.accessibility-contrast-low .search-panel-title,
body.accessibility-contrast-low .accessibility-panel-header h2,
body.accessibility-contrast-low .accessibility-action,
body.accessibility-contrast-low .accessibility-reset {
  color: #2f3c4c;
}

body.accessibility-contrast-low .site-footer {
  background: #dfe7ef;
}

body.accessibility-contrast-low .footer-social-link,
body.accessibility-contrast-low .accessibility-action,
body.accessibility-contrast-low .accessibility-reset,
body.accessibility-contrast-low .search-panel-close {
  background: #f9fbfd;
  border-color: rgba(47, 60, 76, 0.24);
}

body.accessibility-background-light {
  color: #14233a;
  background: #ffffff;
}

body.accessibility-background-light .site-footer,
body.accessibility-background-light .search-panel-inner,
body.accessibility-background-light .accessibility-panel {
  color: #14233a;
  background: #ffffff;
}

body.accessibility-background-light .site-footer {
  background: #eef3f9;
}

body.accessibility-background-light .footer-copy,
body.accessibility-background-light .site-footer a,
body.accessibility-background-light .site-footer .footer-social-link {
  color: #173a63;
}

body.accessibility-background-light .footer-social-link {
  background: #ffffff;
  border-color: rgba(23, 58, 99, 0.22);
}

body.accessibility-background-light .footer-social-link:hover,
body.accessibility-background-light .footer-social-link:focus-visible {
  color: #ffffff;
  background: #1f5aac;
  border-color: #1f5aac;
}

body.accessibility-underlined-links a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.accessibility-hide-images img,
body.accessibility-hide-images video {
  visibility: hidden;
}

body.accessibility-dyslexia-font,
body.accessibility-dyslexia-font button,
body.accessibility-dyslexia-font input,
body.accessibility-dyslexia-font select,
body.accessibility-dyslexia-font textarea,
body.accessibility-dyslexia-font a,
body.accessibility-dyslexia-font p,
body.accessibility-dyslexia-font li,
body.accessibility-dyslexia-font h1,
body.accessibility-dyslexia-font h2,
body.accessibility-dyslexia-font h3,
body.accessibility-dyslexia-font h4,
body.accessibility-dyslexia-font h5,
body.accessibility-dyslexia-font h6 {
  font-family: "Atkinson Hyperlegible", "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif !important;
}

body.accessibility-line-height {
  line-height: 1.8;
}

body.accessibility-line-height p,
body.accessibility-line-height li,
body.accessibility-line-height h1,
body.accessibility-line-height h2,
body.accessibility-line-height h3 {
  line-height: 1.8;
}

body.accessibility-text-align-left p,
body.accessibility-text-align-left li,
body.accessibility-text-align-left h1,
body.accessibility-text-align-left h2,
body.accessibility-text-align-left h3,
body.accessibility-text-align-left article,
body.accessibility-text-align-left section,
body.accessibility-text-align-left .content,
body.accessibility-text-align-left .news-detail,
body.accessibility-text-align-left .news-card,
body.accessibility-text-align-left .news-card__body {
  text-align: left !important;
}

body.accessibility-text-align-center p,
body.accessibility-text-align-center li,
body.accessibility-text-align-center h1,
body.accessibility-text-align-center h2,
body.accessibility-text-align-center h3,
body.accessibility-text-align-center article,
body.accessibility-text-align-center section,
body.accessibility-text-align-center .content,
body.accessibility-text-align-center .news-detail,
body.accessibility-text-align-center .news-card,
body.accessibility-text-align-center .news-card__body {
  text-align: center !important;
}

body.accessibility-text-align-right p,
body.accessibility-text-align-right li,
body.accessibility-text-align-right h1,
body.accessibility-text-align-right h2,
body.accessibility-text-align-right h3,
body.accessibility-text-align-right article,
body.accessibility-text-align-right section,
body.accessibility-text-align-right .content,
body.accessibility-text-align-right .news-detail,
body.accessibility-text-align-right .news-card,
body.accessibility-text-align-right .news-card__body {
  text-align: right !important;
}

body.accessibility-text-align-justify p,
body.accessibility-text-align-justify li,
body.accessibility-text-align-justify h1,
body.accessibility-text-align-justify h2,
body.accessibility-text-align-justify h3,
body.accessibility-text-align-justify article,
body.accessibility-text-align-justify section,
body.accessibility-text-align-justify .content,
body.accessibility-text-align-justify .news-detail,
body.accessibility-text-align-justify .news-card,
body.accessibility-text-align-justify .news-card__body {
  text-align: justify !important;
}

body.accessibility-text-spacing {
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
}

body.accessibility-text-spacing p,
body.accessibility-text-spacing li {
  margin-bottom: 1.15em;
}

body.accessibility-highlight-links a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  background: rgba(255, 212, 77, 0.28);
  border-radius: 4px;
}

body.accessibility-highlight-links a:hover,
body.accessibility-highlight-links a:focus-visible {
  background: rgba(255, 212, 77, 0.42);
}

body.accessibility-color-blind .nav-link,
body.accessibility-color-blind .accessibility-action,
body.accessibility-color-blind .search-submit,
body.accessibility-color-blind .footer-social-link,
body.accessibility-color-blind .nav-action {
  border-width: 2px;
  border-style: solid;
}

body.accessibility-color-blind a,
body.accessibility-color-blind button {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.accessibility-color-blind .accessibility-action,
body.accessibility-color-blind .search-submit,
body.accessibility-color-blind .nav-action {
  box-shadow: inset 0 0 0 1px currentColor;
}

body.accessibility-color-blind .footer-socials,
body.accessibility-color-blind .nav-actions {
  gap: 14px;
}

body.accessibility-reduce-motion *,
body.accessibility-reduce-motion *::before,
body.accessibility-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation: none !important;
  transition: none !important;
}

body.accessibility-reduce-motion .news-archive-news-card:hover img,
body.accessibility-reduce-motion .news-archive-news-card:focus-visible img,
body.accessibility-reduce-motion .gallery-card:hover img,
body.accessibility-reduce-motion .gallery-card:focus-visible img,
body.accessibility-reduce-motion .photo-gallery-card:hover img,
body.accessibility-reduce-motion .photo-gallery-card:focus-visible img {
  transform: none !important;
}

@media (max-width: 720px) {
  .accessibility-action[data-accessibility-toggle-option="reading-guide"],
  .accessibility-action[data-accessibility-toggle-option="reading-mask"] {
    display: none;
  }

  .accessibility-toggle {
    left: clamp(16px, 2vw, 30px);
    top: auto;
    bottom: clamp(18px, 2.4vw, 34px);
    transform: none;
    width: 52px;
    height: 52px;
  }

  .accessibility-panel {
    left: 0;
    right: auto;
    top: auto;
    bottom: 152px;
    transform: none;
    width: min(360px, calc(100vw - 12px));
    max-height: calc(100dvh - 180px);
  }

  .accessibility-grid {
    grid-template-columns: 1fr;
  }

  .accessibility-group-grid {
    grid-template-columns: 1fr;
  }
}


/* Source: assets/css/responsive.css */
@media (max-width: 1199.98px) {
  .brand {
    width: 126px;
    height: 118px;
  }

  .brand-logo-main {
    width: 124px;
    height: 160px;
    max-height: none;
  }

  .nav-row {
    padding-left: 0;
  }

  .menu-panel {
    margin-left: 140px;
  }

  .nav-row {
    gap: 14px;
  }

  .nav-row-actions {
    gap: 10px;
  }

  .main-nav .nav-link {
    font-size: 0.84rem;
  }
}

@media (max-width: 991.98px) {
  .site-shell {
    width: min(1320px, calc(100% - 24px));
  }

  .site-header::before,
  .site-header.is-scrolled::before {
    background: rgba(26, 81, 154, 0.96);
    backdrop-filter: none;
  }

  .site-navbar {
    gap: 0;
    align-items: center;
    min-height: 86px;
    padding: 10px 0;
  }

  .header-band {
    top: 0;
    height: 100%;
  }

  .brand {
    position: relative;
    top: 0;
    left: 0;
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    margin: 0;
    display: inline-flex;
  }

  .brand-logo-main {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
  }

  .brand-logo-compact {
    opacity: 1;
    max-height: 72px;
    transform: translate(-50%, -50%) scale(1);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon {
    background: transparent;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }

  .menu-panel {
    position: fixed;
    z-index: 120;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(380px, 100vw);
    padding: 0;
    background: rgba(23, 63, 126, 0.98);
    box-shadow: -10px 0 28px rgba(6, 19, 38, 0.28);
    transform: translateX(100%);
    transition: transform 220ms ease;
    margin-left: 0;
    overflow: hidden;
  }

  .menu-panel.show {
    transform: translateX(0);
  }

  .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .menu-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    cursor: pointer;
  }

  .menu-close::before,
  .menu-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
  }

  .menu-close {
    position: relative;
  }

  .menu-close::before {
    transform: rotate(45deg);
  }

  .menu-close::after {
    transform: rotate(-45deg);
  }

  .menu-body {
    height: calc(100% - 78px);
    padding: 16px 18px 22px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .quick-access-toggle {
    align-self: flex-start;
    min-height: 38px;
    margin: 0 0 12px;
    padding: 0 14px;
    color: #15406f;
    background: #ebedef;
    border-color: rgba(176, 203, 245, 0.96);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .quick-access-label-secondary {
    display: none;
  }

  .quick-access-toggle.is-swapped .quick-access-label-primary {
    display: none;
  }

  .quick-access-toggle.is-swapped .quick-access-label-secondary {
    display: block;
  }

  .topline {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    border-bottom: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-color 180ms ease;
  }

  .topline.is-open {
    max-height: none;
    padding: 4px 0 14px;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: auto;
  }

  .menu-body.is-quick-access-view .nav-row {
    display: none;
  }

  .quick-links {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 0;
  }

  .quick-links a {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding: 0 12px 0 28px;
    justify-content: flex-start;
    align-items: center;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-size: 0.81rem;
    font-weight: 500;
    white-space: normal;
  }

  .quick-links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    background: rgba(174, 205, 247, 0.96);
    border-radius: 999px;
    transform: translateY(-50%);
  }

  .quick-links a + a {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .quick-links a:hover,
  .quick-links a:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none;
  }

  .quick-links a:hover::before,
  .quick-links a:focus-visible::before {
    background: #ffffff;
  }

  .nav-row {
    min-height: 0;
    margin-top: 0;
    padding: 14px 0 0;
    width: 100%;
    max-width: 100%;
    background: transparent;
  }

  .main-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .main-nav .nav-item {
    width: 100%;
  }

  .main-nav .nav-item:not(:last-child)::after {
    content: none;
  }

  .main-nav .nav-link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 46px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08);
  }

  .main-nav .nav-item + .nav-item {
    margin-top: 6px;
  }

  .nav-actions {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .site-navbar > .nav-actions {
    margin-left: auto;
    margin-right: 10px;
  }

  .site-navbar > .nav-actions + .menu-toggle {
    margin-left: 0;
  }

  body.menu-open .site-navbar > .nav-actions.nav-actions--mobile {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header.is-scrolled .topline {
    margin: 0;
  }

  .site-header.is-scrolled .topline.is-open {
    max-height: none;
    padding: 4px 0 14px;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: auto;
  }

  .search-panel {
    top: 112px;
    left: 50%;
    width: min(100% - 24px, 560px);
  }

  .search-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .quick-links {
    max-height: none;
  }

  .brand {
    width: 68px;
    height: 68px;
  }

  .brand-logo-compact {
    max-height: 66px;
  }

  .site-header.is-scrolled .brand {
    width: 66px;
    height: 66px;
  }

  .site-header.is-scrolled .brand-logo-compact {
    max-height: 64px;
  }
}

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

@media (max-width: 1199.98px) {
  .site-header {
    --header-dot: rgba(0, 200, 255, 0.70);
  }

  .site-header::after {
    width: min(200px, 24vw);
    opacity: 0.12;
  }

  .site-navbar {
    min-height: 136px;
  }

  .brand {
    top: 17px;
    width: 124px;
    height: 104px;
  }

  .brand-logo-main {
    width: 92px;
    height: 92px;
    max-height: 92px;
  }

  .menu-panel {
    margin-left: 118px;
  }

  .main-nav {
    --nav-short-item-width: clamp(86px, 7vw, 106px);
    --nav-medium-item-width: clamp(118px, 9.4vw, 142px);
    --nav-long-item-width: clamp(138px, 11vw, 162px);
    --nav-wide-item-width: clamp(148px, 12.2vw, 178px);
  }

  .topline {
    padding-right: 24px;
    font-size: 0.78rem;
  }

  .quick-links a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .quick-links a + a {
    margin-left: 4px;
    padding-left: 11px;
  }

  .main-nav .nav-link {
    width: 100%;
    max-width: calc(100% - 20px);
    min-width: 0;
    font-size: 0.86rem;
  }

  .main-nav .nav-item:not(:last-child)::after {
    content: none;
  }

  .main-nav .nav-item + .nav-item::before {
    height: 26px;
  }
}

@media (max-width: 991.98px) {
  .site-header::before,
  .site-header.is-scrolled::before {
    background: linear-gradient(180deg, rgba(4, 22, 48, 0.98) 0%, rgba(4, 22, 48, 0.98) 100%);
  }

  .site-header::after {
    display: none;
  }

  .site-navbar,
  .site-header.is-scrolled .site-navbar {
    min-height: 86px;
    padding: 8px 0;
  }

  .header-band,
  .site-header.is-scrolled .header-band {
    top: 0;
    height: 100%;
    background: transparent;
    border: 0;
  }

  .brand,
  .site-header.is-scrolled .brand {
    position: relative;
    top: 0;
    left: 0;
    justify-content: flex-start;
    width: min(280px, calc(100vw - 146px));
    height: 70px;
    padding-left: 74px;
    overflow: visible;
  }

  .brand-title {
    display: block;
    max-width: 170px;
    color: #ffffff;
    font-size: 0.90rem;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
  }

  body.menu-open .brand-title {
    opacity: 0;
    visibility: hidden;
  }

  .brand-logo-main {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
  }

  .brand-logo-compact,
  .site-header.is-scrolled .brand-logo-compact {
    left: 34px;
    opacity: 1;
    width: 68px;
    height: 68px;
    max-height: 68px;
    transform: translate(-50%, -50%) scale(1);
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.42);
    border-radius: 8px;
  }

  .menu-panel {
    margin-left: 0;
    color: #152843;
    background: #ffffff;
    box-shadow: -10px 0 28px rgba(6, 19, 38, 0.18);
  }

  .menu-header {
    color: #10243d;
    background: #ffffff;
    border-bottom-color: rgba(16, 36, 61, 0.12);
  }

  .menu-close {
    color: #10243d;
    background: rgba(21, 64, 111, 0.06);
    border-color: rgba(21, 64, 111, 0.22);
  }

  .menu-close:hover {
    color: #ffffff;
    background: #15406f;
    border-color: #15406f;
  }

  .menu-close:focus,
  .menu-close:focus-visible {
    color: #10243d;
    background: #eef5ff;
    border-color: #15406f;
    outline: 3px solid #f6c343;
    outline-offset: 3px;
  }

  .menu-close:focus::before,
  .menu-close:focus::after,
  .menu-close:focus-visible::before,
  .menu-close:focus-visible::after {
    background: #10243d;
  }

  .topline.is-open,
  .site-header.is-scrolled .topline.is-open {
    border-bottom-color: rgba(16, 36, 61, 0.12);
  }

  .quick-links {
    padding-left: 6px;
  }

  .quick-links a {
    min-height: 40px;
    padding: 0 34px 0 12px;
    color: #17385f;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(21, 64, 111, 0.14);
    border-radius: 0;
    font-weight: 700;
  }

  .quick-links a:first-child {
    padding-left: 16px;
  }

  .quick-links a::before {
    content: none;
  }

  .quick-links a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.82;
  }

  .quick-links a + a {
    margin-top: 0;
    padding-left: 12px;
    border-top: 0;
    border-left: 0;
  }

  .quick-links a:hover,
  .quick-links a:focus-visible {
    color: #10243d;
    background: #eaf3ff;
    border-bottom-color: rgba(21, 64, 111, 0.34);
  }

  .nav-row {
    display: flex;
    grid-template-columns: none;
    padding-top: 10px;
  }

  .main-nav {
    display: flex;
    grid-column: auto;
    grid-template-columns: none;
  }

  .main-nav .nav-link {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    min-width: 0;
    min-height: 42px;
    padding: 0 34px 0 12px;
    color: #10243d;
    background: transparent;
    border-bottom: 1px solid rgba(21, 64, 111, 0.14);
    border-radius: 0;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.82;
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link:focus-visible {
    color: #041630;
    background: #f7f9fb;
    box-shadow: none;
    text-shadow: none;
  }

  .site-header .menu-panel .quick-links a:hover,
  .site-header .menu-panel .quick-links a:focus-visible {
    color: #041630;
    background: #f7f9fb;
    box-shadow: none;
  }

  .site-header .menu-panel .main-nav .nav-link:hover,
  .site-header .menu-panel .main-nav .nav-link:focus-visible,
  .site-header .menu-panel .main-nav .nav-link.is-active,
  .site-header .menu-panel .main-nav .nav-link[aria-current="page"] {
    color: #041630;
    background: #f7f9fb;
    box-shadow: none;
    text-shadow: none;
  }

  .main-nav .nav-item + .nav-item {
    margin-top: 0;
  }

  .main-nav .nav-item + .nav-item::before {
    content: none;
  }

  .site-navbar > .nav-actions {
    margin-right: 10px;
  }

  .nav-action {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.40);
    border-radius: 8px;
  }

  .quick-access-toggle {
    color: #15406f;
    background: #f2f6fb;
    border-color: rgba(21, 64, 111, 0.22);
    border-radius: 8px;
  }

  .quick-access-label,
  .quick-access-label-primary,
  .quick-access-label-secondary {
    color: inherit;
  }

  .quick-access-toggle:hover,
  .quick-access-toggle:focus-visible {
    color: #0b2c5f;
    background: #e8f1ff;
    border-color: rgba(21, 64, 111, 0.34);
  }

  .site-header .menu-panel .quick-access-toggle,
  .site-header .menu-panel .quick-access-toggle:hover,
  .site-header .menu-panel .quick-access-toggle:focus-visible {
    color: #15406f;
  }

  .site-header .menu-panel .quick-access-toggle:hover,
  .site-header .menu-panel .quick-access-toggle:focus-visible {
    background: #e8f1ff;
    border-color: rgba(21, 64, 111, 0.34);
  }
}

@media (max-width: 720px) {
  .brand,
  .site-header.is-scrolled .brand {
    width: min(238px, calc(100vw - 142px));
    height: 64px;
    padding-left: 68px;
  }

  .brand-title {
    max-width: 142px;
    font-size: 0.80rem;
    line-height: 1.14;
  }

  .brand-logo-compact,
  .site-header.is-scrolled .brand-logo-compact {
    left: 31px;
    width: 62px;
    height: 62px;
    max-height: 62px;
  }
}

@media (min-width: 992px) {
  .site-header .site-shell {
    width: min(1500px, calc(100% - 48px));
    max-width: 1500px;
  }

  .site-header {
    background: transparent;
    box-shadow: none;
  }

  .site-header::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: clamp(360px, 44vh, 560px);
    background:
      linear-gradient(180deg, rgba(4, 22, 48, 0.76) 0%, rgba(4, 22, 48, 0.60) 24%, rgba(4, 22, 48, 0.38) 48%, rgba(4, 22, 48, 0.18) 72%, rgba(4, 22, 48, 0.06) 90%, rgba(4, 22, 48, 0) 100%),
      linear-gradient(180deg, rgba(4, 22, 48, 0.64) 0%, rgba(4, 22, 48, 0.42) 44%, rgba(4, 22, 48, 0.16) 76%, rgba(4, 22, 48, 0) 100%);
    backdrop-filter: none;
  }

  .site-header::after {
    display: none;
  }

  .header-band {
    top: 58px;
    height: 78px;
    background: transparent;
    border: 0;
  }

  .topbar {
    border-bottom: 0;
  }

  .brand {
    top: 18px;
    justify-content: flex-start;
    width: 348px;
    height: 120px;
    padding-left: 128px;
    overflow: visible;
  }

  .brand-title {
    display: block;
    width: 190px;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
  }

  .brand-title span {
    display: block;
  }

  .brand-logo-main {
    left: 58px;
    width: 116px;
    height: 116px;
    max-height: 116px;
  }

  .menu-panel {
    margin-left: 348px;
  }

  .topline {
    min-height: 68px;
    font-size: 0.78rem;
    font-weight: 500;
  }

    .quick-links a {
        min-height: 40px;
        padding: 0 15px;
        color: rgba(255, 255, 255, 0.88);
        background: rgba(247, 249, 251, 0.08);
        border: 1px solid rgba(247, 249, 251, 0.16);
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(4, 18, 43, 0.10);
    }

  .quick-links a + a {
    margin-left: 8px;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .quick-links a:hover,
  .quick-links a:focus-visible {
    color: #041630;
    background: #f7f9fb;
    border-color: #f7f9fb;
    box-shadow: 0 0 0 3px rgba(247, 249, 251, 0.20);
    text-shadow: none;
  }

  .nav-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 82px;
    justify-content: end;
  }

  .main-nav {
    --nav-short-item-width: clamp(84px, 6.4vw, 108px);
    --nav-medium-item-width: clamp(112px, 8.2vw, 142px);
    --nav-long-item-width: clamp(132px, 9.6vw, 166px);
    --nav-wide-item-width: clamp(152px, 11.2vw, 190px);
    --nav-quick-item-width: clamp(112px, 8vw, 136px);
    grid-template-columns:
      var(--nav-short-item-width)
      var(--nav-medium-item-width)
      var(--nav-long-item-width)
      var(--nav-long-item-width)
      var(--nav-wide-item-width)
      var(--nav-short-item-width)
      var(--nav-quick-item-width);
    justify-self: end;
  }

  .main-nav .nav-item + .nav-item::before {
    display: none;
  }

  .main-nav .nav-link {
    max-width: calc(100% - 8px);
    min-height: 37px;
    padding: 0 8px;
    color: #ffffff;
    font-size: clamp(0.78rem, 0.86vw, 1rem);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link:focus-visible,
  .main-nav .nav-link.is-active,
  .main-nav .nav-link[aria-current="page"] {
    color: #041630;
    background: #f7f9fb;
    border-color: #f7f9fb;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
    text-shadow: none;
  }

  .nav-action,
  .quick-access-toggle {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.30);
    box-shadow: 0 8px 24px rgba(4, 18, 43, 0.16);
  }

    .site-header.is-scrolled {
        background: #0d3f82;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: 0 10px 24px rgba(7, 28, 53, 0.18);
    }

        .site-header.is-scrolled::before {
            inset: 0;
            height: auto;
            background: #0d3f82;
            backdrop-filter: none;
            mask-image: none;
            -webkit-mask-image: none;
        }

  .site-header.is-scrolled .header-band {
    top: 0;
    height: 88px;
    background: transparent;
    border: 0;
  }

  .site-header.is-scrolled .brand {
    top: 5px;
    width: 266px;
    height: 78px;
    padding-left: 88px;
  }

  .site-header.is-scrolled .brand-title {
    width: 160px;
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .site-header.is-scrolled .brand-logo-main {
    left: 42px;
  }

  .site-header.is-scrolled .brand-logo-compact {
    left: 42px;
  }

  .site-header.is-scrolled .menu-panel {
    margin-left: 266px;
  }

  .site-header.is-scrolled .main-nav {
    --nav-short-item-width: clamp(82px, 6vw, 102px);
    --nav-medium-item-width: clamp(108px, 7.8vw, 134px);
    --nav-long-item-width: clamp(126px, 9vw, 156px);
    --nav-wide-item-width: clamp(146px, 10.5vw, 178px);
    --nav-quick-item-width: clamp(108px, 7.6vw, 130px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brand {
    width: 248px;
    padding-left: 100px;
  }

  .brand-title {
    width: 138px;
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .brand-logo-main {
    left: 48px;
    width: 96px;
    height: 96px;
    max-height: 96px;
  }

  .menu-panel {
    margin-left: 248px;
  }

  .site-header.is-scrolled .brand {
    width: 210px;
    padding-left: 80px;
  }

  .site-header.is-scrolled .brand-title {
    width: 120px;
    font-size: 0.78rem;
  }

  .site-header.is-scrolled .menu-panel {
    margin-left: 210px;
  }

  .main-nav {
    --nav-short-item-width: clamp(74px, 7vw, 88px);
    --nav-medium-item-width: clamp(100px, 9.2vw, 118px);
    --nav-long-item-width: clamp(112px, 10.8vw, 132px);
    --nav-wide-item-width: clamp(128px, 12vw, 148px);
    --nav-quick-item-width: clamp(102px, 9vw, 116px);
  }
}

.site-header .main-nav .nav-link:hover,
.site-header .main-nav .nav-link:focus-visible,
.site-header .main-nav .nav-link.is-active,
.site-header .main-nav .nav-link[aria-current="page"] {
    --nav-hover-bg: #f7f9fb;
    --nav-hover-text: #041630;
    color: #041630;
    background: #F8F9F9;
    border-color: #f7f9fb;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
    text-shadow: none;
    text-decoration: none;
}

@media (min-width: 992px) {
  .site-header .main-nav .nav-item--quick-menu {
    align-self: center;
  }

  .site-header .main-nav .quick-access-toggle--nav {
    width: 100%;
    max-width: calc(100% - 8px);
    min-height: 40px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(247, 249, 251, 0.08);
    border-color: rgba(247, 249, 251, 0.16);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(4, 18, 43, 0.16);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    text-shadow: none;
  }

  .site-header .main-nav .quick-access-toggle--nav:hover,
  .site-header .main-nav .quick-access-toggle--nav:focus-visible {
    color: #ffffff;
    background: rgba(0, 169, 223, 0.22);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 3px rgba(0, 169, 223, 0.26);
    text-shadow: none;
  }
}

.site-header .quick-links a:hover,
.site-header .quick-links a:focus-visible {
  --nav-hover-bg: rgba(0, 169, 223, 0.22);
  --nav-hover-text: #ffffff;
  color: #ffffff;
  background: rgba(0, 169, 223, 0.22);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 169, 223, 0.26);
  text-shadow: none;
  text-decoration: none;
}

.site-header .quick-links a {
  --nav-hover-bg: rgba(0, 169, 223, 0.22);
  --nav-hover-text: #ffffff;
}

.site-header .menu-panel .quick-links a:hover,
.site-header .menu-panel .quick-links a:focus-visible {
  --nav-hover-bg: rgba(0, 169, 223, 0.22);
  --nav-hover-text: #ffffff;
  color: #ffffff;
  background: rgba(0, 169, 223, 0.22);
  border-color: rgba(255, 255, 255, 0.72);
}

.site-header .menu-panel .quick-links a {
  --nav-hover-bg: rgba(0, 169, 223, 0.22);
  --nav-hover-text: #ffffff;
}

.site-header {
  background: transparent;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .site-header .menu-panel {
    z-index: 120;
  }

  .site-header .menu-panel.show {
    z-index: 120;
    pointer-events: auto;
  }

  .site-header .brand,
  .site-header .nav-actions,
  .site-header .menu-toggle {
    z-index: 1;
  }

  .site-header .topline[aria-hidden="true"] .quick-links a {
    visibility: hidden;
  }

  .site-header .topline.is-open .quick-links a {
    visibility: visible;
  }

  .site-header .menu-panel .quick-links a:hover,
  .site-header .menu-panel .quick-links a:focus,
  .site-header .menu-panel .quick-links a:focus-visible {
    color: #10243d;
    background: #eaf3ff;
    border-color: rgba(21, 64, 111, 0.34);
    box-shadow: none;
    outline: 3px solid #f6c343;
    outline-offset: 2px;
    text-shadow: none;
  }
}

.site-header::before {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: clamp(360px, 44vh, 560px);
  background:
    linear-gradient(180deg, rgba(4, 22, 48, 0.76) 0%, rgba(4, 22, 48, 0.60) 24%, rgba(4, 22, 48, 0.38) 48%, rgba(4, 22, 48, 0.18) 72%, rgba(4, 22, 48, 0.06) 90%, rgba(4, 22, 48, 0) 100%),
    linear-gradient(180deg, rgba(4, 22, 48, 0.64) 0%, rgba(4, 22, 48, 0.42) 44%, rgba(4, 22, 48, 0.16) 76%, rgba(4, 22, 48, 0) 100%);
  backdrop-filter: none;
}

.page-shell-body .site-header:not(.is-scrolled)::before {
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 22, 48, 0.96) 0%, rgba(13, 63, 130, 0.92) 100%);
  backdrop-filter: none;
  mask-image: none;
  -webkit-mask-image: none;
}

@media (max-width: 991.98px) {
  .site-header {
    background: transparent;
    box-shadow: none;
  }

  .site-header::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: clamp(360px, 44vh, 560px);
    background:
      linear-gradient(180deg, rgba(4, 22, 48, 0.76) 0%, rgba(4, 22, 48, 0.60) 24%, rgba(4, 22, 48, 0.38) 48%, rgba(4, 22, 48, 0.18) 72%, rgba(4, 22, 48, 0.06) 90%, rgba(4, 22, 48, 0) 100%),
      linear-gradient(180deg, rgba(4, 22, 48, 0.64) 0%, rgba(4, 22, 48, 0.42) 44%, rgba(4, 22, 48, 0.16) 76%, rgba(4, 22, 48, 0) 100%);
    backdrop-filter: none;
  }

  .page-shell-body .site-header:not(.is-scrolled)::before {
    inset: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 22, 48, 0.96) 0%, rgba(13, 63, 130, 0.92) 100%);
    backdrop-filter: none;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.site-header.is-scrolled {
  background: #0d3f82;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(7, 28, 53, 0.18);
}

.site-header.is-scrolled::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #0d3f82;
  backdrop-filter: none;
  mask-image: none;
  -webkit-mask-image: none;
}
