/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.hero-block {
  position: relative;
  min-height: 475px; /* Adjust as needed */
  background-size: cover; /* Ensures the image covers the container */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff; /* Default text color */
  padding: 1.6rem 1.6rem 46px;
}

.hero-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hero-block-inner {
  max-width: 1240px;
  padding: 100px 20px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-content-wrapper {
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: flex-start;
}

/* Alignment options from supports */
.hero-content-wrapper.alignleft {
  text-align: left;
  justify-content: flex-start;
}

.hero-content-wrapper.alignright {
  text-align: right;
  justify-content: flex-end;
}

.hero-content-wrapper.aligncenter {
  text-align: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}

.hero-eyebrow {
  max-height: 20px;
  padding-bottom: 6px;
}

.hero-eyebrow img {
  height: 100%;
  width: auto;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 24px;
}

.hero-subtitle > * {
  font-size: 24px;
  line-height: 32px;
}

.hero-date {
  font-size: 1.5rem;
}

.hero-button-wrapper {
  display: flex;
}

.hero-button-wrapper a {
  border-radius: var(--global-border-radius);
  text-transform: uppercase;
  margin-top: 32px;
  padding: 15px 65px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato";
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  .hero-block-inner {
    padding: 50px 20px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-block-inner {
    padding: 40px 0;
  }
}

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