.Sticker{--aspectRatio:auto 1/1;--width:100%;--floatStyle:none;--margin:0;aspect-ratio:var(--aspectRatio);width:var(--width);float:var(--floatStyle);height:auto;margin:var(--margin);display:block}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{opacity:1;transform:perspective(400px)rotateY(-5deg)}to{opacity:1;transform:perspective(400px)}}@keyframes rollInRight{0%{opacity:0;transform:translate(-300%)rotate(400deg)}to{opacity:1;transform:translate(0)rotate(20deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}