
            (function(config) {
                !function(){"use strict";var t={4892:function(t,e,n){n.d(e,{NN:function(){return i}});var i="cmd::remove"},4191:function(t,e,n){var i=n(5305),r=n(4042),o=n(5380),a=n(5508),s=n(171),c=n(1191),l=n(2240),u=n(9747),p=n(7414),d=n(1116),f=n(6073),m=n(6393),h=n(9157),v=n(12),g=n(8456),A=n(7422),w=n(3664),y=n(7366),b=n(6314),E=n(941),I=n(3041),N=n(8989),S=n(9970),T=n(5261),C=n(6287),P=n(2279),O=n(8501),x=n(1817),V=n(1825),M=n(3212),k=n(1848),R=n(4892),_=h.A.MaxInstancesError,L=h.A.DuplicateInjectorError,D=g.Ay.config,F=g.Ay.injectorPlayerEmitter,j=l.cD.SIXTEEN_NINE,U=(0,l.E)(j),W=[l.cD.SIXTEEN_NINE,l.cD.NINE_SIXTEEN,l.cD.FOUR_FIVE],z=[l.cD.SIXTEEN_NINE,l.cD.NINE_SIXTEEN,l.cD.FOUR_FIVE,l.cD.ONE_ONE];function G(){this.slots={},this.cssNamespace="",this.script=null,this.vptId=null,this.iframe=null,this.isPreview=D.get("is_preview"),this.frequencyCappingManager=new v.A,this.injectorName="outstream",this.ratio=U,this.ratioCategory=j,this.isVip=D.get("format_family")===p.A.VIP,this.suffixId=(0,N.M)(),this.detectedPlatform=k.A.getDetectedPublishingPlatform(D),this.apiAdapter=k.A.getApiAdapter(D),this.config=D,this.logoWrapper=null,this.sessionCounter=1,this.modal=null,this.modalShown=!1,this.reloadToImpressions=D.get("reload_to_impressions",null),this.failedLoops=0,this.successLoops=0,this.width=D.get("width"),this.height=D.get("height"),this.cssLoader=null,this.htmlLoader=new a.$(this.suffixId),this.cssNamespace=this.htmlLoader.getCssNameNamespace();var t=D.get("sid",null);this.sessionState=(0,T.A)(g.Ay.namespace,t),this.displayViewable=D.get("d_viewable",u.V)}G.createModal=function(t){var e=b.A.create(g.IU,"div",{tabindex:"-1",role:"dialog","aria-labelledby":"modal-label","aria-hidden":"true"});return e.attr("id",P.A.classNamePrefix(t,["outstream-wrapper"])),e.addClass(P.A.classNamePrefix(t,["outstream","reset"])),e},G.createInterstitial=function(t){var e=this.createModal(t);return e.addClass(P.A.classNamePrefix(t,["modal"])),e},G.createVip=function(t,e,n){var i=this.createModal(t),r=["vip",n,e];return i.addClass(P.A.classNamePrefix(t,r)),i},G.prototype.setupCommunication=function(){var t=this;F.on("cmd::showmodal",(function(e){t.setAspectRatio(e),t.showModal()})),F.on("cmd::showtopbar",(function(){t.isVip||(t.innerElement.elem.style["margin-bottom"]="0px",t.topBar.appendTo(t.innerElement.elem))})),F.on("cmd::showskip",(function(){t.isVip||t.skipWrapper.addClass(P.A.classNamePrefix(t.cssNamespace,["visible"]))})),F.on("cmd::showbranding",(function(){t.isVip||null===t.logoWrapper||t.logoWrapper.addClass(P.A.classNamePrefix(t.cssNamespace,["visible"]))})),F.on("cmd::hidemodal",(function(){t.hideModal()})),F.once("cmd::firstInteraction",(function(){t.sessionState.hasFirstInteraction=!0})),F.on(R.NN,(function(e){if(k.A.unsetElementRemovedListener(),t.removeModal(),!t.isVip||null==t.reloadToImpressions)return t.sendVPTEnd(),void(e.impression||t.handleFallback());e.impression?(t.successLoops+=1,t.failedLoops=0):t.failedLoops+=1,t.failedLoops<3&&t.successLoops<t.reloadToImpressions&&!e.skipped?(0===t.failedLoops&&P.A.trackPlayerEvent(d.g.AD_OPPORTUNITY),t.start()):(t.sendVPTEnd(),0===t.successLoops&&t.handleFallback())})),1===this.sessionCounter&&F.once("pl::playerReady",(function(){P.A.trackPlayerEvent(d.g.ACTIVATION),P.A.trackPlayerEvent(d.g.AD_OPPORTUNITY)})),r.A.removeEventListener(this.skipWrapper.elem,"click",this.skipCallback),r.A.addEventListener(this.skipWrapper.elem,"click",this.skipCallback)},G.prototype.setAspectRatio=function(t){-1!==(this.isVip?z:W).indexOf(t.category)&&(this.ratio=t.value,this.ratioCategory=t.category),(0,C.A)(this.modal,this.cssNamespace,this.ratioCategory)},G.prototype.skipCallback=function(){F.emit("inj::close")},G.prototype.handleFallback=function(){k.A.unRegister(this);var t="viralize-fallback-".concat(this.suffixId),e=b.A.insertHTMLBefore(this.script,t,D.get("fallback_body"));this.wrapperElement&&this.wrapperElement.hide(),e&&(P.A.trackRequestEvent("adunit_response_fallback"),F.emit("inj::fallback"))},G.prototype.sendVPTCollapse=function(){g.Ay.namespace.vptimpl&&g.Ay.namespace.vptimpl.emit(g.Ay.namespace.vptimpl.EVENTS.COLLAPSE,this.vptId,D.get("format_family"))},G.prototype.sendVPTEnd=function(){g.Ay.namespace.vptimpl&&g.Ay.namespace.vptimpl.emit(g.Ay.namespace.vptimpl.EVENTS.END,this.vptId,D.get("format_family"))},G.prototype.getComputedSize=function(t,e){var n,i=t.width,r=t.height;return n=Math.min(r,i/e),{width:(n-=15*n/100)*e,height:n}},G.prototype.shouldResize=function(){return!this.isVip||!this.width||!this.height},G.prototype.resizeModal=function(){this.isVip?this.resizeModalVIP():this.resizeModalInterstitial()},G.prototype.resizeModalVIP=function(){this.wrapperElement.elem.style["padding-bottom"]="".concat(1/this.ratio*100,"%")},G.prototype.resizeModalInterstitial=function(){var t=this.getComputedSize(P.A.getViewportSize(g.lN),this.ratio);this.wrapperElement.elem.style["max-width"]="".concat(t.width,"px"),this.wrapperElement.elem.style["max-height"]="".concat(t.height,"px"),this.iframe&&(this.iframe.elem.style.width="".concat(t.width,"px"),this.iframe.elem.style.height="".concat(t.height,"px"))},G.prototype.showModal=function(){this.frequencyCappingManager.incHits(),this.hasFixedSize()&&this.modal.show(),this.modal.addClass(P.A.classNamePrefix(this.cssNamespace,["visible"])),this.shouldResize()&&(this.resizeModal(),r.A.removeEventListener(g.lN,"orientationchange",(0,E.oI)(this.resizeModal,this)),r.A.addEventListener(g.lN,"resize",(0,E.oI)(this.resizeModal,this))),this.modalShown=!0,F.emit("inj::modalshown")},G.prototype.hideModal=function(){this.shouldResize()&&(r.A.removeEventListener(g.lN,"orientationchange",(0,E.oI)(this.resizeModal,this)),r.A.removeEventListener(g.lN,"resize",(0,E.oI)(this.resizeModal,this))),this.modal.removeClass(P.A.classNamePrefix(this.cssNamespace,["visible"])),this.hasFixedSize()&&this.modal.hide(),this.modalShown&&this.sendVPTCollapse(),this.modalShown=!1,F.emit("inj::modalhidden")},G.prototype.removeModal=function(){this.modal.remove()},G.prototype.setupViewability=function(){var t=x.A.getInstance(this.apiAdapter,this.iframe.elem,g.lN,(function(){return m.A.detectiOS()}),(function(t){F.emit("inj::viewability",t),F.emit("inj::ready")})),e=[],n=new O.A(t,(function(){F.emit("inj::viewable")}));if(e.push(n),this.displayViewable){var i=new O.A(this.viewability,(function(){F.emit("inj::displayViewable")}),O.A.VIEWABILITY_DURATIONS.DISPLAY_VIDEO);e.push(i)}F.on("cmd::startViewability",(function(){try{t.start(),F.emit("inj::viewabilityAvailable")}catch(t){F.emit("inj::viewabilityNotAvailable"),F.emit("inj::ready")}})),F.on("cmd::startViewabilityTracking",(function(){try{e.forEach((function(t){return t.start()}))}catch(t){}})),F.on("cmd::stopViewability",(function(){t.stop()})),F.on("cmd::stopViewabilityTracking",(function(){e.forEach((function(t){return t.stop()}))}))},G.prototype.inject=function(){var t=this,e=k.A.findInjectionElements().script;if(this.script=e,null!==e){this.vptId=P.A.getVptId(this.script);var n=D.get("enable_fc_ignore");if(!this.isPreview&&!n&&this.frequencyCappingManager.reachedCapping())return P.A.trackRequestEvent("adunit_request_cap"),void this.handleFallback();var i,r=P.A.getCustomCss(e)||D.get("custom_style");this.cssLoader=new o.$(this.htmlLoader,V.A,r);var a=(0,f.Pn)(D.get("selected_vip_position"));i=this.isVip?G.createVip(this.cssNamespace,a,D.get("vip_size","large")):G.createInterstitial(this.cssNamespace),this.modal=i;var s=b.A.create(g.IU,"div");this.wrapperElement=s,s.addClass(P.A.classNamePrefix(this.cssNamespace,["outstream","wrapper"])),s.appendTo(i.elem);var c=b.A.create(g.IU,"div");this.innerElement=c;var l=["outstream","modal_inner"];this.isVip&&(l.pop(),l.push("vip_inner")),c.addClass(P.A.classNamePrefix(this.cssNamespace,l)),c.appendTo(s.elem);var u=b.A.create(g.IU,"div");this.topBar=u,u.addClass(P.A.classNamePrefix(this.cssNamespace,["outstream","topbar"]));var p=b.A.create(g.IU,"div");this.skipWrapper=p,p.addClass(P.A.classNamePrefix(this.cssNamespace,["outstream","skip-wrapper"]));var d=b.A.create(g.IU,"div");this.skipText=d,d.addClass(P.A.classNamePrefix(this.cssNamespace,["outstream","skip-text"])),d.text(D.get("skip_text")),d.appendTo(p.elem);var m=b.A.create(g.IU,"div");this.skip=m,m.addClass(P.A.classNamePrefix(this.cssNamespace,["outstream","skip"])),m.appendTo(p.elem),p.appendTo(u.elem),D.get("appearance").enable_branding,this.customizeBranding(s,this.cssNamespace,u);var h=this.getComputedSize(P.A.getViewportSize(g.lN),this.ratio),v=(0,y.h)(g.IU,"viralize-player-iframe-".concat(this.suffixId),this.isVip?this.width:h.width,this.isVip?this.height:h.height);this.iframe=v,this.width&&this.height&&(this.modal.elem.style.width="".concat(this.width,"px"),this.modal.elem.style.height="".concat(this.height,"px")),v.appendTo(c.elem);try{k.A.register(this)}catch(t){if(t instanceof _)throw t;return void(t instanceof L&&k.A.replaceInjector(this.script))}(0,S.T)(g.lN).then((function(){t.start()}))}},G.prototype.start=function(){var t,e,n=this;F.off(),this.modal.appendTo(g.IU.body),this.cssLoader.load(this.modal.elem),t=this.isVip?this.hasFixedSize()?{width:this.width,height:this.height}:this.wrapperElement.elem.getBoundingClientRect():this.getComputedSize(P.A.getViewportSize(g.lN),U),(0,s.F)(D).then((function(r){var o=r.gdpr,a=o.cmpAvailability,s=o.applies,l=o.consentString,u=r.ccpa.consentString,p=(0,I.A)({width:t.width,height:t.height,blacklistedAds:[],scriptSrc:n.script.src,consent:{gdpr:{cmp:a,applies:s,consentString:l},ccpa:{cmp:r.ccpa.cmpAvailability,applies:r.ccpa.applies,consentString:u}},playerBootTime:1===n.sessionCounter?g.Ay.playerBootTime:0,hasFallback:!!D.get("fallback_body"),sessionState:n.sessionState,displayViewable:n.displayViewable,placementPosition:i.N.ABOVE_THE_FOLD,extraConfig:D.get("extra_config"),zid:D.get("zid"),sid:D.get("sid")}),d={player_size:t,pub_platform:n.detectedPlatform,cs:l,gdpr:s,cmp:a,sessionCounter:n.sessionCounter,us_privacy:u};n.apiAdapter!==c.A.STANDARD&&(d.inj_api_adapter=n.apiAdapter),e=k.A.createPlayerSrc(g.lN,D,d),n.setupCommunication(),n.setupViewability();var f=(0,A.m)(e,n.vptId);(0,w.m)(f,D,n.iframe.elem,M.A,F,P.A.getVPTInstance(D),p).catch((function(t){null!=t&&t.isCodedError&&P.A.trackPlayerEvent("player_error",t.code),n.isVip&&null!=n.reloadToImpressions?0===n.successLoops&&n.handleFallback():n.handleFallback()})),k.A.addPluginsForNotBlacklisted(D.get("plugins",[]),D.get("publisher"),{consentString:l,gdprApplies:s,country:D.get("country"),usPrivacy:u}),n.sessionCounter+=1,k.A.setElementRemovedListener(g.IU.body,n.iframe.elem,(function(){throw new Error("Player removed by an external script")}))}))},G.prototype.customizeBranding=function(t,e,n){this.logoWrapper=b.A.create(g.IU,"a"),this.logoWrapper.addClass(P.A.classNamePrefix(e,["outstream","logo-wrapper"])),this.logoWrapper.appendTo(n.elem),this.logoWrapper.attr("target","_blank"),this.logoWrapper.attr("rel","nofollow");var i=b.A.create(g.IU,"div");i.addClass(P.A.classNamePrefix(e,["outstream","logo-text"])),i.appendTo(this.logoWrapper.elem);var r=b.A.create(g.IU,"div");r.addClass(P.A.classNamePrefix(e,["outstream","logo"])),r.appendTo(this.logoWrapper.elem);var o=P.A.classNamePrefix(this.cssNamespace,["brand-viralize"]),a=P.A.classNamePrefix(this.cssNamespace,["brand-showheroes"]);"2"===D.get("parent_network")?(this.logoWrapper.attr("href","https://showheroes.com"),t.removeClass(o),t.addClass(a)):(t.removeClass(a),t.addClass(o),this.logoWrapper.attr("href","https://viralize.com"))},G.prototype.hasFixedSize=function(){return this.width>0&&this.height>0},e.A=G},5380:function(t,e,n){n.d(e,{$:function(){return o}});var i=n(6314),r=n(2279);function o(t,e,n){this.htmlLoader=t,this.css=r.A.copyString(e),n&&(this.css+=n)}o.prototype.load=function(t){var e=t.ownerDocument,n=this.htmlLoader.getStyle(this.css);i.A.remove(e,n.id),t.insertAdjacentElement("beforebegin",n)}},8125:function(t,e){e.A=function(t){this.get=function(e,n){var i=n;if(0===arguments.length)return JSON.parse(JSON.stringify(t));1===arguments.length&&(i=null);var r=function(t,e){for(var n=e.replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split("."),i=n.length,r=0;r<i;r+=1){var o=n[r];if(!(o in t))return null;t=t[o]}return t}(t,e);return null==r&&(r=i),r?JSON.parse(JSON.stringify(r)):r}}},5504:function(t,e,n){var i=n(1326),r=n(941);function o(t,e,n){var i=t[e];return null!=i&&null!=i[n]}function a(){this.listeners={}}new i.C("EventEmitter"),a.prototype.emit=function(t,e){var n=this;null!=this.listeners[t]&&this.listeners[t].forEach((function(i,a){null!=i&&r.Ay.setImmediate((function(){o(n.listeners,t,a)&&i(e)}))}))},a.prototype.on=function(t,e){return this.listeners[t]?this.listeners[t].push(e):this.listeners[t]=[e],this.listeners[t].length-1},a.prototype.once=function(t,e){var n=this,i=this.on(t,(function(r){n.off(t,i),e(r)}));return i},a.prototype.off=function(){switch(arguments.length){case 0:this.listeners={};break;case 1:null!=(t=this.listeners)[e=arguments[0]]&&(t[e]=null);break;default:!function(t,e,n){o(t,e,n)&&(t[e][n]=null)}(this.listeners,arguments[0],arguments[1])}var t,e},e.A=a},5508:function(t,e,n){function i(t){this.id=t,this.namespacePlaceholder="namespace"}n.d(e,{$:function(){return i}}),i.prototype.getCssNameNamespace=function(){return"vr-".concat(this.id)},i.prototype.getPrefixedClassName=function(t){return"".concat(this.getCssNameNamespace(),"-").concat(t)},i.prototype.getElement=function(t){var e=t.replace(new RegExp(this.namespacePlaceholder,"g"),this.id),n=document.createElement("div");return n.insertAdjacentHTML("afterbegin",e),n.firstElementChild},i.prototype.getStyle=function(t){var e=t.toString().replace(new RegExp(this.namespacePlaceholder,"g"),this.id),n=this.getPrefixedClassName("style"),i=document.createElement("style");if(i.id=n,i.styleSheet)i.styleSheet.disabled||(i.styleSheet.cssText=e);else try{i.innerHTML=e}catch(t){i.innerText=e}return i}},6428:function(t,e,n){n.d(e,{X:function(){return s}});var i=n(1326),r=n(2585),o=(new i.C("ajax"),{});function a(t,e,n,i){var r=[200,201,202,204,206,304],o=function(){try{return new XMLHttpRequest}catch(t){}return null}(),a=e?"POST":"GET";o&&("withCredentials"in o&&(o.withCredentials=!0),o.open(a,t,!0),o.onreadystatechange=function(){4===o.readyState&&(r.indexOf(o.status)>-1?n&&n(o.responseText):i&&i(new Error(o.status)))},e&&o.setRequestHeader("Content-type","application/json"),o.send(e))}function s(t){return new r.N((function(e,n){a(t,null,e,n)}))}o.get=function(t,e,n){return a(t,null,e,n)},o.post=function(t,e,n,i){return a(t,e?JSON.stringify(e):"{}",n,i)}},2694:function(t,e,n){n.d(e,{o:function(){return r}});var i="1---";function r(t){return t!==i}},1365:function(t,e,n){var i=n(6411),r=n(329),o=n(6631);e.A={readCMPData:function(t,e){return(0,i.N)([o.A.readCMPData(e),r.A.readCMPData()])},constructCMPPostMessageStub:r.A.constructCMPPostMessageStub}},329:function(t,e,n){var i=n(9712),r=n(1326),o=n(4042),a=n(9747),s=n(8456),c=n(941),l=n(2585),u=n(7293),p=n(4787),d=n(367),f=n(2694),m=n(9612),h="1",v="uspapi",g="__uspapi",A="__uspapiLocator";function w(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:150;return c.Ay.canAccessWindow(t)?null!=t[g]?("Skipping stub creation, ".concat(g," is already present"),l.N.resolve()):(0,d.j)(A,window,e).then((function(e){!function(t,e){var n={};"Creating ".concat(g," stub on window"),t[g]=function(t,i,r){var o=(0,m.o)();if(o&&"getUSPData"===t)r(o,!0);else if(e){var a="".concat(Math.random()),s={__uspapiCall:{command:t,version:parseInt(h,10),callId:a}};n[a]=r,e.postMessage(s,"*")}else r({msg:"CMP not found"},!1)},o.A.addEventListener(window,"message",(function(t){var e=t&&t.data&&t.data.__uspapiReturn;e&&e.callId&&void 0!==n[e.callId]&&(e.callId,e.returnValue,e.success,n[e.callId](e.returnValue,e.success),n[e.callId]=null)}))}(t,e)})).catch((function(){"Skipping stub creation, no ".concat(A," frame is available")})):l.N.resolve()}new r.C("uspapi"),e.A={readCMPData:function(){var t=(0,i.Yq)("CMP_TIMEOUT",a.b);return(0,u.vm)((0,p.j)(g,window,0).catch((function(){return w(s.ok,0).then((function(){return(0,p.j)(g,window,0)}))})).then((function(t){return e=t.cmpFunction,new l.N((function(t){"readCMPData: calling ".concat(g),e("getUSPData",parseInt(h,10),(function(e,n){if("readCMPData: received event from ".concat(g),n&&null!=e&&e.uspString)return(0,m.I)(e),void t({version:h,provider:v,consentString:e.uspString,cmpAvailability:"available",applies:(0,f.o)(e.uspString)});t({version:h,provider:v,consentString:"",cmpAvailability:"error",applies:(0,f.o)(null==e?void 0:e.uspString)})}))}));var e})).catch((function(){return{version:"",provider:v,consentString:"",cmpAvailability:"unavailable",applies:!1}})),t,{version:h,provider:v,consentString:"",cmpAvailability:"timeout",applies:!1})},constructCMPPostMessageStub:w}},6631:function(t,e,n){var i=n(1326),r=n(2585),o=n(2694),a="uspapiAdserver";new i.C("uspapiAdserver"),e.A={readCMPData:function(t){var e=t.get("us_privacy");if(e){var n=e.cs||"";return r.N.resolve({version:"2",provider:a,applies:(0,o.o)(n),consentString:n,cmpAvailability:"available"})}return r.N.resolve({version:"",provider:a,applies:!1,consentString:"",cmpAvailability:"unavailable"})},constructCMPPostMessageStub:function(){}}},9612:function(t,e,n){n.d(e,{I:function(){return o},o:function(){return a}});var i=n(1326),r=n(8456);function o(t){t&&t.uspString&&(r.Ay.namespace.ccpa=t)}function a(){return r.Ay.namespace.ccpa||null}new i.C("uspapiStore")},4787:function(t,e,n){n.d(e,{j:function(){return a}});var i=n(941),r=n(5625),o=n(5419);function a(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:500,a=Math.round(n/50);return(0,o.M)((function(){var n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window;function n(e){try{if("function"==typeof e[t])return e[t]}catch(t){}}return(0,r.s)(e).filter(i.Ay.canAccessWindow).filter(n).map((function(t){return{cmpFunctionWindow:t,cmpFunction:n(t)}}))[0]||{cmpFunctionWindow:void 0,cmpFunction:void 0}}(t,e);if(null==n.cmpFunction)throw new Error("Cannot find API function ".concat(t));return n}),50,a)}},367:function(t,e,n){n.d(e,{j:function(){return o}});var i=n(5625),r=n(5419);function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:150,o=Math.round(n/50);return(0,r.M)((function(){var n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window;return(0,i.s)(e).filter((function(e){try{if(e.frames[t])return!0}catch(t){}return!1}))[0]||void 0}(t,e);if(null==n)throw new Error("Cannot find API window ".concat(t));return n}),50,o)}},6411:function(t,e,n){n.d(e,{N:function(){return o}});var i=n(1326),r=n(2585);function o(t){var e=r.N.all(t.map((function(t){return t.then((function(t){return"available"!==t.cmpAvailability?t:(0,r.Z)()})).catch((function(){return{applies:!1,cmpAvailability:"error",consentString:""}}))}))).then((function(t){var e={available:-1,error:0,timeout:1,unavailable:2};return t.slice().sort((function(t,n){return e[t.cmpAvailability]-e[n.cmpAvailability]}))[0]})),n=r.N.race(t.map((function(t){return t.then((function(t){return"available"===t.cmpAvailability?t:(0,r.Z)()})).catch((function(){return(0,r.Z)()}))})));return r.N.race([n,e]).then((function(t){return t}))}new i.C("readCMPProviders")},895:function(t,e,n){var i=n(9712),r=n(1326),o=n(9747),a=n(2791),s=n(6753),c=n(2585),l=n(7293),u="amp";function p(t){switch(t){case 1:return"1";case 2:return"2";default:return""}}function d(t){switch(t){case 1:case 2:return"available";default:return"unavailable"}}new r.C("amp"),e.A={readCMPData:function(t){var e=(0,i.Yq)("CMP_TIMEOUT",o.b);return(0,l.vm)(function(t){var e={consentStringType:0,applies:(0,s.A)(t)};return a.A.getAmpAdContext()&&void 0!==a.A.getAmpAdContext().data.blockOnConsent?function(t,e){return new c.N((function(n){t.context.getConsentState((function(){var i=Object.assign(e,t.context.initialConsentMetadata),r=d(t.context.initialConsentState),o=t.context.initialConsentValue||"";n({version:p(i.consentStringType),provider:u,cmpAvailability:r,applies:!!i.gdprApplies,consentString:o||""})}))}))}(a.A.getAmpAdWindowWithContext(),e):null!=a.A.getAmpVideoIframe()?function(t,e){return new c.N((function(n){t.push((function(t){t.getConsentData((function(t){var i=Object.assign(e,t.consentMetadata);n({version:p(i.consentStringType),provider:u,cmpAvailability:d(t.consentPolicyState),applies:!!i.gdprApplies,consentString:t.consentString||""})}))}))}))}(a.A.getAmpVideoIframe(),e):a.A.isAmpIframe()?function(t,e){var n=t.parent;return new c.N((function(i){t.addEventListener("message",(function r(o){if(function(e){return e.source===n&&e.origin!==t.location.origin&&e.data&&"amp"===e.data.sentinel&&"consent-data"===e.data.type}(o)){var a=Object.assign(e,o.data.consentMetadata);t.removeEventListener("message",r),i({version:p(a.consentStringType),provider:u,consentString:o.data.consentString||"",cmpAvailability:d(o.data.consentPolicyState),applies:!!a.gdprApplies})}})),n.postMessage({sentinel:"amp",type:"send-consent-data"},"*")}))}(a.A.getAmpIframeWindow(),e):c.N.resolve({version:"",provider:u,cmpAvailability:"unavailable",applies:!!e.gdprApplies,consentString:""})}(t),e,{version:"",provider:u,consentString:"",cmpAvailability:"timeout",applies:(0,s.A)(t)})}}},1541:function(t,e,n){var i=n(1326),r=n(6411),o=n(895),a=n(6122),s=n(2275),c=n(7914);new i.C("gdpr"),e.A={readCMPData:function(t,e){return(0,r.N)([a.A.readCMPData(t,e),s.Ay.readCMPData(t),c.A.readCMPData(t),o.A.readCMPData(t)])},constructCMPPostMessageStub:function(t){c.A.constructCMPPostMessageStub(t)}}},6122:function(t,e,n){var i=n(1326),r=n(6753),o=n(2585),a="tcf-adserver";new i.C("tcf2Adserver"),e.A={readCMPData:function(t,e){var n=e.get("gdpr");if(n){var i=n.cs||"";return o.N.resolve({version:"2",provider:a,applies:!!n.gdpr,consentString:i,cmpAvailability:n.cmp})}var s=(0,r.A)(t);return o.N.resolve({version:"",provider:a,applies:s,consentString:"",cmpAvailability:"unavailable"})},constructCMPPostMessageStub:function(){}}},2275:function(t,e,n){n.d(e,{JA:function(){return l},Zy:function(){return c}});var i=n(1326),r=n(8456),o=n(6753),a=n(2585),s="tcf2-store";function c(t){t&&t.tcString&&(r.Ay.namespace.gdpr=t)}function l(){return r.Ay.namespace.gdpr||null}new i.C("tcf2Store"),e.Ay={readCMPData:function(t){var e=l();return null!=e?a.N.resolve({version:"2",provider:s,consentString:e.tcString,cmpAvailability:"available",applies:!!e.gdprApplies}):a.N.resolve({version:"",provider:s,consentString:"",cmpAvailability:"unavailable",applies:(0,o.A)(t)})}}},7914:function(t,e,n){var i=n(9712),r=n(1326),o=n(4042),a=n(9747),s=n(8456),c=n(941),l=n(6753),u=n(2585),p=n(7293),d=n(4787),f=n(367),m=n(2275),h="tcfapi",v=(new r.C("tcfapi"),"__tcfapi"),g="__tcfapiLocator";function A(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100;return c.Ay.canAccessWindow(t)?null!=t[v]?("Skipping stub creation, ".concat(v," is already present"),u.N.resolve()):(0,f.j)(g,window,e).then((function(e){!function(t,e){"Creating ".concat(v," stub on window");var n={};t[v]=function(t,i,r,o){var a=(0,m.JA)();if(a&&"addEventListener"===t)r(a,!0);else if("removeEventListener"!==t||"number"==typeof o)if(e){var s="".concat(Math.random()),c={__tcfapiCall:{command:t,parameter:o,version:i,callId:s}};n[s]=r;try{e.postMessage(c,"*")}catch(t){}}else r({msg:"CMP not found"},!1);else r(!1)},o.A.addEventListener(window,"message",(function(t){var e={};try{e="string"==typeof t.data?JSON.parse(t.data):t.data}catch(t){}var i=e.__tcfapiReturn;i&&"function"==typeof n[i.callId]&&(i.callId,i.returnValue,i.success,n[i.callId](i.returnValue,i.success),n[i.callId]=null)}))}(t,e)})).catch((function(){"Skipping stub creation, no ".concat(g," frame is available")})):u.N.resolve()}e.A={readCMPData:function(t){var e=(0,i.Yq)("CMP_TIMEOUT",a.b);return(0,p.vm)(function(t){var e=(0,l.A)(t);return(0,d.j)(v,window,0).catch((function(){return A(s.ok,0).then((function(){return(0,d.j)(v,window,0)}))})).then((function(t){return function(t,e){return new u.N((function(n){"readCMPData: calling ".concat(v),t("addEventListener",2,(function(i,r){var o=i.listenerId;function a(){o&&t("removeEventListener",2,(function(){}),o=null)}"readCMPData: received event from ".concat(v),r||(a(),n({version:"2",provider:h,consentString:"",cmpAvailability:"error",applies:e})),!r||"tcloaded"!==i.eventStatus&&"useractioncomplete"!==i.eventStatus||(a(),(0,m.Zy)(i),n({version:"2",provider:h,consentString:i.tcString,cmpAvailability:"available",applies:!!i.gdprApplies}))}))}))}(t.cmpFunction,e)})).catch((function(){return{version:"",provider:h,consentString:"",cmpAvailability:"unavailable",applies:e}}))}(t),e,{version:"2",provider:h,consentString:"",cmpAvailability:"timeout",applies:(0,l.A)(t)})},constructCMPPostMessageStub:A}},171:function(t,e,n){n.d(e,{F:function(){return c}});var i=n(1326),r=n(3241),o=n(2585),a=n(1365),s=n(1541);function c(t){var e=t.get("country");return o.N.all([a.A.readCMPData(e,t),s.A.readCMPData(e,t)]).then((function(t){var e=t[0],n=t[1];return{gdpr:{applies:n.applies,consentString:n.consentString,cmpAvailability:n.cmpAvailability},ccpa:{applies:e.applies,consentString:e.consentString,cmpAvailability:e.cmpAvailability}}})).catch((function(t){return(0,r.w)(t,"readCMPData"),{gdpr:{applies:!1,consentString:"",cmpAvailability:"error"},ccpa:{applies:!1,consentString:"",cmpAvailability:"error"}}}))}new i.C("readCMPData")},1269:function(t,e,n){function i(t,e){var n=new Error(t);return n.code=e,n.isCodedError=!0,n}n.d(e,{A:function(){return i}})},1191:function(t,e,n){e.A={STANDARD:"standard",AMP_AD:"amp-ad",AMP_VIDEO_IFRAME:"amp-video-iframe",AMP_IFRAME:"amp-iframe",AMP_VIRALIZE_PLAYER:"amp-viralize-player",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"}},2240:function(t,e,n){n.d(e,{E:function(){return r},Jg:function(){return l},cD:function(){return i},sg:function(){return c}});var i={SIXTEEN_NINE:"16/9",NINE_SIXTEEN:"9/16",SIXTEEN_TEN:"16/10",TEN_SIXTEEN:"10/16",FOUR_FIVE:"4/5",FOUR_THREE:"4/3",THREE_FOUR:"3/4",ELEVEN_NINE:"11/9",ONE_ONE:"1/1",UNKNOWN:"unknown"};function r(t){if(t===i.UNKNOWN||Object.keys(i).map((function(t){return i[t]})).indexOf(t)<0)return null;var e=t.split("/").map((function(t){return parseInt(t,10)}));return e[0]/e[1]}var o="aspect-ratio-square",a="aspect-ratio-portrait",s="aspect-ratio-landscape",c=[o,a,s];function l(t){var e=r(t);return null==e?s:1===e?o:e<1?a:s}},9747:function(t,e,n){n.d(e,{V:function(){return i},b:function(){return r}});var i=!1,r=2e3},7414:function(t,e){e.A={BANNER:"banner",INSTREAM:"instream",STREAM:"gallery",VIP:"outstream",INTERSTITIAL:"interstitial",INTEXT:"native",SITELOOP:"siteloop",CLIPCHOICE:"clipchoice"}},1116:function(t,e,n){n.d(e,{e:function(){return r},g:function(){return i}});var i={ERROR:"player_error",AD_OPPORTUNITY:"ad_opportunity",ACTIVATION:"activation",START_VIP:"start_vip",STOP_VIP:"stop_vip",CLOSE_VIP_ACTION:"close_vip_action"},r={OK:"ok",HEAVY_AD_INTERVENTION:"60000",ADBLOCKER:"60001",PLAYER_SCRIPT_NOT_LOADED:"60002"}},6838:function(t,e){e.A={AMP:"amp",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"}},1400:function(t,e){e.A={SCRIPT_NOT_FOUND:30001,LOCATION_INLINE_ERROR:30002,LOCATION_AUTO_ERROR:30003,LOCATION_BY_ID_ERROR:30004,LOCATION_BY_SELECTOR_ERROR:30005,SCRIPT_IN_HEAD:30006,LOCATION_BODY_ERROR:30007,INVALID_VPT_CONFIGURATION:50001}},6073:function(t,e,n){function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function r(t,e,n){return(e=function(t){var e=function(t){if("object"!=i(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,"string");if("object"!=i(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==i(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,{Pn:function(){return s}});var o={TOP:"top",BOTTOM:"bottom",TOP_LEFT:"top-left",TOP_RIGHT:"top-right",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",MASTHEAD:"masthead"},a=r(r(r(r(r(r(r({},o.TOP,"top-position"),o.BOTTOM,"bottom-position"),o.TOP_LEFT,"top-left-position"),o.TOP_RIGHT,"top-right-position"),o.BOTTOM_LEFT,"bottom-left-position"),o.BOTTOM_RIGHT,"bottom-right-position"),o.MASTHEAD,"masthead-position");function s(t){var e=a[o.BOTTOM_RIGHT];return t===o.MASTHEAD?e:a[t]||e}},6393:function(t,e,n){var i={detectiOS:function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream},detectAndroidVersion:function(){return navigator.userAgent.toLowerCase().match(/android\s([0-9.]*)/)[1]}};e.A=i},9157:function(t,e){function n(t){this.message=t}function i(t){this.message=t}function r(t){this.message=t}function o(t){this.message=t}n.prototype=new Error,i.prototype=new Error,r.prototype=new Error,o.prototype=new Error,e.A={MaxInstancesError:n,DuplicateInjectorError:i,ViewabilityUnavailableError:r,ViewabilityClassNotFoundError:o}},12:function(t,e,n){var i=n(8456),r=n(2279),o=i.Ay.config;function a(){this.maxValue=o.get("capping_count");var t=o.get("zid"),e=o.get("format_family");if(t&&0!==this.maxValue)if(this.cookieName="__VR_fc_".concat(t,"_").concat(e),this.cookieValue=r.A.getCookie(this.cookieName),this.cookieValue){var n=this.cookieValue.split("-");this.hits=parseInt(n[0],10),this.expireTime=new Date(parseInt(n[1],10))}else{var i=(new Date).valueOf();this.hits=0,this.expireTime=new Date(i+1e3*parseInt(o.get("capping_interval"),10))}}a.prototype.incHits=function(){if(this.cookieName){var t="".concat(this.hits+1,"-").concat(this.expireTime.valueOf());r.A.setCookie(this.cookieName,t,this.expireTime)}},a.prototype.reachedCapping=function(){return!!this.cookieName&&this.maxValue>0&&this.hits>=this.maxValue},e.A=a},3881:function(t,e,n){n.d(e,{c:function(){return u}});var i=n(1326),r=n(8575),o=n(8125),a=n(4867),s=n(2411),c=n(6452);function l(t){var e=(0,a.a)(t);return!!e&&0===["googlesyndication.com","doubleclick.net","googleapis.com"].filter((function(t){return e.endsWith(t)})).length}function u(t){var e=function(t){var e=l(t),n=(0,c.R)(t);if(e&&n)return null;var i=(0,s.yb)();if(null==i)return null;var r=l(i),o=(0,c.R)(i);return!r||!o||(0,a.a)(t)!==(0,a.a)(i)&&e?null:i}(t.get("page_url",""));if(null!=e){var n=t.get();return n.page_url=e,n.base_query=(0,r.x)(t.get("base_query",""),{u:e}),new o.A(n)}return t}new i.C("getOptimizedConfig")},8456:function(t,e,n){n.d(e,{IU:function(){return y},lN:function(){return w},ok:function(){return b}});var i,r,o=n(9712),a=n(8125),s=n(5504),c=n(7414),l=n(3881),u=(n(1529),n(941)),p=document.currentScript||injectionElement;"undefined"!=typeof config?i=new a.A(config):(p&&(r=(window.__adsbyshowheroes||{})[p.getAttribute("id")]),r&&(i=new a.A(r)));var d,f,m,h,v=window!==window.top&&u.Ay.canAccessTopWindow(),g=!!window.inGptIF,A=new s.A,w=null==i?v?window.top:window:(f=(d=i).get("format_family"),m=d.get("enable_intext_animation",!0),h=!(f===c.A.BANNER||f===c.A.STREAM||f===c.A.SITELOOP||f===c.A.CLIPCHOICE||f===c.A.INTEXT&&!m)||"no"!==d.get("vip_mode","no"),v&&h?window.top:window),y=w.document,b=u.Ay.getTopAccessibleWindow(window);null!=i&&(i=(0,l.c)(i),(0,o.Ix)(i.get("extra_config",{})));var E,I=((E=b).__VR=E.__VR||{},E.__VR.widgets=E.__VR.widgets||[],E.__VR);e.Ay={currentScript:p,inDapIF:v,inGptIF:g,injectorPlayerEmitter:A,config:i,namespace:I,playerBootTime:0}},1529:function(t,e,n){!function(){try{return Date.now()}catch(t){}}()},7090:function(t,e,n){var i=n(7414),r="default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7,fetch,AbortController",o="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.js?features=".concat(r,"&flags=gated"),a="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=".concat(r,"&flags=gated"),s={player:{debug:[o,"//imasdk.googleapis.com/js/sdkloader/ima3_debug.js"],default:[a,"//imasdk.googleapis.com/js/sdkloader/ima3.js"]},content:{debug:[o],default:[a]},banner:{debug:[o],default:[a]},sentry:"//cdn.ravenjs.com/3.17.0/raven.min.js"};function c(t){return'<script type="text/javascript" src="'.concat(t,'"><\/script>')}e.A={getScripts:function(t){var e,n=t.get("format_family"),r=t.get("player.script"),o=t.get("sentry",null),a=t.get("debug",!1),l=t.get("scheme","https");e=n===i.A.BANNER?s.banner:n===i.A.STREAM||n===i.A.SITELOOP||n===i.A.CLIPCHOICE?s.content:s.player;var u=a?e.debug.slice():e.default.slice();return o&&u.unshift(s.sentry),u.push(r),u.map((function(t){return function(t,e){var n=t;return/https?:/i.test(window.location.protocol)||/^https?/i.test(t)||(n="".concat(e,":").concat(t)),n}(t,l)})).map(c).join("")}}},7422:function(t,e,n){n.d(e,{m:function(){return o}});var i=n(6428),r=n(3241);function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return(0,i.X)(t).then((function(t){var e;try{e=JSON.parse(t)}catch(t){throw(0,r.w)(t,"jsonParse"),t}if(e.error)throw new Error(e.error);return e})).then((function(t){return e&&(t.extra.alias=e),t}))}},7348:function(t,e,n){n.d(e,{y:function(){return a}});var i=n(1365),r=n(1541),o=n(327);function a(t,e,n,a,s,c){var l=t.contentWindow;l.config=e,l.injectorPlayerEmitter=n,null!=a&&(l.vpt=a),(0,o.b)(l,n),r.A.constructCMPPostMessageStub(l),i.A.constructCMPPostMessageStub(l),new l.Player(e,s,null!=c?c:null).init()}},4591:function(t,e,n){n.d(e,{p:function(){return p}});var i=n(1326),r=n(5047),o=n(1269),a=n(1116),s=n(7090),c=n(2585),l=n(7293),u=n(4819);function p(t,e,n){if(!e.parentNode)return c.N.reject(new Error("the parent element is not in the DOM tree"));var i=Math.random().toString(32).substr(2),p=r.A.render(n,{scripts:s.A.getScripts(t),iframeId:i}),d=(0,l.fm)().then((function(){return(0,u.t)(e,p),e})),f=new c.N((function(t){e.__loadCallback=function(){t(e)}})),m=function(t,e){var n,i=null===(n=t.ownerDocument)||void 0===n?void 0:n.defaultView;return i||c.N.reject(new Error("No host window")),new c.N((function(n){i.addEventListener("message",(function r(o){var a;try{if((a=JSON.parse(o.data)).iframeId!==e)return}catch(o){return}null!=a.issuer&&"playeriframe"===a.issuer&&(i.removeEventListener("message",r),n(t))}))}))}(e,i),h=[f,m];h=h.map((function(t){return t.then((function(t){if(null!=t.contentWindow.Player)return t}))}));var v=c.N.all(h).then((function(t){if(t.filter((function(t){return!!t})).length>0)return(0,c.Z)();throw(0,o.A)("Could not load player script",a.e.PLAYER_SCRIPT_NOT_LOADED)})),g=c.N.race(h.map((function(t){return t.then((function(t){return null!=t?t:(0,c.Z)()}))}))),A=d.then((function(){return g}));return c.N.race([A,v])}new i.C("loadIframeAsync")},3664:function(t,e,n){n.d(e,{m:function(){return l}});var i=n(1326),r=n(3241),o=n(2585),a=n(7348),s=n(4591);function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}function l(t,e,n,i,l,u,p){var d=(0,s.p)(e,n,i),f=e.get("sentry",null),m=null;return null!=f&&(m={dsn:f.dsn,sampleRate:f.sample_rate}),o.N.all([t,d]).then((function(t){var e,n=function(t){if(Array.isArray(t))return t}(e=t)||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,i,r,o,a=[],s=!0,c=!1;try{for(r=(e=e.call(t)).next,!2;!(s=(n=r.call(e)).done)&&(a.push(n.value),2!==a.length);s=!0);}catch(t){c=!0,i=t}finally{try{if(!s&&null!=e.return&&(o=e.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}(e)||function(t){if(t){if("string"==typeof t)return c(t,2);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?c(t,2):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),i=n[0],r=n[1];(0,a.y)(r,i,l,u,p,m)})).catch((function(t){throw(0,r.w)(t,"loadPlayerAsync"),t}))}new i.C("loadPlayerAsync")},4819:function(t,e,n){n.d(e,{t:function(){return a}});var i=n(1326),r=n(5902),o=(new i.C("writeIframeContent"),{name:"document.write",write:function(t,e){var n=(0,r.B)(t);n.open("text/html","replace"),n.write(e),n.close()},isSupported:function(t){return null!=(0,r.B)(t)}});function a(t,e){var n=function(t){if(o.isSupported(t))return o;throw Error("No iframe writer supported")}(t);n.name,n.write(t,e)}},2791:function(t,e,n){var i=n(941),r={getAmpAdContext:function(){var t=r.getAmpAdWindowWithContext();if(null!=t)return t.context},getAmpAdWindowWithContext:function(){var t=window;try{for(;t!==window.top;){if(null!=t.context&&null!=t.context.observeIntersection)return t;t=t.parent}}catch(t){}},getAmpVideoIframe:function(){var t=r.getAmpVideoIframeWindow();if(null!=t)return t.AmpVideoIframe},getAmpVideoIframeWindow:function(){var t=window;try{for(;t!==window.top;){if(null!=t.AmpVideoIframe)return t;t=t.parent}}catch(t){}},isAmpIframe:function(){return null!=r.getAmpIframeWindow()},getAmpIframeWindow:function(){var t=window;try{for(;i.Ay.canAccessWindow(t);){if(r.isWindowAmpIframe(t))return t;if(t.parent===t)return;t=t.parent}return}catch(t){return}},isWindowAmpIframe:function(t){try{return(t.name||"").toLowerCase().startsWith("amp_iframe")}catch(t){return!1}},isInsideAmp:function(){return null!=r.getAmpAdContext()||null!=r.getAmpVideoIframe()||r.isAmpIframe()}};e.A=r},4806:function(t,e,n){function i(t,e,n){if(!e||!n)return null;var i=t.unitCountMap||{},r=i[e]||{};if(r[n])return r[n];var o=Object.keys(r).length+1;return r[n]=o,i[e]=r,t.unitCountMap=i,o}n.d(e,{A:function(){return i}})},7366:function(t,e,n){n.d(e,{h:function(){return r}});var i=n(6314);function r(t,e,n,r){var o=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],a=arguments.length>5&&void 0!==arguments[5]&&arguments[5],s=n?"".concat(n,"px"):"100%",c=r?"".concat(r,"px"):"100%",l=a?"banner":"video player",u={allowfullscreen:!0,webkitallowfullscreen:t.webkitFullscreenEnabled,mozallowfullscreen:t.mozFullScreenEnabled},p=i.A.create(t,"iframe",{id:e,src:o?"javascript:void(0)":"about:blank",loading:"eager",scrolling:"no",frameborder:0,marginheight:0,marginwidth:0,allow:"autoplay *; fullscreen *",width:s,height:c,title:l});return Object.keys(u).forEach((function(t){u[t]&&p.attr(t,u[t])})),p.elem.style.width=s,p.elem.style.height=c,p}},4867:function(t,e,n){n.d(e,{a:function(){return a}});var i=n(1326),r=n(2411),o=n(941);function a(t){var e=t.match(/^https?:\/\/(?:www\.)?([^/:?#]+)(?:[/:?#]|$)/i);return e&&e[1]}new i.C("detectDomain"),e.A=function(){var t,e,n,i=(0,r.Q5)()||(0,r.bU)();return null!=i?t=a(i):null!=(n=o.Ay.getTopAccessibleWindow(window))&&null!==(e=n.document)&&void 0!==e&&e.referrer&&(n.document.referrer,a(n.document.referrer)),t||null}},2411:function(t,e,n){n.d(e,{Q5:function(){return o},bU:function(){return a},yb:function(){return s}});var i=n(1326),r=n(941);function o(){var t=window.location.ancestorOrigins;return t&&t.length>0?(Array.from(t),t[t.length-1]):null}function a(){return r.Ay.canAccessTopWindow()?(window.top.location.href,window.top.location.href):null}function s(){var t;return a()||(null==(t=r.Ay.getTopAccessibleWindow(window).document.querySelector("meta[property='og:url']"))?null:t.getAttribute("content"))||o()||null}new i.C("detectPageUrl")},6314:function(t,e){function n(t){if(!(this instanceof n))return new n(t);this.elem=t}n.create=function(t,e,i){var r=new n(t.createElement(e));return i&&Object.keys(i).forEach((function(t){r.attr(t,i[t])})),r},n.getAll=function(t,e){for(var i=t.querySelectorAll(e),r=[],o=0;o<i.length;o+=1)r[o]=new n(i[o]);return r},n.remove=function(t,e){var n=t.getElementById(e);null!==n&&n.parentNode&&n.parentNode.removeChild(n)},n.insertHTMLBefore=function(t,e,i){if(""===i)return null;var r=t.ownerDocument,o=n.create(r,"ins",{id:e});o.elem.innerHTML=i,t.parentNode.insertBefore(o.elem,t);for(var a=o.elem.getElementsByTagName("script"),s=0;s<a.length;s+=1){for(var c=r.createElement("script"),l=a[s].attributes,u=0;u<l.length;u+=1)c.setAttribute(l[u].nodeName,l[u].value);a[s].innerHTML&&(c.text=a[s].innerHTML),a[s].parentNode.replaceChild(c,a[s])}return this},n.prototype.remove=function(){var t;null!==(t=this.elem)&&void 0!==t&&t.parentNode&&this.elem.parentNode.removeChild(this.elem)},n.prototype.attr=function(t,e){return this.elem.setAttribute(t,e),this},n.prototype.appendTo=function(t){return t.appendChild(this.elem),this},n.prototype.append=function(t){return t.nextSibling?t.parentNode.insertBefore(this.elem,t.nextSibling):t.parentNode.appendChild(this.elem),this},n.prototype.prepend=function(t){return t.parentNode.insertBefore(this.elem,t),this},n.prototype.text=function(t){return void 0===t?"textContent"in this.elem?this.elem.textContent:this.elem.innerText:("textContent"in this.elem?this.elem.textContent=t:this.elem.innerText=t,this)},n.prototype.offset=function(){var t=this.elem.ownerDocument,e=t.defaultView,n=this.elem.getBoundingClientRect(),i=t.body,r=t.documentElement,o=e.pageYOffset||r.scrollTop||i.scrollTop,a=e.pageXOffset||r.scrollLeft||i.scrollLeft,s=r.clientTop||i.clientTop||0,c=r.clientLeft||i.clientLeft||0,l=n.top+o-s,u=n.left+a-c;return{top:Math.round(l),left:Math.round(u)}},n.prototype.hasClass=function(t){return new RegExp(" ".concat(t," ")).test(" ".concat(this.elem.className," "))},n.prototype.addClass=function(t){return this.hasClass(t)||(this.elem.className+=(this.elem.className.length?" ":"")+t),this},n.prototype.removeClass=function(t){return this.hasClass(t)&&(this.elem.className=this.elem.className.replace(t,"").replace(/\s+$/g,"")),this},n.prototype.hide=function(){return this.elem.style.display="none",this.elem.style.visibility="hidden",this},n.prototype.show=function(){return this.elem.style.visibility="visible",this.elem.style.display="",this},e.A=n},941:function(t,e,n){n.d(e,{oI:function(){return p}});var i,r,o={canAccessTopWindow:function(){return o.canAccessWindow(window.top)},canAccessWindow:function(t){try{return!!t.location.href}catch(t){return!1}},getTopAccessibleWindow:function(t){return o.canAccessWindow(t.parent)&&t!==t.parent?o.getTopAccessibleWindow(t.parent):t},isString:function(t){return"string"==typeof t||t instanceof String}},a=0,s={},c=!1;function l(t){delete s[t]}function u(t){if(c)setTimeout(u,0,t);else{var e=s[t];if(e){c=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{l(t),c=!1}}}}function p(t,e){return function(){return t.apply(e,Array.prototype.slice.call(arguments))}}!function(){if(window.postMessage&&!window.importScripts){var t=!0,e=window.onmessage;return window.onmessage=function(){t=!1},window.postMessage("","*"),Object.defineProperty(window,"onmessage",{value:e,writable:!0}),t}return!1}()?window.MessageChannel?((r=new MessageChannel).port1.onmessage=function(t){u(t.data)},i=function(t){r.port2.postMessage(t)}):i=function(t){setTimeout(u,0,t)}:function(){var t="shSetImmediate$".concat(Math.random(),"$");function e(e){e.source===window&&"string"==typeof e.data&&0===e.data.indexOf(t)&&u(+e.data.slice(t.length))}window.addEventListener?window.addEventListener("message",e,!1):window.attachEvent("onmessage",e),i=function(e){window.postMessage(t+e,"*")}}(),o.setImmediate=function(t){var e=t;"function"!=typeof e&&(e=new Function("".concat(e)));for(var n=new Array(arguments.length-1),r=0;r<n.length;r+=1)n[r]=arguments[r+1];var o={callback:e,args:n};return s[a+=1]=o,i(a),a},o.clearImmediate=l,e.Ay=o},3041:function(t,e,n){var i=n(4427),r=n(1326),o=n(2240),a=n(8456),s=n(7108),c=n(2791),l=n(4806),u=n(4867),p=n(1033),d=n(2279);new r.C("generateInjectorConfig"),e.A=function(t){var e,n={blacklistedAds:[],width:0,height:0,scriptSrc:"",brandConfig:null,consent:{gdpr:{cmp:"unavailable",applies:!1,consentString:""},ccpa:{cmp:"unavailable",applies:!1,consentString:""}},playerBootTime:0,hasFallback:!1,clipChoicePosition:"default",playerLayout:i.U.COMPACT,playerPosition:null,placementPosition:null,aspectRatioCategory:o.cD.SIXTEEN_NINE,extraConfig:null,zid:"",sid:""},r=Object.assign(n,t),f=(0,u.a)(r.scriptSrc),m="content.viralize.tv"===f||"dev-content.viralize.tv"===f,h=d.A.getSafeViewportSize(),v={width:r.width,height:r.height};return{zoneDimensions:v,viewportDimensions:h,blacklistedAds:r.blacklistedAds,isInsideAmp:c.A.isInsideAmp(),isInsideGpt:a.Ay.inGptIF,isInsideAdIframe:(0,p.A)(window),isInContentDomain:m,consent:r.consent,playerBootTime:r.playerBootTime,hasFallback:r.hasFallback,clipChoicePosition:r.clipChoicePosition,playerLayout:r.playerLayout,sessionState:r.sessionState,displayViewable:r.displayViewable,placementPosition:r.placementPosition||(0,s.z)(r.playerPosition,v,h),aspectRatioCategory:r.aspectRatioCategory,extraConfig:r.extraConfig,userAgent:null===a.ok||void 0===a.ok||null===(e=a.ok.navigator)||void 0===e?void 0:e.userAgent,unitCount:(0,l.A)(a.Ay.namespace,r.zid,r.sid),brandConfig:r.brandConfig}}},8989:function(t,e,n){function i(){return Math.random().toString(32).substr(2)}n.d(e,{M:function(){return i}})},5902:function(t,e,n){function i(t){var e,n;return null!==(e=null===(n=t.contentWindow)||void 0===n?void 0:n.document)&&void 0!==e?e:t.contentDocument}n.d(e,{B:function(){return i}})},506:function(t,e,n){n.d(e,{A:function(){return o}});var i=n(941),r=n(208);function o(){var t=window;try{for(;i.Ay.canAccessWindow(t);){if((0,r.H)(t))return t;if(t.parent===t)return;t=t.parent}return}catch(t){return}}},5625:function(t,e,n){function i(t){for(var e=[],n=t;n&&(e.push(n),n!==t.top);)n=n.parent;return e}n.d(e,{s:function(){return i}})},6452:function(t,e,n){function i(t){try{return null!=t.match(/^https?:\/\/\.*[^/:?#]+\/((?!\/).+)$/i)}catch(t){}return!1}n.d(e,{R:function(){return i}})},6753:function(t,e){var n={AT:!0,BE:!0,BG:!0,HR:!0,CY:!0,CZ:!0,DK:!0,EE:!0,FI:!0,FR:!0,DE:!0,GR:!0,HU:!0,IE:!0,IT:!0,LV:!0,LT:!0,LU:!0,MT:!0,NL:!0,PL:!0,PT:!0,RO:!0,SK:!0,SI:!0,ES:!0,SE:!0,GB:!0,GF:!0,GP:!0,MQ:!0,ME:!0,YT:!0,RE:!0,MF:!0,GI:!0,AX:!0,PM:!0,GL:!0,BL:!0,SX:!0,AW:!0,CW:!0,WF:!0,PF:!0,NC:!0,TF:!0,AI:!0,BM:!0,IO:!0,VG:!0,KY:!0,FK:!0,MS:!0,PN:!0,SH:!0,GS:!0,TC:!0,AD:!0,LI:!0,MC:!0,SM:!0,VA:!0,JE:!0,GG:!0,EU:!0,CH:!0};e.A=function(t){return n[t]||!1}},1033:function(t,e,n){n.d(e,{A:function(){return s}});var i=n(1326),r=n(5625),o=[/googlesyndication\.com/];function a(t){try{if(function(t){for(var e=0;e<o.length;e+=1)if(o[e].test(t))return!0;return!1}(t.origin))return!0}catch(t){}return!1}function s(t){return!!function(t){return t!==t.top}(t)&&(0,r.s)(t).filter(a).length>0}new i.C("isInsideAdIframe")},3241:function(t,e,n){function i(t,e){window.Raven&&null!=t&&(t.message&&t.message.startsWith("You are trying to put the player into the head")||window.Raven.captureException(t,{tags:{injector_error:e}}))}n.d(e,{w:function(){return i}}),new(n(1326).C)("logSentryError")},2585:function(t,e,n){n.d(e,{N:function(){return a},Z:function(){return s}});var i=n(2128),r=n(941);i.A._immediateFn=r.Ay.setImmediate;var o,a=(o=window.Promise)&&o.resolve&&o.reject&&o.race&&o.all?window.Promise:i.A;function s(){return new a((function(){}))}},208:function(t,e,n){n.d(e,{H:function(){return d}});var i=n(1326),r=n(5504),o=n(2585),a=n(9828),s=(new i.C("safeFrame"),"exp-push"),c="sf::inViewport",l="sf::belowViewport",u="sf::expand",p="sf::collapse";function d(t){return!!(t&&t.$sf&&t.$sf.ext)}function f(t){d(t)&&(this.$sf=t.$sf),this.eventEmitter=new r.A}f.prototype.register=function(t,e){var n=this,i=t;i||(i=1);var r=e;r||(r=1),this.$sf.ext.register(i,r,(function(t,e){var i=e.cmd;switch(!0){case"failed"===t&&i===s:n.eventEmitter.emit(u,!1);break;case"expanded"===t:n.eventEmitter.emit(u,!0);break;case"collapsed"===t:n.eventEmitter.emit(p);break;case"geom-update"===t:n.isInViewport()?n.eventEmitter.emit(c):n._isBelowViewport()&&n.eventEmitter.emit(l)}}))},f.prototype.isInViewport=function(){var t=this._getGeom().self;return 100===this.$sf.ext.inViewPercentage()&&t.h>1},f.prototype._isBelowViewport=function(){var t=this._getGeom(),e=t.pos,n=t.win;return e.t>=n.b},f.prototype.expand=function(t,e){var n=this._getGeom().self,i=Math.floor(n.w/t-n.h)+e,r=(0,a.P)(this.eventEmitter,u);return this.$sf.ext.expand({b:i,push:!0}),r.then((function(t){if(!t)throw new Error("SafeFrame failed to Expand")}))},f.prototype.collapse=function(){var t=(0,a.P)(this.eventEmitter,p);return this.$sf.ext.collapse(),t},f.prototype._getGeom=function(){return this.$sf.ext.geom()},f.prototype.isExpandable=function(){return this._getGeom().self.h<=1},f.prototype.whenInViewport=function(){return this.isInViewport()?o.N.resolve():(0,a.P)(this.eventEmitter,c)},f.prototype.whenBelowTheFold=function(){return this._isBelowViewport()?o.N.resolve():(0,a.P)(this.eventEmitter,l)}},9970:function(t,e,n){n.d(e,{T:function(){return a}});var i=n(3241),r=n(2279),o=n(2406);function a(t){return(0,o.j)(t).catch((function(t){throw null!=t&&t.isCodedError?r.A.trackRequestEvent("adunit_request_error",t.code):(0,i.w)(t,"searchPlayerLocationOutstreamAsync"),t}))}},5261:function(t,e,n){function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function r(t,e){return function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!t||!e)throw new Error("Invalid global or sid");switch(!0){case!n:case"object"!==i(n):case Array.isArray(n):throw new Error("Invalid initial state")}var r=t.sessionState||{},o=r[e]||n||{};return r[e]=o,t.sessionState=r,o}(t,e,{hasFirstInteraction:!1,userVolume:void 0,unitVolume:void 0,nextAdTime:void 0,pod:void 0,ppos:void 0})}n.d(e,{A:function(){return r}})},6287:function(t,e,n){n.d(e,{A:function(){return o}});var i=n(2240),r=n(2279);function o(t,e,n){for(var o=r.A.classNamePrefix(e,[(0,i.Jg)(n)]),a=0;a<i.sg.length;a+=1){var s=r.A.classNamePrefix(e,[i.sg[a]]);s!==o&&t.removeClass(s)}t.addClass(o)}},327:function(t,e,n){n.d(e,{b:function(){return d}});var i=n(1326),r=n(4892),o=n(1269),a=n(7414),s=n(1116),c=n(2585),l=n(2279),u=n(5218),p=(new i.C("setupHeavyAdReporting"),"HeavyAdIntervention");function d(t,e,n){var i=!1;e.once("adFilled",(function(){i=!0})),function(t){return t.ReportingObserver?new c.N((function(e,n){var i;function r(t){for(var e=!1,r=0;r<t.length;r+=1){var a=t[r];JSON.stringify(a,null,2),a.body.id===p&&(e=!0)}if(e)return i.disconnect(),void n((0,o.A)("Heavy ad intervention",s.e.HEAVY_AD_INTERVENTION))}(i=new t.ReportingObserver(r,{buffered:!0})).observe(),(0,u.p)(t,"pagehide").then((function(){r(i.takeRecords())}))})):(0,c.Z)()}(t).catch((function(t){null!=t&&t.isCodedError&&l.A.trackPlayerEvent(s.g.ERROR,t.code),n.get("format_family")===a.A.INTEXT?e.emit("cmd::pullup",{adFilled:i,skipped:!1}):e.emit(r.NN,{impression:i,skipped:!1})}))}},5419:function(t,e,n){n.d(e,{M:function(){return s}});var i=n(1326),r=n(2585),o=n(7293);function a(t){return new r.N((function(e,n){try{e(t())}catch(t){n(t)}}))}function s(t,e,n){for(var i=a(t),r=function(n){i=i.catch((function(i){return"Try n. ".concat(n+1," failed, with error"),(0,o.fm)(e).then((function(){return a(t)}))}))},s=0;s<n;s+=1)r(s);return i}new i.C("timedRetry")},7293:function(t,e,n){n.d(e,{fm:function(){return o},vm:function(){return s}});var i=n(1326),r=n(2585);function o(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new r.N((function(e){window.setTimeout(e,t)}))}new i.C("timeout");var a=0;function s(t,e,n){return function(t,e){a+=1;var n=o(e).then((function(){throw function(t,e){var n=new Error("Timeout after ".concat(t," milliseconds"));return n.timeoutId=e,n}(e,a)}));return r.N.race([t,n])}(t,e).catch((function(t){if(t.timeoutId)return n;throw t}))}},3879:function(t,e,n){function i(t,e,n,i){return{bottom:e+i,height:i,left:t,right:t+n,top:e,width:n,x:t,y:e}}n.d(e,{E:function(){return i}})},2279:function(t,e,n){var i=n(1326),r=n(2858),o=n(7414),a=n(1116),s=n(8456),c=n(6314),l=n(941),u=n(506),p=n(2585),d=(new i.C("utils"),s.Ay.config),f={},m={mov:"mp4",mkv:"x-matroska","3gp":"3gpp","3g2":"3gpp2",h261:"h261",h263:"h263",h264:"h264",jpgv:"jpeg",jpm:"jpm",mj2:"mj2",mp4:"mp4",mpeg:"mpeg",ogv:"ogg",qt:"quicktime",uvh:"vnd.dece.hd",uvm:"vnd.dece.mobile",uvp:"vnd.dece.pd",uvs:"vnd.dece.sd",uvv:"vnd.dece.video",fvt:"vnd.fvt",mxu:"vnd.mpegurl",pyv:"vnd.ms-playready.media.pyv",uvu:"vnd.uvvu.mp4",viv:"vnd.vivo",webm:"webm",f4v:"x-f4v",fli:"x-fli",flv:"x-flv",m4v:"x-m4v",asf:"x-ms-asf",wm:"x-ms-wm",wmv:"x-ms-wmv",wmx:"x-ms-wmx",wvx:"x-ms-wvx",avi:"x-msvideo",movie:"x-sgi-movie"};f.getViewportSize=function(t){var e="inner",n=t;return"innerWidth"in t||(e="client",n=n.document.documentElement||n.document.body),{width:n["".concat(e,"Width")],height:n["".concat(e,"Height")]}},f.getSafeViewportSize=function(){if(l.Ay.canAccessTopWindow())return f.getViewportSize(l.Ay.getTopAccessibleWindow(window));var t,e,n,i,r=(0,u.A)();return r?{width:null!==(t=null===(e=r.$sf.ext.geom())||void 0===e||null===(e=e.win)||void 0===e?void 0:e.w)&&void 0!==t?t:0,height:null!==(n=null===(i=r.$sf.ext.geom())||void 0===i||null===(i=i.win)||void 0===i?void 0:i.h)&&void 0!==n?n:0}:{width:0,height:0}},f.getScreenSize=function(t){return{width:t.screen.width,height:t.screen.height}},f.getPageSize=function(t){return{width:t.document.body.scrollWidth,height:t.document.body.scrollHeight}},f.setCookie=function(t,e,n){var i=(new Date).valueOf(),r=new Date(864e5+i);r.setHours(0,0,0,0);var o=n||r,a=Math.floor((o-i)/1e3),c="".concat(t,"=").concat(e,";")+"path=/;"+"max-age=".concat(a,";")+"expires=".concat(o.toUTCString());return s.ok.document.cookie=c,c},f.getCookie=function(t){var e=window.encodeURIComponent(t);e=e.replace(/[-.+*]/g,"\\$&");var n=new RegExp("(?:(?:^|.*;)\\s*".concat(e,"\\s*\\=\\s*([^;]*).*$)|^.*$")),i=s.ok.document.cookie.replace(n,"$1");return""!==i?window.decodeURIComponent(i):null},f.deleteCookie=function(t){s.ok.document.cookie="".concat(t,"=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;")},f.filter=function(t,e){for(var n=[],i=0;i<t.length;i+=1){var r=t[i];e(r)&&n.push(r)}return n},f.classNamePrefix=function(t,e){for(var n=0,i=e.length;n<i;n+=1)e[n]="".concat(t,"-").concat(e[n]);return e.join(" ")},f.throwException=function(t){setTimeout((function(){throw t}),0)},f.getCustomCss=function(t){var e=t.getAttribute("data-custom-style"),n="";if(e){var i=document.getElementById(e);i?n=i.innerHTML:this.throwException("Couldn't find the custom style tag ".concat(e))}return n},f.trackUrl=function(t){var e=new Image;e.onload=function(){},e.onerror=function(){},e.src=t},f.trackRequestEvent=function(t,e){var n=e||"ok",i=(0,r.s)({session_id:d.get("sid"),request_session_id:d.get("sid"),label:t,ver:14,reason:n,type:"event",category:"request_session"}),o="".concat(d.get("scheme"),"://").concat(d.get("endpoint_host"),"/track/?").concat(i);f.trackUrl(o)},f.trackPlayerEvent=function(t,e,n){var i=e||a.e.OK,o=n||d,s=(0,r.s)({session_id:"".concat(o.get("sid"),":0"),player_session_id:"0",label:t,ver:12,reason:i,type:"event",category:"player_session"}),c="".concat(o.get("scheme"),"://").concat(o.get("endpoint_host"),"/track/?").concat(s);f.trackUrl(c)},f.getVPTInstance=function(t){var e=t.get("is_preview"),n=t.get("is_test");return t.get("format_family")===o.A.INSTREAM&&(e||n)?null:s.Ay.namespace&&s.Ay.namespace.vptimpl},f.getAdditionalPlayerConfig=function(t,e){var n=null,i=f.getVPTInstance(t);return null!=i&&null!=i.getConfig&&(n=i.getConfig(e)),n},f.isUrl=function(t){return/(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-/]))?/.test(t)},f.getFifAbsolutePosition=function(t){for(var e,n,i,r={top:0,left:0},o=t;o!==window.top;)e=o.frameElement.getBoundingClientRect(),n=o.parent.pageYOffset||o.parent.document.documentElement.scrollTop||o.parent.document.body.scrollTop||0,i=o.parent.pageXOffset||o.parent.document.documentElement.scrollLeft||o.parent.document.body.scrollLeft||0,r.top+=e.top+n,r.left+=e.left+i,o=o.parent;return r},f.copyString=function(t){return" ".concat(t).slice(1)},f.getFileExtension=function(t){return null==t?"":t.split(".").pop()},f.getMimetype=function(t){var e=f.getFileExtension(t);return m[e.toLowerCase()]||""},f.getVptId=function(t){var e=d.get("zid");return t.hasAttribute("data-alias")&&(e=t.getAttribute("data-alias")),e},f.isAdBlockedAsync=function(){var t=document.createElement("script");return new p.N((function(e){var n;t.addEventListener("load",(function(){e(!1)})),t.addEventListener("error",(function(){e(!0)})),t.src="https://ads.viralize.tv/";var i=null!==(n=document.body)&&void 0!==n?n:document.head;null==i||i.appendChild(t)})).then((function(e){return new c.A(t).remove(),e}))},e.A=f},2406:function(t,e,n){n.d(e,{j:function(){return o}});var i=n(2585),r=n(3467);function o(t){function e(){var e,n=null==t||null===(e=t.document)||void 0===e?void 0:e.body;if(!n)throw new Error("Body not yet ready");return n}return i.N.resolve().then(e).catch((function(){return function(t,e){return t.MutationObserver?new i.N((function(i){(n=new t.MutationObserver((function(){try{var t=e();n.disconnect(),i(t)}catch(t){}}))).observe(t.document.documentElement,{childList:!0})})):i.N.reject(new Error("MutationObserver not available"));var n}(t,e)})).catch((function(){return(0,r.K)("interactive").then(e)}))}},3467:function(t,e,n){n.d(e,{K:function(){return l}});var i=n(4042),r=n(8456),o=n(2585),a="complete",s="readystatechange";function c(t,e){return t.readyState===a||t.readyState===e}function l(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a,e=r.ok.document;return c(e,t)?o.N.resolve():new o.N((function(n){i.A.addEventListener(e,s,(function r(){c(e,t)&&(i.A.removeEventListener(e,s,r),n())}))}))}},5218:function(t,e,n){n.d(e,{p:function(){return o}});var i=n(4042),r=n(2585);function o(t,e){return new r.N((function(n){i.A.addEventListener(t,e,(function r(o){i.A.removeEventListener(t,e,r),n(o)}))}))}},9828:function(t,e,n){n.d(e,{P:function(){return o}});var i=n(1326),r=n(2585);function o(t,e){return new r.N((function(n){t.once(e,(function(t){n(t)}))}))}new i.C("waitForEmitterEvent")},9575:function(t,e,n){n.d(e,{a:function(){return r}});var i=["hidden","mozHidden","webkitHidden","msHidden","oHidden"];function r(){for(var t,e=0;e<i.length;e+=1)if((t=i[e])in document)return t;return t}},7108:function(t,e,n){n.d(e,{z:function(){return a}});var i=n(5305),r=n(3879),o=n(2245);function a(t,e,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:50;return null==t||null==e||0===e.width||0===e.height||null==n||0==n.width||0==n.height?i.N.UNKNOWN:(0,o.A)((0,r.E)(t.left,t.top,e.width,e.height),n)>=a?i.N.ABOVE_THE_FOLD:i.N.BELOW_THE_FOLD}},2245:function(t,e,n){function i(t,e){var n=t.width*t.height,i=Math.ceil(Math.max(0,t.left)),r=Math.ceil(Math.min(e.width,t.right)),o=Math.ceil(Math.max(0,t.top)),a=Math.ceil(Math.min(e.height,t.bottom));if(i<r&&o<a){var s=(r-i)*(a-o);return Math.floor(s/n*100)}return 0}n.d(e,{A:function(){return i}})},8501:function(t,e,n){var i=n(9157).A.ViewabilityUnavailableError,r={IAB_VIDEO:2,IAB_BANNER:1,DISPLAY_VIDEO:1};function o(t,e,n){var i=n||r.IAB_VIDEO;this.viewability=t,this.callback=e,this.iabViewabilityTimeout=null,this.counter=8,this.loopInterval=i/this.counter*1e3}o.VIEWABILITY_DURATIONS=r,o.prototype.start=function(){var t=this,e=this.counter;if(this.stop(),this.viewability.isViewabilityUnavailable())throw new i;this.iabViewabilityTimeout=window.setTimeout((function n(){t.viewability.computeViewability().perc>=50?0==(e-=1)?t.callback():t.iabViewabilityTimeout=window.setTimeout(n,t.loopInterval):(e=t.counter,t.iabViewabilityTimeout=window.setTimeout(n,t.loopInterval))}),t.loopInterval)},o.prototype.stop=function(){window.clearTimeout(this.iabViewabilityTimeout)},e.A=o},4269:function(t,e,n){var i=n(2791),r=n(8831);function o(t,e,n,o){r.A.call(this,t,e,n,o),this.detachViewabilityObserver=null,this.currentViewability=null,this.ampAdContext=i.A.getAmpAdContext(),this.minElementArea=1}o.prototype=Object.create(r.A.prototype),o.prototype.constructor=o,o.prototype.isViewabilityUnavailable=function(){return!1},o.prototype.computeViewability=function(){var t=!this.ampAdContext.hidden,e=this.computeViewabilityReason(t),n={reason:e,focus:t};return e!==this.reasons.IN_VIEWPORT?(n.perc=0,n):(n.perc=this.currentViewability?Math.min(100,Math.round(100*this.currentViewability.intersectionRatio)):0,n)},o.prototype.computeViewabilityReason=function(t){if(null==this.currentViewability)return this.reasons.FIXED_VIEWABILITY;var e=this.currentViewability.boundingClientRect,n=e.width*e.height;return t?this.currentViewability.intersectionRatio<=0?this.reasons.OUT_OF_VIEWPORT:n<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},o.prototype.attachListeners=function(t){var e=this;this.detachViewabilityObserver=this.ampAdContext.observeIntersection((function(n){e.currentViewability=n[n.length-1],t()}))},o.prototype.detachListeners=function(){this.detachViewabilityObserver&&this.detachViewabilityObserver()},e.A=o},7091:function(t,e,n){var i=n(2791),r=n(9575),o=n(8831);function a(t,e,n,a){o.A.call(this,t,e,n,a),this.currentIntersectionRatio=0,this.refreshFunctionId=void 0,this.ampVideoIframe=i.A.getAmpVideoIframe(),this.hiddenProperty=(0,r.a)()}a.prototype=Object.create(o.A.prototype),a.prototype.constructor=a,a.prototype.isViewabilityUnavailable=function(){return!1},a.prototype.computeViewability=function(){var t=this.inFocus();return{reason:t?this.currentIntersectionRatio>0?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT:this.reasons.NOT_IN_FOCUS,focus:t,perc:Math.min(100,Math.round(100*this.currentIntersectionRatio))}},a.prototype.attachListeners=function(t){var e=this;this.ampVideoIframe.push((function(n){function i(){n.getIntersection((function(n){e.currentIntersectionRatio=n.intersectionRatio,t()}))}i(),e.refreshFunctionId=setInterval(i,250)}))},a.prototype.detachListeners=function(){clearInterval(this.refreshFunctionId)},a.prototype.inFocus=function(){var t=this.wnd.document[this.hiddenProperty];return void 0===t||!t},e.A=a},1966:function(t,e,n){var i=n(941),r=n(8831),o={enters_viewport:1,center_enters_viewport:100,center_exits_viewport:49,exits_viewport:-1};function a(t,e,n,o){r.A.call(this,t,e,n,o),this.boundListener=(0,i.oI)(this.receiveMessage,this),this.callback=null}a.prototype=Object.create(r.A.prototype),a.prototype.constructor=a,a.prototype.isViewabilityUnavailable=function(){return!1},a.prototype.computeViewability=function(){return{reason:this.wnd.viewabilityPerc>0?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT,focus:!0,perc:this.wnd.viewabilityPerc}},a.prototype.attachListeners=function(t){this.wnd.viewabilityPerc=o[this.wnd.lastViewabilityMessage],this.callback=t,this.wnd.addEventListener("message",this.boundListener)},a.prototype.detachListeners=function(){this.wnd.removeEventListener("message",this.boundListener)},a.prototype.receiveMessage=function(t){o[t.data]&&(this.wnd.viewabilityPerc=o[t.data],this.callback&&this.callback())},e.A=a},515:function(t,e,n){var i=n(4042),r=n(941),o=n(2279),a=n(9575),s=n(2285),c=n(8347),l=n(3807),u=n(8831);function p(t,e,n,i){u.A.call(this,t,e,n,i),this.callback=null,this.windowEvents=["focus","blur","check","checkAndNotify"],this.documentEvents=["visibilitychange","mozvisibilitychange","msvisibilitychange","webkitvisibilitychange"],this.hiddenProperty=(0,a.a)(),this.minElementArea=1,this.ancestors=this.getElementAncestors(),this.viewabilityObserver=null,window.IntersectionObserver?this.viewabilityObserver=new s.A(this.wnd,this.elem):(this.windowEvents=this.windowEvents.concat(["scroll","resize"]),window.MutationObserver?this.viewabilityObserver=new c.A(this.wnd,this.elem):this.viewabilityObserver=new l.A(this.wnd,this.elem))}p.prototype=Object.create(u.A.prototype),p.prototype.constructor=p,p.prototype.getElementAncestors=function(){for(var t=[],e=this.elem;e;)t.unshift(e),e=e.parentNode;return t},p.prototype.isViewabilityUnavailable=function(){return!window.IntersectionObserver&&this.isInIframe()},p.prototype.isInIframe=function(){if(this.wnd.top!==this.wnd.self)return!0;for(var t=this.wnd.top.document.getElementsByTagName("iframe"),e=0;e<t.length;e+=1)if(t[e]===this.elem)return!1;return!0},p.prototype.computeViewability=function(){var t=this.inFocus(),e=this.computeViewabilityReason(t),n={reason:e,focus:t};return!this.forceViewability()||e!==this.reasons.OUT_OF_VIEWPORT&&e!==this.reasons.IN_VIEWPORT?e!==this.reasons.IN_VIEWPORT?(n.perc=0,n):(n.perc=this.viewabilityObserver.computeViewabilityPercentage(),n):(n.perc=100,n)},p.prototype.computeViewabilityReason=function(t){var e=this.elem,n=o.A.getViewportSize(this.wnd),i=e.getBoundingClientRect(),r=i.width*i.height,a=this.ancestors;if("none"===e.style.display||"hidden"===e.style.visibility)return this.reasons.HIDDEN;for(var s=0;s<a.length;s+=1){var c=a[s].style;if(c&&("none"===c.display||"hidden"===c.visibility))return this.reasons.HIDDEN}return t?i.bottom<=0||i.right<=0||i.top>=n.height||i.left>=n.width?this.reasons.OUT_OF_VIEWPORT:r<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},p.prototype.inFocus=function(){var t=this.wnd.document[this.hiddenProperty];return void 0!==t?!t:!r.Ay.canAccessTopWindow()||"function"!=typeof window.top.document.hasFocus||window.top.document.hasFocus()},p.prototype.attachListeners=function(t){var e;for(this.callback=t,e=0;e<this.windowEvents.length;e+=1)i.A.addEventListener(this.wnd,this.windowEvents[e],t,!0);for(e=0;e<this.documentEvents.length;e+=1)i.A.addEventListener(this.wnd.document,this.documentEvents[e],t,!0);this.viewabilityObserver.start(t)},p.prototype.detachListeners=function(){var t;for(t=0;t<this.windowEvents.length;t+=1)i.A.removeEventListener(this.wnd,this.windowEvents[t],this.callback,!0);for(t=0;t<this.documentEvents.length;t+=1)i.A.removeEventListener(this.wnd.document,this.documentEvents[t],this.callback,!0);this.viewabilityObserver.stop()},e.A=p},2285:function(t,e){function n(t,e){this.callback=null,this.intersectionObserver=null,this.intersectionData=null,this.elem=e,this.wnd=t}n.prototype.start=function(t){var e=this,n={root:null,rootMargin:"0px",threshold:this.createIntersectionObserverThresholds()};this.callback=t,this.intersectionObserver=new IntersectionObserver((function(t){0!==t.length&&(e.intersectionData=e.parseIntersectionData(t),e.callback())}),n),this.intersectionObserver.observe(this.elem)},n.prototype.createIntersectionObserverThresholds=function(){for(var t=[],e=0;e<=100;e+=1){var n=e/100;t.push(n)}return t},n.prototype.parseIntersectionData=function(t){var e=t[t.length-1];return Math.min(100,Math.round(100*e.intersectionRatio))},n.prototype.stop=function(){this.intersectionObserver&&(this.intersectionObserver.disconnect&&this.intersectionObserver.disconnect(),this.intersectionObserver.unobserve&&this.intersectionObserver.unobserve(this.elem),this.intersectionObserver=null)},n.prototype.computeViewabilityPercentage=function(){var t;if(null!==(t=this.intersectionObserver)&&void 0!==t&&t.takeRecords){var e=this.intersectionObserver.takeRecords();e.length>0&&(this.intersectionData=this.parseIntersectionData(e))}return null!=this.intersectionData?this.intersectionData:0},e.A=n},8347:function(t,e,n){var i=n(941),r=n(2279),o=n(2245);function a(t,e){this.callback=null,this.viewabilityObserver=null,this.elem=e,this.wnd=t}a.prototype.start=function(t){this.callback=t,this.viewabilityObserver=new this.wnd.MutationObserver((0,i.oI)((function(t){for(var e=0;e<t.length;e+=1)if(t[e].target.contains(this.elem))return void this.callback()}),this)),this.viewabilityObserver.observe(this.wnd.document.body,{attributes:!0,subtree:!0})},a.prototype.stop=function(){this.viewabilityObserver&&(this.viewabilityObserver.disconnect(),this.viewabilityObserver=null)},a.prototype.computeViewabilityPercentage=function(){var t=r.A.getViewportSize(this.wnd);return(0,o.A)(this.elem.getBoundingClientRect(),t)},e.A=a},3807:function(t,e,n){var i=n(2279),r=n(2245);function o(t,e){this.callback=null,this.viewabilityLoopTimer=null,this.elem=e,this.wnd=t,this.loopInterval=250}o.prototype.start=function(t){var e=this;this.callback=t,function t(){e.callback(),e.viewabilityLoopTimer=e.wnd.setTimeout(t,e.loopInterval)}()},o.prototype.stop=function(){this.viewabilityLoopTimer&&(this.wnd.clearTimeout(this.viewabilityLoopTimer),this.viewabilityLoopTimer=null)},o.prototype.computeViewabilityPercentage=function(){var t=i.A.getViewportSize(this.wnd);return(0,r.A)(this.elem.getBoundingClientRect(),t)},e.A=o},8831:function(t,e,n){var i=n(9157),r=n(941),o=i.A.ViewabilityUnavailableError;function a(t,e,n,i){this.reasons={OUT_OF_VIEWPORT:0,HIDDEN:1,NOT_IN_FOCUS:2,TOO_SMALL:3,IN_VIEWPORT:4,FIXED_VIEWABILITY:5},this.elem=t,this.wnd=e,this.forceViewability=n,this.onViewabilityChange=i}a.prototype.start=function(){if(this.isViewabilityUnavailable())throw new o;this.stop(),this.attachListeners((0,r.oI)(this.notifier,this)),this.notifier()},a.prototype.stop=function(){this.detachListeners()},a.prototype.notifier=function(){this.onViewabilityChange(this.computeViewability())},e.A=a},1817:function(t,e,n){var i=n(1326),r=n(1191),o=n(4269),a=n(7091),s=n(1966),c=n(515);new i.C("viewabilityFactory"),e.A={getInstance:function(t,e,n,i,l){switch(t){case r.A.FACEBOOK_INSTANT_ARTICLES:return new s.A(e,n,i,l);case r.A.AMP_VIDEO_IFRAME:return new a.A(e,n,i,l);case r.A.AMP_AD:return new o.A(e,n,i,l);default:return new c.A(e,n,i,l)}}}},5047:function(t,e){var n={render:function(t,e){var n=t;return Object.keys(e).forEach((function(t){var i=new RegExp("{{"+t+"}}","g"),r=n.replace(i,e[t]);n=r})),n}};e.A=n},1848:function(t,e,n){var i=n(6630),r=n(113),o=n(5313),a=n(8575),s=n(1191),c=n(6838),l=n(1400),u=n(9157),p=n(8456),d=n(2791),f=n(4867),m=n(6314),h=n(3241),v=n(2279),g=p.Ay.inDapIF,A=u.A.MaxInstancesError,w=u.A.DuplicateInjectorError,y="VR-INJECTOR-INSTANCES-MAP",b={},E={findIframe:function(){return g?window.frameElement:null},register:function(t){var e,n=(0,i.W)(p.ok);e={};var r=n.getItem(y);null!=r&&(e=JSON.parse(r));var o=e[t.injectorName]||{count:0,instances:{}},a=o.count,s=t.config.get("max_family_instances",0),c=t.config.get("sid");if(s>0&&a>=s){var l=new A("Sorry, but the ".concat(t.injectorName," format can be used at most ").concat(s," times."));throw(0,h.w)(l,"max_instances_error"),l}if(o.instances[c]){var u=new w("Duplicated injector for sid: ".concat(c));throw(0,h.w)(u,"duplicate_injector_error"),u}o.instances[c]=!0,o.count+=1,e[t.injectorName]=o,n.setItem(y,JSON.stringify(e)),p.Ay.namespace.widgets.push(t)},unRegister:function(t){var e,n={},r=(0,i.W)(p.ok),o=r.getItem(y);null!=o&&(n=JSON.parse(o));var a=n[t.injectorName]||{count:0,instances:{}},s=t.config.get("sid");for(a.count>0&&(a.count-=1),n[t.injectorName]=a,r.setItem(y,JSON.stringify(n)),e=0;e<p.Ay.namespace.widgets.length;e+=1)p.Ay.namespace.widgets[e].config.get("sid")===s&&p.Ay.namespace.widgets.splice(e,1)},replaceInjector:function(t){for(var e=t.ownerDocument.createElement("script"),n=t.attributes,i=0;i<n.length;i+=1)e.setAttribute(n[i].nodeName,n[i].value);e.src="".concat(e.src,"&cb=").concat((new Date).getTime());var r=t.parentNode;r.insertBefore(e,t),r.removeChild(t)},createPageId:function(t){var e,n,i=E.getApiAdapter(t),a=p.ok.navigator?p.ok.navigator:null,c=t.get("publisher"),l=t.get("page_url"),u=a&&a.userAgent||"",f=(0,r.s)(c+l+u),m=(0,o.e)((16777215&f).toString(16),6);function h(){var t="",e=(new Date).getTime();e=(0,o.e)(e.toString(16),12);for(var n=0;n<52;n+=1)t+=Math.round(Math.random()).toString();return e+parseInt(t,2).toString(16)}return i===s.A.AMP_AD?(n=d.A.getAmpAdWindowWithContext()).context.computeInMasterFrame(n,"VR-PAGEID-PREFIX",(function(t){t(h())}),(function(t){e=t})):e=h(),e+m+0},getDetectedPublishingPlatform:function(t){var e=t.get("pub_platform","");return d.A.isInsideAmp()?c.A.AMP:e},getApiAdapter:function(t){if(null!=d.A.getAmpAdContext())return s.A.AMP_AD;if(null!=d.A.getAmpVideoIframe())return s.A.AMP_VIDEO_IFRAME;if(d.A.isAmpIframe())return s.A.AMP_IFRAME;var e=t.get("pub_platform",""),n=s.A.STANDARD;return Object.keys(s.A).forEach((function(t){var i=s.A[t];i===e&&(n=i)})),n},createSrc:function(t,e,n,i,r){var o={},s=(0,f.A)();p.Ay.namespace.pageId=p.Ay.namespace.pageId||E.createPageId(i);var c=r||{};c.player_size||(c.player_size={width:0,height:0});var l={page_id:p.Ay.namespace.pageId,screen:v.A.getScreenSize(t),page:v.A.getPageSize(t),viewport:v.A.getViewportSize(t),player_size:{width:Math.round(c.player_size.width),height:Math.round(c.player_size.height)},semantic_data:c.semantic_data};c.player_position&&(l.player_position={top:Math.round(c.player_position.top),left:Math.round(c.player_position.left)}),o.player_session=JSON.stringify(l),t.document.referrer&&(o.r=t.document.referrer),c.cid&&(o.cid=c.cid),c.sound&&(o.sound=c.sound),c.gallery_init&&(o.gallery_init=c.gallery_init),c.sessionCounter>0&&(o.sc=c.sessionCounter),c.pub_platform&&(o.pub_platform=c.pub_platform),c.inj_api_adapter&&(o.inj_api_adapter=c.inj_api_adapter),c.activation&&(o.activation=c.activation),c.cs&&(o.cs=c.cs),null!=c.gdpr&&(o.gdpr=c.gdpr?1:0),c.cmp&&(o.cmp=c.cmp),c.us_privacy&&(o.us_privacy=c.us_privacy),s&&(o.dd=s),c.interaction&&(o.interaction=c.interaction);var u=(0,a.x)(i.get("base_query",""),o);return"".concat(e,"/").concat(n,"/?").concat(u)},createPlayerSrc:function(t,e,n){var i,r=e.get("is_preview"),o=e.get("is_test");i=r?"preview":o?"test":"player";var a=n||{};return E.createSrc(t,"".concat(e.get("scheme"),"://").concat(e.get("endpoint_host")),i,e,a)},findInjectionElements:function(){var t={script:"",iframe:""};return t.iframe=E.findIframe(),t.script=p.Ay.currentScript,null===t.script&&v.A.trackRequestEvent("adunit_request_error",l.A.SCRIPT_NOT_FOUND),t},isInHead:function(t){for(var e=t.parentNode;null!=e;){if("head"===e.nodeName.toLowerCase())return!0;e=e.parentNode}return!1},setElementRemovedListener:function(t,e,n){function i(t,e){for(var n=e;null!=n;){if(t===n)return!0;n=n.parentNode}return!1}this.unsetElementRemovedListener();try{(b=new MutationObserver((function(t){t.forEach((function(t){if(t.removedNodes.length>0)for(var r=0;r<t.removedNodes.length;r+=1)i(t.removedNodes[r],e)&&n()}))}))).observe(t,{childList:!0,subtree:!0})}catch(t){}},unsetElementRemovedListener:function(){b.disconnect&&(b.disconnect(),b={})},addPluginsForNotBlacklisted:function(t,e,n){if(null==e||null=={179:!0,358:!0,711:!0}[e]){var i={"gdpr_consent_?\\d*":n.consentString||"",gdpr:n.gdprApplies?"1":"0",country:n.country,us_privacy:n.usPrivacy||""};E.addInjectorPlugins(t,null,i)}},addInjectorPlugins:function(t,e,n){var i,r="",o=p.ok.document;p.ok.__vrInjectorPlugins=p.ok.__vrInjectorPlugins||{};var a,s,c=p.ok.__vrInjectorPlugins;function l(t){var e=t;return n&&Object.keys(n).forEach((function(t){var i=new RegExp("{".concat(t,"}"),"g"),r=n[t];e=e.replace(i,r)})),e}function u(t){m.A.insertHTMLBefore(i,r+t.id,l(t.content))}e&&(r="".concat(e,"-")),i=o.createElement("placeholder"),o.body.appendChild(i);for(var d=0;d<t.length;d+=1)c[t[d].id]||(t[d].src?(a=t[d],s=void 0,(s=o.createElement("script")).setAttribute("id",r+a.id),s.src=l(a.src),s.setAttribute("async",""),s=o.body.appendChild(s)):t[d].content&&u(t[d]),c[t[d].id]=!0);o.body.removeChild(i)}};e.A=E},7638:function(t,e,n){n.d(e,{k:function(){return i}});var i={ALL:"VPT-EVENT::*",PLAYER_READY:"VPT-EVENT::PLAYER_READY",ACTIVATION:"VPT-EVENT::ACTIVATION",COLLAPSE:"VPT-EVENT::COLLAPSE",END:"VPT-EVENT::END",AD_SESSION_START:"VPT-EVENT::AD_SESSION_START",AD_SESSION_END:"VPT-EVENT::AD_SESSION_END",AD_IMPRESSION:"VPT-EVENT::AD_IMPRESSION",START:"VPT-EVENT::START",FIRST_QUARTILE:"VPT-EVENT::FIRST_QUARTILE",MID_POINT:"VPT-EVENT::MID_POINT",THIRD_QUARTILE:"VPT-EVENT::THIRD_POINT",COMPLETE:"VPT-EVENT::COMPLETE",CONTENT_START:"VPT-EVENT::CONTENT_START",CONTENT_END:"VPT-EVENT::CONTENT_END",ERROR:"VPT-EVENT::ERROR",CLICK:"VPT-EVENT::CLICK",SKIP:"VPT-EVENT::SKIP",PLAYING:"VPT-EVENT::PLAYING",PAUSED:"VPT-EVENT::PAUSED",MUTED:"VPT-EVENT::MUTED",UNMUTED:"VPT-EVENT::UNMUTED"}},8949:function(t,e,n){var i=n(2523),r=n(8456),o=n(941),a=n(2279),s=n(7638);function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}var l={},u={},p={},d={},f="DELETED";function m(t,e){var n="".concat(t,";").concat(e),i=Math.random().toString(32).substr(2);return"".concat(n,";").concat(i)}function h(t,e,n){null!=l[t]&&null!=l[t][e]&&null!=l[t][e][n]&&(l[t][e][n]=f)}function v(t){var e={event:d.EVENTS.ALL,zid:d.ALL_ZID};return o.Ay.isString(t)?e.event=t:(e.event=t.event||e.event,e.zid=t.zid||e.zid),e}function g(t,e){Object.keys(e).forEach((function(n){t.push(e[n])}))}function A(t,e){var n,i;e.length>0&&o.Ay.isString(e[0])?(n=e[0],i=e.slice(1)):(n=d.ALL_ZID,i=[]);var r,a=d.getVrApis(n);if(null!=a)for(var s=0;s<a.length;s+=1){var l;(l=a[s])[t].apply(l,function(t){if(Array.isArray(t))return c(t)}(r=i)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(r)||function(t,e){if(t){if("string"==typeof t)return c(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(t,e):void 0}}(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())}}d.getVersion=function(){return{api:11,release:"PROD-6081e98d9"}},d.emit=function(t,e,n,i){var r=function(t,e){var n=[],i=d.ALL_ZID,r=d.EVENTS.ALL;return l[i]&&l[i][r]&&g(n,l[i][r]),e!==i&&l[e]&&l[e][r]&&g(n,l[e][r]),t!==r&&(l[i]&&l[i][t]&&g(n,l[i][t]),l[e]&&l[e][t]&&g(n,l[e][t])),n}(t,e),a={event:t,zid:e,format:n,data:i,timestamp:(new Date).getTime()};r.forEach((function(t){t!==f&&o.Ay.setImmediate((function(){t(a)}))}))},d.on=function(t,e){var n=v(t),i=m(n.zid,n.event);for(l[n.zid]||(l[n.zid]={}),l[n.zid][n.event]||(l[n.zid][n.event]={});null!=l[n.zid][n.event][i];)i=m(n.zid,n.event);return l[n.zid][n.event][i]=e,i},d.once=function(t,e){var n=v(t),i=d.on(n,(function(t){l[n.zid][n.event][i]!==f&&(d.off(n,i),e(t))}));return i},d.off=function(t,e){var n=v(t);null!=e?h(n.zid,n.event,e):function(t,e){null!=l[t]&&null!=l[t][e]&&Object.keys(l[t][e]).forEach((function(n){h(t,e,n)}))}(n.zid,n.event)},d.EVENTS=s.k,d.ALL_ZID="VPT-ZID::*",d.queue={push:function(t){setTimeout(t,0)}},d.addConfig=function(){var t,e;o.Ay.isString(arguments[0])?(t=arguments[0],e=arguments[1]):(t=d.ALL_ZID,e=arguments[0]),u[t]=e},d.getConfig=function(t){return null!=u[t]?u[t]:u[d.ALL_ZID]},d.addVrApi=function(t,e){return null==p[t]&&(p[t]=[]),p[t].push(e),p[t].length-1},d.removeVrApi=function(t,e){null!=p[t]&&null!=p[t][e]&&(p[t][e]=null)},d.play=function(){A("play",Array.prototype.slice.call(arguments))},d.pause=function(){A("pause",Array.prototype.slice.call(arguments))},d.mute=function(){A("mute",Array.prototype.slice.call(arguments))},d.unmute=function(){A("unmute",Array.prototype.slice.call(arguments))},d.enterFullscreen=function(){A("enterFullscreen",Array.prototype.slice.call(arguments))},d.exitFullscreen=function(){A("exitFullscreen",Array.prototype.slice.call(arguments))},d.showControls=function(){A("showControls",Array.prototype.slice.call(arguments))},d.hideControls=function(){A("hideControls",Array.prototype.slice.call(arguments))},d.setPublisherProvidedId=function(t){(0,i.C)(t)},d.getVrApis=function(t){var e;return t!==d.ALL_ZID?e=p[t]:(e=[],Object.keys(p).forEach((function(t){e=e.concat(p[t])}))),null==e||0===e.length?[]:a.A.filter(e,(function(t){return null!=t}))},e.A=function(){var t,e,n,i;i={EVENTS:(t=d).EVENTS,ALL_ZID:t.ALL_ZID,queue:t.queue,getVersion:t.getVersion,on:t.on,once:t.once,off:t.off,addConfig:t.addConfig,getConfig:t.getConfig,play:t.play,pause:t.pause,mute:t.mute,unmute:t.unmute,enterFullscreen:t.enterFullscreen,exitFullscreen:t.exitFullscreen,showControls:t.showControls,hideControls:t.hideControls,setPublisherProvidedId:t.setPublisherProvidedId},n=window,o.Ay.canAccessTopWindow()&&(n=window.top),null!=n.vpt?"[object Array]"===Object.prototype.toString.call(n.vpt.queue)&&(e=n.vpt.queue,n.vpt=i,r.Ay.namespace.vptimpl=t,e.forEach((function(t){t()}))):(n.vpt=i,r.Ay.namespace.vptimpl=t)}},9712:function(t,e,n){n.d(e,{Ix:function(){return o},Yq:function(){return a}});var i={},r=i;function o(t){r=null!=t?t:{}}function a(t,e){if(r==i)throw new Error("Must call setCurrentExtraConfig");var n=r[t];return null==n?e:n}},4427:function(t,e,n){n.d(e,{U:function(){return i}});var i={COMPACT:"c",INLINE:"i",ARTICLE_WIDGET:"a"}},5305:function(t,e,n){n.d(e,{N:function(){return i}});var i={UNKNOWN:0,ABOVE_THE_FOLD:1,BELOW_THE_FOLD:3,HEADER:4,FOOTER:5,SIDEBAR:6,FULL_SCREEN:7}},711:function(t,e,n){function i(t){var e=!0,n="VR_TEST_LOCAL_STORAGE";try{if(t.localStorage.setItem(n,"1"),"1"!==t.localStorage.getItem(n))throw new Error("localStorage unavailable");if(t.localStorage.removeItem(n),null!==t.localStorage.getItem(n))throw new Error("localStorage unavailable")}catch(n){t.VR_localStorageFallback=t.VR_localStorageFallback||{},e=!1}return e?t.localStorage:{setItem:function(e,n){t.VR_localStorageFallback[e]=n},getItem:function(e){var n;return null!==(n=t.VR_localStorageFallback[e])&&void 0!==n?n:null},removeItem:function(e){try{delete t.VR_localStorageFallback[e]}catch(t){}},clear:function(){t.VR_localStorageFallback={}}}}n.d(e,{L:function(){return i}})},6630:function(t,e,n){function i(t){var e=!0,n="VR_TEST_SESSIONSTORAGE";try{if(t.sessionStorage.setItem(n,"1"),"1"!==t.sessionStorage.getItem(n))throw new Error("sessionStorage unavailable");if(t.sessionStorage.removeItem(n),null!==t.sessionStorage.getItem(n))throw new Error("sessionStorage unavailable")}catch(n){t.VR_sessionStorageFallback=t.VR_sessionStorageFallback||{},e=!1}return e?t.sessionStorage:{setItem:function(e,n){t.VR_sessionStorageFallback[e]=n},getItem:function(e){return t.VR_sessionStorageFallback[e]||null},removeItem:function(e){try{delete t.VR_sessionStorageFallback[e]}catch(t){}},clear:function(){t.VR_sessionStorageFallback={}}}}n.d(e,{W:function(){return i}})},2523:function(t,e,n){n.d(e,{C:function(){return o}});var i=n(711),r="SH_PPID";function o(t){var e=/^[0-9a-zA-Z+.=/_\-$,{}]{22,150}$/;if(!e.test(t))throw new Error("Invalid ppid, must match ".concat(e.toString()));(0,i.L)(window).setItem(r,t)}},1326:function(t,e,n){function i(){}n.d(e,{C:function(){return i}}),i.setLabels=function(){},i.resetLabels=function(){},i.prototype.debug=function(){},i.prototype.info=function(){},i.prototype.warn=function(){},i.prototype.error=function(){},i.prototype.trace=function(){},i.prototype.fatal=function(){},i.prototype.sporadic=function(){}},113:function(t,e,n){function i(t){var e=0;if(0===t.length)return e;for(var n=0,i=t.length;n<i;n+=1)e=(e<<5)-e+t.charCodeAt(n),e|=0;return e}n.d(e,{s:function(){return i}})},5313:function(t,e,n){function i(t,e){for(var n=String(t);n.length<(e||2);)n="0".concat(n);return n}n.d(e,{e:function(){return i}})},8062:function(t,e,n){function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}function r(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n={};return(null!=t?t:"").replace(/^\?/,"").split("&").forEach((function(t){var r,o=function(t){if(Array.isArray(t))return t}(r=t.split("="))||function(t){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,i,r,o,a=[],s=!0,c=!1;try{for(r=(e=e.call(t)).next,!2;!(s=(n=r.call(e)).done)&&(a.push(n.value),2!==a.length);s=!0);}catch(t){c=!0,i=t}finally{try{if(!s&&null!=e.return&&(o=e.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}(r)||function(t){if(t){if("string"==typeof t)return i(t,2);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?i(t,2):void 0}}(r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),a=o[0],s=o[1];a&&(e?n[decodeURIComponent(a)]=decodeURIComponent(null!=s?s:""):n[a]=null!=s?s:"")})),n}n.d(e,{w:function(){return r}})},2858:function(t,e,n){function i(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Object.keys(null!=t?t:{}).map((function(n){var i=t[n];return e?"".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(i)):"".concat(n,"=").concat(i)})).join("&")}n.d(e,{s:function(){return i}})},8575:function(t,e,n){n.d(e,{x:function(){return o}});var i=n(8062),r=n(2858);function o(t,e){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],o=(0,i.w)(null!=t?t:"",!1);return Object.keys(e).forEach((function(t){var i=e[t];o[t]=n?encodeURIComponent(i):i})),(0,r.s)(o,!1)}},4042:function(t,e){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var i={},r=null;function o(){if(null!==r)return r;var t,e=!1;try{t=Object.defineProperty({},"passive",{get:function(){return e=!0,!1}}),window.addEventListener("testPassive",null,t),window.removeEventListener("testPassive",null,t)}catch(t){}return r=e,e}i.addEventListener=function(t,e,n,i){var r=!1;t.addEventListener?(i&&o()&&(r={passive:!0}),t.addEventListener(e,n,r)):t.attachEvent&&t.attachEvent("on".concat(e),n)},i.removeEventListener=function(t,e,n,i){var r=!1;t.removeEventListener?(i&&o()&&(r={passive:!0}),t.removeEventListener(e,n,r)):t.detachEvent&&t.detachEvent("on".concat(e),n)},i.isThenable=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;return!!t&&("object"===n(t)||"function"==typeof t)&&"function"==typeof t.then},e.A=i},1825:function(t,e,n){var i=n(6758),r=n.n(i),o=n(935),a=n.n(o),s=n(62),c=n.n(s),l=new URL(n(2671),n.b),u=new URL(n(1476),n.b),p=new URL(n(3281),n.b),d=new URL(n(4164),n.b),f=new URL(n(754),n.b),m=new URL(n(5567),n.b),h=a()(r()),v=c()(l),g=c()(u),A=c()(p),w=c()(d),y=c()(f),b=c()(m);h.push([t.id,'.vr-namespace-reset,.vr-namespace-reset *{background-attachment:scroll;background-color:rgba(0,0,0,0);background-image:none;background-position:0 0;background-repeat:repeat;border-color:#000;border-color:currentColor;border-radius:0;border-style:none;border-width:medium;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:invert none medium;overflow:visible;padding:0;position:static;quotes:"" "";right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;background-origin:padding-box;background-clip:border-box;background-size:auto;-o-border-image:none;border-image:none;box-shadow:none;box-sizing:content-box;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none #000;-moz-column-rule:medium none #000;column-rule:medium none #000;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;-webkit-font-feature-settings:normal;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;hyphens:manual;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-backface-visibility:visible;backface-visibility:visible;text-shadow:none;transition:all 0s ease 0s;-webkit-transform:none;transform:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:flat;transform-style:flat;word-break:normal}.vr-namespace-reset a,.vr-namespace-reset a:visited{color:inherit;text-decoration:none}.vr-namespace-reset a,.vr-namespace-reset a *{cursor:pointer}.vr-namespace-modal{position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;margin:0 0;z-index:2147483647;background-color:rgba(0,0,0,.8);float:none}.vr-namespace-modal div{float:none}.vr-namespace-modal.vr-namespace-visible{height:100%}.vr-namespace-wrapper{position:relative;text-align:center;width:100%;height:100%}.vr-namespace-modal>.vr-namespace-wrapper{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.vr-namespace-modal_inner{height:100%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-modal_inner>img,.vr-namespace-modal_inner>video,.vr-namespace-modal_inner>iframe{width:100%}.vr-namespace-topbar{position:absolute;top:-30px;height:30px;width:100%}.vr-namespace-topbar>div{cursor:pointer}.vr-namespace-logo-wrapper{position:absolute;left:0;height:100%;display:none}.vr-namespace-logo-wrapper.vr-namespace-visible{display:block}.vr-namespace-logo-wrapper .vr-namespace-logo{position:relative;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);float:left}.vr-namespace-brand-viralize .vr-namespace-logo-wrapper .vr-namespace-logo{-webkit-transform:translateY(-59%);transform:translateY(-59%);height:9px;background-position:0 0;background-repeat:no-repeat;background-image:url('+v+");background-size:36.75px 9px;width:36.75px}.vr-namespace-brand-showheroes .vr-namespace-logo-wrapper .vr-namespace-logo{height:9px;background-position:0 0;background-repeat:no-repeat;background-image:url("+g+");background-size:81px 9px;width:81px}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.vr-namespace-brand-viralize .vr-namespace-logo-wrapper .vr-namespace-logo{background-position:0 0;background-repeat:no-repeat;background-image:url("+A+");background-size:36.75px 9px;width:36.75px}.vr-namespace-brand-showheroes .vr-namespace-logo-wrapper .vr-namespace-logo{background-position:0 0;background-repeat:no-repeat;background-image:url("+w+');background-size:80.625px 9px;width:80.625px}}.vr-namespace-logo-wrapper .vr-namespace-logo-text:after{content:"ads by"}.vr-namespace-logo-wrapper .vr-namespace-logo-text{color:#fff;font-family:Verdana;font-size:8px;margin-right:4px;float:left;display:inline;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vr-namespace-skip-wrapper{position:absolute;right:0;bottom:0;display:none}.vr-namespace-skip-wrapper.vr-namespace-visible{display:block}.vr-namespace-skip-wrapper .vr-namespace-skip-text{position:relative;color:#fff;font-family:Verdana;font-size:11px;display:inline-block;vertical-align:middle}.vr-namespace-skip-wrapper .vr-namespace-skip{position:relative;float:right;width:20px;height:24px;background-image:url('+y+");background-size:14px;background-position:right center;background-repeat:no-repeat}.vr-namespace-skip-wrapper:hover .vr-namespace-skip-text{color:#e5e5e5}.vr-namespace-skip-wrapper:hover .vr-namespace-skip{background-image:url("+b+")}.vr-namespace-vip{height:0;overflow:hidden;border-radius:4px}.vr-namespace-vip.vr-namespace-visible{height:auto}.vr-namespace-vip>.vr-namespace-wrapper{padding-bottom:56.25%}.vr-namespace-vip .vr-namespace-vip_inner{position:absolute;top:0;left:0;right:0;bottom:0}.vr-namespace-vip .vr-namespace-vip_inner>iframe{width:100%}@media(orientation: landscape)and (min-width: 1025px){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}@media(orientation: landscape)and (max-width: 1024px){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}@media(orientation: portrait){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}#vr-namespace-outstream-wrapper.vr-namespace-vip{position:fixed;z-index:2147483647;width:25%}@media(orientation: landscape)and (max-width: 2140px){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-medium{width:400px}#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-large{width:535px}}@media(orientation: portrait){#vr-namespace-outstream-wrapper.vr-namespace-vip{width:90%}}@media(orientation: landscape)and (min-width: 1921px){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:450px}}@media(orientation: landscape)and (max-width: 1920px){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:300px}}@media(orientation: portrait){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:90%}}@media(orientation: landscape)and (min-width: 1601px){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:300px}}@media(orientation: landscape)and (max-width: 1600px){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:226px}}@media(orientation: portrait){#vr-namespace-outstream-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:50%}}",""]),e.A=h},935:function(t){t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,i,r,o){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(i)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(a[c]=!0)}for(var l=0;l<t.length;l++){var u=[].concat(t[l]);i&&a[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),e.push(u))}},e}},62:function(t){t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},6758:function(t){t.exports=function(t){return t[1]}},3212:function(t,e,n){var i='<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="icon" href="'+new URL(n(8003),n.b)+"\"/> {{scripts}} <title>Viralize Player</title> </head> <body> <script>window.parent.postMessage(JSON.stringify({issuer:'playeriframe',event:'ready',iframeId:'{{iframeId}}'}),'*'),window.frameElement.__loadCallback&&window.frameElement.__loadCallback()<\/script> </body> </html> ";e.A=i},9790:function(t,e){e.A=function(t){return new this((function(e,n){if(!t||void 0===t.length)return n(new TypeError(typeof t+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var i=Array.prototype.slice.call(t);if(0===i.length)return e([]);var r=i.length;function o(t,n){if(n&&("object"==typeof n||"function"==typeof n)){var a=n.then;if("function"==typeof a)return void a.call(n,(function(e){o(t,e)}),(function(n){i[t]={status:"rejected",reason:n},0==--r&&e(i)}))}i[t]={status:"fulfilled",value:n},0==--r&&e(i)}for(var a=0;a<i.length;a++)o(a,i[a])}))}},6127:function(t,e){e.A=function(t){var e=this.constructor;return this.then((function(n){return e.resolve(t()).then((function(){return n}))}),(function(n){return e.resolve(t()).then((function(){return e.reject(n)}))}))}},2128:function(t,e,n){var i=n(6127),r=n(9790),o=setTimeout;function a(t){return Boolean(t&&void 0!==t.length)}function s(){}function c(t){if(!(this instanceof c))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],m(t,this)}function l(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,c._immediateFn((function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null!==n){var i;try{i=n(t._value)}catch(t){return void p(e.promise,t)}u(e.promise,i)}else(1===t._state?u:p)(e.promise,t._value)}))):t._deferreds.push(e)}function u(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof c)return t._state=3,t._value=e,void d(t);if("function"==typeof n)return void m((i=n,r=e,function(){i.apply(r,arguments)}),t)}t._state=1,t._value=e,d(t)}catch(e){p(t,e)}var i,r}function p(t,e){t._state=2,t._value=e,d(t)}function d(t){2===t._state&&0===t._deferreds.length&&c._immediateFn((function(){t._handled||c._unhandledRejectionFn(t._value)}));for(var e=0,n=t._deferreds.length;e<n;e++)l(t,t._deferreds[e]);t._deferreds=null}function f(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}function m(t,e){var n=!1;try{t((function(t){n||(n=!0,u(e,t))}),(function(t){n||(n=!0,p(e,t))}))}catch(t){if(n)return;n=!0,p(e,t)}}c.prototype.catch=function(t){return this.then(null,t)},c.prototype.then=function(t,e){var n=new this.constructor(s);return l(this,new f(t,e,n)),n},c.prototype.finally=i.A,c.all=function(t){return new c((function(e,n){if(!a(t))return n(new TypeError("Promise.all accepts an array"));var i=Array.prototype.slice.call(t);if(0===i.length)return e([]);var r=i.length;function o(t,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(e){o(t,e)}),n)}i[t]=a,0==--r&&e(i)}catch(t){n(t)}}for(var s=0;s<i.length;s++)o(s,i[s])}))},c.allSettled=r.A,c.resolve=function(t){return t&&"object"==typeof t&&t.constructor===c?t:new c((function(e){e(t)}))},c.reject=function(t){return new c((function(e,n){n(t)}))},c.race=function(t){return new c((function(e,n){if(!a(t))return n(new TypeError("Promise.race accepts an array"));for(var i=0,r=t.length;i<r;i++)c.resolve(t[i]).then(e,n)}))},c._immediateFn="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){o(t,0)},c._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console},e.A=c},1476:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAMCAQAAAAtm5AcAAAACXBIWXMAAAdhAAAHYQGVw7i2AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA9BJREFUSMed1lms3VMUx/Ffq4ait+oWD2iiQYMYS2kMD3VjSAQPFVUlhhivejDkhpgTNKamUpJDaIW2HCEa0qQ8aNQYpyFCI6poUoIiWjVcvfd+PJzd0/+5dRXr//Dfe2UN/+/ea+3/TmK0meaqqTkpSTysZlKSJKaouTdFjNRtiY8sN8t+SaLTc+rOTFyv7pG0xFR1z+owXk3NqKK9Ws2FiVHqbc/+ie4yXugW4yqR9jPLch9ZotvIojtskP+wJHGsO9XUPNh0W2uzHJMkNmJ6CXAt1pTx4b60Rf5wVZJYik8N1wW6iu12VuOlxGSwZ9EvxhOJTu0yKTG/Mv+5tbRX6a3ov3R4kjhlkP/wRI/+MluaxEvY4AV1i4wYGsw434FlHlL3C5iROBlMTbyN14rfeeD4bYC92rZj87FWzeM+x/tJYkbBfNZsb4Lv7VvABqo75mB9aKirm5bET7giFRkCbAH+dHarPD7BDzoSK9BInA4mJob5AG8m2wA7oi3vfLxaaoN+uxrlB6ywT7GYrh8LC9imNu8r8U1za5qKVZhnj2aVtsDu0aVLl7lNMKP8gbsrgY4E5yemgVMLYj1xGjirAja1xHu7DeyKot29BbbceOPdil7bm44+EypZ56BXh1PQV7y7jEhMx2+Os8tm05tbVf1Mc11tHFS/axJHb+6ESpKvcF9iO19gmV18hz4HeB0rDa+AVWXrHpvSAtsijyVm4eO2nFOa3zGoxzoSY30PBnxmRhIjzG413XtGDAE2CRzZlmQVHkgS14AXi/1b4NJi9f/AFhiZuA8ftuU8EUzeGixxgjUtzbSm+Wgn6tbXTGEjLjPGGGP0FLAxNuGmSooDDeCSJLGzdSXgj+X9tR3bwA4o8ZZso8eWOtjPuChJXIw/7VuxuQeb7L51jyWJHRztXO8MWg5rmgGHODwW41fHF/1Y72KDzjK/A/SabBPoaUX9b4fHi4l78bFhiU4b8LrdisXJerH47w6PSpwLsD6O0KNHjycx4NAhwSZYjz6L3GCOb8HMVrCxfsWTiUVYb/S/AptTcvforIDt5XeckSRmgrVmu9Hz+rHehALW3/K+Lkmc43KX67YSy2JupVYf/ccf9EmtgoN+t7et01wDDklMxP0V/b/7QR+0BSzxKN4oHrcbqNitK7ej9h7bmNjJ7615r+PiaQ0NDYtdVC4myzWcVsJO0/BK6yM73WWFdVaZ56hBBTDeY2X0lL0r+kM1NJoHeuIhDbclOrzW9owrV6obSqyGhv2Lz1HmWWWdFe5qlf7ENu+XExOtttpqKy10WPIXcU/0YOLZGWgAAAAASUVORK5CYII="},4164:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAAAYCAQAAADDyqBfAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAB1VJREFUaN7FWntQVkUUX3wgoUK+zRSVlErFMiVfNM5YjOU44jR8OU7MmORgpmal5Whj0wMJHZUUbYYs84lmWhNZ+SKlnCafSYkZqWkTomYpGqiI/Prj23vu7t7d+10ugbt/feecPXv2/u49+9uzH2PU0Ba90Z96vKCxZF2Z0swarm+PNCzAGuQhG9PQw6EfhgDv3AOSSRKl9RhF+jFc0pfH4PTu0GAojXb2x8hqlKIZg8H6aIS5euAFZCMPa7AAE9BeaxPrMnsAdyjWEbhPwOMhWxGGp7AfNRDbDmGg1XIdARg1jGEICnALcitCCsIEm+mk2cIlK0gyW7vk2aRfzSWl/He+w9ahQT7M7aBjnNhu4BPEaSMKQwA/Kda3sAuDHJbpcGudBMvB2IrrkvZnSxWOPM3g1+oCF5pjnTGsvehMdi3wNy3wfsYYwz24ySVliHDMF4Eyrq2xvv8GggsArmKkY44u+N5gXYO1iPQDF+Yqnw4ALGeO91lsj/iHC51w2DWws0gg2wySfsQlq0kyyTHfJNJ9bQal3uACKtBXmiGBXh99OyR9M57gwota7digMlGrvIZmfuFC8xBgAcAFdOPWHXCNy6oQwxhjuBfVXFKCxtJsjVFCHobfFriA3YL/7vgr5EoP2V+YF7jQhZ6H3DoGXdhJax/SaNsb4W2H0sK1XpjkEuYhAVGIRC/MwBlBcwRNuX0uyZZwyQaSpEizpTgfrU+4TrpSDWvcMdron8Ypmrsnt2oq7VjFmIyeiEBrJOJdVAqaNRq40k1UA28JHm2rZMvFH1x5Bs2NrKcWcGGIEOg2tFF2nmWC9nkujSNCUoF2jDGGPiQ5II0/oKQG/3AddGV5pZqXIp7mfpZLpgq71FwlD8Rgv6Ad6ICrk3HuvdzicvBZqGqLf+S5hF8buAoEsJpofC0k/TmEc9mnJHubSzZrkt5wkp0SH07DwMUYroiMFeE4T/FM1/gQt4QdtYDrlDPpiupzFlFEo7rDhQ70XVySvyxh/ymiUUlEW632D1oyxhj6ETfaTiO3k9VUd1Dq5evqS7NPYYwxjKDfXxm8xKGKW1TzrOEFriKiYxE69RfkYhUeRHeZeiqg7MMspatwpZFknjEgewfKIdl3JHuFS74hST8OoNUuKvTY3mnU6MqNcP2pWE4xeLT2rlRh70pgjDEsp9+DjCu1Oe4zClzzlPk7asZ8jgGIRbTp4VmtFDlBjuaAy9wsuObLi9IuIpIS8E6SjRZIfgRjaI3LJNmg0I83Dd+CuYVmhqWePf7AbXZRvGHGlY6hUVkhmGF/GjPCobuEdVRjQhh2a88X43zBtZYk0S7J5oTFfUjSCL+Ipy1kCr6rEYtYIveV6hbcoHBVYRi3OcYlhS7r7CWzQy9wMYZtGn01ZlnqdsJuIpZRkn3AtZEkkS7LsKApEWQTaeQJ3IWr8oleSD3vGXea+oerCqlk8xuXFbiss6eSIbzB1QZHtTYv26WgbNxwqM8Ft/1awbWYJL2Mi2iCf7nNHkHaDGdprFqBq6RzTLWmkNtQcB0VKxootF4uF7iSaOwi73AxhiisoGwiVi3tteNOpGAmsvA+EVYqAtnvCGKVrsI1jSQzjIuwCflKQ/HW3Da78LgCR3Tn68oMEUCATqZFUnF6FcUUZ/STLXNZL8xQqEVOwiLkYgsqaNRSnWE8UYFNtSbyPUhyWktE5dwckOSthBcl2L50wDXQ5eH+/0Q+X6nhPS7YjCXpCoOXdgJdiq0tXIKfPgTYcb2BRav3+jgm2/vgMq3viQKdaanoFkvQXEErpfpYGPrh1gNcLXCR/94lJSw7QY/U+GiEzyjuH70fk7XxWGWESv39TYlc9a4VXOLBYKFcmmEME4U9MsPhLYYOlgCQzRhSJbhG3Q64GMMbWkrwjnCxMtpx0bNWiPvJOsK1wzpxOlXNBBKd6QOuMKp6WdeRkZxgDJcoapnuflZY5E10YwxNaecAivUnnAaAqy2lo42CVTRVhIAafIzBwboQojGejipSTvCZDMdShWcPYwxbcVLoNwQqH++rIt9Z4HgAcB0ncIzYoMVyhmpDe4BC28AlM2nMBG8P1/cFSr7LuCWU+LoL/hMVPl2Oo/hdyhBAKe72doFCVnNwUOinBZPJDFEayhhsH/i+nkzABVd+d108hBuIyAB6h8v5ssNvI1xdCYQcaYZxmgOQfK83wOv1pGb3l9uvCGd4wqD81v6rh4/L/244YoyrTP9l8ZGPOk5kiwAAr3pNXfUBl1DLq1AuhRKFlKi2w/JfjrzAhdaO/7dYldLe8oYpvv0L/N8m0+XdZM1CKpAR8j9Fh2RSgRhUodxc1GoguPpQmn5dmSUamcLZyH4pn1MvkDzBlaxVFgaPAgzTkSt1zd+uSJfqeCBGDb8TSkIOdqIYx1GIDxFQqbvh+1oskwq8hDQX+/k8himhNRiPLGMfT1apSEc60pU79TncW4YmhpYIYCUKcRzF2ImlSLLuyiWrh11mzyJisUnq65GJRMvDf6z0WdiSy4zpAAAAAElFTkSuQmCC"},2671:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAMCAQAAABhcZ3kAAAACXBIWXMAAAdhAAAHYQGVw7i2AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAd9JREFUOMulkstLlGEUxn/foJUGhl2IsE20msCiJqtN0F7IFlF/QKs2bdoUbrIgmAKLYoiKMmwVBmGQIX1kNyhDuooTgQnRZSbo68aMUdqvxUzDjI1i9JzNy7k97znPgSmw3i6PGDAjPK8esMaTnraWf4Otqi6bFcU6VRMz58b+8tzkHB3B+1n95wknOM5T/g/WTD/FjHX11hWnMGnkBQDjRmbdbGQEphxwu2N8965Nxr1h3hfuc48fS20ajIxc6EujkvWArQ6T47N9rgBsVsdtBI+qPa5SBbv8gxET5tRJfxUcJS0WqLrIh4466gdVO21xwpxnvKZmXQx4W91trRl1SwVFxrXWu9IBtddGlxhWowBwvo/Ve87xuroLwF71MOBOddA2ddiggiJZUMNJNQ7gxuoUBl5SX7sUzKpphxzyndofA66QYQMHgVOBFZqNl73nAVA3jbrt7CDPtiBbzHlESEg3Sa7GIPjBWWA13+iuVh1McAdIucb1HKt6PW10AHsZs9EGbgFzOcR+njEUpAopy/2ppgAqFlU8S5vNWYYpi2rya1kwbdxPat4vqm6KAQRv6CSkwJcjJARGCHlVnOM5CfrJM0Y7l8uiE4SETDJIWLL7QZoWLvKWDH1sDR78BpRyyIrifBX9AAAAAElFTkSuQmCC"},3281:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAYCAQAAACrFeAiAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAA5RJREFUWMPVll1oVEcUx88mbUw0YmI+LDY0cUURTUELjagolpKGIGnFiC+tYgRL/cYPCmqRVn1Y8aP2ra190DZS+qC1D0ZbQSQiFCJI8Qu1m6oYfFDUojFWSX4+7Lln5272rrm6K/XMyz3/uXPm/O6dMzMiAzDGs5EWBskLGtNRU38Ea1lFheTemEwPAO3kZxOCCroA6KI89xA/elMzNasQqyzuytxD7LPJpmcVYqXFXZ17iHd4oMspL6sQZVwF4DqVL6MqRrOGBTko7DKWsZQyeZUsFeL/klYe5RS9TAiKqCbK635xNnFtUUeNmtpEo/esG26cOPUi1HKQHqCXDuYT0ZEN7KeTHq7xM40iImziNH+lqYk3bY5RIhwxL7Ut0sjFfME5DfCII3yQTHcwd7TjKwdii2q3KWKub+qZAFzhYx7j2loRKvkDvx2nkSc21g9RbW+NFeEsQbZaRIR39VRxbS8FXsK7VPrH233I57pq20XSQqTaXSp5g3hgIi8CsUSEWu6n7ftNVwBj6FPpPVsSCetl9DMhEv9jORHaHfUBD0NC7OGY0+5Z358UkmeIF2mmhsnO2bXC+xe/q7BP/V/UbxPJCNHKWCKMI0Y+zaaeZ5oIedRzaeAQvjptold7bjBShDnq3UyeKHxvWmFC+Mi+31ARynik/qyMEK2+idvsWxWbVsW/4SEYb6N6qBMRoVX9rc5bNTa6wauBayosEmGFPncmaiQQYpwTMmLLZ6EvoS/DQjCcK6Z/otpl9U/ynbU99tZGb+gGFdpFOKPPn2tfAIQv2RILOdGnfxgOgtec/W2bqffIZDu91yp1CfUxz35l+XNB1Pn0uSEhdpt2OHnx525GiG+S0+1XyVuPewMSSQ+RXE6bfPoPYSBoMeUCw5woF1Xd8KzjfGoKX10YCKewu6k1bYbtMgOAYIptKHcY44v9rVVpie9WUdUf44yD0BG4JIIg5tjYbtYziTq20B3inKjipvmfESXKW5RSSinFTLKT7BQTdL73ucqtxMXGTWOxA9ESGiLCiUwLNzMEBXQEDj3kLkt6iXPabhR9bPanMcQK6LZ7Mx0YhAgjnM0xLERVBv5DIhRyPKB3fmoau5M3pvAQIlRYZXh2lM5sQIhQwA7+S+npoql/EqOIESNGtU99W9WYlpPjpQGp5yf+5jG3aKOZCJ86Y2t8kUo8j3KG2XP/tsBiV7OOXzlFOwf4mgbvDvsUoNNzyqmc3okAAAAASUVORK5CYII="},8003:function(t){t.exports="data:;base64,iVBORw0KGgo="},754:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyYjEwY2YyMi04M2M2LTQ3MjYtYWJhOS1lNjFiMjYwOGM4NzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REJCQzE2ODRCNzdEMTFFNUE2MTA4RjM0Q0FEMjAzNTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REJCQzE2ODNCNzdEMTFFNUE2MTA4RjM0Q0FEMjAzNTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDkwMzg4MkEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNkNGQTRFMEEwQ0UxMUU1OTIzQUNFMjQwNUI0MUY2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkswhYYAAAEESURBVHja1JZNC4JAEIY1qF/WIdESBPug+uVBHTwUGJ0LjW0GtFab2Z0JPDTwHmx3nmd1Fy00xgRD1igYuGzBElJCCkj8A2vV9GPS96/4iJrczKcekIU15sseUlv9RTtmT7qabkklfTjWgRJkkEop2RHwO2RKCTC5QsLBZ/Y8alWcJBXAoz6Pu3WXZCuFuwScBK+fhDjiOL4TQknEcImgldQEvPLBMZJXxRgSMmMTb7dnBRtm9dzpUj0iCs5tcqoVrAk4gmJmT1iJFu7aeFIihSfC0/UlkTQkyiPc6bEnl0q4S3L0CRA+V3xwcskHByedIaf+K1eYrOm/2PsQ/v2/ipcAAwAu28ahz+VyiAAAAABJRU5ErkJggg=="},5567:function(t){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA5MDM4N0FBMENCMTFFNTkyM0FDRTI0MDVCNDFGNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5MDM4N0JBMENCMTFFNTkyM0FDRTI0MDVCNDFGNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDkwMzg3OEEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMDkwMzg3OUEwQ0IxMUU1OTIzQUNFMjQwNUI0MUY2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmS1a6QAAAFqSURBVHjavJVPS8NAEMXTqj0UL4KngBc/UK1/GhX0JmLFj2PPKooeevIf+m30IEERPKtU429hI2Ezs9ko7cJjkmbee9vMzKaRZVk0ztWYmEGapglhAN7BXhzHt3WE4K8TDu3tDvxL1+CNMGcTPkGPpKtA8W3CEZiyPz3BXTAXzULed+G6BYYQO38Qj+xbiFyDXTCqY8KzLUH8A/TFIkPoEc7BdIEgvi4rfiyId8m9V7vIY5LkhfOIL5NzV9mmPhMwC05CxL1zoJiMbN2ajnFXEq8cNMUkChUPmmRrcuG8kvzfdHzibptqa8ZsRHnW+tdZxO43CafC7sXuqmWgiGtFVk20Nt0gnDniRmgFtIWaqCbSoKni+QmrFF40cY8KTXwV4k1Ad5VMise1RiiJB5j8cooGr4T5UPEKkwd4i745MOJrVeJmkTMkmI77cmanNGj74Bk8giWI16GfS2uSWP4LOJj8R39c60eAAQCOvuUglRmN+gAAAABJRU5ErkJggg=="}},e={};function n(i){var r=e[i];if(void 0!==r)return r.exports;var o=e[i]={id:i,exports:{}};return t[i](o,o.exports,n),o.exports}n.m=t,n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.b=document.baseURI||self.location.href;var i=n(4191),r=n(3241),o=n(8949);try{(0,o.A)(),(new i.A).inject()}catch(t){throw(0,r.w)(t,"Outstream"),t}}();
            })({"experiment": "ops.v", "pub_platform": null, "location": ["inline"], "country": "US", "zid": "AAF0ZlY83U_4DIJo", "publisher": "1557", "is_test": false, "enable_fc_ignore": false, "page_url": "https://www.laprovinciadivarese.it/giovane-di-varese-muore-a-firenze-malore-durante-un-bagno-nel-fiume-305362/", "width": null, "custom_style": "", "appearance": {"enable_branding": true, "logo": null, "color_ui": null, "color_frame": null, "advanced_ui": null, "font_type": null, "text_top": null, "text_bottom": null, "enable_dark_mode": null, "dark_mode_color_ui": null, "dark_mode_color_frame": null, "dark_mode_logo": null, "show_credits": null, "layout": null}, "d_viewable": false, "capping_count": 0, "extra_config": null, "vip_size": "large", "reload_to_impressions": 3, "capping_interval": 86400, "height": null, "sentry": {"dsn": "https://1aec9d790bc84140bb25fdb76f019171@sentry.viralize.com/6", "sample_rate": 0.05}, "scheme": "https", "is_preview": false, "max_family_instances": 0, "parent_network": "2", "selected_vip_position": "bottom-right", "sid": "01f0b06218de3d0e0f03ca251ae35ab2", "plugins": [{"id": "1229", "content": "<img src=\"https://image8.pubmatic.com/AdServer/ImgSync?p=156962&gdpr={gdpr}&gdpr_consent={gdpr_consent}\"\r\nstyle=\"position: absolute; width:0; height:0; border:0;\">"}, {"id": "1227", "content": "<img src=\"https://image8.pubmatic.com/AdServer/ImgSync?p=156695&gdpr={gdpr}&gdpr_consent={gdpr_consent}\"\r\nstyle=\"position: absolute; width:0; height:0; border:0;\">"}, {"id": "174", "content": "<iframe src=\"https://rtb.gumgum.com/usync/prbds2s?gdpr={gdpr}&gdpr_consent={gdpr_consent}&us_privacy={us_privacy}&r=https%3A%2F%2Fs2s.viralize.tv%2Fsetuid%3Fbidder%3Dgumgum%26gdpr%3D{gdpr}%26gdpr_consent%3D{gdpr_consent}%26us_privacy%3D{us_privacy}%26f%3Db%26uid%3D\" width=\"0\" height=\"0\" style=\"display: none;\"></iframe>"}, {"id": "42", "content": "<iframe src=\"https://csync-global.smartadserver.com/3668/CookieSync.html\" style=\"position: absolute; width:0; height:0; border:0;\"></iframe>"}, {"id": "166", "content": "<iframe src=\"https://csync-global.smartadserver.com/2161/CookieSync.html\" style=\"position: absolute; width:0; height:0; border:0;\"></iframe>"}, {"id": "219", "content": "<iframe src=\"https://csync-global.smartadserver.com/2058/CookieSync.html\" style=\"position: absolute; width:0; height:0; border:0;\"></iframe>"}, {"id": "1", "content": "<img src=\"https://user-sync.fwmrm.net/ad/u?mode=auto-user-sync&_fw_gdpr={gdpr}&_fw_gdpr_consent={gdpr_consent_285}\"\r\nstyle=\"position: absolute; width:0; height:0; border:0;\">"}, {"id": "3", "content": "<script>\r\n    // Smart RTB+ force cookie-sync code - https only - 2020-02-04\r\n    var smart = {\r\n        'insertionId': 5733718,\r\n        'pageId': 1473518,\r\n        'domain': 'www8.smartadserver.com'\r\n    }\r\n    var h = document.getElementsByTagName('head')[0];\r\n    var sl = document.createElement('script');\r\n    sl.type = 'text/javascript';\r\n    sl.src = 'https://' + smart.domain + '/ac?pgid=' + smart.pageId + '&insid=' + smart.insertionId + '&tmstp=' + Math.round(Math.random() * 10000000000) + '&out=js';\r\n    sl.async = true;\r\n    h.appendChild(sl);\r\n</script>"}, {"id": "113", "content": "<script language=\"javascript\" type=\"text/javascript\">\r\n\u00a0 (function () {\r\n\u00a0 \u00a0 var s = document.createElement('script');\r\n\u00a0 \u00a0 s.src='https://sync.richaudience.com/b3adde1f4bbb31c3485562d6e3ddceb4/js/?r='+Math.round(Math.random()*99999999999); \r\n\u00a0 \u00a0 document.body.append(s);\r\n\u00a0 })\r\n</script>"}], "endpoint_host": "ads.viralize.tv", "player": {"script": "https://monetize-static.viralize.tv/viralize_player.min.34fcfb3d.js?e=ops"}, "format_family": "outstream", "fallback_body": "", "gdpr": null, "us_privacy": null, "base_query": "zid=AAF0ZlY83U_4DIJo&sid=01f0b06218de3d0e0f03ca251ae35ab2&activation=onload&experiment=ops.v&u=https%3A%2F%2Fwww.laprovinciadivarese.it%2Fgiovane-di-varese-muore-a-firenze-malore-durante-un-bagno-nel-fiume-305362%2F&ahd=1"});
            