#splash {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.6s;
  overflow: visible;
}
#splash.hide {
  opacity: 0;
  pointer-events: none;
}
#splash-lottie {
}
#splash-lottie {
  overflow: hidden;
  scale: 1.2;
}

@media (max-width: 767px) {
  #splash-lottie {
    scale: 3;
  }
}

#splash-lottie svg {
  object-fit: cover;
  display: block;
  overflow: visible;
}
