.header-intro {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .header-intro {
    padding-top: 25px;
  }
}
.header-intro > .container > .row > div > *:last-child {
  margin-bottom: 0;
}
.header-intro__banner-image picture {
  width: 100vw;
}
.header-intro__banner-image picture img {
  height: 100%;
  width: 100vw;
  object-fit: contain;
}
.header-intro h1 strong {
  color: #008752;
}
@media (max-width: 991.98px) {
  .header-intro {
    padding-bottom: 80px;
  }
}
.header-intro .demo-list {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .header-intro__cta {
    text-align: center;
  }
}
.header-intro__subtitle {
  font-family: var(--theme-font-family-base);
  font-weight: 400;
}
@media (min-width: 992px) {
  .header-intro_image {
    position: absolute !important;
    top: 0;
    right: calc(-15px - (100vw - 100%) / 2);
    width: calc((100vw - 100%) / 2 + 50%);
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .header-intro_image {
    position: relative !important;
    bottom: 0px;
    left: calc(-15px - (100vw - 100%) / 2);
    width: calc(100vw + 15px);
  }
}
.header-intro_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .header-intro_image img {
    height: 211px;
  }
}
