.global-loading-leaves{justify-content:center;align-items:center;gap:.75rem;display:flex}.global-loading-leaf{shape-rendering:geometricprecision;transform-origin:50%;will-change:transform, opacity;color:var(--primary);opacity:.25;animation:1.5s ease-in-out infinite global-loading-leaf-wave}.global-loading-leaf:nth-child(2){animation-delay:.5s}.global-loading-leaf:nth-child(3){animation-delay:1s}@keyframes global-loading-leaf-wave{0%,66%,to{opacity:.25;transform:scale(1)}33%{opacity:1;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){.global-loading-leaf{opacity:.5;animation:none}}
