.btn--neon{background:#1cffb3;border:none;border-radius:10px;box-sizing:border-box;color:#03e9f4;color:#050801;cursor:pointer;display:inline-block;font-size:16px;margin:10px;outline:none;overflow:hidden;padding:8px 18px;position:relative;transition:.5s}.container{--uib-size:80px;--uib-color:#1c90d3;--uib-speed:3s;--uib-bg-opacity:0.09;height:var(--uib-size);overflow:visible;transform-origin:center;width:var(--uib-size)}.car{fill:none;stroke:var(--uib-color);stroke-dasharray:15,85;stroke-dashoffset:0;stroke-linecap:round;animation:travel var(--uib-speed) linear infinite;transition:stroke 1.5s ease;will-change:stroke-dasharray,stroke-dashoffset}.track{stroke:var(--uib-color);opacity:var(--uib-bg-opacity);transition:stroke .5s ease}.loader-wrapper{align-items:center;display:flex;height:100svh;justify-content:center;width:100svw}@keyframes travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}