.vis-scene{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;width:100%;margin:0 auto 3rem;display:flex}
.pt-line{stroke-dasharray:var(--circle-r);stroke-dashoffset:var(--circle-r);animation:pt-draw-line var(--line-draw)ease-out forwards;animation-delay:var(--delay)}@keyframes pt-draw-line{to{stroke-dashoffset:0}}.pt-person-fade{opacity:0;animation:pt-fade-in var(--person-fade)ease-out forwards;animation-delay:var(--person-delay)}@keyframes pt-fade-in{to{opacity:1}}
