:root {
  --wcm-navy: #031019;
  --wcm-ink: #222222;
  --wcm-muted: #6f7681;
  --wcm-link: #7dc7ff;
  --wcm-accent: #1d40ca;
  --wcm-footer-line: rgba(255, 255, 255, 0.12);
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title a {
  font-family: 'Libre Baskerville', serif;
}

.site-below-footer-wrap,
.site-footer {
  display: none;
}

.site-header .ast-builder-grid-row,
.site-header .site-primary-header-wrap {
  max-width: 100%;
}

.ast-primary-header-bar .ast-builder-grid-row {
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
}

.ast-primary-header-bar .site-header-primary-section-left {
  position: relative;
  z-index: 2;
  width: max-content;
}

.ast-primary-header-bar .site-header-primary-section-right {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 180px;
  padding-right: 180px;
}

.site-header .site-primary-header-wrap {
  padding-left: 26px;
  padding-right: 26px;
}

.site-branding .site-title a {
  display: block;
  width: 150px;
  height: 54px;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

body.home .site-branding .site-title a {
  background-image: url('/wp-content/mu-plugins/wcm_logo_white.png');
}

body.home.wcm-header-scrolled .site-branding .site-title a,
body:not(.home) .site-branding .site-title a {
  background-image: url('/wp-content/mu-plugins/wcm_logo_dark.png');
  width: 116px;
  height: 42px;
}

body.page-id-1926:not(.wcm-header-scrolled) .site-branding .site-title a,
body.page-id-1145:not(.wcm-header-scrolled) .site-branding .site-title a {
  background-image: url('/wp-content/mu-plugins/wcm_logo_white.png') !important;
  width: 150px;
  height: 54px;
}

body.home #masthead {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
}

body.page-id-1926 #masthead,
body.page-id-1145 #masthead {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
}

body.home .ast-primary-header-bar {
  background: transparent;
  border-bottom: 0;
}

body.page-id-1926:not(.wcm-header-scrolled) .ast-primary-header-bar,
body.page-id-1145:not(.wcm-header-scrolled) .ast-primary-header-bar {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

body.home.wcm-header-scrolled .ast-primary-header-bar,
body:not(.home) .ast-primary-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid rgba(3, 15, 23, 0.08);
  box-shadow: 0 8px 24px rgba(3, 15, 23, 0.08);
  z-index: 1002;
}

body.home .main-header-menu > .menu-item,
body:not(.home) .main-header-menu > .menu-item {
  margin: 0 0 0 34px;
}

.ast-primary-header-bar .main-header-bar-navigation {
  width: 100%;
}

.ast-primary-header-bar .main-navigation,
.ast-primary-header-bar .main-header-menu {
  width: 100%;
}

.ast-primary-header-bar .main-header-menu {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
}

.ast-primary-header-bar .main-header-menu > .menu-item:first-child {
  margin-left: 0;
}

.ast-primary-header-bar .main-header-menu > .menu-item-search {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-left: 0;
  transform: translateY(-50%);
}

body.home .main-header-menu > .menu-item > .menu-link,
body.home .menu-item-search .menu-link,
body:not(.home) .main-header-menu > .menu-item > .menu-link,
body:not(.home) .menu-item-search .menu-link {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  position: relative;
}

body.home:not(.wcm-header-scrolled) .main-header-menu > .menu-item > .menu-link,
body.home:not(.wcm-header-scrolled) .menu-item-search .menu-link,
body.page-id-1926:not(.wcm-header-scrolled) .main-header-menu > .menu-item > .menu-link,
body.page-id-1926:not(.wcm-header-scrolled) .menu-item-search .menu-link,
body.page-id-1145:not(.wcm-header-scrolled) .main-header-menu > .menu-item > .menu-link,
body.page-id-1145:not(.wcm-header-scrolled) .menu-item-search .menu-link {
  color: #fff;
}

body.home.wcm-header-scrolled .main-header-menu > .menu-item > .menu-link,
body.home.wcm-header-scrolled .menu-item-search .menu-link,
body:not(.home) .main-header-menu > .menu-item > .menu-link,
body:not(.home) .menu-item-search .menu-link {
  color: #263442;
}

.main-header-menu > .menu-item > .menu-link::after,
.menu-item-search .menu-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s ease;
}

.main-header-menu > .menu-item > .menu-link:hover::after,
.main-header-menu > .menu-item.current-menu-item > .menu-link::after,
.menu-item-search .menu-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.menu-item-search .menu-link {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wcm-search-icon {
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.wcm-search-icon::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 2px;
  background: currentColor;
  right: -5px;
  bottom: -2px;
  transform: rotate(45deg);
  transform-origin: center;
}

.ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 80px;
}

