:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body.st-page {
  --st-ink: #07131d;
  --st-copy: #314754;
  --st-muted: #5d7280;
  --st-blue: #245f7e;
  --st-blue-bright: #4fa3c8;
  --st-blue-pale: #d9ebf3;
  --st-paper: #f7fafb;
  --st-paper-blue: #e8f0f4;
  --st-line: #b8c8d0;
  margin: 0;
  overflow-x: clip;
  background: var(--st-paper);
  color: var(--st-ink);
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
}

.st-page *,
.st-page *::before,
.st-page *::after {
  box-sizing: border-box;
}

.st-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.st-page figure,
.st-page h1,
.st-page h2,
.st-page h3,
.st-page p,
.st-page ul,
.st-page ol,
.st-page dl {
  margin-top: 0;
}

.st-page a,
.st-page button,
.st-page input,
.st-page textarea {
  font: inherit;
}

.st-skip {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: -9999px;
  padding: 10px 14px;
  background: var(--st-ink);
  color: #fff;
}

.st-skip:focus {
  left: 8px;
}

.st-site-nav {
  position: sticky;
  z-index: 90;
  top: 0;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid var(--st-line);
  background: rgba(247, 250, 251, .97);
  backdrop-filter: blur(16px);
}

.st-brand {
  display: grid;
  gap: 3px;
  color: var(--st-copy);
  text-decoration: none;
}

.st-brand img {
  width: 151px;
}

.st-brand span {
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .04em;
}

.st-site-nav nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.st-site-nav nav a {
  color: var(--st-copy);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

.st-site-nav nav a:last-child {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: var(--st-blue);
  color: #fff;
}

.st-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.st-section {
  padding-block: clamp(72px, 8vw, 124px);
  scroll-margin-top: 124px;
}

.st-kicker {
  margin-bottom: 13px;
  color: var(--st-blue);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.st-unit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
  padding: 18px 20px;
  border: 1px solid var(--st-line);
  background: var(--st-paper-blue);
  color: var(--st-ink);
}

.st-unit-bar p {
  margin: 0;
  color: var(--st-copy);
  line-height: 1.5;
}

.st-unit-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid var(--st-line);
  background: #fff;
}

.st-unit-toggle button {
  min-height: 40px;
  padding: 0 15px;
  border: 0;
  background: transparent;
  color: var(--st-copy);
  font-weight: 800;
  cursor: pointer;
}

.st-unit-toggle button.is-active {
  background: var(--st-blue);
  color: #fff;
}

.st-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--st-line);
  background: #fff;
}

.st-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.st-table-wrap th,
.st-table-wrap td {
  padding: 15px 16px;
  border-right: 1px solid var(--st-line);
  border-bottom: 1px solid var(--st-line);
  color: var(--st-ink);
  text-align: left;
  vertical-align: top;
}

.st-table-wrap thead th {
  background: var(--st-ink);
  color: #fff;
}

.st-table-wrap tbody th {
  background: var(--st-paper-blue);
}

.st-page .hnl-inquiry-form {
  border-top-color: var(--st-blue);
}

.st-page .hnl-inquiry-form .pc-eyebrow {
  color: var(--st-blue) !important;
}

.st-page .hnl-inquiry-form .hnl-inquiry-turnstile-wrap p,
.st-page .hnl-inquiry-form .hnl-inquiry-status {
  color: #4f6572 !important;
}

.st-page .hnl-inquiry-consent input {
  accent-color: var(--st-blue);
}

.st-page .hnl-inquiry-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  background: var(--st-blue);
  color: #fff;
  font-weight: 820;
}

.st-page .hnl-inquiry-fallbacks a:hover,
.st-page .hnl-inquiry-fallbacks a:focus-visible {
  color: var(--st-blue);
}

.st-video-dialog {
  width: min(960px, calc(100% - 30px));
  padding: 0;
  border: 1px solid #355364;
  background: var(--st-ink);
  color: #fff;
}

.st-video-dialog::backdrop {
  background: rgba(1, 8, 13, .82);
}

.st-video-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.st-video-dialog h2 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
}

.st-video-dialog button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  background: var(--st-blue);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.st-video-dialog iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.st-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  padding: 46px max(24px, calc((100vw - 1240px) / 2));
  border-top: 1px solid #29404e;
  background: var(--st-ink);
  color: #dce7ec;
}

.st-footer strong {
  color: #fff;
  font-size: 1.55rem;
}

.st-footer p {
  margin: 8px 0 0;
  color: #9fb2bd;
}

.st-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
}

.st-footer a {
  color: #fff;
  font-size: .78rem;
  font-weight: 760;
}

@media (max-width: 900px) {
  .st-site-nav nav a:not(:first-child):not(:last-child) {
    display: none;
  }
}

@media (max-width: 680px) {
  .st-site-nav {
    min-height: 68px;
    gap: 12px;
    padding: 13px 16px;
  }

  .st-brand img {
    width: 137px;
  }

  .st-brand span,
  .st-site-nav nav a:first-child {
    display: none;
  }

  .st-site-nav nav a:last-child {
    min-height: 40px;
    padding-inline: 12px;
    font-size: .71rem;
  }

  .st-shell {
    width: min(100% - 30px, 1240px);
  }

  .st-unit-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .st-unit-toggle {
    width: 100%;
  }

  .st-footer {
    grid-template-columns: 1fr;
    padding: 38px 18px;
  }

  .st-footer nav {
    display: grid;
    justify-content: start;
  }
}
