@charset "UTF-8";.b-game-box{position:relative;display:flex;justify-content:center;height:28rem;border-radius:2px;overflow:hidden;margin-bottom:1rem}.b-game-box:after{position:absolute;content:"";top:0;left:0;background:rgba(33,34,62,.7);width:100%;height:100%;display:inline-block}.b-game-box:hover img{transform:scale(1.1)}.b-game-box img{transition:.5s all;width:100%;height:100%;object-fit:cover;object-position:center}.b-game-box__cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;width:100%;align-items:center;padding:1rem;text-align:center;z-index:1;font-size:2.25rem}.b-game-box__cta .title{color:#f4f4f4;display:block;margin-bottom:1rem}.b-game-box__cta .cta{color:#00d789;padding:.5rem 1rem}.b-game-box__cta .cta::before{content:"";background:var(--wpr-bg-9a10ac83-75ff-4103-95d5-cf2be8d4f0b8);background-size:contain;width:7rem;height:7rem;display:block;margin:0 auto 2rem;transition:.2s}.b-game-box__cta .cta:hover::before{transform:scale(1.1);cursor:pointer}.b-game-box--large{height:300px}@media (min-width:768px){.b-game-box--large .game-title{font-size:30px!important}}.popup{height:100vh;width:100%;position:fixed;top:50%;left:50%;z-index:9997;display:block;transform:translate(-50%,-50%)}@supports (-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px)){.popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(17,17,17,.3)}}.popup__content{height:90%;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#111;box-shadow:0 2rem 4rem rgba(17,17,17,.2);border-radius:3px;transition:all .5s .2s;z-index:9998;text-align:right}@media (min-width:992px){.popup__content{width:75%;height:75%}}.popup__close{padding:1rem;position:fixed;right:.5rem;top:0;z-index:9999;cursor:pointer}.admin-bar .popup__close{top:46px}@media screen and (min-width:783px){.admin-bar .popup__close{top:32px}}.popup__close:after{content:"❌";font-size:2rem;color:#fff}.popup__close:hover{color:#212140}.popup .blocker{position:fixed;z-index:9998;top:0;left:0;bottom:0;right:0;content:" ";background:rgba(0,0,0,.8)}