.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link,
.ast-primary-header-bar .menu-item-search .menu-link {
  display: inline-flex !important;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
}

body.home .entry-content,
body.home .ast-article-single,
body.home .site-main {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-1740 .entry-header {
  display: none;
}

.page-id-1926 .entry-header,
.page-id-1887 .entry-header,
.page-id-1145 .entry-header,
.page-id-1926 .ast-single-post-featured-section,
.page-id-1887 .ast-single-post-featured-section,
.page-id-1145 .ast-single-post-featured-section {
  display: none;
}

.page-id-1740 .site-main article {
  padding: 0;
}

.page-id-1740 .ast-container,
.page-id-1740 #primary,
.page-id-1740 .site-main,
.page-id-1740 .entry-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-id-1740.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.page-id-1926.ast-plain-container.ast-no-sidebar #primary,
.page-id-1145.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
}

.wcm-page {
  color: #696969;
}

.wcm-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 160px 0 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wcm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 29, 0.3);
  z-index: -1;
}

.wcm-hero__inner,
.wcm-home-links,
.wcm-home-copy,
.wcm-home-form,
.wcm-home-contact,
.wcm-page-hero,
.wcm-profile-grid,
.wcm-report-list,
.wcm-contact-layout {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 105px;
  padding-right: 105px;
}

.wcm-hero__inner {
  color: #fff;
}

.wcm-hero h1 {
  max-width: 430px;
  margin: 0 0 38px;
  font-size: 58px;
  line-height: 1.16;
  color: #fff;
}

.wcm-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 145px;
  padding: 14px 18px;
  background: #fff;
  color: #1d40ca;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.wcm-hero__button::after {
  content: '\2192';
  font-size: 17px;
  line-height: 1;
}

.wcm-home-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding-top: 34px;
  padding-bottom: 26px;
}

.wcm-home-link-block {
  position: relative;
  padding-top: 18px;
}

.wcm-home-link-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: #d7dee7;
}

.wcm-home-link-block h2 {
  margin: 0 0 8px;
  color: #22303d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.wcm-home-link-block a {
  color: #7dc7ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.wcm-home-link-block a:hover {
  color: #1d40ca;
}

.wcm-home-copy,
.wcm-home-form,
.wcm-home-contact,
.wcm-page-hero,
.wcm-profile-grid,
.wcm-report-list,
.wcm-contact-layout {
  max-width: 990px;
}

.wcm-home-copy {
  padding-top: 10px;
}

.wcm-home-copy h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.wcm-home-copy h3,
.wcm-home-form h2,
.wcm-home-contact h2,
.wcm-page-hero h1,
.wcm-profile-card h2,
.wcm-report-card h2,
.wcm-contact-card h2,
.wcm-form-card h2 {
  margin: 0 0 20px;
  color: #22303d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.wcm-home-copy p,
.wcm-home-form p,
.wcm-home-contact p,
.wcm-profile-card p,
.wcm-report-card p,
.wcm-contact-card p,
.wcm-form-card p,
.wcm-page-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #696969;
}

.wcm-home-copy p strong {
  color: #22303d;
}

.wcm-home-form {
  margin-top: 22px;
  margin-bottom: 20px;
  padding-top: 38px;
  padding-bottom: 42px;
  background: #dfeaed;
  border: 1px solid #bfd1d8;
  border-radius: 10px;
  box-shadow: 0 20px 44px rgba(3, 15, 23, 0.12);
}

.wcm-home-form h2 {
  margin-bottom: 10px;
  color: #1f2d3a;
}

.wcm-form-card {
  margin-top: 22px;
  margin-bottom: 20px;
  padding: 38px 42px 42px;
  background: #dfeaed;
  border: 1px solid #bfd1d8;
  border-radius: 10px;
  box-shadow: 0 20px 44px rgba(3, 15, 23, 0.12);
}

.wcm-form-card h2 {
  margin-bottom: 10px;
  color: #1f2d3a;
}

.wcm-form-card .wpcf7 {
  margin-top: 18px;
}

.wcm-form-card .wpcf7-form {
  display: grid;
  gap: 16px;
}

.wcm-form-card .wpcf7-form p {
  margin: 0;
}

.wcm-form-card .wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #445462;
}

.wcm-form-card .wpcf7-form textarea {
  min-height: 170px;
  resize: vertical;
}

.wcm-form-card .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.wcm-home-form > p {
  margin: 0 0 22px;
}

