/* 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: 8px;
  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/sections/hero.css */
.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #ffffff;
}

.slider-page .hero {
  display: block;
  height: 100svh;
  min-height: 100svh;
  padding: 0;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: calc(100svh - 48px);
    min-height: 420px;
    overflow: hidden;
    color: #ffffff;

}

.hero-slider__viewport,
.hero-slider__slide {
  position: absolute;
  inset: 0;
}

.hero-slider__slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.hero-slider__slide::before,
.hero-slider__slide::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero-slider__slide::before {
  background:
    linear-gradient(180deg, rgba(3, 19, 48, 0.44) 0%, rgba(3, 19, 48, 0.10) 30%, rgba(3, 19, 48, 0.08) 68%, rgba(3, 19, 48, 0.36) 100%),
    linear-gradient(90deg, rgba(3, 19, 48, 0.28) 0%, rgba(3, 19, 48, 0.08) 42%, rgba(3, 19, 48, 0) 74%);
}

.hero-slider__slide::after {
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.06), transparent 42%);
  opacity: 0.7;
}

.hero-slider__slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.hero-slider__slide.is-leaving {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.hero-slider__slide:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.86);
  outline-offset: -10px;
}

.hero-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
  opacity: 0;
  transition: opacity 620ms ease;
}

.hero-slider__slide.is-active .hero-slider__media,
.hero-slider__slide.is-leaving .hero-slider__media {
  opacity: 1;
}

.hero-slider__content {
  position: absolute;
  left: clamp(24px, 8vw, 144px);
  bottom: clamp(90px, 13vh, 160px);
  z-index: 3;
  width: min(780px, calc(100% - 48px));
  padding: clamp(22px, 3vw, 46px) clamp(28px, 5vw, 82px) clamp(24px, 3.4vw, 52px) 0;
  opacity: 1;
  filter: none;
  isolation: isolate;
  mix-blend-mode: normal;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58);
  pointer-events: none;
}

.hero-slider__slide.is-leaving .hero-slider__content,
.hero-slider__slide:not(.is-active) .hero-slider__content {
  opacity: 0;
  visibility: hidden;
}

.hero-slider__slide.is-active .hero-slider__content {
  opacity: 1;
  visibility: visible;
}

.hero-slider__content::before {
  position: absolute;
  top: max(-28px, -3vw);
  right: 0;
  bottom: max(-30px, -3vw);
  left: calc(-1 * clamp(24px, 8vw, 144px));
  z-index: -1;
  width: min(980px, calc(100vw - 24px));
  background:
    radial-gradient(ellipse at 20% 50%, rgba(4, 22, 48, 0.72) 0%, rgba(4, 22, 48, 0.48) 42%, rgba(4, 22, 48, 0.18) 68%, rgba(4, 22, 48, 0) 100%),
    linear-gradient(90deg, rgba(4, 22, 48, 0.70), rgba(4, 22, 48, 0.36) 48%, rgba(4, 22, 48, 0) 100%);
  border-radius: 0 999px 999px 0;
  content: "";
  pointer-events: none;
}

.hero-slider__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-slider__content h2 {
  position: relative;
  z-index: 4;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  text-wrap: balance;
}

