.refokus-lines{position:absolute;inset:0;width:90vw;height:100vh;margin:auto;pointer-events:none}.line{position:absolute;background:rgba(62,185,207,.2);overflow:hidden}.line.vertical{width:1px;height:100%;top:0;left:50%}.line.vertical:after{content:"";position:absolute;height:15vh;width:100%;top:-50%;left:0;background:linear-gradient(180deg,rgba(62,185,207,0) 0,rgba(62,185,207,.75) 75%,#3eb9cf);animation:drop 7s cubic-bezier(.4,.26,0,.97) infinite}.line.vertical:first-child{margin-left:-25%}.line.vertical:first-child:after{animation-delay:2s}.line.vertical:nth-child(3){margin-left:25%}.line.vertical:nth-child(3):after{animation-delay:2.5s}.line.horizontal{height:1px;width:100%;left:0;top:50%}.line.horizontal:after{content:"";position:absolute;width:15vw;height:100%;left:-50%;top:0;background:linear-gradient(90deg,rgba(62,185,207,0) 0,rgba(62,185,207,.75) 75%,#3eb9cf);animation:slide 7s cubic-bezier(.4,.26,0,.97) infinite}.line.horizontal:nth-child(4){margin-top:-25%}.line.horizontal:nth-child(4):after{animation-delay:2s}.line.horizontal:nth-child(6){margin-top:25%}.line.horizontal:nth-child(6):after{animation-delay:2.5s}@keyframes drop{0%{top:-50%}to{top:110%}}@keyframes slide{0%{left:-50%}to{left:110%}}