:root { --bpc-color:#0066cc; }
#bpc-splash{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}
#bpc-splash img{width:100px;opacity:0;transform:scale(.9);animation:fadeIn .7s forwards}
.divider{width:3px;height:0;background:var(--bpc-color);margin:0 16px;animation:growLine .7s forwards .7s}
#bpc-splash h1{font-family:Montserrat,sans-serif;font-size:24px;color:var(--bpc-color);opacity:0;animation:fadeIn .7s forwards 1.4s}
@keyframes fadeIn{to{opacity:1;transform:scale(1)}}
@keyframes growLine{to{height:60px}}
@keyframes fadeOut{to{opacity:0;visibility:hidden}}
@media(max-width:768px){
#bpc-splash{flex-direction:column}
.divider{width:60px;height:3px;margin:16px 0}
}