.hero-slider .hero-slider__slide .hero-slider__content h2 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.hero-slider__nav {
  position: absolute;
  left: 50%;
  bottom: clamp(38px, 8vh, 2px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 3px 5px;
  background: rgba(4, 22, 48, 0.18);
  border: 1px solid rgba(157, 195, 235, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.hero-slider__nav[hidden] {
  display: none;
}

.hero-slider__dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  overflow: visible;
}

.hero-slider__dot::before {
  width: 14px;
  height: 14px;
  background: rgba(231, 239, 248, 0.74);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(5, 22, 46, 0.18);
  content: "";
  pointer-events: none;
  transition: width 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

    .hero-slider__dot.is-active::before,
    .hero-slider__dot[aria-selected="true"]::before {
        width: 18px;
        height: 18px;
        background: #1477e8;
        box-shadow: 0 0 0 3px rgba(247 249 251), 0 6px 12px rgba(0, 0, 0, 0.08);
    }

.hero-slider__dot:hover::before,
.hero-slider__dot:focus-visible::before {
  background: #5aa7ff;
}

.hero-slider__dot:focus-visible {
  outline: 3px solid rgba(90, 167, 255, 0.66);
  outline-offset: 4px;
}

.hero-slider__pause {
  position: absolute;
  right: 24px;
  bottom: 40px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: rgba(4, 22, 48, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hero-slider__pause[hidden] {
  display: none;
}

.hero-slider__pause:hover,
.hero-slider__pause:focus-visible {
  color: #ffffff;
  background: #0d3f82;
  border-color: rgba(255, 255, 255, 0.82);
}

.hero-slider__pause:focus-visible {
  outline: 3px solid rgba(246, 195, 67, 0.78);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(6, 31, 67, 0.34), 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-slider__pause-icon {
  position: relative;
  width: 16px;
  height: 18px;
}

.hero-slider__pause-icon::before,
.hero-slider__pause-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: currentColor;
  border-radius: 2px;
  content: "";
}

.hero-slider__pause-icon::before {
  left: 2px;
}

.hero-slider__pause-icon::after {
  right: 2px;
}

.hero-slider__pause.is-paused .hero-slider__pause-icon::before {
  inset: 0 auto 0 3px;
  width: 14px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-slider__pause.is-paused .hero-slider__pause-icon::after {
  display: none;
}

.discover {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 10px 18px;
  color: #ffffff;
  background: rgba(13, 63, 97, 0.98);
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.discover strong {
  display: block;
  min-width: 0;
  max-width: min(100%, 34rem);
  color: inherit;
  font: inherit;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-align: center;
}

.discover span {
  line-height: 1;
}

.discover .chevron {
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.discover:hover,
.discover:focus-visible {
  color: #ffffff;
  background: #0d3f61;
  outline: none;
}

.discover:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(246, 195, 67, 0.78);
}

@media (max-width: 991.98px) {
  .hero-slider {
    height: calc(100svh - 48px);
    min-height: 360px;
  }

  .hero-slider__slide::before {
    background:
      linear-gradient(180deg, rgba(3, 19, 48, 0.50) 0%, rgba(3, 19, 48, 0.10) 34%, rgba(3, 19, 48, 0.44) 100%),
      linear-gradient(90deg, rgba(3, 19, 48, 0.28), rgba(3, 19, 48, 0));
  }

  .hero-slider__content {
    left: 24px;
    bottom: 124px;
    width: min(680px, calc(100% - 48px));
    padding: 24px 42px 28px 0;
  }

  .hero-slider__content h2 {
    font-size: 3rem;
  }

  .hero-slider__nav {
    left: 50%;
    bottom: 20px;
  }

  .hero-slider__pause {
    right: 18px;
    bottom: 22px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100svh;
    height: 100svh;
    padding: 116px 16px 64px;
  }

  .slider-page .hero {
    --hero-header-offset: 0px;
    --hero-discover-height: 48px;
    min-height: 100svh;
    height: 100svh;
    padding: var(--hero-header-offset) 0 var(--hero-discover-height);
    background: #ffffff;
  }

  .slider-page .hero .hero-slider {
    height: calc(100svh - var(--hero-header-offset) - var(--hero-discover-height));
    max-height: calc(100svh - var(--hero-header-offset) - var(--hero-discover-height));
    min-height: min(340px, calc(100svh - var(--hero-header-offset) - var(--hero-discover-height)));
  }

  .discover {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.78rem;
  }
}

@media (min-width: 721px) and (max-width: 991.98px) {
  .slider-page .hero {
    --hero-header-offset: 0px;
    --hero-discover-height: 48px;
    min-height: 100svh;
    height: 100svh;
    padding: var(--hero-header-offset) 0 var(--hero-discover-height);
    background: #ffffff;
  }

  .slider-page .hero .hero-slider {
    display: block;
    aspect-ratio: auto;
    height: calc(100svh - var(--hero-header-offset) - var(--hero-discover-height));
    max-height: calc(100svh - var(--hero-header-offset) - var(--hero-discover-height));
    min-height: min(320px, calc(100svh - var(--hero-header-offset) - var(--hero-discover-height)));
  }
}

@media (max-width: 640px) {
  .hero-slider {
    min-height: 320px;
  }

  .hero-slider__content {
    left: 18px;
    bottom: 138px;
    width: calc(100% - 36px);
    padding: 20px 24px 24px 0;
  }

  .hero-slider__eyebrow {
    margin-bottom: 8px;
    font-size: 0.78rem;
  }

  .hero-slider__content h2 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1.1;
  }

  .hero-slider__nav {
    left: 50%;
    bottom: 30px;
    gap: 8px;
    min-height: 52px;
    padding: 5px 8px;
  }

  .hero-slider__dot {
    width: 52px;
    height: 52px;
  }

  .hero-slider__dot.is-active::before,
  .hero-slider__dot[aria-selected="true"]::before {
    width: 17px;
    height: 17px;
  }

  .discover {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.78rem;
  }

  .hero-slider__pause {
    right: 16px;
    bottom: 40px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider__slide,
  .hero-slider__dot::before,
  .hero-slider__pause {
    transition: none;
  }
}


/* Source: assets/css/sections/home-intro.css */
.home-intro {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 24px);
  isolation: isolate;
}

.home-intro[hidden] {
  display: none;
}

.home-intro__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(1px);
}

.home-intro__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  max-width: calc(100vw - 24px);
  max-height: calc(100svh - 24px);
  flex-direction: column;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-intro__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  background: #004a6a;
  border: 2px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.home-intro__close:hover,
.home-intro__close:focus-visible {
  color: #ffffff;
  background: #00364e;
}

.home-intro__close svg {
  width: 24px;
  height: 24px;
}

.home-intro__link {
  display: block;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.home-intro__link:focus-visible,
.home-intro__today input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -5px;
}

.home-intro__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(98svh - 82px);
  object-fit: contain;
  object-position: center;
}

.home-intro__today {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px clamp(16px, 2vw, 24px);
  color: #14233a;
  background: rgba(244, 248, 251, 0.96);
  border-top: 1px solid rgba(20, 35, 58, 0.12);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.home-intro__today input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #004a6a;
}

body.home-intro-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .home-intro {
    padding: 10px;
  }

  .home-intro__dialog {
    max-width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }

  .home-intro__close {
    width: 42px;
    height: 42px;
  }

  .home-intro__image {
    max-height: calc(100svh - 80px);
  }

  .home-intro__today {
    min-height: 56px;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-intro__overlay {
    backdrop-filter: none;
  }
}


/* Source: assets/css/sections/announcements.css */
.announcements-section {
  position: relative;
  z-index: 2;
  padding: 46px 22px 44px;
  color: #174585;
  background: #ffffff;
}

.announcements-section .section-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.announcements-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
}

.announcements-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #1b2634;
    background: #f7f9fb;
    border: 1px solid rgba(25, 75, 147, 0.24);
    border-radius: 10px;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.announcements-control svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

    .announcements-control:hover,
    .announcements-control:focus-visible {
        color: #ffffff;
        background: #9b6a2e;
    }

.announcements-control:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.announcements-control:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.announcements-control-prev {
  order: 1;
}

.announcements-control-autoplay {
  order: 2;
}

.announcements-control-next {
  order: 3;
}

.announcements-control[aria-pressed="true"]:not(:disabled) {
  color: #ffffff;
  background: #194b93;
  border-color: #194b93;
}

.announcements-board {
  position: relative;
}

.announcements-board.is-announcements-carousel {
  overflow: hidden;
}

.announcements-board.is-announcements-carousel .announcements-grid {
  transition: transform 320ms ease;
  will-change: transform;
}

.announcements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.announcement-item {
  min-width: 0;
}

.announcement-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  min-height: 126px;
  height: 100%;
  padding: 14px;
  color: inherit;
  background: #ffffff;
  border: 1px solid rgba(25, 75, 147, 0.12);
  border-radius: 8px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.announcement-card:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.announcement-card:hover,
.announcement-card:focus-visible {
  background: #fbfdff;
  border-color: rgba(25, 75, 147, 0.34);
  box-shadow: 0 10px 20px rgba(9, 32, 64, 0.05);
}

.announcement-date {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 76px;
  padding: 10px 8px;
  color: #194b93;
  background: #ffffff;
  border: 1px solid rgba(25, 75, 147, 0.16);
  border-radius: 7px;
}

.announcement-day {
    font-family: var(--font-numeric);
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.announcement-month {
  display: block;
  margin-top: 5px;
  color: #5a5d62;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.announcement-content {
  align-self: stretch;
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  height: 100%;
  gap: 8px;
}

    .announcement-content h3 {
        display: -webkit-box;
        margin: 0;
        color: #55585e;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.announcement-update {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin: 0;
  color: #5a5d62;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.announcement-update-label {
    color: #c31d24;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
  .announcements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .announcements-section {
    padding: 38px 16px 40px;
  }

  .announcements-control {
    width: 40px;
    height: 40px;
  }

  .announcements-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .announcement-card {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    min-height: 118px;
    padding: 12px;
  }

  .announcement-date {
    min-height: 68px;
  }

  .announcement-day {
    font-size: 1.7rem;
  }

  .announcement-content h3 {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcements-board.is-announcements-carousel {
    height: auto !important;
    overflow: visible;
  }

  .announcements-board.is-announcements-carousel .announcements-grid {
    transform: none !important;
    transition: none;
  }
}


/* Source: assets/css/sections/events.css */
.home-events-section {
    position: relative;
    z-index: 2;
    padding: 46px 22px 40px;
    color: #174585;
    background: #ffffff;
}

    .home-events-section .section-inner {
        width: min(1320px, 100%);
        margin: 0 auto;
    }

@media (min-width: 1200px) {
    .home-events-stage {
        width: min(1180px, calc(100% - 96px));
        margin-inline: auto;
    }
}

.home-events-heading {
    min-width: 0;
}

.home-events-titlebar p {
    margin: 8px 0 0;
    color: #2e5a99;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.35;
}

.home-events-controls {
  position: static;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 18px;
  pointer-events: auto;
}

.home-events-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #1b2634;
    background: #f7f9fb;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid rgba(20, 35, 58, 0.1);
    box-shadow: 0 8px 16px rgba(9, 28, 51, 0);
    transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.home-events-control-autoplay {
    order: 2;
    align-self: center;
}

.home-events-control-prev {
    order: 1;
}

.home-events-control-next {
    order: 3;
}

    .home-events-control:hover,
    .home-events-control:focus-visible {
        color: #ffffff;
        background: #9b6a2e;
    }

    .home-events-control:disabled {
        opacity: 0.48;
        cursor: not-allowed;
        transform: none;
    }

    .home-events-control[aria-pressed="true"]:not(:disabled) {
        color: #ffffff;
        background: #194b93;
        border-color: #194b93;
    }

    .home-events-control svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

.home-events-stage {
    position: relative;
    padding: 0;
}

.home-events-carousel {
    --events-gap: 20px;
    --events-per-view: 3;
    overflow: hidden;
}

.home-events-track {
    display: flex;
    gap: var(--events-gap);
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 320ms ease;
    will-change: transform;
}

.home-events-carousel[data-home-events-static="true"] {
    overflow: visible;
}

.home-events-carousel[data-home-events-static="true"] .home-events-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    will-change: auto;
}

.home-event-item {
    flex: 0 0 calc((100% - (var(--events-gap) * (var(--events-per-view) - 1))) / var(--events-per-view));
    min-width: 0;
}

.home-event-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    color: #174585;
    text-decoration: none;
}

    .home-event-card:focus-visible {
        outline: 3px solid var(--focus);
        outline-offset: 4px;
    }

.home-event-media {
    display: block;
    aspect-ratio: 1.34 / 1;
    overflow: hidden;
    background: #e7edf6;
    border-radius: 8px 8px 0 0;
}

    .home-event-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform-origin: center center;
        transition: transform 520ms ease;
    }

.home-event-card:hover .home-event-media img,
.home-event-card:focus-visible .home-event-media img {
    transform: scale(1.07);
}

.home-event-body {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    gap: 10px;
    min-height: 196px;
    padding: 16px 16px 18px;
    color: #174585;
    background: #f7f9fb;
    border-radius: 0 0 8px 8px;
}

    .home-event-body strong {
        display: -webkit-box;
        min-height: 2.5em;
        margin: 0;
        color: #55585e;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.25;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.home-event-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    padding: 5px 10px;
    color: #55585e;
    background: #ededed;
    border: 1px solid rgba(29, 101, 141, 0.14);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-event-hall {
    align-self: end;
    color: #1d658d;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.25;
}

.home-event-date,
.home-event-time {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    color: #5a5d62;
    font-family: var(--font-numeric);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.2;
}

    .home-event-date::before,
    .home-event-time::before {
        display: inline-flex;
        width: 16px;
        margin-right: 5px;
        color: #194b93;
        font-family: "Font Awesome 7 Free", "Font Awesome 6 Free";
        font-size: 0.82rem;
        font-weight: 900;
    }

    .home-event-date::before {
        content: "\f073";
    }

    .home-event-time::before {
        content: "\f017";
    }

@media (prefers-reduced-motion: reduce) {
    .home-events-track,
    .home-event-media img,
    .home-events-control,
    .home-section-all-link {
        transition: none;
    }

    .home-event-card:hover .home-event-media img,
    .home-event-card:focus-visible .home-event-media img {
        transform: none;
    }
}

@media (max-width: 1199.98px) {
  .home-events-carousel {
    --events-per-view: 3;
  }
}

@media (max-width: 991.98px) {
    .home-events-section {
        padding-top: 38px;
        padding-bottom: 42px;
    }

    .home-events-titlebar {
        align-items: stretch;
        flex-direction: column;
    }

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

  .home-events-carousel {
    --events-per-view: 2;
  }

  .home-events-carousel[data-home-events-static="true"] .home-events-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-events-section {
    padding: 32px 16px 38px;
  }

  .home-events-stage {
    padding: 0;
  }

}

@media (max-width: 575.98px) {
  .home-events-carousel {
    --events-per-view: 1;
  }

  .home-events-carousel[data-home-events-static="true"] .home-events-track {
    grid-template-columns: 1fr;
  }

  .home-events-stage {
    padding: 0;
  }

    .home-event-body {
        min-height: 184px;
    }
}


/* Source: assets/css/sections/numbers-band.css */
.numbers-band {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(40px, 6vw, 72px) 22px;
  color: #ffffff;
  background: #2e2620;
}

.numbers-band__backdrop,
.numbers-band__overlay {
  position: absolute;
  inset: 0;
}

.numbers-band__backdrop {
  z-index: -2;
  background-image: url("../../media/home-showcase/4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transform: scale(1.03);
}

.numbers-band__overlay {
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(40, 30, 22, 0.9), rgba(25, 23, 20, 0.8)),
    linear-gradient(180deg, rgba(153, 106, 54, 0.18), rgba(26, 24, 22, 0.28));
}

.numbers-band__inner {
  width: min(100%, 1210px);
  margin: 0 auto;
}

.numbers-band__header {
  max-width: 760px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
}

.numbers-band__header h2 {
  margin: 0;
  color:rgb(11 223 117 / 80%);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.numbers-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.numbers-band__card {
  min-width: 0;
  padding: 8px 12px;
  text-align: center;
}

.numbers-band__card h3 {
  margin: 0 0 14px;
  color:rgb(170 235 232 / 80%);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.numbers-band__value {
  margin: 0;
  color: #c5c4c2;
  font-family: "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
}

@media (max-width: 991.98px) {
  .numbers-band {
    padding: 34px 22px;
  }

  .numbers-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .numbers-band {
    padding: 28px 16px;
  }

  .numbers-band__header {
    margin-bottom: 20px;
  }

  .numbers-band__grid {
    gap: 12px;
  }

  .numbers-band__card {
    padding: 6px 10px;
  }
}

@media (max-width: 575.98px) {
  .numbers-band__grid {
    grid-template-columns: 1fr;
  }
}


/* Source: assets/css/sections/numbers-band-featured.css */
.numbers-band-featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  padding: clamp(42px, 5.5vw, 20px) 22px clamp(34px, 4.8vw, 20px);
  color: #ffffff;
  background: #021c3c;
}

.numbers-band-featured__media,
.numbers-band-featured__shade,
.numbers-band-featured__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.numbers-band-featured__media {
    z-index: -3;
    background: url("../../media/parallax/hp2.jpg") center center / cover no-repeat;
    transform: scale(1.02);
}

.numbers-band-featured__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 18, 42, 0.92) 0%, rgba(5, 32, 70, 0.82) 34%, rgba(5, 32, 70, 0.62) 64%, rgba(2, 18, 42, 0.84) 100%),
    linear-gradient(180deg, rgba(0, 18, 44, 0.54), rgba(0, 16, 38, 0.88));
}

.numbers-band-featured__dots {
  z-index: -1;
  width: 190px;
  /*height: 210px;*/
  background-image: radial-gradient(circle, rgba(40, 169, 255, 0.78) 1.4px, transparent 1.8px);
  background-size: 26px 26px;
  opacity: 0.78;
  mask-image: linear-gradient(90deg, #000 0%, transparent 100%);
}

.numbers-band-featured__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.numbers-band-featured__header {
  width: min(560px, 100%);
  /*padding-top: clamp(4px, 1.2vw, 14px);*/
}

    .numbers-band-featured__header h2 {
        display: grid;
        gap: 2px;
        margin: 0;
        color: #cbd3d5;
        font-family: var(--font-display);
        font-size: clamp(2.45rem, 5vw, 2rem);
        font-weight: 800;
        line-height: 0.96;
        letter-spacing: 0;
    }

.numbers-band-featured__header h2 strong {
  color: #168eff;
  font: inherit;
}

.numbers-band-featured__accent {
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 24px;
  background: #2aa8ff;
  box-shadow: 0 0 22px rgba(42, 168, 255, 0.54);
}

.numbers-band-featured__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(28px, 4.4vw, 48px);
  overflow: hidden;
  background: rgba(2, 34, 74, 0.72);
  border: 1px solid rgba(42, 168, 255, 0.34);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 16, 38, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.numbers-band-featured__item {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px) 22px 24px;
  text-align: center;
}

.numbers-band-featured__item + .numbers-band-featured__item::before {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 0;
  width: 1px;
  background: rgba(80, 173, 255, 0.42);
  content: "";
}

.numbers-band-featured__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  color: #2aa8ff;
  border: 1px dotted rgba(42, 168, 255, 0.54);
  border-radius: 999px;
  box-shadow: inset 0 0 0 10px rgba(42, 168, 255, 0.05), 0 0 34px rgba(42, 168, 255, 0.15);
}

