@font-face {
  font-family: 'Instrument Serif';
  src: url('../../fonts/InstrumentSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../../fonts/InstrumentSerif-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../../fonts/InstrumentSans-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../../fonts/InstrumentSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'Instrument Sans', sans-serif;
  color: #293340;
  font-size: 1.05rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.entry-title a,
.page-title {
  font-family: 'Instrument Serif', serif;
  color: #0d132d;
  font-weight: 400;
  line-height: 1.15;
}
h1 {
  font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem);
  margin-bottom: 1rem;
}
h2 {
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.25rem);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
h3 {
  font-size: clamp(1.35rem, 1rem + 1vw, 1.65rem);
  margin-top: 2rem;
  margin-bottom: 0.65rem;
}
h4 {
  font-size: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
h6 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #505a69;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.entry-meta {
  font-size: 0.85rem;
  color: #969ba5;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.entry-meta a {
  color: #505a69;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #0d132d;
}
a {
  color: #0d132d;
  text-decoration-color: #969ba5;
}
a:hover {
  color: #0d132d;
  text-decoration-color: #0d132d;
}
blockquote {
  border-left: 4px solid #0d132d;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 1.2rem;
  padding: 1.25rem 2rem;
  margin: 2.5rem 0;
  color: #293340;
  background-color: #fafafa;
}
hr,
.wp-block-separator {
  border: none;
  border-top: 1px solid #e8e6e0;
  margin: 3rem 0;
}
.site-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e6e0;
}
.inside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.main-title {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0d132d;
  flex-shrink: 0;
}
.main-title:hover,
.main-title:visited {
  color: #0d132d;
  text-decoration: none;
}
.policy-logo {
  display: block;
  height: 1.6em;
  width: auto;
}
#site-navigation {
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  color: #293340;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  transition: color 0.15s;
}
.menu li a:hover {
  color: #0d132d;
}
.menu li.current a,
.menu li.current_page_item a,
.menu li a[aria-current="page"] {
  color: #0d132d;
  border-bottom: 2px solid #0d132d;
}
.menu li.menu-item-has-children {
  position: relative;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e8e6e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  z-index: 100;
}
.menu .sub-menu li {
  display: block;
}
.menu .sub-menu li a {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  padding: 0.45rem 1.25rem;
  white-space: nowrap;
  border-bottom: none;
}
.menu .sub-menu li a:hover {
  background: rgba(13, 19, 45, 0.05);
  color: #0d132d;
}
.menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-toggle {
  display: none;
  align-items: center;
  background: none;
  border: 1px solid #e8e6e0;
  color: #0d132d;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  line-height: 1;
}
.menu-toggle:hover,
.menu-toggle:focus {
  color: #0d132d;
  border-color: #0d132d;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e8e6e0;
    flex-direction: column;
    padding: 1rem 2rem;
    z-index: 50;
  }
  .menu.toggled {
    display: flex;
  }
  .menu li a {
    padding: 0.65rem 0;
  }
  .menu .sub-menu {
    position: static;
    box-shadow: none;
    border: none;
    min-width: 0;
    padding: 0 0 0 1rem;
    display: block;
  }
  .menu .sub-menu li a {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #969ba5;
  }
}
.wp-block-cover.alignfull {
  min-height: clamp(300px, 25vw, 500px);
  margin-bottom: 0;
}
.wp-block-cover__image-background {
  object-fit: cover;
  object-position: center;
}
.wp-block-cover__inner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container p {
  color: #fff;
}
.wp-block-cover__inner-container h1 {
  font-size: clamp(2.5rem, 2rem + 2.5vw, 3.75rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.policy-hero {
  position: relative;
  width: 100%;
  min-height: 75vh;
  background-color: #0d132d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.policy-hero--parallax {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .policy-hero--parallax {
    background-attachment: scroll;
  }
}
.policy-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 19, 45, 0) 0%, rgba(13, 19, 45, 0.15) 40%, rgba(13, 19, 45, 0.55) 100%);
  pointer-events: none;
}
.policy-hero__caption {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2rem, 1.5rem + 3vw, 5rem) 2rem;
}
.policy-hero__caption h1 {
  color: #fff;
  font-size: clamp(2.5rem, 2rem + 3vw, 4rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin: 0;
  max-width: 900px;
  line-height: 1.1;
}
.has-policy-hero .site-content {
  padding-top: 0;
}
.has-policy-hero .page .entry-title,
.has-policy-hero .entry-title {
  display: none;
}
.has-policy-hero .featured-image {
  display: none;
}
.has-immersive-hero .site-header {
  position: relative;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.has-immersive-hero .main-title,
.has-immersive-hero .main-title:hover,
.has-immersive-hero .main-title:visited {
  color: #fff;
}
.has-immersive-hero #site-navigation .menu li a {
  color: rgba(255, 255, 255, 0.9);
}
.has-immersive-hero #site-navigation .menu li a:hover,
.has-immersive-hero #site-navigation .menu li.current a,
.has-immersive-hero #site-navigation .menu li.current_page_item a {
  color: #fff;
  border-bottom-color: #fff;
}
.has-immersive-hero .menu-toggle,
.has-immersive-hero .menu-toggle:hover,
.has-immersive-hero .menu-toggle:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.has-immersive-hero .policy-hero {
  margin-top: calc(-1 * (var(--policy-header-h, 80px)));
  min-height: calc(75vh + var(--policy-header-h, 80px));
  padding-top: var(--policy-header-h, 80px);
}
.site-content {
  padding-top: clamp(2rem, 1rem + 3vw, 4rem);
  padding-bottom: clamp(2rem, 1rem + 3vw, 4rem);
}
.inside-article {
  max-width: 800px;
  margin: 0 auto;
}
.entry-title {
  font-size: clamp(2.25rem, 1.5rem + 2vw, 3rem);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.entry-content {
  font-size: 1.05rem;
  line-height: 1.8;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.entry-content li {
  margin-bottom: 0.5em;
}
.entry-content img {
  border-radius: 2px;
}
.page .inside-article {
  max-width: 100%;
}
.page .entry-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.page .entry-content {
  max-width: 800px;
  margin: 0 auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
  background-color: #0d132d;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background-color 0.2s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover {
  background-color: #293340;
  color: #fff;
}
.has-policy-sidebar .site-content {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.has-policy-sidebar .content-area {
  min-width: 0;
}
.has-policy-sidebar .inside-article {
  max-width: 100%;
}
.policy-sidebar {
  padding-top: clamp(2rem, 1rem + 3vw, 4rem);
}
.policy-sidebar__inner {
  position: sticky;
  top: 2rem;
}
.policy-sidebar__section {
  margin-bottom: 2.5rem;
}
.policy-sidebar__heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #969ba5;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8e6e0;
}
.policy-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.policy-sidebar__menu li {
  margin-bottom: 0;
}
.policy-sidebar__menu a {
  display: block;
  color: #293340;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.35rem 0;
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
  transition: color 0.15s, border-color 0.15s;
}
.policy-sidebar__menu a:hover {
  color: #0d132d;
  border-left-color: #0d132d;
}
.policy-sidebar__menu--articles a {
  font-size: 0.8rem;
  line-height: 1.35;
}
@media (max-width: 1024px) {
  .has-policy-sidebar .site-content {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .policy-sidebar {
    display: none;
  }
  .has-policy-sidebar .inside-article {
    max-width: 800px;
    margin: 0 auto;
  }
}
.footer-widgets {
  background-color: #0d132d;
  color: #fff;
  padding: 3rem 0;
}
.policy-footer {
  background-color: #0d132d;
  color: #fff;
}
.policy-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(2.5rem, 2rem + 3vw, 4rem) 2rem;
}
.policy-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .policy-footer__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .policy-footer__columns {
    grid-template-columns: 1fr;
  }
}
.policy-footer__heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1.25rem;
}
.policy-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.policy-footer__menu li {
  margin-bottom: 0.6rem;
}
.policy-footer__menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}
.policy-footer__menu a:hover {
  color: #fff;
}
.policy-footer__col--subscribe p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}
.policy-footer__cta {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.65rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.15s ease;
}
.policy-footer__cta:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.policy-footer__placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.85rem;
  font-style: italic;
}
.policy-footer__bottom {
  background-color: #0a0f22;
  padding: 1.25rem 0;
}
.policy-footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.policy-footer__logo {
  display: block;
  text-decoration: none;
}
.policy-footer__logo svg {
  height: 1.1rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.15s ease;
}
.policy-footer__logo:hover svg {
  color: rgba(255, 255, 255, 0.8);
}
.policy-footer__copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  margin: 0;
}
.site-info {
  background-color: #0a0f22;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  padding: 1.25rem 0;
}
.site-info a {
  color: rgba(255, 255, 255, 0.7);
}
.site-info a:hover {
  color: #fff;
}
