(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{1446:function(e,t,o){"use strict";o.d(t,"a",(function(){return r}));var r={STAR:"star"}},1700:function(e,t,o){"use strict";var r=o(0),n=(o(18),o(38),o(21),o(12),o(15),o(99),o(74),o(2)),l=o(69),c=o(1440),d=o(7),h=o(55),m=o(98),v=o(62),f=o(120),_=o(1438),x=o(106),w={mixins:[c.a],props:{game:Object,sectionId:String,hideBadges:{type:Boolean,default:!1},lazyImages:Boolean,showWinBadge:{type:Boolean,default:!1,required:!1},showRtpBadge:{type:Boolean,default:!1,required:!1},collection:{type:String,required:!1,default:""},winnerBadgeData:{type:Object,required:!1,default:null},isLatestWinnersSection:{type:Boolean,required:!1,default:!1},isJackpotsSection:{type:Boolean,required:!1,default:!1},sectionName:{type:String,default:""},index:{type:Number,default:void 0},provider:{type:String,default:void 0},shouldOpenSignUp:{type:Boolean,default:!1},isOnGamePage:{type:Boolean,default:!1}},data(){return{showClickAnimation:!1,GAME_BADGES:{live:{class:"is-live",label:this.$t("frontend.games.categories.stat.live")},exclusive:{class:"is-exclusive",label:this.$t("frontend.games.categories.stat.exclusive")},new:{class:"is-new",label:this.$t("frontend.games.categories.stat.new")},vip_limit:{class:"is-vip-limit",label:this.$t("frontend.games.categories.stat.vip_limit")},hot:{class:"is-featured b-icon-hot",label:"",icon:"icon-hot"},bs_original:{class:"is-bs-original",label:this.$t("frontend.games.categories.stat.bitstarz_originals_games_label"),icon:"icon-star"}},showTooltip:!1,latestWin:null,isGameVisible:!1,BITSTARZ_ORIGINALS_PROVIDER_ID:d.j}},computed:{CountdownTimer:()=>()=>o.e(3).then(o.bind(null,1431)),authUser(){return this.$store.getters["modules/auth-user/user"]()},favorites(){return this.$store.getters["modules/games/favorites"]},allLoaded(){return this.games.length===this.allGames.length},currencies(){return this.$store.getters["modules/info/currencies"]()},gameRoute(){return this.game.getPlayUrl(this.locale)},locale(){return this.$store.getters["modules/i18n/currentLocale"]},gameJackpot(){return this.game.getJackpot(this.authUser,this.currencies,this.$options.filters.humanizeCurrency,this.$device.isMobile)},visitorIp(){return this.$store.getters["modules/player/visitorIp"]()},activeGame(){return this.$store.getters["modules/games/getActiveGame"]()},showSearch(){return this.$store.getters["modules/search/getShowSearch"]()},jackpotBadgeData(){return{class:"is-jackpot",label:this.gameJackpot}},winBadgeData(){return{class:"is-highest ".concat(this.game.win_badge.class),label:this.game.win_badge.label}},rtpBadgeData(){return{class:"is-highest ".concat(this.game.rtp_badge.class),label:this.game.rtp_badge.label}},badges(){return this.$device.isDesktop?this.desktopBadges:this.mobileBadges},showJackpotBadge(){return this.game.hasAnyJackpot()&&this.gameJackpot&&this.collection!==d.I&&this.collection!==d.o&&this.collection!==d.f},desktopBadges(){if(this.winnerBadgeData)return[this.winnerBadgeData];var e=[];return this.showRtpBadge&&this.game.rtp_badge?(e.push(this.rtpBadgeData),e):this.game.provider===d.j&&this.collection!==d.i?this.getBsOriginalsBadges():(this.game.collections[11]>-1&&this.collection!==d.cb&&e.push(this.GAME_BADGES.new),this.game.collections._exclusive>-1&&!this.isJackpotsSection&&this.collection!==d.r&&e.push(this.GAME_BADGES.exclusive),this.showJackpotBadge&&e.push(this.jackpotBadgeData),this.game.collections.vip_limit>-1&&e.push(this.GAME_BADGES.vip_limit),this.showWinBadge&&this.game.win_badge&&e.push(this.winBadgeData),this.game.provider===d.R&&d.P.includes(this.game.identifier)&&!this.isGameInSearch&&e.push(this.GAME_BADGES.live),e)},mobileBadges(){switch(!0){case this.showOnlyRtpBadge():case this.showRtpBadge&&this.game.rtp_badge:return[this.rtpBadgeData];case!!this.winnerBadgeData:return[this.winnerBadgeData];case this.game.provider===d.j:return this.getBsOriginalsBadges();case this.showOnlyJackpotBadge():return[this.jackpotBadgeData];case this.showOnlyWinBadge():return[this.winBadgeData];case this.showExclusiveAndNewBadge():return[this.GAME_BADGES.new,this.GAME_BADGES.exclusive];case this.game.collections._exclusive>-1&&!this.isJackpotsSection:return[this.GAME_BADGES.exclusive];case this.game.collections[11]>-1:return[this.GAME_BADGES.new];case this.showJackpotBadge:return[this.jackpotBadgeData];case this.game.collections.vip_limit>-1:return[this.GAME_BADGES.vip_limit];case this.showWinBadge&&this.game.win_badge:return[this.winBadgeData];case this.game.provider===d.R&&d.P.includes(this.game.identifier):return[this.GAME_BADGES.live];default:return[]}},providerTitle(){return this.$options.filters.providerTitle({id:this.game.provider,title:this.game.provider},this.$i18n)},providerTooltipStyles(){var e=this.providerTitle.length;return e<=7?{padding:"0 10px"}:e>=15?{minWidth:"".concat(6.5*e,"px")}:{minWidth:"".concat(8*e,"px")}},isFavorite(){return this.favorites.find((e=>e.identifier===this.game.identifier))},shouldShowFavoriteIcon(){return this.authUser&&(this.isFavorite||this.$device.isDesktop)},isGameMinimized(){return this.$store.getters["modules/games/isGameMinimized"]},isBsOriginalsGameActive(){return this.game&&this.game.provider===d.j},isGameInSearch(){return this.sectionName===h.m.GAMES_SEARCH_RESULTS},isBsOriginalsCrashGame(){return"bitstarzoriginals/crash"===this.game.identifier},playersCountInCrashGame(){return this.$store.getters["modules/games/playersCountInCrashGame"]},gameAltTag(){return this.game.getSufixByGameCollection()},isGameRestrictedByBonus(){return this.$store.getters["modules/games/isGameRestrictedByActiveBonus"](this.game.collections)}},watch:{latestWin(e,t){e!==t&&this.latestWin&&setTimeout((()=>{this.latestWin=null}),4e3)}},created(){this.isLatestWinnersSection&&(this.gameImageLoaded=!0)},mounted(){this.isLatestWinnersSection||this.addEventBusListener("".concat(this.EVENT_BUS_EVENT_NAMES.SET_GAME_LATEST_WIN,"-").concat(this.game.identifier),(e=>{!this.isGameVisible&&(this.latestWin||Date.now()-e.timestamp>4e3)||(this.latestWin=Object(m.a)({amountInCoins:e.win,currency:"USD",shouldRemoveTrailingZeros:!1}))}))},methods:{checkAndUpdateUser(e){var t,o={first_name:"未記入",last_name:"未記入"},r=(null===(t=this.visitorIp)||void 0===t?void 0:t.country_code)||"JP",c=this.authUser&&!this.authUser.hasNamesInProfile()&&"evolution"===e.provider&&Object(n.G)(this.authUser.currency)&&("JP"===r||Object(n.M)(this.locale));this.authUser&&!this.authUser.hasCountryInProfile()&&(o=Object.assign({},o,{country:r})),c&&l.a.update(this.$axios,{context:"edition",player:o})},toggleFavorites(e,t){if(this.$device.isDesktop){e.stopPropagation();var o=parseInt(f.a.getWithExpiry("Favorites")),r=t.gameByCurrency(this.authUser,this.$store.getters["modules/info/currencies"](),"FUN");r&&(this.isFavorite?(this.$store.dispatch("modules/games/REMOVE_FROM_FAVORITES",r.id),f.a.setWithExpiry("Favorites",o-1,_.a)):(this.$store.dispatch("modules/games/ADD_TO_FAVORITES",r.id),f.a.setWithExpiry("Favorites",o+1,_.a),x.a.handleSendingEventToGoogleAnalytics({eventName:"game actions",eventParams:{click:"favorite"}},x.a.sendGoogleAnalyticsEvent,this.$isProd)))}},setPlayForFunAndOpenGame(e,t){var o=this;return Object(r.a)((function*(){if(!o.isGameRestrictedByBonus)if(o.shouldOpenSignUp)o.openSignUp();else if(o.logGameClick(e),o.$emit("gameClicked"),o.$device.isMobile&&(o.showClickAnimation=!0),o.$device.isMobileOrTablet&&o.isGameMinimized&&o.game.identifier===o.activeGame.identifier&&o.game.provider!==d.R)v.b.emit(v.a.MAXIMIZE_GAME);else{t||o.checkAndUpdateUser(o.game),o.$router.currentRoute.path!==o.gameRoute&&Object(n.rb)();var r=document.getElementById(o.sectionId);if(r){var l=r.getBoundingClientRect().top;f.a.setWithExpiry("selectedGameOffset",l,_.a)}if(o.$store.dispatch("modules/games/SET_PLAY_FOR_FUN",t),o.isOnGamePage||o.activeGame&&o.$route.params.segment2||o.$store.dispatch("SET_SELECTED_GAMES_SECTION",o.sectionId),o.activeGame&&o.$device.isDesktop&&(yield o.$store.dispatch("modules/games/SET_SHOULD_MINIMIZE_GAME",!1)),o.logGameClick(e),o.$device.isMobileOrTablet&&o.isGameMinimized&&o.isBsOriginalsGameActive&&o.game.demo)return v.b.emit(v.a.MAXIMIZE_GAME,o.game),void(o.showSearch&&o.closeSearach());o.isOnGamePage||o.activeGame&&o.$route.params.segment2||o.$store.dispatch("modules/navigation/SET_PREVIOUS_NON_GAME_ROUTE",{name:o.getRouteBaseName(o.$route),params:o.$route.params,query:o.$route.query,path:o.$route.path}),o.$router.push({path:o.gameRoute}),o.showSearch&&o.closeSearach()}}))()},closeSearach(){this.$store.dispatch("modules/search/SET_SHOW_SEARCH",!1)},logGameClick(e){var t={eventName:h.m.GAME,targetUrl:this.gameRoute,siteSection:this.sectionName||this.sectionId,gameIndex:this.index};this.provider&&(t.siteSection=this.sectionId,t.provider=this.provider),this.trackUserClick(e,t)},animationEnded(){this.showClickAnimation=!1},showOnlyJackpotBadge(){return this.collection===d.tb&&this.gameJackpot},showOnlyRtpBadge(){return(this.collection===d.I||this.collection===d.o)&&this.game&&this.game.rtp_badge&&this.showRtpBadge},showOnlyWinBadge(){return this.collection===d.f&&this.game&&this.game.win_badge&&this.showWinBadge},showExclusiveAndNewBadge(){return this.game.collections[11]>-1&&this.game.collections._exclusive>-1},goToProvidersPage(e){if(this.shouldOpenSignUp)this.openSignUp();else{var t=this.getLocalizedRoute({name:"index-games-provider",params:{provider:e.provider}});this.$store.dispatch("SET_SCROLL_TO_GAMES",!0),this.$router.push(t),this.showSearch&&this.$store.dispatch("modules/search/SET_SHOW_SEARCH",!1)}},onMouseEnter(){this.$device.isDesktop&&(this.showTooltip=!0)},isLongLabel(e){return this.$device.isMobile&&(null==e?void 0:e.length)>14},providerBadgeImage:n.gb,getBsOriginalsBadges(){var e=[this.GAME_BADGES.bs_original];return this.isBsOriginalsCrashGame&&this.playersCountInCrashGame&&this.playersCountInCrashGame>=3&&e.push({class:"is-players-count",label:this.playersCountInCrashGame,icon:"icon-user"}),e},visibilityChanged(e){this.isGameVisible=e}}},y=(o(3413),o(226)),k=o(3415),component=Object(y.a)(w,(function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"observe-visibility",rawName:"v-observe-visibility",value:e.visibilityChanged,expression:"visibilityChanged"}],staticClass:"game",class:{"is-clicked":e.showClickAnimation},on:{animationend:e.animationEnded}},[e.showTooltip?t("div",{staticClass:"game-provider__tooltip-wrap"},[t("div",{staticClass:"game-provider__tooltip",style:e.providerTooltipStyles},[e._v("\n "+e._s(e.providerTitle)+"\n ")])]):e._e(),e._v(" "),t("a",{staticClass:"c-game-container",class:{"is-forbid-bonus":e.isGameRestrictedByBonus},attrs:{href:e.gameRoute},on:{click:function(t){return t.preventDefault(),(t=>e.setPlayForFunAndOpenGame(t,!1)).apply(null,arguments)}}},[e.isGameRestrictedByBonus?t("div",{staticClass:"c-game-forbid-bonus"},[t("div",{staticClass:"game-lock"},[t("svg-icon",{staticClass:"game-lock__icon",attrs:{name:"icon-lock"}})],1),e._v(" "),t("span",[e._v(e._s(e.$t("unavailable_with_bonus")))])]):e.hideBadges?e._e():t("div",{staticClass:"c-game-badges"},[t("div",{staticClass:"c-game-badges-collection"},e._l(e.badges,(function(o,i){return t("span",{key:"".concat(i,"-").concat(o.label),staticClass:"c-game-badge",class:[o.class,{"is-long-label":e.isLongLabel(o.label)}]},[o.icon?t("svg-icon",{staticClass:"c-game-badge__icon",attrs:{name:o.icon}}):e._e(),e._v(" "),t("span",{staticClass:"c-game-badge__text",domProps:{innerHTML:e._s(o.label)}})],1)})),0),e._v(" "),t("span",{staticClass:"game-badge-separator"}),e._v(" "),e.shouldShowFavoriteIcon?t("span",{staticClass:"game-badge-favorite is-bagde-hover",class:{"is-favorite":e.isFavorite},on:{click:function(t){return t.preventDefault(),(t=>e.toggleFavorites(t,e.game)).apply(null,arguments)}}},[t("svg-icon",{staticClass:"game-badge-favorite__icon",attrs:{name:"icon-heart"}})],1):e._e(),e._v(" "),e.$device.isDesktop?t("span",{staticClass:"game-badge-provider is-bagde-hover",on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.goToProvidersPage(e.game)},mouseenter:e.onMouseEnter,mouseleave:function(t){e.showTooltip=!1}}},[t("span",{staticClass:"game-badge-provider__overlay"}),e._v(" "),t("img",{staticClass:"game-badge-provider__icon",attrs:{src:e.providerBadgeImage(e.game.provider),alt:e.providerTitle}})]):e._e()]),e._v(" "),t("div",{staticClass:"c-game-box"},["authentic/auto_blaze"===e.game.identifier?t("iframe",{staticClass:"c-game-box__image",attrs:{src:"https://video.seenthis.se/v2/live/misc/bitstarz-blaze.html",title:"Game box image iframe"}}):e.lazyImages?t("img",{directives:[{name:"lazy",rawName:"v-lazy",value:e.game.portrait_cdn_path,expression:"game.portrait_cdn_path"}],staticClass:"c-game-box__image",attrs:{lazy:"loading",alt:e.gameAltTag}}):t("img",{staticClass:"c-game-box__image",attrs:{src:e.game.portrait_cdn_path,alt:e.gameAltTag}}),e._v(" "),t("transition",{attrs:{name:"slide-fade"}},[e.isGameVisible&&e.latestWin?t("div",{staticClass:"c-game-box__latest-win"},[e._v("\n 💰 "+e._s(e.latestWin)+"\n ")]):e._e()])],1)])])}),[],!1,null,null,null);"function"==typeof k.default&&Object(k.default)(component);t.a=component.exports},2338:function(e,t){e.exports=function(e){e.options.__i18n=e.options.__i18n||[],e.options.__i18n.push('{"en":{"starting_in":"Starting in:","lobby":"Livespin","unavailable_with_bonus":"Unavailable with active bonus"},"ja":{"starting_in":"開始まで 残り:","lobby":"Livespin","unavailable_with_bonus":"アクティブボーナスで利用不可"},"pt-BR":{"starting_in":"Começa em:","lobby":"Livespin","unavailable_with_bonus":"Indisponível com bônus ativo"},"ru":{"starting_in":"До начала:","lobby":"Livespin","unavailable_with_bonus":"Недоступно при активном бонусе"},"zh-CN":{"starting_in":"开始于:","lobby":"Livespin","unavailable_with_bonus":"无法使用奖金进行该游戏"}}'),delete e.options._Ctor}},2900:function(e,t,o){var content=o(3412);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,o(367).default)("55b4b37e",content,!0,{sourceMap:!1})},2901:function(e,t,o){var content=o(3414);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,o(367).default)("7b918052",content,!0,{sourceMap:!1})},3329:function(e,t,o){"use strict";var r={name:"LazyScrollLoader",components:{Spinner:o(1430).default}},n=(o(3411),o(226)),component=Object(n.a)(r,(function(){var e=this._self._c;return e("div",{staticClass:"c-lazy-scroll-loader-wrapper"},[e("Spinner",{attrs:{"is-light":""}})],1)}),[],!1,null,null,null);t.a=component.exports},3411:function(e,t,o){"use strict";o(2900)},3412:function(e,t,o){var r=o(366)((function(i){return i[1]}));r.push([e.i,".c-lazy-scroll-loader-wrapper{align-items:center;display:flex;height:60px;justify-content:center;width:100%}.is-mobile .c-lazy-scroll-loader-wrapper,.is-tablet .c-lazy-scroll-loader-wrapper{height:40px}",""]),r.locals={},e.exports=r},3413:function(e,t,o){"use strict";o(2901)},3414:function(e,t,o){var r=o(366)((function(i){return i[1]}));r.push([e.i,'.c-game-container{background:#2b2740;border-radius:10px;display:block;overflow:hidden;position:relative;-webkit-text-decoration:none;text-decoration:none;z-index:1}.c-game-container.is-forbid-bonus{pointer-events:none}@media(hover:hover){.c-game-container:hover{background:#3c3955}.c-game-container:hover .is-bagde-hover{opacity:1}.c-game-container:hover .c-game-box__image{transform:scale3d(1.05,1.05,1)}.c-game-container:hover .win-amount-original{width:100%}}.c-game-badges{display:flex;left:10px;position:absolute;top:10px;white-space:nowrap;width:calc(100% - 20px);z-index:3}.c-game-badges span{flex:0 0 auto;margin:0 3px 3px 0}.c-game-badges span:last-child{margin-right:0}.c-game-badges .c-game-badge__text{margin:0}.c-game-badges .win-amount-original{display:inline-flex;overflow:hidden;transition:width .2s ease;width:0}@media(max-width:768px){.c-game-badges{left:5px;top:5px;width:calc(100% - 10px)}}.c-game-badges-collection{display:flex;flex:1 1 auto;flex-wrap:wrap}@media(max-width:1300px){.is-desktop .c-game-badges-collection{display:none}}.c-game-badge{fill:#fff;align-items:center;border-radius:4px;color:#fff;cursor:default;display:flex;font-size:11px;font-weight:700;height:24px;line-height:24px;padding:0 4px;position:relative}.c-game-badge.is-highest{background-color:#00bd71;display:flex;font-weight:700}.c-game-badge.is-highest.is-multiplier{background-color:#854dff}.c-game-badge.is-highest.is-hot-rtp{background-color:#e31351}.c-game-badge.is-highest.is-cold-rtp{background-color:#3861fb}@media(max-width:1024px){.c-game-badge.is-highest .c-game-badge__text span{display:none}}.c-game-badge.is-new{background-color:#e31351}.c-game-badge.is-featured{background-color:#e67e22}.c-game-badge.is-featured.b-icon-hot .c-game-badge__icon{height:14px;margin:0;width:14px}.c-game-badge.is-exclusive{background-color:#00bd71}.c-game-badge.is-jackpot{background:#854dff;color:#fff}@media(max-width:478px){.c-game-badge.is-jackpot{white-space:nowrap}}.c-game-badge.is-vip-limit{background-color:#ffd22f;color:#161421}.c-game-badge.is-long-label{font-size:10px}.c-game-badge.is-bs-original{background-color:#e31351;margin-right:5px}.c-game-badge.is-players-count{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:rgba(27,25,40,.4)}.c-game-badge.is-bs-original,.c-game-badge.is-players-count{margin-bottom:4px}.c-game-badge.is-live{background-color:#e31351}.c-game-badge.is-later{background-color:rgba(27,25,40,.8)}.c-game-badge.is-later .countdown-timer__icon{height:12px;width:12px}.lang-pt-BR.is-mobile .livespins-countdown,.lang-ru.is-mobile .livespins-countdown{font-size:10px}.c-game-badge__icon{height:12px;margin-right:4px;width:12px}.is-bs-original .c-game-badge__icon{fill:#fff}.game-badge-favorite{background-color:hsla(0,0%,100%,.3);border-radius:50%;cursor:pointer;height:24px;position:relative;width:24px}.game-badge-favorite.is-favorite,.game-badge-favorite:hover{background-color:#e31351}.game-badge-favorite.is-favorite:hover{background-color:#fc4777}.game-badge-favorite__icon{fill:#fff;height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.game-badge-provider{cursor:pointer;display:inline-block;height:24px;overflow:hidden;position:relative;width:24px}.game-badge-provider .game-badge-provider__overlay{background-color:hsla(0,0%,100%,.2);border-radius:50%;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.15s ease;width:100%}.game-badge-provider:hover .game-badge-provider__overlay{opacity:1}.game-badge-provider__icon{height:100%;width:100%}.is-bagde-hover{opacity:0;transition:all .2s ease-out}.game-provider__tooltip-wrap{height:24px;position:absolute;right:20px;top:20px;width:24px}.game-provider__tooltip{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#57546e;border-radius:4px;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;left:50%;line-height:18px;position:absolute;text-transform:capitalize;top:-36px;transform:translateX(-50%);white-space:nowrap;z-index:101}.game-provider__tooltip:after{background-color:#57546e;bottom:-5px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px}.game-badge-separator{display:block;height:24px;margin-left:auto;width:1px}.c-game-forbid-bonus{text-wrap:balance;color:#fff;flex-direction:column;font-size:12px;font-weight:600;gap:10px;height:100%;left:0;line-height:1.5;padding:0 15px;position:absolute;text-align:center;top:0;width:100%;z-index:3}.c-game-forbid-bonus,.game-lock{align-items:center;display:flex;justify-content:center}.game-lock{aspect-ratio:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:hsla(0,0%,100%,.2);border-radius:50%;width:50px}.game-lock__icon{fill:#fff;height:21px;width:16px}.c-game-box{backface-visibility:hidden;background-color:transparent;border-radius:10px 10px 0 0;display:block;overflow:hidden;padding-top:134.26%;position:relative}.is-livespins-landscape .c-game-box{padding-top:53.71%}.c-game-box__image{border:0;height:100%;left:0;position:absolute;top:0;transform:translateZ(0);transition:transform .15s cubic-bezier(.4,0,.2,1);width:100%;z-index:2}.is-forbid-bonus .c-game-box__image{filter:grayscale(1);opacity:.3}.c-game-box__image[lazy=loading]{opacity:0}.c-game-box__image-lazy[lazy=loaded],.c-game-box__image[lazy=error]{opacity:1}.c-game-box__latest-win{align-items:center;background:linear-gradient(to bottom right,#ffe27a,#ffd22f,#e5b400);border-radius:4px;bottom:5px;box-shadow:0 0 6px rgba(255,239,181,.5),inset 0 0 11px rgba(176,32,75,.25);color:#161421;display:flex;font-size:12px;font-weight:700;height:24px;line-height:14px;padding:0 5px;position:absolute;right:5px;z-index:5}.slide-fade-enter-active{animation:latest-win-enter .35s;animation-fill-mode:forwards}.slide-fade-leave-active{animation:latest-win-leave .35s;animation-fill-mode:forwards}.is-mobile .c-game-badge.is-bs-original,.is-tablet .c-game-badge.is-bs-original{margin-right:4px}.is-mobile .c-game-badge.is-bs-original,.is-mobile .c-game-badge.is-players-count,.is-tablet .c-game-badge.is-bs-original,.is-tablet .c-game-badge.is-players-count{height:20px}.is-mobile .c-game-badge.is-bs-original .c-game-badge__icon,.is-mobile .c-game-badge.is-players-count .c-game-badge__icon,.is-tablet .c-game-badge.is-bs-original .c-game-badge__icon,.is-tablet .c-game-badge.is-players-count .c-game-badge__icon{height:10px;width:10px}.is-mobile .c-game-badge.is-bs-original .c-game-badge__text,.is-mobile .c-game-badge.is-players-count .c-game-badge__text,.is-tablet .c-game-badge.is-bs-original .c-game-badge__text,.is-tablet .c-game-badge.is-players-count .c-game-badge__text{font-size:10px}@keyframes latest-win-enter{0%{opacity:0;transform:translate3d(-40px,0,0)}50%{opacity:1;transform:translate3d(3px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes latest-win-leave{0%{opacity:1;transform:translateZ(0)}50%{transform:translate3d(0,-40px,0) scale(.8)}80%{opacity:0;transform:translate3d(0,-40px,0) scale(.8)}to{opacity:0}}',""]),r.locals={},e.exports=r},3415:function(e,t,o){"use strict";var r=o(2338),n=o.n(r);t.default=n.a}}]); //# sourceMappingURL=14b23a1.modern.js.map