.numbers-band-featured__icon::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(42, 168, 255, 0.22);
  border-radius: inherit;
  content: "";
}

.numbers-band-featured__icon svg {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 0 10px rgba(42, 168, 255, 0.28));
}

.numbers-band-featured__item h3 {
    margin: 0;
    color: #c6cbcd;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.numbers-band-featured__value {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: "Noto Sans", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.1rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.42);
}

    .numbers-band-featured__value::after {
        display: block;
        width: 34px;
        height: 1px;
        margin: 14px auto 0;
        background: #1d78ba;
        content: "";
    }

@media (max-width: 991.98px) {
  .numbers-band-featured {
    min-height: auto;
    padding: 36px 18px;
  }

  .numbers-band-featured__shade {
    background:
      linear-gradient(90deg, rgba(2, 18, 42, 0.94) 0%, rgba(5, 32, 70, 0.84) 52%, rgba(2, 18, 42, 0.88) 100%),
      linear-gradient(180deg, rgba(0, 18, 44, 0.62), rgba(0, 16, 38, 0.9));
  }

  .numbers-band-featured__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .numbers-band-featured__item:nth-child(odd)::before {
    display: none;
  }

  .numbers-band-featured__item:nth-child(n + 3) {
    border-top: 1px solid rgba(80, 173, 255, 0.32);
  }
}

