@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap);.GamePlay main:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:0}.GamePlay.logged-in.is-top-notification-displayed{padding-top:0}.GamePlay .game-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.GamePlay .hidden{display:none!important}.GamePlay .dynamic{max-width:210px;display:inline-block;margin-left:30px;cursor:pointer}@media (max-width:1320px){.GamePlay .dynamic{max-width:150px;margin-left:15px}}.GamePlay .game-play-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:63%;margin:0 auto 20px;height:auto;z-index:2}.GamePlay .game-play-container.mobile{background:#292929}.GamePlay .game-play-container.dual .game-boxes>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:28%}.GamePlay .game-play-container.dual .game-boxes>div:first-of-type{margin-right:10px}.GamePlay .game-play-container.quad .game-boxes>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(50% - 5px);flex-basis:calc(50% - 5px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:28%}.GamePlay .game-play-container.quad .game-boxes>div:first-of-type{margin-right:10px;margin-bottom:10px}.GamePlay .game-play-container.quad .game-boxes>div:nth-of-type(2){margin-bottom:10px}.GamePlay .game-play-container.quad .game-boxes>div:nth-of-type(3){margin-right:10px}.GamePlay .game-play-container .game-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.GamePlay .game-play-container.mobile,.GamePlay .game-play-container.tablet{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;margin:0;-webkit-transform:none;transform:none;z-index:999999}.GamePlay .game-play-container.mobile .game-boxes,.GamePlay .game-play-container.tablet .game-boxes{position:relative;height:calc(100% - 45px)}@media (orientation:landscape){.GamePlay .game-play-container.mobile .game-boxes,.GamePlay .game-play-container.tablet .game-boxes{height:100%}}.GamePlay .game-play-container.mobile .GameInfo,.GamePlay .game-play-container.tablet .GameInfo{position:absolute;inset:0;width:100%;height:100%;border-radius:0}.GamePlay .game-play-container.mobile .GameInfo .game-info-wrapper,.GamePlay .game-play-container.tablet .GameInfo .game-info-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.GamePlay .game-play-container.mobile .GameInfo .Triangle,.GamePlay .game-play-container.tablet .GameInfo .Triangle{display:none}.GamePlay .info-bar{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y;height:64px;padding:5px;background-color:rgba(0,0,0,.5);border-radius:10px 10px 0 0}.GamePlay .info-bar .vl{border:.5px solid #7e8589;height:42px}.GamePlay .info-bar .center{margin:0 30px}@media (max-width:1320px){.GamePlay .info-bar .center{margin:0 15px}}.GamePlay .info-bar .right{margin:0 25px}@media (max-width:1320px){.GamePlay .info-bar .right{margin:0 15px}}.GamePlay .info-bar .left,.GamePlay .info-bar .right{width:90px}@media (max-width:1320px){.GamePlay .info-bar .left,.GamePlay .info-bar .right{width:80px}}.GamePlay .info-bar .left{float:left;width:auto;height:100%;padding:5px}.GamePlay .info-bar .left .logo,.GamePlay .info-bar .left .provider-image{width:125px;height:100%;background-size:cover}.GamePlay .info-bar .center{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.GamePlay .info-bar .center,.GamePlay .info-bar .center .game-name,.GamePlay .info-bar .center .info-bar-controls{display:-webkit-box;display:-ms-flexbox;display:flex}.GamePlay .info-bar .center .info-bar-controls{position:absolute;left:0}.GamePlay .info-bar .center .info-bar-controls>:not(:first-of-type){margin-left:25px}@media (max-width:1320px){.GamePlay .info-bar .center .info-bar-controls>:not(:first-of-type){margin-left:15px}}.GamePlay .info-bar .center .info-bar-controls>.icon,.GamePlay .info-bar .center .info-bar-controls picture>.icon{-webkit-transition:-webkit-filter .1s ease-out;transition:-webkit-filter .1s ease-out;transition:filter .1s ease-out;transition:filter .1s ease-out,-webkit-filter .1s ease-out;width:19px;height:auto}.GamePlay .info-bar .center .info-bar-controls>.icon.icon-active,.GamePlay .info-bar .center .info-bar-controls picture>.icon.icon-active{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.GamePlay .info-bar .center .info-bar-controls>.icon.icon-active-inverted,.GamePlay .info-bar .center .info-bar-controls picture>.icon.icon-active-inverted{-webkit-filter:invert(0);filter:invert(0)}.GamePlay .info-bar .center .content-middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.GamePlay .info-bar .center .game-name span{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:25px}.GamePlay .info-bar .center .game-name .icon-with-info{position:relative}.GamePlay .info-bar .center .game-name .icon-with-info>.icon.info,.GamePlay .info-bar .center .game-name .icon-with-info>picture .icon.info{width:12px;height:12px;margin-left:10px;margin-bottom:-1px}@media (max-width:1320px){.GamePlay .info-bar .center .game-name .icon-with-info>.icon.info,.GamePlay .info-bar .center .game-name .icon-with-info>picture .icon.info{margin-left:10px}}.GamePlay .info-bar .center .game-name .icon-with-long-description{position:relative}.GamePlay .info-bar .center .game-name .icon-with-long-description>.icon.long-description,.GamePlay .info-bar .center .game-name .icon-with-long-description>picture .icon.long-description{width:16px;height:16px;margin-left:5px;margin-bottom:-3px}@media (max-width:1320px){.GamePlay .info-bar .center .game-name .icon-with-long-description>.icon.long-description,.GamePlay .info-bar .center .game-name .icon-with-long-description>picture .icon.long-description{margin-left:10px}}.GamePlay .info-bar .center .cashier-action{position:absolute;right:0;width:29px;height:29px}.GamePlay .info-bar .center .cashier-action .icon{cursor:pointer}.GamePlay .info-bar .right{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:100%}.GamePlay .info-bar .right,.GamePlay .info-bar .right>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.GamePlay .info-bar .right>*{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;height:35px}.GamePlay .info-bar .right>:not(:first-of-type){margin-left:15px}.GamePlay .info-bar .right img{width:35px;height:35px}.GamePlay .info-bar .right img.expand,.GamePlay .info-bar .right img.favorite{width:22px;height:22px}.GamePlay .info-bar .right img.animated{width:49px;height:49px}.GamePlay .info-bar .right>.icon.expand,.GamePlay .info-bar .right>picture .icon.expand{width:15px;height:15px}.GamePlay .info-bar .right>.icon.expanded,.GamePlay .info-bar .right>picture .icon.expanded{width:24px;height:24px}.GamePlay .info-bar .right .favorite{position:relative}.GamePlay .info-bar .right .favorite .num-of-fav-games{position:absolute;top:-6px;right:-5px;color:#707070;font-size:10px}.GamePlay .info-bar .right .favorite .num-of-fav-games.gold{color:#e8e815}.GamePlay .info-bar .right .help{margin-left:15px}.GamePlay .info-bar .btn-demo-mode{width:40px;height:16px;background-color:#049e0a;border-radius:3px;padding:5px}@media (max-width:1024px){.GamePlay .info-bar .btn-demo-mode{position:absolute;top:16px;left:calc(50% - 20px)}}.GamePlay .info-bar .btn-demo-mode span{font-size:8px;line-height:12px;font-weight:700}@media (max-width:1024px),only screen and (orientation:landscape) and (min-device-width:769px) and (max-device-width:1368px) and (-webkit-min-device-pixel-ratio:2){.GamePlay .info-bar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:45px;padding:0;border-radius:0}.GamePlay .info-bar .left,.GamePlay .info-bar .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 20px}.GamePlay .info-bar .left .cashier-action,.GamePlay .info-bar .right .cashier-action{height:34px;line-height:34px}.GamePlay .info-bar .left>:not(:first-of-type){margin-left:25px}.GamePlay .info-bar .left>.favorite{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:15px}.GamePlay .info-bar .left .icon{width:17px;height:17px}.GamePlay .info-bar .left .icon.animated{width:40px;height:40px}.GamePlay .info-bar .right .icon{width:32px;height:32px}}.GamePlay .info-bar-bottom{position:relative;width:63%;z-index:2;margin:30px auto}@media (max-width:1320px){.GamePlay .info-bar-bottom{margin:25px auto}}.GamePlay .info-bar-bottom .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.GamePlay .info-bar-bottom .wrapper .btn{height:36px;border-radius:5px;padding:0 50px}@media (max-width:1500px){.GamePlay .info-bar-bottom .wrapper .btn{height:32px;padding:0 35px}}@media (max-width:1320px){.GamePlay .info-bar-bottom .wrapper .btn{height:28px;padding:0 25px}}.GamePlay .info-bar-bottom .wrapper .btn span{text-align:center;font-weight:800;font-size:14px;letter-spacing:0;opacity:1}.GamePlay .info-bar-bottom .wrapper .btn:nth-of-type(2){margin-left:18px}.GamePlay .info-bar-bottom .wrapper .btn.btn-red{min-width:240px;background:transparent linear-gradient(153deg,#890721,#fc0537 55%,#890721);border:2px solid transparent}.GamePlay .info-bar-bottom .wrapper .btn.btn-red:hover{background:#4d1627 0 0 no-repeat padding-box;border:2px solid #e60936}.GamePlay .info-bar-bottom .wrapper .btn.btn-red:hover span{color:#e60936}.GamePlay .info-bar-bottom .wrapper .btn.btn-transparent{min-width:200px;border:1px solid #fff;background:transparent}.GamePlay .info-bar-bottom .wrapper .btn.btn-transparent:hover{background:transparent linear-gradient(119deg,#fff,#152734 12%,hsla(0,0%,100%,.6) 43%,hsla(0,0%,100%,.6) 51%,hsla(0,0%,94.5%,.6) 59%,rgba(21,39,52,.6)) 0 0 no-repeat padding-box;border:2px solid #fff}.GamePlay .info-bar-bottom .wrapper .btn.btn-green{min-width:340px;background:#87e990 0 0 no-repeat padding-box;opacity:1}@media (max-width:1500px){.GamePlay .info-bar-bottom .wrapper .btn.btn-green{min-width:320px}}@media (max-width:1320px){.GamePlay .info-bar-bottom .wrapper .btn.btn-green{min-width:300px}}.GamePlay .info-bar-bottom .wrapper .btn.btn-green:hover{opacity:.5}.GamePlay .info-bar-bottom .wrapper .btn.btn-green span{color:#0b2e0e}.GamePlay .info-bar-bottom .wrapper .btn.btn-gold{min-width:270px;height:26px;background:#f4c813 0 0 no-repeat padding-box;opacity:1}@media (max-width:1500px){.GamePlay .info-bar-bottom .wrapper .btn.btn-gold{min-width:240px}}@media (max-width:1320px){.GamePlay .info-bar-bottom .wrapper .btn.btn-gold{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}.GamePlay .info-bar-bottom .wrapper .btn.btn-gold:hover{opacity:.5}.GamePlay .info-bar-bottom .wrapper .btn.btn-gold span{color:#4d1627}.GamePlay .info-bar-bottom .wrapper .promotions,.GamePlay .info-bar-bottom .wrapper .validate-account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.GamePlay .info-bar-bottom .wrapper .promotions .time-left,.GamePlay .info-bar-bottom .wrapper .validate-account .time-left{font-size:13px;font-weight:700;line-height:25px}@media (max-width:1500px){.GamePlay .info-bar-bottom .wrapper .promotions .time-left,.GamePlay .info-bar-bottom .wrapper .validate-account .time-left{font-size:12px;line-height:23px}}.GamePlay .info-bar-bottom .wrapper .validate-account{background-color:#87e990;border-radius:8px;padding:10px;width:100%;position:relative}.GamePlay .info-bar-bottom .wrapper .validate-account .section-wrapper{margin-bottom:0}.GamePlay .info-bar-bottom .wrapper .validate-account p{color:#000;margin:0;font-weight:700}.GamePlay .info-bar-bottom .wrapper .validate-account a{position:absolute;left:0;top:0;width:100%;height:100%}.GamePlay .info-bar-bottom .wrapper .promotions{position:relative;width:100%;min-height:80px}.GamePlay .info-bar-bottom .wrapper .promotions .limits-container{position:absolute;top:-15px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media (max-width:1320px){.GamePlay .info-bar-bottom .wrapper .promotions .limits-container{top:-5px}}.GamePlay .info-bar-bottom .wrapper .promotions .promos-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.GamePlay .info-bar-bottom .wrapper .promotions .promos-link img{width:40%;margin:0 auto 3px}.GamePlay .show-rest{position:relative;width:63%;margin:0 auto;min-height:440px;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}@media (max-width:1500px){.GamePlay .show-rest{min-height:420px}}@media (max-width:1320px){.GamePlay .show-rest{min-height:365px}}.GamePlay .show-rest>div:first-of-type{margin-right:18px}@media (max-width:1500px){.GamePlay .show-rest .GamesGrid.grid .Game .overlay .red-button,.GamePlay .show-rest .GamesGrid.grid .Game .overlay .white-button{height:25px;line-height:25px;margin:5px auto 2.5px;padding:0 10px;font-size:10px}.GamePlay .show-rest .GamesGrid.grid .Game .overlay .red-button:first-of-type,.GamePlay .show-rest .GamesGrid.grid .Game .overlay .white-button:first-of-type{margin:7px auto 2px}}@media (max-width:1320px){.GamePlay .show-rest .GamesGrid.grid .Game .overlay .red-button,.GamePlay .show-rest .GamesGrid.grid .Game .overlay .white-button{height:20px;line-height:20px;margin:2px auto 2.5px;font-size:9px}}.GamePlay .show-rest .GamesGrid.grid .Game .overlay .bottom-row .game-name,.GamePlay .show-rest .GamesGrid.grid .Game .overlay .bottom-row .image{display:none}.GamePlay .show-rest .GameProvider .header-mg,.GamePlay .show-rest .GameProvider .header-t,.GamePlay .show-rest .GameTags .header-mg,.GamePlay .show-rest .GameTags .header-t{cursor:pointer;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;height:60px;border-radius:10px}@media (max-width:1500px){.GamePlay .show-rest .GameProvider .header-mg,.GamePlay .show-rest .GameProvider .header-t,.GamePlay .show-rest .GameTags .header-mg,.GamePlay .show-rest .GameTags .header-t{height:45px}}@media (max-width:1320px){.GamePlay .show-rest .GameProvider .header-mg,.GamePlay .show-rest .GameProvider .header-t,.GamePlay .show-rest .GameTags .header-mg,.GamePlay .show-rest .GameTags .header-t{height:40px}}.GamePlay .show-rest .GameProvider .header-mg .title,.GamePlay .show-rest .GameProvider .header-t .title,.GamePlay .show-rest .GameTags .header-mg .title,.GamePlay .show-rest .GameTags .header-t .title{text-align:left;font-size:24px;font-weight:800;letter-spacing:.56px;opacity:1}@media (max-width:1500px){.GamePlay .show-rest .GameProvider .header-mg .title,.GamePlay .show-rest .GameProvider .header-t .title,.GamePlay .show-rest .GameTags .header-mg .title,.GamePlay .show-rest .GameTags .header-t .title{font-size:20px}}@media (max-width:1320px){.GamePlay .show-rest .GameProvider .header-mg .title,.GamePlay .show-rest .GameProvider .header-t .title,.GamePlay .show-rest .GameTags .header-mg .title,.GamePlay .show-rest .GameTags .header-t .title{font-size:18px}}.GamePlay .show-rest .GameProvider .header-mg .icon-wrapper span,.GamePlay .show-rest .GameProvider .header-t .icon-wrapper span,.GamePlay .show-rest .GameTags .header-mg .icon-wrapper span,.GamePlay .show-rest .GameTags .header-t .icon-wrapper span{font:normal normal 600 40px/30px Open Sans,sans-serif}@media (max-width:1500px){.GamePlay .show-rest .GameProvider .header-mg .icon-wrapper span,.GamePlay .show-rest .GameProvider .header-t .icon-wrapper span,.GamePlay .show-rest .GameTags .header-mg .icon-wrapper span,.GamePlay .show-rest .GameTags .header-t .icon-wrapper span{font:normal normal 600 30px/30px Open Sans,sans-serif}}@media (max-width:1320px){.GamePlay .show-rest .GameProvider .header-mg .icon-wrapper span,.GamePlay .show-rest .GameProvider .header-t .icon-wrapper span,.GamePlay .show-rest .GameTags .header-mg .icon-wrapper span,.GamePlay .show-rest .GameTags .header-t .icon-wrapper span{font:normal normal 600 25px/25px Open Sans,sans-serif}}.GamePlay .show-rest .GameProvider{width:80%}@media (max-width:1500px){.GamePlay .show-rest .GameProvider{width:75%}}.GamePlay .show-rest .GameProvider .header-mg{background:rgba(244,200,19,.3);padding:0 24px;margin-bottom:14px}.GamePlay .show-rest .GameProvider .header-mg .provider-image{height:40px}@media (max-width:1500px){.GamePlay .show-rest .GameProvider .header-mg .provider-image{height:30px}}@media (max-width:1320px){.GamePlay .show-rest .GameProvider .header-mg .provider-image{height:25px}}.GamePlay .show-rest .GameProvider .header-mg .title{color:#e8e815}.GamePlay .show-rest .GameProvider .header-mg .icon-wrapper{width:25px;text-align:center}.GamePlay .show-rest .GameProvider .header-mg .icon-wrapper span{color:#e8e815}.GamePlay .show-rest .GameProvider .excluded{position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.85);z-index:2}.GamePlay .show-rest .GameProvider .excluded span{font-family:Open Sans,sans-serif;font-weight:700;letter-spacing:0;opacity:1;white-space:nowrap}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded span{font-size:14px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded span{font-size:10px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded span{font-size:10px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded span{font-size:9px}}.GamePlay .show-rest .GameProvider .excluded img{position:absolute;top:25px;left:38px;z-index:1;height:87px}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded img{top:20px;left:27px;height:72px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded img{top:15px;left:12px;height:60px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded img{top:10px;left:10px;height:40px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded img{top:8px;left:8px;height:25px}}.GamePlay .show-rest .GameProvider .excluded .lock-line{position:absolute;top:61px;left:0;width:100%;height:36px;background:transparent -webkit-gradient(linear,right top,left top,from(#fd0537),color-stop(rgba(43,37,38,.67)),to(#fd0537)) 0 0;background:transparent linear-gradient(270deg,#fd0537,rgba(43,37,38,.67),#fd0537) 0 0;opacity:.65}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded .lock-line{top:51px;height:26px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded .lock-line{top:41px;height:21px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded .lock-line{top:26px;height:16px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded .lock-line{top:18px;height:11px}}.GamePlay .show-rest .GameProvider .excluded .message{position:absolute;top:68px;left:130px;color:#e60936;z-index:1;white-space:nowrap}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded .message{top:54px;left:100px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded .message{top:43px;left:70px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded .message{top:27px;left:50px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded .message{top:17px;left:34px}}.GamePlay .show-rest .GameProvider .excluded .message span{font-size:15px}@media (max-width:576px){.GamePlay .show-rest .GameProvider .excluded .message span{font-size:14px}}@media (max-width:320px){.GamePlay .show-rest .GameProvider .excluded .message span{font-size:12px}}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded .time-section div{font-size:10px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded .time-section div{font-size:9px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded .time-section div{font-size:8px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded .time-section div{font-size:7px}}.GamePlay .show-rest .GameProvider .excluded>div{position:absolute;top:100px;left:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:51px}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded>div{top:78px;left:100px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded>div{top:62px;left:70px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded>div{top:44px;left:50px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded>div{top:33px;left:35px}}.GamePlay .show-rest .GameProvider .excluded>div span{font-size:12px}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded>div span{font-size:10px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded>div span{font-size:8px;line-height:9px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded>div span{line-height:8px;font-size:8px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded>div span{line-height:7px;font-size:7px}}.GamePlay .show-rest .GameProvider .excluded>div time{font-family:Open Sans,sans-serif;font-size:12px;color:#fff;opacity:.85}@media (min-width:1701px) and (max-width:2100px){.GamePlay .show-rest .GameProvider .excluded>div time{font-size:10px}}@media (min-width:1501px) and (max-width:1700px){.GamePlay .show-rest .GameProvider .excluded>div time{font-size:9px}}@media (min-width:1180px) and (max-width:1500px){.GamePlay .show-rest .GameProvider .excluded>div time{font-size:8px}}@media (max-width:1179px){.GamePlay .show-rest .GameProvider .excluded>div time{font-size:7px}}.GamePlay .show-rest .GameTags{width:20%}@media (max-width:1500px){.GamePlay .show-rest .GameTags{width:25%}}.GamePlay .show-rest .GameTags .header-t{background:rgba(94,102,106,.57);margin-bottom:24px;padding:0 16px 0 10px}.GamePlay .show-rest .GameTags .header-t .icon-wrapper span,.GamePlay .show-rest .GameTags .header-t .title{color:#bac9d1}.GamePlay .show-rest .GameTags .tags-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.GamePlay .show-rest .GameTags .tags-container .tag{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:8px}@media (max-width:1500px){.GamePlay .show-rest .GameTags .tags-container .tag{padding:5px 7px}}@media (max-width:1320px){.GamePlay .show-rest .GameTags .tags-container .tag{height:26px}}.GamePlay .show-rest .GameTags .tags-container .tag:last-of-type{margin-bottom:0}.GamePlay .show-rest .GameTags .tags-container .tag:not(.active){background:transparent}.GamePlay .show-rest .GameTags .tags-container .tag:not(.active):hover{opacity:.5}.GamePlay .show-rest .GameTags .tags-container .tag.active{background:hsla(0,0%,100%,.718);border:1px solid #fff}.GamePlay .show-rest .GameTags .tags-container .tag.active.hover{background:unset}.GamePlay .show-rest .GameTags .tags-container .tag.active span{color:#fff;opacity:1}.GamePlay .show-rest .GameTags .tags-container .tag span{font-size:14px;font-weight:600;line-height:16px;letter-spacing:0;color:#fff;text-align:left}@media (max-width:1320px){.GamePlay .show-rest .GameTags .tags-container .tag span{font-size:11px;line-height:13px}}.GamePlay .show-rest .GameTags .tags-container .games-wrapper{margin-bottom:16px}@media (max-width:1500px){.GamePlay .show-rest .GameTags .tags-container .games-wrapper{margin-bottom:14px}}@media (max-width:1320px){.GamePlay .show-rest .GameTags .tags-container .games-wrapper{margin-bottom:12px}}.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:0;margin:-6px 0 16px}@media (max-width:1500px){.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container{margin:-6px 0 14px -6px}}@media (max-width:1320px){.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container{margin:-6px 0 12px -6px}}.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container .game-thumbnail{position:relative;display:inline-block;margin:6px 0 0 6px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc(33.33333% - 6px);max-width:31.5%;height:auto;padding-top:42.5%}.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container .game-thumbnail .inner-wrapper{background-color:#fff;position:absolute;inset:0}.GamePlay .show-rest .GameTags .tags-container .games-wrapper .games-container .game-thumbnail a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.GamePlay .show-rest .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;margin-top:24px}.GamePlay .show-rest .navigation .Arrow{cursor:pointer;width:26px;height:26px}@media (max-width:1320px){.GamePlay .show-rest .navigation .Arrow{width:24px;height:24px}}.GamePlay .show-rest .navigation .Arrow.left img{margin-left:2px}.GamePlay .show-rest .navigation .Arrow.right{margin-left:10px}.GamePlay .show-rest .navigation .Arrow.right img{margin-left:2px}.GamePlay .show-rest .navigation .Arrow:hover{background-color:hsla(0,0%,100%,.7)}.GamePlay .show-rest .navigation .Arrow.disable{opacity:.6}.GamePlay .show-rest .navigation .Arrow.disable:hover{background-color:hsla(0,0%,100%,.4)}.GamePlay .show-rest .navigation .Arrow.disable img:hover{-webkit-filter:none;filter:none}.GamePlay .show-rest .navigation .Arrow img{width:10px;height:16px;-webkit-filter:brightness(0) saturate(100%) invert(81%) sepia(5%) saturate(545%) hue-rotate(156deg) brightness(98%) contrast(91%);filter:brightness(0) saturate(100%) invert(81%) sepia(5%) saturate(545%) hue-rotate(156deg) brightness(98%) contrast(91%)}@media (max-width:1320px){.GamePlay .show-rest .navigation .Arrow img{width:9px}}.GamePlay .show-rest .navigation .Arrow img:hover{-webkit-filter:brightness(0) saturate(100%) invert(10%) sepia(27%) saturate(1578%) hue-rotate(156deg) brightness(95%) contrast(97%);filter:brightness(0) saturate(100%) invert(10%) sepia(27%) saturate(1578%) hue-rotate(156deg) brightness(95%) contrast(97%)}.GamePlay .long-description-content{z-index:2;position:relative;width:63%;margin:0 auto}.GamePlay .long-description-content h1,.GamePlay .long-description-content p{font-family:Open Sans,sans-serif}.GamePlay .long-description-content p{font-size:14px;line-height:16px}.GamePlay.logged-in .info-bar-bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.GamePlay.logged-in .tags-container{margin-left:unset}.GamePlay .page{padding:90px 0 0;position:relative;width:63%;margin:0 auto}.GamePlay.mobile main,.GamePlay.tablet main{padding:0;min-height:unset}.GamePlay.mobile #leftnav,.GamePlay.mobile footer,.GamePlay.mobile header,.GamePlay.tablet #leftnav,.GamePlay.tablet footer,.GamePlay.tablet header{display:none}.GamePlay.fullscreen main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;background-image:url(https://storage.googleapis.com/ps-strapi/media/DSC_9967.jpg);background-size:100% 100%;-webkit-filter:blur(31px) brightness(60%);filter:blur(31px) brightness(60%)}.GamePlay.fullscreen .info-bar-bottom,.GamePlay.fullscreen .show-rest{display:none}.GamePlay.fullscreen .game-play-container{max-width:calc(177.77778vh - 444.44444px);width:90%}@media screen and (max-width:1600px){.GamePlay.fullscreen .game-play-container{max-width:calc(177.77778vh - 408.88889px)}}@media screen and (max-width:1360px){.GamePlay.fullscreen .game-play-container{max-width:calc(177.77778vh - 400px)}}.GamePlay.fullscreen .info-bar .info-bar-controls>.icon.expand,.GamePlay.fullscreen .info-bar .info-bar-controls>picture>.icon.expand{-webkit-filter:invert(1);filter:invert(1)}.GamePlay.fullscreen .info-bar .logo-fullscreen{height:40px;margin-right:10px;margin-left:5px;padding-bottom:6px}.GamePlay.fullscreen .info-bar .right>*{width:24px;height:24px}.GamePlay.fullscreen .info-bar .right>:not(:first-of-type){margin-left:25px}.GamePlay.fullscreen .info-bar .right img,.GamePlay.fullscreen .info-bar .right img.expand,.GamePlay.fullscreen .info-bar .right img.favorite{width:24px;height:24px}.GamePlay.fullscreen .info-bar .right img.animated{width:51px;height:51px}.GamePlay.fullscreen .info-bar .right .favorite .num-of-fav-games{top:-12px;right:-10px}.GamePlay.fullscreen #fc_frame,.GamePlay.fullscreen #leftnav,.GamePlay.fullscreen #rightnav,.GamePlay.fullscreen #rightsidebar,.GamePlay.fullscreen .GoToTopButton,.GamePlay.fullscreen .react-notification-root,.GamePlay.fullscreen footer,.GamePlay.fullscreen header{display:none}.GameBox{position:relative;width:100%;padding-bottom:56.25%;background:#000}@media (max-width:1024px){.GameBox{padding-bottom:0}}.GameBox.transparent{background:none}.GameBox.disabled .gamebox-container,.GameBox.limits .gamebox-container,.GameBox.loading .gamebox-container{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto}.GameBox.limits .gamebox-container span{white-space:nowrap}@media (max-width:767px){.GameBox.limits .gamebox-container span{white-space:unset;text-align:center}}.GameBox.limits .gamebox-container .link{width:100%}.GameBox.limits .gamebox-container .link a button{margin:20px auto 0;padding:5px 10px}.GameBox.selection .gamebox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.GameBox.selection .gamebox-container img{border:2px solid #fff;border-radius:50%;padding:10px;width:60px;height:60px;margin-bottom:10px}.GameBox .gamebox-container .thumbnail{position:absolute;inset:0;width:100%;height:100%;-webkit-filter:grayscale(1);filter:grayscale(1)}.GameBox .gamebox-container .announcement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;inset:0;margin:auto;font-size:18px}.GameBox .gamebox-container .announcement .announcement-default{background:#f50e3d;padding:5px 10px;border-radius:10px;color:#fff;text-align:center}@media (max-width:1024px){.GameBox .gamebox-container .announcement .announcement-default{padding:3px 6px;border-radius:6px}}@media (max-width:1024px){.GameBox .gamebox-container .announcement{font-size:14px}}.GameBox .gamebox-container .maintenance-thumbnail-icon{position:absolute;inset:0;margin:auto;height:35%}.GameBox .gamebox-container,.GameBox iframe{position:absolute;top:0;left:0;bottom:0;right:0;border:none}.GameBox iframe{width:100%;height:100%}.GameBox .switch{position:absolute;width:30px;height:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.GameBox .switch .icon{height:70%;width:70%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.GameBox .switch.even{left:-30px;border-top-left-radius:20px;border-bottom-left-radius:20px;padding-left:7px}.GameBox .switch.odd{right:-30px;border-top-right-radius:20px;border-bottom-right-radius:20px;padding-right:7px}.GameBox .loading{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#000}.GameSelector{width:100%;height:100%}.GameSelector .game-selector-wrapper{width:100%;height:100%;text-align:center;padding-right:40px;-webkit-box-sizing:content-box;box-sizing:content-box}.GameSelector .ProvidersSliderArrow .slick-next{right:-45px}.GameSelector .ProvidersSliderArrow .slick-prev{left:-40px}.GameSelector .ProvidersSliderArrow .slick-list .slick-slide>div{width:100%;height:52px}.GameSelector input{margin-bottom:30px;width:40%;opacity:.7;min-width:200px}.GameSelector>img,.GameSelector>picture>img{opacity:.7}.GameSelector .GameProviderFilter{overflow-x:auto;padding-bottom:5px}.GameSelector .GameProviderFilter::-webkit-scrollbar{width:8px;height:8px}.GameSelector .GameProviderFilter::-webkit-scrollbar-thumb{background:#707070;border-radius:10px}.GameSelector .GameProviderFilter::-webkit-scrollbar-track{background:#000;border-radius:10px}@media (max-width:1320px){.GameSelector .GamesGrid.grid .Game .overlay .white-button{height:25px;line-height:25px}.GameSelector .GamesGrid.grid .Game .overlay .red-button{height:28px;line-height:28px}}.RatingBar{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:20px;background:#000;padding:0 5px}.RatingBar .rating-item{margin:0 5px;opacity:.4;-webkit-transition:opacity .1s ease-in;transition:opacity .1s ease-in}.RatingBar .rating-item.highlight{opacity:1}.GameInfo,.GameLongDescription{position:absolute;top:60px;right:-120px;z-index:20;background-color:rgba(0,0,0,.65);border-radius:10px}.GameInfo .game-info-wrapper,.GameLongDescription .game-info-wrapper{white-space:nowrap;padding:10px 15px;background:rgba(0,0,0,.8);color:#fff;font-weight:900;border-radius:10px;width:260px;height:100%;display:block;text-align:left}@media (max-width:1024px){.GameInfo .game-info-wrapper,.GameLongDescription .game-info-wrapper{padding:15px 15px 10px;width:300px}}.GameInfo.GameLongDescription,.GameLongDescription.GameLongDescription{right:-170px}.GameInfo.GameLongDescription.shown-false,.GameLongDescription.GameLongDescription.shown-false{display:none}.GameInfo.GameLongDescription .game-info-wrapper,.GameLongDescription.GameLongDescription .game-info-wrapper{width:500px}.GameInfo.GameLongDescription .game-info-wrapper p,.GameLongDescription.GameLongDescription .game-info-wrapper p{white-space:wrap;font-weight:400}.GameInfo.GameLongDescription .game-info-wrapper:after,.GameLongDescription.GameLongDescription .game-info-wrapper:after{content:"";display:block;clear:both}.GameInfo .icon-close,.GameLongDescription .icon-close{position:absolute;top:10px;right:7px;opacity:.2;width:20px;height:20px}.GameInfo .translation,.GameLongDescription .translation{font-weight:400;opacity:.7;margin-left:30px;margin-right:7px}.GameInfo .translation:first-of-type,.GameLongDescription .translation:first-of-type{margin-left:0}.GameInfo .translation.no-paylines,.GameLongDescription .translation.no-paylines{font-size:16px!important;font-weight:700!important;opacity:1;margin:0}.GameInfo .icon,.GameInfo picture .icon,.GameLongDescription .icon,.GameLongDescription picture .icon{width:12px;height:12px;margin-right:5px}.GameInfo .Triangle,.GameLongDescription .Triangle{position:absolute;top:-15px;right:45%}.GameInfo .title,.GameLongDescription .title{margin-bottom:10px}.GameInfo .title>.icon,.GameInfo .title>picture>.icon,.GameLongDescription .title>.icon,.GameLongDescription .title>picture>.icon{margin-right:5px}.GamePlay.mobile .CustomPopup,.GamePlay.tablet .CustomPopup{z-index:9999991}.popup-base{z-index:9999991!important}.ProvidersSliderArrow{position:relative;display:block;margin:20px auto 0}.ProvidersSliderArrow .slick-arrow{width:35px;height:35px}@media (max-width:1320px){.ProvidersSliderArrow .slick-arrow{width:30px;height:30px}}.ProvidersSliderArrow .slick-next{right:0}.ProvidersSliderArrow .slick-prev{left:0}.ProvidersSliderArrow .slick-disabled{opacity:0}.ProvidersSliderArrow .slick-slide{cursor:pointer;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:0 5px}.ProvidersSliderArrow .slick-slide *{width:100%;height:100%}.ProvidersSliderArrow .slick-slide>div{border-radius:10px;background-color:rgba(0,0,0,.4)}.ProvidersSliderArrow .slick-slide .provider{border-radius:10px;padding:0 5px}.ProvidersSliderArrow .slick-slide .provider a{outline:none}.ProvidersSliderArrow .slick-slide .provider.selected{background:#e60936}.ProvidersSliderArrow .slick-slide .provider.selected img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(256deg) brightness(105%) contrast(101%);filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(256deg) brightness(105%) contrast(101%);outline:none}.ModalCashier{position:fixed;inset:0;width:100%;height:100%;background-color:#292929;overflow:hidden}.ModalCashier .modal-wrapper{height:100%}.ModalCashier .modal-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:45px;margin:20px 0 10px}.ModalCashier .modal-header span{font-weight:700}.ModalCashier .modal-header .close{position:absolute;left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ModalCashier .modal-header .close img{width:17px;height:17px}.ModalCashier .modal-header .close .translation{font-size:10px;font-weight:400}.ModalCashier .modal-header .close>span{margin-top:6px}.ModalCashier .tab-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin:0 0 15px}.ModalCashier .tab-navigation .selected{color:#e60936}.ModalCashier .line{border:1px solid #fff;opacity:.1}.ModalCashier .content{overflow:auto;height:calc(100% - 150px);scroll-behavior:smooth}.ModalCashier .content.Deposit.end{height:calc(100% - 80px)}.ModalCashier .content.Deposit .deposit-wrapper .deposit-amount-label{text-align:center}.ModalCashier .content.Deposit .deposit-wrapper .deposit-amount-label span.deposit-title{font-size:24px;font-weight:600}.ModalCashier .content.Withdraw .withdraw-wrapper{width:100%}.ModalCashier .content.Withdraw .withdraw-wrapper>div:nth-of-type(3n){padding-right:0!important}.ModalCashier .content.Withdraw .withdraw-wrapper .translation{font-size:20px;margin:10px 0}.ModalCashier .content.Withdraw .withdraw-wrapper .balance{opacity:1}.ModalCashier .content.Withdraw .withdraw-wrapper .amount{font-size:20px;color:#fff;line-height:25px;font-weight:700;-webkit-transform:translateX(17vw);transform:translateX(17vw)}.ModalCashier .content.Withdraw .withdraw-wrapper .amount:first-of-type{-webkit-transform:translateX(35vw);transform:translateX(35vw)}.ModalCashier .content.Withdraw .withdraw-wrapper .amount:nth-of-type(3){width:270px}.ModalCashier .content.Withdraw .withdraw-wrapper .amount .input-amount-wrapper{position:relative}.ModalCashier .content.Withdraw .withdraw-wrapper .amount .input-amount-wrapper .input-amount{width:215px!important;font-size:16px}.ModalCashier .content.Withdraw .withdraw-wrapper .amount .input-amount-wrapper .error-label{position:absolute;top:25px;left:0;font-size:16px;color:#e60936}.ModalCashier .content.Withdraw .withdraw-wrapper .input-card-number{width:250px}.ModalCashier .content.History button.white-button span.translation{color:#000!important}.ModalCashier .content.History .history-table{overflow-x:auto}.ProgressCircle{position:relative;margin-right:50px}.ProgressCircle:last-of-type{margin-right:0}@media (max-width:1500px){.ProgressCircle{margin-right:40px}}@media (max-width:1320px){.ProgressCircle{margin-right:25px}}.ProgressCircle.hover .title{color:#9b0a0a}.ProgressCircle .progress-circle-container .data-container{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:5}.ProgressCircle .progress-circle-container .data-container p,.ProgressCircle .progress-circle-container .data-container span{padding:0;margin:0;letter-spacing:0}.ProgressCircle .progress-circle-container .data-container span{font-size:18px;font-weight:800;line-height:18px}@media (max-width:1500px){.ProgressCircle .progress-circle-container .data-container span{font-size:16px;line-height:16px}}@media (max-width:1320px){.ProgressCircle .progress-circle-container .data-container span{font-size:14px;line-height:14px}}.ProgressCircle .progress-circle-container .data-container .currency{font-size:18px;line-height:18px}@media (max-width:1500px){.ProgressCircle .progress-circle-container .data-container .currency{font-size:16px;line-height:16px}}@media (max-width:1320px){.ProgressCircle .progress-circle-container .data-container .currency{font-size:14px;line-height:14px}}.ProgressCircle .progress-circle-container .data-container .hour{font-size:9px;font-weight:800;line-height:9px}@media (max-width:1500px){.ProgressCircle .progress-circle-container .data-container .hour{font-size:8px;line-height:8px}}@media (max-width:1320px){.ProgressCircle .progress-circle-container .data-container .hour{font-size:7px;line-height:7px}}.ProgressCircle .progress-circle-container:last-of-type{margin-right:0}.ProgressCircle .progress-circle-container .circle-container{position:relative;margin:0 auto}.ProgressCircle .progress-circle-container .circle-container .GradientCircularProgress{position:absolute}.ProgressCircle .progress-circle-container .circle-container .GradientCircularProgress:nth-of-type(2){z-index:5}.ProgressCircle .title{text-align:center;font-size:14px;font-weight:800;line-height:30px;letter-spacing:0;color:#fff;opacity:1}@media (max-width:1500px){.ProgressCircle .title{font-size:12px;line-height:25px}}@media (max-width:1320px){.ProgressCircle .title{font-size:10px;line-height:20px}}.game-thumbnail .inner-wrapper{position:relative;width:100%;border-radius:5px;overflow:hidden}.game-thumbnail .excluded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.85);z-index:2}.game-thumbnail .excluded img{position:unset;width:30px;height:30px}.game-thumbnail .Badge,.game-thumbnail .excluded .lock-line,.game-thumbnail .excluded .message,.game-thumbnail .excluded>div,.game-thumbnail .ribbon{display:none}.NotFound{display:block;position:relative;margin:0 auto;width:100%}.NotFound .not-found-container{position:relative;width:85%;margin-left:7.5%;margin-top:50px}@media (max-width:1024px){.NotFound .not-found-container{width:calc(100% - 40px);margin:0 20px}}@media (max-width:767px){.NotFound .not-found-container{width:100%;margin:0}}.NotFound .most-played-games-container{width:100%;margin-top:15px}.NotFound .most-played-games-container,.NotFound .most-played-games-container .most-played-games{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.NotFound .most-played-games-container .most-played-games{width:85%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.NotFound .most-played-games-container .most-played-games .most-played-header{padding-bottom:15px;font-size:1.5rem;font-weight:700}@media (max-width:1024px){.NotFound .most-played-games-container .most-played-games{width:100%;padding:0 20px}.NotFound .most-played-games-container .most-played-games .most-played-header{font-size:1rem}}.NotFound .not-found-video{display:block;background:transparent;border-radius:10px;width:100%;max-width:100%;overflow-x:hidden;position:relative}.NotFound .not-found-video.mobile{border-radius:0;margin-top:-8px}.NotFound main{min-height:calc(100vh - 220px);padding-bottom:0}.NotFound main img{width:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}@media (max-width:767px){.NotFound main img{height:64vw}}.NotFound main .content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.NotFound main .content .home-button{position:absolute;width:17.5%;height:9.1%;top:27.3%;margin-left:-2.3%;border-radius:10px}.NotFound main .content .home-button.mobile{width:17.3%;height:8.8%;top:27.5%;border-radius:2px}