(window.webpackJsonp=window.webpackJsonp||[]).push([[110,27,33,39,65,98],{1182:function(t,e,r){"use strict";r.r(e);r(14),r(10),r(13),r(17),r(9),r(18);var o=r(4),n=(r(8),r(22),r(24),r(23),r(27),r(15),r(34),r(50),r(11)),c=r(729),l=r(730),d=r(731);function f(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(object);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,r)}return e}var h={name:"Arcade",components:{Card:c.default,ComingSoon:l.default,ArcadeCarousel:d.default,Menu:function(){return Promise.resolve().then(r.bind(null,143))},GamesNavDesktop:function(){return Promise.resolve().then(r.bind(null,732))}},middleware:["arcadeDetails","auth"],auth:!1,head:function(){var t=this,e=this.$store.getters["arcade/getCarouselItems"];return e.length?{script:[{hid:"jsonld-itemlist",type:"application/ld+json",json:{"@context":"https://schema.org","@type":"ItemList",name:this.$store.state.config.meta.name,numberOfItems:e.length,itemListElement:e.map((function(e,i){return{"@type":"ListItem",position:i+1,name:e.name,url:"".concat(t.$config.domainURL,"/arcade/").concat(e.resource,"/").concat(e.slug)}}))}}]}:{}},computed:function(t){for(var i=1;it.length)&&(e=t.length);for(var r=0,o=new Array(e);r=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,n,s=!0,i=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return s=t.done,t},e:function(t){i=!0,n=t},f:function(){try{s||null==o.return||o.return()}finally{if(i)throw n}}}}var l={};l[l.Fatal=0]="Fatal",l[l.Error=0]="Error",l[l.Warn=1]="Warn",l[l.Log=2]="Log",l[l.Info=3]="Info",l[l.Success=3]="Success",l[l.Debug=4]="Debug",l[l.Trace=5]="Trace",l[l.Silent=-1/0]="Silent",l[l.Verbose=1/0]="Verbose";var d={silent:{level:-1},fatal:{level:l.Fatal},error:{level:l.Error},warn:{level:l.Warn},log:{level:l.Log},info:{level:l.Info},success:{level:l.Success},debug:{level:l.Debug},trace:{level:l.Trace},verbose:{level:l.Trace},ready:{level:l.Info},start:{level:l.Info}};function f(t){return e=t,!("[object Object]"!==Object.prototype.toString.call(e)||!t.message&&!t.args||t.stack);var e}var p=!1,h=[],m=function(){function e(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};for(var o in t(this,e),this._reporters=r.reporters||[],this._types=r.types||d,this.level=void 0!==r.level?r.level:3,this._defaults=r.defaults||{},this._async=void 0!==r.async?r.async:void 0,this._stdout=r.stdout,this._stderr=r.stderr,this._mockFn=r.mockFn,this._throttle=r.throttle||1e3,this._throttleMin=r.throttleMin||5,this._types){var n=s(s({type:o},this._types[o]),this._defaults);this[o]=this._wrapLogFn(n),this[o].raw=this._wrapLogFn(n,!0)}this._mockFn&&this.mockTypes(),this._lastLogSerialized=void 0,this._lastLog=void 0,this._lastLogTime=void 0,this._lastLogCount=0,this._throttleTimeout=void 0}return r(e,[{key:"create",value:function(t){return new e(Object.assign({reporters:this._reporters,level:this.level,types:this._types,defaults:this._defaults,stdout:this._stdout,stderr:this._stderr,mockFn:this._mockFn},t))}},{key:"withDefaults",value:function(t){return this.create({defaults:Object.assign({},this._defaults,t)})}},{key:"withTag",value:function(t){return this.withDefaults({tag:this._defaults.tag?this._defaults.tag+":"+t:t})}},{key:"addReporter",value:function(t){return this._reporters.push(t),this}},{key:"removeReporter",value:function(t){if(t){var e=this._reporters.indexOf(t);if(e>=0)return this._reporters.splice(e,1)}else this._reporters.splice(0);return this}},{key:"setReporters",value:function(t){return this._reporters=Array.isArray(t)?t:[t],this}},{key:"wrapAll",value:function(){this.wrapConsole(),this.wrapStd()}},{key:"restoreAll",value:function(){this.restoreConsole(),this.restoreStd()}},{key:"wrapConsole",value:function(){for(var t in this._types)console["__"+t]||(console["__"+t]=console[t]),console[t]=this[t].raw}},{key:"restoreConsole",value:function(){for(var t in this._types)console["__"+t]&&(console[t]=console["__"+t],delete console["__"+t])}},{key:"wrapStd",value:function(){this._wrapStream(this.stdout,"log"),this._wrapStream(this.stderr,"log")}},{key:"_wrapStream",value:function(t,e){var r=this;t&&(t.__write||(t.__write=t.write),t.write=function(t){r[e].raw(String(t).trim())})}},{key:"restoreStd",value:function(){this._restoreStream(this.stdout),this._restoreStream(this.stderr)}},{key:"_restoreStream",value:function(t){t&&t.__write&&(t.write=t.__write,delete t.__write)}},{key:"pauseLogs",value:function(){p=!0}},{key:"resumeLogs",value:function(){p=!1;var t,e=u(h.splice(0));try{for(e.s();!(t=e.n()).done;){var r=t.value;r[0]._logFn(r[1],r[2])}}catch(t){e.e(t)}finally{e.f()}}},{key:"mockTypes",value:function(t){if(this._mockFn=t||this._mockFn,"function"==typeof this._mockFn)for(var e in this._types)this[e]=this._mockFn(e,this._types[e])||this[e],this[e].raw=this[e]}},{key:"_wrapLogFn",value:function(t,e){var r=this;return function(){for(var o=arguments.length,n=new Array(o),s=0;sthis.level)return!!this._async&&Promise.resolve(!1);var n=Object.assign({date:new Date,args:[]},t);!r&&1===e.length&&f(e[0])?Object.assign(n,e[0]):n.args=Array.from(e),n.message&&(n.args.unshift(n.message),delete n.message),n.additional&&(Array.isArray(n.additional)||(n.additional=n.additional.split("\n")),n.args.push("\n"+n.additional.join("\n")),delete n.additional),n.type="string"==typeof n.type?n.type.toLowerCase():"",n.tag="string"==typeof n.tag?n.tag.toLowerCase():"";var a=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=o._lastLogCount-o._throttleMin;if(o._lastLog&&e>0){var r=i(o._lastLog.args);e>1&&r.push("(repeated ".concat(e," times)")),o._log(s(s({},o._lastLog),{},{args:r})),o._lastLogCount=1}if(t){if(o._lastLog=n,o._async)return o._logAsync(n);o._log(n)}};clearTimeout(this._throttleTimeout);var c=this._lastLogTime?n.date-this._lastLogTime:0;if(this._lastLogTime=n.date,cthis._throttleMin))return void(this._throttleTimeout=setTimeout(a,this._throttle))}catch(t){}a(!0)}},{key:"_log",value:function(t){var e,r=u(this._reporters);try{for(r.s();!(e=r.n()).done;)e.value.log(t,{async:!1,stdout:this.stdout,stderr:this.stderr})}catch(t){r.e(t)}finally{r.f()}}},{key:"_logAsync",value:function(t){var e=this;return Promise.all(this._reporters.map((function(r){return r.log(t,{async:!0,stdout:e.stdout,stderr:e.stderr})})))}},{key:"stdout",get:function(){return this._stdout||console._stdout}},{key:"stderr",get:function(){return this._stderr||console._stderr}}]),e}();m.prototype.add=m.prototype.addReporter,m.prototype.remove=m.prototype.removeReporter,m.prototype.clear=m.prototype.removeReporter,m.prototype.withScope=m.prototype.withTag,m.prototype.mock=m.prototype.mockTypes,m.prototype.pause=m.prototype.pauseLogs,m.prototype.resume=m.prototype.resumeLogs;var _,g=function(){function e(r){t(this,e),this.options=Object.assign({},r),this.defaultColor="#7f8c8d",this.levelColorMap={0:"#c0392b",1:"#f39c12",3:"#00BCD4"},this.typeColorMap={success:"#2ecc71"}}return r(e,[{key:"log",value:function(t){var e=t.level<1?console.__error||console.error:1===t.level&&console.warn?console.__warn||console.warn:console.__log||console.log,r="log"!==t.type?t.type:"",o=t.tag?t.tag:"",n=this.typeColorMap[t.type]||this.levelColorMap[t.level]||this.defaultColor,s="\n background: ".concat(n,";\n border-radius: 0.5em;\n color: white;\n font-weight: bold;\n padding: 2px 0.5em;\n "),a="%c".concat([o,r].filter(Boolean).join(":"));"string"==typeof t.args[0]?e.apply(void 0,["".concat(a,"%c ").concat(t.args[0]),s,""].concat(i(t.args.slice(1)))):e.apply(void 0,[a,s].concat(i(t.args)))}}]),e}();return"undefined"!=typeof window&&window.consola||((_=new m({reporters:[new g]})).Consola=m,_.LogLevel=l,_.BrowserReporter=g,_)}()},637:function(t,e,r){var content=r(680);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("29929af0",content,!0,{sourceMap:!1})},659:function(t,e,r){var content=r(709);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("d44b6368",content,!0,{sourceMap:!1})},660:function(t,e,r){var content=r(711);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("612fe5da",content,!0,{sourceMap:!1})},675:function(t,e,r){"use strict";r.r(e);r(70),r(16),r(677);var o=r(613),n=r.n(o),c={name:"Carousel",props:{slideStep:{type:Number,default:1},refType:{type:String,default:"component",validator:function(t){return["element","component"].includes(t)}},refName:{type:String,default:"slide"},cols:{type:Number,required:!0},highlightControls:{type:Boolean,default:!0},singleStep:{type:Boolean,default:!1}},data:function(){return{x:0,start:0,ref:null,translate:0,threshold:25,dragging:!1,nextDisabled:!1}},mounted:function(){var t=this;this.cols||(this.nextDisabled=!0),this.$nextTick((function(){try{var e,r,o,c,l;t.ref=null===(e=t.$scopedSlots.default())||void 0===e||null===(r=e[0])||void 0===r||null===(o=r.context)||void 0===o||null===(c=o.$refs)||void 0===c||null===(l=c[t.refName])||void 0===l?void 0:l[0]}catch(t){n.a.error("Carousel: You need to provide at least one child component or element.")}}))},methods:{handleMouseDown:function(t){this.dragging=!0,this.x="touchstart"===t.type?t.touches[0].clientX:t.clientX,this.start=this.translate},handleMouseMove:function(t){if(this.dragging&&this.translate<=0){var e="touchmove"===t.type?t.touches[0].clientX:t.clientX;this.translate=this.start+e-this.x}},getSlideWidth:function(){var t,e="component"===this.refType?null===(t=this.ref)||void 0===t?void 0:t.$el:this.ref;if(!e)return 100;var rect=e.getBoundingClientRect().width,r=parseFloat(window.getComputedStyle(e).marginRight)||0;return Number((rect+r).toFixed(2))},handleMouseUp:function(t){if(this.dragging&&(this.dragging=!1,Math.abs(this.translate-this.start)this.threshold)){var e=this.getSlideWidth();if(this.singleStep){var r=Math.floor(Math.abs(this.translate-this.start)/e)||1;this.start>this.translate?this.handleSlide("next",this.start,r):this.handleSlide("prev",this.start,r)}else this.start>this.translate?this.handleSlide("next",this.start,Math.floor(Math.abs(this.translate+this.start)/e)||1):this.handleSlide("prev",this.start,Math.floor(Math.abs(this.translate-this.start)/e)||1)}},handleSlide:function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,o=this.getSlideWidth();if("prev"===t){this.nextDisabled=!1;var n=e+r*o;this.translate=n>0?0:n}if("next"===t){var c=e-r*o;Math.abs(c)>=this.cols*o?(this.nextDisabled=!0,this.translate=-this.cols*o):this.translate=c}}}},l=(r(679),r(5)),component=Object(l.a)(c,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"carousel",class:{"carousel--d":t.$device.isDesktop}},[r("div",{staticClass:"carousel__control carousel__prev",class:{highlight:t.highlightControls,"carousel__control--disabled":t.translate>=0},on:{click:function(e){return t.handleSlide("prev",t.translate,t.slideStep)}}},[r("icon",{attrs:{icon:"arrow-left",size:"sm"}})],1),t._v(" "),r("div",{staticClass:"carousel__inner",on:{touchstart:t.handleMouseDown,touchmove:t.handleMouseMove,touchend:t.handleMouseUp,mousedown:t.handleMouseDown,mousemove:t.handleMouseMove,mouseleave:t.handleMouseUp,mouseup:t.handleMouseUp}},[r("div",{ref:"root",staticClass:"carousel__container",class:{transition:!t.dragging},style:"transform: translateX("+t.translate+"px)"},[t._t("default")],2)]),t._v(" "),r("div",{staticClass:"carousel__control carousel__next",class:{highlight:t.highlightControls,"carousel__control--disabled":t.nextDisabled},on:{click:function(e){return t.handleSlide("next",t.translate,t.slideStep)}}},[r("icon",{attrs:{icon:"arrow-right",size:"sm"}})],1)])}),[],!1,null,"c5a7c174",null);e.default=component.exports},677:function(t,e,r){"use strict";var o=r(6),n=r(83),c=r(678),l=r(307),d=r(26),f=1..toFixed,h=Math.floor,m=function(t,e,r){return 0===e?r:e%2==1?m(t,e-1,r*t):m(t*t,e/2,r)},_=function(data,t,e){for(var r=-1,o=e;++r<6;)o+=t*data[r],data[r]=o%1e7,o=h(o/1e7)},v=function(data,t){for(var e=6,r=0;--e>=0;)r+=data[e],data[e]=h(r/t),r=r%t*1e7},y=function(data){for(var t=6,s="";--t>=0;)if(""!==s||0===t||0!==data[t]){var e=String(data[t]);s=""===s?e:s+l.call("0",7-e.length)+e}return s};o({target:"Number",proto:!0,forced:f&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!d((function(){f.call({})}))},{toFixed:function(t){var e,r,o,d,f=c(this),h=n(t),data=[0,0,0,0,0,0],w="",x="0";if(h<0||h>20)throw RangeError("Incorrect fraction digits");if(f!=f)return"NaN";if(f<=-1e21||f>=1e21)return String(f);if(f<0&&(w="-",f=-f),f>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(f*m(2,69,1))-69)<0?f*m(2,-e,1):f/m(2,e,1),r*=4503599627370496,(e=52-e)>0){for(_(data,0,r),o=h;o>=7;)_(data,1e7,0),o-=7;for(_(data,m(10,o,1),0),o=e-1;o>=23;)v(data,1<<23),o-=23;v(data,1<0?w+((d=x.length)<=h?"0."+l.call("0",h-d)+x:x.slice(0,d-h)+"."+x.slice(d-h)):w+x}})},678:function(t,e,r){var o=r(72);t.exports=function(t){if("number"!=typeof t&&"Number"!=o(t))throw TypeError("Incorrect invocation");return+t}},679:function(t,e,r){"use strict";r(637)},680:function(t,e,r){var o=r(20)(!1);o.push([t.i,'.carousel[data-v-c5a7c174]{display:grid;overflow:hidden;grid-template-columns:auto 1fr auto}.carousel[data-v-c5a7c174],.carousel__control[data-v-c5a7c174]{position:relative;align-items:center}.carousel__control[data-v-c5a7c174]{display:flex;width:1.5rem;height:4rem;cursor:pointer;color:#ca902c;z-index:2}.carousel__control i[data-v-c5a7c174]{z-index:2}.carousel__control.highlight[data-v-c5a7c174]:before{position:absolute;color:#000;font-size:3.5rem;content:"";font-family:"idn"}.carousel__control--disabled[data-v-c5a7c174]{pointer-events:none;color:hsla(0,0%,100%,.38)}.carousel__prev[data-v-c5a7c174]{padding-left:.25rem}.carousel__prev[data-v-c5a7c174]:before{left:0}.carousel__next[data-v-c5a7c174]{padding-right:.25rem;justify-content:flex-end}.carousel__next[data-v-c5a7c174]:before{right:0;transform:rotate(180deg)}.carousel__inner[data-v-c5a7c174]{overflow:hidden}.carousel__container[data-v-c5a7c174]{display:flex}.carousel__container.transition[data-v-c5a7c174]{transition:transform .3s ease-out}.carousel--d .carousel__control[data-v-c5a7c174]{width:auto;height:2rem}',""]),t.exports=o},697:function(t,e,r){var content=r(740);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("1b2ea7ce",content,!0,{sourceMap:!1})},698:function(t,e,r){var content=r(742);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("63e9c044",content,!0,{sourceMap:!1})},699:function(t,e,r){var content=r(744);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(21).default)("f3158490",content,!0,{sourceMap:!1})},708:function(t,e,r){"use strict";r(659)},709:function(t,e,r){var o=r(20)(!1);o.push([t.i,".card{position:relative;z-index:2;left:-.5rem;overflow:hidden;padding-bottom:1rem;width:calc(100% + 1rem);border-radius:20px 20px 0 0}@media(min-width:1024px){.card{width:100%;left:0}}.card--light{background-color:#1d1d1d}.card--primary{background-color:#0e0e0e}.card.card--primary .card__see-all{background-color:#1d1d1d}.card .card__see-all{font-weight:700;font-size:.75rem;padding:.2rem .75rem;background-color:#000;border-radius:10px}.card__title a{display:flex;align-items:center;font-size:.875rem;font-weight:700}.card__title a img,.card__title a object,.card__title a svg{margin-right:.5rem}.card__image{display:block;width:100%;border-radius:5px}.card__body{max-width:100%;overflow:hidden}.card__banner{padding:.5rem 1rem 0}.card--full{display:grid;align-items:center;grid-template-rows:auto 1fr auto}.card--full .card__header{padding:1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.card--full .card__title{margin-bottom:0}.card--full .card__cta{padding:.5rem 1rem 0}@media(min-width:1024px){.card--full .card__cta{width:100%;max-width:20rem;justify-self:center}.card--full .card__header{padding:0}}.card--full-alt{display:grid;align-items:center;grid-template-rows:auto 1fr auto}.card--full-alt .card__header{display:grid;padding:1rem;grid-gap:1rem;grid-template-columns:repeat(6,minmax(0,1fr))}.card--full-alt .card__header .card__title{justify-self:start}.card--full-alt .card__header .card__see-all{grid-column:6/7;justify-self:center;align-self:center}.card--full-alt .card__title{margin-bottom:0}.card--full-alt .card__cta{padding:.5rem 1rem 0}@media(min-width:1024px){.card--full-alt .card__cta{width:100%;max-width:20rem;justify-self:center}.card--full-alt .card__header{padding:0}}.card--inline{display:grid;grid-gap:1rem;padding:0 1rem;border-radius:0;align-items:center;grid-template-columns:repeat(6,minmax(0,1fr))}.card--inline .card__title{justify-self:start;padding:1rem 0}.card--inline .card__body{grid-column:span 4}.card--inline .card__see-all{grid-column:6/7;justify-self:center}.card--split{display:grid;padding:0 1rem;grid-gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.card--split .card__title{padding:1rem 0}.card--split .card__cta{margin-top:.5rem}.card--d.card--full-alt .card__header,.card--d.card--full .card__header{padding:1rem}.card--d.card--full-alt .card__body,.card--d.card--full .card__body{padding:0 1rem}",""]),t.exports=o},710:function(t,e,r){"use strict";r(660)},711:function(t,e,r){var o=r(20)(!1);o.push([t.i,'.games-nav--d[data-v-59c3ce19]{background-color:#1d1d1d}.games-nav--d__item[data-v-59c3ce19]{border-bottom:1px solid #0e0e0e}.games-nav--d__item[data-v-59c3ce19]:last-child{border-bottom:none}.games-nav--d__item a[data-v-59c3ce19]{position:relative;display:flex;align-items:center;padding:.5rem 1rem}.games-nav--d__item a[data-v-59c3ce19]:before{position:absolute;top:0;right:-3px;width:100%;height:35%;filter:drop-shadow(.1rem .1rem .1rem #000000)}.games-nav--d__item a[data-v-59c3ce19]:hover{background-color:#0e0e0e}.games-nav--d__item a img[data-v-59c3ce19]{width:2rem;height:2rem;z-index:3}.games-nav--d__item a span[data-v-59c3ce19]{margin-left:1rem;font-weight:700}.games-nav--d__item a.app-link--exact-active[data-v-59c3ce19]{color:#ca902c}.games-nav--d__item--promo a[data-v-59c3ce19]:before{content:"";background:100% 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/flipped-promo.svg)}.games-nav--d__item--new a[data-v-59c3ce19]:before{content:"";background:100% 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/flipped-new.svg)}.games-nav--d__maintenance[data-v-59c3ce19]{position:absolute;top:.25rem;left:2rem;width:1rem;height:1rem;padding:.1rem;z-index:3;display:flex;align-items:center;justify-content:center;background-color:#0e0e0e;border-radius:50%}.games-nav--d__maintenance i[data-v-59c3ce19]{color:#fdd835}',""]),t.exports=o},729:function(t,e,r){"use strict";r.r(e);r(16);var o={props:{path:{type:String,default:""},title:{type:String,default:""},icon:{type:String,default:""},iconSize:{type:String,default:"sm"},type:{type:String,default:"full",validator:function(t){return["full","split","inline","full-alt"].includes(t)}},background:{type:String,default:"light",validator:function(t){return["light","primary"].includes(t)}},hideCta:{type:Boolean,default:!1}}},n=(r(708),r(5)),component=Object(n.a)(o,(function(){var t,e=this,r=e.$createElement,o=e._self._c||r;return o("article",{staticClass:"card",class:(t={"card--d":e.$device.isDesktop},t["card--"+e.type]=!0,t["card--"+e.background]=!!e.background,t)},["full"===e.type||"full-alt"===e.type?[e.title?o("header",{staticClass:"card__header"},[o("div",{staticClass:"card__title"},[e.path?o("NuxtLink",{attrs:{to:e.localePath(e.path)}},[e.icon?o("BrandIcon",{attrs:{icon:e.icon,size:e.iconSize,active:!1,alt:e.title}}):e._e(),e._v(" "),o("span",[e._v(e._s(e.title))])],1):o("a",[e.icon?o("BrandIcon",{attrs:{icon:e.icon,size:e.iconSize,active:!1,alt:e.title}}):e._e(),e._v(" "),o("span",[e._v(e._s(e.title))])],1)],1),e._v(" "),e.path&&!e.hideCta?o("NuxtLink",{staticClass:"btn--sm btn--flex card__see-all",attrs:{to:e.localePath(e.path)}},[e._v("\n "+e._s(e.$t("actions.see-all"))+"\n ")]):e._e()],1):e._e(),e._v(" "),o("div",{staticClass:"card__body"},[e._t("default")],2),e._v(" "),e.$slots.cta?o("div",{staticClass:"card__cta"},[e._t("cta")],2):e._e()]:e._e(),e._v(" "),"inline"===e.type?[o("div",{staticClass:"card__title"},[o("NuxtLink",{attrs:{to:e.localePath(e.path)}},[e.icon?o("BrandIcon",{attrs:{icon:e.icon,size:e.iconSize,active:!1,alt:e.title}}):e._e(),e._v(" "),o("span",[e._v(e._s(e.title))])],1)],1),e._v(" "),o("div",{staticClass:"card__body"},[e._t("default")],2),e._v(" "),e.hideCta?e._e():o("NuxtLink",{staticClass:"btn--flex btn--sm card__see-all",attrs:{to:e.localePath(e.path)}},[e._v("\n "+e._s(e.$t("actions.see-all"))+"\n ")])]:e._e(),e._v(" "),"split"===e.type?[o("div",{staticClass:"card__item"},[e._t("left")],2),e._v(" "),o("div",{staticClass:"card__item"},[e._t("right")],2)]:e._e(),e._v(" "),e.$slots.banner?o("div",{staticClass:"card__banner"},[e._t("banner")],2):e._e()],2)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{Header:r(71).default})},730:function(t,e,r){"use strict";r.r(e);r(16);var o={props:{type:{type:String,default:"generic",validator:function(t){return["generic","fishing"].includes(t)}}}},n=(r(739),r(5)),component=Object(n.a)(o,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"coming-soon"},[r("BrandIcon",{attrs:{icon:"sandclock",size:t.$device.isDesktop?"xxl":"xl",alt:t.$t("app.coming-soon")}}),t._v(" "),r("h2",[t._v("\n "+t._s("fishing"===t.type?t.$t("app.be-back"):t.$t("app.coming-soon"))+"\n ")]),t._v(" "),r("p",[t._v("\n "+t._s("fishing"===t.type?t.$t("message.fishing-unavailable"):t.$t("message.coming-soon"))+"\n ")])],1)}),[],!1,null,"3f7aa952",null);e.default=component.exports},731:function(t,e,r){"use strict";r.r(e);var o=r(2),n=(r(16),r(15),r(304),{name:"ArcadeCarousel",components:{Carousel:r(675).default},props:{theme:{type:String,default:"dark",validator:function(t){return["dark","light"].includes(t)}}},computed:{len:function(){return this.$device.isDesktop?8:5},cols:function(){return this.carouselItems.length-this.len},carouselItems:function(){var t=this.$store.getters["arcade/getCarouselItems"];return t.length