@media (max-width: 575.98px) {
  .numbers-band-featured {
    padding: 30px 14px;
  }

  .numbers-band-featured__header h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .numbers-band-featured__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .numbers-band-featured__item {
    padding: 20px 12px;
  }

  .numbers-band-featured__item:nth-child(odd)::before {
    display: none;
  }

  .numbers-band-featured__item:nth-child(even)::before {
    display: block;
    top: 28px;
    bottom: 28px;
  }

  .numbers-band-featured__item:nth-child(n + 3) {
    border-top: 1px solid rgba(80, 173, 255, 0.32);
  }

  .numbers-band-featured__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }

  .numbers-band-featured__icon svg {
    width: 34px;
    height: 34px;
  }

  .numbers-band-featured__item h3 {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .numbers-band-featured__value {
    margin-top: 10px;
    font-size: clamp(1.75rem, 10vw, 2.45rem);
  }

  .numbers-band-featured__value::after {
    margin-top: 10px;
  }
}


/* Source: assets/css/sections/news.css */
.home-news {
  position: relative;
  z-index: 2;
  padding: 44px 28px 54px;
  color: #183b76;
  background: #f8f9fb;
}

.home-news .section-inner {
  width: 100%;
  margin: 0 auto;
}

.home-news__header p {
  margin: 7px 0 0;
  color: #4268a5;
  font-size: 0.95rem;
  line-height: 1.35;
}

