.circle-diagram{justify-content:center;align-items:center;height:300px;display:flex;position:relative}.circle-center{text-align:center;color:#0a0f1e;z-index:2;background:linear-gradient(135deg,#27c98c,#08b);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:.8rem;font-weight:700;animation:3s ease-in-out infinite pulseSlow;display:flex}@keyframes pulseSlow{0%,to{box-shadow:0 0 40px #0078504d,0 0 80px #0088bb26}50%{box-shadow:0 0 70px #00785080,0 0 130px #0088bb4d}}.orbit{border:1px dashed #00785040;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-1{width:160px;height:160px;animation:12s linear infinite spin}.orbit-2{width:240px;height:240px;animation:18s linear infinite reverse spin}.orbit-3{width:310px;height:310px;animation:25s linear infinite spin}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.orbit-node{background:#fff;border:1px solid #0088bb4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex;position:absolute}.on-1{top:-22px;left:calc(50% - 22px)}.on-2{bottom:-22px;left:calc(50% - 22px)}.on-3{top:calc(50% - 22px);left:-22px}.on-4{top:calc(50% - 22px);right:-22px}
