@keyframes glitch-anim-1{0%{clip-path:polygon(0 0, 100% 0, 100% 5%, 0 5%)}10%{clip-path:polygon(0 15%, 100% 15%, 100% 15%, 0 15%)}20%{clip-path:polygon(0 10%, 100% 10%, 100% 20%, 0 20%)}30%{clip-path:polygon(0 1%, 100% 1%, 100% 2%, 0 2%)}40%{clip-path:polygon(0 35%, 100% 35%, 100% 35%, 0 35%)}50%{clip-path:polygon(0 45%, 100% 45%, 100% 46%, 0 46%)}60%{clip-path:polygon(0 50%, 100% 50%, 100% 70%, 0 70%)}70%{clip-path:polygon(0 70%, 100% 70%, 100% 70%, 0 70%)}80%{clip-path:polygon(0 80%, 100% 80%, 100% 80%, 0 80%)}90%{clip-path:polygon(0 50%, 100% 50%, 100% 55%, 0 55%)}to{clip-path:polygon(0 60%, 100% 60%, 100% 70%, 0 70%)}}@keyframes glitch-anim-2{0%{clip-path:polygon(0 15%, 100% 15%, 100% 30%, 0 30%)}15%{clip-path:polygon(0 3%, 100% 3%, 100% 3%, 0 3%)}25%{clip-path:polygon(0 8%, 100% 8%, 100% 20%, 0 20%)}30%{clip-path:polygon(0 20%, 100% 20%, 100% 20%, 0 20%)}45%{clip-path:polygon(0 45%, 100% 45%, 100% 45%, 0 45%)}50%{clip-path:polygon(0 50%, 100% 50%, 100% 57%, 0 57%)}65%{clip-path:polygon(0 60%, 100% 60%, 100% 60%, 0 60%)}75%{clip-path:polygon(0 80%, 100% 80%, 100% 80%, 0 80%)}80%{clip-path:polygon(0 40%, 100% 40%, 100% 60%, 0 60%)}95%{clip-path:polygon(0 45%, 100% 45%, 100% 60%, 0 60%)}to{clip-path:polygon(0 11%, 100% 11%, 100% 15%, 0 15%)}}@keyframes glitch-anim-flash{0%{opacity:.2}30%,to{opacity:0}}#bootloader-container{display:flex;height:100%;width:100%;align-items:center;background:#000;background-size:cover;flex-direction:column;font-weight:700;justify-content:center;position:fixed;top:0;transition-delay:.3s;transition-duration:.3s;z-index:1000}#bootloader-container.hide,#bootloader-container.off{opacity:0;visibility:hidden}#bootloader-container .logo-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100vh;position:relative;width:100%}#bootloader-container .logo-container .bg-glitch{align-items:center;background-color:#000;background-image:url(../svg/efexi_logo_white.svg);background-position:center center;background-repeat:no-repeat;background-size:33vmin;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100vh;position:absolute;width:100%}#bootloader-container .logo-container .bg-glitch .glitch__layers{z-index:2;bottom:0;left:0;position:absolute;right:0;top:0}#bootloader-container .logo-container .bg-glitch .glitch__layers .glitch__layer{bottom:0;left:0;position:absolute;right:0;top:0;background-color:#000;background-image:url(../svg/efexi_logo_white.svg);background-position:center center;background-repeat:no-repeat;background-size:33vmin}#bootloader-container .logo-container .bg-glitch .glitch__layers .glitch__layer:first-child{animation:glitch-anim-1 2s linear infinite alternate;transform:translateX(-5%)}#bootloader-container .logo-container .bg-glitch .glitch__layers .glitch__layer:nth-child(2){animation:glitch-anim-2 2.3s linear -0.8s infinite alternate;transform:translateX(3%) translateY(3%)}#bootloader-container .logo-container .bg-glitch .glitch__layers .glitch__layer:nth-child(3){animation:glitch-anim-flash 1s linear infinite;transform:translateX(5%)}