.disclosures-main {
  padding-block: clamp(9rem, 14vw, 12rem) clamp(5rem, 9vw, 8rem);
  background: #061827;
}
.disclosures-shell { max-width: 1200px; }
.disclosures-heading {
  max-width: 900px;
  margin-bottom: clamp(3rem, 7vw, 5.5rem);
}
.disclosures-heading h1 {
  max-width: 19ch;
  margin: 0 0 1.5rem;
  color: #f2f8ff;
  font-size: clamp(2.4rem, 5.6vw, 5.3rem);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.disclosures-heading > p {
  max-width: 65ch;
  color: #bdd0e0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}
.disclosures-heading .disclosures-date {
  margin-top: 1.4rem;
  font-size: .875rem;
  color: #aac1d3;
}
.disclosures-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}
.disclosures-contents {
  position: sticky;
  top: 8rem;
  padding-top: 1rem;
  border-top: 1px solid #476379;
}
.disclosures-contents h2 {
  margin: 0 0 .75rem;
  color: #f2f8ff;
  font-size: 1rem;
  line-height: 1.5;
}
.disclosures-contents ul { list-style: none; padding: 0; margin: 0; }
.disclosures-contents a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-block: .5rem;
  color: #bdd0e0;
  font-size: .925rem;
  line-height: 1.5;
}
.disclosures-copy { min-width: 0; max-width: 72ch; }
.disclosures-copy section { scroll-margin-top: 8rem; }
.disclosures-copy section + section {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid #294458;
}
.disclosures-copy h2 {
  margin: 0 0 1.2rem;
  color: #f2f8ff;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.disclosures-copy p, .disclosures-copy address {
  margin: 0;
  color: #bdd0e0;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.disclosures-copy p + p, .disclosures-copy address, .disclosures-copy address + p { margin-top: 1.1rem; }
.disclosures-copy strong { color: #e8f2fb; font-weight: 650; }
.disclosures-copy a { color: #9fd5ff; text-decoration: underline; text-underline-offset: .22em; }
.disclosures-main a:hover { color: #fff; }
.disclosures-main a:focus-visible { outline: 2px solid #9fd5ff; outline-offset: 4px; border-radius: 2px; }
.disclosures-main ::selection { color: #061827; background: #9fd5ff; }
@media (max-width: 760px) {
  .disclosures-layout { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .disclosures-contents { position: static; padding-block: 1.25rem; border-bottom: 1px solid #294458; }
  .disclosures-heading { margin-bottom: 2.25rem; }
}
@media print {
  .disclosures-page .site-header, .disclosures-page .footer, .disclosures-contents { display: none; }
  .disclosures-main { padding: 0; background: white; }
  .disclosures-layout { display: block; }
  .disclosures-main h1, .disclosures-main h2, .disclosures-main p, .disclosures-main strong,
  .disclosures-main a, .disclosures-main address { color: black; }
  .disclosures-copy { max-width: none; }
}
