/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./includes/block-editor/blocks/hero-block/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.hero {
  position: relative;
  padding-top: 0;
  font-size: clamp(1.4rem, 0.842rem + 1.55vw, 2.2rem);
  z-index: 0;
}

.hero__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 4rem;
}
@media only screen and (max-width: 576px) {
  .hero__body {
    flex-direction: column;
    gap: 3.6rem;
    margin-top: 2.6rem;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 56.1rem;
  line-height: 1.37;
}
@media only screen and (max-width: 576px) {
  .hero__content {
    line-height: 1.3;
  }
}
.hero__content p {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 576px) {
  .hero__content p {
    padding: 0.2rem 0;
  }
}
.hero__content .btn-wrapper {
  margin-top: auto;
}
@media only screen and (max-width: 576px) {
  .hero__content .btn-wrapper {
    order: 1000;
    margin-top: 3.3rem;
  }
}

@media only screen and (max-width: 576px) {
  .hero__img {
    margin-top: 3.4rem;
  }
}

.hero__blob {
  position: absolute;
  width: clamp(33.8rem, 26.761rem + 19.59vw, 43.9rem);
  height: auto;
  left: -10%;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .hero__blob {
    left: initial;
    top: 1rem;
    z-index: -1;
    right: -43%;
    transform: rotate(5deg);
  }
}

/*# sourceMappingURL=style-hero-block.css.map*/