.home-news__layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.home-news__featured {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background: #08234a;
  border-radius: 8px;
}

.home-news__viewport {
  overflow: hidden;
  height: 100%;
}

.home-news__track {
  display: flex;
  height: 100%;
  transition: transform 360ms ease;
  will-change: transform;
}

.home-news__slide {
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
}

.home-news__slide-link {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) 160px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.home-news__slide-link:focus-visible,
.home-news__mini-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -6px;
}

.home-news__slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 322px;
  object-fit: cover;
  object-position: center;
  transition: filter 260ms ease, transform 460ms ease;
}

.home-news__slide-link:hover img,
.home-news__slide-link:focus-visible img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.018);
}

.home-news__slide-body {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  min-height: 160px;
  overflow: visible;
  padding: 20px 30px 18px 38px;
  color: #ffffff;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(90, 162, 196, 0.16) 0%, rgba(14, 62, 119, 0.08) 44%, rgba(8, 40, 86, 0) 72%),
    linear-gradient(112deg, #0b2d61 0%, #123f78 58%, #082955 100%);
}

.home-news__date-stack {
  align-self: start;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.home-news__date-card {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 120px;
  min-height: 60px;
  /* margin-top: -20px; */
  color: #55585e;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 14px 22px rgba(8, 38, 85, 0.14);
  transform: translateX(-38px);
}

.home-news__date-card strong {
  display: block;
  font-family: var(--font-numeric);
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1;
}

.home-news__date-card span {
  margin-top: 3px;
  color: #55585e;
  font-size: 0.90rem;
  line-height: 1;
}

.home-news__date-stack .home-news__pill {
  transform: translateX(-38px);
}

.home-news__slide-copy {
  align-self: start;
  min-width: 0;
  max-height: none;
  overflow: hidden;
  padding-right: 16px;
}

.home-news__slide h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.home-news__continue {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  top: -18px;
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 96px;
  min-height: 34px;
  margin-bottom: 32px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-news__continue span {
  font-size: 1rem;
  line-height: 0.7;
}

.home-news__slide-link:hover .home-news__continue,
.home-news__slide-link:focus-visible .home-news__continue {
  color: #17478d;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.home-news__controls {
  position: absolute;
  right: 18px;
  top: calc(100% - 160px - 70px);
  z-index: 3;
  display: inline-flex;
  gap: 10px;
  pointer-events: auto;
}

.home-news__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 60px;
  padding: 0;
  color: #ffffff;
  background: rgba(31, 78, 137, 0.78);
  border: 1px solid rgba(214, 231, 250, 0.38);
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(13, 43, 84, 0.22);
  cursor: pointer;
  opacity: 0.7;
  pointer-events: auto;
  transition: opacity 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-news__control--prev {
  order: 1;
}

.home-news__control--next {
  order: 3;
}

.home-news__control--autoplay {
  order: 2;
}

.home-news__control svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.home-news__featured:hover .home-news__control,
.home-news__featured:focus-within .home-news__control,
.home-news__control:hover,
.home-news__control:focus-visible {
  opacity: 1;
}

.home-news__control:hover,
.home-news__control:focus-visible {
  color: #ffffff;
  background: rgba(22, 65, 124, 0.94);
  border-color: rgba(226, 239, 255, 0.62);
  box-shadow: 0 18px 30px rgba(13, 43, 84, 0.32);
}

.home-news__control:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.home-news__control[aria-pressed="true"]:not(:disabled) {
  color: #17478d;
  background: #ffffff;
  border-color: rgba(226, 239, 255, 0.82);
  opacity: 1;
}

.home-news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-news__mini {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 30px rgba(31, 48, 79, 0.08);
}

.home-news__mini-link {
  display: grid;
  grid-template-rows: 176px 1fr;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.home-news__mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease, filter 420ms ease;
}

.home-news__mini:hover img,
.home-news__mini:focus-within img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.04);
}

.home-news__mini-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 82px;
  padding: 8px 11px 10px;
}

