/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.acf-hero {
  position: relative;
  width: 100%;
  height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.acf-hero__img-container {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.acf-hero__img-container::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 50%);
}

.acf-hero__content {
  position: absolute;
  bottom: 5%;
  z-index: 1;
  color: var(--theme--pure-white);
  text-align: center;
  padding: 0 var(--theme--horizontal-padding);
  box-sizing: border-box;
}

.acf-hero__title {
  margin-bottom: 15px;
}

.acf-hero__description {
  margin: 0 auto;
  max-width: 558.3333333333px;
}

.acf-hero__br {
  display: none;
}

.acf-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .acf-hero__title {
    margin-bottom: 5px;
  }
  .acf-hero__content {
    padding: 0;
  }
  .acf-hero__br {
    display: block;
  }
}

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