/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/hero/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * Mobile-first breakpoint mixin.
 *
 * Usage:
 *
 * .element {
 *   padding: 1rem;
 *
 *   @include breakpoint(medium) {
 *     padding: 2rem;
 *   }
 * }
 */
/**
 * Max-width breakpoint mixin.
 *
 * Usage:
 *
 * @include breakpoint-down(medium) {
 *   ...
 * }
 */
/**
 * Range breakpoint mixin.
 *
 * Usage:
 *
 * @include breakpoint-between(small, large) {
 *   ...
 * }
 */
.wp-block-heru-hero {
  margin-bottom: 2rem;
  padding: 4rem 2rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .wp-block-heru-hero {
    margin-bottom: 4rem;
    padding: 6rem 4rem;
  }
}
.wp-block-heru-hero::before, .wp-block-heru-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.wp-block-heru-hero::before {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--color-teal) 0%, transparent 70%);
  animation: slideInBeforeGradient 1s ease-out forwards;
}
.wp-block-heru-hero::after {
  width: 720px;
  height: 580px;
  background: radial-gradient(circle, var(--color-primary) 0%, transparent 70%);
  animation: slideInAfterGradient 2s ease-out forwards;
}
.wp-block-heru-hero .section-subtitle {
  color: var(--color-mint);
}
.wp-block-heru-hero .section-title {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 800px) {
  .wp-block-heru-hero p {
    max-width: 60%;
    margin: 0 auto;
  }
}
.wp-block-heru-hero .wp-block-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .wp-block-heru-hero .wp-block-buttons {
    flex-direction: row;
    margin-top: 4rem;
  }
}
.wp-block-heru-hero .wp-block-button.is-style-outline .wp-element-button:hover {
  background-color: var(--color-mint);
  color: var(--color-black);
}
.wp-block-heru-hero .wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent;
  color: var(--color-mint);
  border: 1px solid var(--color-mint);
}
.wp-block-heru-hero .hero-statistics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media (min-width: 800px) {
  .wp-block-heru-hero .hero-statistics {
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 800px) {
  .wp-block-heru-hero .hero-statistics .statistic-item {
    text-align: left;
  }
}
.wp-block-heru-hero .hero-statistics .statistic-item .statistic-number {
  min-width: 200px;
  font-size: 4rem;
  color: var(--color-lilac);
}
.wp-block-heru-hero .hero-statistics .statistic-item .statistic-label {
  font-size: 1rem;
  color: var(--color-white);
}
@media (max-width: 799.98px) {
  .wp-block-heru-hero .hero-statistics .statistic-item .statistic-label br {
    display: none;
  }
}
@keyframes slideInBeforeGradient {
  from {
    bottom: -250px;
    left: -200px;
    opacity: 0;
  }
  to {
    bottom: -150px;
    left: -100px;
    opacity: 0.4;
  }
}
@keyframes slideInAfterGradient {
  from {
    right: -150px;
    top: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    top: 0;
    opacity: 0.4;
  }
}
@keyframes floatBeforeGradient {
  0% {
    bottom: -150px;
    left: -100px;
  }
  50% {
    bottom: -120px;
    left: -50px;
  }
  100% {
    bottom: -150px;
    left: -100px;
  }
}
@keyframes floatAfterGradient {
  0% {
    right: 0;
    top: 0;
  }
  50% {
    right: 50px;
    top: 30px;
  }
  100% {
    right: 0;
    top: 0;
  }
}

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