/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hero {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 130px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  background-color: #FFEEEC;
  border-radius: 100%;
  filter: blur(240px);
  z-index: 0;
}
.hero__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 24px;
}
@media (max-width: 1743.98px) {
  .hero__title {
    font-size: 46px;
    line-height: 57px;
  }
}
@media (max-width: 1343.98px) {
  .hero__title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 1023.98px) {
  .hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .hero__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero__list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 32px;
}
.hero__list > * {
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.hero__border-text {
  background: #fff;
  padding: 24px 46px;
  color: #273439;
  border: 1px solid #273439;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .hero__border-text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.wp-block-hero-block-hero-block .wp-element-button {
  background-color: #00B67A;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 18px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  max-width: 100%;
  width: 400px;
}

@media (max-width: 1343.98px) {
  .wp-block-hero-block-hero-block .wp-element-button {
    width: 350px;
  }
}
@media (max-width: 575.98px) {
  .wp-block-hero-block-hero-block .wp-element-button {
    width: 100%;
    padding: 18px;
  }
}
.wp-block-hero-block-hero-block .wp-element-button:hover {
  border-color: #00B67A;
  background-color: transparent !important;
  color: #00B67A;
}

.wp-block-hero-block-hero-block .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(70%);
}

.wp-block-hero-block-hero-block .bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(70%);
}

.wp-block-hero-block-hero-block.is-yellow .bg-left,
.wp-block-hero-block-hero-block.is-yellow .bg-right {
  display: none;
}

.wp-block-hero-block-hero-block.is-yellow .bg-left.-yellow,
.wp-block-hero-block-hero-block.is-yellow .bg-right.-yellow {
  display: block;
}

.button.-animation {
  padding-right: 56px;
}

@media (max-width: 797.98px) {
  .button.-animation {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.button__animation-wrapp {
  position: absolute;
  right: -30px;
  top: -3px;
  bottom: auto;
  margin: auto;
  display: inline-block;
}

@media (max-width: 574.98px) {
  .button__animation-wrapp {
    display: none;
  }
}
.button__animation-img.-back {
  width: 84px;
}

.button__animation-img.-front {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 71px;
}

.button__animation-img.-enable {
  animation: spin 10s linear infinite;
}

.button__animation-img.-front {
  max-height: none;
}

.button__animation-img.-front.-enable {
  animation: spin2 10s linear infinite;
}

.button__animation-img.-text {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 52px;
}

.hero__button {
  width: -moz-max-content;
  width: max-content;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  100% {
    transform: rotate(-360deg);
  }
}

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