.loader-wrapper{background-color:var(--clr-5);justify-content:center;align-items:center;width:100%;height:90dvh;display:flex}.loader{aspect-ratio:1;background:var(--clr-4);clip-path:polygon(0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);width:40px;animation:1.2s cubic-bezier(.3,1,0,1) infinite l1}.section-body-content .loader-wrapper{background-color:inherit;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes l1{25%{background:var(--clr-3);clip-path:polygon(50% 0,50% 0,50% 0,100% 100%,50% 100%,0 100%)}50%{background:var(--clr-2);clip-path:polygon(0 50%,50% 0,100% 50%,100% 50%,50% 100%,0 50%)}75%{background:var(--clr-1);clip-path:polygon(7.5% 25%,50% 0,92.5% 25%,92.5% 75%,50% 100%,7.5% 75%)}}
