/* Critical above-the-fold styles for the brands hero. */
.brands-hero-section {
  position: relative;
}

.brands-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/brands/brands-hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.brands-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(18, 50, 53, 0.88) 0%,
      rgba(18, 50, 53, 0.82) 50%,
      rgba(18, 50, 53, 0.92) 100%);
  z-index: 1;
}
