.natba-home {
  --natba-navy: #0b2341;
  --natba-blue: #0964ad;
  --natba-green: #16a34a;
  --natba-red: #da2935;
  --natba-cream: #f4f0e7;
  --natba-ink: #10233e;
  width: 100%;
  max-width: none;
  overflow: hidden;
  color: #10233e;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.natba-home *,
.natba-home *::before,
.natba-home *::after {
  box-sizing: border-box;
}
.natba-home .natba-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.natba-home .natba-container {
  width: min(100%, 1480px);
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 0;
}
.natba-home .natba-eyebrow {
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.natba-home .natba-eyebrow--light {
  color: #fff;
}
.natba-home .natba-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.625rem;
  margin-top: 1.75rem;
}
.natba-home .brxe-button.natba-button,
.natba-home .natba-button {
  display: inline-flex;
  min-height: 2.75rem;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1.375rem;
  border: 0;
  border-radius: 0;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.natba-home .brxe-button.natba-button:hover, .natba-home .brxe-button.natba-button:focus-visible,
.natba-home .natba-button:hover,
.natba-home .natba-button:focus-visible {
  transform: translateY(-2px);
}
.natba-home .natba-button--navy {
  background: #0b2341;
  color: #fff;
}
.natba-home .natba-button--navy:hover, .natba-home .natba-button--navy:focus-visible {
  background: #0964ad;
  color: #fff;
}
.natba-home .natba-button--white {
  background: #fff;
  color: #0b2341;
}
.natba-home .natba-button--white:hover, .natba-home .natba-button--white:focus-visible {
  background: #16a34a;
  color: #0b2341;
}
.natba-home .brxe-button.natba-text-link,
.natba-home .natba-text-link {
  display: inline-flex;
  min-height: auto;
  width: auto;
  align-items: center;
  padding: 0 0 0.375rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #10233e;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  font-weight: 700;
  line-height: 1.2;
}
.natba-home .brxe-button.natba-text-link:hover, .natba-home .brxe-button.natba-text-link:focus-visible,
.natba-home .natba-text-link:hover,
.natba-home .natba-text-link:focus-visible {
  color: #0964ad;
}
.natba-home .natba-text-link--light {
  color: #fff;
}
.natba-home .natba-text-link--light:hover, .natba-home .natba-text-link--light:focus-visible {
  color: #fff;
  opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {
  .natba-home *,
  .natba-home *::before,
  .natba-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.natba-home--civic {
  background: #fff;
}
.natba-home--civic .natba-header--civic {
  background: #fff;
}
.natba-home--civic .natba-civic-hero {
  position: relative;
  min-height: 42.5rem;
  overflow: hidden;
  background: center/cover no-repeat;
  color: #fff;
}
.natba-home--civic .natba-civic-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 24, 49, 0.94) 0%, rgba(7, 34, 62, 0.72) 42%, rgba(7, 34, 62, 0.06) 74%);
  content: "";
  pointer-events: none;
}
.natba-home--civic .natba-civic-hero__inner {
  position: relative;
  min-height: 42.5rem;
  justify-content: center;
  padding: clamp(5.5rem, 8vw, 7.25rem) clamp(1.625rem, 7vw, 6.5rem) 8rem !important;
}
.natba-home--civic .natba-civic-hero__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 43rem);
}
.natba-home--civic .natba-civic-hero__title {
  margin: 1.375rem 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.25rem, 6vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.natba-home--civic .natba-civic-hero__lead {
  max-width: 37.5rem;
  margin: 0;
  color: #e2ebf0;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
}
.natba-home--civic .natba-civic-event {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: min(23.75rem, 90%);
  min-height: 7.75rem;
  padding: 1.6875rem 5rem 1.6875rem 1.875rem;
  background: #fff;
  color: #0b2341;
}
.natba-home--civic .natba-civic-event__label {
  margin: 0;
  color: #da2935;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1;
}
.natba-home--civic .natba-civic-event__title {
  margin: 0.4375rem 0;
  color: #0b2341;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
}
.natba-home--civic .natba-civic-event__meta {
  margin: 0;
  color: #65717a;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
}
.natba-home--civic .brxe-button.natba-civic-event__arrow,
.natba-home--civic .natba-civic-event__arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 3.75rem;
  min-height: 100%;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #0964ad;
  color: #fff;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
}
.natba-home--civic .brxe-button.natba-civic-event__arrow:hover, .natba-home--civic .brxe-button.natba-civic-event__arrow:focus-visible,
.natba-home--civic .natba-civic-event__arrow:hover,
.natba-home--civic .natba-civic-event__arrow:focus-visible {
  background: #16a34a;
  color: #0b2341;
}
.natba-home--civic .natba-civic-mission,
.natba-home--civic .natba-civic-pillars {
  background: #fafbfa;
}
.natba-home--civic .natba-civic-mission__inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12%;
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(1.75rem, 8vw, 7.5rem) !important;
}
.natba-home--civic .natba-civic-mission__heading {
  min-width: 0;
}
.natba-home--civic .natba-section-number {
  margin: 0;
  color: #0964ad;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.natba-home--civic .natba-civic-mission__title {
  margin: 1.5625rem 0 0;
  color: #0b2341;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.natba-home--civic .natba-civic-mission__copy {
  align-self: center;
  padding-top: 2rem;
}
.natba-home--civic .natba-civic-mission__text {
  margin: 0 0 1.625rem;
  color: #53616e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.0625rem, 2.2vw, 1.125rem);
  line-height: 1.65;
}
.natba-home--civic .natba-civic-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(1.125rem, 5vw, 4.625rem) 6.25rem !important;
}
.natba-home--civic .natba-civic-pillar {
  position: relative;
  min-width: 0;
  min-height: 19.375rem;
  padding: 2rem 1.75rem;
  border: 1px solid #dce1e4;
}
.natba-home--civic .natba-civic-pillar + .natba-civic-pillar {
  border-left: 0;
}
.natba-home--civic .natba-civic-pillar__number {
  margin: 0;
  color: #78858d;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  line-height: 1;
}
.natba-home--civic .natba-civic-pillar__mark {
  width: 2.625rem;
  height: 0.3125rem;
  margin: 3.125rem 0 1.5rem;
  background: #0964ad;
}
.natba-home--civic .natba-civic-pillar__mark--blue {
  background: #0964ad;
}
.natba-home--civic .natba-civic-pillar__mark--green {
  background: #16a34a;
}
.natba-home--civic .natba-civic-pillar__mark--red {
  background: #da2935;
}
.natba-home--civic .natba-civic-pillar__title {
  margin: 0 0 0.8125rem;
  color: #0b2341;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
}
.natba-home--civic .natba-civic-pillar__text {
  margin: 0;
  color: #68757d;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  line-height: 1.6;
}
.natba-home--civic .brxe-button.natba-civic-pillar__arrow,
.natba-home--civic .natba-civic-pillar__arrow {
  position: absolute;
  bottom: 1.5625rem;
  left: 1.75rem;
  min-height: auto;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0b2341;
  font-size: clamp(1.2rem, 2.8vw, 1.375rem);
}
.natba-home--civic .natba-civic-join {
  overflow: hidden;
  background: #0b2341;
  color: #fff;
}
.natba-home--civic .natba-civic-join__inner {
  display: grid;
  min-height: 26.875rem;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}
