@keyframes ani-left{0%{left:-50%}to{left:25%}}@keyframes ani-left-1-2{0%{left:-50%}to{left:100%}}.ani-left{animation:ani-left 3s linear infinite}.ani-left-1-2{animation:ani-left-1-2 2s linear infinite}@keyframes ani-right{0%{right:-50%}to{right:25%}}.ani-right{animation:ani-right 3s linear infinite}@keyframes zoom-01{0%{transform:translate(190%) scale(0)}50%{transform:translate(125%) scale(.8)}to{transform:translate(0) scale(1)}}.ani-zoom-1{animation:zoom-01 2.6s linear var(--delay,0) infinite}@keyframes zoom-02{0%{transform:translate(-190%) scale(0)}50%{transform:translate(-125%) scale(.8)}to{transform:translate(0) scale(1)}}.ani-zoom-2{animation:zoom-02 2.6s linear var(--delay,0) infinite}.svg-ele-1 .path-ele-1{stroke-dashoffset:702.0392456054688px;stroke-dasharray:702.0392456054688px;-webkit-transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s;transition:stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s}.svg-ele-1.active .path-ele-1{animation:animate-svg-stroke-1 3.7s cubic-bezier(.47,0,.745,.715) 0s infinite both}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:702.0392456054688px;stroke-dasharray:702.0392456054688px}to{stroke-dashoffset:0;stroke-dasharray:702.0392456054688px}}.animate-line{animation:progressAni 3s linear infinite}@keyframes progressAni{0%{width:0}60%{width:100%}to{transform:translateX(100%)}}.stability-pop::-webkit-scrollbar{border-radius:1rem;width:.8rem;background-color:#f5f5f5}.stability-pop::-webkit-scrollbar-thumb{border-radius:1rem;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--color-media-500,#7c0fd1)}.stability-pop::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:1rem;background-color:#f5f5f5}@media (max-width:576px){.stability-pop::-webkit-scrollbar{width:.5rem}}