.home-news__mini h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #173f7d;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news__mini-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.home-news__mini time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #244f96;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home-news__mini time svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.home-news__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: 0 15px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 0.70rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-news__pill::before {
  content: "";
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 3px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.9;
}

.home-news__pill--campus {
    background: #187591;
}

.home-news__pill--rose {
    background: #c9636a;
}

.home-news__pill--blue {
    background: #158bdd;
}

@media (max-width: 1199.98px) {
  .home-news__layout {
    grid-template-columns: 1fr;
  }

  .home-news__featured {
    min-height: 470px;
    order: -1;
  }

  .home-news__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-news__mini-link {
    grid-template-rows: 170px 1fr;
  }

  .home-news__mini-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .home-news {
    padding: 34px 16px 42px;
  }

  .home-news__layout {
    gap: 0;
  }

  .home-news__featured {
    min-height: 0;
    border-radius: 8px;
  }

  .home-news__slide-link {
    grid-template-rows: minmax(220px, 52vw) auto;
  }

  .home-news__slide img {
    min-height: 220px;
  }

  .home-news__slide-body {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 12px;
    overflow: visible;
    min-height: 176px;
    padding: 24px 18px 24px 0;
  }

  .home-news__slide-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: start;
    padding: 0 0 0 18px;
  }

  .home-news__date-stack {
    display: contents;
  }

  .home-news__date-card {
    grid-column: 1;
    grid-row: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 70px;
    min-height: 32px;
    margin: 0;
    padding: 7px 10px;
    gap: 5px;
    transform: none;
  }

  .home-news__date-stack .home-news__pill {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    align-self: end;
    margin-left: 0;
    transform: none;
  }

  .home-news__date-card strong {
    font-size: 0.95rem;
  }

  .home-news__date-card span {
    margin-top: 0;
    font-size: 0.72rem;
  }

  .home-news__slide h3 {
    font-size: 1rem;
  }

  .home-news__continue {
    grid-column: 3;
    grid-row: 2;
    top: 0;
    justify-self: end;
    align-self: end;
    min-height: 32px;
    margin-bottom: 0;
  }

  .home-news__control {
    width: 48px;
    height: 60px;
  }

  .home-news__controls {
    top: max(156px, calc(52vw - 64px));
    right: 12px;
    gap: 8px;
  }

  .home-news__grid {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-news__date-card {
    min-width: 64px;
  }

  .home-news__slide-body {
    column-gap: 8px;
  }
}


/* Source: assets/css/sections/photo-gallery.css */
.home-gallery {
  position: relative;
  z-index: 2;
  padding: 46px 22px 50px;
  color: #143457;
  background: #f8f9fb;
}

.home-gallery .section-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-gallery-card {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(18, 39, 68, 0.12);
}

.home-gallery-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 21, 43, 0.04) 0%, rgba(6, 21, 43, 0.40) 48%, rgba(6, 21, 43, 0.82) 100%);
  content: "";
}

.home-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  transition: transform 420ms ease, filter 260ms ease;
}

.home-gallery-card:hover img,
.home-gallery-card:focus-visible img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.home-gallery-card__body {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.home-gallery-card__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  color: #12345a;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.home-gallery-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.home-gallery-card__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-gallery-card__hint::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
}

@media (max-width: 991.98px) {
  .home-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-gallery {
    padding: 34px 16px 40px;
  }

  .home-gallery__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-gallery-card,
  .home-gallery-card img {
    min-height: 260px;
  }
}


/* Source: assets/css/sections/home-showcase.css */
.home-showcase {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 400px;
    padding: 20px 24px 0;
    color: #ffffff;
    background: #061f43;
    isolation: isolate;
}
.home-showcase__bg,
.home-showcase__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-showcase__bg {
  z-index: 0;
  overflow: hidden;
}

.home-showcase__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: none;
}

.home-showcase__overlay {
  z-index: 1;
  background:
    radial-gradient(ellipse at 24% 42%, rgba(54, 116, 177, 0.36) 0%, rgba(16, 61, 116, 0.30) 42%, rgba(6, 31, 67, 0.08) 72%),
    linear-gradient(90deg, rgba(4, 18, 42, 0.70) 0%, rgba(10, 45, 91, 0.58) 46%, rgba(4, 18, 42, 0.66) 100%);
}

.home-showcase .section-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: start;
  column-gap: clamp(34px, 5vw, 74px);
  row-gap: 26px;
  width: min(1320px, 100%);
  min-height: 400px;
  margin: 0 auto;
}

