/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/main/header/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.header-section h1 mark {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(left, var(--gradient--color--main), var(--gradient--color--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  visibility: hidden;
  font-weight: 700;
}
.wp-block .header-section h1 mark {
  visibility: visible;
}
.header-section h1 mark.active {
  visibility: visible;
}
.header-section__content {
  display: flex;
  max-width: 1370px;
  margin: 0 auto;
  padding: 186px 15px 86px 15px;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  min-height: 100vh;
}
.header-section__heading {
  max-width: 950px;
}
.header-section__row {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.header-section__description {
  max-width: 620px;
}
.header-section__description strong {
  color: #aa076b;
}
.header-section__btn {
  align-self: center;
}
@media only screen and (max-width: 1024.98px) {
  .header-section__content {
    padding-top: 90px;
    padding-left: 67px;
    padding-right: 67px;
    flex-direction: column;
    justify-content: center;
  }
  .header-section__row {
    flex-direction: column;
    gap: 40px;
  }
  .header-section__description {
    max-width: unset;
  }
  .header-section__btn {
    align-self: flex-start;
  }
  .header-section__link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .header-section__content {
    min-height: 700px;
    padding-left: 18px;
    padding-right: 18px;
    gap: 0;
  }
  .header-section__heading {
    margin-bottom: 40px;
  }
  .header-section__row {
    gap: 0;
  }
  .header-section__description {
    margin-bottom: 40px;
  }
}

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