.brand-opening::before{display:none}
.opening-ribbons{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;fill:none}
.opening-ribbons path{stroke-width:3;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;opacity:.8;animation:opening-ribbon-draw 2s cubic-bezier(.25,.1,.25,1) both}
.opening-ribbons path:nth-child(2){animation-delay:.12s}.opening-ribbons path:nth-child(3){animation-delay:.22s}
@keyframes opening-ribbon-draw{to{stroke-dashoffset:0}}