.natba-home--civic .natba-civic-join__ring {
  width: 31.25rem;
  height: 31.25rem;
  transform: translate(-5.625rem, 1.25rem);
  background: url("../images/natba-logomark.svg") center/contain no-repeat;
}
.natba-home--civic .natba-civic-join__copy {
  padding: 3.125rem clamp(1.75rem, 5vw, 4.5rem) 3.125rem 0;
}
.natba-home--civic .natba-civic-join__title {
  margin: 0.9375rem 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
}
.natba-home--civic .natba-civic-join__text {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  color: #c4d1db;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .natba-home--civic .natba-civic-hero,
  .natba-home--civic .natba-civic-hero__inner {
    min-height: 40.625rem;
  }
  .natba-home--civic .natba-civic-hero__inner {
    padding: 5.625rem 1.625rem 8.5rem !important;
  }
  .natba-home--civic .natba-civic-mission__inner {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 4.375rem 1.75rem !important;
  }
  .natba-home--civic .natba-civic-mission__copy {
    padding-top: 0;
  }
  .natba-home--civic .natba-civic-pillars__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 1.125rem 4.375rem !important;
  }
  .natba-home--civic .natba-civic-pillar:nth-child(3) {
    border-left: 1px solid #dce1e4;
  }
  .natba-home--civic .natba-civic-pillar:nth-child(n+3) {
    border-top: 0;
  }
  .natba-home--civic .natba-civic-join__inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .natba-home--civic .natba-civic-join__ring {
    display: none;
  }
  .natba-home--civic .natba-civic-join__copy {
    padding: 4.375rem 1.75rem;
  }
}
@media (max-width: 560px) {
  .natba-home--civic .natba-civic-pillars__grid {
    grid-template-columns: 1fr;
  }
  .natba-home--civic .natba-civic-pillar + .natba-civic-pillar {
    border-top: 0;
    border-left: 1px solid #dce1e4;
  }
}
.natba-about {
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: #f4f0e7;
  color: #10233e;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.natba-about *,
.natba-about *::before,
.natba-about *::after {
  box-sizing: border-box;
}
.natba-about .natba-about-hero__inner {
  display: grid;
  min-height: 45.625rem;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 4%;
  padding: 4.625rem clamp(1.625rem, 6vw, 5.5rem) 5rem !important;
}
.natba-about .natba-about-hero__copy {
  position: relative;
  z-index: 4;
  padding-top: 1rem;
}
.natba-about .natba-about-hero__title {
  margin: 1.8rem 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.7rem, 6vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.89;
}
.natba-about .natba-about-hero__title em {
  color: #da2935;
  font-weight: 400;
}
.natba-about .natba-about-hero__lead {
  max-width: 31rem;
  margin: 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.0625rem, 2.2vw, 1.125rem);
  line-height: 1.65;
}
.natba-about .brxe-button.natba-about-link,
.natba-about .natba-about-link {
  display: inline-flex;
  min-height: auto;
  width: auto;
  align-items: center;
  margin-top: 1.6rem;
  padding: 0 0 0.5rem;
  border: 0;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #10233e;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.natba-about .brxe-button.natba-about-link:hover, .natba-about .brxe-button.natba-about-link:focus-visible,
.natba-about .natba-about-link:hover,
.natba-about .natba-about-link:focus-visible {
  color: #da2935;
}
.natba-about .natba-about-link--light {
  color: #fff;
}
.natba-about .natba-about-link--light:hover, .natba-about .natba-about-link--light:focus-visible {
  color: #fff;
  opacity: 0.78;
}
.natba-about .natba-about-hero__visual {
  position: relative;
  width: min(100%, 38.75rem);
  aspect-ratio: 1;
  justify-self: end;
  min-width: 0;
}
.natba-about .natba-about-hero__photo {
  position: absolute;
  top: 1.3rem;
  right: 0;
  z-index: 2;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50% 50% 0.1875rem 0.1875rem;
}
.natba-about .natba-about-hero__arc {
  position: absolute;
  z-index: 1;
  width: 96%;
  aspect-ratio: 1;
  border: 2px solid;
  border-radius: 50%;
  pointer-events: none;
}
.natba-about .natba-about-hero__arc--blue {
  top: -0.3rem;
  right: -0.65rem;
  border-color: #0964ad;
}
.natba-about .natba-about-hero__arc--green {
  top: 0.95rem;
  right: -1.9rem;
  border-color: #16a34a;
}
.natba-about .natba-about-hero__arc--red {
  top: 2.85rem;
  right: -3.45rem;
  border-color: #da2935;
}
.natba-about .natba-about-hero__caption {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  z-index: 5;
  width: 17.5rem;
  padding: 1.25rem 1.65rem;
  background: #f4f0e7;
}
.natba-about .natba-about-hero__caption-label {
  color: #da2935;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 900;
  letter-spacing: 0.17em;
}
.natba-about .natba-about-hero__caption-text {
  margin: 0.5rem 0 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.4;
}
.natba-about .natba-about-marquee {
  background: #0b2341;
  color: #fff;
}
.natba-about .natba-about-marquee__inner {
  display: flex;
  min-height: 5rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  padding-inline: 2rem !important;
}
.natba-about .natba-about-marquee__word {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
  font-style: italic;
  white-space: nowrap;
}
.natba-about .natba-about-marquee__dot {
  color: #16a34a;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
}
.natba-about .natba-about-story__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 6%;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.75rem, 7vw, 6.5rem) !important;
}
.natba-about .natba-about-story__title {
  margin: 1.2rem 0 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}
