.pg-onboarding-morph{position:relative;display:grid;place-items:center;width:220px;height:220px;max-width:100%;isolation:isolate}
.pg-onboarding-morph::after{content:"";position:absolute;left:22%;right:22%;bottom:6%;height:8%;border-radius:50%;background:radial-gradient(ellipse,rgba(18,51,44,.14),transparent 70%);z-index:-1}
.pg-onboarding-morph>canvas,.pg-onboarding-morph>img,.pg-onboarding-morph>svg{position:absolute;display:block;width:100%;height:100%;object-fit:contain}
.pg-onboarding-morph>img{padding:18%;box-sizing:border-box}
.pg-onboarding-morph>svg{padding:15%;box-sizing:border-box;stroke:none}
.pg-onboarding-morph>[hidden]{display:none!important}
@media(max-width:600px){.pg-onboarding-morph{width:160px;height:160px}}
