.parallaxBG, .parallaxBG .elementor-column-wrap {
  background-repeat: no-repeat !important;
  background-position-x: center;
  background-size: cover !important;
  background-position-y: var(--parallax) !important;
  will-change: background-position-y !important;
  transition: background-position-y 0s linear !important;
  transform: translate3d(0, 0, 0) !important;
}
.parallax-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
}

/*# sourceMappingURL=parallax-bg-for-elementor.css.map */
