.Loader{aspect-ratio:1;display:grid;width:100px;--loader-scale:1}.Loader--sm{width:60px;--loader-scale:.6}.Loader--md{width:100px;--loader-scale:1}.Loader--lg{width:140px;--loader-scale:1.4}.Loader:after,.Loader:before{content:"";grid-area:1/1;--c:no-repeat radial-gradient(farthest-side,var(--brand-dark-green) 92%,#0000);animation:Loader-spin 1s infinite;background:var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;background-size:calc(18px*var(--loader-scale)) calc(18px*var(--loader-scale))}.Loader:before{margin:calc(2px*var(--loader-scale));--c:no-repeat radial-gradient(farthest-side,var(--brand-dark-blue) 92%,#0000);animation-timing-function:linear;background-size:calc(14px*var(--loader-scale)) calc(14px*var(--loader-scale))}@keyframes Loader-spin{to{transform:rotate(.5turn)}}