.wcm-home-form .wpcf7 {
  margin-top: 18px;
}

.wcm-home-form .wpcf7-form {
  display: grid;
  gap: 16px;
}

.wcm-home-form .wpcf7-form p {
  margin: 0;
}

.wcm-home-form .wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #445462;
}

.wcm-home-form .wpcf7-form textarea {
  min-height: 170px;
  resize: vertical;
}

.wcm-home-form .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.wcm-home-contact {
  padding-top: 12px;
  padding-bottom: 70px;
}

.wcm-home-contact p:first-of-type {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.wcm-page-hero {
  padding-top: 135px;
  padding-bottom: 30px;
}

.wcm-about-banner {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px 70px;
  text-align: center;
}

.wcm-about-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 22, 32, 0.34);
  z-index: -1;
}

.wcm-contact-banner {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px 70px;
  text-align: center;
}

.wcm-contact-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 22, 32, 0.42);
  z-index: -1;
}

.wcm-about-banner__inner h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 58px;
  line-height: 1.1;
}

.wcm-contact-banner__inner h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 52px;
  line-height: 1.12;
}

.wcm-about-banner__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wcm-contact-banner__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 105px;
}

.wcm-contact-banner__inner .wcm-eyebrow,
.wcm-contact-banner__inner .wcm-lead {
  color: rgba(255, 255, 255, 0.9);
}

.wcm-contact-banner__inner .wcm-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wcm-contact-banner__inner .wcm-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

.wcm-about-breadcrumbs {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #041a29;
}

.wcm-about-breadcrumbs__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 11px 105px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  white-space: nowrap;
}

.wcm-about-breadcrumbs__inner a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  display: inline;
}

.wcm-about-breadcrumbs__inner br {
  display: none;
}

.wcm-about-breadcrumbs__inner a:hover {
  color: #fff;
}

.wcm-about-breadcrumbs__inner span {
  display: inline;
  margin: 0 5px;
}

.wcm-about-content {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 105px 80px;
}

.wcm-about-entry {
  max-width: 100%;
}

.wcm-about-entry + .wcm-about-entry {
  margin-top: 34px;
}

