.radial-gradient-container {
  position: relative;
  overflow-x: hidden;
}
.radial-gradient {
  z-index: 1;
  position: relative;
}
.radial-gradient::before {
  content: "";
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--active-color, #c6ffd7),
    rgba(244, 242, 255, 0)
  );
  position: absolute;
  top: -40%;
  left: -50%;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.radial-gradient::after {
  content: "";
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--active-color, #c6ffd7),
    rgba(244, 242, 255, 0)
  );
  position: absolute;
  top: 0;
  right: -40%;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.lottie-animation-roue {
  position: absolute;
  top: 0;
  z-index: -1;
}
