@font-face {
  font-family: "BT Neue";
  src: url("https://cdn.prod.website-files.com/67617ef70109e6dc4f39b775/696933d03f51383b6e753463_BTNeueLight-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "BT Neue";
  src: url("https://cdn.prod.website-files.com/67617ef70109e6dc4f39b775/696933d0659611e9b333bad9_BTNeueLight-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

body.blc-mobile-nav-open {
  overflow: hidden;
}

:root[color-scheme="light"] {
  --base--light: #ffffff;
  --base-tint--light: #ffffff;
  --accent--light: #002338;
  --base: #ffffff;
  --base-tint: #ffffff;
  --accent: #002338;
}

body,
.mxd-page-content,
.mxd-footer {
  background-color: #ffffff;
}

p,
.t-medium,
.footer-data,
.mxd-showcase-clip__copy,
.mxd-services-list__descr,
.mxd-promo__caption,
.mxd-about-images__descr {
  font-family: "BT Neue", Georgia, sans-serif;
  font-weight: 300;
}

#mxd-footer .mxd-container.grid-l-container {
  padding-top: 3.2rem;
}

.blc-footer-wordmark {
  font-size: clamp(7rem, 13cqw, 14rem);
}

.blc-footer-wordmark span {
  line-height: 0.9;
  letter-spacing: -0.08cqw;
}

.blc-footer-copyright {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.blc-footer-copyright .footer-data {
  overflow: visible;
  color: var(--t-bright);
}

.blc-footer-copyright .footer-data span,
.blc-footer-copyright .footer-data a {
  color: var(--t-bright);
}

.mxd-footer__footer-blocks.bottom-blocks {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 1.2rem;
}

.mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:first-child {
  order: 2;
  flex: none;
  width: auto;
}

.mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:last-child {
  order: 1;
  flex: none;
  width: auto;
}

.mxd-footer__footer-blocks.bottom-blocks .footer-blocks__controls {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}

.mxd-footer__footer-blocks.bottom-blocks .footer-blocks__data {
  margin-bottom: 0;
}

.mxd-footer__footer-blocks.bottom-blocks .blc-footer-copyright {
  text-align: center;
}

.mxd-footer__footer-blocks.bottom-blocks .blc-footer-copyright .footer-data {
  line-height: 1.4;
}

.mxd-socials-line.column.blc-footer-social-stack {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 0.4rem;
}

.mxd-footer__footer-blocks .footer-blocks__column.justify-start,
.mxd-footer__footer-blocks .footer-blocks__column.justify-end {
  text-align: center;
}

.mxd-footer__footer-blocks .footer-blocks__data.justify-start,
.mxd-footer__footer-blocks .footer-blocks__data.justify-end {
  align-items: center;
}

.mxd-socials-line.column.blc-footer-social-stack {
  align-items: center;
}

.blc-footer-nav-stack {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.blc-footer-nav-stack .mxd-socials-line {
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 1.6rem;
}

.blc-footer-nav-stack .mxd-socials-line li,
.blc-footer-nav-stack .mxd-socials-line__link span {
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  .mxd-footer__footer-blocks .footer-blocks__column.justify-start,
  .mxd-footer__footer-blocks .footer-blocks__column.justify-end {
    text-align: initial;
  }

  .mxd-footer__footer-blocks .footer-blocks__data.justify-start,
  .mxd-footer__footer-blocks .footer-blocks__data.justify-end {
    align-items: flex-start;
  }

  .mxd-footer__footer-blocks.bottom-blocks {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:first-child,
  .mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:last-child {
    order: initial;
    width: auto;
  }

  .mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:first-child {
    flex: 1 1 auto;
  }

  .mxd-footer__footer-blocks.bottom-blocks .footer-blocks__column:last-child {
    flex: 0 0 auto;
  }

  .mxd-footer__footer-blocks.bottom-blocks .footer-blocks__controls {
    justify-content: flex-end;
  }

  .mxd-footer__footer-blocks.bottom-blocks .blc-footer-copyright {
    text-align: left;
  }

  .blc-footer-middle {
    justify-content: center;
    text-align: center;
  }

  .blc-footer-middle .footer-blocks__data {
    align-items: center;
  }

  .mxd-socials-line.column.blc-footer-social-stack {
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 0.4rem;
  }
}

@keyframes blc-kicker-settle {
  0% {
    opacity: 0;
    transform: translateX(-0.35rem);
  }

  55% {
    opacity: 1;
    transform: translateX(0.22rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.blc-hero-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font: normal 500 1.6rem/1.6 var(--_font-accent);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.blc-hero-kicker__part {
  display: inline-block;
}

.blc-hero-kicker.is-animated .blc-hero-kicker__part {
  animation: blc-kicker-settle 0.45s var(--_animbezier) both;
}

@media only screen and (min-width: 768px) {
  .blc-hero-kicker {
    font-size: 1.8rem;
  }
}

.blc-site-header {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.34);
  border-bottom: 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 6px 18px rgba(15, 15, 15, 0.018);
  transition: background-color var(--_animspeed-medium) ease, border-color var(--_animspeed-medium) ease, box-shadow var(--_animspeed-medium) ease;
}

.blc-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.2);
  border-bottom-color: transparent;
  box-shadow: 0 4px 14px rgba(15, 15, 15, 0.012);
}

.blc-home-hero .mxd-hero-07__headline {
  padding-top: 8.8rem;
}

@media only screen and (min-width: 768px) {
  .blc-home-hero .mxd-hero-07__headline {
    padding-top: 12rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-home-hero.mxd-hero-fullheight-desktop,
  .blc-home-hero .mxd-hero-07 {
    height: auto;
  }

  .blc-home-hero .mxd-hero-07 {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .blc-home-hero .mxd-hero-07__wrap {
    height: auto;
  }
}

.blc-home-image-trio {
  padding-top: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .blc-home-image-trio {
    padding-top: 4.8rem;
  }
}

.blc-home-story {
  padding: 2.4rem 0 4.8rem;
  background: #3B4D3A;
  color: #ffffff;
}

.blc-home-story p,
.blc-home-story span,
.blc-home-story .manifest {
  color: #ffffff;
}

.blc-home-story__inner {
  max-width: min(94vw, 168rem);
  margin: 0 auto;
  padding: 0 2.4rem;
}

.blc-home-story__inner .mxd-block-split__manifest {
  gap: 0;
  max-width: none;
}

.blc-home-story__inner .manifest.manifest-s {
  font-size: 3.8rem;
}

@media only screen and (min-width: 768px) {
  .blc-home-story {
    padding: 3.2rem 0 6.4rem;
  }

  .blc-home-story__inner {
    padding: 0 3.2rem;
  }

  .blc-home-story__inner .manifest.manifest-s {
    font-size: 4.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-home-story {
    padding: 4rem 0 7.2rem;
  }

  .blc-home-story__inner {
    padding: 0 4rem;
  }

  .blc-home-story__inner .manifest.manifest-s {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .blc-home-story__inner .manifest.manifest-s {
    font-size: 4rem;
  }
}

.blc-home-about-teaser .mxd-teaser {
  padding-top: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .blc-home-about-teaser .mxd-teaser {
    padding-top: 3.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-home-about-teaser .mxd-teaser {
    padding-top: 4rem;
  }
}

.mxd-showcase-clip__copy {
  margin: 0;
  max-width: 34rem;
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .mxd-showcase-clip__copy {
    max-width: 38rem;
  }
}

.mxd-showcase-clip__sticky {
  top: 5.6rem;
  height: calc(100vh - 5.6rem);
}

@media only screen and (min-width: 1200px) {
  .mxd-showcase-clip__sticky {
    top: 8.8rem;
    height: calc(100vh - 8.8rem);
  }
}

.blc-belief-promo .mxd-promo__caption {
  max-width: min(92vw, 110rem);
}

.blc-belief-promo .mxd-promo__caption h2 {
  font-size: 4rem;
  line-height: 1.06;
}

.blc-belief-promo .mxd-promo__wrap.auto-height {
  min-height: calc(100vh - 5.6rem);
  min-height: calc(100svh - 5.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 0;
}

.blc-belief-promo .mxd-promo__marquee {
  margin-top: 3.8rem;
}

@media only screen and (min-width: 768px) {
  .blc-belief-promo .mxd-promo__caption h2 {
    font-size: 4.9rem;
  }

  .blc-belief-promo .mxd-promo__wrap.auto-height {
    min-height: calc(100vh - 6rem);
    min-height: calc(100svh - 6rem);
    padding-top: 4.8rem;
    padding-bottom: 0;
  }

  .blc-belief-promo .mxd-promo__marquee {
    margin-top: 4.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .blc-belief-promo .mxd-promo__wrap.auto-height {
    min-height: calc(100vh - 6.2rem);
    min-height: calc(100svh - 6.2rem);
    padding-top: 5.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-belief-promo .mxd-promo__caption {
    max-width: min(92vw, 124rem);
  }

  .blc-belief-promo .mxd-promo__caption h2 {
    font-size: 6.6rem;
    letter-spacing: -0.24rem;
  }

  .blc-belief-promo .mxd-promo__wrap.auto-height {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .blc-belief-promo .mxd-promo__marquee {
    margin-top: 5.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .blc-belief-promo .mxd-promo__caption h2 {
    font-size: 8.2rem;
  }
}

.mxd-page-content {
  padding-top: 0;
}

.blc-nav-shell {
  position: relative;
  display: grid;
  grid-template-columns: 4.8rem 1fr 4.8rem;
  align-items: center;
  min-height: 5.6rem;
  width: 100%;
  margin: 0;
  padding: 0 1.2rem;
}

.blc-nav-spacer {
  width: 4.8rem;
  height: 4.8rem;
}

.blc-nav-group {
  display: none;
}

.blc-nav-logo {
  grid-column: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
}

.blc-nav-logo img {
  display: block;
  width: 12.2rem;
  height: auto;
}

.blc-nav-toggle {
  grid-column: 3;
  justify-self: end;
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border: 0;
  background: transparent;
  color: var(--t-bright);
  padding: 0;
}

.blc-nav-toggle span {
  display: block;
  width: 2rem;
  height: 2px;
  background: currentColor;
  transition: transform var(--_animspeed-medium) ease, opacity var(--_animspeed-medium) ease;
}

.blc-site-header.is-open .blc-nav-toggle span:nth-child(1) {
  transform: translateY(0.62rem) rotate(45deg);
}

.blc-site-header.is-open .blc-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.blc-site-header.is-open .blc-nav-toggle span:nth-child(3) {
  transform: translateY(-0.62rem) rotate(-45deg);
}

.blc-mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(249, 247, 247, 0.98);
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 16px 30px rgba(15, 15, 15, 0.06);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height var(--_animspeed-slow) var(--_animbezier), opacity var(--_animspeed-medium) ease;
}

.blc-site-header.is-open .blc-mobile-nav {
  max-height: 40rem;
  opacity: 1;
}

.blc-mobile-nav__inner {
  width: 100%;
  margin: 0;
  padding: 1.2rem 1.2rem 2rem;
}

.blc-mobile-nav__link {
  display: block;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  font: normal 700 1.6rem/1.1 var(--_font-default);
  letter-spacing: 0.01em;
  color: var(--t-bright);
}

.blc-mobile-nav__link.is-current,
.blc-mobile-nav__link:hover {
  color: var(--accent);
}

.blc-mobile-nav__meta {
  display: grid;
  gap: 1.3rem;
  padding-top: 1.5rem;
}

.blc-mobile-nav__meta p {
  max-width: 33rem;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.65;
  color: var(--t-medium);
}

.blc-mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 4.6rem;
  padding: 0 1.8rem;
  border: 1px solid rgba(18, 18, 18, 0.12);
  background: #121212;
  color: #fff;
  font: normal 700 1.15rem/1 var(--_font-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .mxd-page-content {
    padding-top: 0;
  }

  .blc-nav-shell {
    min-height: 6rem;
    padding: 0 2rem;
  }

  .blc-nav-logo img {
    width: 13.6rem;
  }

  .blc-mobile-nav__inner {
    padding: 1.4rem 2rem 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .mxd-page-content {
    padding-top: 0;
  }

  .blc-nav-shell {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    min-height: 6.2rem;
    padding: 0 2.2rem;
  }

  .blc-nav-spacer,
  .blc-nav-toggle,
  .blc-mobile-nav {
    display: none;
  }

  .blc-nav-group {
    display: contents;
  }

  .blc-nav-group--left {
    justify-self: auto;
  }

  .blc-nav-group--right {
    justify-self: auto;
  }

  .blc-nav-group--left .blc-nav-link:nth-child(1) {
    grid-column: 1;
  }

  .blc-nav-group--left .blc-nav-link:nth-child(2) {
    grid-column: 2;
  }

  .blc-nav-logo {
    grid-column: 3;
  }

  .blc-nav-group--right .blc-nav-link:nth-child(1) {
    grid-column: 4;
  }

  .blc-nav-group--right .blc-nav-link:nth-child(2) {
    grid-column: 5;
  }

  .blc-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 10rem;
    padding: 0.25rem 0;
    font: normal 700 2rem/1 var(--_font-accent);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--t-bright);
    transition: color var(--_animspeed-medium) ease;
  }

  .blc-nav-link__label {
    display: block;
    line-height: 1;
  }

  .blc-nav-link__icon {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
  }

  .blc-nav-link:hover,
  .blc-nav-link.is-current {
    color: var(--accent);
  }

  .blc-nav-logo img {
    width: 13.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-nav-shell {
    padding: 0 3rem;
  }

  .blc-nav-link {
    font-size: 2rem;
  }

  .blc-nav-link__icon {
    font-size: 1.6rem;
  }

  .blc-nav-logo img {
    width: 14.6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .blc-nav-shell {
    padding: 0 3.8rem;
  }

  .blc-mobile-nav__inner {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}

.blc-contact-hero {
  padding-top: 4.8rem;
}

.blc-contact-page .blur-container {
  display: none !important;
}

.blc-react-contact-shell .mxd-form-container {
  position: relative;
}

.blc-contact-form input.is-invalid,
.blc-contact-form textarea.is-invalid {
  border-color: #c92a2a;
}

.blc-invalid-feedback {
  margin-top: -0.8rem;
  margin-bottom: 1.4rem;
  font: normal 500 1.25rem/1.4 var(--_font-accent);
  color: #c92a2a;
}

.blc-form-alert {
  margin-bottom: 2rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 0.4rem;
  font: normal 500 1.4rem/1.5 var(--_font-accent);
}

.blc-form-alert--success {
  background: rgba(0, 35, 56, 0.08);
  color: var(--accent);
}

.blc-form-alert--error {
  background: rgba(201, 42, 42, 0.08);
  color: #9b1c1c;
}

.blc-form-alert--info {
  background: rgba(18, 18, 18, 0.06);
  color: var(--t-bright);
}

.blc-contact-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.blc-contact-recaptcha {
  margin: 0.4rem 0 2rem;
}

.blc-contact-form button[disabled] {
  cursor: not-allowed;
  opacity: 0.68;
}

.blc-contact-team-section {
  padding-top: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .blc-contact-team-section {
    padding-top: 4.8rem;
  }
}

.blc-contact-team-divider {
  background-image: url("../images/home/HomePersonalizedApproachBackground1920x1280.png");
}

.blc-about-divider-one {
  background-image: url("../images/home/HomeTransparentProcessBackground1920x1280.png");
}

.blc-about-approach {
  padding-bottom: 0 !important;
}

.blc-about-team .mxd-team-grid__item:nth-child(3) .mxd-team-grid__photo {
  aspect-ratio: 2149 / 3008;
  overflow: hidden;
}

.blc-about-team .mxd-team-grid__item:nth-child(3) .mxd-team-grid__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blc-about-team {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .blc-about-team {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-about-team {
    padding-top: 5rem;
    padding-bottom: 4.8rem;
  }
}

.blc-about-faq {
  padding-top: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .blc-about-faq {
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blc-about-faq {
    padding-top: 3.6rem;
  }
}

.blc-about-faq .mxd-accordion__content p {
  max-width: 72rem;
  color: var(--t-medium);
}

@media only screen and (min-width: 1200px) {
  .blc-contact-hero {
    padding-top: 6.4rem;
  }
}
