(()=>{var e,t,o,n,a,m={98739:(e,t,o)=>{"use strict";o.d(t,{Z:()=>a});var n=o(6464);const a=e=>400===e.status||e.ok?e.json():401===e.status?Promise.reject(new n.RX):503===e.status?e.json().catch((()=>Promise.reject(new n.nl))).then((e=>Promise.reject(e.maintenance?new n.g1:new n.nl))):Promise.reject(new n.nl)},48441:(e,t,o)=>{(()=>{const e=[];Array.prototype.flat||e.push(o.e(92111).then(o.bind(o,92111))),window.AbortController||e.push(o.e(62157).then(o.t.bind(o,62157,23))),Promise.all(e)})()},50784:(e,t,o)=>{"use strict";o.d(t,{w:()=>h});var n=o(98739);const a=e=>{let{apiUrl:t,brandId:o,token:a}=e;return fetch("".concat("https://sport-cdn.betways.io/api/v2/auth/brand/").concat(o,"/identify"),{headers:{"Content-Type":"application/json",...a?{Authorization:"Bearer ".concat(a)}:{}}}).then(n.Z)},m=e=>{let{apiUrl:t,brandId:o,lang:a}=e;return fetch("".concat("https://sport-cdn.betways.io/api/v2/auth/brand/").concat(o,"/settings?lang=").concat(a),{headers:{"Content-Type":"application/json"}}).then(n.Z)};var s=o(25130);const h=(e,t)=>{let{apiUrl:o,brand_id:n,key:a,token:m,lang:h}=e,{signal:c,onFailedAttempt:d}=t;return(0,s.Z)((()=>i({apiUrl:o,brandId:n,key:a,token:m}).then((e=>r({apiUrl:o,brandId:n,token:e,lang:h})))),{signal:c,onFailedAttempt:d,retries:1e3,maxTimeout:6e4})},r=e=>{let{apiUrl:t,brandId:o,token:n,lang:s}=e;return(n?a:m)({apiUrl:t,brandId:o,token:n,lang:s}).then((e=>({brandId:o,token:n,...e})))},i=e=>{let{apiUrl:t,brandId:o,token:a,key:m}=e;return a?Promise.resolve(a):m?((e,t,o)=>fetch("".concat(e,"/api/v2/auth/brand/").concat(t,"/authorize"),{method:"POST",body:JSON.stringify({key:o})}).then((e=>400===e.status?"":(0,n.Z)(e))))(t,o,m):Promise.resolve()}},6464:(e,t,o)=>{"use strict";o.d(t,{CA:()=>m,F7:()=>a,Fe:()=>n,RX:()=>r,Tw:()=>b,W5:()=>c,a6:()=>h,dP:()=>d,dd:()=>f,g1:()=>l,ik:()=>i,nl:()=>s});const n="NetworkError";class a extends Error{constructor(){super(...arguments),this.name=n}}const m="ServerError";class s extends Error{constructor(){super(...arguments),this.name=m}}const h="SessionExpiredError";class r extends Error{constructor(){super(...arguments),this.name=h}}const i="TimeoutError";class c extends Error{constructor(){super(...arguments),this.name=i}}const d="MaintenanceError";class l extends Error{constructor(){super(...arguments),this.name=d}}const b="AbortError",f="OutdatedError"},25130:(e,t,o)=>{"use strict";o.d(t,{Z:()=>i});var n=o(4429);const a=new Set(["Failed to fetch","NetworkError when attempting to fetch resource.","The Internet connection appears to be offline.","Network request failed"]);class m extends Error{constructor(e){super(),e instanceof Error?(this.originalError=e,({message:e}=e)):(this.originalError=new Error(e),this.originalError.stack=this.stack),this.name="AbortError",this.message=e}}const s=(e,t,o)=>{const n=o.retries-(t-1);return e.attemptNumber=t,e.retriesLeft=n,e},h=e=>a.has(e),r=e=>new(DOMException||Error)(e);async function i(e,t){return new Promise(((o,a)=>{t={onFailedAttempt(){},retries:10,...t};const i=n.operation(t);i.attempt((async n=>{try{o(await e(n))}catch(e){if(!(e instanceof Error))return void a(new TypeError('Non-error was thrown: "'.concat(e,'". You should only throw errors.')));if(e instanceof m)i.stop(),a(e.originalError);else if(e instanceof TypeError&&!h(e.message))i.stop(),a(e);else{s(e,n,t);try{await t.onFailedAttempt(e)}catch(e){return void a(e)}i.retry(e)||a(i.mainError())}}})),t.signal&&!t.signal.aborted&&t.signal.addEventListener("abort",(()=>{i.stop();const e=void 0===t.signal.reason?r("The operation was aborted."):t.signal.reason;a(e instanceof Error?e:r(e))}),{once:!0})}))}},4429:(e,t,o)=>{e.exports=o(30470)},30470:(e,t,o)=>{var n=o(14727);t.operation=function(e){var o=t.timeouts(e);return new n(o,{forever:e&&(e.forever||e.retries===1/0),unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})},t.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1e3,maxTimeout:1/0,randomize:!1};for(var o in e)t[o]=e[o];if(t.minTimeout>t.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var n=[],a=0;a{function t(e,t){"boolean"==typeof t&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._timer=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}e.exports=t,t.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts.slice(0)},t.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timer&&clearTimeout(this._timer),this._timeouts=[],this._cachedTimeouts=null},t.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=(new Date).getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.push(e),this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var o=this._timeouts.shift();if(void 0===o){if(!this._cachedTimeouts)return!1;this._errors.splice(0,this._errors.length-1),o=this._cachedTimeouts.slice(-1)}var n=this;return this._timer=setTimeout((function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout((function(){n._operationTimeoutCb(n._attempts)}),n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)}),o),this._options.unref&&this._timer.unref(),!0},t.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var o=this;this._operationTimeoutCb&&(this._timeout=setTimeout((function(){o._operationTimeoutCb()}),o._operationTimeout)),this._operationStart=(new Date).getTime(),this._fn(this._attempts)},t.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)},t.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)},t.prototype.start=t.prototype.try,t.prototype.errors=function(){return this._errors},t.prototype.attempts=function(){return this._attempts},t.prototype.mainError=function(){if(0===this._errors.length)return null;for(var e={},t=null,o=0,n=0;n=o&&(t=a,o=s)}return t}},14240:(e,t,o)=>{var n={"./":[22844,32822],"./card":[32e3,37384,32620,35045],"./card.js":[32e3,37384,32620,35045],"./index":[22844,32822],"./index.js":[22844,32822],"./sidebar":[54357,37384,32620,56841],"./sidebar.js":[54357,37384,32620,56841],"./table":[16316,37384,32620,27672],"./table.js":[16316,37384,32620,27672]};function a(e){if(!o.o(n,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=n[e],a=t[0];return Promise.all(t.slice(1).map(o.e)).then((()=>o(a)))}a.keys=()=>Object.keys(n),a.id=14240,e.exports=a},65269:(e,t,o)=>{var n={"./006/layoutOverrides":[19502,37384,32620,65059],"./009/layoutOverrides":[20309,37384,32620,79372],"./4rabet/layoutOverrides":[45086,37384,32620,98375],"./amuletobet/layoutOverrides":[41023,37384,32620,16699],"./bluechip/layoutOverrides":[82314,37384,32620,61372],"./bons-india/layoutOverrides":[36380,37384,32620,80036],"./boom-casino/layoutOverrides":[51527,37384,32620,65304],"./brand-10/layoutOverrides":[6010,37384,32620,50957],"./bullcasino/layoutOverrides":[18173,37384,32620,3495],"./casino-me/layoutOverrides":[97943,37384,32620,87704],"./casinosky/layoutOverrides":[17667,37384,32620,37394],"./casinozer/layoutOverrides":[93320,37384,32620,5370],"./casitabi/layoutOverrides":[17790,37384,32620,47079],"./freedomcasino/layoutOverrides":[55575,37384,32620,77053],"./no-limit-casino/layoutOverrides":[59681,37384,32620,10580],"./nolimitbet/layoutOverrides":[97986,37384,32620,63676],"./opabet/layoutOverrides":[20711,37384,32620,71871],"./playboom/layoutOverrides":[50958,37384,32620,72145],"./simple-casino/layoutOverrides":[66551,37384,32620,35971],"./spinlira/layoutOverrides":[81093,37384,32620,29011],"./wettenlive/layoutOverrides":[81268,37384,32620,95259]};function a(e){if(!o.o(n,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=n[e],a=t[0];return Promise.all(t.slice(1).map(o.e)).then((()=>o(a)))}a.keys=()=>Object.keys(n),a.id=65269,e.exports=a},48957:(e,t,o)=>{var n={"./004/theme.json":[29208,95185],"./006/theme.json":[3723,13880],"./009/theme.json":[71535,3933],"./1-good-bet/theme.json":[72240,61615],"./1bet/theme.json":[50701,53829],"./1go-casino-dark/theme.json":[85083,16606],"./1go-casino-light/theme.json":[3586,96657],"./324-bet/theme.json":[91589,20449],"./4rabet/theme.json":[71615,69320],"./500-casino/theme.json":[52929,13438],"./777xbet/theme.json":[70331,41809],"./999game/theme.json":[24048,75303],"./9f/theme.json":[44372,3215],"./9win/theme.json":[65917,21220],"./acertosbet/theme.json":[52151,38342],"./africa365/theme.json":[36002,16856],"./afun/theme.json":[90043,89713],"./allspins/theme.json":[92545,567],"./amuletobet/theme.json":[58239,37162],"./amusino/theme.json":[45324,76077],"./anonym-bet/theme.json":[48185,21873],"./apostaganha/theme.json":[18590,1488],"./apostareal/theme.json":[1209,77667],"./apuestas-royal-tile/theme.json":[11387,7551],"./apuestas-royal/theme.json":[96357,10189],"./arbety/theme.json":[80289,24186],"./b7/theme.json":[44774,59405],"./bCraft/theme.json":[95413,8236],"./bazed/theme.json":[39694,19034],"./bc-game-dark-classic/theme.json":[2532,68446],"./bc-game-dark-sidebar/theme.json":[20153,23153],"./bc-game-dark-tile/theme.json":[54895,29713],"./bc-game-light-classic/theme.json":[67067,41154],"./bc-game-light-sidebar/theme.json":[54080,66319],"./bc-game-light-tile/theme.json":[24570,25554],"./bdmbet/theme.json":[91692,69387],"./bestybet/theme.json":[91884,23823],"./bet-blast/theme.json":[35476,12398],"./bet-hive/theme.json":[49009,35944],"./bet-runner/theme.json":[45928,39827],"./bet2hub/theme.json":[27018,63236],"./bet88/theme.json":[45436,28971],"./betBoro/theme.json":[76762,40177],"./betbet/theme.json":[48621,62003],"./betcred/theme.json":[1663,1734],"./betdasorte/theme.json":[81487,89857],"./betero/theme.json":[43152,10001],"./betfury/theme.json":[68896,28295],"./betgame-gg/theme.json":[87369,65551],"./betiex/theme.json":[26270,4513],"./betify/theme.json":[7637,26726],"./betime/theme.json":[74770,52275],"./betino/theme.json":[56501,89968],"./betiro/theme.json":[6133,16230],"./betium/theme.json":[20295,56276],"./betlivecasino/theme.json":[3897,90692],"./betnova/theme.json":[78723,41053],"./betnroll/theme.json":[44975,29723],"./betogooal/theme.json":[28225,32108],"./betonredgo/theme.json":[53951,54657],"./betonredng/theme.json":[36871,2549],"./betpanda-tile/theme.json":[37609,10519],"./betpanda/theme.json":[11585,81114],"./betpix/theme.json":[94446,38585],"./betplay/theme.json":[38418,59723],"./betrari/theme.json":[88563,1226],"./betset/theme.json":[63318,83532],"./betsixty/theme.json":[402,66889],"./betsloty/theme.json":[39376,89626],"./betsmixer/theme.json":[13819,84610],"./betspino/theme.json":[53966,6153],"./betstar777/theme.json":[62087,49009],"./better-dice-casino/theme.json":[39250,52420],"./betters/theme.json":[3289,40110],"./bettyman/theme.json":[58413,31737],"./bilbet-sidebar/theme.json":[10874,94722],"./bilbet/theme.json":[73532,66103],"./bingolar/theme.json":[53573,33394],"./bit-bet/theme.json":[87130,13915],"./bitcoin-game/theme.json":[63849,63454],"./bitibet/theme.json":[99472,50792],"./bitwallet/theme.json":[77624,62937],"./bitz-sidebar/theme.json":[1527,65653],"./bitz/theme.json":[29438,46769],"./black-magic-casino/theme.json":[70968,40720],"./blaze-tile/theme.json":[4966,9392],"./blaze/theme.json":[35045,45890],"./blitz/theme.json":[67147,6358],"./blockbet/theme.json":[99880,33236],"./blood-moon/theme.json":[88858,4267],"./bluechip/theme.json":[19971,5946],"./bmt/theme.json":[93695,88793],"./bons-india/theme.json":[41913,71387],"./bons/theme.json":[3854,81511],"./boom-casino/theme.json":[99638,45666],"./booms/theme.json":[17026,5151],"./brabet/theme.json":[46428,91508],"./brand-10/theme.json":[17096,36696],"./bruce-pokies/theme.json":[8899,80976],"./bruno-casino/theme.json":[3397,80621],"./brwin/theme.json":[10810,36075],"./btc365/theme.json":[25458,97868],"./bullcasino/theme.json":[31491,51958],"./bullsbet/theme.json":[22198,66032],"./caesars-arena/theme.json":[45453,83037],"./caibo/theme.json":[77066,30988],"./candyspinz/theme.json":[15945,11224],"./capospin/theme.json":[74820,82219],"./captains-bet/theme.json":[90494,36020],"./carthagebet/theme.json":[80786,76660],"./casabet/theme.json":[55057,64691],"./casino-charles/theme.json":[78263,37928],"./casino-me/theme.json":[62976,31299],"./casino-royale/theme.json":[99663,38791],"./casino-x/theme.json":[62125,72190],"./casinoestrella/theme.json":[39734,43800],"./casinolevant/theme.json":[79258,82044],"./casinosky/theme.json":[21399,99148],"./casinow/theme.json":[72465,77224],"./casinozer/theme.json":[90892,43748],"./casitabi/theme.json":[1274,26492],"./championgames-dark/theme.json":[44909,23355],"./championgames-light/theme.json":[44539,84920],"./chill-bet/theme.json":[91149,84672],"./chips/theme.json":[92626,88105],"./cibet365/theme.json":[17053,25055],"./clubs7/theme.json":[19226,9680],"./clutch-app/theme.json":[174,83229],"./coins-game/theme.json":[65030,39807],"./coolzino/theme.json":[18416,61593],"./cosmicslot/theme.json":[45760,62897],"./crashino/theme.json":[45424,50212],"./cricketbook-light/theme.json":[62917,5340],"./cricketbook/theme.json":[40256,96641],"./crypto-casino/theme.json":[4194,75312],"./cryptoleo/theme.json":[42525,51124],"./cryptorino/theme.json":[60857,37061],"./cryptostar365/theme.json":[27576,42160],"./crystalroll/theme.json":[19440,68746],"./csgo-empire/theme.json":[34797,49304],"./damble-card/theme.json":[40531,99584],"./damble/theme.json":[60450,27559],"./damslots/theme.json":[33675,19869],"./dealbet/theme.json":[63319,47839],"./dedprz/theme.json":[74163,29456],"./deepwin365/theme.json":[22696,21259],"./default-table/theme.json":[13643,19771],"./default/theme.json":[42863,77284],"./degenwin/theme.json":[62838,636],"./deloro-casino/theme.json":[23164,95459],"./demo-blue-dark-card/theme.json":[19756,24684],"./demo-blue-dark-sidebar/theme.json":[36509,31583],"./demo-blue-dark-table/theme.json":[15037,6285],"./demo-blue-white-card/theme.json":[58914,76942],"./demo-blue-white-sidebar/theme.json":[92701,17818],"./demo-blue-white-table/theme.json":[36658,31383],"./demo-cardinal-dark-card/theme.json":[87748,35810],"./demo-cardinal-dark-sidebar/theme.json":[97930,99302],"./demo-cardinal-dark-table/theme.json":[75267,26564],"./demo-darkblue-white-card/theme.json":[76784,28631],"./demo-darkblue-white-sidebar/theme.json":[34097,60041],"./demo-darkblue-white-table/theme.json":[99042,62770],"./demo-green-dark-card/theme.json":[7644,4686],"./demo-green-dark-sidebar/theme.json":[34074,70776],"./demo-green-dark-table/theme.json":[71661,82314],"./demo-green-orange-card/theme.json":[85662,54723],"./demo-green-orange-sidebar/theme.json":[88946,57853],"./demo-green-orange-table/theme.json":[18615,35357],"./demo-green-white-card/theme.json":[41e3,82128],"./demo-green-white-sidebar/theme.json":[65202,55588],"./demo-green-white-table/theme.json":[69111,90304],"./demo-lightgreen-dark-card/theme.json":[26136,57616],"./demo-lightgreen-dark-sidebar/theme.json":[5199,60163],"./demo-lightgreen-dark-table/theme.json":[34324,72327],"./demo-orange-darkblue-card/theme.json":[22308,40769],"./demo-orange-darkblue-sidebar/theme.json":[94516,14805],"./demo-orange-darkblue-table/theme.json":[32114,38677],"./demo-purple-white-card/theme.json":[50669,65086],"./demo-purple-white-sidebar/theme.json":[43458,91804],"./demo-purple-white-table/theme.json":[72947,57695],"./demo-red-blue-card/theme.json":[447,84887],"./demo-red-blue-sidebar/theme.json":[78740,1945],"./demo-red-blue-table/theme.json":[9438,63220],"./demo-red-dark-card/theme.json":[9525,88890],"./demo-red-dark-sidebar/theme.json":[82266,53925],"./demo-red-dark-table/theme.json":[56138,91254],"./demo-red-purple-card/theme.json":[49041,81997],"./demo-red-purple-sidebar/theme.json":[81823,36304],"./demo-red-purple-table/theme.json":[3048,89033],"./demo-red-white-card/theme.json":[74427,7876],"./demo-red-white-sidebar/theme.json":[32338,18660],"./demo-red-white-table/theme.json":[86830,40038],"./demo-turquoise-dark-card/theme.json":[87770,72718],"./demo-turquoise-dark-sidebar/theme.json":[88613,12341],"./demo-turquoise-dark-table/theme.json":[18941,53229],"./demo-yellow-dark-card/theme.json":[74384,42747],"./demo-yellow-dark-sidebar/theme.json":[77404,92554],"./demo-yellow-dark-table/theme.json":[87032,53941],"./dial4win/theme.json":[78936,64703],"./dice-bet/theme.json":[44958,41308],"./discasino/theme.json":[77785,49801],"./diskbets/theme.json":[18204,61899],"./donaldbet/theme.json":[95852,43946],"./donxbet/theme.json":[47962,85704],"./dozenspins/theme.json":[21902,48222],"./dreamsturf/theme.json":[73246,26959],"./drip-casino/theme.json":[87426,99677],"./duck-dice/theme.json":[17784,19868],"./duck-vegas/theme.json":[80247,55096],"./duel/theme.json":[49904,61447],"./easybet/theme.json":[88953,63589],"./ebit/theme.json":[46815,60836],"./elisabet/theme.json":[1075,15925],"./eurowin/theme.json":[82017,58834],"./even-bet-gaming/theme.json":[31990,64015],"./example-theme-v2/theme.json":[55742,43390],"./ezcash-dark/theme.json":[49902,73538],"./ezcash-light/theme.json":[13153,75698],"./f7-casino/theme.json":[55609,64669],"./felixspin/theme.json":[98526,8196],"./flabet/theme.json":[40814,54806],"./flamingo/theme.json":[48150,55464],"./flamm/theme.json":[64436,6364],"./flappy/theme.json":[82325,37110],"./fortune-jack/theme.json":[74925,3085],"./fortunes-casino/theme.json":[49963,68083],"./freedomcasino/theme.json":[14898,6922],"./fresh-casino-dark/theme.json":[39973,33850],"./fresh-casino-light/theme.json":[21639,15076],"./fun88/theme.json":[31125,55930],"./fun88mx/theme.json":[24129,18116],"./futbet/theme.json":[36957,56356],"./gamba/theme.json":[57664,32987],"./gamblingapes/theme.json":[723,77782],"./gamer777/theme.json":[71520,19410],"./gaming-art-tech-dark/theme.json":[38647,40894],"./gaming-art-tech-light/theme.json":[48700,48156],"./gamix/theme.json":[88830,25824],"./gana777-mexico/theme.json":[11748,17376],"./gana777/theme.json":[10415,15264],"./get-x/theme.json":[45577,95529],"./gogoroyal/theme.json":[9320,62207],"./gold-bet/theme.json":[37393,87444],"./golden-panda/theme.json":[37653,537],"./golden-reels/theme.json":[56862,22080],"./goldenbuzz/theme.json":[68114,71342],"./goldrush/theme.json":[90325,96110],"./goodwin-365/theme.json":[32505,99319],"./goxbet/theme.json":[28350,95219],"./greenada-casino/theme.json":[16214,69692],"./hellbet/theme.json":[77697,32341],"./hellcasino/theme.json":[22614,71627],"./hexabet/theme.json":[63331,37804],"./heybets-card/theme.json":[25190,29650],"./heybets/theme.json":[25561,92252],"./highflybet/theme.json":[4228,34460],"./hiperwin/theme.json":[77868,19437],"./housebets/theme.json":[53626,6640],"./howl/theme.json":[84161,99014],"./ht-game/theme.json":[25834,74682],"./hugewin/theme.json":[96805,47072],"./hunnyplay/theme.json":[87430,8568],"./hypersino-dark/theme.json":[34682,43473],"./hypersino-light/theme.json":[86695,81621],"./i-casino-247/theme.json":[96933,18873],"./i-jogo/theme.json":[45718,36796],"./ibox-dark/theme.json":[90060,18514],"./ibox-light/theme.json":[96669,78393],"./insbet-noah/theme.json":[53578,47756],"./instant-casino/theme.json":[82715,83887],"./izibet/theme.json":[55899,76144],"./izzi-casino/theme.json":[19108,60713],"./jet-classic/theme.json":[67746,46435],"./jetbet365/theme.json":[51865,74784],"./jettbet/theme.json":[51414,4031],"./jibibet/theme.json":[29150,12006],"./jogapix/theme.json":[69449,94388],"./joinbet/theme.json":[94161,83087],"./jokabet/theme.json":[83994,11926],"./jonbet/theme.json":[17414,13625],"./joy-casino/theme.json":[66643,66229],"./juegaenlinea/theme.json":[70237,34508],"./juegalo/theme.json":[78828,86903],"./jugame/theme.json":[38077,87071],"./juked/theme.json":[29499,22496],"./jungle-bet/theme.json":[67554,18860],"./jungliwin/theme.json":[53807,52636],"./justbit/theme.json":[91801,5207],"./kikabet/theme.json":[36988,63007],"./kinghills/theme.json":[48530,34874],"./knifex/theme.json":[19082,31389],"./koko-bet/theme.json":[17347,71276],"./kolay-bet/theme.json":[14331,73783],"./koora365/theme.json":[82815,39744],"./kripty/theme.json":[68439,30309],"./krundi/theme.json":[29242,14255],"./kzsw/theme.json":[42622,74713],"./lady-linda/theme.json":[31252,44541],"./lalabet/theme.json":[67726,33469],"./lastchanceslots/theme.json":[24465,50925],"./lazybar/theme.json":[81704,82571],"./legionwin/theme.json":[17744,48090],"./legzo/theme.json":[31788,64101],"./lettobet/theme.json":[26532,81972],"./lex-casino/theme.json":[93457,5248],"./li-bet/theme.json":[32529,52512],"./liraspin/theme.json":[62705,25088],"./livebet/theme.json":[34281,58619],"./livesportscity/theme.json":[89293,96525],"./loonaspin/theme.json":[71164,86809],"./lotodobicho/theme.json":[73056,82513],"./lotus-fair/theme.json":[99812,95323],"./lotus365/theme.json":[22649,19171],"./luck-of-spins/theme.json":[12493,63689],"./lucky-pays/theme.json":[27884,83742],"./luckyblock/theme.json":[2085,86980],"./luckywhale/theme.json":[91871,37883],"./m88/theme.json":[18978,65917],"./mars-bingo/theme.json":[79663,46202],"./maxibet/theme.json":[11191,86259],"./mega-bet/theme.json":[37270,17524],"./megadice/theme.json":[45370,89510],"./megarich/theme.json":[22700,34355],"./memebet/theme.json":[67154,65307],"./memo-casino/theme.json":[83305,16573],"./mercure/theme.json":[41489,48935],"./merit-slot/theme.json":[56175,16078],"./metawin/theme.json":[89602,34786],"./mexplay/theme.json":[39664,44330],"./miki/theme.json":[86051,75395],"./millionz/theme.json":[43876,61967],"./monro-casino-dark/theme.json":[3264,67243],"./monro-casino-light/theme.json":[89281,79050],"./moon-roll/theme.json":[28236,27390],"./moonclub/theme.json":[10696,42182],"./mr-wicket/theme.json":[39851,33271],"./mrslots-club/theme.json":[94030,38249],"./museg/theme.json":[81227,21839],"./newking-casino/theme.json":[14452,68256],"./ninecasino/theme.json":[18233,79456],"./nitrobet/theme.json":[51223,47063],"./no-limit-casino/theme.json":[35245,7100],"./nolimitbet/theme.json":[6009,15499],"./nomaspin/theme.json":[6062,33195],"./obabet/theme.json":[6559,58122],"./olabet365/theme.json":[43294,20352],"./oley-bet/theme.json":[62823,667],"./olympbet-in/theme.json":[32155,8731],"./onlybets/theme.json":[58588,18297],"./opabet/theme.json":[28634,28769],"./openbox-light/theme.json":[44968,82099],"./openbox/theme.json":[83044,30626],"./orca88/theme.json":[44112,65522],"./osbet/theme.json":[32854,99347],"./overdogs/theme.json":[16765,71340],"./owl-games/theme.json":[12500,75921],"./palpibet/theme.json":[60684,51529],"./panda-casino/theme.json":[6568,98938],"./paris-casino/theme.json":[5929,70398],"./pesaland/theme.json":[93704,47475],"./pgone/theme.json":[7847,23387],"./pinup-bet/theme.json":[82843,21765],"./pixbet/theme.json":[46508,53361],"./pixcasino/theme.json":[22209,86153],"./planetbet777/theme.json":[91262,32617],"./platinum-club-vip/theme.json":[94639,21737],"./play-ripo/theme.json":[52879,38073],"./play999/theme.json":[46908,29548],"./playboom/theme.json":[68137,78010],"./playersclubvip/theme.json":[96083,28437],"./playexch/theme.json":[94481,28949],"./playexch2/theme.json":[12451,97615],"./pokerdom-tile/theme.json":[58220,75555],"./ppgaming-bet/theme.json":[81383,32239],"./ppgaming-pro/theme.json":[7402,26399],"./prisma/theme.json":[50347,71453],"./private-casino/theme.json":[72137,75238],"./project-41/theme.json":[83511,57996],"./promobet24/theme.json":[22760,27108],"./pure-casino/theme.json":[68655,92985],"./r2pbet/theme.json":[87701,67342],"./rainbet/theme.json":[63457,95095],"./rajabet/theme.json":[85046,33867],"./rajbet/theme.json":[7115,42226],"./rake/theme.json":[58559,95576],"./rakebit/theme.json":[17819,41921],"./razed-tile/theme.json":[8701,70807],"./razed/theme.json":[43286,86193],"./rbet/theme.json":[54956,11342],"./reelcrypto/theme.json":[21088,46567],"./rex-casino/theme.json":[16365,88356],"./ridottobet/theme.json":[40796,41981],"./rio-ace/theme.json":[41006,98742],"./rio-jogos/theme.json":[81988,27258],"./rio-play/theme.json":[17458,56290],"./riobet-dark/theme.json":[57176,25365],"./riobet-light/theme.json":[21955,82923],"./rioplay/theme.json":[28263,49181],"./rivalry/theme.json":[47905,54817],"./rocket-bets/theme.json":[67758,52498],"./rocketpot/theme.json":[53261,58028],"./rollbit/theme.json":[30816,1916],"./rollino/theme.json":[5489,33557],"./romancasino/theme.json":[99665,22508],"./roobet-tile/theme.json":[61173,82111],"./roobet/theme.json":[33263,76634],"./rox/theme.json":[80958,3023],"./royal-oak-casino/theme.json":[11380,21315],"./savaspin/theme.json":[1083,8041],"./scorpion/theme.json":[40097,97231],"./scrlbet/theme.json":[19697,79975],"./selector/theme.json":[78906,37063],"./sellutaparley/theme.json":[12164,73031],"./shin-queen/theme.json":[25477,79355],"./simple-casino/theme.json":[34918,66179],"./sirwin/theme.json":[84077,42530],"./sky365/theme.json":[24551,90010],"./slotit/theme.json":[80838,20915],"./slotmonster/theme.json":[33233,89973],"./slots-dreamer/theme.json":[59711,66357],"./slots-safari/theme.json":[24468,2889],"./slotsandbets/theme.json":[56840,92191],"./snatch-casino/theme.json":[65975,52226],"./snbets/theme.json":[95834,83961],"./sol-casino/theme.json":[55154,47901],"./solcasino-tile/theme.json":[55107,19412],"./solcasino/theme.json":[18658,10194],"./spacebet/theme.json":[89688,92835],"./spellwin/theme.json":[5161,7705],"./spinkolik/theme.json":[16241,91656],"./spinlira/theme.json":[60105,32870],"./starda/theme.json":[42580,1256],"./starzino/theme.json":[10071,37205],"./super-boss-dark/theme.json":[28736,43212],"./super-boss-light/theme.json":[89544,72530],"./superbook247/theme.json":[67005,34578],"./tank-tech-cards-1/theme.json":[84323,99639],"./tank-tech-cards-2/theme.json":[91886,44741],"./tank-tech-sidebar-1/theme.json":[48991,27931],"./tank-tech-sidebar-2/theme.json":[70183,1675],"./tbd/theme.json":[95817,90508],"./telbet/theme.json":[2392,53748],"./tez888/theme.json":[82642,55586],"./tg-casino/theme.json":[1376,96214],"./the-high-roller/theme.json":[59145,59934],"./the-red-lion-casino/theme.json":[81771,52574],"./tigonbet/theme.json":[73793,93541],"./tip-top-bet/theme.json":[43424,30613],"./tivit-bet/theme.json":[17656,43482],"./torocasino/theme.json":[25567,84699],"./trino-casino/theme.json":[61633,35995],"./tropino/theme.json":[95468,90225],"./tunwin/theme.json":[5043,83642],"./ultima-casino/theme.json":[62750,13698],"./uniconbet/theme.json":[58251,98234],"./up-x/theme.json":[25248,48498],"./vidobet/theme.json":[97402,55004],"./vipzino/theme.json":[62177,74679],"./vlw-bet/theme.json":[15162,45466],"./w9ja/theme.json":[41769,80517],"./wawawa7/theme.json":[75876,37777],"./wbetz/theme.json":[41802,88803],"./webet/theme.json":[52056,56908],"./weplay-games/theme.json":[20272,74080],"./wettenlive/theme.json":[36770,69659],"./whitelionbet/theme.json":[49877,3072],"./willbet/theme.json":[71914,1262],"./winaura/theme.json":[93306,81587],"./winnerz/theme.json":[95330,41507],"./winutopia/theme.json":[53985,15996],"./wsm-casino-tile/theme.json":[83768,80924],"./wsm-casino/theme.json":[61296,99671],"./wtg-bet/theme.json":[57530,37929],"./ybet/theme.json":[23019,40678],"./yoni-bet/theme.json":[72209,53405],"./zf310/theme.json":[42099,94183],"./zf357(c)-xfun/theme.json":[74454,70750],"./zf467/theme.json":[59427,64798],"./zf600-tb/theme.json":[51113,78679],"./zfrt373/theme.json":[64881,271],"./zfrt462/theme.json":[64155,13058],"./ziliionz/theme.json":[26241,53871],"./zoobet/theme.json":[14295,13381],"./zumospin/theme.json":[67272,17902]};function a(e){if(!o.o(n,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=n[e],a=t[0];return o.e(t[1]).then((()=>o.t(a,19)))}a.keys=()=>Object.keys(n),a.id=48957,e.exports=a}},s={};function h(e){var t=s[e];if(void 0!==t)return t.exports;var o=s[e]={id:e,loaded:!1,exports:{}};return m[e].call(o.exports,o,o.exports,h),o.loaded=!0,o.exports}h.m=m,h.F={},h.E=e=>{Object.keys(h.F).map((t=>{h.F[t](e)}))},h.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return h.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,h.t=function(o,n){if(1&n&&(o=this(o)),8&n)return o;if("object"==typeof o&&o){if(4&n&&o.__esModule)return o;if(16&n&&"function"==typeof o.then)return o}var a=Object.create(null);h.r(a);var m={};e=e||[null,t({}),t([]),t(t)];for(var s=2&n&&o;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((e=>m[e]=()=>o[e]));return m.default=()=>o,h.d(a,m),a},h.d=(e,t)=>{for(var o in t)h.o(t,o)&&!h.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},h.f={},h.e=e=>Promise.all(Object.keys(h.f).reduce(((t,o)=>(h.f[o](e,t),t)),[])),h.u=e=>"static/js/"+({271:"theme479",537:"theme243",567:"theme17",636:"theme148",667:"theme346",1226:"theme65",1256:"theme431",1262:"theme466",1488:"theme21",1675:"theme439",1734:"theme44",1916:"theme401",1945:"theme181",2549:"theme60",2889:"theme420",3023:"theme406",3072:"theme465",3085:"theme224",3215:"theme12",3495:"layoutOverrides8",3933:"theme2",3960:"locales-ka-po",4031:"theme274",4267:"theme89",4513:"theme49",4686:"theme162",5151:"theme95",5207:"theme287",5248:"theme304",5331:"locales-ar-po",5340:"theme132",5370:"layoutOverrides11",5605:"BRStatistics",5946:"theme90",6153:"theme70",6285:"theme152",6358:"theme87",6364:"theme222",6640:"theme257",6922:"theme226",7100:"theme341",7551:"theme23",7705:"theme428",7876:"theme189",8041:"theme408",8068:"VirtualSportTournament",8196:"theme219",8236:"theme27",8568:"theme261",8731:"theme347",8823:"MyBetsPage",9392:"theme85",9501:"locales-nl-po",9591:"locales-ms-po",9680:"theme126",10001:"theme46",10189:"theme24",10194:"theme426",10326:"VirtualSportEventPage",10519:"theme61",10580:"layoutOverrides14",11224:"theme106",11342:"theme388",11350:"locales-mk-po",11578:"locales-cs-po",11926:"theme278",12006:"theme275",12341:"theme193",12398:"theme37",12928:"locales-fil-po",13058:"theme480",13381:"theme482",13438:"theme9",13625:"theme279",13698:"theme453",13880:"theme1",13915:"theme78",14255:"theme295",14489:"OddsChanger",14805:"theme175",15076:"theme228",15264:"theme239",15499:"theme342",15925:"theme212",15996:"theme469",16078:"theme326",16230:"theme53",16573:"theme324",16606:"theme5",16699:"layoutOverrides3",16856:"theme15",16898:"ComboOfTheDayWidget",17376:"theme238",17524:"theme320",17648:"locales-sq-po",17818:"theme154",17902:"theme483",18116:"theme230",18297:"theme348",18325:"locales-fr-po",18514:"theme266",18660:"theme190",18860:"theme285",18873:"theme264",19034:"theme28",19171:"theme312",19177:"locales-hr-po",19410:"theme234",19412:"theme425",19437:"theme256",19454:"locales-az-po",19771:"theme146",19868:"theme207",19869:"theme142",19889:"locales-de-po",20352:"theme345",20449:"theme7",20580:"locales-hy-po",20915:"theme417",21220:"theme13",21259:"theme145",21315:"theme407",21521:"locales-th-po",21536:"TournamentPage",21737:"theme365",21765:"theme361",21839:"theme337",21873:"theme20",22080:"theme244",22369:"locales-da-po",22496:"theme284",22508:"theme403",23153:"theme30",23355:"theme121",23387:"theme360",23823:"theme36",24186:"theme25",24349:"locales-mn-po",24684:"theme150",24993:"locales-sv-po",25055:"theme125",25088:"theme306",25365:"theme395",25554:"theme34",25824:"theme237",26399:"theme374",26492:"theme120",26564:"theme158",26726:"theme50",26959:"theme205",27108:"theme378",27258:"theme393",27390:"theme333",27559:"theme141",27672:"layoutConfig7",27931:"theme438",27988:"EventsSchedule",28295:"theme47",28437:"theme369",28631:"theme159",28769:"theme349",28949:"theme370",28971:"theme41",29011:"layoutOverrides19",29456:"theme144",29548:"theme367",29650:"theme253",29713:"theme31",29723:"theme57",30309:"theme294",30517:"locales-uz-po",30613:"theme447",30626:"theme351",30817:"locales-bn-po",30988:"theme105",31281:"SearchPage",31299:"theme112",31383:"theme155",31389:"theme290",31544:"ThemeEditorApp",31583:"theme151",31737:"theme74",32024:"FavoritesPage",32108:"theme58",32239:"theme373",32341:"theme250",32349:"locales-zh-Hant-po",32617:"theme364",32696:"locales-ja-po",32822:"layoutConfig0",32870:"theme430",32987:"theme232",33002:"BonusPopup",33195:"theme343",33236:"theme88",33271:"theme335",33394:"theme77",33469:"theme298",33557:"theme402",33850:"theme227",33867:"theme382",34355:"theme322",34460:"theme255",34508:"theme281",34578:"theme435",34768:"App",34786:"theme327",34874:"theme289",35045:"layoutConfig1",35357:"theme167",35810:"theme156",35944:"theme38",35971:"layoutOverrides18",35995:"theme450",36020:"theme108",36075:"theme100",36222:"EventPage",36304:"theme187",36594:"PromoTournamentWidget",36696:"theme97",36796:"theme265",37061:"theme136",37063:"theme411",37110:"theme223",37162:"theme18",37205:"theme432",37394:"layoutOverrides10",37777:"theme460",37804:"theme252",37883:"theme316",37928:"theme111",37929:"theme472",38073:"theme366",38249:"theme336",38342:"theme14",38585:"theme63",38677:"theme176",38791:"theme113",39744:"theme293",39807:"theme128",39827:"theme39",40038:"theme191",40110:"theme73",40177:"theme42",40456:"TopBetsPage",40585:"TopOutrightWidget",40678:"theme473",40720:"theme84",40769:"theme174",40894:"theme235",41053:"theme56",41154:"theme32",41308:"theme199",41318:"locales-en-CA-po",41507:"theme468",41809:"theme10",41921:"theme385",41981:"theme391",42160:"theme137",42182:"theme334",42226:"theme383",42530:"theme415",42747:"theme195",43212:"theme433",43272:"SportPage",43390:"theme215",43473:"theme262",43478:"locales-pt-BR-po",43482:"theme448",43748:"theme119",43800:"theme115",43946:"theme202",44330:"theme328",44541:"theme297",44741:"theme437",45466:"theme458",45666:"theme94",45743:"locales-zh-po",45890:"theme86",46202:"theme318",46435:"theme272",46567:"theme389",46737:"locales-en-IN-po",46769:"theme83",46940:"locales-tr-po",47063:"theme340",47072:"theme260",47079:"layoutOverrides12",47475:"theme359",47556:"LivePage",47583:"locales-es-po",47756:"theme268",47839:"theme143",47901:"theme424",48090:"theme301",48156:"theme236",48222:"theme204",48498:"theme455",48935:"theme325",49009:"theme71",49181:"theme397",49304:"theme139",49801:"theme200",50046:"locales-id-po",50212:"theme131",50792:"theme80",50925:"theme299",50957:"layoutOverrides7",51124:"theme135",51529:"theme356",51958:"theme102",52201:"AllElementsList",52226:"theme422",52275:"theme51",52420:"theme72",52498:"theme399",52512:"theme305",52574:"theme445",52636:"theme286",53229:"theme194",53361:"theme362",53405:"theme474",53748:"theme441",53829:"theme4",53871:"theme481",53925:"theme184",53941:"theme197",54657:"theme59",54723:"theme165",54806:"theme220",54817:"theme398",55004:"theme456",55096:"theme208",55464:"theme221",55586:"theme442",55588:"theme169",55930:"theme229",56276:"theme54",56290:"theme394",56356:"theme231",56841:"layoutConfig5",56908:"theme462",56946:"BetSlip",57616:"theme171",57695:"theme179",57853:"theme166",57996:"theme377",58028:"theme400",58029:"CategoryPage",58122:"theme344",58372:"locales-kk-po",58619:"theme307",58834:"theme213",59405:"theme26",59723:"theme64",59934:"theme444",60041:"theme160",60163:"theme172",60713:"theme271",60738:"locales-hu-po",60836:"theme211",60953:"locales-et-po",61372:"layoutOverrides4",61447:"theme209",61593:"theme129",61615:"theme3",61899:"theme201",61967:"theme330",62003:"theme43",62026:"locales-el-po",62207:"theme241",62212:"locales-chr-po",62770:"theme161",62897:"theme130",62937:"theme81",63007:"theme288",63220:"theme182",63236:"theme40",63454:"theme79",63589:"theme210",63676:"layoutOverrides15",63689:"theme313",64015:"theme214",64101:"theme302",64510:"LiveEventPage",64669:"theme218",64691:"theme110",64703:"theme198",64798:"theme477",64865:"locales-sk-po",65037:"locales-pt-po",65059:"layoutOverrides0",65086:"theme177",65127:"locales-hi-po",65304:"layoutOverrides6",65307:"theme323",65522:"theme352",65551:"theme48",65653:"theme82",65917:"theme317",66032:"theme103",66103:"theme76",66173:"locales-it-po",66179:"theme414",66229:"theme280",66311:"SchedulePage",66319:"theme33",66357:"theme419",66889:"theme67",67243:"theme331",67342:"theme380",68083:"theme225",68256:"theme338",68446:"theme29",68746:"theme138",69320:"theme8",69387:"theme35",69659:"theme464",69692:"theme249",69976:"locales-se-po",70398:"theme358",70428:"locales-bs-po",70750:"theme476",70776:"theme163",70807:"theme386",70815:"locales-ko-po",70983:"locales-lv-po",71147:"locales-ro-po",71204:"locales-uk-po",71205:"locales-mr-po",71276:"theme291",71340:"theme354",71342:"theme245",71387:"theme92",71453:"theme375",71627:"theme251",71871:"layoutOverrides16",72145:"layoutOverrides17",72190:"theme114",72327:"theme173",72530:"theme434",72718:"theme192",73031:"theme412",73475:"locales-lt-po",73538:"theme216",73783:"theme292",73913:"locales-kn-po",74080:"theme463",74679:"theme457",74682:"theme259",74713:"theme296",74784:"theme273",74807:"locales-my-po",75238:"theme376",75296:"DashboardPage",75303:"theme11",75312:"theme134",75395:"theme329",75555:"theme372",75698:"theme217",75921:"theme355",76077:"theme19",76144:"theme270",76431:"locales-no-po",76634:"theme405",76660:"theme109",76808:"Euro2024Page",76942:"theme153",77053:"layoutOverrides13",77224:"theme118",77284:"theme147",77620:"locales-ur-po",77667:"theme22",77782:"theme233",78010:"theme368",78393:"theme267",78679:"theme478",78986:"locales-sr-po",79050:"theme332",79355:"theme413",79372:"layoutOverrides1",79456:"theme339",79975:"theme410",80036:"layoutOverrides5",80517:"theme459",80621:"theme99",80924:"theme470",80976:"theme98",81114:"theme62",81511:"theme93",81587:"theme467",81621:"theme263",81972:"theme303",81997:"theme186",82044:"theme116",82099:"theme350",82111:"theme404",82128:"theme168",82219:"theme107",82314:"theme164",82513:"theme310",82571:"theme300",82923:"theme396",83017:"locales-cop-po",83037:"theme104",83087:"theme277",83229:"theme127",83532:"theme66",83642:"theme452",83742:"theme314",83876:"TopMatchWidget",83887:"theme269",83961:"theme423",84327:"locales-te-po",84610:"theme69",84672:"theme123",84699:"theme449",84887:"theme180",84920:"theme122",85704:"theme203",86153:"theme363",86193:"theme387",86259:"theme319",86809:"theme309",86903:"theme282",86980:"theme315",87071:"theme283",87093:"locales-fa-po",87444:"theme242",87559:"BettingTournamentPage",87615:"PromoLineWidget",87704:"layoutOverrides9",88105:"theme124",88356:"theme390",88565:"locales-sr-Latn-po",88793:"theme91",88803:"theme461",88890:"theme183",89033:"theme188",89510:"theme321",89626:"theme68",89713:"theme16",89857:"theme45",89968:"theme52",89973:"theme418",90010:"theme416",90225:"theme451",90304:"theme170",90508:"theme440",90663:"locales-vi-po",90692:"theme55",91254:"theme185",91389:"locales-en-po",91508:"theme96",91656:"theme429",91804:"theme178",91982:"locales-sl-po",92191:"theme421",92252:"theme254",92554:"theme196",92835:"theme427",92898:"locales-fi-po",92985:"theme379",93541:"theme446",94183:"theme475",94388:"theme276",94415:"OwnStatistics",94622:"locales-he-po",94722:"theme75",94887:"locales-bg-po",95095:"theme381",95185:"theme0",95219:"theme248",95259:"layoutOverrides20",95323:"theme311",95459:"theme149",95529:"theme240",95576:"theme384",96045:"locales-pl-po",96110:"theme246",96214:"theme443",96525:"theme308",96641:"theme133",96657:"theme6",97231:"theme409",97615:"theme371",97732:"locales-en-x-sweepstk-po",97868:"theme101",98234:"theme454",98375:"layoutOverrides2",98742:"theme392",98778:"locales-ru-po",98938:"theme357",99014:"theme258",99148:"theme117",99302:"theme157",99319:"theme247",99347:"theme353",99584:"theme140",99639:"theme436",99671:"theme471",99677:"theme206"}[e]||e)+"."+{271:"17ed69d4",385:"8f0c1649",537:"4ed6683c",567:"990e66b8",636:"82261df0",667:"7637713d",1226:"fc74b402",1256:"ce104d4e",1262:"76f8602b",1488:"2ffdb960",1675:"cc12e114",1734:"9f85ba44",1916:"4b28ff86",1945:"6d43fe8e",2549:"296c80a2",2889:"39e68d46",3023:"f7905ae6",3072:"0524140a",3085:"d5fea947",3215:"1fc44f65",3495:"3ec2bc9b",3933:"3ae6a138",3960:"30aa3ef6",4031:"f608267c",4267:"f2675357",4513:"f75ccaff",4686:"1f16ba4f",5151:"46b9681d",5207:"4620f4c7",5248:"5fc60e8c",5331:"b7699136",5340:"5eb09ad9",5370:"05475ed8",5605:"74e9fefe",5946:"4eef7293",6153:"d4dbfe26",6285:"5dba43ff",6358:"fcec4b9f",6364:"507bb403",6640:"60464d43",6922:"4697b65a",7100:"75fda6ab",7551:"a35b3055",7705:"b3d42448",7876:"5ebf4b04",8041:"c1d383e9",8068:"27d860b1",8196:"b07889d8",8236:"567fb05e",8568:"4788403e",8731:"ec1bb4cc",8823:"c4548846",9392:"f65b08ff",9501:"d8d5a10b",9591:"39e7cdd7",9680:"0b5e3929",10001:"19859b3c",10189:"5bed0aff",10194:"5393e811",10326:"bc857485",10519:"ea8085f8",10580:"d6f93745",10830:"e54ade35",11224:"418f62af",11342:"83f4273d",11350:"c9e215e3",11578:"f92b3477",11926:"0c2c73b3",12006:"0d5836f8",12341:"a13784b0",12398:"d49965e6",12928:"9ddde5f8",13058:"5b894f5d",13381:"8695d006",13438:"0c193265",13625:"d1d90a4a",13698:"ad8dce42",13880:"8b560aae",13915:"6e8cd118",14255:"99071683",14489:"cb3180ff",14805:"971b05d5",15076:"775ba925",15264:"6f4c84ca",15499:"83b4be13",15925:"0bf12d9a",15996:"ded961df",16078:"e183dc61",16230:"613fcf35",16573:"625eee74",16606:"163e52b3",16699:"bde53ede",16856:"14d7e030",16898:"07576e67",17376:"8ca24104",17524:"7ecdcbb0",17648:"3487d9f4",17818:"5218a309",17902:"68712d1f",18116:"d84f7b9b",18297:"3aa066f9",18325:"0392b204",18514:"150604b3",18660:"38abdb03",18860:"15917705",18873:"84eb2b46",19034:"e9d8d60d",19171:"2864d2f0",19177:"46fcbb4b",19410:"56a96542",19412:"e9cc6ae0",19437:"3f46e572",19454:"0f653304",19771:"109f0ab9",19868:"845e61f3",19869:"c4fb2c2c",19889:"7de29a86",20352:"9f13238b",20449:"68d80b9f",20580:"42a62dd9",20915:"cbee96d1",21220:"f964474b",21259:"44de8448",21315:"bb800a90",21521:"56ca4c53",21536:"b0c98560",21737:"fc8de080",21765:"412b7201",21839:"42aeea0f",21873:"6b516584",22080:"a10a4bcb",22369:"b9ef42a0",22496:"66e5c5e6",22508:"e4d3dbf1",23153:"08eeb660",23355:"276a90a4",23387:"bf1e48d6",23823:"698ae218",24186:"446df849",24349:"3dfa55ea",24684:"de49130b",24993:"2f9e8de5",25055:"5988b257",25088:"b7e9aabe",25365:"e421637a",25554:"5c3f8886",25824:"5b7ef4f6",26399:"4f713c15",26492:"0d8de7c9",26564:"7ce6e096",26726:"95000a8a",26959:"e1e51811",27108:"cd56e9ee",27258:"a9cab9b2",27390:"4ccb21ef",27559:"9b563f92",27672:"36f83278",27931:"503b939a",27988:"4dd5c7a3",28295:"b80b8173",28437:"eb97a450",28631:"a657cb4f",28769:"b2ad8e41",28949:"7c81c165",28971:"c586cb2d",29011:"694734cf",29456:"a6fcfd56",29548:"44932025",29650:"0c9fc82d",29713:"13313534",29723:"f5f17801",30309:"9e2cde11",30311:"00221367",30517:"05a068cd",30613:"fcdd0772",30626:"30c1ec17",30817:"989e29f6",30988:"4f44e5f8",31023:"516dba66",31281:"96002a1e",31299:"153dec22",31383:"5c9fe124",31389:"04fbb200",31544:"69beb398",31583:"82d395aa",31737:"df9f9c02",32024:"38a153c6",32108:"85a66bc4",32239:"dd9e2400",32341:"fbffdb55",32349:"2d7fe242",32617:"f55f5e14",32620:"e61264e9",32696:"45540531",32822:"1e4dd6c0",32870:"13d453a3",32987:"31749fb4",33002:"91ef0675",33195:"cd47011b",33236:"197352a2",33271:"33db4fb7",33394:"4aab280f",33469:"657a027e",33557:"b2957dba",33850:"2832ef2f",33867:"67f0f0b1",34355:"736bdaa5",34460:"e3e5048e",34508:"95ea7f78",34578:"3de09c20",34768:"a32fd621",34786:"18670450",34874:"61f87337",35045:"ee4d149f",35357:"f45c7e7b",35810:"66234bdb",35944:"4a6d2385",35971:"38524a43",35995:"1c6aaeaf",36020:"1c22221d",36075:"ae6f500c",36222:"5ac0bf36",36304:"9c73357f",36594:"31583ad5",36696:"a4214612",36796:"6312eee7",37061:"51e5a2be",37063:"6d464e8b",37110:"f91204aa",37162:"72bca896",37205:"8d02c546",37384:"2d77966b",37394:"9afb60d1",37777:"08f821a3",37804:"a3e52ee1",37883:"9fbb4826",37928:"61434ef9",37929:"360dd5d8",38073:"fef577eb",38249:"439a82cb",38342:"4071bc0e",38585:"0649b8ce",38677:"f6b9ccf8",38791:"40f77fa0",39744:"2dcdb1e2",39807:"4084bf05",39827:"9d67b88b",40038:"80411525",40110:"66f27cb5",40177:"1fc1437c",40456:"9522e305",40585:"69f0e892",40678:"9bc58323",40720:"c087cf40",40769:"160ff7d5",40894:"44ab4b28",41053:"6ac0aaaa",41154:"3f29d9b6",41308:"b981583e",41318:"c4cde8a7",41507:"ab19a456",41541:"3e2b31a1",41809:"21757e33",41921:"1c5acea0",41981:"51f5cb88",42160:"f486a3c8",42182:"bc2fe828",42226:"d0b2b147",42530:"fbe1ff8c",42747:"3f397aa5",43212:"82c7d9a8",43272:"9fdd3e83",43390:"188b75ac",43473:"5eae5a70",43478:"90cb692d",43482:"5e75980f",43748:"943fe28a",43800:"4873d59a",43946:"792ef758",44330:"f6946a93",44541:"3cf8a037",44741:"8f91b371",45466:"ba416297",45666:"222f6928",45743:"76fccf80",45890:"b53988ea",46202:"5ac4c912",46435:"a530f723",46567:"51b819ab",46737:"c460b9dc",46769:"5423b061",46940:"14e00e5c",47063:"aed36b5d",47072:"6e3f8ca4",47079:"d0bf7d7a",47475:"23b03861",47556:"972d27c6",47583:"281f5146",47756:"c64866e3",47839:"0d9b9b61",47901:"ea7be49f",48090:"b9eff9d7",48156:"c08134e4",48222:"d527c393",48498:"9ca38202",48935:"4969b575",49009:"96c46e76",49181:"c99c00d8",49304:"d048bb79",49801:"6eb88f60",50046:"188a27dc",50212:"b0b1bb1f",50792:"dc97b8ce",50925:"6ce44664",50957:"f00cf5f1",51124:"ad76189f",51529:"652bb8d5",51590:"8a20a5cf",51764:"31047d24",51958:"df321f24",52201:"8b64145e",52226:"f476fa03",52275:"42ae3e49",52420:"9468f049",52498:"7304cfb0",52512:"fe4f161e",52574:"1244491d",52636:"aeee1c28",53229:"293049c8",53361:"4713a307",53405:"df42c292",53748:"0b0fb2df",53829:"3e2eb51a",53871:"b42855fa",53925:"158cbe47",53941:"725d1ae4",54657:"064ace87",54723:"d599d2b0",54806:"825ed132",54817:"487dc063",55004:"7978c2e7",55096:"04430980",55464:"42d0720c",55586:"a197c602",55588:"d1611b51",55930:"4ddf95d6",56276:"cb0fe7f7",56290:"be73e07f",56356:"8f070d3c",56841:"9ad9aaf0",56908:"55ba3d72",56946:"3ce5bf8e",57616:"7185b9d8",57695:"dc24cad7",57853:"0a6c618f",57996:"da7d654d",58028:"a05773d1",58029:"3df2e41f",58095:"00b2c44f",58122:"1d0fabd4",58372:"53288bb4",58619:"900bbdec",58834:"4fe10e17",59405:"4afa81ba",59723:"fe0e1729",59934:"7f1c1ad7",60041:"466e6567",60163:"a2398ea0",60713:"6372a753",60738:"12258d11",60836:"4cee9b38",60953:"1942f197",61372:"af8a3b47",61447:"88d6a30b",61593:"7429c3f0",61615:"6ae9a170",61899:"88960688",61967:"fb91ae6b",62003:"e6defd5b",62026:"c6cff6fa",62157:"0b4284ef",62207:"900be307",62212:"57557044",62770:"dab73a8d",62897:"a0ca7f5c",62937:"bbac55dd",63007:"ba56729b",63220:"8eff7754",63236:"e3b04858",63454:"b82f5fa1",63589:"bd386333",63676:"cda5b820",63689:"ff92599e",64015:"7f76f3f2",64101:"0487d9e0",64510:"d133ddb9",64669:"385acb0b",64691:"a21bfaaa",64703:"021081ab",64798:"5a2e638a",64865:"14e7796e",65037:"fd9f10ad",65059:"6f76aa09",65086:"6c41219b",65127:"2158a5ab",65304:"163ca5ab",65307:"1ba0be3f",65522:"469f01f4",65551:"8c9e9bfa",65653:"4feb55d1",65917:"623e1957",66032:"80d61275",66103:"e3634b3f",66173:"7da359a3",66179:"4f79455d",66229:"9cbeae54",66311:"bdb60cdd",66319:"13c17581",66357:"d2460465",66889:"bff42068",67243:"12b605de",67342:"fc8351d4",68083:"8e0c9194",68256:"b5b20e4e",68446:"5718434f",68746:"d7699bc5",69320:"35f9a8ea",69387:"bab8eef6",69659:"b52a3d27",69692:"140b7bd5",69976:"74b94f95",70398:"c7671f88",70428:"b4876553",70457:"10ef19e5",70750:"aa73e274",70776:"d6919f80",70807:"6fd368fd",70815:"c93ae7e6",70983:"621c84c1",71147:"7c9532d7",71204:"219c95af",71205:"2efdc0bf",71276:"c21c02e6",71340:"52a0cd1f",71342:"9d43b20d",71387:"b026ad4e",71453:"3b875518",71627:"64c9540f",71871:"c7e8c07f",72145:"2dd9b39c",72190:"1ecf0f57",72327:"ec8c8411",72530:"1a225b61",72718:"0f414bbd",73031:"6c7865f8",73475:"9ab0b38e",73538:"02730f3f",73783:"66884253",73913:"fe1616a8",74080:"51981c22",74679:"18aa9409",74682:"9f9007c4",74713:"28861205",74784:"d32375fb",74807:"6342d10b",75238:"d51c6153",75296:"0293a664",75303:"8369414b",75312:"d9a5c70b",75395:"3958689b",75555:"428c80cb",75698:"8499b63f",75921:"60713f30",76077:"224cafbe",76144:"6f0eda02",76431:"44c756b7",76634:"8aaf84cb",76660:"504567ef",76808:"9c64e082",76942:"716b6b05",77053:"a380ccdc",77212:"a94fd368",77224:"97c7968f",77284:"ed3da8bb",77620:"a0b5eeda",77667:"27e842f6",77782:"74015da5",78010:"7b210bb0",78393:"5d32e602",78679:"2b0c06de",78986:"629e4b38",79050:"bc5288e8",79355:"83f895d9",79372:"fe3a65e5",79456:"f771a6db",79975:"1b7f1455",80036:"d5a0fb84",80517:"a634d139",80621:"b3e16bfb",80924:"1a1b0e70",80976:"20de2a3b",81114:"bedf0abe",81511:"dfd9b8e2",81587:"72760ac1",81621:"67cb4ee5",81972:"10e3a509",81997:"ed66adb3",82044:"b2d81503",82099:"ebbbf5dc",82111:"6254370c",82128:"9cad1452",82219:"2c5e3a69",82314:"66d2d75a",82513:"24de15f1",82571:"5b5c90cd",82923:"519dbe69",83017:"de878f66",83037:"8e709f71",83087:"6a5f1d9d",83229:"809e985c",83532:"543fc396",83642:"58a3395e",83742:"4e71aa9d",83876:"727a6c7d",83887:"3c2a193a",83961:"cba56a1e",84046:"3e01cf75",84327:"244f340c",84610:"b4b444a9",84672:"d1d8804e",84699:"2ece01b7",84887:"8046f351",84920:"94a68fe1",85704:"aaa03085",86153:"b6f80d65",86193:"aca67cc1",86259:"407a1f23",86809:"accc6230",86903:"176ece54",86980:"7a8d19c3",87071:"c7a6789e",87093:"c6873370",87444:"4e60fcc4",87559:"02b696ad",87615:"3b58cf1b",87704:"4fb7f595",88105:"3fa8cefe",88356:"e1f53ec7",88410:"dee2633b",88565:"8490b3a9",88793:"d0d1a206",88803:"10325a31",88890:"ce19959a",89033:"a93ddc85",89510:"082c25c2",89626:"4e128958",89713:"00e30d7f",89857:"ad0790c1",89968:"67178bc1",89973:"bfe158a4",90010:"943c0b02",90225:"7d2987e3",90304:"21e3313e",90508:"672a9919",90663:"d193ad49",90692:"9e879cbf",91254:"297ab672",91389:"7426bf4d",91508:"435918aa",91656:"2e506fb0",91804:"9c416ce9",91982:"a3e33029",92111:"c947771d",92191:"52cddc81",92252:"a7afb8cc",92554:"3ecbaf53",92835:"223658ef",92898:"d9b93f30",92985:"981da73a",93541:"49777ff3",94183:"af4bca33",94388:"2ecf8d70",94415:"c326fda1",94622:"f5b89e58",94722:"ca2ec029",94887:"8ac39d80",95095:"00ca3f0b",95185:"c94c6284",95219:"4eb64c3f",95259:"f642ac2b",95323:"93795745",95459:"a1899092",95529:"1ff3ac6b",95576:"3bb11b2b",96045:"ed205627",96110:"4eb83cb9",96214:"d31ea8b0",96525:"376199c9",96641:"89c85abf",96657:"2970de5d",96780:"b31c74a9",97231:"e9efc329",97615:"ac18627c",97732:"b00eee2e",97868:"08f783b6",98234:"e0db0eb8",98375:"ebe27c67",98742:"cfd1fe36",98778:"ac5086d5",98938:"58a4e4e3",99014:"80418e78",99148:"e56d126d",99302:"833174e7",99319:"89a2097f",99347:"140a0dd9",99584:"0db1b0fd",99639:"99edcd8c",99671:"8acfdf06",99677:"c2459300"}[e]+".chunk.js",h.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),h.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o={},n="betby-app:",h.l=(e,t,a,m)=>{if(o[e])o[e].push(t);else{var s,r;if(void 0!==a)for(var i=document.getElementsByTagName("script"),c=0;c{s.onerror=s.onload=null,clearTimeout(b);var a=o[e];if(delete o[e],s.parentNode&&s.parentNode.removeChild(s),a&&a.forEach((e=>e(n))),t)return t(n)},b=setTimeout(l.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=l.bind(null,s.onerror),s.onload=l.bind(null,s.onload),r&&document.head.appendChild(s)}},h.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},h.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),h.j=69153,h.p="https://start26.sptpub.com/",(()=>{var e={69153:0};h.f.j=(t,o)=>{var n=h.o(e,t)?e[t]:void 0;if(0!==n)if(n)o.push(n[2]);else{var a=new Promise(((o,a)=>n=e[t]=[o,a]));o.push(n[2]=a);var m=h.p+h.u(t),s=new Error;h.l(m,(o=>{if(h.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var a=o&&("load"===o.type?"missing":o.type),m=o&&o.target&&o.target.src;s.message="Loading chunk "+t+" failed.\n("+a+": "+m+")",s.name="ChunkLoadError",s.type=a,s.request=m,n[1](s)}}),"chunk-"+t,t)}},h.F.j=t=>{if(!h.o(e,t)||void 0===e[t]){e[t]=null;var o=document.createElement("link");h.nc&&o.setAttribute("nonce",h.nc),o.rel="prefetch",o.as="script",o.href=h.p+h.u(t),document.head.appendChild(o)}};var t=(t,o)=>{var n,a,m=o[0],s=o[1],r=o[2],i=0;if(m.some((t=>0!==e[t]))){for(n in s)h.o(s,n)&&(h.m[n]=s[n]);r&&r(h)}for(t&&t(o);iPromise.all(t).then((()=>{var t=a[e];Array.isArray(t)&&t.map(h.E)})),(()=>{"use strict";h(48441);var e=h(50784);let t,o=!1,n=0;const a=()=>console.warn("Methods betSlipOffsetTop and betSlipOffsetBottom are deprecated. Use updateOptions({ betSlipOffsetTop: 5, betSlipOffsetBottom: 10 }) instead."),m=e=>{const t=document.createElement("link");t.href=e,t.rel="preload",t.as="fetch",t.crossOrigin="anonymous",document.head.appendChild(t)},s=(e,t)=>{const o=o=>"".concat(t.apiUrl,"/api/v3/").concat(e,"/brand/").concat(t.brand_id,"/").concat(t.lang,"/").concat(o);fetch(o(0)).then((e=>e.json())).then((e=>{var t,n;null==e||null===(t=e.fixtures_versions)||void 0===t||t.map((e=>m(o(e)))),null==e||null===(n=e.markets_versions)||void 0===n||n.map((e=>m(o(e))))}))};console.log("🏈 BTRenderer build time: ".concat(new Date(1731582672e3).toLocaleString())),window.BTRenderer=window.BTRenderer||function(){const r=Promise.all([h.e(37384),h.e(30311),h.e(58095),h.e(51590),h.e(77212),h.e(32620),h.e(96780),h.e(385),h.e(88410),h.e(84046),h.e(31023),h.e(34768)]).then(h.bind(h,55883)).then((e=>(window.btLoadingAppChunkTime=Date.now()-window.btInitializeApp,new e.default))),i=e=>r.then((t=>t.updateOptions(e)));this.initialize=a=>{window.btInitializeApp=Date.now();const i=(e=>({...e,apiUrl:"true"!==window.REACT_APP_DEBUG_MODE&&"true"!=={NODE_ENV:"production",REACT_APP_PUBLIC_URL:"https://start26.sptpub.com",REACT_APP_SOCKET_URL:"wss://api-h-c7818b61-608.sptpub.com",REACT_APP_STAGE:"production",REACT_APP_BUILD_TIME:"1731582672",REACT_APP_FLAGS_URL:"https://files-immutable-4cbc033nbd3.sptpub.com",REACT_APP_API_URL:"https://api-h-c7818b61-608.sptpub.com"}.REACT_APP_DEBUG_MODE||!e.apiUrl?window.REACT_APP_API_URL||"https://api-h-c7818b61-608.sptpub.com":e.apiUrl}))(a);return(e=>{const t="Initialization failed.";if(!(e.target instanceof HTMLElement))throw new Error("".concat(t," Please provide correct DOM node for option `target`."));if(!e.brand_id)throw new Error("".concat(t," Please provide option `brand_id`."))})(i),(e=>{e.maxBetSlipHeight&&(console.warn("Option maxBetSlipHeight is deprecated. Use betSlipOffsetTop instead. You can update betslip height restrictions in runtime calling updateOptions({ betSlipOffsetTop: 5, betSlipOffsetBottom: 10 })"),e.betSlipOffsetTop=window.innerHeight-Math.min(window.innerHeight-e.betSlipOffsetTop,e.maxBetSlipHeight))})(i),i.target.__btRoot&&(console.log("💫 BT: rerender triggered"),i.target.__btRoot.kill()),n||(c=i.themeName,(d=c,h(48957)("./".concat(d,"/theme.json")).then((e=>e.default))).then((e=>((e,t)=>h(65269)("./".concat(e,"/layoutOverrides")).catch((()=>h(14240)("./".concat(t)))).then((e=>e.default)))(c,e.layoutType)))),n||i.widgetName||(e=>{m("".concat(e.apiUrl,"/api/v1/descriptions/markets/").concat(e.lang,"/").concat(e.brand_id)),m("".concat(e.apiUrl,"/api/v1/descriptions/statuses/").concat(e.lang)),s("live",e),s("prematch",e)})(i),r.then((e=>e.initialize(i))),n||o||(o=!0,t=new AbortController,Promise.all([r,(0,e.w)(i,{signal:t.signal,onFailedAttempt:e=>r.then((t=>t.onSettingsError(e)))})]).then((e=>{let[t,o]=e;return t.onSettingsReceived(o)})).finally((()=>{o=!1}))),n+=1,this;var c,d},this.kill=()=>{console.log("💣 BT: kill triggered"),o=!1,t.abort(),n-=1,r.then((e=>e.kill()))},this.updateOptions=i,this.action=function(){for(var e=arguments.length,t=new Array(e),o=0;oe.action(...t)))},this.command=(e,t)=>{console.warn('method command is deprecated, if you used command("go_to", "url"), please use updateOptions({ url: "url" }) instead'),i({url:t})},this.goToPage=e=>{console.warn('method goToPage("url") is deprecated, please use updateOptions({ url: "url" }) instead'),i({url:e})},this.betSlipOffsetTop=e=>{a(),i({betSlipOffsetTop:e})},this.betSlipOffsetBottom=e=>{a(),i({betSlipOffsetBottom:e})}}})()})(); //# sourceMappingURL=bt-renderer.min.js.map