.wp-block-acf-hero {
  margin-block-start: 0 !important;
}
.wp-block-acf-hero.has-background {
  padding-top: var(--wp--preset--spacing--medium) !important;
}
.wp-block-acf-hero + .has-background {
  margin-block-start: 0 !important;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--wp--preset--spacing--global);
}
@media (min-width: 1200px) {
  .hero {
    padding-bottom: 0;
  }
}
.hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: var(--wp--preset--spacing--global);
}
@media (min-width: 1200px) {
  .hero__content {
    padding-top: 0;
  }
  .hero__content * {
    max-width: 50%;
  }
}
.hero__content > .wp-block-heading {
  margin-top: 1rem;
}
.hero .logo-mark,
.hero .wp-block-acf-logo-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: auto;
  transform: translate(20%, calc(95% - var(--wp--preset--spacing--global)));
  margin-block-start: 0;
}
@media (min-width: 1200px) {
  .hero .logo-mark,
  .hero .wp-block-acf-logo-mark {
    bottom: auto;
    top: 0;
    width: 60%;
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */
