.block-hero {
  display: flex;
  width: 100vw;
  max-height: 720px;
  padding: var(--size-144) var(--size-74) var(--size-0);
}
.block-hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: var(--size-0);
  right: var(--size-0);
  bottom: var(--size-0);
  background: linear-gradient(180deg, oklch(32.42% 0.0043 17.38deg / 0), oklch(32.42% 0.0043 17.38deg / 0.98));
}
@media screen and (max-width: 540px) {
  .block-hero {
    padding-inline: 2rem;
  }
}
.block-hero .acf-innerblocks-container {
  z-index: var(--z-index-above);
}
.block-hero .acf-innerblocks-container p {
  color: var(--bc-foreground-reverse);
  margin-block-end: var(--size-0) !important;
  font-size: var(--size-24);
  line-height: 1.5;
  font-weight: var(--font-weight-medium);
}
.block-hero .image-background {
  top: var(--size-0);
  right: var(--size-0);
  bottom: var(--size-0);
  left: var(--size-0);
}
.block-hero .image-background img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-hero .wp-block-heading {
  color: var(--bc-foreground-reverse);
  font-weight: var(--font-weight-bold);
  font-size: var(--size-68);
  line-height: 1.2;
  margin-block-end: var(--size-0);
  text-transform: initial;
}
@media screen and (max-width: 500px) {
  .block-hero .wp-block-heading {
    font-size: var(--size-48);
  }
}
.block-hero .scroller {
  width: 100%;
  height: var(--size-144);
  z-index: var(--z-index-above);
  font-size: var(--size-48);
  color: var(--bc-foreground-reverse);
}
.block-hero .scroller .scroller-button {
  overflow: hidden;
}/*# sourceMappingURL=block-hero.css.map */