.home-hero > img {
  display: none;
}

.brand-mark .brand-gear {
  stroke: #fff;
  stroke-width: 2.5;
}

.site-header {
  background: #0a1931;
  border-bottom-color: rgba(255,255,255,.12);
}

.brand-copy,
.brand-light .brand-copy {
  color: #fff;
}

.brand-copy strong:nth-child(2),
.brand-light .brand-copy strong:nth-child(2) {
  color: #ff7a00;
}

.site-header nav,
.site-header .header-call {
  color: #fff;
}

.site-header .header-call {
  background: #ff7a00;
}

.home-blur {
  inset: 0;
  background-image: url('/images/02-about-team.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: none;
  opacity: 0.62;
  transform: scale(1.015);
}

.home-overlay {
  background: linear-gradient(90deg, #07162df2 0%, #07162dc7 48%, #07162d72 100%);
}

@media (max-width: 640px) {
  .home-blur {
    background-attachment: scroll;
    background-position: 58% center;
  }
}
