@keyframes badgePngIn{0%{opacity:0;transform:scale(.5) rotate(-15deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes badgePngOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.game-badge-wrap{position:absolute;z-index:10;pointer-events:none;top:var(--badge-top-desktop);left:var(--badge-left-desktop);right:auto}.game-badge{display:block;line-height:0}.game-badge img{display:block;width:var(--badge-size-desktop);height:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.8))}.game-badge.badge-in img{animation:badgePngIn .4s cubic-bezier(.34,1.4,.64,1) forwards}.game-badge.badge-out img{animation:badgePngOut .18s ease-in forwards}@media (prefers-reduced-motion:reduce){.game-badge.badge-in img{animation:none!important;opacity:1!important;transform:none!important}.game-badge.badge-out img{animation:none!important;opacity:0!important}}@media (max-width:1023px){.game-badge-wrap{top:var(--badge-top-mobile);left:var(--badge-left-mobile)}.game-badge img{width:var(--badge-size-mobile)}}@media (max-width:480px){.game-badge-wrap{top:var(--badge-top-small);left:var(--badge-left-small)}.game-badge img{width:var(--badge-size-small)}}@media (min-width:1440px){.game-badge-wrap{top:var(--badge-top-wide);left:var(--badge-left-wide)}.game-badge img{width:var(--badge-size-wide)}}@media (min-width:1024px){.similar-games-panel .badge-wrap,.similar-games-panel .game-badge,.similar-games-panel .game-badge-wrap{transform:scale(.72);transform-origin:top left}.similar-games-panel .game-badge--hot,.similar-games-panel .game-badge--new,.similar-games-panel .game-badge--updated{font-size:9px!important}}