/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/intro/intro.scss ***!
  \******************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.intro {
  min-height: 691px;
  background-color: #222222;
  margin-bottom: -58px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .intro {
    flex-direction: column;
    margin-bottom: -100px;
    padding-top: 40px;
    row-gap: 40px;
    min-height: unset;
  }
}
.intro__img {
  align-self: flex-end;
  position: relative;
  z-index: 6;
}
.intro__img img {
  position: relative;
  z-index: 6;
}
.intro__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/intro-rect.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .intro__img::before {
    top: 0;
    right: 0;
    max-height: 100%;
    height: 430px;
    bottom: unset;
  }
}
.intro__text {
  align-self: center;
  max-width: 452px;
  margin-left: 12.5%;
}
@media all and (max-width: 1200px) {
  .intro__text {
    margin-left: 5%;
    max-width: 340px;
  }
}
@media all and (max-width: 768px) {
  .intro__text {
    margin-left: 0;
    max-width: 90%;
    text-align: center;
  }
}
.intro__text p {
  margin: 0;
  color: #ffffff;
  line-height: 150%;
}

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