
/*!**************************************!*\
  !*** ../src/elements/hero/hero.scss ***!
  \**************************************/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.hero-section:is(section.main > *:first-child,
section.main > link:first-child + *,
section.main > link:first-child + link + *) {
  margin-top: calc(-1 * var(--header-height));
  --hero-additional-padding-top: var(--header-height);
}
.hero-section .hero-base-section.hero-base-section .hero-media-overlay {
  background-image: linear-gradient(191.58deg, rgba(0, 0, 0, 0) 17.53%, #000000 100.82%);
}
.hero-section .hero-base-section.hero-base-section .hero-media-overlay:not(:has(+ .hero-content-wrapper)) {
  display: none;
}
.hero-section :is(h1),
.hero-section :is(.h1, [data-h="1"]) {
  font-size: /* grow(46, 100) */ clamp(2.875rem, 1.9545454545rem + 4.0909090909vw, 6.25rem);
  margin-block: calc(/* grow(40, 72) */ clamp(2.5rem, 1.9545454545rem + 2.4242424242vw, 4.5rem) * 0.4);
}
@supports (height: round(1.5px, 1px)) {
  .hero-section :is(h1):where(:not(:root.safari-pre-17 *)),
  .hero-section :is(.h1, [data-h="1"]):where(:not(:root.safari-pre-17 *)) {
    margin-block: round(/* grow(40, 72) */ clamp(2.5rem, 1.9545454545rem + 2.4242424242vw, 4.5rem) * 0.4, var(--round-interval));
  }
}

/*# sourceMappingURL=css-wpce--hero.css.map*/