.grainient-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.how-grainient {
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .how-grainient {
    background: linear-gradient(145deg, #010101 0%, #ee1d52 45%, #69c9d0 100%);
  }
}
