#cic-intro{position:fixed;width:100%;height:100%;background:#fff;z-index:99999;display:flex;justify-content:center;align-items:center}
.cic-logo{width:250px;animation:fade 2s}
@keyframes fade{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}