.logo-container{position:relative;display:inline-flex;align-items:center;justify-content:center}.circle-wrap{position:absolute;top:50%;left:50%;pointer-events:none}.orbit-circle{fill:none;stroke-linecap:round}.dark-bg .orbit-main{stroke:#c4956a;animation:orbit-draw 4.5s cubic-bezier(.4,0,.2,1) infinite}.dark-bg .orbit-accent{stroke:#e6ddd2;opacity:.4;animation:orbit-draw-delayed 4.5s cubic-bezier(.4,0,.2,1) infinite}.light-bg .orbit-main{stroke:#a08b76;animation:orbit-draw 4.5s cubic-bezier(.4,0,.2,1) infinite}.light-bg .orbit-accent{stroke:#c4956a;opacity:.5;animation:orbit-draw-delayed 4.5s cubic-bezier(.4,0,.2,1) infinite}@keyframes orbit-draw{0%{stroke-dashoffset:var(--circ);opacity:0}4%{opacity:.9}45%{stroke-dashoffset:0;opacity:.9}65%{stroke-dashoffset:0;opacity:.9}85%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:var(--circ);opacity:0}}@keyframes orbit-draw-delayed{0%{stroke-dashoffset:var(--circ);opacity:0}12%{stroke-dashoffset:var(--circ);opacity:0}16%{opacity:.4}55%{stroke-dashoffset:0;opacity:.4}72%{stroke-dashoffset:0;opacity:.4}90%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:var(--circ);opacity:0}}