@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.hidden{animation:.75s forwards fadeOut}.load{background-color:var(--vesal-background-color1);visibility:visible;opacity:1;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;margin:0 auto;transition:opacity .75s;display:flex;position:fixed;overflow-x:hidden;z-index:2147483647!important}.load img{width:150px;height:150px;filter:drop-shadow(0px 10px 30px var(--vesal-boxshadow-color-2));margin-bottom:50px}.loader,.loader:after,.loader:before{border-radius:50%;width:2.5em;height:2.5em;animation:1.8s ease-in-out infinite fadeInOut}.loader{color:var(--vesal-text-color2);text-indent:-9999em;font-size:7px;animation-delay:-.16s;position:relative;transform:translateZ(0)}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{animation-delay:-.32s;left:-3.5em}.loader:after{left:3.5em}@keyframes fadeInOut{0%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}.load h5{opacity:.4}