:root{--header-height: 10vh;--main-body-height: 100vh;--nav-width: 68px}*{margin:0;padding:0;box-sizing:border-box}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;padding:10px 0}.marquee-text{display:inline-block;animation:marquee 25s linear infinite}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.main-loader{min-height:100vh;position:fixed;inset:0;z-index:3;display:flex;justify-content:center;align-items:center;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loader{color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;font-size:11px;background:#fff;animation:escaleY 1s infinite ease-in-out;width:1em;height:4em;animation-delay:-.16s}.loader:before,.loader:after{content:"";position:absolute;top:0;left:2em;background:#fff;width:1em;height:4em;animation:escaleY 1s infinite ease-in-out}.loader:before{left:-2em;animation-delay:-.32s}@keyframes escaleY{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}
