.line-container-vertical{height:350px;left:0;overflow:hidden;position:relative;top:0;width:8px;z-index:999}.line-vertical{background:linear-gradient(180deg,#06d7a0,#0b0b0b);border-radius:3px;height:100px;left:0;position:absolute;top:0;transform:translateZ(-2px);width:6px}.animate-up{animation:lineScrollUp 2s .2s forwards}.animate-down{animation:lineScrollDown 2s .2s forwards}@keyframes lineScrollUp{0%{height:100%;top:0}to{height:0;top:0}}@keyframes lineScrollDown{0%{height:0;top:0}to{height:100%;top:0}}