@keyframes confetti-slow{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(25px,105vh,0) rotateX(1turn) rotateY(180deg)}}@keyframes confetti-medium{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(100px,105vh,0) rotateX(100deg) rotateY(1turn)}}@keyframes confetti-fast{0%{transform:translateZ(0) rotateX(0) rotateY(0)}to{transform:translate3d(-50px,105vh,0) rotateX(10deg) rotateY(250deg)}}.confetti-container{bottom:0;left:0;overflow:hidden;perspective:700px;position:absolute;right:0;top:0;z-index:50}.confetti{border-radius:0;opacity:.4!important;pointer-events:none;position:absolute;top:-10px;z-index:1}.confetti--animation-slow{animation:confetti-slow 7.5s linear 1 forwards}.confetti--animation-medium{animation:confetti-medium 5.5s linear 1 forwards}.confetti--animation-fast{animation:confetti-fast 4.25s linear 1 forwards}