.home-showcase__content {
  position: relative;
  display: contents;
  max-width: 760px;
}

.home-showcase__items,
.home-showcase__item {
  display: contents;
}

.home-showcase__panel {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  max-width: 760px;
}

.home-showcase__panel[hidden] {
  display: none;
}

.home-showcase__metrics-panel {
  grid-column: 1;
  grid-row: 2;
  max-width: 420px;
}

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

.home-showcase__panel h3 {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 10px;
  color: #55585e;
  background: #f1f9fb;
  border-radius: 8px;
  box-shadow: 0 16px 28px rgba(2, 17, 39, 0.16);
  font-size: clamp(1.55rem, 2.35vw, 1.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

    .home-showcase__panel p {
        max-width: 720px;
        margin: 0;
        color: rgba(255, 255, 255, 0.93);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.6;
    }

.home-showcase__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 420px;
}

.home-showcase__stat {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 7px;
    min-height: 86px;
    padding: 12px 13px;
    color: #5da8c9;
    background: rgba(35, 77, 129, 0.90);
    /* background: rgba(27, 71, 123, 0.70);    */
    border: 1px solid rgba(93, 169, 201, 0.70);
    border-radius: 8px;
    box-shadow: 0 16px 26px rgba(2, 17, 39, 0.16);
    backdrop-filter: blur(6px);
    text-align: center;
}


    .home-showcase__stat span {
        color: #d2e1e5;
        font-size: 0.90rem;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .home-showcase__stat strong {
        color: #ffffff;
        font-family: var(--font-numeric);
        font-size: clamp(1.35rem, 2.15vw, 1.85rem);
        font-weight: 600;
        line-height: 1;
        /*text-align: left;*/
}

.home-showcase__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 144px;
    min-height: 42px;
    margin-top: 24px;
    padding: 0 22px;
    color: #ffffff;
    background: rgba(76, 78, 84, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 16px 28px rgba(2, 17, 39, 0.18);
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-showcase__link::after {
  content: "\203A";
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-1px);
}

    .home-showcase__link:hover,
    .home-showcase__link:focus-visible {
        color: #ffffff;
        background: rgba(54, 62, 88, 1);
        border-color: rgba(214, 231, 250, 0.62);
        text-decoration: none;
    }

.home-showcase__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 14px;
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  align-self: start;
  width: min(420px, 100%);
  padding: 14px;
  background: rgba(4, 24, 53, 0.42);
  border: 1px solid rgba(176, 218, 248, 0.2);
  border-radius: 8px;
  box-shadow: 0 22px 38px rgba(2, 17, 39, 0.2);
  backdrop-filter: blur(8px);
  transform: translateY(-40px);
}

.home-showcase__tab {
  display: grid;
  gap: 9px;
  place-items: center;
  min-height: 112px;
  padding: 14px 10px;
  color: rgba(157, 218, 239, 0.88);
  background: rgba(14, 54, 104, 0.36);
  border: 1px solid rgba(117, 190, 228, 0.42);
  border-radius: 8px;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-showcase__tab:hover,
.home-showcase__tab:focus-visible,
.home-showcase__tab.is-active {
  color: #ffffff;
  background: rgba(31, 78, 137, 0.78);
  border-color: rgba(214, 231, 250, 0.64);
  box-shadow: 0 16px 26px rgba(2, 17, 39, 0.18);
}

.home-showcase__tab-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
}

.home-showcase__tab-icon svg {
  width: 100%;
  height: 100%;
}

.home-showcase__tab > span:last-child {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .home-showcase {
    min-height: 0;
    padding: 56px 22px 36px;
  }

  .home-showcase .section-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 34px;
    min-height: 0;
  }

  .home-showcase__content {
    position: relative;
    display: grid;
    min-height: 0;
  }

  .home-showcase__panel,
  .home-showcase__metrics-panel,
  .home-showcase__tabs {
    grid-column: auto;
    grid-row: auto;
  }

  .home-showcase__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .home-showcase__metrics-panel {
    max-width: 520px;
    margin-top: 22px;
  }

  .home-showcase__link {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 118px;
    min-height: 38px;
    margin-top: 0;
    padding: 0 15px;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .home-showcase__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    width: min(560px, 100%);
    transform: none;
  }

  .home-showcase__tab {
    min-height: 96px;
  }
}

@media (max-width: 575.98px) {
  .home-showcase {
    padding: 42px 16px 30px;
  }

  .home-showcase__stats {
    gap: 10px;
  }

  .home-showcase__link {
    min-width: 108px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.7rem;
  }

  .home-showcase__stat {
    min-height: 68px;
    padding: 11px 12px;
  }

  .home-showcase__tabs {
    gap: 10px;
    padding: 10px;
  }

  .home-showcase__tab {
    min-height: 88px;
    padding: 12px 8px;
  }

  .home-showcase__tab-icon {
    width: 28px;
    height: 28px;
  }

  .home-showcase__tab > span:last-child {
    font-size: 0.7rem;
  }
}


/* Source: assets/css/sections/home-systems.css */
.home-systems {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 32px 22px;
  background: #ffffff;
  border-top: 1px solid rgba(23, 69, 133, 0.08);
  border-bottom: 1px solid rgba(23, 69, 133, 0.08);
}

.home-systems__container {
  display: grid;
  grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  width: min(100%, 1210px);
  margin: 0 auto;
}

.home-systems__aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.home-systems__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 130px;
  padding: 24px 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(14, 40, 64, 0.05);
}

    .home-systems__intro::before {
        position: absolute;
        inset: 0 auto 0 0;
        width: 5px;
        background: #55585e;
        content: "";
    }

    .home-systems__intro h2 {
        margin: 0;
        color: #55585e;
        font-family: var(--font-display);
        font-size: clamp(1.18rem, 1.9vw, 1.75rem);
        font-weight: 800;
        letter-spacing: 0.02em;
        line-height: 1.06;
        text-transform: uppercase;
    }

