.block-bg {
  display: block;
  content: "";
}
.block-bg, .block-bg * {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
}
.block-bg img {
  object-fit: cover;
}
.block-bg .overlay {
  background: linear-gradient(180deg, rgba(10, 40, 163, 0.4) 0%, rgba(21, 35, 95, 0.85) 100%);
}

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