.vidi-hero-simple {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: auto 456px;
  background-position: top center;
}
@media (min-width: 768px) {
  .vidi-hero-simple {
    background-size: 100% 456px;
  }
}
@media (min-width: 992px) {
  .vidi-hero-simple {
    background-size: contain;
    background-position: top right;
  }
}
.vidi-hero-simple:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.66%, rgba(249, 253, 255, 0.4) 24.08%, rgba(247, 251, 255, 0.793819) 37.75%, #F5FBFF 47.49%);
  left: 0;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 100%;
}
@media (min-width: 992px) {
  .vidi-hero-simple:before {
    height: 100%;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.03%, rgba(248, 252, 255, 0.700101) 34.86%, #F5FBFF 56.53%);
  }
}
@media (max-width: 991.98px) {
  .vidi-hero-simple .vidi-hero__media-col {
    min-height: 448px;
  }
}
.vidi-hero-simple .vidi-hero__row {
  min-height: 540px;
}
.vidi-hero-simple .vidi-hero__content-col {
  display: flex;
  align-items: center;
}
.vidi-hero-simple .vidi-hero__content {
  width: 100%;
  max-width: 670px;
}
.vidi-hero-simple .vidi-hero__content .vidi-hero__text {
  max-width: 584px;
}
.vidi-hero-simple .vidi-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .vidi-hero-simple .vidi-hero__actions .vidi-hero__btn {
    width: 100%;
  }
}

/*# sourceMappingURL=hero-simple.css.map */
