@keyframes sticker_floating{0%{transform:rotate(12deg)}50%{transform:rotate(16deg)}to{transform:rotate(12deg)}}@keyframes sticker_wiggle{0%{transform:rotate(12deg)}50%{transform:rotate(24deg)}to{transform:rotate(12deg)}}@keyframes sticker_appear{0%{transform:translate3d(-200%,200%,0) rotate(-30deg)}to{transform:translateZ(0) rotate(0)}}.sticker{animation:sticker_appear .8s 3s backwards ease-in-out 1;position:fixed;width:150px;z-index:10}@media (min-width: 835px){.sticker{width:200px}}.sticker.bottom-left{bottom:30px;left:30px}@media (min-width: 835px){.sticker.bottom-left{left:60px;bottom:60px}}.sticker.bottom-right{bottom:30px;right:30px}@media (min-width: 835px){.sticker.bottom-right{right:60px;bottom:60px}}.sticker:hover .sticker-inner{animation:sticker_wiggle .3s forwards ease-in-out infinite}.sticker:hover .sticker-title{background-color:var(--signature-color, #00fea3);animation:sticker_wiggle .1s forwards ease-in-out infinite}.sticker-close{background:none;border:0;height:44px;padding:0;position:absolute;right:2px;top:2px;width:44px;z-index:110}@media (min-width: 835px){.sticker-close{right:-2px;top:-2px}}.sticker-close svg{-webkit-backdrop-filter:saturate(560%) blur(20px);backdrop-filter:saturate(560%) blur(20px);background-color:#c8c8c8cc;border-radius:3px;display:block;height:27px;margin:8px;width:27px}@media (min-width: 835px){.sticker-close svg{width:17px;height:17px;margin:14px}}.sticker-close:hover svg{background-color:#aaac}.sticker-inner{animation:sticker_floating 3s forwards ease-in-out infinite;color:#000;display:block;text-decoration:none;transform:rotate(12deg)}.sticker-image img{display:block;height:auto;width:100%}.sticker-title{background-color:#fff;border-radius:2px;bottom:20px;color:#000;font-weight:500;left:0;padding:4px 6px 2px;position:absolute;transform:rotate(-6deg);white-space:nowrap}@media (min-width: 835px){.sticker-title{left:30px}}