.natba-about .natba-about-story__text {
  margin: 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.0625rem, 2.2vw, 1.125rem);
  line-height: 1.7;
}
.natba-about .natba-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(1.25rem, 4vw, 3.5rem) 7rem !important;
}
.natba-about .natba-value-card {
  min-width: 0;
  min-height: 24.375rem;
  padding: 2.6rem;
  color: #fff;
}
.natba-about .natba-value-card--blue {
  z-index: 1;
  background: #0964ad;
  transform: rotate(-1deg);
}
.natba-about .natba-value-card--paper {
  z-index: 2;
  background: #fff;
  color: #10233e;
  transform: translateY(-1.6rem);
}
.natba-about .natba-value-card--red {
  z-index: 1;
  background: #da2935;
  transform: rotate(1deg);
}
.natba-about .natba-value-card__number {
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
}
.natba-about .natba-value-card__title {
  margin: 4.5rem 0 1.2rem;
  color: inherit;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.3rem, 3vw, 2.9rem);
  font-weight: 400;
}
.natba-about .natba-value-card__text {
  max-width: 19rem;
  margin: 0;
  color: inherit;
  font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
  line-height: 1.7;
}
.natba-about .natba-about-board {
  background: #fff;
}
.natba-about .natba-about-board__inner {
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem) 8rem !important;
}
.natba-about .natba-about-board__heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 4rem;
  margin-bottom: 3.5rem;
}
.natba-about .natba-about-board__heading .natba-eyebrow {
  grid-column: 1;
}
.natba-about .natba-about-board__title {
  grid-column: 1;
  margin: 1rem 0 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}
