﻿.game-box{position:relative;display:flex;justify-content:center;height:25rem;border-radius:1rem;background-image:linear-gradient(to top,rgba(255,62,57,.7),rgba(56,56,249,.3));overflow:hidden;margin-bottom:0;border:2px solid #3838f9}.game-box button{border:0;padding:0;background-color:transparent}.game-box:hover #game-play .stroke-dotted{stroke-width:4px;opacity:1}.game-box:hover #game-play .stroke-solid{opacity:0;stroke-dashoffset:300}.game-box:hover #game-play .icon{-webkit-transform:scale(1.05);transform:scale(1.05)}.game-box:hover img{transform:scale(1.1)}@media (min-width:768px){.game-box{margin-bottom:2rem;height:40rem}}.game-box img{transition:.5s all;border-radius:.5rem;width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:-1}.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}.game-box__cta .game-title{color:#fff;font-weight:700;font-size:2rem;display:block;margin-bottom:1rem}.game-box--large{height:42rem}@media (min-width:768px){.game-box--large .game-title{font-size:3rem!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(0,0,0,.3)}}.popup__content{height:90%;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000;box-shadow:0 2rem 4rem rgba(0,0,0,.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:#ff3e39}.popup .blocker{position:fixed;z-index:9998;top:0;left:0;bottom:0;right:0;content:" ";background:rgba(0,0,0,.8)}.play-icon{border-radius:50%;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto;cursor:pointer}.play-icon img{width:30px;height:30px;margin-left:6px}.play-icon img.second-img{display:none}.play-txt{font-size:20px;color:#fff;line-height:1.4;text-align:center;text-transform:uppercase;font-weight:700;margin-bottom:0}.stroke-dotted{opacity:0;stroke-dasharray:4,5;stroke-width:1px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:spin 4s infinite linear;animation:spin 4s infinite linear;-webkit-transition:opacity 1s ease,stroke-width 1s ease;transition:opacity 1s ease,stroke-width 1s ease}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.stroke-solid{stroke-dashoffset:0;stroke-dasharray:300;stroke-width:4px;-webkit-transition:stroke-dashoffset 1s ease,opacity 1s ease;transition:stroke-dashoffset 1s ease,opacity 1s ease}.play-icon-2{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}