.button_glow-effect__tU9Lk{--glow-line-color:#00ffab;--glow-line-thickness:2px;--glow-line-length:20px;--glow-blur-color:#00ffab;--glow-blur-size:5px;--glow-offset:0px;--animation-speed:1200ms;--container-offset:100px;position:relative}.button_glow-container__FPmbn{pointer-events:none;position:absolute;inset:calc(var(--container-offset) / -2);width:calc(100% + var(--container-offset));height:calc(100% + var(--container-offset));opacity:0}.button_glow-blur__Svic1,.button_glow-line__TXxHg{width:calc(100% - var(--container-offset) + var(--glow-offset));height:calc(100% - var(--container-offset) + var(--glow-offset));x:calc((var(--container-offset) / 2) + calc(var(--glow-offset) / -2));y:calc((var(--container-offset) / 2) + calc(var(--glow-offset) / -2));fill:transparent;stroke:#000;stroke-width:5px;stroke-dasharray:var(--glow-line-length) calc(50px - var(--glow-line-length))}.button_glow-effect__tU9Lk:is(:hover,:focus) :is(.button_glow-line__TXxHg,.button_glow-blur__Svic1){stroke-dashoffset:-80px;transition:stroke-dashoffset var(--animation-speed) ease-in}.button_glow-line__TXxHg{stroke:var(--glow-line-color);stroke-width:var(--glow-line-thickness)}.button_glow-blur__Svic1{filter:blur(var(--glow-blur-size));stroke:var(--glow-blur-color);stroke-width:var(--glow-blur-size)}.button_glow-effect__tU9Lk:is(:hover,:focus) .button_glow-container__FPmbn{animation:button_glow-visibility__Fum_l ease-in-out var(--animation-speed)}@keyframes button_glow-visibility__Fum_l{0%,to{opacity:0}25%,75%{opacity:1}}.button_glow-effect__tU9Lk[data-glow-animation=false]{--glow-line-length:50px}.button_glow-effect__tU9Lk[data-glow-offset=true]{--glow-offset:10px}.button_glow-effect__tU9Lk[data-glow-animation=grow]:is(:hover,:focus) .button_glow-container__FPmbn{scale:1.3;transition:scale var(--animation-speed) linear}