<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
  background-color: var(--bs-primary);
  transition: background-image 1s ease-in-out;
  margin-top: -32px;
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  opacity: 0.9;
  z-index: 1;
}
.hero .container {
  z-index: 2;
}

@media (max-width: 769px) {
  .hero {
    margin-top: -72px;
  }
}

/*# sourceMappingURL=hero-section.css-ICXf2FI.map */
</pre></body></html>