.wcm-about-entry h2 {
  margin: 0 0 14px;
  color: #233242;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

.wcm-about-entry p {
  margin: 0 0 18px;
  color: #677280;
  font-size: 13px;
  line-height: 1.9;
}

.wcm-about-page .wcm-text-link {
  margin-top: 8px;
}

.wcm-about-page .wcm-page-hero,
.wcm-about-page .wcm-profile-grid {
  display: none;
}

.wcm-page-hero .wcm-eyebrow,
.wcm-profile-card__role,
.wcm-report-card__year {
  margin: 0 0 10px;
  color: #7dc7ff;
  font-size: 14px;
  font-weight: 600;
}

.wcm-profile-grid,
.wcm-report-list,
.wcm-contact-layout {
  display: grid;
  gap: 34px;
  padding-bottom: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wcm-profile-card,
.wcm-report-card,
.wcm-contact-card,
.wcm-form-card-reset {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.wcm-report-card .wcm-button,
.wcm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  color: #1d40ca;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.wcm-report-card .wcm-button::after,
.wcm-text-link::after {
  content: '\2192';
  font-size: 17px;
  line-height: 1;
}

.wcm-report-card .wcm-button:hover,
.wcm-text-link:hover {
  color: #43b1e7;
}

.wpcf7-form input:not([type='submit']),
.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #22303d;
  border: 1px solid #d6dee7;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  padding: 18px 22px;
}

.wpcf7-form input:not([type='submit']):focus,
.wpcf7-form textarea:focus {
  border-color: #9bb8db;
  outline: none;
  box-shadow: 0 0 0 4px rgba(29, 64, 202, 0.08);
}

.wpcf7-form label,
.wpcf7-form p,
.wpcf7-form .wpcf7-list-item-label {
  color: #4f5d6b;
}

.wpcf7-form ::placeholder {
  color: #7d8793;
  opacity: 1;
}

.wpcf7-form input[type='submit'] {
  border: 1px solid #1d40ca;
  background: #1d40ca;
  color: #fff;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wpcf7-form input[type='submit']:hover {
  background: #1735a8;
  border-color: #1735a8;
}

.wcm-legacy-footer {
  background-color: #030f17;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: #8ecfdd;
}

.wcm-legacy-footer__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 57px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 38px;
  align-items: start;
}

.wcm-legacy-footer__brand img {
  width: 200px;
  height: auto;
}

.wcm-legacy-footer h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.wcm-legacy-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wcm-legacy-footer li,
.wcm-legacy-footer p {
  margin: 0;
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #8ecfdd;
}

.wcm-legacy-footer a,
.wcm-legacy-footer strong {
  color: #8ecfdd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wcm-legacy-footer__contact strong,
.wcm-legacy-footer__contact p a {
  color: #fff;
}

.wcm-legacy-footer__contact p a:hover,
.wcm-legacy-footer__contact p a:focus {
  color: #fff !important;
}

.wcm-legacy-footer a:hover,
.wcm-legacy-footer a:focus,
.wcm-legacy-footer .wcm-legacy-footer__nav a:hover,
.wcm-legacy-footer .wcm-legacy-footer__nav a:focus,
.wcm-legacy-footer .wcm-legacy-footer__contact a:hover,
.wcm-legacy-footer .wcm-legacy-footer__contact a:focus {
  color: #fff !important;
}

.wcm-legacy-footer li + li,
.wcm-legacy-footer p + p {
  border-top: 1px solid var(--wcm-footer-line);
}

.wcm-legacy-footer__copyright {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.wcm-legacy-footer__copyright p {
  border-top: 0;
  padding-top: 0;
}

#ast-scroll-top {
  display: none !important;
}

@media (max-width: 1200px) {
  .wcm-hero__inner,
  .wcm-home-links,
  .wcm-home-copy,
  .wcm-home-form,
  .wcm-home-contact,
  .wcm-page-hero,
  .wcm-profile-grid,
  .wcm-report-list,
  .wcm-contact-layout {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wcm-legacy-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .wcm-legacy-footer__copyright {
    justify-content: flex-start;
    text-align: left;
  }

  .wcm-about-breadcrumbs__inner,
  .wcm-about-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 921px) {
  .ast-primary-header-bar .site-header-primary-section-right {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }

  .ast-primary-header-bar .main-header-menu {
    display: block;
    padding-right: 0;
  }

  .ast-primary-header-bar .main-header-menu > .menu-item-search {
    position: static;
    transform: none;
  }

  body.home #masthead {
    position: relative;
  }

  body.page-id-1926 #masthead,
  body.page-id-1145 #masthead {
    position: relative;
  }

  body.home .ast-primary-header-bar {
    background: #fff;
    border-bottom: 1px solid rgba(3, 15, 23, 0.08);
  }

  body.page-id-1926 .ast-primary-header-bar,
  body.page-id-1145 .ast-primary-header-bar {
    background: #fff;
    border-bottom: 1px solid rgba(3, 15, 23, 0.08);
    box-shadow: none;
  }

  body.home .site-branding .site-title a {
    background-image: url('/wp-content/mu-plugins/wcm_logo_dark.png');
    width: 116px;
    height: 42px;
  }

  body.page-id-1926 .site-branding .site-title a,
  body.page-id-1145 .site-branding .site-title a {
    background-image: url('/wp-content/mu-plugins/wcm_logo_dark.png');
    width: 116px;
    height: 42px;
  }

  body.home .main-header-menu > .menu-item > .menu-link,
  body.home .menu-item-search .menu-link,
  body.page-id-1926 .main-header-menu > .menu-item > .menu-link,
  body.page-id-1926 .menu-item-search .menu-link,
  body.page-id-1145 .main-header-menu > .menu-item > .menu-link,
  body.page-id-1145 .menu-item-search .menu-link {
    color: #263442;
  }

  .wcm-hero {
    min-height: 470px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wcm-hero__inner,
  .wcm-home-links,
  .wcm-home-copy,
  .wcm-home-form,
  .wcm-home-contact,
  .wcm-page-hero,
  .wcm-profile-grid,
  .wcm-report-list,
  .wcm-contact-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wcm-about-banner {
    min-height: 250px;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .wcm-about-banner__inner h1 {
    font-size: 42px;
  }

  .wcm-about-breadcrumbs__inner,
  .wcm-about-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wcm-about-entry h2 {
    font-size: 22px;
  }

  .wcm-hero h1 {
    font-size: 42px;
    max-width: 300px;
  }

  .wcm-profile-grid,
  .wcm-report-list,
  .wcm-contact-layout,
  .wcm-home-links,
  .wcm-legacy-footer__inner {
    grid-template-columns: 1fr;
  }

  .wcm-home-form {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .wcm-form-card {
    padding: 30px 24px 32px;
  }

  .wcm-legacy-footer__inner {
    padding: 34px 24px;
    gap: 20px;
  }
}
