/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.eds-hero {
  position: relative;
  padding: 6rem 1.5rem;
  background: #1f2a37;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.eds-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.eds-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin: 0 auto;
}
.eds-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.eds-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.05;
}
.eds-hero__text {
  max-width: 42rem;
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.eds-hero__button {
  display: inline-block;
  padding: 0.9rem 1.4rem;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 0.35rem;
  font-weight: 700;
}

/*# sourceMappingURL=style-index.css.map*/