.home-systems__intro h2 span {
  display: block;
  white-space: nowrap;
}

.home-systems__intro h2 span + span {
  margin-left: 0;
  margin-top: 0.12em;
}

.home-systems__content {
  min-width: 0;
}

.home-systems__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.home-systems__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-systems__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #174585;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.18);
  border-radius: 8px;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.home-systems__control:hover,
.home-systems__control:focus-visible {
  color: #003b73;
  background: #edf5fb;
  border-color: rgba(23, 69, 133, 0.36);
}

.home-systems__control:active {
  color: #ffffff;
  background: #174585;
}

.home-systems__control:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.home-systems__control:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.home-systems__control[aria-pressed="true"]:not(:disabled) {
  color: #ffffff;
  background: #174585;
  border-color: #174585;
}

.home-systems__control svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home-systems__viewport {
  min-width: 0;
  padding-bottom: 4px;
  outline: none;
}

.home-systems__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-systems__item {
  min-width: 0;
}

.home-systems__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 96px;
    padding: 16px 12px;
    color: #55585e;
    background: #f6f9fc;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(14, 40, 64, 0.045);
    text-align: center;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.home-systems__card:hover,
.home-systems__card:focus-visible,
.home-systems__card:active,
.home-systems__card.is-active {
  color: #003b73;
  background: #edf5fb;
  border-color: #abc7df;
  box-shadow: 0 6px 14px rgba(14, 40, 64, 0.06);
}

.home-systems__card:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.home-systems__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 0;
}

.home-systems__icon-img {
  position: absolute;
  inset: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(42%) sepia(13%) saturate(682%) hue-rotate(171deg) brightness(94%) contrast(86%);
  transition: filter 160ms ease, opacity 160ms ease;
}

.home-systems__card span {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-systems__card:hover .home-systems__icon-img,
.home-systems__card:focus-visible .home-systems__icon-img,
.home-systems__card:active .home-systems__icon-img,
.home-systems__card.is-active .home-systems__icon-img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(2703%) hue-rotate(340deg) brightness(92%) contrast(92%);
}

.home-systems__all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  color: #174585;
  background: #ffffff;
  border: 1px solid rgba(23, 69, 133, 0.14);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  box-shadow: 0 8px 18px rgba(14, 40, 64, 0.06);
}

.home-systems__all-link:hover,
.home-systems__all-link:focus-visible {
  color: #003b73;
  background: #edf5fb;
  border-color: rgba(23, 69, 133, 0.32);
  box-shadow: 0 8px 18px rgba(14, 40, 64, 0.06);
}


.home-systems__all-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.home-systems__carousel.is-enhanced .home-systems__viewport {
  overflow: hidden;
}

.home-systems__carousel.is-enhanced .home-systems__track {
  display: flex;
  gap: 12px;
  transition: transform 520ms ease;
  will-change: transform;
}

.home-systems__carousel.is-enhanced .home-systems__column {
  flex: 0 0 calc((100% - (var(--home-systems-visible-columns, 4) - 1) * 12px) / var(--home-systems-visible-columns, 4));
  display: grid;
  grid-template-rows: repeat(var(--home-systems-rows, 2), minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
  .home-systems__carousel.is-enhanced .home-systems__track {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .home-systems {
    margin-top: 0;
    padding: 28px 22px;
  }

  .home-systems__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-systems__aside {
    gap: 12px;
  }

  .home-systems__intro {
    justify-content: flex-start;
    min-height: 120px;
    padding: 20px 26px;
  }

  .home-systems__intro h2 {
    font-size: clamp(1.25rem, 3.6vw, 1.75rem);
  }

  .home-systems__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-systems__carousel.is-enhanced .home-systems__column {
    flex-basis: calc((100% - (var(--home-systems-visible-columns, 3) - 1) * 12px) / var(--home-systems-visible-columns, 3));
  }
}

@media (max-width: 767.98px) {
  .home-systems {
    margin-top: 0;
    padding: 24px 16px;
  }

  .home-systems__container {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 16px;
  }

  .home-systems__aside,
  .home-systems__content,
  .home-systems__toolbar {
    display: contents;
  }

  .home-systems__intro {
    grid-column: 1 / -1;
    grid-row: 1;
    align-items: flex-start;
    gap: 14px;
    min-height: 0;
    padding: 18px 18px 20px;
  }

  .home-systems__intro h2 {
    font-size: clamp(1.05rem, 5vw, 1.18rem);
    line-height: 1.08;
    text-align: left;
  }

  .home-systems__toolbar {
    margin-bottom: 0;
  }

  .home-systems__controls {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: start;
    gap: 8px;
  }

  .home-systems__all-link {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    min-height: 44px;
    padding: 11px 18px;
  }

  .home-systems__carousel {
    grid-column: 1 / -1;
    grid-row: 3;
    min-width: 0;
  }

  .home-systems__control {
    width: 40px;
    height: 40px;
  }

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

  .home-systems__carousel.is-enhanced .home-systems__track,
  .home-systems__carousel.is-enhanced .home-systems__column {
    gap: 10px;
  }

  .home-systems__carousel.is-enhanced .home-systems__column {
    flex-basis: calc((100% - (var(--home-systems-visible-columns, 2) - 1) * 10px) / var(--home-systems-visible-columns, 2));
  }

  .home-systems__card {
    min-height: 96px;
    gap: 10px;
    padding: 14px 10px;
  }

  .home-systems__icon {
    width: 44px;
    height: 44px;
  }

  .home-systems__card span {
    font-size: 0.76rem;
  }
}


/* 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;
}
