.loader-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;z-index:9999}#svg1{max-width:800px;width:100%}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:45.333335876464844px;stroke-dasharray:45.333335876464844px}to{stroke-dashoffset:0;stroke-dasharray:45.333335876464844px}}@keyframes animate-svg-fill-1{0%{fill:transparent}to{fill:rgb(254,107,0)}}.svg-elem-1{animation:animate-svg-stroke-1 1.4s ease 0s both,animate-svg-fill-1 1.2s cubic-bezier(.95,.05,.795,.035) .2s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:101.10403442382812px;stroke-dasharray:101.10403442382812px}to{stroke-dashoffset:0;stroke-dasharray:101.10403442382812px}}@keyframes animate-svg-fill-2{0%{fill:transparent}to{fill:rgb(63,71,134)}}.svg-elem-2{animation:animate-svg-stroke-2 1.4s ease .12s both,animate-svg-fill-2 1.2s cubic-bezier(.95,.05,.795,.035) .3s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:72.42269134521484px;stroke-dasharray:72.42269134521484px}to{stroke-dashoffset:0;stroke-dasharray:72.42269134521484px}}@keyframes animate-svg-fill-3{0%{fill:transparent}to{fill:rgb(19,33,106)}}.svg-elem-3{animation:animate-svg-stroke-3 1.4s ease .24s both,animate-svg-fill-3 1.2s cubic-bezier(.95,.05,.795,.035) .4s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:759.9058837890625px;stroke-dasharray:759.9058837890625px}to{stroke-dashoffset:0;stroke-dasharray:759.9058837890625px}}@keyframes animate-svg-fill-4{0%{fill:transparent}to{fill:rgb(136,137,141)}}.svg-elem-4{animation:animate-svg-stroke-4 1.4s ease .36s both,animate-svg-fill-4 1.2s cubic-bezier(.95,.05,.795,.035) .5s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:947.6492309570312px;stroke-dasharray:947.6492309570312px}to{stroke-dashoffset:0;stroke-dasharray:947.6492309570312px}}@keyframes animate-svg-fill-5{0%{fill:transparent}to{fill:rgb(254,107,0)}}.svg-elem-5{animation:animate-svg-stroke-5 1.4s ease .48s both,animate-svg-fill-5 1.2s cubic-bezier(.95,.05,.795,.035) .6s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:253.02142333984375px;stroke-dasharray:253.02142333984375px}to{stroke-dashoffset:0;stroke-dasharray:253.02142333984375px}}@keyframes animate-svg-fill-6{0%{fill:transparent}to{fill:rgb(19,33,106)}}.svg-elem-6{animation:animate-svg-stroke-6 1.4s ease .6s both,animate-svg-fill-6 1.2s cubic-bezier(.95,.05,.795,.035) .7s both}svg.active .svg-elem-1,svg.active .svg-elem-2,svg.active .svg-elem-3,svg.active .svg-elem-4,svg.active .svg-elem-5,svg.active .svg-elem-6{animation-play-state:running}svg.end .svg-elem-1,svg.end .svg-elem-2,svg.end .svg-elem-3,svg.end .svg-elem-4,svg.end .svg-elem-5,svg.end .svg-elem-6{animation-direction:reverse}.mini-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#232f5d83;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;pointer-events:none}.loader-glow{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgb(35 47 93 .15) 0,rgb(35 47 93 .08) 30%,transparent 70%);border-radius:50%;filter:blur(20px);animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1}}.mini-loader{display:flex;align-items:center;gap:8px;position:relative;z-index:1;padding:20px;border-radius:16px;background:rgb(35 47 93 .05);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1)}.mini-bar{display:inline-block;width:4px;height:24px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.6));border-radius:12px;animation:scale-up4 1s ease-in-out infinite;box-shadow:0 0 10px rgba(255,255,255,.5),0 0 20px rgba(255,255,255,.3);position:relative}.mini-bar:before{content:"";position:absolute;top:2px;left:0;right:0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.4),transparent);border-radius:12px 12px 0 0}.mini-bar:nth-child(2){height:40px;animation-delay:.25s}.mini-bar:nth-child(3){animation-delay:.5s}@keyframes scale-up4{0%,to{transform:scaleY(1);background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.4));box-shadow:0 0 8px rgba(255,255,255,.3),0 0 15px rgba(255,255,255,.2)}50%{transform:scaleY(1.5);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,.8));box-shadow:0 0 20px rgba(255,255,255,.8),0 0 40px rgba(255,255,255,.5),0 0 60px rgba(255,255,255,.3)}}@media (max-width:640px){.loader-glow{width:150px;height:150px}.mini-loader{padding:16px}.mini-bar{width:3px;height:20px}.mini-bar:nth-child(2){height:32px}}