as-hero-line{--as-hero-line-color:var(--as-color-highlight);--as-hero-line-thickness:3px;--as-hero-line-duration:6s;--as-hero-line-timing:linear;--as-hero-line-cap:butt;--as-hero-line-index:var(--as-index-default);pointer-events:none;z-index:var(--as-hero-line-index)}.hero-line__svg,as-hero-line{display:block;inset:0;position:absolute}.hero-line__svg{height:100%;width:100%}.hero-line__path{animation:as-hero-line-trace var(--as-hero-line-duration) var(--as-hero-line-timing) infinite;fill:none;stroke:var(--as-hero-line-color);stroke-dasharray:100 100;stroke-dashoffset:100;stroke-linecap:var(--as-hero-line-cap);stroke-linejoin:round;stroke-width:var(--as-hero-line-thickness)}as-hero-line[paused] .hero-line__path{animation-play-state:paused}@keyframes as-hero-line-trace{0%{stroke-dashoffset:100}50%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}@media (prefers-reduced-motion:reduce){.hero-line__path{animation:none;stroke-dashoffset:0}}