.siroDiv{opacity:.8;background:#000;width:100%;height:100%;z-index:9999;top:0;left:0;position:fixed}
.siroD{width:100%;height:100%;z-index:99999;top:0;position:fixed;color:white;display:flex;flex-direction:row;align-items:center;justify-content:center}
.siroP{display:flex;align-items:center;font-weight:bold;font-size:22px}
.siroSp{animation:animateS 1.5s linear infinite}
@keyframes animateS{0{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
body[id^="cq-gen"] .siroDiv,body[id^="cq-gen"] .siroD{z-index:0;position:relative;color:#000}