.xs-grid-line-parallax {
  height: 100%;
  display: block;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  left: 0;
  top: 0;
  position: absolute;
}
/* .xs-grid-line-parallax {
  background-color: rgba(255, 255, 255, 1);
} */
.xs-grid-line-parallax:nth-child(2) {
  left: 25%;
}
.xs-grid-line-parallax:nth-child(3) {
  left: 50%;
}
.xs-grid-line-parallax:nth-child(4) {
  left: 75%;
}
.xs-grid-line-parallax:nth-child(5) {
  left: 100%;
}
.xs-grid-parallax-anim-wraper {
  position: absolute;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.header .xs-grid-parallax-anim-wraper {
  display: none;
}

.xs-grid-line-parallax-line-style .xs-grid-line-parallax {
  background-color: #f5f5f5;
}
