@keyframes sticker_appear{0%{transform:translateX(-150%) rotate(-4deg);opacity:0}to{transform:translateX(0) rotate(0deg);opacity:1}}.sticker{animation:sticker_appear 2s 1s backwards cubic-bezier(0.16,1,0.3,1) 1;position:fixed;width:180px;z-index:10}@media (min-width: 835px){.sticker{width:240px}}.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:none;transform:rotate(0deg)}.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{color:#000;display:block;text-decoration:none;transform:rotate(0deg)}.sticker-image img{display:block;height:auto;width:100%}