/* Tandelux Technology */
#celebration-layer{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:9999}.confete{position:absolute;top:-10px;width:10px;height:10px;opacity:0.9;animation-name:cair;animation-timing-function:linear;animation-iteration-count:infinite}.balao{position:absolute;bottom:-120px;width:40px;height:50px;border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;animation-name:subir;animation-timing-function:ease-in;animation-iteration-count:infinite}.balao::after{content:"";position:absolute;bottom:-25px;left:50%;width:1px;height:25px;background:rgba(255,255,255,0.5)}@keyframes cair{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(110vh) rotate(360deg)}}@keyframes subir{0%{transform:translateY(0) translateX(0)}50%{transform:translateY(-60vh) translateX(15px)}100%{transform:translateY(-120vh) translateX(-15px)}}
/* Tandelux Technology */