.natba-about .natba-about-board__lead {
  grid-row: 1/3;
  grid-column: 2;
  max-width: 28rem;
  justify-self: end;
  margin: 0;
  color: #65717a;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.65;
}
.natba-about .natba-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem 1.35rem;
}
.natba-about .natba-board-card {
  min-width: 0;
}
.natba-about .natba-board-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background-color: #eae7df;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.natba-about .natba-board-photo::before {
  position: absolute;
  inset: 48% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(5, 28, 51, 0.76));
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
}
.natba-about .natba-board-photo::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 42%;
  height: 3px;
  content: "";
  transition: width 280ms ease;
}
.natba-about .natba-board-photo--blue::after {
  background: #0964ad;
}
.natba-about .natba-board-photo--green::after {
  background: #16a34a;
}
.natba-about .natba-board-photo--red::after {
  background: #da2935;
}
.natba-about .natba-board-photo--sample-one {
  background-image: url("../images/board-sample-reception.png");
  background-position: 41% center;
  background-size: 335% auto;
}
.natba-about .natba-board-photo--sample-two {
  background-image: url("../images/board-sample-conversation.png");
  background-position: 62% center;
  background-size: 335% auto;
}
.natba-about .natba-board-photo__number {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  color: #d0cbc0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.8;
}
.natba-about .natba-board-photo--sample-one .natba-board-photo__number,
.natba-about .natba-board-photo--sample-two .natba-board-photo__number {
  color: rgba(255, 255, 255, 0.28);
}
.natba-about .natba-board-photo__view {
  position: absolute;
  right: 1.25rem;
  bottom: 1.4rem;
  left: 1.25rem;
  z-index: 2;
  color: #fff;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(0.6rem);
  transition: opacity 240ms ease, transform 300ms ease;
}
.natba-about .natba-board-card:hover .natba-board-photo--sample-one,
.natba-about .natba-board-card:hover .natba-board-photo--sample-two,
.natba-about .natba-board-card:focus-within .natba-board-photo--sample-one,
.natba-about .natba-board-card:focus-within .natba-board-photo--sample-two {
  background-size: 350% auto;
}
.natba-about .natba-board-card:hover .natba-board-photo::before,
.natba-about .natba-board-card:focus-within .natba-board-photo::before {
  opacity: 1;
}
.natba-about .natba-board-card:hover .natba-board-photo::after,
.natba-about .natba-board-card:focus-within .natba-board-photo::after {
  width: 100%;
}
.natba-about .natba-board-card:hover .natba-board-photo__view,
.natba-about .natba-board-card:focus-within .natba-board-photo__view {
  opacity: 1;
  transform: translateY(0);
}
.natba-about .natba-board-card:hover .natba-board-card__name,
.natba-about .natba-board-card:focus-within .natba-board-card__name {
  color: #0964ad;
}
.natba-about .natba-board-card__copy {
  padding: 1.15rem 0.15rem 0;
  border-top: 1px solid #10233e;
}
.natba-about .natba-board-card__name {
  margin: 0;
  color: #10233e;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.375rem);
  font-weight: 400;
  transition: color 220ms ease;
}
.natba-about .natba-board-card__role {
  margin: 0.45rem 0 0.3rem;
  color: #0964ad;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.natba-about .natba-board-card__firm {
  color: #65717a;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
}
.natba-about .natba-about-advisory {
  background: #0964ad;
  color: #fff;
}
.natba-about .natba-about-advisory__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 4rem;
  padding: 6rem clamp(1.75rem, 7vw, 7rem) !important;
}
.natba-about .natba-about-advisory__title {
  max-width: 37rem;
  margin: 1.2rem 0 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.natba-about .natba-about-advisory__text {
  max-width: 27rem;
  margin: 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .natba-about .natba-about-hero__inner,
  .natba-about .natba-about-story__inner,
  .natba-about .natba-about-advisory__inner {
    grid-template-columns: 1fr;
  }
  .natba-about .natba-about-hero__inner {
    padding: 3.5rem 1.625rem 4rem !important;
  }
  .natba-about .natba-about-hero__visual {
    width: min(100%, 35rem);
    justify-self: center;
    margin-top: 2rem;
  }
  .natba-about .natba-about-marquee__inner {
    justify-content: flex-start;
    overflow: hidden;
  }
  .natba-about .natba-about-story__inner {
    gap: 1.75rem;
    padding: 4.75rem 1.75rem !important;
  }
  .natba-about .natba-about-values__grid {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem !important;
  }
  .natba-about .natba-value-card--blue,
  .natba-about .natba-value-card--paper,
  .natba-about .natba-value-card--red {
    transform: none;
  }
  .natba-about .natba-value-card {
    min-height: 19.375rem;
  }
  .natba-about .natba-about-board__heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .natba-about .natba-about-board__lead {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
  }
  .natba-about .natba-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .natba-about .natba-about-advisory__inner {
    align-items: start;
    gap: 2rem;
  }
}
@media (max-width: 560px) {
  .natba-about .natba-about-hero__title {
    font-size: 3.6rem;
  }
  .natba-about .natba-about-hero__photo {
    width: 100%;
  }
  .natba-about .natba-about-hero__arc {
    display: none;
  }
  .natba-about .natba-about-hero__caption {
    width: 15rem;
  }
  .natba-about .natba-board-grid {
    grid-template-columns: 1fr;
  }
  .natba-about .natba-board-photo {
    aspect-ratio: 5/4;
  }
}
@media (prefers-reduced-motion: reduce) {
  .natba-about *,
  .natba-about *::before,
  .natba-about *::after {
    transition-duration: 0.01ms !important;
  }
}
.natba-civic-footer {
  position: relative;
  overflow: hidden;
  background: #0b2341;
  color: #fff;
}

.natba-civic-footer__inner {
  display: grid;
  min-height: 26.875rem;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.natba-civic-footer__mark {
  width: 31.25rem;
  height: 31.25rem;
  transform: translate(-5.625rem, 1.25rem);
  background: url("../images/natba-logomark.svg") center/contain no-repeat;
}

.natba-civic-footer__copy {
  position: relative;
  z-index: 2;
  padding: 3.5rem clamp(1.75rem, 5vw, 4.5rem) 3.5rem 0;
}

.natba-civic-footer__title {
  margin: 1rem 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
}

.natba-civic-footer__text {
  max-width: 35rem;
  margin: 0 0 1.5rem;
  color: #c4d1db;
  line-height: 1.65;
}

.natba-civic-footer .bricks-background-primary {
  background-color: #fff !important;
  color: #0b2341 !important;
}
.natba-civic-footer .bricks-background-primary:hover, .natba-civic-footer .bricks-background-primary:focus-visible {
  background-color: #16a34a !important;
  color: #0b2341 !important;
}

@media (max-width: 900px) {
  .natba-civic-footer__inner {
    position: relative;
    min-height: 27rem;
    grid-template-columns: 1fr;
  }
  .natba-civic-footer__mark {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: min(82vw, 32.5rem);
    height: min(82vw, 32.5rem);
    opacity: 0.13;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .natba-civic-footer__copy {
    padding: 4.5rem 1.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .natba-civic-footer *,
  .natba-civic-footer *::before,
  .natba-civic-footer *::after {
    transition-duration: 0.01ms !important;
  }
}
.natba-header {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 4.875rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9dee2;
  background: #fff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
.natba-header *,
.natba-header *::before,
.natba-header *::after {
  box-sizing: border-box;
}
.natba-header .natba-container {
  width: min(100%, 1480px);
  max-width: 1480px;
  margin-inline: auto;
}

.natba-header__inner {
  display: flex;
  min-height: 4.875rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-inline: clamp(1.25rem, 4.5vw, 4.25rem) !important;
}

.natba-brand {
  display: inline-flex;
  width: auto;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  gap: 0.6875rem;
  color: #0b2341;
  text-decoration: none;
}

.natba-brand__mark {
  width: 2.625rem;
  height: 2.625rem;
  flex: 0 0 2.625rem;
  border-radius: 50%;
  background: #fff url("../images/natba-logomark.svg") center/contain no-repeat;
}

.natba-brand__name {
  margin: 0;
  color: #0b2341;
  font-size: clamp(1.375rem, 3vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.natba-header__nav {
  display: flex;
  width: auto;
  align-items: center;
  margin-left: auto;
}

.natba-header__nav .bricks-nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin: 0;
}

.natba-header__nav .bricks-nav-menu > li > a,
.natba-header__nav .bricks-nav-menu > li > .brx-submenu-toggle > * {
  padding: 0.75rem 0;
  color: #0b2341;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.natba-header__nav .bricks-nav-menu > li > a:hover, .natba-header__nav .bricks-nav-menu > li > a:focus-visible,
.natba-header__nav .bricks-nav-menu > li > .brx-submenu-toggle > *:hover,
.natba-header__nav .bricks-nav-menu > li > .brx-submenu-toggle > *:focus-visible {
  color: #0964ad;
}

.natba-header__nav .bricks-nav-menu > .current-menu-item > a,
.natba-header__nav .bricks-nav-menu > .current-menu-parent > a,
.natba-header__nav .bricks-nav-menu > .current-menu-ancestor > a,
.natba-header__nav .bricks-nav-menu > .current-menu-item > .brx-submenu-toggle > *,
.natba-header__nav .bricks-nav-menu > .current-menu-parent > .brx-submenu-toggle > *,
.natba-header__nav .bricks-nav-menu > .current-menu-ancestor > .brx-submenu-toggle > * {
  color: #0964ad;
}

.natba-header__nav .bricks-nav-menu .sub-menu {
  min-width: 13rem;
  padding: 0.5rem 0;
  border: 1px solid #d9dee2;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(11, 35, 65, 0.12);
}

.natba-header__nav .bricks-nav-menu .sub-menu a,
.natba-header__nav .bricks-nav-menu .sub-menu .brx-submenu-toggle > * {
  padding: 0.75rem 1rem;
  color: #0b2341;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  font-weight: 650;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-decoration: none;
}
.natba-header__nav .bricks-nav-menu .sub-menu a:hover, .natba-header__nav .bricks-nav-menu .sub-menu a:focus-visible,
.natba-header__nav .bricks-nav-menu .sub-menu .brx-submenu-toggle > *:hover,
.natba-header__nav .bricks-nav-menu .sub-menu .brx-submenu-toggle > *:focus-visible {
  color: #0964ad;
}

.natba-header__nav .bricks-mobile-menu-toggle {
  color: #0b2341;
}

.natba-header__nav .bricks-mobile-menu-wrapper::before {
  background: #fff;
}

.natba-header__nav .bricks-mobile-menu-overlay {
  background: rgba(11, 35, 65, 0.48);
}

.natba-header__nav .bricks-mobile-menu {
  width: min(100%, 28rem);
  margin-inline: auto;
  padding: 6rem 1.5rem 2rem;
}

.natba-header__nav .bricks-mobile-menu > li > a,
.natba-header__nav .bricks-mobile-menu > li > .brx-submenu-toggle > * {
  padding: 1rem 0;
  border-bottom: 1px solid #d9dee2;
  color: #0b2341;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.natba-header__nav .bricks-mobile-menu .current-menu-item > a,
.natba-header__nav .bricks-mobile-menu .current-menu-parent > a,
.natba-header__nav .bricks-mobile-menu .current-menu-ancestor > a,
.natba-header__nav .bricks-mobile-menu [aria-current=page] {
  color: #0964ad;
}

.natba-header__nav .bricks-mobile-menu .sub-menu a,
.natba-header__nav .bricks-mobile-menu .sub-menu .brx-submenu-toggle > * {
  padding: 0.75rem 0 0.75rem 1rem;
  color: #0b2341;
  font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
  text-decoration: none;
}

.natba-header .brxe-button.natba-button--navy,
.natba-header .natba-button--navy {
  display: inline-flex;
  min-height: 2.75rem;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1.375rem;
  border: 0;
  border-radius: 0;
  background: #0b2341;
  color: #fff;
  font-size: clamp(0.75rem, 1.4vw, 0.8125rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}
.natba-header .brxe-button.natba-button--navy:hover, .natba-header .brxe-button.natba-button--navy:focus-visible,
.natba-header .natba-button--navy:hover,
.natba-header .natba-button--navy:focus-visible {
  transform: translateY(-2px);
  background: #0964ad;
  color: #fff;
}

@media (max-width: 900px) {
  .natba-header__inner {
    min-height: 4.5rem;
    padding-inline: 1.125rem !important;
  }
  .natba-header__nav {
    order: 3;
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  .natba-brand__mark {
    width: 2.125rem;
    height: 2.125rem;
    flex-basis: 2.125rem;
  }
  .natba-brand__name {
    font-size: clamp(1.0625rem, 2.2vw, 1.125rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .natba-header *,
  .natba-header *::before,
  .natba-header *::after {
    transition-duration: 0.01ms !important;
  }
}
html {
  font-size: 100% !important;
}

.brxe-container {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
}

:root {
  --global-transition: .5s;
}

*, *::before, *::after {
  transition-property: background-color, color, border-color, box-shadow, fill;
  transition-duration: var(--global-transition);
  transition-timing-function: ease;
}