.wrapper{min-height:600px}.phon-svg,.wrapper{display:flex;justify-content:center;align-items:center}.phon-svg{animation:scale-up 1s cubic-bezier(.65,0,.35,1) .9s forwards}svg{width:150px}.svg-lines{stroke-dasharray:var(--dasharray);stroke-dashoffset:var(--dashoffset);animation:draw 1.5s cubic-bezier(.65,0,.35,1) forwards}img{position:absolute;width:150px;opacity:0;animation:fade-in .3s cubic-bezier(.65,0,.35,1) 1.3s forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fade-in{to{opacity:1}}@keyframes scale-up{to{scale:1.1}}