#animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.gradientOff svg > g > g:nth-child(60), .gradientOff svg > g > g:nth-child(61), .gradientOff svg > g > g:nth-child(62) {
  opacity: 0;
}
