/*! @WPM ! WPJSlib ES6 production 2.4.891 2.4.891/wpjslib-chunk-sgap-wpjslib-sgap.js (2023-10-12 15:02:33) */(()=>{var e,t,s={3965:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeEqualSigns=t.addEqualSigns=void 0;t.addEqualSigns=function(e){var t=e,s=e.length%4;return s&&(t+=2===s?"==":"="),t};t.removeEqualSigns=function(e){return e.replace(/=+$/,"")}},5636:(e,t,s)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.atob=t.btoa=void 0;var n=void 0!==s.g&&s.g.Buffer,o=n?function(e){return n.from(e,"binary").toString("base64")}:self.btoa.bind(self);t.btoa=o;var r=n?function(e){return n.from(e,"base64").toString("binary")}:self.atob.bind(self);t.atob=r},977:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(e&&e instanceof Object)for(var s=Object.keys(e),n=s.length,o=0;o<n;o+=1)t(s[o])}},5441:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=function(e,t){return typeof e===t};["undefined","string","boolean","number","object","function"].forEach((function(e){s[e[0]]=function(t){return s(t,e)}})),t.default=s},7066:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(s(5441));t.default=function(e){return o.default.o(e)&&o.default.f(e.toJSON)}},8339:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.buildQuery=t.addParam=t.parsePath=void 0;var o=n(s(977)),r=n(s(5441)),i="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=";t.parsePath=function(e){var t={href:e},n=void 0!==s.g?s.g:window;if("string"==typeof e&&e.length)if(e.startsWith("//")&&(e="https:"+e),n.URL)try{t=new n.URL(e)}catch(e){t={error:!0,data:i}}else{var o=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);o?(t.protocol=o[1],t.host=o[2],t.hostname=o[3],t.port=o[4],t.pathname=o[5],t.search=o[6],t.hash=o[7]):t={error:!0,data:i}}else t={href:""};return t};t.addParam=function(e,t,s,n,o){var i=e;return r.default.s(i)&&i.length?o?(/\?/.test(i)||(i+="?"),i+=/(\?|&)$/.test(i)?"":"&"):i+="?"!==i.substr(-1)?"&":"":i="",t&&(i+=t,null!=s&&(i+="=".concat(n?encodeURIComponent(s):s))),i};t.buildQuery=function(e,s,n){var i=e;return s&&r.default.o(s)&&(0,o.default)(s,(function(e){i=(0,t.addParam)(i,e,s[e],!!(Array.isArray(n)&&n.indexOf(e)>-1))})),i}},3414:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sxor=t.randomize=t.numberUpTo=void 0;t.numberUpTo=function(e){return Math.floor(Math.random()*e)};t.randomize=function(e,s,n){void 0===e&&(e=10);var o=!0===s?16:s||10,r="";for(n&&(r=String.fromCharCode((0,t.numberUpTo)(26)+97));r.length<e;)r=(r+=Math.random().toString(o).substr(2)).substr(0,e);return r};t.sxor=function(e,t){for(var s=t.length,n=e.length,o="",r=0;r<n;r+=1){var i=e.charCodeAt(r),a=t.charCodeAt(r%s);o+=String.fromCharCode(i^a)}return o}},6730:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.domains=t.set=t.unmess=t.mess=t.setCustomLogger=void 0;var a=i(s(1047));t.mess=a.default;var c=i(s(4840));t.set=c.default;var l=s(2649);Object.defineProperty(t,"setCustomLogger",{enumerable:!0,get:function(){return l.setCustomLogger}});var d=i(s(1630));t.unmess=d.default;var u=r(s(5927));t.domains=u},2649:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.error=t.issue=t.debug=t.setCustomLogger=void 0;var s="Logger not yet initialized, please use setCustomLogger function first",n={debug:function(){},issue:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)},error:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)}};t.setCustomLogger=function(e){if(!((null==e?void 0:e.debug)&&(null==e?void 0:e.error)&&(null==e?void 0:e.issue)))throw new Error("Incorrect logger supplied");n=e};t.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.debug.apply(n,e);throw new Error(s)};t.issue=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.issue.apply(n,e);throw new Error(s)};t.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.error.apply(n,e);throw new Error(s)}},7180:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"msp.money.pl":"www.money.pl","tech.money.pl":"www.money.pl","moto.money.pl":"www.money.pl","praca.money.pl":"www.money.pl","prawo.money.pl":"www.money.pl","nauka.money.pl":"www.money.pl","wibor.money.pl":"www.money.pl","konto.money.pl":"www.money.pl","manager.money.pl":"www.money.pl","agrobiznes.money.pl":"www.money.pl","money.kube.dev.dcwp.pl":"www.money.pl"}},8047:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.wp.pl","gwiazdy.wp.pl","wiadomosci.wp.pl","turystyka.wp.pl","teleshow.wp.pl","kobieta.wp.pl","kuchnia.wp.pl","opinie.wp.pl","finanse.wp.pl","gry.wp.pl","film.wp.pl","facet.wp.pl","ksiazki.wp.pl","dom.wp.pl","tech.wp.pl","moto.wp.pl","centralagier.wp.pl","magazyn.wp.pl","money.wp.pl","tv.wp.pl","sportowefakty.wp.pl","wawalove.wp.pl","telewizja.wp.pl","pogoda.wp.pl","pilot.wp.pl","wroclaw.wp.pl","wideo.wp.pl"]},9193:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"i.wpimg.pl":"ii","j.wpimg.pl":"ij","a.wpimg.pl":"ia","b.wpimg.pl":"ib","c.wpimg.pl":"ic","d.wpimg.pl":"id","i.wp.pl":"iw","adv.wp.pl":"ad","dot.wp.pl":"do","ma.wp.pl":"aabma","dynacrems.wp.pl":"aabdc","wpkoszyk.wp.pl":"aabko","koszykrd.wp.pl":"aabkord","rek.www.wp.pl":"rk","static1.money.pl":"ms","materials-api.wp.pl":"maw","data-api.wp.pl":"daw"}},3418:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.match(/^cph_([\w-]+)/);return s&&(t="".concat(s[1],".wpcdn.pl")),t}},9245:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.split("."),n=s.shift();return"wpcdn"===s.shift()&&n&&(t="cph_".concat(n)),t}},5927:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.uniformDomains=t.getCephIdentifier=t.getCephDomain=t.domainMap=t.aabDomains=t.aabDomainsExternal=void 0;var o=n(s(7180));t.aabDomainsExternal=o.default;var r=n(s(8047));t.aabDomains=r.default;var i=n(s(9193));t.domainMap=i.default;var a=n(s(3418));t.getCephDomain=a.default;var c=n(s(9245));t.getCephIdentifier=c.default;var l=n(s(8595));t.uniformDomains=l.default},8595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.pudelek.pl","www.o2.pl","parenting.pl","zdrowie.parenting.pl","portal.abczdrowie.pl","ranking.abczdrowie.pl","zywienie.abczdrowie.pl","pytania.abczdrowie.pl","koronawirus.abczdrowie.pl","forum.abczdrowie.pl","uroda.abczdrowie.pl","open.fm","poczta.wp.pl","poczta.o2.pl","vibez.pl","1login.wp.pl","polygamia.pl","gadzetomania.pl","komorkomania.pl","fotoblogia.pl","autokult.pl","e.autokult.pl","partner.wp.pl","www.dobreprogramy.pl","wirtualnaukraina.pl","vpolshchi.pl","nowosti.pl","www.money.pl","www.autocentrum.pl","essanews.com"]},1047:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t},i=this&&this.__spreadArray||function(e,t,s){if(s||2===arguments.length)for(var n,o=0,r=t.length;o<r;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var c=r(s(2649)),l=s(8339),d=s(3414),u=a(s(8821)),p=s(5927),m=s(5636),f=a(s(5441)),g=a(s(7066)),h=s(3965),A="application",v="beacon",Z="static",b="search",w="",y="/",S="v.wpimg.pl",C=i(i([],p.aabDomains,!0),p.uniformDomains,!0),_=["ii","ij","ia","ib","ic","id","ms","iw","sd","ad"],k=["do","rk","aabma"],I=["aabko","aabdc","aabkord","maw","daw"],P=/(\.js(on)?|\.css)$/i,E=/(\.jp(e)?g|\.(g|av)if|\.webp|\.(a)?png|\.svg|\.ico)$/i,T=/^(?!.*_mess\.html$).*\.html$/i,O=/\//g,L=/\+/g,$=/^(.+)\/([^/]*)$/;t.default=function(){for(var e,t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];var n,o,r,i,a,x,D={},j={},R=null,N=!1,M=w,V=w,B=w,U=w;f.default.o(t[0])&&!(0,g.default)(t[0])?(U=(e=t[0]).url,e.forceLoad,n=e.immutable,o=e.mode,r=e.depth,i=e.forceDomain,a=e.length,x=e.keybase,N=e.noDomain,R=e.momentaryState):(U=t[0],t[1],n=t[2],o=t[3],r=t[4],i=t[5],a=t[6],x=t[7],N=t[8],R=t[9]),(0,g.default)(U)&&(U=U.toString()),j.input=U,c.debug(j);var F=R||u.default;if(F.collector&&F.collector(j),!F.enabled)return j.error="disabled",U;if(!U)return c.issue("Given URL is empty."),j.error="empty URL",U;if(U.startsWith("data:"))return U;if(U.includes("/".concat(S,"/")))return U.includes("/i.wpimg.pl/")?(c.issue("URL can't be encoded before ImageResizer."),j.error="encoded before IR"):(c.issue("URL can't be encoded twice."),j.error="encoded twice"),U;var q=(0,l.parsePath)(U);if(q.error)return c.issue('Given URL "'.concat(U,'" is incorrect.')),j.error="incorrect URL",q.data;var z=q.hostname,G=q.pathname;j.inputLength=U.length,j.hostname=z,j.pathname=G;var H=(0,p.getCephIdentifier)(z);if(H||(H=p.domainMap[z]),!H&&z===F.locationHost&&C.includes(z)?H="hh":D.t=H,!H)return j.error="no identifier",U;var W,K=P.test(G),J=E.test(G);if(f.default.u(o)){if(H.startsWith("cph"))if(K){if(o=A,"cph_std"===H){var Q=Math.floor(Date.now()/6048e5).toString().repeat(2);W=Q,x=String(Array.from(W).reduce((function(e,t){return 0|31*e+t.charCodeAt(0)}),0))}}else o=Z;if("hh"===H)if(K)o=A;else{if(!J)return U;o=Z}else I.includes(H)?o=A:k.includes(H)?(o=v,x=(0,d.randomize)(10,36)):_.includes(H)&&(o=Z)}o===Z&&f.default.u(r)&&T.test(G)&&(r="folder"),f.default.u(n)&&(n=!0),f.default.u(r)&&(r=b),j.length=a,j.mode=o,j.depth=r,j.identifier=H,j.immutable=n;var Y=S;if(i?Y=i:o===A||o===v||"hh"===H?Y=F.applicationHost:"target"===o&&(Y=F.targetHost),!Y)return j.error="no hostname",U;(o===A||o===v||a>0)&&function(e,t,s){var n=e,o=t.trim(),r=s+2;o&&o.length<r&&(n._="_".repeat(r-o.length))}(D,U,a||666.6666666666666),Y="https://".concat(Y);var X=w;if(G.startsWith(y)&&(X=decodeURIComponent(G.substr(1)),X=unescape(encodeURIComponent(X))),"file"===r||r===b)M=q[b],r===b&&(M=w,X+=q[b]);else{var ee=X.match($);if(!ee)return j.error="encoding not needed",U;X=ee[1]+y,M=ee[2]+q[b]}D.u=y+X,j.json=D,X="/aabv3/".concat(JSON.stringify(D)),(!x||x.length<8)&&(x=n?G:(0,d.randomize)(10,36));try{j.inKeybase=x,x=(0,m.btoa)(x).substr(-12,8),j.keybase=x,j.toEncode=X,j.noEncode=M,B=N?y+x:Y+y+x;var te=(0,d.sxor)(X,x);V=(0,h.removeEqualSigns)((0,m.btoa)(te))}catch(e){return j.error=e&&e.message||"Failed to encode with Base64",c.issue("".concat("Crux.mess",": ").concat(j.error," (").concat(U,")")),U}return B+=(V=(V=V.replace(O,"_")).replace(L,"-"))+(M?y+M:w),j.output=B,j.outputLength=B.length,j.outputLength>3e3?(c.issue(!1,{message:"AAB",fileName:U.substring(0,250),path:"EncodedURLTooLong",campaign:j.outputLength}),j.error="encoded URL too long",U):B}},4840:function(e,t,s){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,s=1,n=arguments.length;s<n;s++)for(var o in t=arguments[s])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),r=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&o(t,e,s);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var a=i(s(2649)),c=i(s(8821)),l=s(5927),d=!1;t.default=function(e,t,o,r,i){if(void 0===e&&(e="undefined_site_domain"),void 0===t&&(t=!1),void 0===o&&(o=""),void 0===r&&(r={}),void 0===i&&(i=!1),!i&&d){if(console.error("Uniform initialized multiple times"),"undefined"!=typeof window&&window.__wpjsdebug__){var u=window.__wpjsdebug__;u.hasUniform=u.hasUniform||0,u.hasUniform+=1}if(!(s.g&&s.g.process&&s.g.process.exit))throw new Error("Uniform initialized multiple times");process.exit(-1)}d=!0,a.debug("Crux","set",e,t,o,r,i);var p=i?c.default:n({},c.defaultState),m="www.wp.pl";return Object.assign(p,r),p.locationHost=e,p.isMainPage=t,p.isReady=new RegExp("^(".concat(["dynacrems"].concat(l.aabDomains,l.uniformDomains).join("|"),")")).test(p.locationHost),!p.isReady&&l.aabDomainsExternal[p.locationHost]&&(p.isReady=!0,p.locationHost=l.aabDomainsExternal[p.locationHost]),p.isReady?p.applicationHost=p.testDomain||o||p.locationHost:p.applicationHost=p.testDomain||o||m,p.isReady&&!p.isMainPage?p.targetHost=p.testDomain||o||p.locationHost:p.targetHost=p.testDomain||o||m,i?p:(Object.keys(c.default).forEach((function(e){c.default[e]=p[e]})),p.enabled)}},8821:function(e,t){"use strict";var s=this&&this.__assign||function(){return s=Object.assign||function(e){for(var t,s=1,n=arguments.length;s<n;s++)for(var o in t=arguments[s])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultState=void 0;var n={locationHost:"unset_site_domain",applicationHost:"",targetHost:"",testDomain:"",isMainPage:!1,isReady:!1,enabled:!0,collector:!1};t.defaultState=n;var o=s({},n);t.default=o},1630:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var i=r(s(2649)),a=s(3965),c=s(5636),l=s(5927),d=s(8339),u=s(3414),p="Crux.unmess",m="";t.default=function(e){var t;if(i.debug(p,e),/^data:/.test(e))return e;var s=(0,d.parsePath)(e),n=s.error,o=s.hostname,r=void 0===o?"":o,f=s.pathname,g=void 0===f?"":f,h=s.search,A=void 0===h?"":h;if(n)return e;var v=g.replace(/^\/|\/$/g,m).split("/"),Z=v.shift(),b=e,w=!1,y=m,S=m;if(Z.length<30)return e;try{var C=(Z=(Z=Z.replace(/_/g,"/")).replace(/-/g,"+")).slice(0,8),_=Z.slice(8),k=(0,c.atob)((0,a.addEqualSigns)(_));t=function(e){if(0!==e.indexOf("/aabv3/"))throw new Error("AABv2 is no longer supported");var t=JSON.parse(e.replace("/aabv3/",m)),s=t.t||m,n=t.u||m;return i.debug(p,"getSxoredData","sxored",e,"identifier",s,"path",n),{identifier:s,path:n}}((0,u.sxor)(k,C)),y=t.identifier,S=t.path}catch(t){return e}var I=m;if(w=Object.entries(l.domainMap).find((function(e){var t=e[0];return e[1]===y&&(I=t,!0)})),!w){var P=(0,l.getCephDomain)(y);P&&(w=!0,I=P)}w||(I=r);try{var E=decodeURIComponent(escape(S));b=(b="https://".concat(I).concat(E).concat(v.length?v.join("/"):m).concat(A)).replace(/[?&]?_=_+$/,m)}catch(n){b=e}return b}},7462:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(2927),o=s(3205),r=s(4634),i=s(6598);const a=Date.now(),c=(e,t,s,c)=>{(0,i.Z)("atfd_abboard",Object.assign({event:e,slotMode:t,timeStart:Date.now()-a},c)),void 0!==t&&((0,r.Z)(n.OB,t),o.Z.f(s)&&s())}},2927:(e,t,s)=>{"use strict";s.d(t,{$$:()=>c,Dl:()=>r,OB:()=>a,VR:()=>o,Wx:()=>i,pV:()=>l,tn:()=>n});const n="WPaabwl",o="WPwlc",r="WPwlbcapp",i=18e4,a="WPwlab",c="WPabcsd",l="WPwlsss"},5131:(e,t,s)=>{"use strict";s.d(t,{Cl:()=>n,R9:()=>c,VP:()=>i,WS:()=>o,pB:()=>a});const n=0,o=1;let r=n;const i=()=>r===o,a=()=>r,c=e=>{r=[n,o].includes(e)?e:n}},6025:(e,t,s)=>{"use strict";let n;s.d(t,{D:()=>r,q:()=>o});const o=()=>n,r=e=>{n=e}},2395:(e,t,s)=>{"use strict";s.d(t,{l:()=>r,o:()=>i});var n=s(3205);let o;const r=e=>{o=e},i=(e,t,s,r)=>{n.Z.f(o)&&o(e,t,s,r)}},7090:(e,t,s)=>{"use strict";s.d(t,{G:()=>r,W:()=>o});let n=!1;const o=()=>n,r=e=>{n=e}},1489:(e,t,s)=>{"use strict";s.d(t,{Ey:()=>r,TB:()=>n,nu:()=>i,o2:()=>o});const n="unknown",o="AG",r="ABP",i="uBO"},6452:(e,t,s)=>{"use strict";s.d(t,{B:()=>o,j:()=>r});let n=!1;const o=()=>n,r=e=>{n=e}},1606:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1489),o=s(2395),r=s(9627);const i=()=>{const e=window;if(!e.apstag){const t=(t,s)=>{e.apstag.Q.push([t,s])};e.apstag={init(...e){t("i",e)},fetchBids(...e){t("f",e)},setDisplayBids:()=>{},targetingKeys:()=>[],Q:[]}}if((0,r.Z)(e.apstag)){e.apstag.fetchBids.toString().includes("instanceof Function")&&(0,o.o)("apstagApi",n.nu,!0,!0)}else(0,o.o)("apstagApi");return e.apstag}},8312:(e,t,s)=>{"use strict";s.d(t,{RK:()=>c,Y2:()=>l,vN:()=>u});var n=s(3476),o=s(6918),r=s(1774),i=s(5253);const a=new Map;r.default.alternativeSlotsStore=a;const c=()=>{a.clear()},l=e=>a.get(e),d=(e,t,s)=>{(0,o.Z)({message:"AlternativeSlot",path:t,fileName:typeof s,slot:e},1e3)},u=(e,t,s)=>{d(e,s,t);if((0,n.ni)(e)!==t){if((0,i.Z)(t))return a.set(e,t),t}else d(e,"SameAlternativeSlot",t)}},6719:(e,t,s)=>{"use strict";s.d(t,{FJ:()=>A,Hw:()=>f,Iq:()=>m,K5:()=>y,Km:()=>g,Lh:()=>p,ZG:()=>u,__:()=>h,bh:()=>d,cT:()=>w,fw:()=>b,fx:()=>Z,z9:()=>v});var n=s(1774),o=s(5046),r=s(6539);const i={},a={},c={};n.default.bunchStore=i,n.default.contextStore=a,n.default.bdDataStore=c;const l=e=>i[e],d=(e,t)=>{let s;return e?(s=l(e),s&&t&&(s=s.slots?s.slots[t]:null)):s=i,s},u=e=>{Object.assign(a,e)},p=e=>{Object.assign(c,e)},m=()=>{(0,o.Z)(i)},f=()=>{(0,o.Z)(a)},g=e=>{if(!e)return;let t=l(e);return t||(t={},i[e]=t),t},h=e=>{let{slots:t}=e;return t||(t={},e.slots=t),t},A=e=>{const t=g(e);if(t)return h(t)},v=(e,t,s)=>{const n=A(e);if(n){let e=n[t];return!e&&s&&(e={created:!0},n[t]=e),e}},Z=(e,t,s)=>{const n=A(e);n&&(n[t]=s)},b=e=>e?(0,r.Z)(e,a):a,w=e=>e?(0,r.Z)(e,c):c,y=()=>b("geo")},9300:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1440),o=s(2497),r=s(9349);const i=(e,t)=>(0,o.Z)(e)?!!(0,n.bg)(e):((0,r.Z)(`Slot number must be a positive integer (was ${t}).`,"error"),!0)},1775:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n={}},5682:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[1,2,3,5,6,10,11,27,34,36,37],o=e=>n.includes(e)},6257:(e,t,s)=>{"use strict";s.d(t,{F:()=>v,O:()=>Z});var n=s(8312),o=s(7379),r=s(1774),i=s(8488),a=s(9627),c=s(7550),l=s(9300),d=s(3205),u=s(2890),p=s(6918),m=s(5253);const f=(e,t)=>(s,n,r)=>{const i=(0,o.Z)(),l=()=>{let t,s,n;const{type:o}=i;i.filled?o?"teaser"===o&&(i.checked?i.callback?i.result?i.element?i.total>500&&(s="RenderTimeExceeded",t=`setNative(${o}) rendering time exceeded 500ms.`,n="error"):(s="CallbackIncorrectElement",t=`setNative(${o}) "callback" was run without correct DOM element ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackIncorrectArgument",t=`setNative(${o}) "callback" was run with incorrect argument ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackNotSet",t=`setNative(${o}) "callback" was not set.`):(s="TypeNotChecked",t=`setNative(${o}) "type" parameter was not checked.`,n="error")):(s="TypeMissing",t='setNative "type" parameter is missing or incorrect.'):(s="ArgumentMissing",t="setNative first argument is missing or incorrect."),(0,p.Z)({message:"setNative",path:s,fileName:o||"unknown",slot:e},1e4,t&&`Slot [${e}] ${t}`,n)},f=setTimeout(l,2e3);if(r){const{addDestroyHandler:e}=r;e((()=>{clearTimeout(f)}))}if((0,a.Z)(s)&&(i.filled=1,(0,c.Z)(s.type))){let{type:e}=s;i.type=e,Object.defineProperty(s,"type",{get:()=>(i.checked=1,e),set:t=>{e=t}})}if(i.run=(0,u.zO)(),d.Z.f(n)){i.callback=1;t(s,(e=>{(0,a.Z)(e)&&(i.result=1,e.el&&(0,m.Z)(e.el)&&(i.element=1,i.done=(0,u.zO)(),i.total=i.done-i.run,i.total<=500&&clearTimeout(f))),n(e)}))}else clearTimeout(f),t(s),l()};var g=s(2443),h=s(6205);const A=new Map;r.default.optionsStore=A;const v=(e,t)=>{const s=(0,h.Z)(e);if((0,l.Z)(s,e))return;const n=A.get(s)||(0,o.Z)();return(0,c.Z)(t)?n[t]:n},Z=(e,t)=>{if((0,a.Z)(t)){const{alternativeSlot:s,setNative:r}=t,a=A.get(e)||(0,o.Z)();if(Object.assign(a,t),a.alternativeSlot=void 0,A.set(e,a),d.Z.f(r)&&((0,g.Z)("setNative",f(e,r),a),(0,g.Z)("originalSetNative",r,a)),s){const t=(0,i.Z)(s);(0,n.vN)(e,t,"SetOptions")}else 3===e&&d.Z.f(r)&&a.setNative({type:"alternativeSlot"},(({el:t})=>{(0,n.vN)(e,t,"SetNative")}));return!0}}},6656:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(6590);const r=(0,n.cu)("PlaceholdersImg>img",{"display!":"none"}),i=(e,t)=>{const s=o.Z[e];if(s){const{element:e}=s;e&&(0,n.aB)(e,r,t)}}},8168:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!0,released:!1,height:"auto"})}},6590:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={};s(1774).default.placeholderStore=n;const o=n},9338:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!1,released:!1})}},118:(e,t,s)=>{"use strict";s.d(t,{Z:()=>E});var n=s(8886),o=s(8727),r=s(9300),i=s(7795),a=s(3205),c=s(6590),l=s(6205);const d="Placeholders",u="none",p="margin",m="padding",f="minHeight",g="minWidth",h="overflow",A="display!",v="height",Z="width",b="auto",w=null,y="!",S="backgroundColor!",C="backgroundImage!",_="justifyContent!",k="alignItems!",I=(0,n.cu)(`${d}Bg>div`,{[S]:"transparent",[C]:"none"}),P=(0,n.cu)("sticky"),E=(e,t={})=>{const s=(0,l.Z)(e);if((0,r.Z)(s,e))return;const E=c.Z[s];if(E){Object.assign(E,t);const{element:e}=E;if(e){const{released:t,transparent:r,hidden:c,fixed:l,align:T,backgroundColor:O,sticky:L,top:$=15,durable:x,stickyOnInit:D,stickyAd:j,blocker:R}=E,N=d+s,M={zIndex:0,"position!":D||j?null:"relative"};if(c&&!x)M[v+y]=0,M[f+y]=0,M[m+y]=0,M[p+y]=0,M[h+y]="hidden";else if(M[v+y]=w,M[f+y]=w,M[Z+y]=w,M[g+y]=w,M[m+y]=(0,i.Z)(E[m])?w:E[m],M[p+y]=(0,i.Z)(E[p])?w:E[p],t){if(l){if(a.Z.b(L)?L:(0,o.R)()){const e={position:"sticky",top:$};["left","right"].includes(T)&&(e[T]=0,e[`${p}-${T}`]=0),(0,n.cu)(`${N} [${P}]`,e),M[A]="block"}else M[A]="flex",M[_]="center",M[k]="center";E[f]&&(M[v+y]=b,M[f+y]=E[f])}else R&&(M["clear!"]=u,M["float!"]="right"),M[A]=w,M[_]=w,M[k]=w,a.Z.u(E[v])||(E[v]===b?(M[v+y]=b,M[f+y]=0):M[f+y]=E[v]),E[Z]&&(M[Z+y]=E[Z],M[g+y]=b);M[h+y]=E[h]||w,M[S]=O||(r?"transparent":w),M[C]=u}else M[g+y]=E[g]||w,M[f+y]=E[f]||w,M[h+y]=w,M[S]=w,M[C]=w;(0,n.cu)(N,M),(0,n.aB)(e,I,t&&r),(0,n.Vx)(!c)}}return E}},6934:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7550),o=s(3205),r=s(9349);const i=e=>"oeaslzzcnOEASLZZCN".charAt("óęąśłżźćńÓĘĄŚŁŻŹĆŃ".indexOf(e))||e,a=(e="")=>{if(!o.Z.s(e))return void(0,r.Z)(`PrepareTags method first argument must be a String (given ${e}).`,!0);let t=e;return(0,n.Z)(t)&&(t=decodeURIComponent(t),t=t.replace(/^[\s\uFEFF\xA0]+|#|[\s\uFEFF\xA0]+$/g,""),t=t.replace(/\s*[,;?!.:]+\s*/g,";"),t=t.replace(/\s+/g,"_"),t=t.replace(/\W/g,i),t=t.toLowerCase().slice(0,256)),t}},4732:(e,t,s)=>{"use strict";s.d(t,{Ai:()=>a,mj:()=>c,nB:()=>i});var n=s(703),o=s(5620);let r;const i=()=>(0,n.qm)("onegaf")||(0,o.B2)(),a=()=>{r=!0},c=()=>r},8350:(e,t,s)=>{"use strict";s.d(t,{J1:()=>a,Rg:()=>c,Ut:()=>i});var n=s(450),o=s(1977),r=s(6934);const i=()=>(0,r.Z)((0,n.ZF)("ctags")||""),a=()=>i()||(0,r.Z)((0,o.Z)('meta[name="keywords"]')),c=e=>{const t=a();return e.some((e=>t.includes(e)))}},3567:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1143),o=s(5682);const r=(e,t)=>{(0,o.Z)(e)&&(0,n.Z)(`${t}${e}`)}},9319:(e,t,s)=>{"use strict";let n;s.d(t,{n:()=>o,t:()=>r});const o=e=>{n=e},r=()=>n},8994:(e,t,s)=>{"use strict";s.d(t,{hf:()=>d,ie:()=>l,vi:()=>c});var n=s(1774),o=s(7550),r=s(8917),i=s(9349);const a=Object.create(null);n.default.envConfig=a;const c=e=>{e&&a&&delete a[e]},l=(e,t,s)=>{if((0,o.Z)(e))if((0,o.Z)(t)||(0,r.Z)(t)){a[e]=t;(e+t).length+2>512&&(0,i.Z)("Env added to GAF exceeded 512 chars limit.",!0)}else s&&c(e)},d=()=>a},1440:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>m,bg:()=>u,hX:()=>p});var n=s(703),o=s(5620),r=s(369),i=s(1133),a=s(9349),c=s(6205);const l=new Set,d=new Set,u=e=>{if((0,o.I)())return!0;const t=(0,c.Z)(e);if(0!==t){if(l.size)return!l.has(t);if(d.size)return d.has(t)}return!1},p=e=>{(l.size||d.size)&&(0,r.Z)(e,(t=>{u(t)&&delete e[t]}))},m=()=>{const e=(0,c.Z)((0,n.qm)("testSlot")||(0,n.qm)("pos")),t=(0,n.qm)("pickSlots"),s=(0,n.qm)("rejectSlots"),o=(0,c.Z)((0,n.qm)("testPos")),r=(0,n.qm)("tcidma"),u=(e,t)=>{e.split(/[|,]/).forEach((e=>{const s=(0,c.Z)(e);s>0&&t(s)}))};if(u(t,(e=>{l.add(e)})),u(s,(e=>{l.has(e)||d.add(e)})),o&&r){let e;try{e=JSON.parse(r)}catch(e){(0,a.Z)('Invalid JSON "tcidma". Check syntax and used characters.',"error")}(0,i.Z)(e,1)&&l.add(o)}return e&&l.add(e),{pickSlots:l,rejectSlots:d}}},421:(e,t,s)=>{"use strict";s.d(t,{M:()=>r,c:()=>i});var n=s(1774);const o=Object.create(null);n.default.slotsStore=o;const r=(e,t)=>{o[e]=t},i=(e,t)=>{const s=o[e];if(s){const{creation:n}=s;if(o[e]=void 0,n){const{config:e}=n;if(null!=e&&e.destroy)return e.destroy(t)}}}},3476:(e,t,s)=>{"use strict";s.d(t,{ni:()=>Z,s:()=>v,vh:()=>A,xG:()=>b});var n=s(8886),o=s(703),r=s(4447),i=s(9234),a=s(1608),c=s(7379),l=s(6918),d=s(1774),u=s(5253),p=s(9610);const m=(0,c.Z)();d.default.registeredAnchors=m;const f="Anchors",g=(0,o.qm)("anchors"),h=(0,n.cu)("anchor",g&&{height:3,border:"3px lime solid",borderRadius:3,boxSizing:"border-box"}),A=e=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotUnregisteredDuringNavigation",slot:e},1e4,`Slots MUST be unregistered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const t=m[e];(0,a.Z)(t),delete m[e]},v=(e,t)=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotRegisteredDuringNavigation",slot:e},1e4,`Slots MUST be registered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const s=m[e],o=t||s;if((0,a.Z)(s),o){if(s!==o){if(!(0,u.Z)(o))return void(0,l.Z)({message:f,path:"NodeNotInDocument",slot:e},1e3,`Given node for slot ${e} is not a valid HTMLElement or it is not in DOM.`,"error");(0,p.Z)(o)||(0,l.Z)({message:f,path:"NodeNotVisible",slot:e},1e3,`Given node for slot ${e} is not VISIBLE.`,"error"),(0,n.Cj)(o,h),o.removeAttribute("style"),m[e]=o,(0,i.JO)(e,o)}return m[e]}},Z=e=>{const t=m[e];if((0,u.Z)(t))return t},b=()=>m},9544:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(421),o=s(6719),r=s(8168),i=s(9300),a=s(6205);const c=(e,t,s,c,l)=>{const d=(0,a.Z)(t);if((0,i.Z)(d,t))return;(s||(0,o.z9)(e,d))&&((0,n.c)(d,l),c&&(0,r.Z)(d))}},622:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s)=>{s&&(s.missing=1,s.registered=0)}},3724:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ie});var n=s(6719),o=s(703),r=s(3476),i=s(6257),a=s(2168),c=s(2863),l=s(1770);const d=(e,t,s)=>{s&&(s.missing=0,s.registered=1)};var u=s(369),p=s(8488),m=s(9300),f=s(3567),g=s(622),h=s(232),A=s(450),v=s(9627),Z=s(7795);var b=s(6184),w=s(94),y=s(1511),S=s(9924);const C=e=>{const t=(0,c.g1)("prebidDamOpen");if(t){const s=t[`slot${e}`];if(s){if(!0===s)return!0;if(s[`test${(0,a.Uu)().version}`])return!0}}return(0,S.s)(e)};var _=s(1913),k=s(9319);const I=e=>!(e.run||e.error||e.finished);var P=s(6205);const E=(e,t,s)=>{if(I(s)){const n=(0,P.Z)(t),o=(0,P.Z)(e);(0,k.t)()(o,n,s)}},T=(e,t,s)=>{if(s){C(t)?E(e,t,s):_.Z.fill((()=>{E(e,t,s)}))}};var O=s(9374),L=s(619),$=s(2014);const x=(e,t,s,n)=>{n&&(n.viewability||(0,L.Z)(n,O.cC,{}),n.viewability[h.$F]||(0,L.Z)(n.viewability,h.r_,{[O.PY]:s[O.PY],phd:(0,$.Z)(document.hidden)}))},D=(e,t)=>{const s=(e=>{const t=(0,c.CV)("lazyOffsets");if((0,v.Z)(t)){const s=t[(0,A.ZF)("ctype")];let n;if(n=(0,v.Z)(s)?s[e]||s.default:t.default,!(0,Z.Z)(n))return parseInt(n,10)}return 400})(e),r=(0,b.yi)((t=>{(0,u.Z)((0,n.bh)(),(s=>{const o=(0,n.z9)(s,e);x(s,e,t,o),T(s,e,o)}))}),10,s);(0,o.qm)("dynamicOffset")&&(0,w.Z)(r),(0,y.Z)(t,[r],`${h.EY}_${e}_`)};var j=s(3121),R=s(8886),N=s(5467),M=s(9783),V=s(5599),B=s(9951);const U=new Map,F=(0,R.cu)("stopScroll",{height:"100%",overflow:"hidden !important"});(0,j._V)("page:close",(()=>{U.clear()}));const q=(0,c.g1)("scrollSnap"),z=(0,P.Z)((0,o.qm)("slotSnapTopMargin"))||q.slotSnapTopMargin||30,G=(0,P.Z)((0,o.qm)("slotSnapMinMargin"))||q.slotSnapMinMargin||0,H=(0,P.Z)((0,o.qm)("slotSnapVerticalMargin"))||q.slotSnapVerticalMargin||100,W=(0,P.Z)((0,o.qm)("slotSnapDelay"))||q.slotSnapDelay||100,K=!!(0,o.qm)("slotSnapDisableVCheck")||!!q.slotSnapDisableVCheck,J=parseFloat((0,o.qm)("slotSnapMaxVelocity"))||q.slotSnapMaxVelocity||3.5,Q=(e,t)=>{const s=(0,b.q0)((()=>{var s,o;const{top:r}=(0,B.Z)(t),i=(0,n.z9)((0,N.P)(),e),a=!(null==i||null==(s=i.viewability)||null==(o=s[h.$F])||!o[O.PY]),c=!!U.has(e);if((K||!a)&&!c){const t={top:r-z,behavior:"smooth"},s=(0,V.Z)();l.mL?(window.scrollTo(t),setTimeout((()=>{(0,M.Cj)(s,F),setTimeout((()=>{(0,M.ef)(s,F)}),70)}),W)):((0,M.Cj)(s,F),setTimeout((()=>{(0,M.ef)(s,F),window.scrollTo(t)}),W)),U.set(e,!0)}}),H,G,J);(0,y.Z)(t,[s],`${h.T3}_${e}_`)},Y="0"===(0,o.qm)("lazyAdv"),X=e=>{const{dfpConfig:t,lazy:s}=e;let n=!s;return t&&(n=!1),Y&&(n=!0),n},ee=(e,t,s)=>{if(null!=s&&s.delivered){X(s)&&E(e,t,s)}},te=(0,o.qm)("noslots"),se=!l.TL&&((0,c.fS)("useScrollSnap")||(0,a.wV)("scrollSnapTestVersion")||(0,o.qm)("forceScrollSnap")),ne=(0,o.qm)("slotsToSnap"),oe=(0,c.g1)("scrollSnap"),re=ne?ne.split(",").map(P.Z).filter(Boolean):oe.slotsToSnap,ie=(e,t,s)=>{const o=(0,P.Z)(e);if((0,m.Z)(o,e))return;const a=(0,p.Z)(t),c=(0,r.s)(o,a);if(c){(0,f.Z)(o,"SlotRegister");const e=Object.assign({},s);if((0,i.O)(o,e),te)return;(0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);d(e,o,t),ee(e,o,t)})),D(o,c),se&&re.includes(o)&&Q(o,c)}else(0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);(0,g.Z)(e,o,t)}))}},9234:(e,t,s)=>{"use strict";s.d(t,{DN:()=>g,JO:()=>u,W3:()=>b,Y4:()=>Z,cV:()=>p,oI:()=>m,sv:()=>A,wN:()=>h});var n=s(3476),o=s(5394),r=s(1774),i=s(369),a=s(3205);const c={registration:new Set,impression:new Set,view:new Set};r.default.slotHandlers=c;const l=(e,t,s)=>{try{e(t,s)}catch(e){(0,o.Z)(e,"SlotHandlers")}},d=(e,t,s)=>{c[e].forEach((e=>{l(e,t,s)}))},u=(e,t)=>{d("registration",e,t)},p=(e,t)=>{d("impression",e,t)},m=(e,t)=>{d("view",e,t)},f=(e,t)=>{const s=c[e];if(a.Z.f(t)&&!s.has(t))return s.add(t),!0},g=e=>{if(f("registration",e)){const t=(0,n.xG)();return(0,i.Z)(t,(t=>{l(e,t,(0,n.ni)(t))})),!0}},h=e=>f("impression",e),A=e=>f("view",e),v=(e,t)=>{const s=c[e];if(s.has(t))return s.delete(t),!0},Z=e=>v("impression",e),b=e=>v("view",e)},8983:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6719),o=s(3476),r=s(9544),i=s(369),a=s(9300),c=s(6205);const l=e=>{const t=(0,c.Z)(e);(0,a.Z)(t,e)||((0,o.vh)(t),(0,i.Z)((0,n.bh)(),(e=>{(0,r.Z)(e,t,void 0,!0,!0)})))}},9924:(e,t,s)=>{"use strict";s.d(t,{D:()=>c,s:()=>l});var n=s(2168),o=s(2863),r=s(4447);const i=(0,o.g1)("srik").slots||[],a=(0,o.fS)("useSrik")||(0,n.wV)("srikTestVersion"),c=()=>Boolean(a&&(0,r.C)()),l=e=>c()&&i.includes(e)},94:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3871);const o=e=>{Object.defineProperties(e,{horizontalShift:{get:()=>(0,n.J6)().horizontalOffset},verticalShift:{get:()=>(0,n.J6)().verticalOffset}})}},1608:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(232),o=s(8720);const r=e=>{(0,o.Z)(e,n.i6)}},3871:(e,t,s)=>{"use strict";s.d(t,{J6:()=>l,S1:()=>d});var n=s(1628),o=s(703);let r=0,i=0;const a=(e,t)=>{const s=50*e,n=((e,t)=>e*t<0)(s,t);if(Math.abs(t)<=Math.abs(s)||n)return Math.min(Math.max(s,-1e3),1e3);if(Math.abs(t)>100){if(t>0)return t-100;if(t<0)return t+100}return 0},c=()=>{const{verticalVelocity:e,horizontalVelocity:t}=(0,n.f3)();r=a(e,r),i=a(t,i)},l=()=>({verticalOffset:r,horizontalOffset:i}),d=()=>{(0,o.qm)("dynamicOffset")&&setInterval(c,50)}},232:(e,t,s)=>{"use strict";s.d(t,{$F:()=>i,EY:()=>o,OI:()=>a,T3:()=>l,bH:()=>r,i6:()=>d,kS:()=>c,r_:()=>n});const n="slotViewability",o="slotInViewport",r="slotRefresh",i="advViewability",a="advExtraViewability",c="advCustomViewability",l="slotScrollSnapping",d=[n,o,r,i,a,c,l]},6184:(e,t,s)=>{"use strict";s.d(t,{MA:()=>l,Zp:()=>a,gQ:()=>i,jq:()=>r,q0:()=>d,yi:()=>c});var n=s(9374),o=s(232);const r=e=>({name:o.$F,method:n.hm,time:1,percent:50,[n.$v]:!1,callback:e}),i=e=>({name:`${o.OI}${e}`,method:n.hm,time:1,percent:e,[n.$v]:!1}),a=(e,t,s)=>({name:o.kS,method:n.hm,time:t,percent:s,[n.$v]:!0,callback:e}),c=(e,t,s)=>({name:o.EY,method:n.pP,verticalMargin:s,horizontalMargin:t,[n.$v]:!0,callback:e}),l=(e,t,s,r)=>({name:o.bH,method:t?n.hm:n.am,time:s,percent:50,[n.$v]:!0,callback:e,checkTimeout:t,isCumulative:r}),d=(e,t,s,r)=>({name:o.T3,method:n.LD,verticalMargin:t,minMargin:s,slotSnapMaxVelocity:r,[n.$v]:!0,callback:e})},1603:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("GAM",!0)},6126:(e,t,s)=>{"use strict";s.d(t,{g:()=>a,r:()=>i});var n=s(4462),o=s(619);const r=(0,n.Nu)(5,!0,!0),i=e=>(0,o.Z)(e,r,!0),a=e=>!!e[r]},713:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["camps"]},7516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPcbadcp"},7787:(e,t,s)=>{"use strict";let n;s.d(t,{B:()=>o,_:()=>r});const o=()=>n,r=e=>{n=e}},9721:(e,t,s)=>{"use strict";s.d(t,{C:()=>o,Y:()=>n});const n=btoa("preventCB"),o=e=>!!e.closest(`.${n}`)},1605:(e,t,s)=>{"use strict";s.d(t,{Z:()=>m});var n=s(450),o=s(9721),r=s(6126),i=s(1770),a=s(8488);const c=(e,t)=>{const s=(0,a.Z)(t);return null==s?void 0:s.contains(e)},l=(e,t)=>e.classList.contains(t);var d=s(6918),u=s(5253);const p="CommercialBreak",m=e=>{if((0,u.Z)(e)){const{href:s,target:a}=e;return!((0,o.C)(e)||(e=>["header","#header",".header","footer","#footer",".footer","#account",".w3gallery-c .img-c",'[data-st-area="Naglowek"]','[data-sta-area="Stopka-mob"]'].some((t=>c(e,t))))(e)||(e=>e.indexOf("#")>-1||"javascript:void(0)"===e||e.indexOf("?s=")>-1||/poczta.wp.pl/.test(e)||/www.research.net\/r\/SGHBZ63/.test(e)||/www.research.net\/r\/SZKYJJV/.test(e))(s)||(t=e,l(t,"btn-comments")||l(t,"close")||/pogoda.wp.pl/.test(t.href)&&(l(t,"tab")||c(t,".links.location-map-links"))||(0,i.QT)()&&"gallery"===(0,n.ZF)("ctype")&&t.getAttribute("data-st-area")&&t.getAttribute("data-st-area").match(/gallery-next|gallery-prev|gbot-next/))||"_blank"===a||(0,r.g)(e))}var t;(0,d.Z)({message:p,path:"missing link element"},100,`Missing clicked link element for ${p}.`,!0)}},1037:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9460),o=s(6598);const r=e=>{const t=t=>{(0,o.Z)(e,{actionType:t},"traffic",void 0,!0)},s=()=>{t("quit")};return(0,n.mc)(s),{sendStats:t,removeQuitHandler:()=>{(0,n.vS)("beforeunload",s)}}}},5435:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPstadcp"},2222:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8886),o=s(3495),r=s(3205),i=s(4263);const a=()=>{const e=e=>{(e=>{r.Z.f(e.pause)&&e.pause()})(e),(e=>{r.Z.f(e.mute)?e.mute():e.muted=!0})(e)};(0,o.Z)().filter(Boolean).forEach(e);const t=(0,n.cu)("ntvVd",{});Array.from((0,i.Z)(`.${t}`,!0)).filter(Boolean).forEach(e)}},8883:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(4841),o=s(6730),r=s(3574),i=s(6918),a=s(1977);const c=()=>{const e=window.location.search.includes("logov2");if((0,n.y1)("wptv")||(0,n.y1)(/programtv|kafeteria/)&&e)return;const t=(0,a.Z)('meta[property="logo"]',!1,3e3);if(t)return(0,i.Z)({message:"LogoUrl",path:"MetaPropertyLogo"},1e3),t;const s=(0,a.Z)('meta[name="logo"]',!1,3e3);if(s)return(0,i.Z)({message:"LogoUrl",path:"MetaNameLogo"},1e3),s;(0,i.Z)({message:"LogoUrl",path:"MissingMetaLogo"},1e3)},l=()=>{var e;const t=c();if(t)return t;let s=null==(e=(0,n.W_)().match(/^(?:o2_|nwm_)?([a-z0-9]*)/))?void 0:e[1];window.location.search.includes("logov2")&&(0,n.y1)(/autokult|eautokult|dobreprogramy|kafeteria/)&&(s+="_v2");const i=s||"sg";return(0,o.mess)(`${r.Z}images/logo/logo_${i}.png`)}},2773:(e,t,s)=>{"use strict";s.d(t,{C:()=>o,i:()=>n});const n="inisuid",o={adnxs:"apnxuid",adform:"adfmuid",connectad:"connectaduid",openx:"openxmiud",onetag:"onetaguid",pubmatic:"pubmaticuid",rubicon:"rubiconuid",rtbhouse:"rtbhouseuid",smartssb:"smartmiud",ix:"ixuid",oftmedia:"oftmediauid",oftmedia_adkernel:"oftmedia_adkerneluid",stroeerCore:"stroeercoreuid",triplelift:"tpluid",visx:"yoc_visxuid"}},2863:(e,t,s)=>{"use strict";s.d(t,{CV:()=>i,fS:()=>a,g1:()=>c});var n=s(1154),o=s(6539);const r=(e,t)=>{const s=(0,n.Kp)(),r=s&&(0,o.Z)(t,s);return r&&(0,o.Z)(e,r)||!1},i=e=>r(e,"steeringExternal"),a=e=>r(e,"steering"),c=e=>r(e,"config")},9719:(e,t,s)=>{"use strict";s.d(t,{G:()=>a,v:()=>i});var n=s(961),o=s(7550);let r="";const i=e=>{if((0,o.Z)(e)){const t=48,s=122,n=s-t,o=/[^a-z0-9]/gi,i=e=>e.charCodeAt().toString(16),a=[...e].map(((e,o)=>{let r=e.charCodeAt()+o;return r<t&&(r+=n),r>s&&(r-=n),String.fromCharCode(r)})).join("");r=btoa(a).replace(o,i)}},a=()=>{const e=(0,n.BF)("ck"),t=(0,n.BF)("mr","WPM");if(e&&t)return r}},1852:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("PrebidApi")},1154:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>r});var n=s(9126);let o=(e=>{if(!e)return!1;try{return(0,n.Z)(e)}catch(e){console.error(e)}})((0,s(6539).Z)("prebidConfig"))||!1;const r=()=>o},1913:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Prebid")},2168:(e,t,s)=>{"use strict";s.d(t,{wV:()=>E,ZP:()=>T,Uu:()=>I,ju:()=>P,UQ:()=>k});var n=s(2863),o=s(703),r=s(9853),i=s(1501),a=s(8994),c=s(9627),l=s(7550);const d=e=>{const{stName:t,stAuthority:s}=e;let n=!1;if((0,c.Z)(e)&&(0,l.Z)(t)&&(0,l.Z)(s)){const o=(0,r.bB)(s,t);(0,l.Z)(o)&&(e.stVersion=o,(0,a.ie)("stVersion",o),n=!0)}return n},u=e=>{if((0,c.Z)(e)){const{version:t,mct:s}=e;(0,a.ie)("tVersion",t),null!=s&&s[t]&&(0,a.ie)("mct",s[t])}};var p=s(4462);const m=(e=2)=>String.fromCharCode(65+(0,p.$6)(e));var f=s(3381),g=s(1154);const h=()=>{let e;const t=(0,g.Kp)();if((0,c.Z)(t)){const s=new Date,o=Object.keys(t);let r=-1/0;o.forEach((t=>{if(t.includes("testConfig")){const o=new Date(t.replace("testConfig","")),i=o-s;o<=s&&i>=r&&(r=o-i,e=(0,n.g1)(t))}}))}return e||(e=(0,n.g1)("testConfig")||{}),e};var A=s(369),v=s(6539),Z=s(7741),b=s(9349);const w=()=>{const e=(0,o.qm)("forceProgrammaticTest")||!(0,n.fS)("disableAutomaticTest")&&(0,v.Z)("wp_abtest_programmatic");let t,s,i=!1,a=!1,d=!1;if((0,c.Z)(e)){const{testName:n,startDate:o,endDate:r}=e;s=Date.now(),a=o?Date.parse(o):a,d=r?Date.parse(r):d,t=n}else(0,l.Z)(e)&&(t=e);if(t){const e=(0,r.go)();let n=!1;(0,A.Z)(e,(e=>{const o=(0,r.bB)(e,t);if(o){const e=(0,Z.Z)(s,a,d);n=!0,e&&(i={testName:t,version:o.slice(0,1).toUpperCase(),mode:"automatic"})}})),n&&(0,b.Z)(`Automatic test start FAILED, didn't found matching A/B test config, check testName: ${t}`)}return i},y=()=>{const e=(0,n.g1)("mct");(0,a.ie)("mct",e)},S=e=>{var t;const s=e||"default",o=(0,n.CV)("S2Sconfig"),r=null==o||null==(t=o.tests)?void 0:t[s];if(null!=r&&r.name){const{include:e,exclude:t}=r;return r.include=Array.isArray(e)&&e.join(";")||e,r.exclude=Array.isArray(t)&&t.join(";")||t,r}},C=e=>{if((0,c.Z)(e)){const t=(0,n.CV)("lazyOffsets"),{version:s,lazyOffsetsTest:o}=e;if(t&&o){const e=t[s];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}};let _=!1;const k=(e,t)=>{const s=t||_;return s&&s[e?"stVersion":"version"]||!1},I=e=>{const t=e||_;return!(!t||!t.version)&&t},P=()=>S(_&&_.version),E=e=>{const t=I(),s=t[e];return!(!s||!s.includes(t.version))},T=()=>{if(y(),!_){const e=h(),t=(0,n.fS)("testOn"),{authority:s,testName:a,base:p}=e,g=(0,l.Z)(a)&&t,A=w();let v;if(g){const t=s||"application",n=s||"adtech",l=(0,o.qm)("prgVersion"),d=e&&e.overrideRefreshPvVersion,{mode:u="master"}=e;switch(_=Object.assign({},e),u){case"master":_.version=m(p),d&&(0,i.r)()&&(_.version=d),l&&(_.version=l),(0,r.jO)(n,a,_.version);break;case"slave":_.version=(0,r.bB)(t,a);break;default:(0,f.Z)("błąd w testConfig => błędny tryb")}const{version:g,mapVersion:h}=_;if(_=!!g&&_,(0,c.Z)(_))if((0,c.Z)(h)){const{disabled:e}=h;_.version=h[g]||g,v=e&&e.includes(_.version)}else _.version=g.slice(0,1).toUpperCase()}else A&&(_=Object.assign({},A));v?_=null:(d(_),u(_),C(_))}return _}},4192:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1384),o=s(1852);const r=e=>{o.Z.fill((()=>{const t=(0,n.ac)("prebid");null!=t&&t.startDisplayAuction&&t.startDisplayAuction(e)}))}},7331:(e,t,s)=>{"use strict";s.d(t,{CG:()=>r,Lx:()=>i,Wj:()=>c,sp:()=>a,vb:()=>n,xb:()=>o});const n="CPM_INT",o=!1,r=0,i=1,a=3,c=4},9943:(e,t,s)=>{"use strict";s.d(t,{BD:()=>u,OT:()=>c,XG:()=>d,_X:()=>l});var n=s(7331);let o,r=!1,i=!1,a=n.xb;const c=()=>r,l=()=>i,d=()=>a,u=()=>o},9853:(e,t,s)=>{"use strict";s.d(t,{Zd:()=>v,co:()=>Z,wU:()=>b,ZP:()=>w,go:()=>h,KF:()=>A,bB:()=>f,zK:()=>g,jO:()=>m});var n=s(9349);const o=(e,t,s)=>{/^[A-Z](:[\w\\/|]+)*$/.test(s)||(0,n.Z)(`Incorrect AB test variant (${e}|${t}|${s}), valid pattern is '^[A-Z](:[\\w\\/|]+)*$'.`,!0)};var r=s(619),i=s(1774),a=s(369),c=s(6539),l=s(7550),d=s(3205);const u=Object.create(null);i.default.testsStore=u;const p=e=>{const t=new Map;return(0,r.Z)(u,e,t),Object.defineProperty(t,"getString",{value:()=>[...t.entries()].map((t=>[e,...t].join("|"))).join(";")}),t},m=(e,t,s)=>{const r=u[e];if(r)return((e,t)=>{/^[0-9A-Z]{2,10}-\d+$/.test(t)||(0,n.Z)(`Incorrect AB test name (${e}|${t}), valid pattern is '^[0-9A-Z]{2,10}-\\d+$'.`,!0)})(e,t),o(e,t,s),(0,l.Z)(t)&&(0,l.Z)(s)?r.set(t,s):void(0,n.Z)("Incorrect test name or variant.","error");(0,n.Z)("Authority store does not exist.","error")},f=(e,t)=>{const s=u[e];if(s)return s.get(t);(0,n.Z)("Authority store does not exist.","error")},g=(e,t,s)=>{const n=f(e,t);return d.Z.u(s)?(0,l.Z)(n):(o(e,t,s),n===s)},h=()=>{const e={};return(0,a.Z)(u,((t,s)=>{e[t]=Object.fromEntries(s.entries())})),e},A=()=>Object.values(u).map((e=>e.getString())).filter((e=>""!==e)).join(";"),v=p("adtech"),Z=p("analytics"),b=p("application"),w=()=>{const e=(0,c.Z)("wp_abtest");(0,a.Z)(e,((e,t)=>{(0,a.Z)(t,((t,s)=>{m(e,t,s)}))}))}},8886:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>c,El:()=>o,Vx:()=>a,aB:()=>d,cu:()=>r,ef:()=>l,jo:()=>i});var n=s(7207);const{addAnimation:o,addStyle:r,removeStyle:i,update:a,pin:c,unpin:l,togglePin:d}=(0,n.P)("std")},9783:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>o,aB:()=>i,ef:()=>r});var n=s(3205);const o=(e,t)=>{if(e instanceof Element)return e.classList.add(t),e.setAttribute(t,""),e},r=(e,t)=>{if(e instanceof Element)return e.classList.remove(t),e.removeAttribute(t),e},i=(e,t,s)=>{if(e instanceof Element){return(n.Z.b(s)?s:!e.hasAttribute(t))?o(e,t):r(e,t),e}}},7207:(e,t,s)=>{"use strict";s.d(t,{i:()=>I,P:()=>k});var n=s(369),o=s(7795),r=s(3205);const i=["-webkit-","-moz-","-ms-","-o-"],a="",c=(e,t)=>null!==t?`${e}:${t};`:a,l=e=>{const t=[];return(0,n.Z)(e,((e,s)=>{Array.isArray(s)?s.forEach((s=>{t.push(c(e,s))})):t.push(c(e,s))})),t.join(a)},d=e=>e.replace(/([A-Z])/g,(e=>{if(e)return`-${e[0].toLowerCase()}`})),u=(e,t)=>{const s=/width|height|top|left|right|bottom|margin|padding|font-size|border-radius|text-indent/,c={};return(0,n.Z)(e,(n=>{let l=n;const u=l.match(/(.+)!/);let p=e[l];if(u&&([,l]=u),l=d(l),s.test(l)&&r.Z.n(p)&&(p+="px"),(0,o.Z)(p)?c[l]=null:c[l]=`${p}${u?"!important":a}`,Array.isArray(t)){t.map(d).includes(l)&&i.forEach((e=>{c[`${e}${l}`]=p}))}})),c};var p=s(9783),m=s(4462),f=s(919),g=s(3354),h=s(9126),A=s(1774),v=s(8959),Z=s(9627),b=s(7550),w=s(9349),y=s(7384);const S="def",C=((0,f.FT)()||A.default.mode)&&!(0,y.Z)("hashstyle")||(0,y.Z)("unhashstyle"),_=Object.create(null);A.default.managerStore=_;const k=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t)return t.api;let s,o=!1;const r={mediaStore:Object.create(null)};_[e]=r;const c=()=>{const{mediaStore:t,styleElement:c}=r,d=Object.entries(t).map((([e,t])=>{const s=t.style,o=t.keyframes;let r="";return e!==S&&(r+=`@media ${e}{`),(0,n.Z)(o,((e,t)=>{r+=((e,t)=>{let s=a,o=a;return(0,n.Z)(t,((e,t)=>{o+=`${e} {${l(t)}}`})),[...i,a].forEach((t=>{s+=`@${t}keyframes ${e} {${o}}`})),s})(e,t)})),(0,n.Z)(s,((e,t)=>{null!=t&&t.hash&&(0,Z.Z)(t.style)&&(r+=`.${t.hash}${t.selector||""},[${t.hash}]${t.selector||""}{${l(t.style)}}`)})),e!==S&&(r+="}"),r})).join("");if(d)if(c)c.textContent=d;else{const t=(0,g.Z)(d,e);r.styleElement=t,(0,v.Z)().appendChild(t)}s=null,o=!1},d={addAnimation:(e,t,s,i=S)=>{const{mediaStore:a}=r,c=(0,h.Z)(t),l=a[i]||Object.create(null);if(l.keyframes=l.keyframes||Object.create(null),!l.keyframes[e]){if(Object.keys(c).some((e=>!/^(\d+%|from|to)$/.test(e))))return!1;(0,n.Z)(c,((e,t)=>{c[e]=u(t,s)})),l.keyframes[e]=c}return o=!0,e},addStyle:(e,t,s,n=S)=>{const{mediaStore:i}=r,a=i[n]||Object.create(null),c=a.style||Object.create(null),l=a.hash||Object.create(null),d=e.split(/(\b)/i),p=d.shift();let f=c[e],g=l[p];if(f||(f=Object.create(null),g||(g=C?p:(0,m.Nu)(7,36,!0)),f.hash=g,f.selector=d.join(""),f.style=Object.create(null)),(0,Z.Z)(t)){const e=Object.assign({},t);f.style=Object.assign(f.style,u(e,s))}return c[e]=f,l[p]=g,a.style=c,a.hash=l,i[n]=a,o=!0,f.hash},removeStyle:e=>{const{mediaStore:t}=r,s=e.split(/(\b)/i).shift();(0,n.Z)(t,((e,t)=>{const o=t.style,r=t.hash;if(r[s]){const e=r[s];delete r[s],(0,n.Z)(o,((t,s)=>{s.hash===e&&delete o[t]}))}})),o=!0},update:e=>{o&&(e?(cancelAnimationFrame(s),c()):s||(s=requestAnimationFrame(c)))},pin:p.Cj,unpin:p.ef,togglePin:p.aB};return r.api=d,d},I=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t){const{styleElement:e}=t;return e&&e.remove(),t.styleElement=void 0,t.mediaStore=Object.create(null),t.api}}},551:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(8886),o=s(4462),r=s(853),i=s(7159),a=s(369),c=s(3205),l=s(9349);const d="IframeFactory",u=(e,t,s)=>{const u="width",p="height",m="error",f="load",g="html,body{margin:0;padding:0;}",h={scrolling:"no",frameborder:"0"},A=d+(0,o.Nu)(6,!0);let v,Z,b,w,y,S,C,_,k,I,P,E,T,O,L,$,x,D,j=g;const R=()=>{if(!D)try{Z=v.contentWindow}catch(e){}return Z},N=()=>{if(R(),!D)try{b=v.contentDocument}catch(e){}return b},M=e=>{v.removeEventListener(m,M),S&&S(e,_)},V=e=>{w||(v.removeEventListener(f,V),w=!0,C&&C(_))};return(()=>{v=(0,i.Z)("iframe"),(0,n.Cj)(v,(0,n.cu)(A,t)),(0,n.Vx)();const o=Object.assign(h,e);$=h[u],x=h[p],(0,a.Z)(o,((e,t)=>{v.setAttribute(e,t)})),Object.assign(v.dataset,s),v.addEventListener(f,V),v.addEventListener(m,M)})(),{setAutoResize:(e,t,s,n,o)=>{O=0,k=e,I=t,P=s,E=n||500,T=o||3,k&&I&&(L=setInterval((()=>{(()=>{if(N(),O<T){if(b){const e=b.body;if(e){let t=e.scrollWidth,s=e.scrollHeight;t=t>k&&t>0?t:k,s=s>I&&s>0?s:I,$===t&&x===s||($=t,x=s,v[u]=t,v[p]=s,v.style[u]=`${t}px`,v.style[p]=`${s}px`,P({[`${u}!`]:t,[`${p}!`]:s}))}}O+=1}else P=null,clearInterval(L)})()}),E))},getDocument:N,getWindow:R,getIframe:()=>v,setStyle:e=>{j=e},setBase:e=>{y=e},resetBodyStyle:()=>{if(N(),b){const e=b.querySelector("head");e&&(0,r.Z)(e,`<style id='iaq_if'>${g}</style>`)}j=g},appendTo:e=>{e&&e.appendChild(v)},write:e=>{if(N(),b){let t="";y&&(t+=`<base href="${y}${/\/$/.test(y)?"":"/"}" />`),j&&(t+=`<style>${j}</style>`);try{b.open(),b.write(t+e),b.close()}catch(e){}}},load:(e,t)=>{C=c.Z.f(e)?e:t,c.Z.s(e)&&(v.setAttribute("src",e),_=e)},error:e=>{c.Z.f(e)&&(S=e)},postMessage:(e,t)=>{if(R(),!D)try{Z.postMessage(e,t||"*")}catch(e){(0,l.Z)(`${d} postMessage error: ${null==e?void 0:e.message}`)}},destroy:()=>{clearInterval(L),(0,n.jo)(A),v.removeEventListener(f,V),v.removeEventListener(m,M),v.setAttribute("src","about:blank"),v.remove(),Z=null,b=null,D=!0}}}},3574:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://std.wpcdn.pl/"},6806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(8886).cu)("fullWidth",{width:"100%"})},4564:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(853),r=s(7159);const i=(e,t,s)=>{const i=(0,n.Cj)((0,r.Z)(),(0,n.cu)(e,Object.assign({cursor:"pointer",position:"relative"},s)));return(0,n.cu)(`${e} svg`,{position:"absolute",width:"50%",height:"50%",top:0,left:0,right:0,bottom:0,margin:"auto",fill:t}),(0,o.Z)(i,'<svg xmlns="http://www.w3.org/2000/svg" width="95" height="95" viewBox="0 0 94.9 94.9"><path d="M55.9 47.5L94.3 9.1c0.8-0.8 0.8-2.2 0-3L88.8 0.6C88.4 0.2 87.9 0 87.3 0c-0.6 0-1.1 0.2-1.5 0.6L47.5 39 9.1 0.6c-0.8-0.8-2.2-0.8-3 0L0.6 6.1c-0.8 0.8-0.8 2.2 0 3l38.4 38.4L0.6 85.8c-0.8 0.8-0.8 2.2 0 3l5.5 5.5c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l38.4-38.4 38.4 38.4c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l5.5-5.5c0.8-0.8 0.8-2.2 0-3L55.9 47.5z"></path></svg>'),i}},3007:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(450);const o=()=>(0,n.ZF)("darkmode")},5467:(e,t,s)=>{"use strict";s.d(t,{P:()=>i,q:()=>a});var n=s(6539),o=s(2443);let r;const i=()=>r||(0,n.Z)("rekid"),a=e=>{(0,o.Z)("rekid",e),r=e}},975:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(()=>{let e=!0;try{e=window.self===window.top}catch(t){e=!1}return e})()},9634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const{navigator:n}=window,o=n&&(n.connection||n.mozConnection||n.webkitConnection)||!1},450:(e,t,s)=>{"use strict";s.d(t,{Kl:()=>a,Qj:()=>i,ZF:()=>r});var n=s(6539),o=s(2443);const r=e=>{let t=(0,n.Z)("wp_dot_addparams");return t&&e&&(t=t[e]),t},i=e=>(0,o.Z)("wp_dot_addparams",e),a=e=>{i(Object.assign(r()||{},e))}},1770:(e,t,s)=>{"use strict";s.d(t,{$e:()=>T,G6:()=>p,KD:()=>k,LM:()=>C,N0:()=>E,Pk:()=>y,QT:()=>I,Qt:()=>S,Rf:()=>P,TH:()=>w,TL:()=>u,V8:()=>A,X2:()=>v,YG:()=>_,Zo:()=>b,c3:()=>Z,f0:()=>m,hx:()=>f,i7:()=>d,mL:()=>g,x_:()=>h});var n=s(4841),o=s(6539),r=s(4523),i=s(3205),a=s(2230),c=s(6205);const l=(0,a.Z)("iphone|ipad|ipod"),d=l&&!window.MSStream?(0,a.Z)("crios"):(0,a.Z)("chrome"),u=l&&(0,a.Z)("safari")&&!(0,a.Z)("(CriOS|FxiOS|OPiOS|mercury|chrome)"),p=(0,a.Z)("safari")&&!(0,a.Z)("chrome"),m=l?(0,a.Z)("opios"):(0,a.Z)("opr\\/")||i.Z.o(window.opera),f=l?(0,a.Z)("fxios"):(0,a.Z)("firefox\\/")&&!(0,a.Z)("(compatible|webkit)"),g=(0,a.Z)("iphone|ipad|ipod|macintosh"),h=(()=>{const{userAgent:e}=window.navigator;let t;return r.Z?t=(()=>{const t=/msie (\d+)/i.exec(e);return t?t[1]:(0,a.Z)("trident\\/7\\.0")>0?11:0})():d?t=(0,c.Z)((e.match(/(chrom(?:e|ium)|crios)\/(\d+)/i)||[])[2])||0:f?t=(0,c.Z)((e.match(/firefox\/(\d+)/i)||[])[1])||0:p&&(t=(0,c.Z)((e.match(/version\/(\d+)/i)||[])[1])||0),t})(),A=()=>(0,n.y1)("poczta|profil|pomoc|onelogin"),v=()=>(0,n.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),Z=()=>(0,n.y1)("^money"),b=()=>(0,n.y1)("^nwm_parenting"),w=()=>(0,n.y1)("^nwm_abczdrowie"),y=()=>(0,n.y1)("^magazyn"),S=()=>(0,n.y1)("^sportowefakty"),C=()=>(0,n.y1)("o2_o2_pl"),_=()=>(0,n.y1)("^pudelek|pudelek_pl$"),k=()=>(0,n.y1)("^(sg|sg_mobile)$"),I=()=>!!(0,o.Z)("PAKO"),P=()=>!!(0,o.Z)("wp_amp"),E=()=>(0,n.y1)("^app"),T=()=>(0,n.y1)("^wirtualnaukraina")},1081:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=void 0!==Object.getOwnPropertyDescriptor(window.navigator,"userAgent")},7003:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1774);const o=e=>document.getElementById(e||n.default.bucket)},528:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1081);const o=(0,s(2230).Z)("google|hotjar|ruxit|lighthouse|yandex|pinterest|(bing|apple|moat|petal|ad)bot")&&!n.Z},4523:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(2230).Z)("trident\\/")},8727:(e,t,s)=>{"use strict";s.d(t,{R:()=>a,b:()=>i});var n=s(4841),o=s(6539);let r=!1;const i=()=>{r=!!((0,n.y1)("_m_|_mobile")||(0,o.Z)("wp_mobile")||(0,o.Z)("isMobile"))},a=()=>r},4841:(e,t,s)=>{"use strict";s.d(t,{GD:()=>l,PO:()=>c,W_:()=>i,oO:()=>u,ut:()=>a,y1:()=>d});var n=s(8727),o=s(6539),r=s(2443);const i=()=>(0,o.Z)("wp_sn"),a=e=>{(0,r.Z)("wp_sn",e),(0,n.b)()},c=()=>(i()||"").replace(/(_dynamic)/g,""),l=e=>{const t=e||i();return t&&"unknown"!==t},d=e=>{let t=e;return Array.isArray(t)&&(t=`^(${t.join("|")})$`),new RegExp(t).test(i())},u=()=>{const e=(0,o.Z)("wp_spa_config");if(e){var t,s;const o="mobile"===e.platform||(0,n.R)(),r=null==(t=e[e.platform])||null==(s=t.dot)?void 0:s.base;o?d("_mobile$")||(!i()&&r?a(`${r}_mobile`):a(`${i()}_mobile`)):!i()&&r&&a(r)}}},2230:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>new RegExp(e,"i").test(window.navigator.userAgent)},1386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(1774),o=s(3205),r=s(2621);const i=Object.create(null);n.default.dams=i;const a=(e,t)=>{if(!o.Z.s(e))return;const s=Symbol(e),n=(e=>{let t=!1;const s=new Set,n=e=>{s.delete(e);const{timeout:t,cb:n,info:o}=e;clearTimeout(t),n()};return Object.create(null,{fill:{value:(e,i,a)=>{if(o.Z.f(e)){const o=Object.create(null,{cb:{value:e},info:{value:i}});if(t)n(o);else if(s.add(o),(0,r.Z)(a)){const e=setTimeout((()=>{n(o)}),a);Object.defineProperty(o,"timeout",{value:e})}}}},close:{value:()=>{t=!1}},open:{value:()=>{t=!0;const e=[...s];for(;e.length&&t;)n(e.shift())}},isOpen:{get:()=>t}})})();return t&&n.open(),i[s]=n,n}},5620:(e,t,s)=>{"use strict";s.d(t,{$D:()=>v,B2:()=>a,FJ:()=>d,I:()=>u,IK:()=>l,IN:()=>o,QE:()=>b,U6:()=>f,US:()=>i,YE:()=>p,Yw:()=>h,aX:()=>g,h5:()=>y,j5:()=>c,kQ:()=>w,mv:()=>Z,oQ:()=>r,s4:()=>A,uD:()=>m});var n=s(703);const o=()=>!!(0,n.qm)("tcid"),r=()=>!!(0,n.qm)("tcidma"),i=()=>!!(0,n.qm)("matoken"),a=()=>(o()||r()||!!(0,n.qm)("htmlFile"))&&!(0,n.qm)("tcidf"),c=()=>!!(0,n.qm)("noext"),l=()=>!!(0,n.qm)("novendor")||c(),d=()=>!!(0,n.qm)("noadv")||c()||i(),u=()=>!!(0,n.qm)("nodisplay")||d(),p=()=>!!(0,n.qm)("nodirect")||u(),m=()=>!!(0,n.qm)("nogam")||u()||l(),f=()=>!!(0,n.qm)("noprebid")||u()||l()||a(),g=()=>!!(0,n.qm)("noplayer"),h=()=>!!(0,n.qm)("novideo")||d(),A=()=>!!(0,n.qm)("nodetector"),v=()=>!!(0,n.qm)("nobdc"),Z=()=>!!(0,n.qm)("noasr"),b=()=>"1"===(0,n.qm)("nowave"),w=()=>"1"===(0,n.qm)("nofsc"),y=()=>"1"===(0,n.qm)("noshow")},9460:(e,t,s)=>{"use strict";s.d(t,{DH:()=>k,Hj:()=>C,Hy:()=>S,Ns:()=>O,Um:()=>E,XV:()=>P,ZP:()=>D,_k:()=>_,hT:()=>$,mc:()=>x,nr:()=>I,uU:()=>T,vS:()=>y,vv:()=>L});var n=s(3121),o=s(9853),r=s(1774),i=s(3205);const a="DOMContentLoaded",c="_visible",l="_hidden",d="_resizeend",u="_scrollend",p=Object.create(null),m=Object.create(null),f=Object.create(null),g=Object.create(null),h=Object.create(null);let A=!1;r.default.handlers={isAttached:p,executions:m,executionsDone:f,attachedOnce:g,eventQueue:h};const v=(e,t)=>{const s=h[e];if(s){const n=s.length;let o;for(let r=0;r<n;r+=1)o=g[e]?s.shift():s[r],i.Z.f(o)&&o(t)}g[e]&&(f[e]=!0)},Z=e=>{let t;return s=>{clearTimeout(t),t=setTimeout((()=>{v(e,s)}),100)}},b={[u]:["scroll",Z(u)],[d]:["resize",Z(d)]},w=e=>{const t=h[e],s=b[e];if(null!=t&&t.length&&!p[e]){if(s)C(s[0],s[1]);else{const t=!("scroll"!==e||!A)&&{passive:!0};window.addEventListener(e,m[e],t)}p[e]=!0}else null!=t&&t.length||!p[e]||(s?y(s[0],s[1]):window.removeEventListener(e,m[e]),p[e]=!1)},y=(e,t)=>{((e,t)=>{const s=h[e]||[];if(t&&s){const e=s.indexOf(t);e>-1&&s.splice(e,1)}})(e,t),w(e)},S=()=>/te/.test(document.readyState),C=(e,t,s,o)=>{/^[a-z]+:[a-z]+$/i.test(e)?(0,n._V)(e,t,s,o):((e=>{m[e]||(m[e]=t=>{v(e,t)})})(e),((e,t,s,n)=>{h[e]=h[e]||[];const o=n?"unshift":"push";s&&(g[e]=!0),i.Z.f(t)&&(f[e]?t():h[e][o](t))})(e,t,s,o),w(e))},_=(e,t)=>{C(a,e,!0,t)},k=(e,t)=>{C("resize",e,!1,t)},I=(e,t)=>{C("scroll",e,!1,t)},P=(e,t)=>{C(d,e,!1,t)},E=(e,t)=>{C(u,e,!1,t)},T=(e,t)=>{C("pagehide",e,!1,t)},O=(e,t)=>{C("pageshow",e,!1,t)},L=(e,t)=>{C(c,e,!1,t)},$=(e,t)=>{C(l,e,!1,t)},x=(e,t)=>{C("beforeunload",e,!0,t)},D=()=>{if((0,o.zK)("adtech","PA-272","B"))try{const e=Object.defineProperty({},"passive",{get:()=>(A=!0,!0)});window.addEventListener("_",null,e),window.removeEventListener("_",null,e)}catch(e){}f[a]=S(),document.addEventListener("visibilitychange",(e=>{v(document.hidden?l:c,e)}))}},703:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>i,NB:()=>c,qm:()=>l});var n=s(1774),o=s(6539),r=s(7842);const i=()=>{const{search:e,hash:t}=window.location;return Object.assign((0,r.Z)(e),(0,r.Z)(t),(0,o.Z)("wp_switches"))},a=i();n.default.switches=a;const c=()=>a,l=e=>(0,o.Z)(e,a)||""},4923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5599);const o=e=>{const t=()=>{const s=(0,n.Z)();s?e(s):requestAnimationFrame(t)};return t}},7885:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=`1~${[39,43,55,70,89,108,117,122,143,149,162,167,184,196,202,211,228,241,253,266,272,311,322,326,327,338,385,389,440,448,449,453,482,486,494,495,501,503,505,522,540,574,585,587,588,745,780,867,874,899,904,922,931,981,1031,1092,1099,1107,1126,1127,1171,1205,1215,1248,1252,1286,1290,1301,1329,1419,1456,1465,1516,1548,1558,1564,1577,1653,1725,1844,1859,1878,1889,2013,2068,2072,2137,2145,2177,2179,2216,2299,2312,2359,2373,2377,2411,2504,2510,2544,2567,2571,2583,2589,2604,2605,2634,2657,2707,2729,2739,2797,2822,2827,2867,2874,2886,2887,2889,2901,2908,2911,2923,2939,2956,2973,3009,3025,3033,3053,3076,3077,3078,3108,3124,3128,3130,3194].join(".")}`},780:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),o=s(6733),r=s(1143);const i=()=>{const e="GDPRBar",t=`${e}LoadStart`;(0,r.Z)(t),s.e(599).then(s.bind(s,3054)).then((({default:s})=>{(0,o.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{(0,o.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,n.Z)(s,"ConsentBar")}))}},517:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(2466),o=s(961),r=s(7265),i=s(2020),a=s(7508),c=s(6205);let l=!1;const d=()=>(()=>{const{purposeConsents:e,vendorConsents:t}=(0,r.SU)();return e.size>0&&t.size>0})()&&(0,o.BF)("mr","TP")&&(0,o.BF)("mr"),u=()=>{const e=(0,c.Z)((0,a.Z)(n.Dc)),t=!d();i.default.today=Math.floor(Date.now()/864e5);const s=(!e||i.default.today>e)&&t&&!l;return s&&(l=!0),s}},2020:(e,t,s)=>{"use strict";s.d(t,{default:()=>n});const n=Object.create(null)},846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r,e:()=>o});const n=(0,s(1386).Z)("Consent"),o=()=>{setTimeout((()=>n.open()),16)},r=n},2466:(e,t,s)=>{"use strict";s.d(t,{Dc:()=>n,le:()=>r,q2:()=>o});const n="WPtcsb",o="WPdp",r="WPtcs2"},1361:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(1467),o=s(5394),r=s(846),i=s(6733),a=s(1143);const c=()=>{(0,n.b)("formViewLoad");const e="GDPRBoard",t=`${e}LoadStart`;(0,a.Z)(t),s.e(599).then(s.bind(s,5489)).then((({default:s})=>{(0,i.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{r.Z.open(),(0,i.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,o.Z)(s,"ConsentForm")}))}},5090:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>e&&Date.now()-e>33696e6},1747:(e,t,s)=>{"use strict";s.d(t,{C:()=>u,M:()=>d});var n=s(4462),o=s(9627),r=s(7550),i=s(9349),a=s(2264);const c=(e,t)=>{if(!(0,r.Z)(e)||!(0,r.Z)(t))return"";const s=t.length,n=e.length;let o="";for(let r=0;r<n;r+=1){const n=e.charCodeAt(r),i=t.charCodeAt(r%s);o+=String.fromCharCode(n^i)}return o},l=3,d=e=>{if((0,o.Z)(e)){const t=(0,a.Z)(e),{keybase:s=(0,n.Nu)(l,36,!0)}=t;delete t.keybase;try{const e=s+btoa(c(JSON.stringify(t),s));if(t.keybase=s,(0,r.Z)(e))return e}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}},u=e=>{if((0,r.Z)(e)){const t=e.slice(0,l),s=e.slice(l);try{const e=JSON.parse(c(atob(decodeURIComponent(s)),t));if((0,o.Z)(e))return e.keybase=t,(0,a.Z)(e)}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}}},961:(e,t,s)=>{"use strict";s.d(t,{$C:()=>S,BF:()=>y,Ld:()=>A,U2:()=>b,a1:()=>h,gf:()=>C,rl:()=>g,t8:()=>w,uB:()=>v});var n=s(5090),o=s(9627),r=s(2264);const i="WPM",a=[i,"GWP","TP"],c="[1,2,3,4,5,6,7,8,9,10]",l={[i]:c,GWP:c,TP:"[1]"},d={};let u=!1,p=!1,m=!1,f=!1;const g=()=>u,h=()=>m,A=e=>{u=e},v=()=>d,Z=(e=i,t)=>(t&&(d[e]=d[e]||{}),d[e]),b=(e,t=i)=>{const s=Z(t);if(s)return s[e]},w=(e,t,s=i)=>{const n=Z(s,!0);n[e]!==t&&("mr"!==e&&"ck"!==e||(e=>{Z(e,!0).ts=Date.now()})(s),n[e]=t,p&&f&&A(!0))},y=(e,t=i)=>2===b(e,t),S=()=>Math.min(...a.map((e=>b("ts",e)))),C=e=>{if((0,o.Z)(e)){JSON.stringify((0,r.Z)(d))!==JSON.stringify((0,r.Z)(e))&&f&&(u=!0),Object.assign(d,e)}a.forEach((e=>{y("mr",e)&&w("cspid",l[e],e)})),f=!0;(0,n.Z)(S())&&(m=!0)};a.forEach((e=>{w("mr",0,e),w("ck",0,e)})),p=!0,f=!1},7422:(e,t,s)=>{"use strict";s.d(t,{Z:()=>m});var n=s(4298),o=s(961),r=s(7265);const i=e=>{const t=new n.gI(e);return t.cmpId=72,t.cmpVersion=2,t.consentScreen=2,t.consentLanguage="pl",t.publisherCountryCode="PL",t.isServiceSpecific=!0,t};var a=s(5394),c=s(1467),l=s(5090);const d=(e,t,s)=>{const{created:n}=e,a=n.getTime();if((0,l.Z)(a)){(0,r.GD)(!0),(0,r.Fn)(null),(0,r.jL)(void 0);const e=i(t),n=void 0;return(0,c.b)("expired",{created:a}),(0,r.Ev)(s,"expired"),{tcModel:e,tcString:n}}a-(0,o.$C)()>6e4&&((0,o.t8)("ts",a,"WPM"),(0,o.t8)("ts",a,"GWP"),(0,o.t8)("ts",a,"TP"))};var u=s(7550);const p=(e=!1)=>{const t=(0,r.do)(),s=(0,r.qO)();s&&s.update(e?"":t||"",e)},m=(e,t,s,c,l,m,f)=>{let g,h,A,v=!0;t?(0,o.BF)("mr","TP")&&(A=l):(v=s,v&&(A=l));if(c!==(0,r.do)()){if(v){h=c;try{if(t){const e=(0,r.h)();if((0,u.Z)(h)){g=n.E9.decode(h),e&&(g.gvl=e);const t=d(g,e,f);t&&({tcModel:g,tcString:h}=t)}else g=i(e)}else(0,u.Z)(h)&&(g=n.E9.decode(h))}catch(e){(0,a.Z)(e,"TCModel")}}(0,r.jL)(h),(0,r.Fn)(g)}e&&(0,r.hU)(e),(0,r.R4)(v),(0,r.T6)(A),p(m)}},7265:(e,t,s)=>{"use strict";s.d(t,{Ev:()=>P,Fn:()=>f,GD:()=>k,KC:()=>_,R4:()=>p,SU:()=>m,T6:()=>b,_3:()=>S,cG:()=>Z,do:()=>w,h:()=>A,hU:()=>C,jL:()=>y,kG:()=>I,qO:()=>g,u6:()=>h,wH:()=>v,zC:()=>u});var n=s(1774);let o=!0,r=!1,i=!1,a="",c="";const l={gvl:void 0,cmpapi:void 0,tcModel:null},d={};n.default.vendorsState=l;const u=()=>o,p=e=>{o=e},m=()=>l.tcModel,f=e=>{l.tcModel=e},g=()=>l.cmpapi,h=e=>{l.cmpapi=e},A=()=>l.gvl,v=e=>{l.gvl=e},Z=()=>a,b=e=>{a=e},w=()=>c,y=e=>{c=e},S=()=>r,C=e=>{r=e},_=()=>i,k=e=>{i=e},I=()=>d,P=(e="default",t)=>{d[e]=t}},1467:(e,t,s)=>{"use strict";s.d(t,{A:()=>a,b:()=>c});var n=s(7265),o=s(2890),r=s(1774),i=s(4769);const a={tcf:2};r.default.mode&&(a.devel=1);const c=(e,t)=>{var s;const r=Object.assign({},t,a,{gvl:(null==(s=(0,n.SU)())?void 0:s.vendorListVersion)||-1,time:Math.round((0,o.zO)())});(0,i.Z)(void 0,r,`gdpr_${e}`,{useLink:!0})}},5301:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),o=s(1747),r=s(7265),i=s(961),a=s(919),c=s(4596),l=s(7508),d=s(2040),u=s(2840);const p=()=>new Promise((e=>{const t={},s=(0,l.Z)(n.le),p=(0,c.Z)(n.le),m=(0,l.Z)(n.q2),f=(0,c.Z)(n.q2);let g,h;s&&!p&&(g=!0),m&&!f&&(h=!0),((0,i.rl)()||h)&&((0,i.Ld)(!1),t[n.q2]=(0,o.M)((0,i.uB)())),((0,r._3)()||g)&&((0,r.hU)(!1),t[n.le]=(0,r.do)()),(0,u.Z)(t),a.pt?e():d.Z.set(t,e)}))},3448:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7265),o=s(4064);const r=(e,t)=>{const s=(0,n.SU)();let r=!1;if(s){const{vendorConsents:n,vendorLegitimateInterests:i}=s;r=(n.has(e)||i.has(e))&&(0,o.Z)(t)}return r}},4064:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7265);const o=e=>{const t=(0,n.SU)();let s=!1;if(t){const{purposeConsents:n,purposeLegitimateInterests:o}=t;s=e.filter((e=>n.has(e)||o.has(e))).length===e.length}return s}},309:(e,t,s)=>{"use strict";s.d(t,{default:()=>o});const n=(0,s(4443).Z)();n.name="__tcfapiLocator";const o=n},625:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(7265),o=s(3448),r=s(7550),i=s(3205),a=s(2014);const c=e=>{let t=e;if((0,r.Z)(e)){const s=e=>{if("${GDPR}"===e){const e=(0,n.zC)();return i.Z.u(e)?1:(0,a.Z)(e)}return e.includes("_CONSENT_")?(0,n.do)()||"":e.includes("ADDTL")?(0,n.cG)()||"":e.includes("LIMITED")?(0,a.Z)(!(0,o.Z)(755,[1])):""};t=e.replace(/\$\{(GDPR(_CONSENT_\d+)?|ADDTL_CONSENT|LIMITED_ADS)\}/gi,s)}return t}},2971:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(369),o=s(7795),r=s(3205);const i=(e,t)=>{let s=e;return r.Z.u(s)||(r.Z.o(s)?(0,n.Z)(s,((e,n)=>{(0,o.Z)(n)||""===n||"undefined"===n?delete s[e]:s[e]=i(n,t)})):t&&(s=encodeURIComponent(`${s}`))),s},a=i},7379:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>Object.create(null)},8937:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(4462);const o=e=>{const t=String(e),s=[],o=t.length;let r=0,i=0;for(;r<o;r+=i)i=(0,n.$6)(4)+1,s.push(`${t.slice(r,r+i)}\\2060 `);return`"${s.join("").replace(/\|/g,"\\A ")}"`}},9126:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7795);const o=e=>(0,n.Z)(e)?e:JSON.parse(JSON.stringify(e))},7174:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2395),o=s(5394);const r=(e,t,s,r=!1)=>{try{Object.defineProperty(e,t,{value:s,configurable:r,enumerable:!0})}catch(e){["WP","gaf","prebid"].includes(t)&&(0,n.o)(t,void 0,!0,!0),e.campaign=t,(0,o.Z)(e,"definePropertyHard")}}},619:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t,s)=>{const o=Object.getOwnPropertyDescriptor(e,t);o&&!o.configurable||Object.defineProperty(e,t,{value:s,writable:!0,configurable:!0,enumerable:!n.Z.f(s)}),null!=o&&o.writable&&(e[t]=s)}},853:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s="beforeend")=>{e.insertAdjacentHTML(s,t)}},7159:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e="div")=>document.createElement(e)},4443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7159);const o=()=>{const e=(0,n.Z)("iframe");return e.style.visibility="hidden",e.style.display="none",e}},3354:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7159);const o=(e,t="wpcss",s)=>{const o=s||(0,n.Z)("style");return o.type="text/css",o.dataset.id=t,o.textContent=e,o}},5599:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.body},8488:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7550),o=s(4263);const r=e=>(0,n.Z)(e)?(0,o.Z)(e):e},8842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>getComputedStyle(e)||{}},4491:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.documentElement},5925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5599),o=s(4491);const r=e=>{const t=e||(0,n.Z)()||{},s=e||(0,o.Z)()||{};return Math.max(t.scrollHeight,t.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight)}},9951:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(5925),o=s(5599),r=s(4491);const i=e=>{const t=e||(0,o.Z)()||{},s=e||(0,r.Z)()||{};return Math.max(t.scrollWidth,t.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth)};var a=s(8700),c=s(5253);const l=(e,t)=>{const s=(0,c.Z)(e)&&e.getBoundingClientRect();if(s){const{top:o,left:r}=(0,a.Z)(),c=Object.create(null);return c.top=s.top+o,c.left=s.left+r,t?(c.width=i(e),c.height=(0,n.Z)(e)):(c.width=s.width,c.height=s.height),c.bottom=c.top+c.height,c.right=c.left+c.width,c.x=s.x+r,c.y=s.y+o,c}}},8959:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.head},1162:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>2147483647},1977:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(4263);const o=(e,t,s)=>{const o=(0,n.Z)(e);let r="";return o&&(r=(o.getAttribute(t||"content")||r).slice(0,s||255)),r}},967:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.innerHeight},8700:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>({top:window.pageYOffset,left:window.pageXOffset})},6679:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.innerWidth},5313:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8727),o=s(967),r=s(2014);const i=()=>{const e=(0,r.Z)((0,n.R)()),t=(0,o.Z)();return[[760,900],[600]][e].filter((e=>t>=e)).length}},5253:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5599);const o=e=>e instanceof HTMLElement&&(0,n.Z)()&&(0,n.Z)().contains(e)},9610:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8842);const o=e=>(e.offsetParent||"fixed"===(0,n.Z)(e).position)&&"hidden"!==e.getAttribute("visibility")},5150:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>|<\/script>/gi;let s=e;for(;t.test(s);)s=s.replace(t,"");return s}},4263:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>document["querySelector"+(t?"All":"")](e)},5046:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(369);const o=e=>{(0,n.Z)(e,(t=>{delete e[t]}))}},369:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>{if("[object Object]"===Object.prototype.toString.call(e)){const s=Object.entries(e),{length:n}=s;for(let e=0;e<n;e++){const[n,o]=s[e];t(n,o)}}}},2756:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>(Object.freeze&&Object.freeze(e),e)},1756:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9372),o=s(4263);const r=e=>{const t=(0,o.Z)('link[rel="canonical"]');return(0,n.Z)(null==t?void 0:t.href,e)}},1677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{var t;return null==(t=e[0])||null==t.toJSON?void 0:t.toJSON()}},5212:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9372);const o=e=>(0,n.Z)(window.location.href,e)},6539:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=window)=>{let s;try{s=t[e]}catch(e){console.error(e)}return s}},7842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),o=s(7550),r=s(5150);const i=(e,t,s="&",i)=>{const a={};if((0,o.Z)(e)){e.replace(/(^[?#])/,"").split(s).forEach((e=>{const s=e.split("=");if(s.length>0){const[e,c]=s,l=e.trim(),d=c&&decodeURIComponent(c.trim());(0,n.Z)(t)&&!t.includes(l)||(0,o.Z)(l)&&((0,o.Z)(d)||i)&&(a[l]=(0,r.Z)(d)||"")}}))}return a}},9372:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>e?e.slice(0,t||500):""},7741:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8012),o=s(2497),r=s(9349);const i=(e,t,s=!1)=>(0,o.Z)(t)?s?e<t:e>=t:!t&&!(0,n.Z)(t)||((0,r.Z)(`Given date ${t} has incorrect format.`,"error"),!1),a=(e,t,s)=>{const n=i(e,t),o=i(e,s,!0);return n&&o}},1133:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=0)=>Array.isArray(e)&&(t>0?e.length===t:e.length>0)},9627:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9386);const o=e=>(0,n.Z)(e)&&Object.keys(e).length>0},7550:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t=0)=>n.Z.s(e)&&(t>0?e.length===t:e.length>0)},8917:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=e=>n.Z.n(e)&&isFinite(e)},2617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"runAdAuction"in window.navigator},1027:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&Math.floor(e)===e},8012:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null!==e&&(e!=e||+e!=e)},7795:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null==e},9386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7795),o=s(3205);const r=e=>!(0,n.Z)(e)&&o.Z.o(e)&&!Array.isArray(e)},3205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=(e,t)=>typeof e===t;[["u","undefined"],["s","string"],["b","boolean"],["n","number"],["g","bigint"],["o","object"],["f","function"],["m","symbol"]].forEach((e=>{n[e[0]]=t=>n(t,e[1])}));const o=n},2621:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&e>0},2497:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1027);const o=e=>(0,n.Z)(e)&&e>0},552:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7506),o=s(7550),r=s(3205);const i=(e="",t="",s="",i,a)=>{let c=e,l=s;return r.Z.n(l)&&(l=`${l}`),(0,o.Z)(c)?a?(/\?/.test(c)||(c+="?"),/(\?|&)$/.test(c)||(c+="&")):"?"!==c.slice(-1)&&(c+="&"):c="",(0,o.Z)(t)&&(c+=t,(0,o.Z)(l)&&(c+=`=${(0,n.Z)(l,i)}`)),c}},7506:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=!1)=>t?encodeURIComponent(e):e},4033:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7506),o=s(369),r=s(7795),i=s(3205);const a=(e,t,s)=>{const a=[];return e&&(i.Z.o(e)?(0,o.Z)(e,((e,o)=>{(0,r.Z)(o)||""===o&&!s||a.push(`${(0,n.Z)(e,t)}=${(0,n.Z)(o,t)}`)})):i.Z.s(e)&&a.push(e)),a.join("&")}},9384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>{let t={href:e};if((0,n.Z)(e))if(window.URL)try{t=new window.URL(e)}catch(e){}else{const s=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);s&&([,t.protocol,t.host,t.hostname,t.port,t.pathname,t.search,t.hash]=s)}else t.href="";return t}},7384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const{search:t,hash:s}=window.location,n=new RegExp(`[#?&](${e})(?:=([^&?=#]*))?([&?]|$)`);let o;return t&&(o=t.match(n)),!o&&s&&(o=s.match(n)),o}},4462:(e,t,s)=>{"use strict";s.d(t,{$6:()=>a,Nu:()=>c,f_:()=>i,vj:()=>l});var n=s(3205),o=s(6205);let r;const i=()=>r,a=(e,t,s)=>{const i=(0,o.Z)(e),a=t?((e=8)=>{var t;if(!n.Z.f(null==(t=window.crypto)?void 0:t.getRandomValues))return Math.random();const s=[8,16,32].includes(e)?e:8,o=new window[`Uint${s}Array`](1),[r]=window.crypto.getRandomValues(o);return r/2**s})():(e=>{const t=Math.random();return e&&(r=t),t})(s);return Math.floor(a*i)},c=(e=10,t=!1,s=!1)=>{const n=!0===t?16:t||10;let o="";for(s&&(o=String.fromCharCode(a(26)+97));o.length<e;)o+=Math.random().toString(n).slice(2),o=o.slice(0,e);return o},l=(e=100)=>0===a(e)},1384:(e,t,s)=>{"use strict";s.d(t,{DO:()=>a,ac:()=>l,qL:()=>c});var n=s(1114),o=s(7174);const r=Object.create(null),i=(e,t,s=!1)=>{(0,o.Z)(n.WP,e,t,s),r[e]=t},a=(e,t)=>{i(e,t,!0)},c=(e,t)=>{i(e,t)},l=e=>r[e]},7560:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>{if((0,n.Z)(e))try{return JSON.parse(e)}catch(e){}}},6342:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),o=s(3205),r=s(9349);const i=(e,t=!0)=>{if(!(0,n.Z)(e)||e.some((e=>!o.Z.f(e))))return void(0,r.Z)("Invalid promise chain to run sequentially",!0);const s=[],i=(e,t)=>(s.push({resolved:t,rejected:!t,returned:e}),Promise.resolve(e)),a=e=>i(e,!0),c=e=>i(e,!1);return e.map((e=>(...t)=>e(...t))).reduce(((e,s)=>{const n=e.then(s).then(a);return t?n:n.catch(c)}),Promise.resolve()).catch(c).then((()=>s))}},2443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(619);const o=(e,t,s=window)=>{(0,n.Z)(s,e,t)}},2264:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627);const o=e=>{if((0,n.Z)(e)){const t={};return Object.keys(e).sort().forEach((s=>{t[s]=o(e[s])})),t}return e},r=o},919:(e,t,s)=>{"use strict";s.d(t,{FT:()=>r,Ny:()=>a,pt:()=>i});var n=s(2501);const o=/\./g,r=(e="localhost")=>new RegExp(e.replace(o,"\\.")).test(window.location.hostname),i="www.wp.pl"===window.location.hostname,a="wp.pl"===(0,n.Z)()},2014:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(6205);const r=e=>n.Z.b(e)?+e:(0,o.Z)(e)>0?1:0},6205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>parseInt(e,10)||0},4640:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8917),o=s(3205);const r=e=>o.Z.s(e)?e.trim():(0,n.Z)(e)?e:void 0,i=e=>[].concat(e).map(r).filter((e=>!!e||0===e))},9138:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={"%20":" ","%2C":",","%3B":";","%3D":"="},o=(e="")=>String(e).replace(/%(20|2C|3B|3D)/gi,(e=>n[e]))},5888:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=Date.now();return new Date(t+1e3*e*60)}},7902:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(9138),o=s(2226),r=s(7550);const i=()=>{const e={};if((0,o.Z)()){const t=document.cookie;(0,r.Z)(t)&&t.split("; ").forEach((t=>{const s=t.indexOf("="),o=decodeURIComponent(t.slice(0,s)),r=(0,n.Z)(t.slice(s+1));e[o]=r}))}return e}},4596:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9138),o=s(2226);const r=e=>{if((0,o.Z)()){const t=document.cookie.match(`(^|;)\\s*${decodeURIComponent(e)}\\s*=\\s*([^;]+)`);return t?(0,n.Z)(t.pop()):null}return null}},2501:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=window.location.hostname.split(".").slice(-2).join("."),o=()=>n},2226:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});let n=!1;try{const e="_X_=1",t="; SameSite=None; Secure";document.cookie=e+t;const s=-1!==document.cookie.indexOf(e);document.cookie=`${e}; expires=Thu, 01-Jan-1970 00:00:01 GMT${t}`,n=s}catch(e){}const o=()=>n},3298:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5888);const o=()=>(0,n.Z)(561600)},9175:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(4464);const r=e=>(0,o.Z)(e,"/",(0,n.Z)())},4464:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5330);const o=(e,t="/",s)=>{const o=new Date;return o.setYear(0),(0,n.Z)(e,"",o,t,s)}},9062:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(5330);const r=(e,t,s)=>(0,o.Z)(e,t,s,"/",(0,n.Z)())},5330:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});const n={" ":"%20",",":"%2C",";":"%3B"},o=(e="")=>String(e).replace(/[\s,;]/gi,(e=>n[e])),r=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,window.escape);var i=s(2226),a=s(7550),c=s(7795),l=s(3298);const d=(e,t,s=(0,l.Z)(),n="/",d)=>{if((0,i.Z)()&&(0,a.Z)(e)&&!(0,c.Z)(t)){let i=`${r(e)}=${o(t)}`;return i+=s?`;expires=${s.toUTCString()}`:"",i+=n?`;path=${n}`:"",i+=d?`;domain=${d}`:"",i+="; SameSite=None; Secure",document.cookie=i,!0}}},2419:(e,t,s)=>{"use strict";s.d(t,{$n:()=>n,LH:()=>i,OL:()=>r,aW:()=>o});const n="Missing action.",o="Field 'name' can not be empty.",r="Argument 'names' must be an array.",i="Argument 'values' must be a plain object."},2555:(e,t,s)=>{"use strict";s.d(t,{Z:()=>q});var n=s(3205);const o={},r=(e,t,s)=>{if(e)return e[t]||s&&(e[t]=s),e[t]};var i=s(703),a=s(6730),c=s(4462),l=s(4024),d=s(7550),u=s(7560);const p=e=>{if((0,d.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)return(0,u.Z)(t[1])}};var m=s(6918),f=s(1774),g=s(9627);const h=e=>{if((0,g.Z)(e))try{return`wphub://${JSON.stringify(e)}`}catch(e){}};var A=s(1530),v=s(4211),Z=s(1143),b=s(9384),w=s(4429);const y=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|benchmark|dcwp|dobregry|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|genialne|homebook|jastrzabpost|kafeteria|kardiolo|kazimierzdolny|kredytomat|komorkomania|last-minute|medycyna24|money|nocowanie|nowyosobowy|o2|parenting|parklot|polygamia|popularne|pudelek|pysznosci|smaczneblogi|so-magazyn|superauto|testwiedzy|totalmoney|vibez|wakacje|wp|wpext|money2money\.com)\.pl|(audioteka|nerwica|mazury|17bankow)\.com|(open)\.fm|(nocowanie)\.(sk|eu)|localhost)$/i,S=e=>y.test(e),C="HubAPI",_=window.location.origin,k=[],I=[];f.default.hubData=I;let P,E,T,O,L,$=!1,x=!1,D=!1;const j=e=>{const{method:t,action:s}=e;I.push(e),"hub"===t?"ready"===s&&((0,A.Z)("HUB",!0),(0,Z.Z)(`${C}Ready`),x=!0,clearTimeout(O),N()):(e=>{const{method:t,hash:s,action:n}=e,i=r(o,t),a=r(i,s),c=r(a,n);if(c)for(;c.length;)c.shift()(e)})(e)},R=e=>{e.hash=(0,c.Nu)(6,16,!0),(e=>{const{method:t,hash:s,action:i,cb:a}=e,c=r(o,t,{}),l=r(c,s,{}),d=r(l,i,[]);n.Z.f(a)&&!d.includes(a)&&d.push(a)})(e),x?T.postMessage(h(e),L):D?((0,w.Z)(e,P),j(e)):($||($=!0,F()),k.push(e))},N=()=>{for(;k.length;)R(k.shift())},M=e=>{if(e.origin===L){const t=p(e.data);t&&j(t)}},V=e=>{D||((0,A.Z)("HUB",!1),window.removeEventListener("message",M),clearTimeout(O),x=!1,D=!0,P=(null==e?void 0:e.message)||"blocked",(0,Z.Z)(`${C}Error`),T=!1,N(),(0,m.Z)({message:C,fileName:e.message,path:_},1e4))},B=(e,t)=>{clearTimeout(O),O=setTimeout((()=>{(0,Z.Z)(`${C}${e}`),V({message:t})}),5e3)},U=()=>{B("WindowTimeout","Not responding"),(0,Z.Z)(`${C}Load`);T=E.contentWindow,T.postMessage(h({method:"hub",action:"check"}),L)},F=()=>{if(!E)if(S(_)){const e=(0,i.qm)("_bb"),t=(0,i.qm)("debug"),s=t&&`?debug=${t}`||"",n=(0,l.Z)(f.default.bucket,f.default.branch,"hub",f.default.mode,"html",f.default.canary),o=e?n+s:(0,a.mess)(n+s,!1,!0,"application","search","www.wp.pl");window.addEventListener("message",M),L=`https://${(0,b.Z)(o).hostname}`,E=(0,v.Z)({src:o,onLoad:U,onError:V}),B("RequestTimeout","Request timeout")}else V({message:"Hub on disallowed origin"})},q=R},2040:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(919),o=s(2226),r=s(6570),i=s(7989),a=s(2419),c=s(2942),l=s(3205),d=s(1133),u=s(9175),p=s(5865);const m=(e,t)=>{const{useCookie:s,useStorage:n}=(0,i.Z)(t);(0,d.Z)(e)&&e.forEach((e=>{s&&(0,u.Z)(e),n&&(0,p.Z)(e)}))};var f=s(4429),g=s(2840);const h=(e,t)=>{const{action:s,names:n,type:o,values:r={}}=e;switch(s){case"set":l.Z.o(r)?((0,g.Z)(r,o),e.names=Object.keys(r)):(0,f.Z)(e,a.LH);break;case"get":Array.isArray(n)?e.values=(0,c.Z)(n,o):(0,f.Z)(e,a.OL);break;case"remove":Array.isArray(n)?m(n,o):(0,f.Z)(e,a.OL);break;default:(0,f.Z)(e,a.$n)}l.Z.f(t)&&t(e)};var A=s(3675);const v=(0,o.Z)()||(0,r.Z)(),Z=(e,t,s,o,r)=>{const a={method:"record",action:e,names:t,values:o,cb:s,type:r},{useStorage:c}=(0,i.Z)(r),l=c?n.pt:n.Ny;(0,A.Z)(a,s,v,l,h,"LocalStorage & Cookie")},b={set:(e,t,s)=>{Z("set",void 0,t,e,s)},get:(e,t,s)=>{Z("get",e,t,void 0,s)},remove:(e,t,s)=>{Z("remove",e,t,void 0,s)}}},2942:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7902),o=s(9846),r=s(1133),i=s(7989);const a=(e,t)=>{const{useCookie:s,useStorage:a}=(0,i.Z)(t);if((0,r.Z)(e)){const t=Object.assign({},s&&(0,n.Z)(),a&&(0,o.Z)());return Object.fromEntries(e.map((e=>[e,t[e]||null])))}}},7989:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>({useCookie:!e||"cookie"===e,useStorage:!e||"storage"===e})},2840:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(7265),o=s(6918),r=s(369),i=s(7550),a=s(8917),c=s(7989),l=s(9062),d=s(4634);const u=(e,t)=>{const{useCookie:s,useStorage:u}=(0,c.Z)(t);(0,r.Z)(e,((e,t)=>{s&&(0,l.Z)(e,t),u&&(0,d.Z)(e,t);(0,i.Z)(t)||(0,a.Z)(t)||"WPtcs2"===e&&(0,o.Z)({message:"saveConsent",path:JSON.stringify((0,n.kG)()),fileName:`${`${t}`.substring(0,20)}:${typeof t}`},1)}))}},3675:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(2555),o=s(3205),r=s(4429);const i=(e,t,s)=>{(0,r.Z)(e,`${t} API is not supported.`),o.Z.f(s)&&s(e)},a=(e,t,s,o,r,a)=>{s?o?r(e,t):(0,n.Z)(e):i(e,a,t)}},4429:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>{e.error=1,e.message=t}},8393:(e,t,s)=>{"use strict";s.d(t,{default:()=>v});var n=s(919),o=s(6570),r=s(3675),i=s(2419),a=s(68),c=s(7508),l=s(7550),d=s(3205),u=s(5865),p=s(9026),m=s(4429),f=s(4634);const g=(e,t)=>{const{action:s,name:n,value:o}=e;if((0,l.Z)(n))switch(s){case"set":(0,f.Z)(n,o);break;case"setEncoded":(0,p.Z)(n,o);break;case"get":e.value=(0,c.Z)(n);break;case"getEncoded":e.value=(0,a.Z)(n);break;case"remove":(0,u.Z)(n);break;default:(0,m.Z)(e,i.$n)}else(0,m.Z)(e,i.aW);d.Z.f(t)&&t(e)},h=(0,o.Z)(),A=(e,t,s,o)=>{const i={method:"storage",action:e,name:t,value:o,cb:s};(0,r.Z)(i,s,h,n.pt,g,"LocalStorage")},v={get:(e,t)=>{A("get",e,t)},getEncoded:(e,t)=>{A("getEncoded",e,t)},set:(e,t,s)=>{A("set",e,s,t)},setEncoded:(e,t,s)=>{A("setEncoded",e,s,t)},remove:(e,t)=>{A("remove",e,t)}}},9846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=()=>(0,n.Z)()?Object.assign({},window.localStorage):{}},68:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7508),r=s(9627);const i=e=>{const t=(0,o.Z)(e),s=(0,n.C)(t);if((0,r.Z)(s))return s}},7508:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{if((0,n.Z)())return window.localStorage.getItem(e)}},6570:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});let n=!1;try{const e="_X_",t=window.localStorage;t.setItem(e,e),t.removeItem(e),n=!0}catch(e){}const o=()=>n},5865:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{(0,n.Z)()&&window.localStorage.removeItem(e)}},9026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7550),r=s(4634);const i=(e,t)=>{const s=(0,n.M)(t);(0,o.Z)(s)&&(0,r.Z)(e,s)}},4634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6570),o=s(7550),r=s(3205),i=s(5865);const a=e=>{if((0,n.Z)()){const t=window.localStorage,s=()=>Object.entries(t).reduce(((e,[t,s])=>e+t.length+s.length),0),n=Object.keys(t);if(n.length){const t=s();n.filter((e=>(0,o.Z)(e)&&!e.toLowerCase().startsWith("wp"))).forEach(i.Z);if(t!==s()&&r.Z.f(e))return e()}}};var c=s(7795);const l=(e,t)=>{if((0,n.Z)()&&(0,o.Z)(e)&&!(0,c.Z)(t)){const s=window.localStorage;try{s.setItem(e,t)}catch(n){22!==n.code&&1024!==n.code||a((()=>{s.setItem(e,t)}))}}}},3754:(e,t,s)=>{"use strict";s.d(t,{J:()=>r,Q:()=>i});var n=s(7952);let o;const r=()=>o,i=e=>{const t=(0,n.Rn)();o=t&&e?t===e?4:3:e?2:t?1:0}},9982:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(919),o=s(2942),r=s(2040);const i=e=>new Promise((t=>{if(n.Ny)t();else{const s=(0,o.Z)(e,"cookie");r.Z.set(s,t,"cookie")}}))},4211:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(4443),o=s(8959),r=s(3205),i=s(2621);const a=e=>{const{src:t,onLoad:s,onError:a,onTimeout:c,timeout:l}=e,d=(0,n.Z)();let u;const p=()=>{d.onerror=null,d.onload=null,clearTimeout(u)};return(0,i.Z)(l)&&(u=setTimeout((()=>{r.Z.f(c)&&c(),p(),d.remove(),d.src=""}),l)),d.onerror=e=>{r.Z.f(a)&&a(e),p()},d.onload=e=>{r.Z.f(s)&&s(e),p()},d.src=t,(0,o.Z)().appendChild(d),d}},204:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(2621);const r=e=>{const{src:t,onError:s,onLoad:r,onTimeout:i,timeout:a}=e,c=new Image;let l;const d=()=>{c.onerror=null,c.onload=null,clearTimeout(l)};(0,o.Z)(a)&&(l=setTimeout((()=>{n.Z.f(i)&&i(),d(),c.src=""}),a)),c.onerror=e=>{n.Z.f(s)&&s(e),d()},c.onload=e=>{n.Z.f(r)&&r(e),d()};try{c.src=t}catch(e){n.Z.f(s)&&s(e),d()}return c}},5068:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(7159),o=s(1774),r=s(6733),i=s(8959),a=s(7550),c=s(3205),l=s(1143);const d=()=>{},u=new Map;o.default.scriptStore=u;const p=(e,t,s,o,p,m,f,g,h,A,v,Z,b,w)=>{if(c.Z.o(e)&&({id:s,target:v,timeout:h,sync:o,defer:g,remove:f,charset:A,dam:w,crossorigin:m,onError:p,onLoad:t,onTimeout:Z,src:e,withMeasurement:b}=e),(0,a.Z)(e)){!0===m&&(m="anonymous"),A||(A="utf-8"),v||(v=(0,i.Z)());const{script:y,run:S}=((e,t,s,o,i,c,d,u,p)=>{const m=(0,n.Z)("script");return{script:m,run:()=>new Promise(((n,f)=>{m.onload=()=>{u&&(0,r.Z)(`${u}LoadTiming`,`${u}Load`,`${u}Loaded`),n()},m.onerror=f,m.charset=e,p?p.fill((()=>{m.src=s})):m.src=s,o&&(m.setAttribute("crossorigin",o),m.crossOrigin=o),(0,a.Z)(t)&&(m.id=t),i||(m.async=1),c&&(m.defer=1),u&&(0,l.Z)(`${u}Load`),d.appendChild(m)}))}})(A,s,e,m,o,g,v,b,w);let C,_=S;if(h&&c.Z.f(Z)&&(_=()=>{const t=new Promise((e=>setTimeout((()=>{e("timeout")}),h)));return Promise.race([S(),t]).then((t=>{if("timeout"!==t)return t;Z(e)}))}),(0,a.Z)(s)){const e=u.get(s);e?C=e:(C=_(),u.set(s,C))}else C=_();return c.Z.f(p)&&C.catch((()=>{p(e)})),c.Z.f(t)&&C.then((()=>{t(e)})).catch(d),f&&(C.catch((()=>{y.remove()})),C.then((()=>{y.remove()})).catch(d)),y}}},6901:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7159),o=s(8959),r=s(3205);const i=(e,t,s,i,a)=>{if(r.Z.o(e)&&(({crossorigin:i,onError:s,onLoad:t,remove:a}=e),({src:e}=e)),e){const c=(0,n.Z)("link");c.rel="stylesheet",c.type="text/css",a&&(c.media="none"),i&&(!0===i&&(i="anonymous"),c.setAttribute("crossorigin",i),c.crossOrigin=i),c.onload=()=>{r.Z.f(t)&&t(),a&&c.remove()},c.onerror=()=>{r.Z.f(s)&&s(),a&&c.remove()},c.href=e;const l=(0,o.Z)();return l&&l.appendChild(c),c}}},3898:(e,t,s)=>{"use strict";s.d(t,{Z:()=>h});var n=s(5394),o=s(2927),r=s(2466),i=s(2773),a=s(713),c=s(7516),l=s(1144),d=s(8403),u=s(2948),p=s(5435),m=s(9333);const f=[...Object.values(i.C),...l.Z,i.i,"ACac2",...a.Z,"BDh","BCwppath","BCo2path","kaflog","tpl","mtpl","OAX","PWA_adbd","rekstaging","RMFL","rvcamps","sgs","STWP","STabid","STimid","STamid","STac","STpage","STabnoid",o.tn,o.pV,"WPabs","WPci","WPsa51",d.Z,"WPaduid",p.Z,c.Z,"ttlStatid",...u.Z,r.q2,r.le,o.VR,"c","wp_dark","wp_dark_c",...m.Z,"__gfp_64b","_X_"],g=new Set,h=(e,t,s,o)=>{const r=!f.includes(e),i=r&&!g.has(e);if(r){if(i){let r;"script"===o&&({stack:r}=new Error),g.add(e),(0,n.Z)({name:"CookieError",message:e,path:o,slot:t.split(";")[0].length,campaign:s,stack:r},"",!0)}return e}}},6406:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(3898),o=s(369),r=s(7902);const i=e=>{const t=(0,r.Z)(),s=[];return(0,o.Z)(t,((t,o)=>{(0,n.Z)(t,o,void 0,e)&&s.push(t)})),s}},3203:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1564),o=s(9454);const r=(e,t=1)=>{if((0,o.Z)(e)){const s=n.zq.get(e)||0,o=parseFloat(t);if(isFinite(o)){const t=s+o;n.zq.set(e,t)}}}},6353:(e,t,s)=>{"use strict";s.d(t,{S:()=>r,Y:()=>o});let n=3;const o=()=>n,r=e=>{n=e}},6658:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=e=>Math.max(0,Math.min(100,n.Z.n(e)?e:NaN))},8403:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPpds"},6733:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1143),r=s(1049);const i=(e,t,s)=>{const i=(0,n.bE)(t,"mark");if(null!=i&&i.length){(0,o.Z)(s);const a=(0,n.bE)(s,"mark");null!=a&&a.length&&i[0].startTime<=a[0].startTime&&(0,r.Z)(e,t,s)}}},5394:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627),o=s(1327);const r=(e,t,s)=>{((0,n.Z)(e)||e instanceof Error||e.toString().includes("Error"))&&(0,o.Z)({error:e},t,1,s)}},1327:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(...e)=>(s.e(345).then(s.bind(s,9583)).then((({default:t})=>{t(...e)})).catch((e=>{console.error(e)})),!1)},9454:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9349);const o=/^[a-z][a-z0-9/._-]{5,100}$/i,r=e=>{const t=o.test(e||"");return t||(0,n.Z)(`Invalid measurement name "${e}".`,!0),t}},1143:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1564),r=s(9454);const i=e=>{if((0,r.Z)(e)&&!o.ze.has(e)){(0,o.$T)(e);const s=(0,n.bE)(e,"mark");var t;if(null==s||!s.length)return null==(t=window.performance)||null==t.mark?void 0:t.mark(e)}}},1049:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1564),r=s(9454);const i=(e,t,s)=>{if((0,r.Z)(e)&&(0,r.Z)(t)&&(0,r.Z)(s)&&!o.li.has(e)&&o.ze.has(t)&&o.ze.has(s)){(0,o.OK)(e,t,s);const r=(0,n.bE)(e,"measure");if(null==r||!r.length)try{var i;return null==(i=window.performance)||null==i.measure?void 0:i.measure(e,t,s)}catch(e){}}}},7144:(e,t,s)=>{"use strict";s.d(t,{JV:()=>i,YA:()=>a,_x:()=>r,b4:()=>d,bh:()=>c,e$:()=>l});var n=s(703),o=s(4462);const r=(0,o.vj)(10)||!!(0,n.qm)("performance"),i=r&&(0,o.vj)(1e4),a=r&&((0,o.vj)(1e3)||!!(0,n.qm)("rsp")),c=r&&(0,o.vj)(100),l=r&&((0,o.vj)(100)||!!(0,n.qm)("ckg")),d=r&&(0,o.vj)(10)},6072:(e,t,s)=>{"use strict";s.d(t,{F_:()=>l,Uy:()=>d,eK:()=>c,hk:()=>a});var n=s(1774),o=s(3205);const r=[],i=[];n.default.performanceHandlers={dynamicHandlers:r,staticHandlers:i};const a=e=>{o.Z.f(e)&&r.push(e)},c=e=>{o.Z.f(e)&&i.push(e)},l=e=>{r.forEach((t=>t(e)))},d=e=>{i.forEach((t=>t(e)))}},2890:(e,t,s)=>{"use strict";s.d(t,{bE:()=>i,Cr:()=>a,zO:()=>r});const n=(e,t,s)=>e?(...s)=>e.apply(t,s):s?()=>[]:()=>{},{performance:o={}}=window,r=n(o.now,o),i=n(o.getEntriesByName,o,!0),a=n(o.getEntriesByType,o,!0)},1564:(e,t,s)=>{"use strict";s.d(t,{$T:()=>c,OK:()=>l,TQ:()=>d,li:()=>a,ze:()=>i,zq:()=>r});var n=s(1774),o=s(9454);const r=new Map,i=new Set,a=new Set;n.default.performance={countData:r,markDone:i,measureDone:a};const c=e=>{(0,o.Z)(e)&&i.add(e)},l=(e,t,s)=>{(0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(s)&&(a.add(e),i.add(t),i.add(s))},d=()=>{r.clear(),i.clear(),a.clear();const{performance:e}=window;e.clearMarks&&e.clearMarks(),e.clearMeasures&&e.clearMeasures()}},4190:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),o=s(6733),r=s(1143);const i=(e,t,...s)=>{const i=`WM_${e}`;let a;(0,r.Z)(`${i}Start`);try{a=t(...s)}catch(e){(0,n.Z)(e,i)}return(0,o.Z)(`${i}Timing`,`${i}Start`,`${i}Stop`),a}},8017:()=>{Object.values||(Object.values=e=>Object.keys(e).map((t=>e[t]))),Object.fromEntries||(Object.fromEntries=function(e){return[...e].reduce(((e,{0:t,1:s})=>Object.assign(e,{[t]:s})),{})}),Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),s=t.length,n=new Array(s);s--;)n[s]=[t[s],e[t[s]]];return n})},3381:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5394);const o=(e,t="ProgrammaticError")=>{const s=new Error(e);s.name=t,(0,n.Z)(s)}},1763:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>W,Of:()=>O,mk:()=>B,H7:()=>z,Is:()=>H,uQ:()=>q});var n=s(9374),o=s(3121),r=s(1774);const i=[],a=[];r.default.boxObservations=i,r.default.containerStore=a;var c=s(8161),l=s(5620),d=s(4462),u=s(6918),p=s(8720),m=s(369),f=s(5253);const g=(e,t,s)=>{if((0,f.Z)(t)){const{round:n}=Math,{top:o,left:r}=t.getBoundingClientRect(),{top:i,left:a,width:c,height:l}=e.getBoundingClientRect(),{clientX:d,clientY:u}=s||{};return Object.assign({width:n(c),height:n(l),topX:n(a-r),topY:n(i-o)},s&&{clientX:n(d),clientY:n(u),relativeX:n(d-r),relativeY:n(u-o)})}};var h=s(6539),A=s(9627),v=s(9386),Z=s(3205),b=s(1511);const w={area:{required:["length","areaid"],validated:{sMedium:["areaid"],nPlus:["length"]}},textlink:{required:["url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"],n:["index"]}},teaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},intextTeaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},scrollboost:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},sgTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgFirstTeaser:{required:["url"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"]}},pubTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgTextlink:{required:["teaserid","baseteaserid","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["url"],n:["index"]}},button:{required:["id","index"],validated:{sShort:["id"],n:["index"]}}};w.sgTeaserAd=w.sgTeaser,w.sgTextlinkAd=w.sgTextlink;const y=w;var S=s(5146),C=s(6598);const _="ContentViewability",k="user_actions",I="mousedown";let P,E=0,T=0;const O=()=>E+T,L={name:"contentBoxViewability",method:n.hm,[n.$v]:!1,time:1,percent:50},$=(e,t,s)=>{const n=Number(e),o=!s||n<=s;return/^(0|([1-9]\d*))$/.test(e)&&n>=t&&o},x=(e,[t,s])=>Z.Z.s(e)&&e.length>=t&&e.length<=s,D={n:e=>[$(e,0),"It should be a number equal or greater than 0"],nPlus:e=>[$(e,1),"It should be a number equal or greater than 1"],sShort:e=>[x(e,[3,48]),"It should be a string with 3 to 48 chars"],sMedium:e=>[x(e,[3,128]),"It should be a string with 3 to 128 chars"],sLong:e=>[x(e,[13,512]),"It should be a string with 13 to 512 chars"]},j=e=>{const{type:t}=e||{},s=y[t],n=[];let o="";if((0,v.Z)(e))if(Z.Z.s(t)&&s)if(((e,t,s)=>(s.push(...t.filter((t=>!Object.keys(e).includes(t)))),s))(e,s.required,n).length)o+=`Following required parameters are missing: ${n.join(", ")}. `;else{const{validated:t,required:n}=s;(0,m.Z)(t,(s=>{const r=t[s];for(let t=0;t<r.length;t++){const i=r[t],a=e[i],[c,l]=D[s](a);(Z.Z.u(a)&&n.includes(i)||!Z.Z.u(a)&&!c)&&(o+=`Invalid parameter: { ${i}: ${a} }. ${l} `)}}))}else o+=`Invalid element type. It should be one of the following: ${Object.keys(y).join(", ")}. `;else o+='Invalid parameters structure, "params" should be an object. ';return o},R=({element:e})=>{null!=e&&e.callback&&(e.removeEventListener(I,e.callback),delete e.callback)},N=(e,t,s)=>{const n=i[s],o=s=>{const o=Object.assign({},t,g(e,P,s));(0,C.Z)("click",o,k,null,!0),n.clicked=!0,R(n)};e.addEventListener(I,o),e.callback=o},M=(e,t,s,n)=>{n.callback=n=>{const o=Object.assign({},t,g(e,P));(0,C.Z)("view",o,k),((e,t)=>{const s=a[t];if(s&&!s.viewed){s.viewed=!0;const t=Object.assign({},s.params,g(e,P));(0,C.Z)("view",t,k)}})(e,s)};return(0,b.Z)(e,[n],t.id,!0)},V=(e,t)=>{const s={};return e.forEach((e=>{const n=t[e];Z.Z.u(n)||""===n||!1===n||(s[e]=n)})),s},B=(e,t,s,n={})=>{E=2;const o=((e,t,s)=>{let n;return n=(0,f.Z)(e)?Z.Z.u(s)||Z.Z.n(s)?Z.Z.u(s)||a[s]?j(t):`Container ID=${s} does not exist in the store.`:"Container ID should be a number.":"Given `element` does not exist in the DOM or is not an instance of HTMLElement.",n})(e,t,s);if(o)return(0,u.Z)({message:_,path:"registerBox",fileName:o},100,`${_}.registerBox: ${o}`,"error"),null;const r=Object.assign({},t),p=Object.assign({},L,n),{zeroPoint:m}=r;m&&(P=e);const g=!Z.Z.u(s)&&a[s]&&a[s].params;g&&(r.areaid=g.areaid),(0,h.Z)("wp_sg_first")&&(r.isSGFirst=!0);const v=Object.assign({},V(c.Pw.container,g),V(c.Pw.box,r));if((0,A.Z)(v)&&(e.source=v),(0,l.$D)())return;const b=M(e,r,s,p),w=(0,d.Nu)(8,16);i.push({observationObject:b,element:e,params:r,containerId:s,clicked:!1,id:w});const y=i.length-1;return N(e,r,y),w},U=({element:e})=>(0,p.Z)(e),F=e=>{let t=!1;const s=i[e];if(s){t=!0;const{containerId:o}=s;U(s),delete i[e],n=o,i.some((({containerId:e})=>e===n))||delete a[o]}var n},q=(e,t)=>{let s=null,n="";const{boxObservation:o,storedBoxId:r}=(a=e,{boxObservation:i.find((({id:e}={})=>e===a)),storedBoxId:i.findIndex((({id:e}={})=>e===a))});var a;if(o||(n+=`Observation with id ${e} does not exist.`),!n){const i=o.element;if((0,f.Z)(t)){if((0,S.Z)(i,t)){s=e;const{params:n,element:{source:a,callback:c}={}}=o;c&&N(t,n,r),t.source=a,o.element=t,R({element:i})}else n+="There was an error while replacing node in the Viewability module observation."}else n+=`New element you want to observe is not a correct existing HTML Element. Observation "${e}" was disconnected but none have been added.`}return n&&F(r),s},z=(e,t={})=>{T=1;const s=j(e);if(s)return(0,u.Z)({message:_,path:"registerContainer",fileName:s},100,`${_}.registerContainer: ${s}`,"error"),!1;const n=Object.assign({},e);(0,h.Z)("wp_sg_first")&&(n.isSGFirst=!0),a.push({params:n,viewed:!1});return a.length-1},G=(e,...t)=>{(0,m.Z)(e,(s=>{t.filter((e=>Z.Z.f(e))).forEach((t=>t(e[s]))),delete e[s]}))},H=()=>{G(i,U,R),G(a)},W=()=>{(0,o.aS)(H)}},3121:(e,t,s)=>{"use strict";s.d(t,{Hm:()=>l,ME:()=>p,SG:()=>m,_V:()=>u,aS:()=>f,uz:()=>d,yA:()=>c});var n=s(9126),o=s(1774),r=s(1133),i=s(3205);const a=Object.create(null);o.default.spaHandlers=a;const c=["page:view","page:refresh"],l=(e,t)=>{const s=(0,n.Z)(t),o=a[e];(0,r.Z)(o)&&o.forEach((t=>{i.Z.f(t)&&t(e,s)}))},d=(e,t)=>{const s=a[e];if((0,r.Z)(s)){const e=s.indexOf(t);e>-1&&delete s[e]}},u=(e,t,s,n)=>{if(i.Z.f(t)){const o=n?"unshift":"push",r=a[e]||[];if(s){const s=(...n)=>{t(...n),d(e,s)};r[o](s)}else r[o](t);a[e]=r}},p=(e,t)=>{u("page:view",e,!1,t)},m=(e,t)=>{u("page:refresh",e,!1,t)},f=(e,t)=>{u("page:close",e,!1,t)}},4880:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={0:1,1:3,2:2},o=({button:e})=>n[e]},7715:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(4841),o=s(5467),r=s(2978),i=s(5131),a=s(450),c=s(4447),l=s(806),d=s(369),u=s(7550),p=s(8917),m=s(9349);const f=["data","errorType","message","fileName","stack","lineNumber","colNumber","grabbed","campaign","slot","bunch","path"],g=e=>((0,d.Z)(e,((t,s)=>{f.includes(t)||((0,m.Z)(`Invalid key '${t}' to collect.`,!0),delete e[t]),(0,u.Z)(s)||(0,p.Z)(s)||delete e[t]})),e);var h=s(1774),A=s(4928),v=s(4769),Z=s(2014);const b=(e,t,s={})=>{const d=Object.assign({wpjsSubVer:h.default.subver,isBack:(0,Z.Z)((0,l.b)()),appName:(0,n.PO)(),pageViewType:(0,a.ZF)("ctype")||"index",pageViewCount:(0,c.tR)(),pageViewMode:(0,c.nj)()?"dynamic":"static",platform:(0,r.Hl)(),bunch:(0,o.P)(),ab:(0,i.pB)()},g(e));s.useLink=!0,A.Z.fill((()=>{(0,v.Z)(void 0,d,t,s)}))}},2978:(e,t,s)=>{"use strict";s.d(t,{BB:()=>h,G$:()=>l,H9:()=>f,Hl:()=>Z,Ik:()=>p,O0:()=>d,TH:()=>a,Uk:()=>v,Uv:()=>c,Xp:()=>u,ZP:()=>y,aD:()=>b,bL:()=>A,nJ:()=>g,o2:()=>m,rS:()=>w});var n=s(1770),o=s(919),r=s(4841);let i;const a="ext",c="int",l="pako",d="pwp",u="nwm",p="tech",m="sportowefakty",f="poczta",g="holding",h="ecom",A="av",v="as",Z=()=>i,b=(e=[])=>e.includes(i),w=e=>!b(e),y=()=>{i=(0,r.y1)("^(ext_|mc_|sspbc_)")?a:(0,r.y1)("^as_")?v:(0,r.y1)("^int_")||(0,o.FT)("grupawp.pl$|^(panel|bo).")?c:(0,n.Pk)()?"magazyn":(0,r.y1)("^(wptv|openfm|pilotwp|telewizjawp|programtv|audioteka)")?A:(0,r.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|easygopl|tm_|kredytomat|17bankow|superauto|nowyosobowy|noc_|domodi|allani|homebook|finansowysupermarket|extradompl|radar_okazji")?h:window.TECH||(0,r.y1)("^(dobreprogramy|polygamia|nwm_gadzetomania|tech|nwm_komorkomania|nwm_fotoblogia|nwm_autokult)")&&!(0,o.FT)("forum")?p:(0,r.y1)("^nwm_|kafeteria_pl")?u:(0,r.y1)("o2_o2_pl|pudelek")||(0,n.c3)()?d:(0,n.KD)()?"sg":(0,n.Qt)()?m:(0,n.V8)()?f:(0,o.FT)("(onas|holding|reklama|rekrutacja).wp.pl")?g:(0,n.QT)()?l:"other"}},5216:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5620);const o={fsc:!(0,n.kQ)(),show:!(0,n.h5)(),wave:!(0,n.QE)()},r=e=>o[e]},1144:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["statid","STvisit","BDhs"]},4928:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("DOT")},8299:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2890),o=s(1677);const r=()=>(0,o.Z)((0,n.Cr)("navigation"))},71:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("NextRef",!0)},5786:(e,t,s)=>{"use strict";s.d(t,{Vq:()=>c,hW:()=>l});var n=s(4462),o=s(7550);let r,i,a;const c=()=>a,l=(e,t)=>{r||(i?i=!1:(e&&(i=!0),a=(0,o.Z)(t)?t:(0,n.Nu)(20,!0)))}},4030:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={dotSuccess:0,gemiusSuccess:0,spaOmitFirstView:!1};s(1774).default.pageViewState=n;const o=n},4447:(e,t,s)=>{"use strict";s.d(t,{C:()=>p,I3:()=>f,nj:()=>u,o1:()=>m,oh:()=>g,q6:()=>l,tR:()=>c});var n=s(1501);let o=0,r=0,i=!0,a=!1;const c=()=>r,l=()=>a,d=()=>{a=document.hidden},u=()=>1===o,p=()=>0===o,m=()=>i,f=()=>{i=!1,d(),(0,n.W)(!1)},g=()=>{i=!0,r+=1,d(),r>1&&(o=1)};d()},9350:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(6730),o=s(204),r=s(1133),i=s(7550),a=s(3205),c=s(625),l=s(6342),d=s(4640);let u=Promise.resolve();const p=(e,t=!0,s)=>{const p=(0,d.Z)(e);if((0,r.Z)(p)){const e=p.filter((e=>(0,i.Z)(e))).map((e=>e.replace(/\s/g,""))).filter((e=>(0,i.Z)(e))).map((e=>(0,n.mess)({url:(0,c.Z)(e)})));if(t)e.forEach((e=>(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s()},onError:()=>{a.Z.f(s)&&s()}})));else{const t=e.map((e=>()=>new Promise(((t,n)=>{(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s(),t()},onError:()=>{a.Z.f(s)&&s(),n()}})}))));u=u.then((()=>(0,l.Z)(t,!1)))}}}},3413:(e,t,s)=>{"use strict";s.d(t,{Wg:()=>c,_g:()=>p,bn:()=>u,eu:()=>d,ko:()=>l});var n=s(1774),o=s(7550);let r,i;const a=new Map;n.default.registeredReadTimes=a;const c=()=>a.get(r),l=()=>r,d=(e,t)=>{(0,o.Z)(e)&&!a.has(e)&&(r=e,a.set(r,t))},u=e=>{i=e},p=()=>i},8161:(e,t,s)=>{"use strict";s.d(t,{K7:()=>c,Mn:()=>a,Pw:()=>i});const n=["recommendationType","isSGFirst","areaid"],o=["recommendationType","isSGFirst","teaserid","baseteaserid","index"],r=["abtest","refabtest","WPtcs2","WPdp","statid","WPabs","GRwpuuid","GRo2uuid","GRoluuid","STac"],i={container:n,box:o},a={areaid:"wga_sa",recommendationType:"wga_srt",isSGFirst:"wga_isSgFirst"},c=e=>{const t=[...[...new Set([...o,...n])].map((e=>a[e]||e)),...r].join("|"),s=new RegExp(`\\b(${t})=([^&?=#]*)?&?`,"gi");return e.replace(s,"").replace(/[?&]+$/,"")}},5885:(e,t,s)=>{"use strict";let n;s.d(t,{V:()=>o,Z:()=>r});const o=e=>{n||(n=e)},r=()=>n},9366:(e,t,s)=>{"use strict";s.d(t,{N:()=>a,a:()=>i});var n=s(3205),o=s(4634);let r="";const i=()=>r,a=e=>{n.Z.s(e)&&(r=e,(0,o.Z)("WPcrrf",e))}},6217:(e,t,s)=>{"use strict";s.d(t,{Z:()=>X});var n=s(450),o=s(9366),r=s(8083),i=s(4462),a=s(552),c=s(7331),l=s(5131),d=s(6353),u=s(2863),p=s(1425),m=s(9943),f=s(4447),g=s(2168),h=s(5885),A=s(7626),v=s(7952),Z=s(9853),b=s(6452),w=s(806),y=s(1501),S=s(1770),C=s(1774),_=s(6539),k=s(5313),I=s(2014);const P=e=>{var t,s,n,o;const r=window,i=(0,Z.KF)(),a=(0,m.BD)(),P=(0,m.XG)(),E=(0,A.h)(),T=(0,g.Uu)(),O=(0,_.Z)("wp_abtest_programmatic"),L=(0,h.Z)(),{version:$="",stVersion:x=""}=T,D=(0,u.g1)("testConfig"),{testName:j}=D,R=(0,p.XR)(),N=null==(t=C.default.mods)?void 0:t.ver;(0,S.Rf)()&&(e.amp=1),R&&(e.hem=1),i&&(e.abtest=i),(0,y.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,f.q6)()&&(e.loadHidden=1),[c.CG,c.Lx,c.sp,c.Wj].includes(P)&&(e.inver=P),a&&(e.tagreqid=a),E&&(e.STabnoid=E),(0,v.xI)()||(e.empty_statid=1),(0,w.b)()&&(e.reforig=encodeURIComponent(document.referrer||"empty")),L&&(e.refabtest=L),e.adbd=(0,l.pB)(),e.trpr=(0,I.Z)((0,b.B)()),e.wpjsES6=(0,I.Z)(C.default.es6),e.wpjsVer=C.default.ver,e.uniformVer=C.default.uniformVer,N&&(e.modsVer=N),j&&(e.prgTest=j),O&&(e.prgATest=O),e.prgApiVer=null==(s=r.__prebiddebug__)?void 0:s._ver,e.prebidVer=null==(n=r.pbjs)?void 0:n.version,e.prebidTag=null==(o=r.pbjs)?void 0:o.tag,e.tVer=$,e.stVer=x,e.tVerG="",e.tVerG2="",e.pds=(0,d.Y)(),r.appVersion&&(e.appVer=r.appVersion),e.highLayout=(0,k.Z)()};var E=s(5467),T=s(8727),O=s(5786),L=s(4596),$=s(9521),x=s(7550),D=s(3205);const j=(e={})=>{let t="";t=(0,a.Z)(t,"rekid",e.rekid||(0,E.P)()),t=(0,a.Z)(t,"pvid",e.pvid||(0,O.Vq)()),t=(0,a.Z)(t,"gmid",e.gmid||(0,$.Z)()),t=(0,a.Z)(t,"mb",(0,I.Z)((0,T.R)())),t=(0,a.Z)(t,"dn",(0,I.Z)(D.Z.b(e.dn)?e.dn:(0,f.nj)())),t=(0,a.Z)(t,"v",e.version||"5.4");const s=(0,L.Z)("WPaduid");return(0,x.Z)(s)&&(t=(0,a.Z)(t,"aduid",s)),(0,x.Z)(e.fixCookie)&&(t=(0,a.Z)(t,"fxck",e.fixCookie)),`&${t}`};var R=s(1756),N=s(5212),M=s(9627),V=s(4033),B=s(71),U=s(6730),F=s(204),q=s(6901);const z=e=>{const{queryGET:t,useMimeType:s,useLink:n}=e,[o,r,i]=n?[q.Z,"Link",s&&"css"]:[F.Z,"Image",s&&"gif"];e.method="GET",e.wasSuccess=!0,e.crossorigin="use-credentials",e.remove=!0,e.request=r,e.url=i?(0,a.Z)(t,"rmt",i):t,e.src=(0,U.mess)(e),o(e)},G=window.navigator.sendBeacon&&window.URLSearchParams,H=e=>{if(G&&!(0,l.VP)()){const{queryRAW:t,queryPOST:s}=e;return e.method="POST",e.request="BEACON",e.url=t,navigator.sendBeacon((0,U.mess)(e),new URLSearchParams(s))}},W=e=>{const{onError:t,onLoad:s,queryRAW:n,queryPOST:o}=e;try{e.method="POST",e.request="XHR",e.url=n;const r=new XMLHttpRequest;if(D.Z.b(r.withCredentials))return r.open("POST",(0,U.mess)(e)),r.withCredentials=!0,D.Z.f(t)&&(r.onerror=t),D.Z.f(s)&&(r.onload=s),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.send(o),!0}catch(e){D.Z.f(t)&&t(e)}},K=Math.floor(2e3/1.35),J=e=>{const{queryGET:t,useGET:s,usePOST:n,useBeacon:o}=e;if(o&&(e.wasSuccess=H(e)),!e.wasSuccess){const o=t.length<K||s;!n&&o||(e.wasSuccess=W(e)),e.wasSuccess||z(e)}};var Q=s(4148),Y=s(4677);const X=(e,t,s,c={},l={})=>{const{location:d}=self;if("file:"===d.protocol)return;c.useLink=c.useLink||(0,r.rI)();const{generate:u,give:p,off:m,media:f}=c;let g=l.dotParams||(0,n.ZF)();(0,M.Z)(g)||(g={}),P(g);let h=e,A="",v="";if(u)h=(0,a.Z)(h,"sw","[[SCREEN_WIDTH]]"),h=(0,a.Z)(h,"sh","[[SCREEN_HEIGHT]]"),h=(0,a.Z)(h,"pg","[[HREF]]"),h=(0,a.Z)(h,"rf","[[REFERRER]]"),A=(0,a.Z)(A,"pc","[[CANONICAL]]"),v=(0,a.Z)(h,"pc","[[CANONICAL]]"),A=(0,a.Z)(A,"par","[[PAR_DATA]]"),v=(0,a.Z)(v,"par","[[PAR_DATA]]");else{const{screen:e}=self,n=l.canonical||(0,R.Z)(),r=l.href||(0,N.Z)(),i=l.referrer||(0,o.a)();let c,d;h=(0,a.Z)(h,"sw",e.availWidth||e.width),h=(0,a.Z)(h,"sh",e.availHeight||e.height),h=(0,a.Z)(h,"pg",r,!0),h=(0,a.Z)(h,"rf",i,!0),A=(0,a.Z)(A,"pc",n,!0),v=(0,a.Z)(h,"pc",n,!0);const u=(0,V.Z)(g,!0);t?(c=(0,V.Z)(s,!0),d=t):(c=u,d="par"),"inventory"===t&&(A=(0,a.Z)(A,"par",u,!0),v=(0,a.Z)(v,"par",u,!0)),(0,x.Z)(f)&&(A=(0,a.Z)(A,f),v=(0,a.Z)(v,f)),c&&(A=(0,a.Z)(A,d,c,!0),v=(0,a.Z)(v,d,c,!0))}const Z=`r${u?"[[RAND10]]":(0,i.Nu)()}/`,b=`https://${c.hostname||"dot.wp.pl"}/${Z}`,w=j(l),y=Object.assign(c,{queryRAW:b+h+w,queryGET:b+v+w,queryPOST:A});if(u||p)return y;B.Z.fill((()=>{Y.Z.fill((()=>{Q.Z.push(y),m||J(y)}))}))}},7595:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>["pagehide","beforeunload","visibilitychange"].includes(e)},4769:(e,t,s)=>{"use strict";s.d(t,{V:()=>l,Z:()=>d});var n=s(4841),o=s(552),r=s(5216),i=s(3205),a=s(6217);const c=(e,t,s,c={})=>{let l=c,d="show.gif?";i.Z.o(l)||(l={});const u=e||l.sn||(0,n.W_)(),{generate:p,give:m}=l;if((0,n.GD)(u)||p||m)return p?(d=(0,o.Z)(d,"srv","[[SN]]"),d=(0,o.Z)(d,"action","[[ACTION]]")):(d=(0,o.Z)(d,"srv",u),d=(0,o.Z)(d,"action",s||"default")),l.off=!(0,r.Z)("show"),l.useBeacon=!0,(0,a.Z)(d,void 0,void 0,l,{dotParams:t})},l=()=>c(void 0,void 0,void 0,{generate:!0}),d=c},7626:(e,t,s)=>{"use strict";s.d(t,{h:()=>i,z:()=>a});var n=s(4596),o=s(4464);let r;const i=()=>r,a=()=>{r||(r=(0,n.Z)("STabnoid"),r&&(0,o.Z)("STabnoid"))}},4148:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[];s(1774).default.statData=n;const o=n},7952:(e,t,s)=>{"use strict";s.d(t,{OB:()=>d,Rn:()=>l,YH:()=>p,xI:()=>u});var n=s(9719),o=s(4596),r=s(7550),i=s(4677);let a,c;const l=()=>a,d=()=>{a=(0,o.Z)("statid"),(0,n.v)(a)},u=()=>c,p=()=>{d(),i.Z.fill(d),c=(0,r.Z)(l())}},4677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Sync")},806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o,b:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},1501:(e,t,s)=>{"use strict";s.d(t,{W:()=>o,r:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},3459:(e,t,s)=>{"use strict";s.d(t,{P:()=>n,h:()=>o});const n=500,o={actionsFromSend:0,sendTimeoutId:null}},6814:(e,t,s)=>{"use strict";s.d(t,{Z:()=>v});var n=s(3459),o=s(4972),r=s(369),i=s(1133),a=s(9627),c=s(4841),l=s(677),d=s(552),u=s(1774),p=s(5216),m=s(6217),f=s(7595);const g=[];u.default.waveRequestData=g;const h=(e,{type:t}={})=>{if(!(0,c.GD)())return;let s="wave.gif?";s=(0,d.Z)(s,"SN",(0,c.W_)()),s=(0,d.Z)(s,"action","traffic");const n={query:s,requestData:e};g.push(n);const o=JSON.stringify(e);(0,l._3)(e,o.length);const r={useBeacon:(0,f.Z)(t),useLink:!0,off:!(0,p.Z)("wave")};return(0,m.Z)(s,"inventory",o,r)},A=e=>{const t={};clearTimeout(n.h.sendTimeoutId),n.h.sendTimeoutId=null,n.h.actionsFromSend=0;let s=!1;(0,r.Z)(o.Ds,((n,o)=>{const{data:r,interval:a,lastSent:c}=o;e||c>=a?((0,i.Z)(r)&&(t[n]=r,o.data=[]),o.lastSent=1):((0,i.Z)(r)&&(s=!0),o.lastSent+=1)})),(0,a.Z)(t)?(t.timestamp=Date.now(),h(t,e)):s&&(n.h.sendTimeoutId=setTimeout(A,n.P))},v=A},677:(e,t,s)=>{"use strict";s.d(t,{Vj:()=>a,_3:()=>d,ec:()=>c,lH:()=>l});var n=s(6072);let o={};const r={wavesSent:0,averageWaveSize:0,biggestWave:0,splitWaves:0,sentOnEvents:0,biggestWaveType:""},i=()=>{o=Object.assign({},r)},a=()=>{o.splitWaves+=1},c=e=>{o.sentOnEvents+=e},l=()=>{i(),(0,n.hk)((e=>{o.averageWaveLength=Math.round(o.averageWaveSize),delete o.averageWaveSize,e.WE=Object.assign({},o),i()}))},d=(e,t)=>{o.wavesSent+=1;const{averageWaveSize:s,biggestWave:n,wavesSent:r}=o;o.averageWaveSize+=(t-s)/r,t>n&&(o.biggestWave=t,o.biggestWaveType=Object.keys(e).reduce(((e,t)=>`${e};${t}`),""))}},4972:(e,t,s)=>{"use strict";s.d(t,{Ds:()=>a,JV:()=>l,ot:()=>d});var n=s(3459),o=s(9627),r=s(3205);const i=[["traffic"],["user_actions"]],a={},c=(e,t)=>{let s;s=r.Z.n(t)?Math.round(1e3*t/n.P):1,a[e]={interval:s,lastSent:1,data:[]}},l=(e,t,s)=>{r.Z.u(a[t])&&c(t,s);const{data:n}=a[t];return n.push(e),n},d=(e=i)=>{e.forEach((e=>{const[t]=e;(0,o.Z)(a[t])||c(...e)}))}},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(3459),o=s(6452),r=s(4972),i=s(5131),a=s(677),c=s(2971),l=s(6918),d=s(9627),u=s(7550),p=s(7795),m=s(9349),f=s(6814),g=s(9386),h=s(3205);const A=e=>{let t=e;return(0,d.Z)(e)&&(t=Object.fromEntries(Object.entries(e).filter((([,e])=>!(h.Z.f(e)||h.Z.m(e)||(0,g.Z)(e)||Array.isArray(e)))))),t},v="Waves",Z=(e,t,s="traffic",g,h)=>{if(!(0,u.Z)(e))return void(0,m.Z)("No 'action' argument. The data will not be sent.","error");const Z=Object.assign({},t),b=`Given Wave data must be a filled flat-map (object) of primitive values (action=${e}).`;if(!(0,p.Z)(t)&&!(0,d.Z)(t)||Array.isArray(t))return void(0,l.Z)({message:v,path:"IncorrectData",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error");const w=(0,c.Z)(Z,!0),y=A(w);if((0,d.Z)(w)){if(Object.keys(y).length!==Object.keys(w).length)return void(0,l.Z)({message:v,path:"NotFlatMap",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error")}const S={action:e,par:w};(0,i.VP)()&&(S.abd="1"),document.hidden&&(S.phd="1"),(0,o.B)()&&(S.trpr="1"),(0,r.JV)(S,s,g),n.h.actionsFromSend+=1,n.h.actionsFromSend>=20?((0,a.Vj)(),(0,f.Z)({type:e})):h?(0,f.Z)({type:e}):n.h.sendTimeoutId||(n.h.sendTimeoutId=setTimeout(f.Z,n.P))}},9333:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["GRo2sessuuid","GRo2uuid","GRwpsessuuid","GRwpuuid","GRolsessuuid","GRoluuid","_o2aw","_wpaw"]},2948:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["sgv","sgVisitId"]},8083:(e,t,s)=>{"use strict";s.d(t,{_k:()=>r,gL:()=>i,gS:()=>c,rI:()=>a});let n=!1,o=!1;const r=()=>n,i=e=>{n=e},a=()=>o,c=e=>{o=e}},5026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>(0,n.Z)(e,64)},1425:(e,t,s)=>{"use strict";s.d(t,{B7:()=>v,ZP:()=>C,XR:()=>S,Tj:()=>w,gp:()=>y});var n=s(7379),o=s(7508),r=s(5026),i=s(9627),a=s(7795);const c=e=>{if((0,i.Z)(e)){const{hash1:t,hash2:s}=e;return(0,r.Z)(t)&&((0,r.Z)(s)||(0,a.Z)(s))}return!1};var l=s(9349),d=s(5865),u=s(7560),p=s(4634),m=s(8393);const f="WPumhsh",g=new Set;let h,A;const v=e=>g.add(e),Z=()=>{g.forEach((e=>e(h)))},b=(e,t)=>{h||(h=(0,n.Z)()),h.hash1=e,t&&(h.hash2=t),A=JSON.stringify(h),Z()},w=()=>{h=void 0,A=void 0,Z(),(0,d.Z)(f),m.default.remove(f)},y=(e,t)=>{if(c({hash1:e,hash2:t}))return b(e,t),(0,p.Z)(f,A),void m.default.set(f,A);(0,l.Z)("Invalid hash format, only first or both arguments must be correct hash.",!0)},S=()=>h,C=()=>{const e=(0,o.Z)(f),t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;b(e,s)}else(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A));m.default.get(f,(({value:e})=>{const t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;return b(e,s),void(0,p.Z)(f,A)}(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A),m.default.set(f,A))}))}},4024:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3574);const o=(e,t,s,o,r="js",i)=>{const a=o?"-debug":"",c=t?`${t}/`:"",l=i?"canary/":"";return`${n.Z}${l}${e}/${c}${s}${a}.${r}`}},2647:(e,t,s)=>{"use strict";s.d(t,{A_:()=>w,S1:()=>b,ZK:()=>v,ZP:()=>y,cM:()=>h,um:()=>A,vU:()=>Z});var n=s(703),o=s(7379),r=s(1774),i=s(3205);const a="undefined"!=typeof console&&console,c=(0,o.Z)(),l=(0,o.Z)();let d,u,p;const m=(e,t,...s)=>{var n;d&&(null!=(n=p)&&n.test(t)&&(u&&!u.test(s.join(""))||(i.Z.s(t)&&l[t]&&s.unshift(`%c [+${Math.round(window.performance.now())}] ${t} `,`color:white;padding:2px;border-radius:3px;margin-right:3px;${l[t]}`),a[e](...s))))},f=e=>i.Z.f(a[e])?(...t)=>{m(e,...t)}:()=>{},g=(e,t)=>i.Z.f(a[e])?(...s)=>{m(e,t,...s)}:()=>{},h=f("log"),A=f("info"),v=f("warn"),Z=f("error"),b=(()=>{let e=0;return t=>{e+=1,v("init",`${`  ${e}`.slice(-2)} [ ${t} ]`)}})(),w=(e,t)=>{let s=t;if(e&&s&&(/^[a-z]+$/i.test(s)&&(s=`background:${s}`),l[e]=s),e&&c[e])return c[e];const n={log:g("log",e),info:g("info",e),warn:g("warn",e),error:g("error",e),init:()=>b(e)};return c[e]=n,n},y=()=>{const e=(0,n.qm)("debug");if((e||r.default.mode)&&(d=!("off"===e||!a),d)){const t=(0,n.qm)("filter");u=t&&new RegExp(t,"gi"),e&&(p="all"===e?new RegExp(""):new RegExp(`^(${e.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")})`))}}},6918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(703),o=s(4462),r=s(7715),i=s(3205),a=s(9349);const c=(0,n.qm)("deprecated"),l=(e,t,s,n=!0)=>{let l;s&&(0,a.Z)(s,n),l=i.Z.o(e)?e:{message:e},((0,o.vj)(t)||c)&&(0,r.Z)(l,"deprecated",{usePOST:!0})}},1774:(e,t,s)=>{"use strict";s.d(t,{default:()=>r});const n="__wpjsdebug__",o=window[n]||Object.create(null);try{window[n]=o}catch(e){}const r=o},1530:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7379),o=s(1774);const r=(0,n.Z)();o.default.flags=r;const i=(e,t)=>{r[e]=t}},6320:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>d,q$:()=>c});var n=s(703),o=s(3574),r=s(7508),i=s(5068),a=s(7384);const c=()=>{(0,i.Z)({src:"https://grid.grupawp.pl/console/wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)},l=e=>{67===e.which&&e.altKey&&e.shiftKey&&c(),e.ctrlKey&&111===e.which&&c()},d=()=>{document.addEventListener("keydown",l),(0,r.Z)("wpjslib-console-runOnStart",(e=>{"true"===e.value&&c()})),(0,a.Z)("console=")||(0,a.Z)("console-ceph")?(()=>{const e=(0,n.qm)("console-ceph"),t=`${o.Z}wpjslib-console/`;"none"!==e&&(0,i.Z)({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)})():(0,a.Z)("console")&&c()}},9349:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(1774),o=s(528),r=s(7550),i=s(3205);const a=[];n.default.issueStore=a;const c={error:["Critical","red",20],warn:["Warning","orange",16],info:["Info","blue",12]},l=(e,t="log",s,n,l)=>{if(!o.Z){let o=e;if((0,r.Z)(o)&&(o={type:t,panel:s,subpanel:n,msg:o,action:l}),i.Z.o(o)&&o.msg){!0===t&&(o.type="warn"),a.push(o);const{type:e}=o;if(Object.keys(c).includes(e)){const t=`${o.msg}${"info"===e?"":" Contact ATFD for further information."}${"error"===e?" THIS IS CRITICAL BUG.":""}`,[s,n,r]=c[e];s&&window.console&&console[e]&&console[e](`%c WP ${s} `,`font-size:${r}px;background:${n};color:white;padding:2px;border-radius:3px;margin-right:3px;`,t)}}}}},6262:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://wp.hit.gemius.pl/"},9521:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.wp_pp_gemius_identifier?window.wp_pp_gemius_identifier.replace("USED_",""):""},6430:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1489),o=s(2395);const r=()=>{let{dataLayer:e}=window;if(Array.isArray(e)){const t=e.push.toString();if(t.includes("instanceof Object")){let e=n.TB;t.includes("typeof o.")&&(e=n.nu),t.includes("noopFunc")&&(e=n.o2),(0,o.o)("dataLayer",e,!0,!0)}}else e=[];return window.dataLayer=e,e}},7925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("APD")},4915:(e,t,s)=>{"use strict";s.d(t,{BL:()=>$,S1:()=>M,Sg:()=>R,bp:()=>N,v5:()=>j});var n=s(9460),o=s(1770),r=s(3121),i=s(2863),a=s(703),c=s(7925),l=s(7159),d=s(1774),u=s(4923);const p="autoplayAllowed",m="autoplayUnmutedAllowed",f="muted",g=[],h={};let A,v,Z,b,w,y,S;d.default.promiseData=h;const C=(e,t)=>parseInt((e||0).toString()+(t||0).toString(),2),_=()=>{b=Date.now()-w,c.Z.open(),(0,r.Hm)("video:apd")},k=()=>{clearTimeout(Z),v&&(v.pause(),v.remove(),v=null)},I=()=>{k(),S||(h[p]=0,_())},P=()=>{S=!0,k()},E=()=>{k(),S||(h[p]=1,h[m]=1,_())},T=()=>{k(),S||(h[p]=1,h[m]=0,_())},O=()=>{if(!S){v.volume=0,v[f]=!0,v.setAttribute(f,!0);try{y=v.play()}catch(e){y=null}y?y.then(T,I):(k(),c.Z.open())}},L=e=>{w=Date.now(),v=(0,l.Z)("video"),v.src="data:video/mp4;base64,AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE=",v.volume=1,v[f]=!1,v.setAttribute(f,!1),v.autoplay=!0,v.setAttribute("autoplay",!0);Object.assign(v.style,{position:"absolute",left:"-100px",top:"-100px",width:"32px",height:"24px"}),e.appendChild(v);try{y=v.play()}catch(e){y=null}y?(Z=setTimeout(P,1e4),y.then(E,O)):(k(),c.Z.open())},$=()=>{A?(c.Z.close(),k(),S=!1,w=null,b=null,h[p]=0,h[m]=0,(0,n._k)((0,u.Z)(L))):c.Z.open()},x=(e,t)=>{let s;return s=e<t?"Increased":e>t?"Reduced":"Unchanged",s},D=(e,t)=>{e[t]=!0;const s=C(e.ra,e.rua),n={type:t,index:e.id,mode:e.mpe,channel:e.prebid?"Prebid":"Player",slotState:s,source:["direct","vpaid","clip"][e.target-1]};let o,r;if("send"===t){const t=C(e.ea,e.eua);o=C(e.pa,e.pua),n.slot=t,n.bunch=o,n.placement=x(t,o)}if(b){const e=C(h[p],h[m]);n.slotMode=e,n.origin=x(e,o),r=x(s,e)}else r=S?"Timeouted":w?"Unfinished":"Unstarted";n.event=r,w&&(n.timeStart=Date.now()-w,b&&(n.duration=b))},j=e=>{const t=g[e.id];t&&!t.send&&(Object.assign(t,e),D(t,"send"))},R=e=>{if((e.auto||e.prebid)&&(g[e.id]=e,D(e,"get"),b))return h},N=()=>A,M=()=>{const e=(0,i.fS)("apd"),t=(0,a.qm)("forceAPD"),s=o.f0&&o.x_>58||o.G6&&o.x_>10||o.hx&&o.x_>65||o.i7&&o.x_>65;A=s&&(t||e)}},3495:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1384);const o=()=>{const e=(0,n.ac)("player");return e?e.list:[]}},6792:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1384);const o=()=>{const e=(0,n.ac)("player");return e?e.playerStore:{}}},9374:(e,t,s)=>{"use strict";s.d(t,{$v:()=>v,Bz:()=>n,Di:()=>d,LD:()=>h,NK:()=>l,P8:()=>a,PY:()=>r,VW:()=>A,Y6:()=>S,Yk:()=>y,_E:()=>c,am:()=>f,cC:()=>p,hm:()=>g,ic:()=>o,ix:()=>u,k4:()=>b,pP:()=>m,wu:()=>w,xX:()=>Z,yz:()=>i});const n="view",o="last",r="v",i="p",a="actual",c="summary",l="vt",d="lvt",u="__visibility",p="viewability",m="offset",f="percent",g="steady",h="top",A="_success",v="success",Z="up",b="down",w=[i,d,"kibsent"],y={[r]:0,[d]:0,[l]:0,[i]:0},S={[r]:!1,[n]:0,[o]:0,[a]:0,[c]:0}},8720:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(9374),o=s(2600),r=s(3382),i=s(369),a=s(5147);const c=(e,t=[])=>{const s=[];if(!(e instanceof HTMLElement))return s;const c=a.Z.get(e);if(!c)return s;if(!Array.isArray(t))return s;const l=t.length,{observations:d}=c;return(0,i.Z)(d,((e,o)=>{if(!l||t.includes(e)){const t=Object.assign({},o);delete t[n.VW],delete t.callback,delete t[n.ix],s.push(t),delete d[e]}})),(0,r.Z)(c),(0,o.lQ)(),s}},3382:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7278),o=s(9627);const r=e=>{const{node:t,observations:s}=e;!(0,o.Z)(s)&&t&&(delete e.node,delete e.entry,delete e.observations,(0,n.V)(t))}},2600:(e,t,s)=>{"use strict";s.d(t,{lQ:()=>L,vE:()=>$,SR:()=>O});var n=s(703),o=s(9374),r=s(3205);const i=(e,t,s)=>{const{state:n,callback:i}=e;if(n[o.PY]&&!e[o.VW]&&(e[o.VW]=!0,r.Z.f(i)&&(i(n,s),delete e.callback),e[o.$v])){const{observations:e}=s;e&&delete e[t]}},a=(e,t)=>{const{state:s}=e;t>s[o.yz]&&(s[o.yz]=t)};var c=s(3382),l=s(369),d=s(967),u=s(6679);const p=e=>{const t=(0,u.Z)(),s=(0,d.Z)();if(t>0&&s>0){const{width:n,height:o,top:r,left:i,right:a,bottom:c}=e;if(n>0&&o>0){const{min:e,max:l,round:d}=Math;return d((l(0,e(t,a))-l(0,e(t,i)))*(l(0,e(s,c))-l(0,e(s,r)))/(o*n)*100)}return a<=t&&i>=0&&(c<=s&&r>=0)?100:0}return 0};var m=s(5253),f=s(9610);const g=e=>{const{node:t,entry:s}=e;if(s){const{intersectionRatio:e,isIntersecting:t,boundingClientRect:n}=s;return{nodeRect:n,nodeRatio:t?100*e:0}}if((0,m.Z)(t)){const e=t.getBoundingClientRect();return{nodeRect:e,nodeRatio:e&&(0,f.Z)(t)?p(e):0}}};var h=s(8917),A=s(2014);const v=(e,t,s,n,o)=>{const r=s>=-e+o,i=n<=t+e+o;return(0,A.Z)(r&&i)},Z=(e,t,s,n)=>{const{verticalMargin:r=0,horizontalMargin:i=0,verticalShift:a=0,horizontalShift:c=0,state:l}=e,{entry:p}=n;if(p&&(0,h.Z)(s))l[o.PY]=(0,A.Z)(s>0);else{const e=(0,u.Z)(),s=(0,d.Z)(),{bottom:n,top:p,right:m,left:f}=t,g=v(r,s,n,p,a),h=v(i,e,m,f,c);l[o.PY]=(0,A.Z)(g&&h)}},b=(e,t)=>{const{state:s,percent:n}=e;t>=n&&(s[o.PY]=1)};var w=s(297),y=s(6516);const S=(e,t)=>{const{state:s,time:n,percent:i,checkTimeout:a,isCumulative:c}=e,l=e[o.ix];if(t<i)return void(0,y.Z)(l);const d=(Date.now()-(0,w.N)())/1e3,u=c?d:d-n;if(l[o.Bz]||(l[o.Bz]=d),u>=l[o.Bz]){l[o.PY]||(l[o.ic]=u,l[o.PY]=!0);const e=d-l[o.ic];l[o.P8]=e,e>s[o.NK]&&(s[o.NK]=Math.round(e)),s[o.Di]=Math.round(l[o._E]+e),!s[o.PY]&&s[o.Di]>=n&&(s[o.PY]=r.Z.f(a)?(0,A.Z)(a()):1)}};var C=s(1628),_=s(8700);const k=(e,t)=>{const s=(0,C.hS)(),{verticalVelocity:n}=(0,C.f3)(),{state:r,verticalMargin:i,minMargin:a,slotSnapMaxVelocity:c}=e;if(s===o.xX||n>c)return;const{top:l}=(0,_.Z)(),{top:d}=t,u=0!==l&&d>a&&d<=i;r[o.PY]=(0,A.Z)(u)},I=(e,t,s,n)=>{switch(e.method){case o.hm:S(e,t);break;case o.pP:Z(e,s,t,n);break;case o.am:b(e,t);break;case o.LD:k(e,s)}};var P=s(5147);const E=(0,s(6205).Z)((0,n.qm)("vabInterval"))||299;let T;const O=()=>{T&&P.Z.forEach($)},L=e=>{P.Z.size&&!document.hidden?(T||(T=setInterval(O,E)),e&&$(e)):T&&(clearInterval(T),T=!1)},$=e=>{const t=g(e);if(t){const{observations:s}=e,{nodeRect:n,nodeRatio:o}=t;(0,l.Z)(s,((t,s)=>{const{state:r}=s;r&&(a(s,o),I(s,o,n,e),i(s,t,e))}))}else e.observations=Object.create(null);(0,c.Z)(e),L()}},297:(e,t,s)=>{"use strict";s.d(t,{N:()=>r,e:()=>o});let n=0;const o=()=>{n=Date.now()},r=()=>n},6516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9374);const o=e=>{e[n.PY]=!1,e[n.Bz]=0,e[n._E]+=e[n.P8],e[n.P8]=0}},9617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9374);const o=e=>{e&&(e.state=Object.assign({},n.Yk),e[n.ix]=Object.assign({},n.Y6))}},1511:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(2600),o=s(7278),r=s(4462),i=s(619),a=s(3205),c=s(5147),l=s(9468),d=s(9617),u=s(1133),p=s(5253),m=s(9349),f=s(9374),g=s(9627),h=s(7550);const A=e=>(0,g.Z)(e)?(0,h.Z)(e.name)?[f.hm,f.am,f.pP,f.LD].includes(e.method)?void 0:((0,m.Z)("Invalid Observation method","error"),!0):((0,m.Z)("Invalid Observation name","error"),!0):((0,m.Z)("Invalid Observation object","error"),!0),v=(e,t)=>(0,p.Z)(e)?(0,u.Z)(t)?t.some(A):((0,m.Z)("Observations argument is not a valid Array of Observations.","error"),!0):((0,m.Z)("Node argument is not a valid HTMLElement or it is not in DOM.","error"),!0),Z=(e,t,s)=>{if(v(e,t))return;let u=c.Z.get(e);if(!u){const t=(s||"")+(0,r.Nu)(12);u={id:t,node:e,observations:{}},c.Z.set(e,u)}const{observations:p}=u;return t.forEach((e=>{const{name:t,start:s}=e;p[t]||((0,d.Z)(e),a.Z.f(s)&&s(e.state,u),(0,i.Z)(p,t,e))})),(0,o.W)(e,p,l.Z),(0,n.lQ)(u),u}},7278:(e,t,s)=>{"use strict";s.d(t,{W:()=>u,V:()=>d});var n=s(9853),o=s(1774),r=s(9393);const i=new Map;o.default.observers=i;const a=()=>{const e="D"===(0,n.bB)("adtech","PA-299")?10:25;return Array.from({length:e},((t,s)=>s/e))};var c=s(369),l=s(5147);const d=e=>{i.forEach((t=>{t.unobserve(e)})),l.Z.delete(e)},u=(e,t,s)=>{(0,c.Z)(t,((t,n)=>{const o=((e,t)=>{const{horizontalMargin:s=0,verticalMargin:n=0}=e,o=`${s}x${n}`,c=i.get(o);if(c)return c;if((0,r.Z)()){const e={root:null,rootMargin:`${n}px ${s}px`,threshold:a()},r=new IntersectionObserver(t,e);return i.set(o,r),r}const l={observe:()=>{},unobserve:()=>{}};return i.set(o,l),l})(n,s);o.observe(e)}))}},9468:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2600),o=s(5147);const r=e=>{e.forEach((e=>{const{intersectionRatio:t,isIntersecting:s,target:r,boundingClientRect:i}=e,a=o.Z.get(r);a&&(a.entry={intersectionRatio:t,isIntersecting:s,boundingClientRect:i},(0,n.vE)(a))}))}},9393:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"IntersectionObserver"in window&&!1},5146:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(2600),o=s(7278),r=s(1133),i=s(5147),a=s(9468),c=s(9617);const l=(e,t,s)=>{if(e instanceof HTMLElement&&t instanceof HTMLElement){const l=i.Z.get(e);if(l){const{observations:d}=l;return d&&(l.node=t,i.Z.set(t,l),(0,r.Z)(s)&&s.forEach((e=>{(0,c.Z)(d[e])})),(0,o.W)(t,d,a.Z),(0,o.V)(e)),(0,n.lQ)(l),l}}}},1628:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>Z,f3:()=>v,hS:()=>h});var n=s(9374),o=s(9460),r=s(8700);let i,a=0,c=0,l=0,d=0,u=Date.now();const p=(e,t,s)=>{const n=e-t;return Math.round(n/s*100)/100},m=()=>{a=0,c=0};let f=n.k4,g=0;const h=()=>f,A=()=>{clearTimeout(i);const{top:e,left:t}=(0,r.Z)();f=e>g?n.k4:n.xX,g=e;const s=Date.now(),o=s-u;a=p(e,l,o),c=p(t,d,o),l=e,d=t,u=s,i=setTimeout(m,100)},v=()=>({verticalVelocity:a,horizontalVelocity:c}),Z=()=>{(0,o.nr)(A,!0)}},5147:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1774);const o=new Map;n.default.observedElements=o;const r=o},2500:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Bf});var n={};s.r(n),s.d(n,{coveringSlots:()=>v,init:()=>H,loadPayload:()=>G,payloadBodies:()=>A,resetCoverPayload:()=>z,resetHeaderPayload:()=>q,setPayload:()=>F});var o={};s.r(o),s.d(o,{getS2STest:()=>ps.ju,getTest:()=>ps.Uu,getTestVersion:()=>ps.UQ});var r={};s.r(r),s.d(r,{addEnv:()=>bc.ie,addImpressionHandler:()=>de.wN,addRegisterPlayerHandler:()=>Pc,addRegisterSlotHandler:()=>de.DN,addUnregisterPlayerHandler:()=>Ic,addViewHandler:()=>de.sv,blankOpener:()=>kn,disableAsr:()=>Fa,dismissPlaceholders:()=>$c,dismissSlots:()=>Lc,exposePlaceholders:()=>Dc,exposeSlots:()=>xc,getAadURL:()=>Hc,getAllEnv:()=>bc.hf,getAllSlots:()=>cr.xG,getBiddersLimitation:()=>Kc,getBunchID:()=>st.P,getCC:()=>mo,getContentTags:()=>uo.J1,getContext:()=>rt.fw,getDirectSlots:()=>ri,getDynamicOffset:()=>Jc.J6,getGEO:()=>rt.K5,getOptions:()=>jn.F,getPPID:()=>Di.G,getPrebidLoadingState:()=>lo,getState:()=>Cl,getStore:()=>rt.bh,getVadURL:()=>Wc,hasAttribute:()=>St.g,loadAndRunBunch:()=>hl,loadAndRunSlots:()=>gl,loadBunch:()=>fl,loadSlots:()=>ml,prebidDam:()=>_e.Z,programmaticTests:()=>o,registerCommercialBreak:()=>_l,registerPlaceholder:()=>xl,registerPlayer:()=>Cc,registerSlot:()=>$t.Z,registerSticky:()=>ql,removeEnv:()=>bc.vi,removeRegisterPlayerHandler:()=>Tc,removeUnregisterPlayerHandler:()=>Ec,setAttribute:()=>St.r,unregisterPlayer:()=>Sc,unregisterSlot:()=>Vl.Z,updatePlaceholder:()=>cn.Z,wasDirectClickedRecently:()=>wl});var i={};s.r(i),s.d(i,{frontendPassback:()=>Gl,getBrandSafetyTargeting:()=>po,getDFPConfig:()=>jc,getUsageState:()=>Hl,runMod:()=>Wl});var a={};s.r(a),s.d(a,{load:()=>Xo,registerMod:()=>K});var c={};s.r(c),s.d(c,{randomize:()=>yt.Nu,slide:()=>ys,unslide:()=>Ss});var l={};s.r(l),s.d(l,{addHashChangeHandler:()=>Zc.B7,getHash:()=>Zc.XR,resetHash:()=>Zc.Tj,setHash:()=>Zc.gp});var d=s(2466);const u="direct",p="reload",m="head";var f=s(450),g=s(1774);const h={},A={},v=[];g.default.slotsFromHead=h,g.default.payloadBodies=A,g.default.coveringSlots=v;var Z=s(8727),b=s(3354),w=s(369),y=s(8959),S=s(7508),C=s(6539),_=s(1977);const k=()=>(0,_.Z)('meta[name="gaf"]');var I=s(9627),P=s(3205),E=s(2443);const T="bodyCode",O=e=>(0,C.Z)(T,e),L=(e,t)=>{(0,E.Z)(T,t,e)},$=e=>{(0,E.Z)(T,void 0,e)};var x=s(9386);const D={delivered:"dv",run:"rn",viewed:"vd",missing:"ms",error:"er",registered:"rg",isAsr:"asr",reloaded:"i"};var j=s(6205);const R=e=>{if((0,x.Z)(e))return(0,w.Z)(D,(t=>{e[t]=(0,j.Z)(e[t])})),$(e),e.container=void 0,e};let N,M,V,B,U=!1;const F=e=>{Object.assign(A,e)},q=()=>{B&&B.remove()},z=()=>{clearTimeout(M),v.length=0,V&&V.remove()},G=e=>{if(N)return e(!0,!1,m,N),h},H=()=>{if(!U){U=!0;try{const{performance:e}=window;if(null!=e&&e.mark&&e.mark("GAFHeadStart"),N=k(),N){const e=(0,C.Z)(N,window.WP);if(e){const{bodies:t,data:s}=e;if((0,I.Z)(s)){F(t);let e=!1,n=!1,o=!1;if((0,w.Z)(s.bunches,((t,s)=>{const{slots:r}=s;(0,w.Z)(r,(s=>{const i=(0,j.Z)(s),a=R(r[i]);if(null!=a&&a.delivered){h[i]=a;const s=A[`${t}_${i}`];if(P.Z.f(s)){const t=s.toString();t.match(/welcomeScreen|pageCover/)?(e=!0,(0,f.Kl)({isWelcomeScreen:1}),v.push(i)):t.match(/headline|panelPremium/)&&(n=!0,o=t.match(/scalable/))}}}))})),(0,S.Z)(d.q2)&&(e&&(V=(0,b.Z)("body>*{opacity:0 !important}"),(0,y.Z)().appendChild(V),M=setTimeout(z,3e3)),n)){let e;(0,Z.b)(),e=(0,Z.R)()?"60px":o?"7.2vw":"100px",B=(0,b.Z)(`.${N}h{min-height:${e}}`),(0,y.Z)().appendChild(B)}}}}null!=e&&e.mark&&e.mark("GAFHeadStop"),null!=e&&e.measure&&e.measure("GAFHeadTiming","GAFHeadStart","GAFHeadStop")}catch(e){}}return N},W=Object.create(null);g.default.mods=W;const K=(e,t)=>{P.Z.o(e)?Object.assign(W,e):W[e]=t};var J=s(7144),Q=s(5394);const Y=()=>{J._x&&s.e(730).then(s.bind(s,9278)).then((({default:e})=>{e()})).catch((e=>{(0,Q.Z)(e,"AdDensity")}))};var X=s(2773),ee=s(919),te=s(5620),se=s(846),ne=s(5888),oe=s(4596),re=s(204),ie=s(9062);const ae=()=>{(0,te.FJ)()||(0,te.IK)()||!ee.Ny||se.Z.fill((()=>{[{url:"https://rt.inistrack.net/d/rt.php?p=wp&c=campaign01&s=home&t=p",push:!0},{url:"https://rt.inistrack.net/d/rt.php?p=wp2&c=campaign01&s=home&t=p",cname:X.i,emptyFor:1440}].forEach((e=>{const{cname:t,push:s,url:n,emptyFor:o}=e,r=t&&(0,oe.Z)(t);if(s||null===r){const e={src:n};if(o){const s=()=>{(0,oe.Z)(t)||(0,ie.Z)(t,"empty",(0,ne.Z)(o))};e.onError=s,e.onLoad=s}(0,re.Z)(e)}}))}))};var ce=s(1489),le=s(2395),de=s(9234),ue=s(2863),pe=s(1564);let me,fe;const ge=e=>{const t=k();fe=(0,C.Z)(t)||(0,C.Z)("__headpayload")||e},he=()=>(me||((0,pe.OK)("GAFHeadTiming","GAFHeadStart","GAFHeadStop"),me=fe),me);var Ae=s(9853),ve=s(1770),Ze=s(1530);let be;const we=e=>{be=e,(0,Ze.Z)("Direct only",be)},ye=()=>be,Se=()=>{we((0,ve.Rf)()||(0,te.uD)()&&(0,te.U6)())};var Ce=s(1852),_e=s(1913);let ke;let Ie,Pe,Ee;const Te=()=>Ie,Oe=()=>Pe,Le=()=>Ee;var $e=s(9319);const xe={slotsFromPayload:{}};var De=s(7331);const je="allow-scripts allow-popups"+(document.hasStorageAccess?" allow-storage-access-by-user-activation":""),Re=`${je} allow-same-origin allow-forms`,Ne=`${Re} allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation`,Me="adform",Ve="automate",Be="blackbox",Ue="blocker",Fe="code",qe="dcm",ze="directProgrammatic",Ge="fencedFrame",He="iframe",We="image",Ke="mod",Je="native",Qe="nativeAutomate",Ye="outstream",Xe="prebid",et="video",tt=new Set([Me,Ve,Be,Ue,Fe,qe,ze,Ge,He,We,Ke,Je,Qe,Ye,Xe,et]);var st=s(5467),nt=s(703),ot=s(4732),rt=s(6719),it=s(619);const at=(e,t,s,n,o,r,i,a)=>{const c={},l={},d={};return t&&(d.model=t),s&&(0,it.Z)(d,"directOnly",s),n&&(l.Id=`${n}`),o&&(l.roshash=`${o}`),r&&(l.provider=`${r}`),a&&(l.source={external:1}),c.id=`${e}`,c.creative=l,c.sellingModel=d,c.capping=i,c},ct="100%",lt=(e,t,s)=>{e.height=(0,j.Z)(s)||"auto",e.width=t===ct?ct:(0,j.Z)(t)||ct},dt="iframe",ut="media",pt="native";var mt=s(232),ft=s(8886);let gt;var ht=s(9460),At=s(8312),vt=s(1384),Zt=s(7787),bt=s(5786),wt=s(6730),yt=s(4462),St=s(6126),Ct=s(7265);const _t=(e,t,s)=>{const{slot:n,bunch:o,redir:r}=e,i={slot:n,bunch:o,redir:r,creations:[t]};return t.isBackup=!0,t.trackers=s,i};var kt=s(4033),It=s(2014);const Pt=(e=0,t="")=>(0,kt.Z)({gdpr:(0,It.Z)(e),gdpr_consent:t},!1,!0);var Et=s(551),Tt=s(1608);const Ot=e=>{null!=e&&e.viewability&&e.viewability[mt.$F]&&((0,Tt.Z)(e.container),delete e.container,delete e.viewability[mt.$F])};var Lt=s(9126),$t=s(3724);const xt=(e,t,s,n)=>{const o=s||(0,rt.z9)(e,t);Ot(o);const{lazy:r}=o,i=(0,Lt.Z)(o.campaign);i.sellingModel.directOnly=1;const a=R({passed:1,campaign:i,delivered:1,lazy:r}),c=(0,Lt.Z)(n);L(a,(()=>{si(c,a)})),(0,rt.fx)(e,t,a),(0,$t.Z)(t)},Dt=({creationBunch:e,creationSlot:t,creation:s,$creationHolder:n,onImpression:o,onParseError:r,onRequestError:i,onPassbackError:a})=>{const{gafSlot:c,backupAd:l,trackers:d,hash:u,config:p}=s,m=`${(0,yt.Nu)(8)}-1111-4000-3000-${(0,yt.Nu)(12)}`,f=encodeURIComponent(btoa(`mid=${u}&transactionId=${m}`)),g=(0,Ct.zC)(),h=(0,Ct.do)(),A=`//adx.adform.net/adx/?rp=4&${f}&pt=gross&fd=1&${Pt(g,h)}`,v=new XMLHttpRequest;v.open("GET",A,!0),v.onreadystatechange=()=>{if(4===v.readyState)if(200===v.status){v.onreadystatechange=null;try{const s=JSON.parse(v.responseText),r=Array.isArray(s)&&s[0];if(null!=r&&r.banner){p.updateSize(r.width,r.height);const s=(0,Et.Z)({},{width:r.width,height:r.height,display:"inline-block",verticalAlign:"middle",border:"none"},{bunch:e,slot:t});n.appendChild(s.getIframe()),s.write(r.banner),s.resetBodyStyle(),o()}else if(l){const s=_t(p,l,d);xt(e,t,c,s)}else a(A)}catch(e){r(A,e)}}else i(A)},v.withCredentials=!0,v.send(null)},jt="parent",Rt="blackbox::",Nt=new RegExp(`^${Rt}`);var Mt=s(5068);const Vt=window;let Bt=!1;const Ut=e=>{if((0,ve.Rf)()&&!Bt)if(Vt.context)e();else{var t;Vt.addEventListener("amp-windowContextCreated",(()=>{e()}));const s=null==(t=Vt.AMP_CONTEXT_DATA)?void 0:t.ampcontextFilepath;s&&(0,Mt.Z)({src:s,id:"amp-context",onError:()=>{Bt=!0},onLoad:()=>{Vt.context||(Bt=!0)}})}};var Ft=s(9544),qt=s(9300);const zt=(e,t,s,n,o)=>{const r=(0,j.Z)(t);if((0,qt.Z)(r,t))return;const i=s||(0,rt.z9)(e,r);i&&(Ot(i),i.finished=1,i.success=0,i.viewed=0,(0,Ft.Z)(e,r,i,n,o),Ut((()=>{null==Vt.context.noContentAvailable||Vt.context.noContentAvailable()})))},Gt=(e,t)=>{const s=new Error(`${jt} - ${e} - ${t}`),[,n,o]=e.split("|");(0,Q.Z)(s,"BlackBox.misses"),zt(n,o)},Ht=new Map;Ht.misses=e=>Gt(e,"cannot get iFrame!");const Wt=new Map;Wt.misses=e=>Gt(e,"cannot get creation!");const Kt=new Map,Jt=new Map;var Qt=s(4841),Yt=s(3574);const Xt=(()=>"Proxy"in window)(),es=["poczta.o2.pl","poczta.wp.pl"],ts=`${Yt.Z}blackbox/blackbox-postmessage-${Xt?"es6":"es5"}-min.html?originalDomain=%hostname%`;var ss=s(7842);const ns=["wpmods","wpprebid","wpprebid6","wppbjs","hashstyle","_aa","debug","filter","unhashstyle","wplib","wplib5","wplib6","prebidConfig","debugima"],os=()=>{const e=(()=>{var e;const{hostname:t,pathname:s}=window.location,n="std.wpcdn.pl"===t?null==(e=s.match(/[A-Za-z0-9]*\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]*/))?void 0:e[0]:t;let o;return o=es.includes(n)?ts.replace("%hostname%",n):ts.replace("%hostname%",""),(0,wt.mess)({url:o,forceDomain:"wpext.pl"})})(),t=(0,bt.Vq)(),{search:s}=window.location,n=(0,ss.Z)(s,ns,void 0,!0);return`${e}&${(0,kt.Z)(Object.assign({},n,{pvid:t}),null,!0)}`},rs={isFirst:!0,slotsStartTime:{},disabled:!1,isBlackBox:!1},is=Object.create(null);g.default.slotStateStore=is;const as=e=>is[e],cs=e=>delete is[e],ls=(e,t)=>{is[e]=t},ds=()=>(rs.isFirst=!0,(0,w.Z)(is,cs),is),us=e=>{const t=as(e);return(null==t?void 0:t.ssid)||"0"};var ps=s(2168),ms=s(4024);const fs=e=>(0,wt.mess)({url:(0,ms.Z)(e,!1,"wpjslib-blackbox",!1,"js",!1),forceDomain:"wpext.pl"}),gs=e=>`<!DOCTYPE html><html><head><title></title>\n<meta charset="UTF-8"><meta content="width=device-width,initial-scale=1" name="viewport">\n<meta name="robots" content="noindex">\n<meta content="ybspin" name="gaf">\n<style>body{background-color:transparent;margin:0;padding:0}</style>\n<link href="//static.criteo.net/js/ld/publishertag.js" id="criteo" rel="preload" as="script" ></link>\n${e}\n<script id="wpjslib" async crossorigin src="${fs("wpjslib")}" nomodule><\/script>\n<script id="wpjslib6" async crossorigin src="${fs("wpjslib6")}" type="module"><\/script>\n</head><body>\n<div id="b"><div id="c"></div></div>\n</body></html>`,hs=(e,t)=>{const s=(0,bt.Vq)(),n=(0,nt.qm)("debug"),o=(0,C.Z)("wp_abtest_programmatic");let r;n&&(r=(0,ss.Z)(window.location.search));const i=o&&(0,ps.UQ)();let a,c;i&&!n&&(a=o,c=i);const l=Object.assign({blackBoxId:e,pvid:s},o&&{forceProgrammaticTest:o},a&&{forceTest:a},c&&{forceVariant:c},r),d=`<script id="d">window.wp_switches = ${JSON.stringify(l)};\n    window.blackBoxData = ${JSON.stringify({payload:t})};\n    window.blackBoxData.initRenderTimestamp = Date.now()<\/script>`;return gs(d)};var As=s(7550),vs=s(8917),Zs=s(9349);const bs=(e,t=3,s="0")=>`${s.repeat(t)}${e}`.slice(-t),ws=(e,t=1)=>{let s=e;return s<65?s+=6*t:s>90&&(s+=7*t),s},ys=(e,t)=>{if(!(0,vs.Z)(e)&&!(0,As.Z)(e))return void(0,Zs.Z)(`Slide method first argument must be Integer (given ${e}).`,!0);const s=(0,j.Z)(t)%6;let n=(0,j.Z)(e),o=17+s,r="";n=n>=0?Math.min(9999,n):0,n=bs(n,4);for(let e=0;e<4;e+=1){const t=n[e];r+=String.fromCharCode(ws(t.charCodeAt(0)+o,1)),o+=(0,j.Z)(t)+3}return r},Ss=(e,t)=>{if(!(0,As.Z)(e))return void(0,Zs.Z)(`Unslide method first argument must be String (given ${e}).`,!0);let s=17+(0,j.Z)(t)%6,n="";if(4===(null==e?void 0:e.length))for(let t=0;t<4;t+=1){const o=e[t],r=String.fromCharCode(ws(o.charCodeAt(0),-1)-s);n+=r,s+=(0,j.Z)(r)+3}return(0,j.Z)(n)},Cs=(e,t,s,n,o,r=!0)=>r&&("high-cpm-bidder"===e&&s===n&&t>o);var _s=s(6598);const ks=e=>{if(e){const{gafSlot:t={},payload:s={}}=e,{slot:n,context:o}=s,{campaign:r,dfpConfig:i}=t,a=r&&r.creative;if(a&&(0,I.Z)(i)){const{Id:e,roshash:t,source:s={}}=a,{external:r,bidder:c}=s,{ceil:l}=i,d=(0,As.Z)(o)&&JSON.parse(o),u=d&&d.rshsd,p=t&&Ss(t,u),m=(0,Ae.bB)("adtech","PRG-3348"),f=Cs(c,p,m,"C",249),g=!!(r&&1.2*p>=100*l);if(f||g){const t={slotNumber:n,sbblock:+f,ceilblock:+g};f&&Object.assign(t,{sbccpm:p,sbcrid:e}),(0,_s.Z)("tag_blackbox_nogam",t)}}}},Is=e=>{const t=new ArrayBuffer(2*e.length),s=new Uint16Array(t);for(let t=0;t<e.length;t++)s[t]=e.charCodeAt(t);return t},Ps=({blackBoxId:e,completePayload:t,creationFactoryIframe:s,creation:n,onTemplateError:o,onWindowError:r,onLoad:i})=>{if(!s.getWindow())return void r();const a=hs(e,t);if(!a)return void o();const c=Is(a);s.postMessage(c),ks(n),P.Z.f(i)&&i()},Es=["creative",jt];let Ts;const Os=-1;var Ls=s(7379);const $s=e=>{if(e){const{campaign:t}=e;if(t){const{id:e,creative:s}=t;if(s){const{Id:t}=s;return`${e}:${t}`}}}return"unknown"};var xs=s(9924);let Ds=!1;const js=(e,t,s)=>{if(!Ds){Ds=!0;const n=new CustomEvent("adsReady",{detail:{slot:e,cause:s,type:t}});window.dispatchEvent(n)}},Rs=(e,t,s)=>{if(s.impressionTiming=Date.now()-s.startTime,(0,xs.s)(t)){const{creation:e}=s;js(t,null==e?void 0:e.type,"EMPTY")}(0,de.cV)(t,s),zt(e,t,s,!0,!0)},Ns=(e,t,s)=>{const n=as(t);if(n)return n[e]=s,n},Ms=(e,t,s,n)=>{const o=$s(n);let r=s;(0,As.Z)(s)&&(r=(0,Ls.Z)(),r.message=s),(0,As.Z)(r.name)||(r.name="Error"),r.name=`GAF${r.name}`,r.bunch=e,r.slot=t,r.campaign=o,n.error||(n.error=1,n.errorData=r,(0,Q.Z)(r)),Ns("err",t,1),Rs(e,t,n)};var Vs=s(9374);const Bs="view",Us="custom",Fs={CPC_INT:"click",CPV_INT:Bs,CPCV_INT:Us};var qs=s(6184);let zs;const Gs=()=>zs;var Hs=s(9943),Ws=s(6918),Ks=s(6262),Js=s(853),Qs=s(4640);const Ys=(e,t,s)=>{if(t){let{scripts:n,doubleClickCode:o}=t;if(n)for(n=(0,Qs.Z)(n);n.length;)(0,Mt.Z)({target:e,src:n.shift()});o&&(o=o.replace("[timestamp]",(0,yt.Nu)(8)),(0,Js.Z)(e,o));const{gemiusCode:r}=t;if(r){(0,Mt.Z)({id:"xgde",src:`${Ks.Z}gdejs/xgde.js`});const t=r.toString(),n=/(_gde_[\w-^']+)'/g,o=new Set;let i;for(;null!==(i=n.exec(t));){const t=i[1];o.has(t)||(o.add(t),(0,Js.Z)(e,`<i id="${t}" style="display:none !important;visibility:hidden !important"></i>`))}try{if(P.Z.f(r))r();else if(P.Z.s(r)){window["eval"](t)}}catch(e){s(e,"gemiusCode")}}}};var Xs=s(6733),en=s(9350);const tn=(e,t)=>{var s,n,o;(null==e||null==(s=e.childNodes[0])||null==(n=s.firstChild)||null==(o=n.contentDocument)?void 0:o.querySelector("amp-ad-exit"))&&Ns("amp",t,1)};var sn=s(2621),nn=s(1511),on=s(9384);const rn=(e,t,s,n)=>{const o=e||(0,Ls.Z)();if(t&&(o.message=t),s){const{hostname:e,pathname:t}=(0,on.Z)(s),n=e+t;o.path=n||s}return n&&(o.fileName=n),o};var an=s(6656),cn=s(118);const ln=(e,t)=>((0,an.Z)(e,!0),(0,cn.Z)(e,Object.assign({hidden:!1,released:!0},t)));var dn=s(5682);const un=(e=[],t=[])=>e.some((e=>t.includes(e))),pn=e=>un(["nativeLinkAd","inTextVideo"],e),mn=(e,t,s,n)=>{s.success=1;const{creation:o}=s;if(!o||o.destroyed){const o=rn(!1,"creation destroyed before count",!1,n);return void Ms(e,t,o,s)}!pn(o.mod)&&o.config.count()},fn=(e,t,s=.5,n=1e3)=>{if(!P.Z.f(t))return;let o,r;const i=s=>{r.unobserve(e),t(s)};r=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting?n?o=setTimeout((()=>{i(e)}),n):i(e):o&&clearTimeout(o)}))}),{root:null,rootMargin:"0px",threshold:s}),r.observe(e)};window.addEventListener("adsReady",(e=>{}));const gn=(e,t,s)=>{const n=(0,j.Z)(t),o=`${e}_${n}`,{type:r,config:i,trackers:a,rebuild:c,mod:l,destroyed:d,width:u,height:p,scalable:m,transparentPlaceholder:f,gafSlot:g}=s;if(d){const t=rn(!1,"creation destroyed before impression",!1,r);return void Ms(e,n,t,g)}const{model:h,provider:A,creativeId:v,touchpointId:b,campaignId:w,time:y,percent:S}=(e=>{const t=(0,Ls.Z)(),{campaign:s}=e;if(s){const{creative:e,sellingModel:n,id:o=""}=s;if(t.campaignId=o,e){const{provider:s="",Id:n="",touchpointId:o=""}=e;t.provider=s,t.creativeId=n,t.touchpointId=o}if(n){const{model:e}=n;e||(delete n.percent,delete n.time,delete n.displayTime);const{percent:s=0,time:o=0,displayTime:r=o}=n;t.model=Fs[e]||"",t.percent=s,t.time=o,t.displayTime=r}}return(0,nt.qm)("testCview")&&(t.model=Us,t.percent=75,t.time=4),t})(g),{holder:C}=c,{coveringSlots:_,resetCoverPayload:k}=he(),I=Gs(),{lazy:E}=g,T=$s(g);if(g.impressionTiming=Date.now()-g.startTime,g.width=u,g.height=p,g.missing=0,g.delivered=1,g.viewed=1,g.finished=1,g.container=C,"GAM"===A&&tn(C,n),_.includes(n)&&requestAnimationFrame(k),P.Z.f(I)&&I(),i.impressed||((0,en.Z)(a.impression),i.impressed=!0,((0,Ae.zK)("adtech","PROSGWP-7446","B")||(0,Ae.zK)("application","PAK-2687","A"))&&js(n,r,"IMP"),(0,xs.s)(n)&&js(n,r,"IMP")),(0,dn.Z)(n)&&(0,Xs.Z)(`SlotTiming${n}`,`SlotRegister${n}`,`SlotImpression${n}`),P.Z.f(i.prepareLabel)&&i.prepareLabel(),i.doNotRelease)s.type!==Ue&&(0,Ws.Z)({message:"IAQInline",path:"DoNotRelease",fileName:(0,Qs.Z)(l).join(","),slot:n,bunch:e,campaign:T},1e3);else{const e={transparent:(0,Z.R)()||f};m?e.height="auto":(0,sn.Z)(p)&&(e.height=p),ln(n,e)}((e,t,s)=>{Ut((()=>{const n="auto"!==t&&"auto"!==s&&{width:t,height:s};null==Vt.context.requestResize||Vt.context.requestResize(t,s+24,!0),null==Vt.context.renderStart||Vt.context.renderStart(n),null==Vt.context.reportRenderedEntityIdentifier||Vt.context.reportRenderedEntityIdentifier(`wpmedia_slot_${e}`)}))})(n,u,p),(0,de.cV)(n,g),Ys(C,s.viewability,((t,s)=>{const o=rn(t,!1,`${s} measurements in impression handler`,!1,r);Ms(e,n,o,g)})),g.viewability||(0,it.Z)(g,Vs.cC,{});const O=g.viewability,L=()=>{i.cviewed||((0,en.Z)(a.cview),i.cviewed=!0),mn(e,n,g,r),P.Z.f(I)&&I()},$=()=>{i.viewed||((0,en.Z)(a.view),((0,Ae.zK)("adtech","PROSGWP-7446","C")||(0,Ae.zK)("application","PAK-2687","B"))&&js(n,r,"VIMP"),i.viewed=!0),h===Bs&&mn(e,n,g,r),(0,de.oI)(n,g),P.Z.f(I)&&I()};if((0,Hs._X)()){(0,it.Z)(O,mt.$F,{});const t=O[mt.$F];Object.assign(t,{as:(0,It.Z)(!E),phd:(0,It.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`}),h!==Bs&&h!==Us&&mn(e,n,g,r),fn(C,(s=>{((t,s)=>{i.viewed||((0,en.Z)(a.view),i.viewed=!0),Object.assign(s,{[Vs.PY]:1,[Vs.NK]:1,[Vs.yz]:Math.round(100*t.intersectionRatio)}),h!==Bs&&h!==Us||(mn(e,n,g,r),(0,de.oI)(n,g)),P.Z.f(I)&&I()})(s,t)}))}else{var x;const t=[50,60,70,80,90,100].map(qs.gQ),s=[...t];s.push((0,qs.jq)($)),h===Us&&s.push((0,qs.Zp)(L,y,S)),h!==Bs&&h!==Us&&mn(e,n,g,r);const i=(0,nn.Z)(C,s,o),a=null==i?void 0:i.observations,c=null==a||null==(x=a[mt.$F])?void 0:x.state;if(c)(0,it.Z)(O,mt.$F,Object.assign(c,{as:(0,It.Z)(!E),phd:(0,It.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`})),delete O[mt.r_],(0,it.Z)(O,mt.OI,t);else{const t=rn(!1,"observations missing or blocked",!1,r);Ms(e,n,t,g)}}},hn=e=>{const{id:t,payload:s}=e,{bunch:n,slot:o,size:r,sync:i,vendor:a,frameSlotState:c,waveData:l,campaign:d,renderTimestamp:u,initRenderTimestamp:p}=s,m=Date.now(),f=(0,rt.z9)(n,o),{isAsr:g}=f;if(!Ht.get(t))return void Ht.misses(t);const h=Wt.get(t);if(!h)return void Wt.misses(t);const{initTimestamp:A}=h;if(Object.assign(h.measures,{ttiren:p-A,ttren:u-A,tte:m-A}),(0,_s.Z)("tag_blackbox",Object.assign({},l,h.measures,{asr:(0,It.Z)(g)})),a===Os)return f.vendor=Os,void Rs(n,o,f);const{width:v,height:Z}=r;var b;b=i,(0,w.Z)(b,((e,t)=>{const{name:s,value:n}=t;(0,ie.Z)(s,n)}));try{const e=JSON.parse(c),t=as(o),s=Object.assign({},t,e);ls(o,s);const r=d&&JSON.parse(d);r&&(f.campaign=r),f.vendor=a,gn(n,o,h)}catch(e){Ms(n,o,rn(e,!1,"onBlackBoxEnd",h.type),f)}},An=e=>{const t=e&&e.data;if(P.Z.s(t)&&t.match(Nt)){const e=JSON.parse(t.replace(Rt,"")),{id:s,cmd:n,role:o,pageViewID:r}=e,i=Ts,a=Kt.get(s),c=o!==i,l="end"===n,d=(0,bt.Vq)()===r;if(a&&c&&l&&d)return e.receiver=a,e}return!1},vn=e=>{const t=An(e),{cmd:s}=t;"end"===s&&hn(t)};let Zn=!1;const bn=(e,t,s)=>{var n;Kt.set(e,t),Jt.set(e,s),Zn||(n=jt,Es.includes(n)&&(Ts=n),window.addEventListener("message",vn),Zn=!0)},wn=({creationBunch:e,creationSlot:t,creation:s,onTemplateError:n,onWindowError:o,onError:r,onLoad:i})=>{const a=os(),c=(0,Qt.PO)(),{payload:l,width:d,height:u}=s,p=us(t),m=`bbid|${e}|${t}`,f=Object.assign({},s,{initTimestamp:Date.now(),measures:{ttiren:null,ttrdy:null,ttren:null,tte:null}}),g=Object.assign({},l,{bunch:e,slot:t,sn:c,site:c,width:d,height:u,ssid:p}),h=(0,Et.Z)({sandbox:Re});return h.error(r),h.load(a,(()=>{Ps({blackBoxId:m,completePayload:g,creationFactoryIframe:h,creation:s,onTemplateError:n,onWindowError:o,onLoad:i})})),Wt.set(m,f),Ht.set(m,h),bn(m,h,g),h};var yn=s(7159),Sn=s(528);const Cn="sponsored nofollow",_n=e=>{e.removeAttribute("target"),Sn.Z?e.setAttribute("rel",Cn):e.removeAttribute("rel")},kn=e=>{_n(e);return()=>{e.setAttribute("target","_blank"),e.setAttribute("rel","noopener"+(Sn.Z?` ${Cn}`:"")),requestAnimationFrame((()=>{_n(e)}))}},In=e=>{const{config:t,redirUrl:s}=e,{uniqueID:n,addDestroyHandler:o}=t,r=(0,yn.Z)("a"),i=kn(r),a=`link${n}`;return r.href=s,(0,St.r)(r),(0,ft.Cj)(r,(0,ft.cu)(a,{height:"100%"})),r.addEventListener("click",i),o((()=>{r.removeEventListener("click",i),(0,ft.jo)(a)})),r},Pn=(e,t,s,n,o)=>{Ms(e,t,rn(!1,"resource missing or blocked",s,n),o)},En=(e,t,s,n,o)=>{const{config:r,expandable:i,src:a,type:c,gafSlot:l}=s,{uniqueID:d,addDestroyHandler:u}=r,p=()=>{gn(e,t,s,c)},m=()=>{Pn(e,t,a,c,l)},f=In(s),g=(0,yn.Z)(n),h=`${c}${d}`;return(0,ft.Cj)(g,(0,ft.cu)(h,{border:"0",margin:"auto",display:"block",height:i?"auto":ct,width:ct})),f.appendChild(g),(0,St.r)(g),g.addEventListener(o,p),g.addEventListener("error",m),u((()=>{g.removeEventListener(o,p),g.removeEventListener("error",m),(0,ft.jo)(h)})),g},Tn=(e,t,s)=>En(e,t,s,"img","load"),On=`${Yt.Z}images/adv/`,Ln=(e,t)=>{const{config:s}=t,{addDestroyHandler:n}=s,o=(0,yn.Z)(),r="vdAdSnd";(0,ft.Cj)(o,(0,ft.cu)(r,{position:"absolute",width:50,height:50,bottom:50,right:50,borderRadius:"50%",background:`rgba(0, 0, 0, 0.5) url('${(0,wt.mess)(`${On}sound.svg`)}') no-repeat center center/100%`,backgroundSize:"60%",opacity:.7,zIndex:999,cursor:"pointer",transition:"opacity .2s"})),(0,ft.cu)(`${r}:hover`,{opacity:1});const i=(0,ft.cu)(`${r}Off`,{backgroundImage:`url('${(0,wt.mess)(`${On}mute.svg`)}')`});(0,ft.Cj)(o,i);const a=t=>{t.preventDefault();const s=e.muted;e.muted=!s,(0,ft.aB)(o,i,!s)};return o.addEventListener("click",a),n((()=>{o.removeEventListener("click",a)})),o},$n=(e,t,s)=>{const{src:n}=s,[,o]=n.match(/\.([0-9a-z]+)$/i)||["","mp4"],r="mov"===o?"quicktime":o,i=(0,yn.Z)(),a=(0,yn.Z)("source"),c=En(e,t,s,"video","loadeddata"),l=Ln(c,s);return a.setAttribute("src",n),a.setAttribute("type",`video/${r}`),c.muted=!0,c.setAttribute("autoplay",""),c.setAttribute("loop",""),(0,Z.R)()&&(c.setAttribute("playsinline",""),c.setAttribute("webkit-playsinline","")),c.appendChild(a),i.appendChild(l),i.appendChild(c),{$creationVideo:c,$videoContainer:i}};var xn=s(8937),Dn=s(6806),jn=s(6257);const Rn={testSuffix:"",fromGoogle:!1,error:!1,loaded:!1};g.default.gamState=Rn;const Nn=Rn,Mn=/,[0-9]+\//,Vn=e=>e.replace(Mn,"/").replace("_asr","")+(Nn.testSuffix||""),Bn=new Map;g.default.unitsStore=Bn;const Un=e=>Bn.get(Vn(e));var Fn=s(1501);const qn=e=>{const{isAsr:t,div:s,placement:n,creation:{rebuild:o}}=e,{holder:r}=o;if((0,Fn.r)()){const t=`r-${s}`;e.div=t}if(t){const t=`asr-${s}`;e.div=t}r.id=e.div,r.placement=n},zn=e=>{const{direct:t}=e;$(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0,e.viewed=0,e.run=0,t&&(L(e,O(t)),e.campaign=t.campaign,e.lazy=t.lazy,e.delivered=1,e.direct=void 0)},Gn=(e,t,s)=>{Ot(s),s.passedDfpConfig=s.dfpConfig,s.passed=1,s.dfpConfig=void 0,R(s),zn(s),(0,$t.Z)(t)},Hn=(e,t)=>{const{slot:s,bunch:n,placement:o,requested:r,responded:i,rendered:a}=t,c={slot:s||"unknown",adunit:(null==o?void 0:o.replace(/^(\/\d+\/)/,""))||"unknown",bunch:n||"unknown",ttres:i?i-r:"unknown",ttren:a?a-r:"unknown"};(0,_s.Z)(e,c)},Wn={isLoaded:!1,isError:!1,bids:[]};g.default.amazonState=Wn;const Kn=Wn,{bids:Jn}=Kn,Qn=e=>{const{isLoaded:t}=Kn;Ns("dfp_psbk",e,1),t&&(e=>{const t=Jn.find((t=>t.slotID===`slot${e}`));t&&(t.used=!1)})(e)},Yn=(e,t)=>{const{slot:s,bunch:n,gafID:o,definedSlot:r,creation:{backupConfig:i,gafSlot:a}}=e;r&&r.clearTargeting(),Hn("dfp_passback",e),Qn(s),i?xt(n,s,a,i):Gn(n,s,a)};var Xn=s(5253);const eo=(e,t)=>{const{noDfpaTestOverride:s}=(0,ps.Uu)(),n=(0,ps.UQ)(),o=n&&!s?`-test${n}`:"";t.div=`div-gpt-ad-x${bs(e,2)}${o}`,t.placement=`/89844762/${t.placement}`,(0,As.Z)(t.sizes)&&(t.sizes=JSON.parse(t.sizes),(0,Ws.Z)({message:"GamAPI",path:"SizesAsString"},1))};var to=s(2927);const so=(0,j.Z)((0,nt.qm)("asrTimeout"))||3e4;let no=so;const oo=()=>no;var ro=s(6353);const io=Object.create(null);g.default.prebidTimingStore=io;const ao=(e,t)=>{io[e]=t||Date.now()},co=e=>io[e],lo=()=>io;var uo=s(8350);const po=(e=!1)=>{const t=(0,ue.CV)("brandSafety");if((0,I.Z)(t)){const s=Object.create(null);if((0,w.Z)(t,((e,t)=>{(0,uo.Rg)(t)&&(s[e]="1")})),(0,I.Z)(s)){if(e){return Object.entries(s).flatMap((e=>e.join("="))).join(",")}return s}}},mo=()=>(e=>{const t=[];return(0,te.YE)()||(0,w.Z)((0,rt.bh)(),(s=>{const n=(0,rt.FJ)(s);(0,w.Z)(n,((s,n)=>{const{campaign:o}=n;if(o){let s=o[e];P.Z.u(s)||(Array.isArray(s)||(s=[s]),s.length&&s.forEach((e=>{e.toString().length&&!t.includes(e)&&t.push(e)})))}}))})),t})("competitiveCategories");var fo=s(3007),go=s(2617);const ho=()=>{const e=(0,f.ZF)("ciab")||"";if(!e.includes("v3"))return"";return e.split(",").filter((e=>e.includes("v3"))).map((e=>e.split("-")[2]))},Ao=(e={},t,s,n,o,r,i,a,c)=>{const l=mo(),d=(0,fo.Z)(),u=(0,f.ZF)("layout"),p=(0,f.ZF)("ctype"),m=(0,f.ZF)("ctab"),g=(0,f.ZF)("chId"),h=lo(),{additionalTVer:A}=(0,ps.Uu)(),v=(0,vt.ac)("prebid"),b=null==v||null==v.getPvFraction?void 0:v.getPvFraction(),w=(0,rt.fw)("mlId"),y=(0,ps.wV)("obTestVariant");e.INTER_OFF=Nn.fromGoogle,e.mlCode=w?w.split(","):"null",e.yg_active=e.yg_active||"1",e.pvid=(0,bt.Vq)(),e.ssid=us(s),e.slot=s,e.abtest=(0,Ae.KF)().replace(/;/g,".")||"null",e.aabwl=(0,oe.Z)(to.tn)||"null",e.reloaded=(0,Fn.r)()?"1":"0",e.native=n?"1":"0",e.sl=s,e.darkmode=(0,j.Z)(d)?"1":"0",e.layout=u?u.slice(0,1):"null",e.stVer=(0,ps.UQ)(!0)||"null",e.rekid=t,e.ctype=p,e.pds=`${(0,ro.Y)()}`,e.ciab=ho();const S=po();if((0,go.Z)()&&(e.fledge=null==v?void 0:v.getFledgeStatus(s)),y&&(e.yg_active="2"),(0,ve.KD)()&&(0,Z.R)()&&(e.ctab=m||"null"),g&&(e.chId=g),Object.assign(e,S),(0,ue.fS)("logTTG")&&h.timeout&&(e.timeout=(h.loaded?"0":"1")+(i||"")),l.includes("DUKAT_Screening")||r.includes("art")||"article"===p?e.screening="0":e.screening="1",b&&(e.pvfraction=b),i?e.tVer=i:/test[A-Z]$/.test(a)?e.tVer=a.match(/test[A-Z]/)[0].slice(-1):e.tVer="null",o&&(e.DFPHASH="0"),e.OAS_retarg?e.OAS_retarg=`${e.OAS_retarg}`:e.OAS_retarg="0",e.PREBID_ON||(e.PREBID_ON="1"),A&&(e[A]=e.tVer),e.stVer=(0,ps.UQ)(!0)||"null",e.tVerG="null",e.tVerG2="null",((0,ue.fS)("ygactiveDisable")||o)&&(e.yg_active="0"),c){const{isDeclarationUsed:t}=(0,ue.g1)("asr");t&&(e.asr=`${oo()}`.slice(0,2))}return e},vo="0",Zo="1",bo="2",wo="3",yo="4",So=new Map,Co=e=>So.get(e)||vo,_o=(e,t)=>{So.set(e,t)},ko={biddersRequests:0,videoAuctionCounter:0,videoHandlers:[],AUCTION_LAST:null,auctionsCount:-1,auctionsCountPerView:-1,auctionInProgress:!1,auctionQueue:[],appendVideoToFirstAuction:!1,baseVideoIntent:{autoplay:!1,forceSound:!0},bidsReceived:[],blackList:[],currencyRate:{default:3.8808,USD:4.2784,EUR:4.702,PLN:1,CHF:4.5697,GBP:5.6311},emptyLimits:{},firstAuction:!0,firstAuctionEnd:!1,firstAuctionStatusLogPvBD:!0,fledgeAuctions:[],fledgeAuctionsForGoogle:[],fledgeResults:[],isRetarg:!1,intentParams:"",pageLoadTime:Date.now(),PrebidDamTimeout:!1,prebidAPILoadingState:{},prevAuctionTS:0,logStartTime:0,registeredSlots:[],registeredPlayers:[],auctionSlots:[],useLazyBidding:!1,registerTimeCounter:0,healthStatus:{pvAuctionNames:[]},teadsOutstreamSlots:[],disableBLByDiceRoll:!1,hasHem:!1},Io={};const Po=()=>{const e=window.location.hostname,{uniformDomains:t}=wt.domains,s=`https://fledge.wpcdn.pl/test/seller${(0,nt.qm)("debug")?"-debug":""}.js`,n=t.includes(e)?e:"www.wp.pl";return{seller:`https://${n}`,decisionLogicUrl:(0,wt.mess)({url:s,forceDomain:n})}},Eo=e=>{const{seller:t,decisionLogicUrl:s}=Po();return{adUnitCode:`slot${e}`,fledgeAuctionConfig:{seller:t,decisionLogicUrl:s,interestGroupBuyers:["https://fledge.wpcdn.pl"]}}};var To=s(1133);const Oo=e=>{const{fledgeAuctionsForGoogle:t=[]}=ko,{seller:s,decisionLogicUrl:n}=Po(),o=(0,j.Z)(e);(0,nt.qm)("debugFledge").includes(e)&&ko.fledgeAuctionsForGoogle.push(Eo(e));const{selected:r,remaining:i}=t.reduce(((e,t)=>{const{adUnitCode:r="",fledgeAuctionConfig:i}=t,a=(0,j.Z)(r.replace("slot",""));if(a===o){const t=Object.assign(i,{sellerSignals:{bunchid:(0,st.P)(),slot:a,variant:"google"},seller:s,decisionLogicUrl:n}),o={seller:s,auctionConfig:t};return Object.assign({},e,{selected:[...e.selected,o]})}return Object.assign({},e,{remaining:[...e.remaining,t]})}),{selected:[],remaining:[]});if(ko.fledgeAuctionsForGoogle=i,(0,To.Z)(r))return _o(yo),r};var Lo=s(1143);window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push((()=>{(0,Lo.Z)("GAMFirstCommand")}));const $o=()=>window.googletag,xo=e=>{const t=$o(),s=t.pubads(),{placement:n,prevDefinedSlot:o,targeting:r,gafID:i,slot:a}=e;let c,l,{div:d}=e;if(o&&t.destroySlots([o]),e.isInterstitial?(l=!0,d=t.enums.OutOfPageFormat.INTERSTITIAL):e.isAnchor?(l=!0,d=t.enums.OutOfPageFormat.TOP_ANCHOR):e.outOfPage&&(l=!0),c=l?t.defineOutOfPageSlot(n,d):t.defineSlot(n,e.sizes,d),(0,Ae.zK)("adtech","PU-145","B")){const e=Oo(a);e&&(c.setConfig({componentAuction:e}),r.fledge=Co(a))}e.definedSlot=c,c.addService(s),(0,w.Z)(r,((e,t)=>{c.setTargeting(e,t)})),Hn("dfp_displayad",e),s.updateCorrelator(),t.display(c)},Do=(e,t)=>{Nn.testSuffix="",t&&e&&/test/.test(e)&&(Nn.testSuffix=`_test_${t}`)},jo=e=>{const{config:t,gafSlot:s,dfpConfig:n,customDfpConfig:o,type:r}=e,{slot:i,bunch:a,updateContainer:c}=t,{isAsr:l}=s,d=`${a}_${i}`,u=o||n,p=(0,ps.UQ)(),m=$s(s),f={slot:i,bunch:a,creation:e,gafID:d,isAsr:l};if(!u)return Yn(f,"configMissing"),void(0,Ws.Z)({message:"GamAPI",path:"AdUnitConfigMissing",campaign:m,slot:i,bunch:a});o&&eo(i,u),Do(u.div,p),Object.assign(f,u);const{placement:g,div:h,isNative:A,targeting:v,namedSizes:Z,sizes:b}=f;Z&&(f.sizes=b.concat(Z)),f.targeting=Ao(v,a,i,A,o,g,p,h,l);const w=Un(g);w&&(f.prevDefinedSlot=w.definedSlot),((e,t)=>{Bn.set(Vn(e),t)})(g,f);const y=()=>{qn(f),xo(f)};if(A){const e=(0,jn.F)(i,"setNative");if(e){f.setNative=e;e({type:"alternativeSlot"},(({el:e})=>{if((0,Xn.Z)(e))c(e),y();else{const e=rn(!1,"incorrect container in onAlternativeSlot",Vn(g),r);Ms(a,i,e,s)}}))}else{const e=rn(!1,"missing setNative",Vn(g),r);Ms(a,i,e,s)}}else y()},Ro=(e,t)=>{var s;const n=$o();P.Z.f(null==n||null==(s=n.cmd)?void 0:s.push)&&!Nn.error?n.cmd.push(e):P.Z.f(t)&&t()},No=e=>{const{config:t,gafSlot:s,type:n}=e,{slot:o,bunch:r}=t,i=rn(!1,"googletag.cmd doesn't exist",!1,n);Ms(r,o,i,s)},Mo=e=>{se.Z.fill((()=>{Ro((()=>{jo(e)}),(()=>{No(e)}))}))};var Vo=s(5599);const Bo=e=>{let t=e;if(t){let{protocol:e}=window.location;"https:"!==e&&(e="http:"),/^\/\//.test(t)&&(t=e+t)}return t};var Uo=s(625);const Fo=(e,t)=>{const s=Bo((0,Uo.Z)(t));let n=s;return(0,As.Z)(e)&&(n=e,(0,As.Z)(s)&&(n+=encodeURIComponent(s))),n},qo=()=>{const e=window;return{login:e._wplogin||e._o2login||null,name:e._wpname||e._o2name||null,surname:e._wpsurname||e._o2surname||null}},zo=e=>{const{redir:t,config:s,gafSlot:n,redirUrl:o,originalRedirUrl:r}=e,{slot:i,bunch:a,uniqueID:c}=s,{campaign:l}=n,d={wp:!0,uniqueID:c,gaf:{slot:i,bunch:a,campaign:(null==l?void 0:l.id)||""},redir:t,clickTagUnmessed:r,clickUnmessed:r,click:o,clickTAG:o,clickTag:o,userData:qo()};let u=1;for(;e[`url${u}`];)d[`click${u}`]=(0,wt.mess)(Fo(t,e[`url${u}`])),u+=1;return d},Go=["adTeaser","backgroundSlider","bannerExpandable","brandingTvToday","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFlex2","fullLoginPage","fullServiceWallpaper","glonewsSlider","headline","headline2","interactiveStories","leadownik","liveShopping","megaScreening","nativeLinkAd","panelPremiumMobile","programTV","relationSponsor","retaildniowka2","screening","scrollRevealMobile","sectionHeaderSG","specialModuleBanner","stiltedBanner","survey","surveyTypeform","videoPlayerBranding","wallpaper","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykSG","wpKoszykToolbar"],Ho=["activatingBanner","activatingRectangle","adframe","commercialBreak","ecommerceDynamic","ecommerceFlex","glonewsDesktop","hotNewsAd","iframePush","linkSG","loginBox","moneyNative","screeningMobile","scrollBillboard","sfSetNative","teaserSG","zaslepka"],Wo="Mods",Ko=(e,t,s,n)=>{const{currMod:o,gafSlot:r}=e,i=$s(r);console.error(Wo,o,t),(0,Ws.Z)({message:Wo,path:o,fileName:t,campaign:i},10,s,n)};var Jo=s(7384);const Qo=e=>{const{currMod:t}=e,s=(()=>{const e=(0,Jo.Z)("wpmods");return e&&(g.default.modsMode=!0,g.default.modsBranch=e[2]),(0,ms.Z)("wpjslib-mods",g.default.modsBranch,"wpjslib-mods",g.default.modsMode||g.default.mode)})();(0,Mt.Z)({id:"mods",crossorigin:!0,src:(0,wt.mess)(s),onError:()=>{e.destroyed?Ko(e,"OnErrorDestroyedError"):(K(t,Ko),W[t](e,"RequestError"),Xo(e))},onLoad:()=>{e.destroyed?Ko(e,"OnLoadDestroyedError"):(P.Z.f(W[t])||K(t,Ko),W[t](e,"AfterLoadError"),Xo(e))}})},Yo=e=>{if(e.destroyed)return void Ko(e,"OnHandleDestroyedError");const{modsToLoad:t,config:s,gafSlot:n}=e;if((0,To.Z)(t)){const o=t.shift();if(e.currMod=o,(0,As.Z)(o)){if(!Go.includes(o)&&(Ko(e,"NotAllowedMod",`Used MOD "${o}" is not longer supported.`,"error"),Ho.includes(o))){const e=(0,j.Z)(s.bunch),t=(0,j.Z)(s.slot),r=rn({name:"ModError"},"legacy mod used",!1,o);return void Ms(e,t,r,n)}if(P.Z.f(W[o])){try{W[o](e)}catch(t){Ko(e,t&&`${t.name}: ${t.message}`||"InitError")}Yo(e)}else Qo(e)}else Ko(e,"IncorrectNameError")}},Xo=Yo;var er=s(8168);const tr=e=>un(["wallpaper","headline","headline2","liveShopping","screening","screeningMobile","panelPremium","panelPremiumMobile"],e);var sr=s(2497);const nr=e=>un(["bannerExpandable","floatingBanner","logoSwapper","megaScreening","screening","sfSetNative","stiltedBanner","videoBackLayer","videoPlayerBranding","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush"],e),or=e=>un(["adTeaser","backgroundSlider","carouselMobile","contentHalfpage","ecommerceFlex2","floatingBanner","glonewsSlider","headline","headline2","interactiveStories","liveShopping","logoSwapper","moduleBranding","nativeLinkAd","programTV","scrollRevealMobile","specialModuleBanner","survey","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykToolbar","wpKoszykSG"],e),rr=()=>{const e=(0,Hs.XG)();return[De.CG,De.Lx,De.Wj].includes(e)};var ir=s(4030),ar=s(3203),cr=s(3476);const lr=(e,t)=>{e.doNotRelease=!0,t.showLabel=!1,t.width=2,t.height=2,t.style={margin:"-1px auto"},delete t.mod,delete t.externalCode,delete t.scalable},dr=!!(0,nt.qm)("blockers"),ur=(e,t,s)=>{const{creations:n,bunch:o,slot:r}=e,i=n.length,a=$s(s),c=[];let l;delete e.creations,l=i>1?t.offsetWidth||300:1e4;for(let t=0;t<i;t++){const s=n[t],i=s.src,l=s.externalCode;let d,u=s.type;delete s.externalCode,dr&&(u=Ue),u===Ue&&lr(e,s),(0,As.Z)(l)&&(s.externalCode=window.Function("c",l)),tt.has(u)||s.mod&&((0,Ws.Z)({message:"IAQInline",path:"TypeIncorrectToMod",fileName:`${(0,Qs.Z)(s.mod).join(",")} (${u})`,campaign:a,bunch:o,slot:r},1e3),u=Ke),tt.has(u)&&(u!==He||(0,As.Z)(i)||(d=!0),u===We&&((0,As.Z)(i)?i.length<20&&(d=!0):s.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="),d?(0,Zs.Z)(`Source is missing for creative on slot ${r} from campaign ${a}.`):(lt(s,s.width,s.height),(s.width===ct||s.width>0||s.scalable||u===Ue)&&(s.type=u,c.push(s))))}if(c.length)return{passedCreations:c,creationContainerWidth:l}},pr=({creationContainerWidth:e,passedCreations:t})=>{let s=t[0],n=1e6;return s.scalable||s.type===Ue||(s=void 0,t.forEach((t=>{const o=t.width===ct?e:t.width,r=n>e,i=o>n,a=o<=e;(!s||a&&(i||r)||!a&&!i&&r)&&(s=t,n=o)}))),s},mr="IAQInline",fr=["server","campaign","score","code","libs","aabVendors","capping","endTime","positions","setType","wpclid"],gr=["deferredInit","doNotCount","fixToCenter","doNotCompress"],hr=(e,t,s,n,o)=>{if((0,qt.Z)(n,n))return void Ms(s,n,"incorrect slot number",o);const r=(0,cr.ni)(n),i=(0,yn.Z)();(0,ft.Cj)(i,Dn.Z),(0,an.Z)(n,!0),r.parentNode.insertBefore(i,r);const a=ur(t,i,o);if(a){const r=$s(o),c=Object.keys(t).filter((e=>fr.includes(e)));c.length&&((0,Ws.Z)({message:mr,path:"ShittyTemplate",campaign:r,fileName:c.sort().join(","),bunch:s,slot:n},1e3),c.forEach((e=>{delete t[e]})));const l=pr(a);if(l){const t=Object.keys(l).filter((e=>gr.includes(e)));return t.length&&((0,Ws.Z)({message:mr,path:"ShittyCreation",campaign:r,fileName:t.sort().join(","),bunch:s,slot:n},1e3),t.forEach((e=>{delete l[e]}))),e({creation:l,$creationContainer:i})}Ms(s,n,"creation missing",o)}else Ms(s,n,"passed creations missing",o)};var Ar=s(552);const vr=e=>{const{gafSlot:{campaign:t},config:{redir:s},url:n}=e;e.redir=s;const o=Fo(s,n);(0,As.Z)(o)&&(e.redirUrl=(0,wt.mess)(o),e.originalRedirUrl=o),null!=t&&t.capping&&(e.capping=(0,Ar.Z)(`https://rek.www.wp.pl/cap.gif?_=${(0,yt.Nu)()}`,t.capping,void 0,!1,!0))},Zr=e=>{const{trackers:t={},pixels:s}=e;return(0,it.Z)(e,"pixels",(0,Qs.Z)(s)),(0,it.Z)(e,"trackers",t),(0,it.Z)(t,"view",(0,Qs.Z)(t.view)),(0,it.Z)(t,"cview",(0,Qs.Z)(t.cview)),(0,it.Z)(t,"click",(0,Qs.Z)(t.click)),(0,it.Z)(t,"impression",(0,Qs.Z)(t.impression)),e};var br=s(5146),wr=s(9338),yr=s(713);const Sr=()=>{const e=Oe();P.Z.f(e)&&e(yr.Z)},Cr=(e,t)=>[...new Set([...e||[],...t||[]])].sort();var _r=s(4880);const kr="IAQInline",Ir="relative",Pr="absolute",Er="overflow",Tr="hidden",Or="block",Lr="auto",$r="sandbox",xr="allowFullscreen",Dr="transform",jr="transformOrigin",Rr="center",Nr="style",Mr="mousedown",Vr="width",Br="height",Ur="maxWidth",Fr="maxHeight",qr="left",zr="right",Gr="position",Hr="display",Wr="backgroundColor",Kr="border",Jr="margin",Qr="addEventListener",Yr="removeEventListener",Xr=rr();(0,ft.Vx)(!0);const ei=(0,nt.qm)("nomods"),ti=(0,nt.qm)("forceAlternativeSlot"),si=(e,t)=>{const s=(0,j.Z)(e.slot),n=(0,j.Z)(e.bunch),o=Object.create(null),r=t||(0,rt.z9)(n,s),{campaign:i={}}=r,{creative:a={}}=i,{provider:c,source:l={}}=a,{external:d}=l,u=$s(r);let p,m,f,g,h,A,v,b,y;const S=(0,Z.R)(),C=(0,Zt.B)()===s;let _,k,I,E,T,O;const L=[],$=(0,yt.Nu)(10,!0,!0),x=`container${$}`,D=`holder${$}`,R=`label${$}`,N=`iframe${$}`,M=t=>{const s=t.target,n=(0,_r.Z)(t);if(s&&1===n){const e=Te();P.Z.f(e)&&e(i)}e.clicked||((0,en.Z)(p.trackers.click),e.clicked=!0)},V=e=>{P.Z.f(e)&&L.push(e)},B=()=>{if([ut,dt].includes(f)||m===Ke){const{width:e,height:t}=(e=>{const t="2"===v&&S,s=e?k.parentNode:k,n=t?(0,Vo.Z)():s,{clientWidth:o,clientHeight:r}=n;return e?{width:o,height:r}:{width:Math.min(o,g),height:Math.min(r,h)}})(C),n=e/g,o=t/h,r=Math.min(n,C?o:n),i=Math.ceil(r*h),a=Math.ceil(r*g);p.scaleFactor=r,p.realWidth=a,p.realHeight=i;const c={[Dr]:`scale(${r},${r}) translate(-50%)`,[jr]:"0 0 0",[Ur]:"none",width:g,height:h,left:"50%"},l={height:i};(0,ft.cu)(D,c,[Dr,jr]),(0,ft.cu)(x,l);ln(s,l)||(0,ft.Vx)(!0)}},U=()=>{const t=(0,At.Y2)(s);if(t)return t.appendChild(k),e.doNotRelease=!0,(0,er.Z)(s),t;e.doNotRelease=!1},F=()=>{e.counted||((0,en.Z)(p.capping,!1,Sr),(0,en.Z)(p.pixels),Ys(_,p,((e,t)=>{Ms(n,s,rn(e,!1,`${t} measurements in success handler`,m),r)})),e.counted=!0)},q=()=>{var e;Object.assign(o,{container:k,link:I,label:O,iframe:null==(e=y)||null==e.getIframe?void 0:e.getIframe(),holder:_,image:E,video:T})},z=()=>{if(f!==pt&&!O&&(C&&(p.showLabel=!1),Xr&&m===Ve&&(p.showLabel=!1),P.Z.u(p.showLabel)&&m!==Ke&&(p.showLabel=!0),p.showLabel)){O=(0,yn.Z)(),(0,St.r)(O),(0,ft.Cj)(O,(0,ft.cu)(R));const e={[Gr]:Pr,zIndex:1};if(Xr)e.top=0,e[zr]=0;else{const{labelAlign:t=qr}=p,s=[qr,zr].includes(t)?t:qr;e.bottom=ct,e[s]=0}const t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:"9px",lineHeight:"14px",color:p.labelColor||"#888",display:Or,content:(0,xn.Z)(p.labelText||"REKLAMA")};(0,ft.cu)(R,e),(0,ft.cu)(`${R}:after`,t),V((()=>{O&&(O.remove(),O=null),(0,ft.jo)(R),(0,ft.Vx)()})),k.appendChild(O),(0,ft.Vx)(),q()}},G=()=>{const{closeIframe:e}=p,t={[Er]:Tr,[Kr]:"0 none",[Hr]:Or,[Jr]:Lr,[Ur]:"none",[Fr]:"none",[Vr]:e?null:ct,[Br]:e?null:ct};v&&(t[Vr]=e?null:g,t[Br]=e?null:h),(0,ft.Cj)(y.getIframe(),(0,ft.cu)(N,t)),V((()=>{y&&(y.destroy(),y=null),(0,ft.jo)(N)}))},H=(e,t)=>{if(!P.Z.u(e)&&!P.Z.u(t)){const n=(0,Ls.Z)();v?n[Br]=Lr:(lt(p,e,t),g=p[Vr],h=p[Br],(0,ft.cu)(x,{[Vr]:g,minHeight:h}),(0,ft.Vx)(),n.released=!0,n.slot=s,n[Br]=h),(0,cn.Z)(s,n)}},W=()=>{switch(m){case Je:f=pt,p.showLabel=!0;break;case Qe:f=pt;break;case Me:f=dt,Dt({creationBunch:n,creationSlot:s,creation:p,$creationHolder:_,onImpression:()=>{gn(n,s,p,Me)},onPassbackError:e=>{Ms(n,s,rn(!1,"backupAd missing",e,m),r)},onParseError:(e,t)=>{Ms(n,s,rn(t,!1,e,m),r)},onRequestError:e=>{Pn(n,s,e,m,r)}});break;case We:if(f=ut,!(0,As.Z)(p.redirUrl)){Ms(n,s,rn(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,E=null})),I=In(p),E=Tn(n,s,p),I.appendChild(E),_.appendChild(I);break;case et:{if(f=ut,!(0,As.Z)(p.redirUrl)){Ms(n,s,rn(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,T=null}));const e=$n(n,s,p),{$videoContainer:t}=e;({$creationVideo:T}=e),I=In(p),I.appendChild(t),_.appendChild(I);break}case Ve:e=k,gt&&(0,ft.Cj)(e,gt);break;case qe:case Fe:case Be:f=dt;break;case He:{f=dt;const e=(0,Ls.Z)();e.allow="autoplay",p[$r]?e[$r]=p[$r]:d&&(e[$r]=Ne),p[xr]&&(e[xr]=!0),(0,nt.qm)("debug")&&(A+=window.location.search,p.src=A);const t=(0,wt.mess)({url:A});y=(0,Et.Z)(e),G(),y.error((()=>{Pn(n,s,t,m,r)})),y.load(t,(()=>{if(y){const e=t=>{t&&t.data===$&&(window[Yr]("message",e),r.loadingTiming=Date.now()-r.startTime,(0,Ws.Z)({message:kr,path:"IframeTiming",fileName:Math.round(r.loadingTiming-r.impressionTiming),campaign:u,slot:s,bunch:n},1e3))};window[Qr]("message",e);const t=zo(p);y.postMessage(t,"*"),gn(n,s,p,He)}else Ms(n,s,rn(!1,"element missing",t,m),r)})),_.appendChild(y.getIframe());break}case Ge:f=dt,y=(0,Et.Z)({scrolling:"no"}),G(),y.load(p.src,(()=>{y?gn(n,s,p,Ge):Ms(n,s,rn(!1,"element missing",p.src,m),r)})),_.appendChild(y.getIframe());break;case Xe:f=dt,y=(0,Et.Z)({sandbox:Ne},void 0,{bunch:n,slot:s}),(0,ft.cu)(D,{overflow:Tr}),G(),_.appendChild(y.getIframe())}var e},K=t=>{if(p.destroyed){const e=rn(!1,"creation destroyed before displaying",!1,m);Ms(n,s,e,r)}else if(e.displayed)(0,Ws.Z)({message:kr,path:"Multiple display",slot:s,bunch:n,campaign:u,fileName:m},1e3,"Creative displayed multiple times","error");else{if(e.displayed=!0,t){if(!(0,Xn.Z)(t)){const e=rn(!1,"incorrect container in display",!1,m);return void Ms(n,s,e,r)}k=t}(0,sr.Z)(h)&&ln(s),(()=>{_=(0,yn.Z)(),(0,St.r)(_),_.removeAttribute(Nr);const e={[Vr]:g,[Br]:h,marginLeft:Lr,marginRight:Lr,[Gr]:Ir,[Wr]:p[Wr]||"transparent"};b&&(e[Ur]=p[Vr],e[Er]=Tr,e[Fr]="inherit"),p[Kr]?(e[Kr]=p[Kr],e[Er]=Tr,e.boxSizing="border-box"):e[Kr]="0 none",p.tagId&&(_.id=p.tagId),(0,ft.Cj)(_,(0,ft.cu)(D,e)),_[Qr](Mr,M)})(),(()=>{const{prevDivs:e}=r,t=(0,ft.cu)("sticky");V((()=>{(0,ft.ef)(k,t),e&&(e.container.remove(),e.holder.remove())}));const s={[`${Hr}!`]:Or,textAlign:Rr,alignItems:Rr,clear:"both",[Jr]:Lr,[Gr]:Ir,[Vr]:g,[Br]:h,[Ur]:ct};(0,St.r)(k),(0,ft.ef)(k,Dn.Z),(0,ft.Cj)(k,t),(0,ft.Cj)(k,(0,ft.cu)(x,s)),p[Nr]&&(0,ft.cu)(x,p[Nr])})(),W(),(()=>{if((0,Xn.Z)(k))return(0,ft.Vx)(!0),f!==pt&&k.appendChild(_),!0;const e=rn(!1,"container removed from DOM before impression",!1,m);Ms(n,s,e,r)})()&&((()=>{if(m===Ye){const e={container:_,bid:p.bid},t=e=>{const{errorCode:t,errorMessage:o,errorType:i}=e;Ms(n,s,rn({name:"OutstreamError",message:o,path:t,fileName:i},!1,!1,m),r)},o=e=>{gn(n,s,p,Ye),V((()=>{e()}))};(0,vt.ac)("outstream")(e).then(o).catch(t)}if(m===Fe||m===qe){let e='<head><style id="iaq">html,body{margin:0;padding:0;}</style>',t=p.code;const o=zo(p);if(m===qe){const e=p.data;t=`<ins class="dcmads" style="display:inline-block;width:${g}px;height:${h}px"`,e["dcm-gdpr-applies"]="gdpr=${GDPR}",e["dcm-gdpr-consent"]="gdpr_consent=${GDPR_CONSENT_755}",e["dcm-addtl-consent"]="addtl_consent=${ADDTL_CONSENT}",e["dcm-limited-ads"]="${LIMITED_ADS}",(0,w.Z)(e,((e,s)=>{t+=` data-${e}="${s}"`})),t+='><script src="https://www.googletagservices.com/dcm/dcmads.js"><\/script></ins>'}else e+="<script>",e+=`window.parent.postMessage("${$}","${window.location.origin}");`,(0,w.Z)(o,((t,s)=>{e+=`window.${t}=${JSON.stringify(s)};`})),e+="<\/script>";if(e+="</head>",t){t=(0,Uo.Z)(t),p.code=t,p.head=e;const r=(0,Ls.Z)();if(r.allow="autoplay",p[$r]?r[$r]=p[$r]:m!==qe&&d&&(r[$r]=Ne),p[xr]&&(r[xr]=!0),y=(0,Et.Z)(r,{},{bunch:n,slot:s}),(0,ft.cu)(D,{overflow:Tr}),G(),m===Fe){const e=t=>{if(t&&t.data===$){window[Yr]("message",e);const s=t.source;s&&s.postMessage(o,"*")}};window[Qr]("message",e),y.setBase(p.base),y.resetBodyStyle();const t=g,s=p.closeIframe?1:h;y.setAutoResize(t,s,(e=>{y.resetBodyStyle(),(0,ft.cu)(N,e),(0,ft.Vx)()}),500,3)}}}if(ti&&(p.useAlternativeSlot=!0),p.deferredInit||p.useAlternativeSlot&&((0,Ws.Z)({message:kr,path:"useAlternativeSlot",slot:s,bunch:n,campaign:u},1e4),U()),q(),m===Ue&&(gn(n,s,p,Ue),setTimeout((()=>{ln(s,{blocker:!0,fixed:!1,padding:0,margin:0,height:Lr,width:0,overflow:Tr,transparent:!0})})),V((()=>{(0,wr.Z)(s)}))),m===Xe)try{window.pbjs.renderAd(y.getDocument(),p.adId),y.resetBodyStyle(),gn(n,s,p,Xe)}catch(e){Ms(n,s,rn(e,!1,"prebid.renderAd",m),r)}m!==Fe&&m!==qe||(_.appendChild(y.getIframe()),y.write(p.head+p.code),y.resetBodyStyle(),gn(n,s,p,`${Fe}|${qe}`)),m===We&&(E.src=(0,wt.mess)({url:A}));const t=or(p.modsToLoad);m!==Ke||t||gn(n,s,p,Ke);const o=p.externalCode;if(P.Z.f(o)){(0,Ws.Z)({message:kr,path:"externalCode",slot:s,bunch:n,campaign:u,fileName:m},1e3);try{o(p)}catch(e){Ms(n,s,rn(e,!1,"externalCode",m),r)}}m===Be&&(y=wn({creationBunch:n,creationSlot:s,creation:p,onTemplateError:(e,t)=>{Ms(n,s,rn(!1,"template failure",t,m),r)},onWindowError:(e,t)=>{Ms(n,s,rn(!1,"iframe window missing",t,m),r)},onError:(e,t)=>{Pn(n,s,t,m,r)},onLoad:e=>{}}),G(),_.appendChild(y.getIframe()));if(m!==Ve&&m!==Qe||Mo(p),m===ze)if(p.backupAd){const t=_t(e,p.backupAd,p.trackers),o=(0,nt.qm)("forceBackupAd");if(p.backupAd=null,p.backupConfig=t,o)return void xt(n,s,r,t);Mo(p)}else Ms(n,s,rn(!1,"backupAd missing",!1,m),r);if(m===Je){const e=Le();P.Z.f(e)?e(p):Ms(n,s,rn(!1,"missing nativeHandler",!1,m),r)}})(),v&&(B(),(0,ht.DH)(B),V((()=>{(0,ht.vS)("resize",B)}))),(0,ft.Vx)())}},J=e=>{if((0,Xn.Z)(e))return _&&_[Yr](Mr,M),(0,br.Z)(_,e,[mt.$F]),_=e,r.container=_,(0,St.r)(_),q(),_[Qr](Mr,M),!0;const t=rn(!1,"incorrect container in updateContainer",!1,m);Ms(n,s,t,r)},Q=t=>{if(!e.impressed){if(t){if(!J(t))return}gn(n,s,p)}},Y=e=>{Ms(n,s,e,r)},X=t=>{const s=!t,n=m===Ve&&s,o=e.reuseContainer&&s,i={holder:_,container:k};if(L.forEach((e=>{e({incoming:s})})),L.length=0,_)if(_[Yr](Mr,M),_.removeAttribute(Nr),(0,ft.ef)(_,D),n){const e=(0,ft.cu)('hideggl [id^="google_"]',{position:Pr,"width!":1,"height!":1});(0,ft.Cj)(_,e)}else _.remove();if(k&&((0,ft.ef)(k,x),o||(k.removeAttribute(Nr),n||k.remove())),k=null,_=null,(0,ft.jo)(x),(0,ft.jo)(D),(0,it.Z)(p,"rebuild",null),(0,it.Z)(p,"config",null),(0,it.Z)(p,"gafSlot",null),(0,it.Z)(r,"creation",null),(0,it.Z)(e,"display",null),(0,it.Z)(e,"impress",null),(0,it.Z)(e,"updateSize",null),(0,it.Z)(e,"updateContainer",null),(0,it.Z)(e,"useAlternativeSlot",null),(0,it.Z)(e,"addDestroyHandler",null),(0,it.Z)(e,"setError",null),(0,it.Z)(e,"destroy",null),(0,it.Z)(e,"count",null),(0,it.Z)(e,"prepareLabel",null),p.destroyed=!0,n)return i};return hr((t=>{({creation:p,$creationContainer:k}=t),(()=>{(0,it.Z)(e,"uniqueID",$),(0,it.Z)(e,"slot",s),(0,it.Z)(e,"bunch",n),(0,it.Z)(e,"display",K),(0,it.Z)(e,"impress",Q),(0,it.Z)(e,"updateSize",H),(0,it.Z)(e,"updateContainer",J),(0,it.Z)(e,"useAlternativeSlot",U),(0,it.Z)(e,"addDestroyHandler",V),(0,it.Z)(e,"count",F),(0,it.Z)(e,"destroy",X),(0,it.Z)(e,"setError",Y),(0,it.Z)(e,"prepareLabel",z),(0,it.Z)(p,"rebuild",o),(0,it.Z)(p,"config",e),(0,it.Z)(p,"pvid",(0,bt.Vq)()),(0,it.Z)(r,"creation",p),(0,it.Z)(p,"gafSlot",r),b=p.expandable,m=p.type,(0,ar.Z)(`${kr}TYPE${m}`),m===We&&s===(S?1:3)&&(0,Lo.Z)("GafAPIMainImpression");const{passed:t}=r,i=Date.now();t&&(r.passedStartTime=i),r.startTime=i})(),(()=>{ei&&(p.modBlocked=p.mod,p.mod=void 0,p.useAlternativeSlot=!1);const{mod:e}=p;if(e){const t=(0,Qs.Z)(e);tr(t)&&(p.showLabel=!0),p.mod=t,ir.Z.mods=Cr(ir.Z.mods,t),p.modsToLoad=[...t]}})(),vr(p),Zr(p),lt(p,p[Vr],p[Br]),g=p[Vr],h=p[Br],v=p.scalable,!v&&S&&!C&&(0,sr.Z)(g)&&(0,sr.Z)(h)&&g>300&&h>50&&(v=!0,p.scalableForced=!0,p.scalable=v),A=(0,Uo.Z)(p.src),p.src=A;const i=nr(p.modsToLoad),a=or(p.modsToLoad);return p.deferredInit=i,i?(0,ft.ef)(k,Dn.Z):(m!==Ke||a||(0,Ws.Z)({message:kr,path:"NotDeferredInitMod",fileName:(0,Qs.Z)(p.mod).join(","),slot:s,bunch:n,campaign:u},1e3),K()),Xo(p),e}),e,n,s,r)},ni=()=>{const e=(0,nt.qm)("htmlFile");if(e){const t=(0,j.Z)((0,nt.qm)("htmlWidth"))||300,s=(0,j.Z)((0,nt.qm)("htmlHeight"))||250,n=(0,nt.qm)("pos")||"3",o=(0,st.P)(),r=at("TestCampaign",De.vb,!0,"TestCreative",""),i=R({delivered:1,campaign:r}),a={bunch:o,slot:n,creations:[{src:e,width:t,height:s,url:"https://reklama.wp.pl/?baner",type:He,sandbox:je}]};L(i,(()=>{si(a,i)})),(0,rt.fx)(o,n,i),(0,ot.Ai)(),(0,$t.Z)(n)}},oi=new Set,ri=()=>Array.from(oi);var ii=s(1440);const ai=e=>{const{slotsFromPayload:t}=xe;if((0,I.Z)(t)){const s=Object.keys(t);(0,Ws.Z)({message:"GafAPI",path:"HeadSlotNumbers",fileName:s.sort().join(",")},1e3),(0,w.Z)(t,((t,s)=>{e[t]&&(e[t]=s)})),xe.slotsFromPayload={}}},ci=e=>{(0,I.Z)(e)?(0,w.Z)(e,((e,t)=>{(0,ar.Z)(`GafAPIStatus${e.toUpperCase()}_${t}`)})):(0,ar.Z)("GafAPIStatusEmpty")},li=e=>e?(0,C.Z)("directOnly",(0,C.Z)("sellingModel",e)):0,di=(e,t)=>{let s=[];e&&(({reloadedSlots:s=s}=e),e.reloadedSlots=void 0,R(e),s.push(e)),t.reloadedSlots=s,t.reloaded=s.length},ui="loadScript",pi="timeout",mi=()=>{const e=window,t=e[ui],s=e[pi];if(P.Z.f(t)){const e=(0,cr.xG)();(0,Ws.Z)({message:"AdsFirst",path:"LoadScript"+(s?"WithTimeout":""),fileName:Object.keys(e).sort().join(",")},1e4)}},fi=e=>{const t=e.map((({rate:e,slot:t})=>[t,10*Math.ceil(10*e)]));return Object.fromEntries(t)};var gi=s(4634);const hi="GafAPI";let Ai=!1;ir.Z.gafDirect=0;const vi=(e,t,s,n,o,r,i)=>{li(s.campaign)&&(e=>{oi.add(e)})(t),di(n,s),s.bidRequestId=r,s.directRate=i,R(s);const{payloadBodies:a}=he(),c=`${e}_${t}`,l=a[c];l&&(L(s,l),a[c]=void 0),o[t]=s},Zi=(e,t,s,n)=>{var o,r;const i=[],a=(0,rt.fw)("bidRequestId"),c=null==(o=(0,rt.fw)("directRates"))||null==(r=o.rates)?void 0:r[e];let l={};c&&(l=fi(c)),(0,w.Z)(t,(n=>{const{loadedSlot:o,originalSlot:r}=((e,t,s)=>((0,Tt.Z)((0,cr.ni)(e)),{loadedSlot:t[e],originalSlot:s[e]}))(n,t,s);o!==r&&o&&(i.push(n),vi(e,n,o,r,s,a,l[n]))})),n&&i.forEach((e=>{(0,$t.Z)(e)}))},bi=(e,t,s,n)=>{const o=(0,C.Z)(n,window.WP);if(o){const{bodies:n,data:r}=o;let i;if((0,I.Z)(r)){const{ctx:a,bdd:c,bunches:l}=r,{setPayload:d}=he();(0,it.Z)(o,"inline",si),d(n),(e=>{e===u?((0,Xs.Z)(`${hi}BunchLoadingTime`,`${hi}LoadBunch`,`${hi}BunchLoaded`),ir.Z.gafDirect=1,Ai||(mi(),Ai=!0),(0,I.Z)((0,cr.xG)())||(0,Ws.Z)({message:hi,path:"SlotNotRegisteredBeforeLoad"},100)):e===m&&(0,ar.Z)(`${hi}HEADExists`)})(s),((e,t)=>{var s,n;if((0,I.Z)(e)){if(t===m){(0,ar.Z)(`${hi}HEADContext`);const{sda:t}=e;(0,To.Z)(t)&&(0,ar.Z)(`${hi}HEADSDAPresent`)}(0,rt.ZG)(e)}ir.Z.isRobot=(0,rt.fw)("isRobot"),ir.Z.dfpConfigTs=null==(s=(0,rt.fw)("dfpConfig"))?void 0:s.timestamp,ir.Z.maConfigTs=null==(n=(0,rt.fw)("maConfig"))?void 0:n.timestamp;const o=(0,rt.K5)();o&&(0,gi.Z)("WPgeo",JSON.stringify(o)),(0,j.Z)((0,rt.fw)("directOnly"))&&we(!0)})(a,s),((e,t)=>{if((0,I.Z)(e)){const s=e[Object.keys(e)[0]];t===m&&(0,ar.Z)(`${hi}HEADBigData`),(0,rt.Lh)(s)}})(c,s),(0,I.Z)(l)&&((0,w.Z)(l,((n,o)=>{ci(o.status);const r=(0,rt.Km)(n),a=(0,rt.__)(r),c=(0,rt.__)(o);(0,ii.hX)(c),ai(c),Zi(n,c,a,e),r.ctx=o.ctx;const l=(0,vt.ac)("prebid");l&&l.updateCurrency(),(0,I.Z)(c)||(i=`${hi}EmptyBunch${s}`,((e,t)=>{null!=t&&t.advSlots&&t.advSlots.split(",").forEach((t=>{zt(e,t,void 0,!0)}))})(n,t))})),s===m&&(0,ar.Z)(`${hi}HEADFilled`))}else(0,C.Z)("atrd",window.WP)||(0,le.o)("gafRedir",ce.nu,!0,!0),i=`${hi}Missing${s}`;i&&!(0,ot.mj)()&&s!==m&&(0,ar.Z)(i),(()=>{const e=Object.keys((0,rt.bh)());if(e.length>1){const t=e.join(", ");(0,Ws.Z)({message:hi,path:"MultipleBunchesOnView",fileName:t},100,`Two or more bunch ids (REKID) found on the page: ${t}. There should be only one.`,"error")}})()}},wi=e=>{const{timeOrigin:t}=window.performance,s="static"===e?Math.round(t):Date.now();ao("slotsStatusStartTime",s)},yi=(e,t,s,n,o)=>{ge(e),(0,$e.n)(t),Pe=s,(e=>{ke=e})(n),(e=>{Ee=e})(o),0===(0,C.Z)("rekid")&&(0,le.o)("rekid",ce.Ey,!0,!0);const{loadPayload:r,init:i}=he();i(),ni();const a=(0,Ae.bB)("adtech","PA-218"),c=(0,ue.fS)("gafBeforePrebid"),l=(0,ue.fS)("gafParallel");xe.gafFirst=["A","D"].includes(a)||c,xe.gafParallel=["B","E"].includes(a)||l,Se(),(0,de.DN)(wr.Z),wi("static"),se.Z.fill((()=>{const e=r(bi);e&&(xe.headSlots=Object.keys(e),Object.assign(xe.slotsFromPayload,e))})),P.Z.f(ke)?ke():(Ce.Z.open(),_e.Z.open())};var Si=s(3121),Ci=s(6590);const _i=()=>{(0,w.Z)(Ci.Z,wr.Z)},ki=()=>{(0,Si.aS)((()=>{Se(),oi.clear(),_i(),[Wt,Kt,Jt].forEach((e=>e.clear())),Ht.forEach(((e,t)=>{e.destroy(),Ht.delete(t)})),(0,rt.Iq)(),(0,rt.Hw)(),(0,At.RK)()}))};var Ii=s(7952),Pi=s(9366);const Ei=()=>/google/i.test((0,Pi.a)()),Ti=()=>{Nn.fromGoogle=Ei()&&(0,Z.R)()?"1":"0"},Oi=()=>{const e=$o();P.Z.f(e.destroySlots)&&e.destroySlots(),Bn.forEach((e=>{e.definedSlot=void 0,e.creation=void 0}))};var Li=s(1603),$i=s(4523);const xi=()=>[[ve.i7,"chr"],[ve.hx,"ff"],[ve.G6,"saf"],[ve.f0,"opr"],[$i.Z,"ie"],[Sn.Z,"bot"]].reduce(((e,t)=>t[0]?t[1]:e),"oth")+(ve.mL?"_m":"");var Di=s(9719);const ji=()=>{if((0,Hs.XG)()===De.xb)return(0,Di.G)()};var Ri=s(4447);const Ni=()=>(0,ue.fS)("useAmazon")&&!(()=>{const e=(0,ue.CV)("amznConfig"),{disabledGEO:t}=e,s=t||[616];if((0,To.Z)(s)){const e=JSON.parse((0,S.Z)("WPgeo")),t=(0,rt.K5)(),n=(null==t?void 0:t.country)||(null==e?void 0:e.country);if(n)return s.includes((0,j.Z)(n))}})();var Mi=s(1606);const Vi=e=>{const{error:t}=Nn;t||_e.Z.fill((()=>{const t=(0,vt.ac)("prebid"),s=(0,Mi.Z)();if(t&&s){const n=t.restrictAndLimitSlots(e);n.length>0&&s.fetchBids({slots:n},(e=>{const{bids:t}=Kn;(0,To.Z)(e)&&e.forEach((e=>{e.amzniid.length>0&&t.push(e)}))}))}else(0,ar.Z)("NoAPSOnFetch")}))},Bi="AmazonAPI",Ui=()=>{const{pubID:e,units:t}=(0,ue.CV)("amznConfig"),{isLoaded:s}=Kn;if(s||!Ni())return!1;if((0,Mi.Z)(),e&&t){const s=()=>{Kn.isError=!0,(0,Ze.Z)(Bi,!1)},n=()=>{const n=(0,Mi.Z)();if(n){n.init({pubID:e,adServer:"googletag"},(()=>{})),Kn.isLoaded=!0,(0,Ze.Z)(Bi,!0),Vi(t);const s=()=>{(0,Ri.nj)()&&Vi(t)};(0,Si.ME)(s)}else s()};(0,Mt.Z)({withMeasurement:Bi,id:"apstag",src:"//c.amazon-adsystem.com/aax2/apstag.js",onLoad:()=>{n()},onError:s})}};var Fi=s(3448);const qi=()=>{se.Z.fill((()=>{if((0,Fi.Z)(755,[1])){const e="gpt";(0,Lo.Z)("GamAPILoad"),(0,Mt.Z)({withMeasurement:"GPT",id:e,src:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",onError:()=>{(0,le.o)(e),Nn.error=!0,Li.Z.open()},onLoad:()=>{Nn.loaded=!0}}),Ui()}}))},zi=({slot:e})=>{const t=e.getAdUnitPath();return{gafData:Un(t),placement:t}},Gi=(e,t,s)=>{const{lineItemId:n,isEmpty:o,advertiserId:r}=e;if(o);else if(!n||!s)return n&&4667386944===r?3:1},Hi=(e,t,s)=>{if((0,To.Z)(t))if(e)s(1,1);else{const e=(0,j.Z)(t[0]),n=(0,j.Z)(t[1]);e>1&&n>1?s(e,n):setTimeout((()=>{s(0,0)}),500)}},Wi="GamAPI";let Ki=!1;const Ji=e=>{const{gafData:t,placement:s}=zi(e);if(t){const{slot:n,creation:o,setNative:r,passbackAfterRender:i,isInterstitial:a,isAnchor:c,isNative:l}=t,{config:d,gafSlot:u,rebuild:{container:p}}=o,{updateSize:m,impress:f,addDestroyHandler:g}=d,h=Gi(e,s,i);if(t.rendered=Date.now(),clearTimeout(t.timeout),t.timeout=void 0,Ki||((0,Lo.Z)("GAMFirstRender"),Ki=!0),(0,dn.Z)(n)&&(0,Xs.Z)(`${Wi}Timing${n}`,`${Wi}Load`,`${Wi}Impression${n}`),h){if(u.vendor=h,l)r&&(r({type:"teaserHide"}),g((()=>{r({type:"teaserShow"})})));else{const{size:t}=e;Hi(a||c,t,m)}f(),Hn("dfp_notempty",t)}else Yn(t,"empty");(e=>{gt&&(0,ft.ef)(e,gt)})(p)}else(0,Ws.Z)({message:Wi,path:"MissingGAMData",fileName:s})};let Qi=!1;const Yi=e=>{const{gafData:t,placement:s}=zi(e);t&&(Qi||((0,Lo.Z)("GAMFirstRequest"),Qi=!0),t.requested=Date.now(),t.timeout=setTimeout((()=>{t.rendered||(t.timeouted=!0,Hn("dfp_norender",t))}),3e3))},Xi=e=>{const{gafData:t,placement:s}=zi(e);t&&(t.responded=Date.now())},ea={},ta="GamAPI",sa=()=>{const e=()=>{(0,Xs.Z)(`${ta}LoadingTime`,`${ta}Init`,`${ta}Loaded`),(0,Ze.Z)(ta,!0);const e=ji(),t=$o(),s=t.pubads();s.setTargeting("browser",xi()),s.setTargeting("stid",((0,Ii.Rn)()||"").slice(0,10));const n=rr()?"1":"0";if(s.setTargeting("wpmext",n),(0,Hs.OT)()){const{href:e}=ea;e&&s.set("page_url",e)}e&&s.setPublisherProvidedId(e),t.enableServices(),s.addEventListener("slotRequested",Yi),s.addEventListener("slotResponseReceived",Xi),s.addEventListener("slotRenderEnded",Ji),(0,Si.aS)((()=>{Ti(),Oi()})),(0,Z.R)()||(gt=(0,ft.cu)("gptMaxWidth",{"overflow!":"hidden","maxWidth!":980})),Li.Z.open()},t=()=>{(0,Ze.Z)(ta,!1),Li.Z.open()};(0,te.uD)()||(Li.Z.close(),Ti(),(0,pe.$T)("gpt-tag-load"),(0,pe.$T)("gpt-first-ad-request"),(0,pe.$T)("gpt-first-ad-render"),(0,Lo.Z)(`${ta}Init`),Ro(e,t),qi())},na=(e,t,s,n)=>{const o=[];return(0,w.Z)(e,((e,r)=>{let i=Object.assign({},r);t&&(i=t(i)),s&&(i[s]=n?(0,j.Z)(e.replace(/\D/g,"")):e),o.push(i)})),o},oa=e=>{const t=Object.create(null);return e.run&&(e.viewed?(e.missing&&(0,Zs.Z)("Ad viewed with incorrectly set 'missing' flag.",!0),e.missing=0):e.error=1),(0,w.Z)(D,((s,n)=>{e[s]&&(t[n]=e[s])})),t},ra=(e,t)=>{if(P.Z.o(e)){const s={};return(0,w.Z)(e,((e,n)=>{n&&!e.startsWith("__")&&"unknown"!==n&&"undefined"!==n&&(P.Z.u(t)||Array.isArray(t)&&!t.includes(e))&&(s[e]=n)})),s}},ia=e=>"auto"===e||e===ct?-1:0,aa=(e,t)=>{const s=(null==e||null==e.toJSON?void 0:e.toJSON())||e;if(!(0,I.Z)(s))return void(0,Zs.Z)("Incorrect rect object.",!0);const{x:n,y:o,width:r,height:i}=s,a={w:(0,sn.Z)(r)?Math.round(r):ia(r),h:(0,sn.Z)(i)?Math.round(i):ia(i)};if(t)if((0,vs.Z)(n)&&(0,vs.Z)(o)){const e={x:Math.round(n),y:Math.round(o)};Object.assign(a,e)}else(0,Zs.Z)("Incorrect position coordinates.",!0);return a},ca=(e,{percent:t,state:s})=>(null!=s&&s.vt&&(e[t]=Math.min(s.vt,5)),e),la=e=>ra(e,Vs.wu),da=(e,t,s)=>{const n=t.viewability;if(J._x){const n=t.container;if(n){const o=n.getBoundingClientRect(),r=Ci.Z[s],i=null==r?void 0:r.element;if(null!=i&&i.contains(n)){const t=i.getBoundingClientRect();e.plr=aa(t)}if(!i){const t=n.parentNode;if(t){const s=t.getBoundingClientRect();e.ptr=aa(s)}}e.br=aa(t.campaign.creative),e.cr=aa(t),o&&(e.r=aa(o,!0)),(0,sn.Z)(t.impressionTiming)&&(e.tm=Math.round(t.impressionTiming))}}if(n){const t=n[mt.OI],s=n[mt.$F];(0,To.Z)(t)&&s&&(s.vta=t.reduce(ca,{}));const o=Object.assign({},n);delete o[mt.OI];const r=na(o,la);r.length&&(e.vab=r)}},ua=()=>{const e=[];return(0,w.Z)((0,rt.bh)(),((t,s)=>{if(s){const n=(0,rt.__)(s),o=Object.create(null);o.id=(0,j.Z)(t);const r=na(n,oa,"id",!0);r.forEach((e=>{const t=e.id,s=n[t];s&&da(e,s,t)})),(0,w.Z)(n,((e,t)=>{t.reloadedSlots&&t.reloadedSlots.forEach((t=>{const s=Object.create(null);s[e]=t;const[n]=na(s,oa,"id",!0);da(n,t,e),r.push(n)}))})),null!=r&&r.length&&(o.slots=r,e.push(o))}})),e},pa=new Map,ma=e=>{if((0,As.Z)(e)){const t=(pa.get(e)||0)+1;return pa.set(e,t),t}};var fa=s(6792),ga=s(967),ha=s(8700),Aa=s(6679);const va=e=>{const t=[];return(0,I.Z)(e)&&(0,w.Z)(e,((e,s)=>{if((0,I.Z)(s)){const n=[],o={};o.id=(0,j.Z)(e),(0,w.Z)(s,((e,t)=>{const s={},o=[];s.id=(0,j.Z)(e),s.vab=o,(0,w.Z)(t,((e,t)=>{const s=ra(t,Vs.wu);(0,I.Z)(s)&&o.push(s)})),o.length&&n.push(s)})),n.length&&(o.slots=n,t.push(o))}})),t};let Za;const ba=()=>{const e=ua(),t=va((0,fa.Z)()),s=Object.create(null);if((0,To.Z)(e)&&(s.bunches=e),(0,To.Z)(t)&&(s.video=t),(0,I.Z)(s)){J._x&&(s.viewport={scroll:Math.round((0,ha.Z)().top),width:(0,Aa.Z)(),height:(0,ga.Z)()});const e=JSON.stringify(s);if(e!==Za)return Za=e,s.counter=ma((0,bt.Vq)()),JSON.stringify(s)}};var wa=s(975),ya=s(5216),Sa=s(6217),Ca=s(7595);const _a=(e,t)=>{let s="fsc.gif?";s=(0,Ar.Z)(s,"SN",(0,Qt.W_)()),s=(0,Ar.Z)(s,"action","inventory2");const n={useBeacon:(0,Ca.Z)(t),off:!(0,ya.Z)("fsc")};return(0,Sa.Z)(s,"inventory",e,n)};let ka,Ia;const Pa=({type:e}={})=>{const t=ba();t&&_a(t,e)},Ea=()=>{clearTimeout(Ia),Ia=setTimeout(Pa,ka)},Ta=()=>{zs=Ea,wa.Z&&(ka=(0,Z.R)()?2e3:4e3,J._x&&(0,ht.Um)(Pa),(0,ht.hT)(Pa),(0,ht.vv)(Pa),(0,ht.uU)(Pa),(0,ht.mc)(Pa,!0),(0,Si.aS)(Pa,!0))},Oa=new Map,La=(e,t,s)=>{const n={timeoutId:setTimeout((()=>{P.Z.f(s)&&s(),Oa.get(e).hasFired=!0}),t),hasFired:!1};Oa.set(e,n)},$a=()=>Oa,xa=()=>{Oa.forEach((({timeoutId:e},t)=>{clearTimeout(e),Oa.delete(t)}))};let Da;const ja=e=>{xa(),Da=e},Ra=()=>Da,Na=({vendor:e,campaign:t})=>{var s,n;return!(!(null==t||null==(s=t.creative)||null==(n=s.source)?void 0:n.external)&&2===e)&&!(Os===e)},Ma=(0,nt.qm)("asrTimeout"),Va=(e,t)=>{const{dfpConfig:s,passedDfpConfig:n,hasAsrFinished:o,reloaded:r}=t,{hasToHaveBids:i,slots:a=[],limit:c={}}=(0,ue.g1)("asr")||{};if((c.isUsed||(0,ps.wV)("limitTestVersion"))&&r>=c.count)return!1;const l=!(!s&&!n),d=(0,ve.X2)()?[3,5,7,50]:a,u=(0,ps.wV)("oldAsrTestVersion");let p=!i||u;if(i&&!u){const s=(0,vt.ac)("prebid"),n=null==s||null==s.getHighestBid?void 0:s.getHighestBid(e),r=(0,I.Z)(n);if(r||!o){const{asrWithBidsTestVersion:e}=(0,ue.g1)("testConfig");p=!e||(0,ps.wV)("asrWithBidsTestVersion"),o||r||(t.hasAsrFinished=!0)}}return(d.includes(e)||!!Ma)&&l&&p&&Na(t)},Ba=(e,t,s)=>{if(Ra())return;const{dfpConfig:n,passedDfpConfig:o,hasAsrFinished:r,lazy:i}=s,a=(0,Lt.Z)(n||o),{placement:c,roshash:l}=a,d=(0,rt.fw)("rshsd"),u=Ss(l,d),p=ys(u);c.includes("_asr")||(a.placement=`${c}_asr`),a.targeting={emptygaf:"0",DFPHASH:p};const m=R({isAsr:1,delivered:1,lazy:i,dfpConfig:a,hasAsrFinished:r});di(s,m),(0,rt.fx)(e,t,m),(0,$t.Z)(t)},Ua=(e,t)=>{const{extraViewability:s={}}=(0,ue.g1)("asr")||{},n=Va(e,t),o=Ra(),r=(0,ps.wV)("asrWithExtraViewabilityVersion")||s.isUsed,i=(0,ps.wV)("asrWithExtraViewabilityMeasureOnceVersion")||s.isMeasureOnceUsed;if(!n||o)return;const{creation:a}=t,{rebuild:{holder:c},config:{bunch:l}}=a,d=oo(),u=r&&!i,p=r&&i&&!t.reloaded,m=u||p,f=()=>{if(!a.destroyed){const n=()=>{Ba(l,e,t)};let o;if(m){const t=$a(),r=()=>t.get(e).hasFired;o=(0,qs.MA)(n,r,s.time,!s.isCumulativeDisabled)}else o=(0,qs.MA)(n);(0,nn.Z)(c,[o],`${mt.bH}_${e}`)}};m?(f(),La(e,d)):La(e,d,f)},Fa=()=>{(0,de.W3)(Ua),(0,Si.uz)("page:close",xa),ja(!0)},qa=()=>window.location.href.match(/(gaftag|blackbox-postmessage-es(5|6)-min)\.html/i),za=()=>{const e=(0,ue.fS)("useAsr"),t=(0,ps.wV)("asrTestVersion"),s=(0,nt.qm)("asrTimeout");(t||s)&&(()=>{const{timeout:e}=(0,ue.g1)("asr"),{version:t}=(0,ps.Uu)()||{};no=(0,I.Z)(e)?e[t]||e.default||so:e||so})();const n=e||t||s||(0,ve.X2)(),o=(0,te.mv)(),r=qa();!n||o||r||(ja(!1),(0,de.sv)(Ua),(0,Si.aS)(xa))};var Ga=s(2971);const Ha=(e,{vendor:t=-1})=>{const s=Ns("wnP",e,t),n=co("slotsStatusStartTime"),o=co("timeout");if(s){s.wnP;const t=(0,vt.ac)("prebid");if(t){const n=t.slotIsLimited(e),o=t.getPvFraction();n&&(s.blState=n),o&&(s.pvfraction=o)}o&&(s.apiTimeout=1),n&&(s.tts=Date.now()-n);const{disabled:r,isFirst:i,isBlackBox:a}=rs;i&&(s.first=1,s.randomValue=(0,yt.f_)()),rs.isFirst=!1,(0,Ga.Z)(s),r||s.disabled||(0,_s.Z)("slotStatus",s),a||cs(e)}},Wa=()=>{const e=(()=>{const{href:e}=window.location;return/(wpext\.pl|std\.wpcdn\.pl).*blackbox-postmessage.*html/.test(e)})();rs.isBlackBox=e,rs.disabled=e||(0,ue.fS)("slotStatusDisable"),(0,Si.ME)(wi),(0,Si.SG)(wi),(0,Si.aS)(ds),(0,de.wN)(Ha)};var Ka=s(2978),Ja=s(4677),Qa=s(1747),Ya=s(8393);const Xa=(0,nt.qm)("forceSync"),ec="WPs2shash";let tc={};const sc=()=>Math.round(Date.now()/6e4),nc=({dsp:e})=>{const t=tc[e]||0,s=sc();if(Xa||s-t>0)return!0},oc=()=>{try{return window.top.location.hostname}catch(e){return(0,on.Z)(document.referrer).hostname||""}},rc=()=>(0,kt.Z)({inver:(0,Hs.XG)()!==De.xb?(0,Hs.XG)():"",host:oc()},!1,!0),ic=(e="",t="",s=0,n="")=>`https://ssp.wp.pl/bidder/usersync/setuid?${Pt(s,n)}&${rc()}&${(0,kt.Z)({bidder:e,uid:t},!1,!0)}`,ac=(e,t,s)=>{const n=(0,Ii.Rn)(),o=[{name:"rtbhouse",vendor:16,src:`https://creativecdn.com/cm-notify?${(0,kt.Z)({pi:"wppbsrv"})}&${Pt(e,t)}`},{name:"triplelift",vendor:28,src:`https://eb2.3lift.com/getuid?${(0,kt.Z)({gdpr:(0,It.Z)(e),cmp_cs:t,us_privacy:"",redir:encodeURIComponent(ic("triplelift","$UID",e,t))})}`},{name:"pubmatic",vendor:76,src:`https://image8.pubmatic.com/AdServer/ImgSync?${(0,kt.Z)({p:"62652",pu:encodeURIComponent(`https://image4.pubmatic.com/AdServer/SPug?${(0,kt.Z)({partnerID:"62652",pmc:"PM_PMC",pr:encodeURIComponent(ic("pubmatic","#PMUID",e,t))})}`)})}&${Pt(e,t)}`},{name:"rubicon",vendor:52,src:`https://pixel.rubiconproject.com/exchange/sync.php?${(0,kt.Z)({p:"pbs-grupapolska"})}&${Pt(e,t)}`},{name:"ix",vendor:10,src:`https://ssum.casalemedia.com/usermatchredir?${(0,kt.Z)({s:"184932",cb:encodeURIComponent(ic("ix","",e,t))})}`},{name:"openx",vendor:69,src:`https://rtb.openx.net/sync/prebid?${(0,kt.Z)({r:encodeURIComponent(ic("openx","${UID}",e,t))})}`},{name:"adnxs",vendor:32,src:`https://ib.adnxs.com/getuid?${encodeURIComponent(ic("adnxs","$UID",e,t))}`},{name:"smartssb",vendor:45,src:`https://ssbsync-global.smartadserver.com/api/sync?${(0,kt.Z)({callerId:5,us_privacy:"",redirectUri:encodeURIComponent(ic("smartssb","[ssb_sync_pid]",e,t))})}&${Pt(e,t)}`},{name:"adform",vendor:50,src:`https://cm.adform.net/cookie?${(0,kt.Z)({redirect_url:encodeURIComponent(ic("adform","$UID",e,t))})}`},{name:"connectad",type:"iframe",vendor:138,src:`https://cdn.connectad.io/connectmyusers.php?${(0,kt.Z)({gdpr:(0,It.Z)(e),consent:t,cb:encodeURIComponent(ic("connectad","",e,t))})}`},{name:"stroeerCore",type:"iframe",vendor:137,src:`https://js.adscale.de/pbsync.html?${Pt(e,t)}&${(0,kt.Z)({redirect:encodeURIComponent(ic("stroeerCore","",e,t))})}`},{name:"visx",vendor:154,src:`https://t.visx.net/s2s_sync?${Pt(e,t)}&${(0,kt.Z)({redir:encodeURIComponent(ic("yoc_visx","${UUID}",e,t))})}`},{name:"oftmedia",vendor:1111,src:`https://sync.ortb.152media.info/csync?${(0,kt.Z)({redir:encodeURIComponent(ic("oftmedia","${uid}",e,t))})}`},{name:"onetag",type:"iframe",vendor:241,src:`https://onetag-sys.com/usync/?${Pt(e,t)}&redir=${encodeURIComponent(ic("onetag","${USER_TOKEN}",e,t))}`}];if(n&&o.push({name:"gopl",vendor:690,src:`https://m.goadservices.com/match/wp?id=sspBC&pid=${n}`}),s){o.push({name:"sspbc",vendor:676,src:`https://dot.wp.pl/r${(0,yt.Nu)()}/getuid?${(0,kt.Z)({url:encodeURIComponent(ic("wpartner","$statid",e,t))})}`}),o.push({name:"oftmedia_adkernel",type:"iframe",vendor:14,src:`https://sync.adkernel.com/user-sync?${(0,kt.Z)({zone:177545,r:encodeURIComponent(ic("oftmedia_adkernel","{UID}",e,t))})}&${Pt(e,t)}`});const s=(0,nt.qm)("redirect");s&&n&&o.unshift({name:"prebidserver",vendor:676,src:s.replace("$UID",n)})}return o};var cc=s(4211);const lc=(e,t)=>{const{loadStart:s}=e,n=Date.now()-s;return Object.assign(e,{error:t,timeToResourceLoad:n})},dc=e=>new Promise((t=>{if(P.Z.o(e)){const{dsp:s,type:n="image",src:o}=e;switch(e.cookie=X.C[s],e.loadStart=Date.now(),n){case He:(0,cc.Z)({src:o,onLoad:()=>{t(lc(e,0))},onError:()=>{t(lc(e,1))},onTimeout:()=>{t(lc(e,2))},timeout:2e3});break;case We:(0,re.Z)({src:o,onLoad:()=>{t(lc(e,0))},onError:()=>{t(lc(e,0))},onTimeout:()=>{t(lc(e,2))},timeout:1500});break;default:t(lc(e,1))}}}));var uc=s(6342);let pc;const mc=e=>{const t=e.returned||e.value;if(t){const e=(0,oe.Z)(t.cookie);e||(t.error=1);const{error:s,dsp:n,loadStart:o,timeToResourceLoad:r,type:i="image"}=t,a=o-pc;((e,t)=>{const s=sc(),n=(0,As.Z)(t)?1440:60;tc[e]=s+n})(n,e),J.b4&&(0,_s.Z)("atfd_sync",{vendor:n,slotState:s,duration:r,timeStart:a})}},fc=async e=>{const t=[];return await(0,uc.Z)(e.map((e=>()=>{const s=(async e=>Promise.allSettled(e.map((e=>dc(e)))))(e);return s.then((e=>{e.forEach((e=>{mc(e),t.push(e)}))})),s}))),t},gc=async(e,t)=>{pc=Date.now();const s=((e,t)=>{const s=[],n=e.length;let o=0;for(;o<n;){const n=e.slice(o,o+t);s.push(n),o+=t}return s})(e,3);await fc(s);t()},hc=(e,t,s,n)=>{const o=({type:t,src:n,vendor:o,name:r})=>{if(!e||s(o,[1,2,3,4,7]))return{type:t,src:n,dsp:r}};var r;r=()=>{const s=ac(e,t,n).map(o).filter(Boolean).filter(nc);s.length&&gc(s,(()=>{(()=>{const e=(0,Qa.M)(tc);ee.pt||(0,gi.Z)(ec,e),Ya.default.set(ec,e,(()=>{}))})()}))},Ya.default.get(ec,(e=>{let t=e.value;t||ee.pt||(t=(0,S.Z)(ec)),tc=(0,Qa.C)(t)||{},r()}))},Ac=()=>{const e=(0,Ct.zC)(),t=(0,Ct.do)();hc(e,t,Fi.Z)},vc=()=>{const e=(0,nt.qm)("forceSync"),t=[Ka.BB,Ka.bL,Ka.Uk,Ka.Uv];(!(0,te.FJ)()&&!(0,te.IK)()&&(0,Ka.rS)(t)||e)&&se.Z.fill((()=>{((0,Fi.Z)(676,[1,2,3,4,7])||e)&&Ja.Z.fill((()=>{Li.Z.fill(Ac)}))}))};var Zc=s(1425),bc=s(8994);const wc=new Map;g.default.registeredPlayers=wc;const yc={registration:new Set,unregistration:new Set};g.default.playerHandlers=yc;const Sc=e=>{const t=wc.get(e);if(t)return wc.delete(e),yc.unregistration.forEach((s=>{s(t,e)})),!0},Cc=(e,t)=>{if((e=>{if(P.Z.o(e)&&P.Z.b(e.autoplay)&&P.Z.b(e.forceSound))return!0})(e)&&(0,Xn.Z)(t)&&!wc.has(t))return wc.set(t,e),yc.registration.forEach((s=>{s(e,t)})),!0},_c=(e,t)=>{const s=yc[e];if(P.Z.f(t)&&!s.has(t))return s.add(t),!0},kc=(e,t)=>{const s=yc[e];if(P.Z.f(t)&&s.has(t))return s.delete(t),!0},Ic=e=>_c("unregistration",e),Pc=e=>{if(_c("registration",e))return wc.forEach(((t,s)=>{(0,Xn.Z)(s)&&e(t,s)})),!0},Ec=e=>kc("unregistration",e),Tc=e=>kc("registration",e),Oc=e=>(...t)=>{s.e(345).then(s.bind(s,9055)).then((({default:s})=>{s[e](...t)})).catch((e=>{console.error(e)}))},Lc=Oc("dismissSlots"),$c=Oc("dismissPlaceholders"),xc=Oc("exposeSlots"),Dc=Oc("exposePlaceholders"),jc=Oc("getDFPConfig");document.addEventListener("keydown",(e=>{e.ctrlKey&&(96===e.which&&Lc(),110===e.which&&xc())}));var Rc=s(5131);const Nc=()=>{(0,bc.vi)("s2s_name"),(0,bc.vi)("s2s_incld"),(0,bc.vi)("s2s_xcld");const e=(0,ps.ju)();e&&((0,bc.ie)("s2s_name",e.name),(0,bc.ie)("s2s_incld",e.include),(0,bc.ie)("s2s_xcld",e.exclude)),(0,Qt.y1)("^tech")&&(0,bc.ie)("whbid-test",1)};var Mc=s(9634);const Vc=()=>"wifi"===(null==Mc.Z?void 0:Mc.Z.type);var Bc=s(5313),Uc=s(6934);const Fc=()=>{const{location:e,screen:t}=window,s=(0,f.ZF)("ccategory");if(Nc(),(0,Hs.OT)())(0,Ws.Z)({message:"collectEnv",path:"isTagFrame"}),(0,bc.ie)("phtml",ea.path),(0,bc.ie)("PWAref",ea.ref);else{(0,bc.ie)("phtml",e.hostname+e.pathname),(0,bc.ie)("phash",e.hash.slice(1));const t=(0,Pi.a)();t&&((0,bc.ie)("fromGoogle",(0,It.Z)(Ei())),(0,bc.ie)("fromSG",(0,It.Z)(/www\.wp\.pl/i.test(t))),(0,bc.ie)("PWAref",t.replace(/https?:\/\//,"")))}return(0,bc.ie)("PWA_adbd",(0,Rc.pB)()),(0,bc.ie)("darkmode",(0,fo.Z)(),!0),(0,bc.ie)("pds",(0,ro.Y)()),(0,bc.ie)("PWAsw",t.width),(0,bc.ie)("PWAsh",t.height),(0,bc.ie)("highLayout",(0,Bc.Z)()),(0,bc.ie)("layout",(0,f.ZF)("layout"),!0),(0,bc.ie)("wifi",Vc()&&1),(0,bc.ie)("fledge",(0,go.Z)()&&1),(0,bc.ie)("reloaded",(0,Fn.r)()&&1),(0,bc.ie)("ctab",(0,f.ZF)("ctab"),!0),(0,bc.ie)("chId",(0,f.ZF)("chId"),!0),(0,bc.ie)("cc",Cr(mo()).join(","),!0),(0,bc.ie)("amp",(0,ve.Rf)()&&1),(0,bc.ie)("abtest",(0,Ae.KF)(),!0),(0,bc.ie)("ctype",(0,f.ZF)("ctype"),!0),(0,bc.ie)("cview",(0,f.ZF)("cview"),!0),(0,bc.ie)("ciab",(0,f.ZF)("ciab"),!0),(0,bc.ie)("ccategory",s&&(0,Uc.Z)(s),!0),(0,bc.ie)("REKtagi",(()=>{if(!(0,ve.KD)())return(0,Ri.C)()?(0,uo.J1)():(0,uo.Ut)()})(),!0),(0,bc.hf)()},qc=(0,nt.qm)("rvTest")||"1",zc=(e,t,s,n)=>{const o=Object.create(null);return o.rv=qc,o.sn=(0,Qt.W_)(),o.pvid=(0,bt.Vq)(),n?o.rekid=t:o.rekids=t,Object.assign(o,Fc(),s,(0,nt.Kp)()),e+(0,kt.Z)(o,!0)},Gc=(e,t,s)=>{if((0,te.Yw)())return;const n=e||(0,st.P)();return zc(t,n,s,!0)},Hc=(e,t)=>Gc(e,"https://rek.www.wp.pl/aad.xml?",t),Wc=(e,t)=>Gc(e,"https://rek.www.wp.pl/vad.xml?",t),Kc=e=>{const t=(0,rt.cT)("rpm");return null==t?void 0:t[e]};var Jc=s(3871);const Qc=[];g.default.loadHandlers=Qc;let Yc=!1;const Xc=()=>{for(Yc=!0;Qc.length;)Qc.shift()()},el=e=>{P.Z.f(e)&&Qc.push(e),Yc&&Xc()};var tl=s(7795),sl=s(1775);const nl=[[p,5,500],[u,1,1e3]],ol=Object.fromEntries(nl.map((([e])=>[e,{}]))),rl=Object.fromEntries(nl.map((([e,t])=>[e,t]))),il=Object.fromEntries(nl.map((([e,,t])=>[e,t]))),al=nl.map((([e])=>e));nl.forEach((([e])=>{sl.Z[e]=0})),g.default.gafRequestStore=ol;const cl=(e,t)=>{if(!al.includes(e))return void(0,Zs.Z)("Unknown GAF request type given to request-store",!0);let s=!0;const n=`${t}`,o=(0,bt.Vq)(),r=ol[e],i=r[o]||{},a=i[n]||{},{requests:c=0,lastRequest:l=0}=a,d=Date.now(),u=d-l<il[e];return a.lastRequest=d,u&&(a.requests=c+1,a.requests>=rl[e]&&((0,Ws.Z)({message:"GafAPI",path:"AntyDDoS",fileName:`${e}:${t}`},100,`Request of type "${e}" with params "${t}" sent to GAF shortly after previous.`,"error"),s=!1)),i[n]=a,r[o]=i,s||(sl.Z[e]+=1),s},ll="GafAPI";let dl=(0,j.Z)((0,nt.qm)("lockApp"));const ul=(e,t,s)=>{cl(e,t);s()},pl=(e,t,s,n,o=u)=>{if((0,ar.Z)(`${ll}BunchLoaded`),dl&&((e=>{const t=window,s=t[ui],n=t[pi];if(P.Z.f(s)){let o;clearTimeout(n),t[ui]=()=>{},t[`_${ui}`]=s;const r=()=>{clearTimeout(o),s()};t[`__${ui}`]=r,e&&(o=setTimeout(r,e))}})(dl>1?dl:0),dl=!1),(0,ot.mj)()||(0,te.I)())return void(P.Z.f(t)&&(0,ht._k)((()=>{t((0,rt.bh)())})));(0,tl.Z)((0,st.P)())&&(e?(0,st.q)(e):(0,Ws.Z)({message:ll,path:"NoGlobalBunchID",fileName:e}));const r=e||(0,st.P)();if(!r)return(0,Ws.Z)({message:ll,path:"NoBunchID",fileName:e}),void(0===r&&(0,le.o)("rekid",ce.Ey,!0,!0));const i=()=>{o===u&&(0,Lo.Z)(`${ll}LoadBunch`),((e,t,s,n=(0,Ls.Z)(),o)=>{const r=(0,yt.Nu)(8,36,!0),i={};if((0,it.Z)(window.WP,r,i),(0,it.Z)(i,"bodies",{}),o===u){const{headSlots:e}=xe;(0,To.Z)(e)&&(n.excSlots=e.map((e=>bs(e))).join(","),xe.headSlots.length=0)}let a=zc("https://rek.www.wp.pl/gaf.js?",e,n);a=(0,Ar.Z)(a,"spin",r),a=(0,Ar.Z)(a,"bcv",2),(0,Mt.Z)({withMeasurement:ll,src:(0,wt.mess)(a),remove:!0,crossorigin:"use-credentials",onLoad(){bi(s,n,o,r),Xc(),P.Z.f(t)&&t((0,rt.bh)())},onError(){(0,ar.Z)(`errorGAF${o}`)}})})(r,t,s,n,o)},a=()=>{Ja.Z.fill(i)};se.Z.fill((()=>{xe.gafFirst||xe.gafParallel?a():_e.Z.fill(a)}))},ml=(e,t,s,n)=>{const o=(0,Qs.Z)(t).sort();if((0,To.Z)(o)){const t=(0,Ls.Z)();t.advSlots=o.map((e=>bs(e))).join(","),ul(p,[e,n,o],(()=>pl(e,s,n,t,p)))}},fl=(e,t,s)=>{ul(u,[e,s],(()=>pl(e,t,s)))},gl=(e,t)=>{ml(e,t,!1,!0)},hl=e=>{fl(e,!1,!0)},Al="WPldclk";let vl=!1,Zl=0;const bl=e=>{if(li(e)){const e=Date.now();Zl=e,vl=!0,Ya.default.set(Al,e)}},wl=()=>((()=>{const e=new Date(Zl);return Date.now()-e>36e5})()&&(Ya.default.remove(Al),vl=!1,Zl=0),vl),yl=()=>new Promise((e=>{Ya.default.get(Al,(({value:t})=>{e(t)}))})).then((e=>!!e&&(Zl=(0,j.Z)(e),vl=!0,!0))),Sl=()=>{(0,Si.ME)(yl),yl(),Ie=bl},Cl=()=>(0,Lt.Z)(xe),_l=(e=2,t={})=>{const n=(0,j.Z)(e),{cappingPeriod:o,setNative:r}=t;if((0,Ws.Z)({message:"GafAPI",path:"registerCommercialBreak",slot:n,fileName:`${o}:${typeof r}`},1e4),(0,qt.Z)(n,e))return;xe.commercialBreak=Object.assign({},t);const i=()=>{(e=>{const t=Qc.indexOf(e);t>-1&&Qc.splice(t,1)})(i),s.e(831).then(s.bind(s,5718)).then((({default:e})=>{e(n,t)})).catch((e=>{(0,Q.Z)(e,"CommercialBreak")}))};el(i)};var kl=s(8488),Il=s(8842),Pl=s(9610);const El="Placeholders",Tl=(0,nt.qm)("placeholders"),Ol=(0,ft.cu)("placeholder",Tl&&{height:3,border:"3px orange solid",borderRadius:3,boxSizing:"border-box"}),Ll=(0,ft.cu)("anchor"),$l={width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:-1},xl=(e,t,s={})=>{const n=(0,j.Z)(e);if((0,qt.Z)(n,e))return;const o=Object.assign({},s),r=Ci.Z[n],i=null==r?void 0:r.element,a=El+n;i&&(0,ft.ef)(i,(0,ft.cu)(a));const c=(0,kl.Z)(t);if(c){if(i&&i!==c&&((0,ft.jo)(a),(0,ft.Vx)(!0)),(0,Xn.Z)(c)&&c!==(0,Vo.Z)()){o.element=c;return"sticky"===(0,Il.Z)(c).position&&(o.stickyOnInit=!0,(0,Ws.Z)({message:El,path:"StickyOnInit",slot:n},1e4)),Ci.Z[n]=o,(0,ft.Cj)(c,(0,ft.cu)(a)),(0,ft.Cj)(c,(0,ft.cu)(El)),(0,ft.Cj)(c,Ol),(0,ft.cu)(`${a} [${Ll}]`,$l),(0,Pl.Z)(c)||(0,Ws.Z)({message:El,path:"NodeNotVisible",slot:n},1e3,`Given node for placeholder ${n} is not VISIBLE.`,"error"),c}(0,Ws.Z)({message:El,path:"NodeNotInDocument",slot:n},1e3,`Given node for placeholder ${n} is not a valid HTMLElement or it is not in DOM.`,"error")}};var Dl=s(5435),jl=s(4564),Rl=s(9951),Nl=s(9175),Ml=s(4192),Vl=s(8983);const Bl="top",Ul="bottom",Fl="white",ql=(e,t,s)=>{const n=(0,Ae.bB)("adtech","PROSGWP-7600");if(["A","B","C"].includes(n))return;const o=(0,j.Z)(e);if((0,qt.Z)(o,e))return;let r,i,a=!1;const{onImpression:c,onClose:l,cappingPeriod:d=6,scrollOffset:u=200,closeOffset:p=0,position:m=Bl,waitForSlot:f=!1}=s;xe.stickyAds={onImpression:c,onClose:l,cappingPeriod:d,scrollOffset:u,closeOffset:p,position:m,waitForSlot:f},i=u,(0,Ws.Z)({message:"GafAPI",path:"registerSticky",slot:o,fileName:`${d}:${u}:${m}:${t}`},1e4);const g=[Bl,Ul].includes(m)?m:Bl,h={[Bl]:{borderRadius:"0 0 6px 6px",transform:"translateY(-99%)"},[Ul]:{borderRadius:"6px 6px 0 0",transform:"translateY(99%)"}},A="saplchldr"+g,v="saclsr"+g,b=(0,Z.R)(),w=(0,ot.nB)(),y=b?8:15,S=`0 0px ${y}px 0 rgba(0, 0, 0, 0.25)`,{borderRadius:C,transform:_}=h[g];if(w)(0,Nl.Z)(Dl.Z);else if(d){const e=(0,j.Z)((0,oe.Z)(Dl.Z));if(e){const t=new Date(e);(0,ie.Z)(Dl.Z,t.getTime(),t)}}const k=(0,yn.Z)(),I=(0,yn.Z)(),E=()=>{(0,_s.Z)("stickyAds",{event:"quit",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f})},T=()=>{(0,ht.vS)("beforeunload",E)},O=()=>{(0,ht.vS)("scroll",M),(0,ht.vS)("scroll",R),(0,de.Y4)(D),(0,de.Y4)(V),T()},L=()=>{O(),a&&(a=!1,P.Z.f(l)&&l(),(0,Vl.Z)(o),I.remove(),r.removeEventListener("click",$),r.remove(),(0,ft.jo)(A),(0,ft.jo)(v),(0,ft.Vx)())},$=()=>{(0,_s.Z)("stickyAds",{event:"close",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L()},x=()=>{L(),(0,Si.uz)("page:close",x)},D=(e,t)=>{if(T(),o===e){const{creation:e,vendor:s}=t;if(e&&!e.destroyed){const{type:n,rebuild:{label:i}}=e;if(s>-1&&"blocker"!==n){if((0,ft.cu)(A,{boxShadow:"0 0px 24px 0 rgba(0, 0, 0, 0.25)",transform:"translateY(0)"}),(0,ft.cu)(`${A}>div`,{"backgroundColor!":Fl}),(0,ft.Vx)(),i&&i.remove(),a=!0,w)(0,Nl.Z)(Dl.Z);else if(d){const e=60*d,t=(0,ne.Z)(e);(0,ie.Z)(Dl.Z,t.getTime(),t)}return r.addEventListener("click",$),I.appendChild(r),(0,ht.mc)(E),void(P.Z.f(c)&&c({slotNumber:o,slotData:t,slotElement:k,placeholderElement:I}))}}O()}},R=()=>{(0,ha.Z)().top>=p&&((0,ht.vS)("scroll",R),(0,_s.Z)("stickyAds",{event:"scrollClose",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L())},N=()=>{(0,ht.vS)("scroll",M),(0,de.Y4)(V),(0,de.wN)(D);const e=(0,kl.Z)(t),s=(0,Xn.Z)(e),n=s?e:(0,Vo.Z)();(0,ft.Cj)(I,(0,ft.cu)(A,{"position!":s?"absolute":"fixed",[g]:0,transform:_,transition:"all 200ms linear","zIndex!":99,left:0,right:0})),n.appendChild(I),I.appendChild(k),(()=>{r=(0,jl.Z)(v,"black",{position:"absolute",[g]:"100%",color:Fl,padding:b?"15px 30px 15px 10px":"15px 35px 15px 15px",fontSize:9,right:15,borderRadius:C,boxShadow:S});const e={content:'""',position:"absolute",left:-y,right:-y,height:y,backgroundColor:Fl,[g]:-y},t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:9,color:"#888",content:(0,xn.Z)("REKLAMA")};(0,ft.cu)(`${v}:after`,e),(0,ft.cu)(`${v}:before`,t),(0,ft.cu)(`${v} svg`,{"width!":"30%","height!":"30%","left!":"auto","right!":3,"top!":-2,strokeWidth:2.5,stroke:"black"}),(0,ft.Vx)()})(),xl(o,I,{stickyAd:!0,backgroundColor:Fl,padding:y,height:"auto"}),(0,$t.Z)(o,k)},M=()=>{(0,sn.Z)(i)&&(0,ha.Z)().top>=i&&N()},V=(e,t)=>{if(e===f){(0,de.Y4)(V);const{creation:e}=t;if(e&&!e.destroyed){const{rebuild:{container:t}}=e,s=(0,Rl.Z)(t);s&&(i=s.top+s.height)}(0,sn.Z)(i)?((0,de.Y4)(V),(0,ht.vS)("scroll",M),(0,ht.nr)(M,!0)):N()}};(0,Ml.Z)([e]),f?(i=0,(0,de.wN)(V),(0,ht.nr)(M,!0)):(0,sn.Z)(i)?(0,ht.nr)(M,!0):N(),(0,sn.Z)(p)&&(0,ht.nr)(R,!0),(0,Si.aS)(x,!0)},zl=(e,t)=>{const s=(0,j.Z)(e);let n="none";Bn.forEach(((e,t)=>{s===e.slot&&(n=t,e.passbackAfterRender=!0)})),(0,Ws.Z)({message:"GamAPI",path:"AdUnitNonConfigured",campaign:t,fileName:n,slot:s},1)},Gl=(e,t,s)=>{const n=Un(e);n?n.passbackAfterRender=!0:zl(s,e)},Hl=()=>{const{loaded:e,error:t}=Nn,s=(0,Fi.Z)(755,[1])&&!t,n=(0,te.uD)()||(0,Rc.VP)(),o=s&&!n&&e,r=Object.create(null);return(0,it.Z)(r,"isBlocked",n),(0,it.Z)(r,"isReady",o),(0,it.Z)(r,"isAllowed",s),r},Wl=(e,t,s)=>{const n=Un(e);if(n){const{creation:e}=n;Object.assign(e,s),e.modsToLoad=e.modsToLoad||[],e.modsToLoad.push(t),Xo(e)}};var Kl=s(2756);const Jl=()=>{(0,vt.qL)("user",(0,Kl.Z)(l)),(0,vt.qL)("mods",(0,Kl.Z)(a)),(0,vt.qL)("gaf",(0,Kl.Z)(r)),(0,vt.qL)("gam",(0,Kl.Z)(i)),(0,vt.qL)("randomizers",(0,Kl.Z)(c))};var Ql=s(1154);const Yl={error:!1,timedOut:!1,loaded:!1};g.default.prebidState=Yl;const Xl=Yl,ed=()=>{if((0,Ql.Kp)()){const e=(0,te.U6)()||(0,ps.wV)("noPrebidTestVersion"),t=((0,te.oQ)()||(0,te.IN)()||(0,te.US)())&&!(0,nt.qm)("tcidhb");return!(e||t||Sn.Z||Xl.error)}},td=(e,t,s,n,o)=>{const r="Criteo"+(e?"Full":"Light"),i=`//static.criteo.net/js/ld/publishertag.${e?"":"prebid."}js`,a="crtpt"+(e?"":"prbd");(0,Mt.Z)({withMeasurement:r,id:a,src:i,timeout:n,onLoad(){(0,Ze.Z)(r,!0),P.Z.f(t)&&t()},onError(){(0,Ze.Z)(r,!1),(0,le.o)(a),P.Z.f(s)&&s(i)},onTimeout(){P.Z.f(o)&&o()}})},sd="PrebidJS",nd=()=>{(0,Mt.Z)({withMeasurement:sd,id:"prebidjs",timeout:3e3,crossorigin:!0,src:(()=>{const e=(0,Jo.Z)("wppbjs"),{prebidBranch:t,prebidTestVersion:s,version:n}=(0,ps.Uu)();let o="",r=!1;t&&s===n&&(o=t,r=!0),(0,Qt.y1)("^tech")&&(o="PU-113",r=!0),null!=e&&e[2]&&(o=e[2]);const i=`${Yt.Z}wppbjs/${o&&`${o}/`}`,a=e||r?"prebid-debug":"prebid";return(0,wt.mess)({url:`${i}${a}.js`})})(),onLoad(){(0,Ze.Z)(sd,!0),Xl.loaded=!0},onError(){(0,ar.Z)(`${sd}LoadError`),(0,Ze.Z)(sd,!1),Xl.error=!0,_e.Z.open()},onTimeout(){(0,ar.Z)(`${sd}LoadTimeout`),(0,Ze.Z)(`${sd} timeout`,!0),Xl.timedOut=!0,_e.Z.open()}})},od=new Map;const rd=e=>{const t=od.get(e);return null==t?void 0:t.promise},id=e=>{const t=od.get(e);t&&(t.resolve(),od.delete(e))},ad=e=>{const t=function(){let e;return{promise:new Promise((t=>{e=t})),resolve:e}}();od.set(e,t),setTimeout((()=>{id(e)}),1e3)};var cd=s(6570);const ld=()=>{const e=(0,rt.fw)("curr");e&&(0,w.Z)(e,(t=>{parseFloat(e[t])>0&&(ko.currencyRate[t]=parseFloat(e[t])),(0,cd.Z)()&&(0,gi.Z)("currency",JSON.stringify(ko.currencyRate))}))},dd=()=>{ld()},ud=()=>{const e=(0,ue.g1)("viewConfig");if(!(0,ue.fS)("lazyBidding"))return;const t=(e,t)=>{const{slots:s}=t;return s&&e.push(...s),e};Object.keys(e).forEach((s=>{const n=e&&e[s],o=n&&n.auctions;if(!o)return;let r;if(Array.isArray(o))r=o.reduce(t,[]);else{const e=[];Object.keys(o).forEach((s=>{e.push(...o[s].reduce(t,[]))})),r=[...new Set(e)]}n.slots=r}))},pd=e=>{const t=e.concat();for(let e=0;e<t.length;++e)for(let s=e+1;s<t.length;++s)t[e]===t[s]&&t.splice(s-=1,1);return t},md=e=>{if(Array.isArray(e))ko.blackList=pd(ko.blackList.concat(e.map((e=>parseInt(e,10)))));else{const t=parseInt(e,10);ko.blackList.includes(t)||ko.blackList.push(t)}},fd=()=>{ko.blackListStore=[]};fd();const gd={add:md,setNew:e=>{fd(),md(e)},reset:fd},hd=e=>{let t;if(e&&e.mode){const s=(0,f.ZF)("layout"),n=(0,f.ZF)("ctype");switch(e.mode){case"layout":t=s&&e[s];break;case"ctype":t=n&&e[n]}}return t&&gd.add(t),t||!1},Ad=(e,t={})=>Object.keys(t).includes(e)?t[e]:t.default||!1,vd=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=Ad(s,t),o=n&&n.auctions,r=(0,ps.wV)("viewConfigTestVersion"),i=(0,ps.wV)("lbTestVersion");return!(!(n&&o)||!(e||r||i))},Zd=e=>{let t=[];if(e){const{auctions:s}=e;if(s)if(Array.isArray(s))t=s;else{const{lbVersionTest:e,version:n}=(0,ps.Uu)(),o=!!e&&`conf${n}`;t=o&&s[o]?s[o]:s.default||[]}}return t},bd={interval:null,ctype:null,lastAuction:0,auctionCount:0,auctions:[],auctionId:null},wd=bd;var yd=s(8720);const Sd={},Cd=e=>!!Sd[e]&&((0,yd.Z)(Sd[e],["prebidLazyLoading"]),delete Sd[e],!0),_d=(0,ue.g1)("slotAvailabilityDesktop")||[],kd=(0,ue.g1)("slotAvailabilityMobile")||[],Id=new Map,Pd=(e,t,s=ko.bidsReceived)=>{const n=s;let o;if(e.adId)o=e,o[t]=!0;else{const s=n.length;for(let r=0;r<s;r++)if(n[r].adId===e){n[r][t]=!0,o=n[r];break}}return o},Ed=({bidder:e,subAccount:t})=>t?`${e}-${t}`:e,Td=(e,t)=>{var s,n,o;const r=(0,ue.g1)("floorprices"),{size:i}=t;let a=r;const{fpTest:c,version:l}=(0,ps.Uu)();c&&(a=a[l]||a);const d=Ed(t);if(d&&a&&a[d]){const t=a[d];if(t)return e&&t[e]?t[e]:t.default}if("instream"===t.adType&&null!=(s=a)&&s.instreamFloor){const e=(0,f.ZF)("ctype"),{instreamFloor:t}=a;return"stream"===e||"article_stream"===e?t[`stream${l}`]||t.stream:t[`default${l}`]||t.default}if("outstream"===t.adType&&null!=(n=a)&&n.outstreamFloor){const{outstreamFloor:e}=a;return e[`default${l}`]||e.default}if(null!=(o=a)&&o.default){const{default:t}=a;if(t){if(e&&t[e]instanceof Object)return t[e][i]||t[e].default;if(e&&t[e])return t[e];if(t.default)return t.default}}return 0},Od={default:{currency:"USD",open:1,deal:1},testwp:{currency:"PLN"},adform:{currency:"EUR",open:.9,deal:.95},brealtimeAst:{currency:"USD",open:.85,deal:.85},brainJuice:{currency:"USD",open:.9,deal:.9},criteo:{currency:"PLN"},teads:{currency:"CHF"},"freewheel-ssp":{currency:"EUR",open:.7,deal:.7},openx:{currency:"USD",open:1,deal:.9},pubmatic:{currency:"USD",open:1,deal:1},smartadserver:{currency:"USD",open:1,deal:1},smartnative:{currency:"PLN"},nanointeractive:{currency:"EUR"},allegro:{currency:"PLN",open:.813,deal:.813},sharethrough:{currency:"USD"},sspWPM:{currency:"PLN"}},Ld=e=>{const t=ve.hx||ve.G6,{Math:s}=window,n=e,{adUnitCode:o,bidder:r,cpm:i,currency:a}=n,c=Ed(n),l=(0,ue.g1)("priorities"),d=Od[r]||Od.default;let u,p=0,m=null,f=ko.currencyRate.default||1,g=d.open||1;return g=n.dealId?d.deal||1:d.open||1,f=a&&ko.currencyRate[a]?ko.currencyRate[a]:d.currency&&ko.currencyRate[d.currency]?ko.currencyRate[d.currency]:ko.currencyRate.default,n.ccpm=s.floor(i*f*g*100),n.cpmpl=n.ccpm/100,l&&l[c]&&(l[c][o]?m=l[c][o]:l[c].default&&(m=l[c].default)),m&&(u=!0,m.deal&&!n.dealId&&(u=!1),m.floor&&m.floor>n.ccpm/100&&(u=!1),n.getStatusCode&&1===n.getStatusCode()||(u=!1),u&&(n.occpm=n.ccpm,m.level?n.ccpm=100*m.level:n.ccpm=1e3)),p=Td(o,n),t&&(p*=.6),p>n.ccpm/100&&(n.ccpm=0,i>=.005&&(n.floorhit=1)),n},$d=(e=ko.bidsReceived)=>{const t=Date.now();return e.filter((e=>{const{ttl:s,responseTimestamp:n}=e,o=s?1e3*s:6e4;return!(o>0&&t-n>o)}))},xd=e=>{let{bidsReceived:t}=ko;const s=`slot${e}`;let n,o={cpm:0,ccpm:0};const r=mo();t=$d(t);for(let e=0;e<t.length;e++){const a=t[e],{ad:c,adUnitCode:l,APIblocked:d,APIsold:u,APIused:p,ccpm:m}=a;Ld(a),n=l===s;const f=(i=l,Id.get(i));d&&Pd(a,"APIunblocked");const g=!(!c||!c.includes("wppl_wallpaper.js"));g&&Pd(a,"adfscr"),g&&r&&r.includes("DUKAT_Screening")&&Pd(a,"APIblocked"),n&&!u&&!d&&!p&&m&&m>o.ccpm&&(o=a,"sspWPM"!==o.bidderCode&&f&&(o.sspWPMRequestId=f))}var i;return o.cpm>0&&o},Dd=(e=ko.bidsReceived)=>{for(let t=0;t<e.length;t++){const s=e[t],{ccpm:n}=s;void 0===n&&Ld(s)}},jd=(e,t)=>{const{bidsReceived:s}=ko;let n=0;t&&Dd(s);const o=xd(e);return o&&o.ccpm&&(n=Math.min(o.ccpm,9999)),n},Rd=e=>{var t,s,n,o,r;const i=(0,Ql.Kp)(),a=null==i||null==(t=i.hb)||null==(s=t.units)?void 0:s.find((t=>t.code===`slot${e}`)),c=null==a||null==(n=a.mediaTypes)||null==(o=n.banner)?void 0:o.sizes,l=(null==i||null==(r=i.config)?void 0:r.sizeMap)||[];let d=[[300,250]];return(0,To.Z)(c)?d=c:(0,As.Z)(c)&&l.includes(c)&&(d=l[c]),d.sort(((e,t)=>t[0]*t[1]-e[0]*e[1]))[0]};(0,de.wN)((e=>{So.get(e)&&So.delete(e)}));const Nd=async(e,t,s,n)=>{var o,r;const i=[],a=null==s||null==(o=s.campaign)||null==(r=o.creative)?void 0:r.roshash,c=(0,rt.fw)("rshsd"),l=a&&c?Ss(a,c)/100:0,d=jd(t)/100,u=(0,bt.Vq)(),p=Rd(t),m=1.2*Math.max(l,d),f=(0,rt.fw)("curr"),g={adsize:p,floor:m,currencyConversion:f,pvid:u},h={bunchid:e,slot:t,variant:"direct"};if(ko.fledgeAuctions=ko.fledgeAuctions.filter((e=>{const{adUnitCode:s,fledgeAuctionConfig:n}=e;return s!==`slot${t}`||(n.auctionSignals=Object.assign({},n.auctionSignals,g),n.sellerSignals=h,i.push(n),!1)})),(0,go.Z)()&&0!==i.length){var A;const e=Date.now(),{seller:o,decisionLogicUrl:r}=Po(),a={seller:o,decisionLogicUrl:r,sellerSignals:h,componentAuctions:i},c=null==(A=(0,ue.g1)("fledge"))?void 0:A.dam;(0,To.Z)(c)&&c.includes(t)&&ad(t),_o(t,Zo),window.navigator.runAdAuction(a).then((o=>{const r={slot:t,floor:m,filled:o?1:0,after:null!=s&&s.finished?1:0,timeToRespond:Date.now()-e};var i;(_o(t,o?wo:bo),(0,_s.Z)("fledgeAuction",r),o)&&ko.fledgeResults.push({slotNumber:t,urn:o,size:p,floor:m,priority:null==(i=(0,ue.g1)("fledge"))?void 0:i.priority});id(t),P.Z.f(n)&&n(!0)}))}else P.Z.f(n)&&n(!1)},Md=async()=>{const e=[],t=(0,nt.qm)("debugFledge");if(t&&(0,Ae.zK)("adtech","PU-145","A")){t.split(",").forEach((e=>ko.fledgeAuctions.push(Eo(e))))}ko.fledgeAuctions.forEach((t=>{const{adUnitCode:s}=t;e.includes(s)||e.push(s)}));const s=e.length,n=(0,st.P)(),o=(0,rt.bh)(n);if(!o||0===s||!(0,go.Z)())return;const r=null==o?void 0:o.slots;for(let t=0;t<s;t++){const s=e[t],o=(0,j.Z)(s.replace("slot","")),i=r[o];Nd(n,o,i)}};var Vd=s(961);const Bd=["adform","teads","connectad","xhb","adrino","sspWPM"],Ud=e=>{const t=(0,nt.qm)("disableBL"),{disableBLByDiceRoll:s}=ko,n=(0,ue.fS)("disableBL"),o=!t&&!s&&!n,r=(0,Z.R)()||(0,ve.KD)()?3:2;let i=!1;if(o){i=((null==e?void 0:e.auctionCount)||0)>=r}return i},Fd=()=>{let e;if((0,cd.Z)()){const t=JSON.parse((0,S.Z)("bidderLimiterData"));if(t){const s=(0,ue.g1)("bidderLimiterTimeout")||3e5,{timestamp:n}=t;s>Date.now()-n&&(e=t)}}return e};let qd,zd;const Gd=({ctype:e,viewConfig:t={},blockPrebid:s={}})=>{const n=Object.keys(t);return!!s.ctype&&s.ctype.includes("none")&&!n.includes(e)},Hd=({blockPrebidConfig:e,eventCtype:t,rekid:s=window.rekid,viewConfig:n})=>{const o=Object.assign((0,f.ZF)(),{});let r=!1;t&&(o.ctype=t);const{ctype:i}=o;return o.rekid=s,e&&Object.entries(e).forEach((([t,s])=>{const a=o[t]&&s.includes(o[t]),c=Gd({ctype:i,viewConfig:n,blockPrebid:e});(a||c)&&(r=!0)})),r},Wd=(e,t,s,n,o,r,i,a)=>{const{ppid:c,biddersRequests:l,mlcodes:d}=ko,u={version:e,timeToAuction:s,auctionName:(null==o?void 0:o.id)||r||void 0,auctionsCount:t+1,norodo:n?void 0:1,ppid:c,biddersRequests:l};return i&&(u.justid=1),a&&(u.teadsid=1),d&&(u.mlcodes=d),o&&(u.slot=o.trigger),(0,_s.Z)("prebidauction",u),ko.biddersRequests=0,u},Kd=e=>{const{Math:t}=window;return t.floor(t.random()*e)+1===1};var Jd=s(3381);const Qd=["module criteo is loading external JavaScript","TCF2: enforcing P1 and P2 by default","Filtered site property in ortb2 data: empty data found"],Yd=["TCF2 denied device access for criteo"],Xd=new Set,eu=new Set,tu=e=>{const t=(0,bt.Vq)();return!Qd.includes(e)&&(!Yd.includes(e)||(Xd.has(t)?!eu.has(e)&&(eu.add(e),!0):(Xd.add(t),eu.add(e),!0)))},su=Kd(100),nu=Kd(1e3),ou=e=>{const{type:t}=e,{arguments:s}=e,n=[...s].map((e=>`${e}`)).join(" ").slice(0,75),o=J._x&&su,r=J._x&&nu;tu(n)&&("WARNING"===t?o&&(0,Jd.Z)(n,"PbjsWarnError"):r&&(0,Jd.Z)(n,"PbjsError"))},ru=(e,t,s)=>{if(!e)return!1;const n=((e,t)=>"all"===e||!!Array.isArray(e)&&e.includes(t))(e[Ed(s)],t);return n},iu=()=>{const e=(0,nt.qm)("hbv"),t=(0,Ql.Kp)(),s="hb";let n=s;if(!t)return!1;const{changeHBConfig:o,version:r}=(0,ps.Uu)();o&&r&&(n=s+r.toUpperCase()),e&&(n=s+e.toUpperCase());const i=t[n]||t.hb;return i?ko.healthStatus.hbConfig=!0:(0,Jd.Z)("HB Config missing"),i},au="auto_play_sound_on",cu="auto_play_sound_off",lu="click_to_play",du='{"min":1,"mit":1,"mmu":0}',uu='{"min":1,"mit":0,"mmu":1}',pu='{"min":0,"mit":1,"mmu":0}',mu={auto_play_sound_on:du,auto_play_sound_off:uu,click_to_play:pu};var fu=s(4915);const gu=e=>{const t=e.match(/:\/\/(www[0-9]?\.)?(.[^\/:]+)/i);return t&&t.length>2&&P.Z.s(t[2])&&t[2].length>0?t[2]:null},hu=e=>{const t=gu(e);let s,n=t;return t&&(s=t.split(".").reverse(),s.length>1&&(n=`${s[1]}.${s[0]}`)),n},Au=(e,t)=>{const{document:s}=window,n=!(!window.vhb||0===Object.keys(window.vhb).length)&&window.vhb,o=(0,Z.R)(),r=s.referrer||"",i=s.location.origin||"",a=(0,f.ZF)("ctype"),c=(0,ue.CV)("ctypesIntent");let l=c&&c[a]&&c[a][0]||(o?"click_to_play":"auto_play_sound_off"),{params:d}=n?n[Object.keys(n)[0]]:{params:!1},u=!1;if(d||(d=!1),(0,fu.bp)()&&(u=(0,fu.Sg)({prebid:!0})),e)d=e,d.autoplay&&(d.forceSound||d.forcesound)?l=au:d.autoplay&&(l=cu);else switch(l){case au:d={autoplay:!0,forceSound:!0};break;case cu:d={autoplay:!0,forceSound:!1};break;case lu:d={autoplay:!1,forceSound:!0}}switch(!0){case u&&d.autoplay&&(d.forceSound||d.forcesound)&&!t:l=u.autoplayAllowed&&u.autoplayUnmutedAllowed?au:u.autoplayAllowed?cu:lu;break;case d.autoplay&&!t:r.length?hu(i)!==hu(r)&&(l=cu):l=cu}return ko.intentParams=mu[l],l},vu=["slot150","slot151","slot152","slot153"],Zu=e=>{let t={};const{sizes:s,code:n}=e;return s&&(t={banner:{sizes:s}},vu.includes(n)&&(t={video:{context:"instream",playerSize:s[0]}})),t},bu=e=>{const t=(0,nt.qm)("disableBL"),s=(0,Ae.zK)("adtech","PRGM-311","B");if(!(!t&&s))return!1;const n=Kc(e);if(!n)return!1;const o=Array.isArray(n)?n:n.B;return o||!1},wu=e=>{const t=(0,ue.g1)("sizeMap"),s=!!P.Z.s(e)&&e;return s&&t?t[0][s]:e},yu=(e,t,s)=>{const{code:n}=e,o=t&&t.slots,r=s||ko.blackList,i=parseInt(n.replace("slot",""),10);if(o){if(o.includes(i)&&!r.includes(i))return!1}else if(!r.includes(i))return!1;return!0},Su=(e,t)=>{let s,n;return"connectad"===e.bidder&&(s=ko.currencyRate.USD||ko.currencyRate.default,n=Td(t,e)/s,e.params.floorprice=n.toFixed(2)),e},Cu=(e,t)=>{const s=e;let n,o,r,i=!1;switch(s.bidder){case"openx":case"rubicon":switch(t){case au:o=[1,5];break;case cu:o=[2,6];break;case lu:o=[3];break;default:o=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=o,i=!0;break;case"smartadserver":switch(t){case au:n=1;break;case cu:n=2;break;case lu:n=3;break;default:n=2}s.params.video=s.params.video||{},s.params.video.vpmt=n,i=!0;break;case"adform":t&&(s.params.mkv=mu[t].replace(/(["{}])+/g,""),s.params.addToMkv&&Object.keys(s.params.addToMkv).forEach((e=>{s.params.mkv+=`,${e}:${s.params.addToMkv[e]}`}))),i=!0;break;case"ix":switch(t){case au:r=[1,5];break;case cu:r=[2,6];break;case lu:r=[3];break;default:r=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r,i=!0;break;case"xhb":case"appnexus":case"emxdigitalVideo":s.params.video||(s.params.video={skippable:!1}),s.params.video.playback_method=[t],i=!0;break;case"pubmatic":switch(t){case au:r=[1];break;case cu:r=[2];break;case lu:r=[3];break;default:r=[2]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r}return e},_u=(e,t)=>{const s="slot151"===t?1:2;return e.params.target=`segm=${s}`,e},ku={adform:["mid"],adrino:["hash"],allegro:["publisherSubId","publisherId"],appnexus:["placementId"],businessclick:["id"],ccx:["placementId"],connectad:["siteId","networkId"],criteo:["networkId","publisherSubId","native"],emx_digital:["tagid"],emxdigital:["placementId"],ix:["siteId","size"],openx:["delDomain","unit"],pubmatic:["adSlot","publisherId"],rtbhouse:["region","publisherId"],rubicon:["accountId","siteId","zoneId","sizes"],sharethrough:["pkey"],smartadserver:["formatId","pageId","siteId"],smartnative:["formatId","pageId","siteId","rate","nwid"],sspBC:["id","siteId"],teads:["placementId","pageId"],visx:["uid"],xhb:["placementId"]},Iu={adform:["mid","min","mit","mmu"],appnexus:["placementId","video","referrer"],criteo:["networkId","publisherSubId"],emxdigital:["placementId"],emxdigitalVideo:["placementId"],ix:["siteId","size","video"],openx:["delDomain","unit"],pubmatic:["adSlot","publisherId","video"],rubicon:["accountId","siteId","zoneId","sizes","video"],sharethrough:["pkey"],smartadserver:["formatId","pageId","siteId","video"],sspBC:["id","siteId"],teads:["placementId","pageId","outstream"],xhb:["placementId","video","referrer"]},Pu=JSON.parse('["adform","adrino","allegro","appnexus","businessclick","ccx","connectad","criteo","emxdigital","emxdigitalVideo","ix","openx","pubmatic","rtbhouse","rubicon","sharethrough","smartadserver","smartnative","sspBC","teads","visx","xhb","emx_digital"]'),Eu=(e,t)=>{if(P.Z.o(e)&&!Array.isArray(e))return e;const[s,n=[],o]=e,r=s-1,i=t?Iu:ku,a=Pu[r];if(!a)return(0,Jd.Z)(`Brak biddera o ID: ${r}`),!1;const c=i[a];if(!c)return(0,Jd.Z)(`Brak mapy parametrów dla bidera: ${a}`),!1;const l={bidder:a},d=c.map(((e,t)=>[e,n[t]])).filter((([,e])=>!(0,tl.Z)(e)));return d.length&&(l.params=Object.fromEntries(d)),o&&(l.subAccount=o),l},Tu=(e,t)=>{const s=Ed(t);if(e){return!e.includes(s)}return!1},Ou=(e,t)=>{const s=(0,rt.fw)("geo"),n=s&&s.country,o=(0,ue.g1)("limits"),r=Ed(e),i=o&&o[r];if(i&&i.geo&&i.geo.length>=1){if(!n)return!0;if(!i.geo.includes(n))return!0}return!1},Lu=(e,t)=>{const{Math:s}=window,n=(0,ue.g1)("limits"),o=Ed(e),r=n&&n[o];return!!(r&&r.diceroll&&s.random()>r.diceroll)},$u=(e,t,s,n,o,r,i,a)=>{var c;const l=Eu(e,n);if(!l)return!1;let d=!1;const u=null==(c=(0,rt.fw)("geo"))?void 0:c.country,p=l.bidder.includes("adform")&&["840","124"].includes(u),m="adform-sigma"===Ed(l)&&(0,Ae.zK)("adtech","PRGM-497","B");return d=ru(a,t,l),d=d||m,d=d||Lu(l,t),d=d||Ou(l,t),d=d||(e=>{const t=(0,ue.g1)("bidderLimiterBlacklist")||Bd,s=Ed(e);let n=!1;var o,r;return qd&&zd&&!t.includes(s)&&(n=0===(null==(o=qd)||null==(r=o.fullBids)?void 0:r[s])),n})(l),d=d||Tu(i,l),!d&&(s&&Cu(l,o),p&&(l.params.adxDomain="adx2.adform.net"),l.bidder.includes("smart")&&s&&_u(l,r),Su(l,r),l)},xu=(e,t)=>(!e||"video"!==t)&&(!(!e&&"display"===t)&&"common"!==t),Du=({restrict:e,code:t})=>{let s=!1;if(e){const t=(0,f.ZF)(),n=Array.isArray(e)?{ctype:e}:e;Object.entries(n).forEach((([e,n])=>{const o=t[e];o&&n.includes(o)||(s=!0)}))}return s},ju=e=>{const t=(0,xs.s)(e);return t},Ru=(e,t)=>{if(e.testRestricted){if(e.testRestricted.includes("noTest")&&!t)return!1;if(!e.testRestricted.includes(t))return!0}return!1},Nu=e=>{const{teadsOutstreamSlots:t}=ko,{bids:s}=e;s&&s.some((e=>{if("teads"===e.bidder&&e.params.placementId&&e.params.outstream&&!t.includes((0,j.Z)(e.params.placementId)))return t.push((0,j.Z)(e.params.placementId)),!0}))},Mu=(e,t,s,n,o,r)=>{var i,a;const c=Object.assign({},e),{blackList:l}=ko,d=(0,j.Z)(c.code.replace("slot","")),u=!(null==(i=e.mediaTypes)||!i.video),p=vu.includes(c.code),m=null==(a=(0,ue.g1)("fledge"))?void 0:a.slots;let f=!1;if(f=c.disabled,f=f||xu(p,t),n&&(f=f||yu(c,o,l)),f=f||Du(c),f=f||Ru(c,ko.activeTestVersion),f=f||ju(d),f)return!1;const g=bu(d),h=[];for(let e=0;e<c.bids.length;e++){const t=c.bids[e],n=$u(t,d,p,u,r,c.code,g,s);n&&h.push(n)}if(c.bids=h,0===c.bids.length)return!1;const A=c&&c.mediaTypes&&c.mediaTypes.banner&&c.mediaTypes.banner.sizes;if(A?c.mediaTypes.banner.sizes=wu(A):!c.mediaTypes&&c.sizes&&(c.mediaTypes=Zu(c)),Nu(c),(0,To.Z)(m)&&m.includes(d)){const e={ext:{ae:1}};c.ortb2Imp=Object.assign({},c.ortb2Imp,e)}return ko.auctionSlots.push(d),c},Vu=(e,t,s,n,o)=>{const{blackList:r}=ko,i=(0,ue.fS)("viewConfigTestVersion"),a=(0,ue.g1)("viewConfig"),{version:c}=(0,ps.Uu)(),l=t||Ad(e,a),{units:d}=iu(),u=(()=>{const e=(0,ue.g1)("blacklisted"),{removeBidderTest:t,version:s}=(0,ps.Uu)(),n=!!t&&`conf${s}`;return n?e[n]||!1:e})(),p=Au(s,n);let m=!0;const f=(0,ue.fS)("disableVideoAutoBid");let g=o?"video":"display";ko.auctionSlots=[],ko.auctionSlots.length=0,l&&(!i||i===c)||r.length||(m=!1),qd=Fd(),zd=Ud(qd);!f&&(!0!==ko.useLazyBidding||ko.appendVideoToFirstAuction)&&(g="common",ko.appendVideoToFirstAuction=!1);const h=[];for(let e=0;e<d.length;e++){const t=d[e],s=Mu(t,g,u,m,l,p);s&&h.push(s)}return h},Bu={ctype:null,timestamp:null,isDynamic:!1,prevCtype:null,prevAuctionTS:null,vIntentAuctionTS:null},Uu=(e,t,s,n=!1,o=!1,r=!1)=>{const i=(0,ue.g1)("viewConfig"),a=(0,ue.g1)("blockPrebid");if(!!(0,rt.fw)("directOnly")||(0,ue.fS)("donotbid")||Hd({blockPrebidConfig:a,viewConfig:i,eventCtype:s}))return!1;const{pbjs:c}=window,l=s||(0,f.ZF)("ctype"),d=c.version||void 0,u=(0,Vd.BF)("mr","TP");let p=[];if(gd.add(ri()),p=Vu(l,t,n,o,e),p.length>0&&c.requestBids){if(ko.firstAuction||wd.auctionCount>0){const t=`_${wd.auctionId}`||"",s=wd.auctionCount>0?`${wd.auctionCount}`:"",n=e?`_${ko.lbvAid}`:"";ko.healthStatus[`auction_nr_${e?ko.videoAuctionCounter:s}_startedProperly${e?"_video":t}${n}`]=!0}const s=c.getUserIds&&c.getUserIds(),{teadsId:n,justId:o}=s||{},i=(0,As.Z)(n),a=(0,As.Z)(o);Bu.prevAuctionTS&&(Bu.timeauctions=Date.now()-Bu.prevAuctionTS),Bu.prevAuctionTS=Date.now(),ko.auctionsCount+=1,ko.auctionsCountPerView+=1;const l=parseInt(Date.now()-ko.pageLoadTime,10),m={adUnits:p,bidsBackHandler:()=>{},info:{bidderLimiter:zd}};r&&(m.auctionId=r),ko.firstAuction&&(ko.firstAuction=!1,(0,Xs.Z)("PrebidFirstAuctionTiming","PrebidLoad","PrebidFirstAuctionStart")),c.requestBids(m),Wd(d,ko.auctionsCount,l,u,t,r,a,i)}else{ou({type:"WARNING",arguments:["Auction failed - no adUnits available or requestBids wasnt ready"]}),ko.healthStatus.auctionStartedProperly=!1}},Fu=[],qu=(0,ue.fS)("auctionInterval");qu&&setInterval((()=>{if(Fu.length>0){const e=Object.assign([],Fu[0]);Fu.splice(0,1),Uu(...e)}}),qu);const zu={addAuctionToQueue:function(...e){e.includes("skipQueue")?Uu(...e):0!==Fu.length||!1!==ko.auctionInProgress||qu?Fu.push([...e]):Uu(...e)},getQueue:function(){return Fu},auctionEnd:function(){const e=(0,ue.fS)("fledgeOn");if(ko.auctionInProgress=!1,Fu.length>0&&!qu){const e=Object.assign([],Fu[0]);Fu.splice(0,1),Uu(...e)}e&&Md()}};function Gu(e){return!!Sd[e]}const Hu=(e,t=!1)=>{const{ctype:s}=wd,n=(0,ue.g1)("hardTimeout"),o=(0,ue.g1)("viewConfig"),{healthStatus:r}=ko,{hardTimeoutTestVersion:i,version:a}=(0,ps.Uu)(),c=Ad(s,o);let l=!1;if(l=!1!==t?t:(e=>{const{auctions:t}=bd;for(let s=0;s<t.length;s+=1)if(t[s].slots.includes(e))return t[s]})(e),(0,tl.Z)(l)){ou({type:"WARNING",arguments:["Auction is undefined"]})}else{if(l.asap&&(n||i&&i===a)&&0===wd.auctionCount&&!1===l.used&&ko.prebidAPILoadingState.timeout&&(wd.auctionCount+=1,l.used=!0),!1!==l&&!0!==l.used){const t=(0,Z.R)()?kd:_d;wd.auctionId=l.id,wd.lastAuction=Date.now(),wd.auctionCount+=1,l.used=!0;const s=Object.assign({},l);s.slots=[];const n=c.slots,{appendVideoToFirstAuction:o}=ko;if(o)for(let e=0;e<n.length;e++){const t=n[e],o=`slot${t}`;vu.includes(o)&&s.slots.push(t)}const i=l.slots.length;for(let e=0;e<i;e++){const n=l.slots[e],o=!t.includes(n)||Gu(n),r=vu.includes(`slot${n}`);!0!==o||r||s.slots.push(l.slots[e])}s.trigger=e,r.pvAuctionNames.push(wd.auctionId),zu.addAuctionToQueue(!1,s),s.slots.forEach((e=>{Cd(e)}))}}},Wu=()=>{const e=(0,f.ZF)("ctype"),t=(0,ue.g1)("viewConfig"),s=Ad(e,t),n=[];if(s){let t=!1,o=Zd(s),r=[];if(Array.isArray(o)?o.forEach((e=>{const s=e;return s.used=!1,"default"===e.id&&(t=!0),r=r.concat(s.slots),!0===e.asap&&n.push(s),s})):o=[],!t){o=[{id:"default",from:0,slots:s.slots?s.slots.filter((e=>!r.includes(e))):[]}].concat(o)}wd.ctype=e,wd.auctions=o,n.forEach((e=>{Hu(0,e)}))}return wd},Ku=()=>{(0,Lo.Z)("PrebidDamOpen"),_e.Z.open()};var Ju=s(94);const Qu=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=Ad(t,s);let o=!1;if(n.slots&&n.slots.includes(e)){const t=Zd(n);o=650,t.forEach((t=>{t.slots.includes(e)&&(o=!0!==t.used&&(t.dist||o))}))}return o},Yu=(e,t)=>{const s=parseInt(e,10);let n=!1;if((0,w.Z)(Sd,(e=>{Sd[e]===t&&(n=!0)})),Sd[s]||n)Sd[s]&&!n&&((0,br.Z)(Sd[s],t),Sd[s]=t);else{const e=Qu(s);if(!1!==e){Sd[s]=t;const n={name:"prebidLazyLoading",method:"offset",verticalMargin:e,success:!0,callback:()=>{Hu(s)}};(0,nt.qm)("dynamicOffset")&&(0,Ju.Z)(n),(0,nn.Z)(t,[n],`slot${s}`)}}},Xu=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig");!0===e&&t&&(0,de.DN)(Yu)},ep=e=>["stream","video","article_stream"].includes(e),tp=(e,t)=>{const s=Ad(e,t);let n={dist:650};if(s){const{auctions:e,lbvDist:t}=s;let o=[];if(n.dist=t||n.dist,e)if(Array.isArray(e))o=s.auctions;else{const{lbVersionTest:t,version:s}=(0,ps.Uu)(),n=!!t&&`conf${s}`;o=n&&e[n]?e[n]:e.default||[]}const r=o.length;for(let e=0;e<r;e++)if("video"===o[e].id){n=Object.assign({},o[e]);break}}return n},sp=(e,t,s,n,o)=>{const r=(0,f.ZF)("ctype");P.Z.f(t)&&(Io[s]=t),zu.addAuctionToQueue(n,e,r,o,!1,s,"skipQueue")},np=(e,t,s,n)=>{const o=n?{slots:[n]}:void 0,r=e?{autoplay:e.autoplay,forceSound:!e.muted}:ko.baseVideoIntent;sp(o,s,t,!0,r)},op=e=>{const t=e||(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=tp(t,s),o=(e,t)=>{if(void 0!==t&&!ko.registeredPlayers.includes(t)){ko.registeredPlayers.push(t),ko.baseVideoIntent=Object.assign({},ko.baseVideoIntent,e);const s={name:"prebidLazyLoading",method:"offset",verticalMargin:n.dist,success:!0,callback:()=>{ko.videoAuctionCounter<1&&(ko.lbvAid=`lbv-${(0,yt.Nu)()}`,ko.videoAuctionCounter+=1,np(!1,ko.lbvAid,void 0))}};(0,nt.qm)("dynamicOffset")&&(0,Ju.Z)(s),(0,nn.Z)(t,[s])}};ko.videoHandlers.push(o),Pc(o)},rp=e=>{const{videoHandlers:t}=ko,s=ep(e),n=!(0,ue.fS)("disableVideoAutoBid");s?ko.appendVideoToFirstAuction=n:0===t.length&&op(e)},ip=e=>{const t=(0,ue.g1)("blackListConfig"),s=(0,f.ZF)("ctype");ud(),hd(t),ko.useLazyBidding=vd(),!0===ko.useLazyBidding?(ko.healthStatus.auctionType="lazyBidding",rp(s),Wu(),Xu()):(ko.healthStatus.auctionType="singleAuction",Uu()),e&&(ko.PrebidDamTimeout=setTimeout((()=>{Ku()}),e))},ap=()=>{ko.bidsReceived.length=0},cp=(e,t,s)=>{const{urn:n,size:o}=s,[r,i]=o;return{bunch:e,slot:t,creations:[{type:Ge,width:r,height:i,src:n,showLabel:!0}]}},lp=()=>({adId:0,bddr:"unknown",cpm:0,cpmpl:0,ccpm:0,size:"0x0",ttb:0}),dp=e=>{let t=e;return t=decodeURIComponent(t||""),t=t.replace(/^[\s\uFEFF\xA0]+|#|[\s\uFEFF\xA0]+$/g,""),t=t.replace(/\s*[,;?!.:]+\s*/g,";"),t=t.replace(/\s+/g,"_"),t=t.replace(/\W/g,(e=>"oeaslzzcnOEASLZZCN".charAt("óęąśłżźćńÓĘĄŚŁŻŹĆŃ".indexOf(e))||e)),t.toLowerCase().substring(0,256)},up=e=>{const t=lp(),s=(0,f.ZF)("ccategory"),n=s?dp(s):void 0,o=(0,Qt.W_)(),r=(0,f.ZF)("ctype"),i=(0,rt.fw)("geo"),a=i&&i.country,{ad:c,adfscr:l,adId:d,adUnitCodeOld:u,adUrl:p,ccpm:m,creativeId:g,cpmpl:h,cpm:A,currency:v,dealId:Z,height:b,occpm:w,responseLength:y,timeToRespond:S,width:C}=e;return Object.assign(t,{adId:d,bddr:Ed(e),ccategory:n,ccpm:w||m,cpmpl:h,cpm:parseFloat(A.toFixed(2),10),crid:g,ctype:r,currency:v,country:a,responseLength:y,dealId:Z,deal:Z?1:0,adfscr:l?1:void 0,multi:u,size:`${C||0}x${b||0}`,ttb:Math.min(1e5,(0,j.Z)(S.toFixed(0))),wpsn:o,adLength:c&&c.length||p&&p.length}),t},pp=()=>{const e=(0,ps.Uu)();let t=e&&e.changeHBConfig&&e.version;t=t||"default";const s=(0,ue.CV)("S2Sconfig"),n=s&&s.tests&&s.tests[t];let o;return n&&n.name&&(o=n,o.include=Array.isArray(o.include)&&o.include.join(";")||o.include,o.exclude=Array.isArray(o.exclude)&&o.exclude.join(";")||o.exclude),o},mp={},fp=(e,t)=>{const{appVersion:s}=window,{bunch:n,slot:o}=e,r=t&&mp[t],i=r&&r.bidderLimiter,a=pp(),c=(0,f.ZF)("ctype"),l=null==r?void 0:r.ctype,d={slot:o,bunch:n,an:r&&r.auctionCounterPerView,norodo:r&&r.norodo,s2st:a&&a.name,ck:(0,Vd.U2)("ck"),mr:(0,Vd.U2)("mr")},{name:u,version:p}=(0,ps.Uu)();return u&&(d[u]=p),l&&l!==c&&(d.reqCtype=l),i&&(d.bL=i),d.appVersion=s,d},gp=e=>{const{adid:t,slot:s,params:n,waveaction:o,intent:r,isAsr:i}=e,a=t?Pd(t):(0,Jd.Z)("brak adId w bid"),{auctionId:c,meta:l={}}=a,{advertiserDomains:d}=l,u=a&&up(a),p=fp(e,c),m=Object.assign({},u,p);if("prebidsold"===o&&(m.asr=(0,It.Z)(i),(0,To.Z)(d))){const[e]=d;m.adn=e}(0,_s.Z)(o,Object.assign(m,n,r))},hp=(e,t)=>{const{isEmpty:s}=t,n=Ed(t);return(0,tl.Z)(e.fullBids[n])&&(e.fullBids[n]=0),s||(e.fullBids[n]+=1),e},Ap=e=>{(0,cd.Z)()&&(0,gi.Z)("bidderLimiterData",JSON.stringify(e))};let vp;const Zp=e=>{hp(vp,e)},bp=e=>{const t=(0,cd.Z)(),s="emptyBids";let n=e;if(t&&!n&&(n=(0,S.Z)(s)||JSON.stringify({start:Date.now()})),n=JSON.parse(n),t&&Date.now()-n.start>3e5){const e={start:Date.now()};return(0,gi.Z)(s,JSON.stringify(e)),e}return!1};var wp=s(1049);const yp=(e,t)=>{let s;return e&&t&&(s=`${e}x${t}`,"100%xauto"===s&&(s="fluid")),s},Sp=(e,t)=>{const{rekid:s}=window,n=(0,rt.bh)(s),o=null==n?void 0:n.slots;if(!!(!o||!o[t]))return 1;const{startTime:r,passedStartTime:i}=o[t];if(!r||!i&&r>e)return 1;if(!i&&r<e)return 2;return i<e?3:void 0},Cp=(e,t,s,n,o)=>{const{Math:r}=window,i=(0,ue.fS)("logDeals"),a=(0,ue.fS)("logSlotTiming"),{firstAuctionStatusLogPvBD:c,pvfraction:l}=ko,{norodo:d,s2st:u,timetoauction:p,bidderLimiter:m}=s,{adUnitCode:f,err:g,debug:h,auctionCounter:A,auctionCounterPerView:v,adType:b,cpm:w,occpm:y,ccpm:S,cpmpl:C,isEmpty:_,width:k,height:I,timeToRespond:P,auctionStartTime:E,responseTimestamp:T,dealId:O,hem:L,meta:$={}}=n,x=f.split("slot")[1],D=Sp(T,x);let j={slot:f.slice(4),bddr:Ed(n),adType:b,norodo:d?1:0,err:g,pvfraction:l,s2st:u||void 0,debug:h||void 0,an:v,sltStrt:D,hem:L};if(!_){const{advertiserDomains:s}=$,n=(0,To.Z)(s)?s[0]:"none";j=Object.assign({},j,{cpm:r.floor(100*w)/100,ccpm:y||S,cpmpl:C,size:yp(k,I),timeToRespond:P,timeToView:e,timeToReady:t,timeToAuction:p,dealid:i?O:void 0,adn:n})}if(a&&o&&o.timeout&&0===A){const e=(0,Z.R)()?1:3,t=o.slotsStartTime&&o.slotsStartTime[e];t&&(j.bidToSlot=t-T),j.auctToTmt=E-o.timeout,j.apiToBid=T-o.load}return c&&(j.first=1,ko.firstAuctionStatusLogPvBD=!1),m&&(j.bL=m?2:1),(0,_s.Z)("auctionStatus",j),j},_p=(e,t)=>{let s=0;return t.cpmpl>e.cpmpl?s=1:e.cpmpl>t.cpmpl&&(s=-1),s},kp=e=>!(e.length<2)&&e.sort(_p),Ip=(e,t)=>{const s=mp[e],n=[],o=Object.prototype.hasOwnProperty.call(Io,e);let r=(0,ue.fS)("disableDynamicDelay");if(zu.auctionEnd(),s){s.duration=Date.now()-s.start,s.ongoing=!1,(0,Lo.Z)("PrebidAuctionEnd"),(0,wp.Z)("PrebidAuctionTime","PrebidAuctionInit","PrebidAuctionEnd"),kp(ko.bidsReceived),bp(void 0);const e=lo();let t,r;Bu&&Bu.timeclose&&(Bu.timeview&&(t=Bu.timeview-Bu.timeclose),Bu.timeready&&(r=Bu.timeready-Bu.timeclose)),vp=Fd()||{timestamp:Date.now(),auctionCount:0,fullBids:{}};for(let c=0;c<s.bids.length;c++){const l=s.bids[c],{adUnitCode:d,bidderCode:u,sspWPMRequestId:p,isEmpty:m}=l;"sspWPM"===u&&!m&&(i=d,a=p,Id.set(i,a)),"criteo"===u&&ko.hasHem&&(l.hem=1),l.auctionCounter=s.auctionCounter,l.auctionCounterPerView=s.auctionCounterPerView,l.auctionStartTime=s.start,o&&l.cpm>0&&n.push(l),Zp(l),Cp(t,r,s,l,e)}vp.auctionCount+=1,Ap(vp)}var i,a;s.statusDone=!0;const{dynamicDelayTestVersion:c,version:l}=(0,ps.Uu)();c&&l!==c&&(r=!0),o&&(Io[e](n),delete Io[e]),!ko.PrebidDamTimeout||ko.firstAuctionEnd||r||(ko.firstAuctionEnd=!0,Ku(),clearTimeout(ko.PrebidDamTimeout)),ko.lbvAid&&ko.lbvAid===t.auctionId&&1===ko.registerTimeCounter&&(ko.lbvAid=null)},Pp=(e,t)=>{var s,n;const o=!(null==e||null==(s=e.mediaTypes)||null==(n=s.video)||!n.context),r=vu.includes(e.adUnitCode);return o&&!r&&(t.adType="outstream"),t},Ep=(e,t)=>{const s={adId:e.bidId,bidder:e.bidder,bidderCode:e.bidder,adUnitCode:e.adUnitCode,subAccount:e.subAccount,cpm:0,ccpm:0,cpmpl:0,width:0,height:0,isEmpty:!0,statusMessage:"Pusta zaslepka",requestTimestamp:t,responseTimestamp:Date.now(),timeToRespond:0};return Pp(e,s),s},Tp=["slot316","slot317","slot318","slot319"],{teadsOutstreamSlots:Op}=ko,Lp=e=>Op.includes(e),$p=e=>{let t="unknown";const s=e;return s&&(s.vastUrl||s.vastContent||s.vastXml?t=vu.includes(s.adUnitCode)?"instream":Tp.includes(s.adUnitCode)?"audio":"outstream":s.placementId&&Lp(s.placementId)?t="outstream":s.native?t="native":s.adUrl?t="iframeurl":(s.ad||"sspWPM"===s.bidderCode)&&(t="iframe"),s.adType=t),t},xp={1.1:[[300,250]],1.2:[[300,250]],1.33:[[330,250],[300,225]],1.78:[[445,250],[320,180],[300,250]]};const Dp=(e,t)=>{const s=Object.keys(xp),n=!!e&&e.width/e.height;return function(e,t){let s=[300,250];const n=xp[e]||[[300,250]];if(t){for(let e=0;e<n.length;e++)if(n[e][0]<=t.width&&n[e][1]<=t.height){s=n[e];break}}else[s]=n;return s}(s.reduce(((e,t)=>n?Math.abs(t-n)<Math.abs(e-n)?t:e:"")),t)};function jp(e){let t,s=0;return(P.Z.s(e)?wu(e):e).forEach((e=>{const n=e[0]*e[1];n>s&&(s=n,t={width:e[0],height:e[1]})})),t}const Rp=e=>{const t=iu(),{units:s}=t,n=s&&s.filter((t=>t.code===e))[0];if(n){var o,r,i,a;const e=null==(o=n.mediaTypes)||null==(r=o.banner)?void 0:r.sizes,t=null==(i=n.mediaTypes)||null==(a=i.video)?void 0:a.playerSize,s=n.sizes&&jp(n.sizes),c=e&&jp(e);return t&&jp([t])||s||c}},Np=e=>{const t=e,s=t.adUnitCode,n=Dp(t,Rp(s));t.size;[t.width,t.height]=n,t.size=n.join("x")},Mp=(e,t)=>{const s=t.auctionId||t.requestId,n=mp[s];switch(e){case"beforeBidderHttp":ko.biddersRequests+=1;break;case"bidRequested":{const{bids:e,bidderCode:s}=t;e.forEach((e=>{(0,ar.Z)(`PrebidRequest_${s.toUpperCase()}`),n&&(n.requests+=1,n.bids.push(Ep(e,n.auctionStart)))}));break}case"fledgeAuction":{const{fledgeAuctionConfig:e,adUnitCode:s}=t,{config:n}=e;(0,I.Z)(n)&&(Object.assign(e,n),e.config=void 0),(0,Ae.zK)("adtech","PU-145","A")?ko.fledgeAuctions.push({adUnitCode:s,fledgeAuctionConfig:e}):ko.fledgeAuctionsForGoogle.push({adUnitCode:s,fledgeAuctionConfig:e});break}case"bidResponse":{const{cpm:e,vastContent:s,vastXml:o,adUnitCode:r,bidderCode:i,requestId:a,bidder:c}=t;if((0,ar.Z)(`PrebidResponse_${c.toUpperCase()}`),n){const{bids:e}=n;n.responses+=1;for(let s=0;s<e.length;s++){const{adId:o}=e[s];if(o===t.adId||o===a){const o=e[s].subAccount;e[s]=t,e[s].auctionCounter=n.auctionCounter,e[s].subAccount=o}}}$p(t),"outstream"===t.adType&&Np(t),e>0&&(!s&&o&&(t.vastContent=o),t.adUnitCodeBid=r,Ld(t),t.ccpm>0&&(!ko.isRetarg&&i.includes("criteo")&&(ko.isRetarg=!0),ko.bidsReceived.push(t),ko.healthStatus.bidsReceived=!!ko.bidsReceived.length));break}case"auctionInit":{const{timestamp:e,auctionId:n,info:o={}}=t,{bidderLimiter:r}=o,i=pp();ko.auctionInProgress=!0,mp[s]=Object.assign({start:e,bids:[],auctionCounter:ko.auctionsCount,auctionCounterPerView:ko.auctionsCountPerView,requests:0,responses:0,sold:0,ctype:(0,f.ZF)("ctype"),counted:!1,ongoing:!0,id:s,timetoauction:ko.AUCTION_LAST?e-ko.AUCTION_LAST:null,norodo:!(0,Vd.BF)("mr","TP")||void 0},(null==i?void 0:i.name)&&{s2st:i.name},{bidderLimiter:r}),ko.lbvAid&&ko.lbvAid===n&&0===ko.registerTimeCounter&&(ko.registerTimeCounter=1),ko.AUCTION_LAST=e,(0,Lo.Z)("PrebidAuctionInit"),ld();break}case"auctionEnd":Ip(s,t);break;case"auctionDone":n.bids&&n.statusDone&&delete n.bids;break;case"bidWon":{const{bidder:e}=t;(0,ar.Z)(`PrebidCreativeRun_${e.toUpperCase()}`),n&&(n.sold+=1);break}case"adRenderFailed":{const{bidder:e}=t;(0,ar.Z)(`PrebidCreativeFailed_${e.toUpperCase()}`);break}case"auctionDebug":ou(t)}},Vp=(e,t,s)=>{const{pbjs:n}=window,o=xd(t),r=Date.now();let i=!1,a=!0,c=!(0,Qt.y1)("ext_yb");const l={},d={bunch:e,slot:t,creations:[l]};if(!o)return(0,ar.Z)("PrebidShowNoBid"),!1;const{ad:u,adId:p,adUrl:m,adType:f,APIlocalStorage:g,adUnitCodeBid:h,adUnitCode:A,bidder:v,height:Z,native:b,responseTimestamp:w,requestTimestamp:y,tagid:S,url:C,width:_,vastUrl:k,vastContent:I,vastXml:E}=o,T="testwp"===v||g,O="sspWPM"===v;Pd(p,"APIsold");let L=_,$=Z;if(["teads"].includes(v)&&(l.tagId=h||A,l.closeIframe=!0,c=!1,L="100%",$="auto"),i||!k&&!I||(l.type="outstream",l.prebidMode="outstream",l.width=L,l.height=$,l.showLabel=c,l.bid=o,a=!1,i=!0),!i&&b){const e=b;var x;if(l.type="native",l.showLabel=c,l.data={system:"native",text:e.title,url:e.clickUrl,impPixel:e.impressionTrackers,clickPixel:e.clickTrackers,jsTracker:e.javascriptTrackers,advName:e.sponsoredBy,adUnit:A,privacyIcon:e.privacyIcon,privacyLink:e.privacyLink,adId:p,bidCallback(){n.markAdAsWon&&n.markAdAsWon(p)}},!(0,To.Z)(l.data.impPixel))l.data.impPixel=null==e||null==(x=e.ortb)?void 0:x.imptrackers;e.image&&(e.image.url?l.data.src=e.image.url:P.Z.s(e.image)&&(l.data.src=e.image)),Mp("bidWon",o),i=!0}if(!i&&O){const{campaign:e,creationSspWPM:t}=o,s=JSON.parse(t),{creations:n,redir:r}=s;Object.assign(d,{campaign:e,creations:n,redir:r,sspWPM:!0}),i=!0}if(!i&&m&&n.embedded&&(l.type="iframe",l.src=m,l.width=L,l.height=$,l.showLabel=c,i=!0),i||(l.type="prebid",l.width=L,l.height=$,l.showLabel=c,T&&(l.type="code",l.code=u),u&&u.includes("wppl_wallpaper.js")&&(l.useAlternativeSlot=!0),l.prebidMode="renderAd",l.adId=p,i=!0),i){const n={type:"show",age:r-w,adtype:f,tts:(0,j.Z)((Date.now()-ko.logStartTime).toFixed(0))};S&&(n.tagid=S),Bu&&Bu.prevAuctionTS&&(n.tta=(0,j.Z)((Date.now()-y).toFixed(0)));/http:\//i.test(u||C||k||E||I)&&(n.unsecure=1),a&&gp({bunch:e,adid:p||void 0,slot:t,params:n,waveaction:"prebidsold",isAsr:s})}return d},Bp=e=>{const t=xd(e);if("audio"===t.adType)return t},Up=(e,t,s="")=>{const n=!!e&&(e[s]||e),o=(0,j.Z)(t);let r=!1;return n&&o&&(n[o]?r=n[o]:n.exclude&&n.exclude.includes(o)||(r=n.default)),r},Fp=e=>{const t=(0,ue.g1)("dfpMultipliers"),{dfpMTestVersion:s,version:n}=(0,ps.Uu)();return Up(t,e,!!s&&`conf${n||"A"}`)||1},qp=e=>{const{fledgeResults:t=[]}=ko,s=(0,j.Z)(e);return(0,To.Z)(t)&&t.filter((e=>(0,j.Z)(e.slotNumber)===s)).sort(((e,t)=>t.floor-e.floor))[0]},zp=(e,t)=>({sspBidCCPM:t?Math.max(e,t):e,isS2S:t>e}),Gp=e=>{const t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=Ad(s,t),o=Zd(n).find((e=>"default"===e.id));if(o){const{slots:t}=o;return t.includes(e)}return!1},Hp=(e,t,s)=>{const n=(0,ue.fS)("useDirectClickMultiplier"),o=(0,ue.fS)("isDirectClickMultiplierAtfOnly"),r=(0,ue.g1)("directClickMultiplier")||1.1;if(n||(0,ps.wV)("directClickMultiplierTver")){const n=!o||Gp(e);if(wl()&&n){return{target:t*r,targetModel:`${s}m`}}}return{target:t,targetModel:s}},Wp=(e,t,s,n,o,r,i)=>{const{isRetarg:a}=ko,{btVersionTest:c,dfpMTestVersion:l,higTestVersion:d,version:u}=(0,ps.Uu)(),p=!!c&&`conf${u||"A"}`,m=!!l&&`conf${u||"A"}`,f=!!d&&`conf${u||"A"}`,g=(0,P.Z)(s,"string")?Ss(s)||0:s||0,{sspBidCCPM:h,isS2S:A}=zp(t,o),v="businessclick"===n&&g>h?0:h,Z=(0,ue.g1)("dfpMultipliers"),b=(0,ue.g1)("bidTargets"),w=(0,ue.g1)("higMultipliers"),y=Up(Z,e,m),S=Up(b,e,p),C=Up(w,e,f),_=(0,ue.g1)("dfpFloorMultiplier")||S;let k,I=!1,E=0;a&&S&&(v&&v>=g?(k=S*v,E=A?4:3):g&&A?(k=_*s,E=4):s?(k=_*s,E=5):k=!1),v&&(k?y&&v*y>k&&(k=v*y,E=A?2:1):(k=y?v*y:v,E=y&&A?2:1));const T=C||i;if(r&&T){const e=T&&T*r;e&&(!k||e>k)&&(k=e,E=6)}return k&&(({target:k,targetModel:E}=Hp(e,k,E)),I={target:k,targetModel:E}),I},Kp=e=>xd(e),Jp=(e=window.pbjs)=>{if(e&&P.Z.f(e.setConfig)){const t={},s=(0,uo.J1)(),n=ho(),o=(0,Ae.bB)("adtech","PU-138"),r=["B"].includes(o),i=(0,To.Z)(n)&&r;if(s)t.keywords=s.replace(/;/g,",");else{ou({type:"WARNING",arguments:["No keywords available"]})}i&&(t.cat=n,t.pagecat=n,t.sectioncat=n,t.cattax=7),(s||i)&&e.setConfig({ortb2:{site:t}})}},Qp=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],Yp=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],Xp=()=>{const e=(0,Z.R)();return{rubicon:{singleRequest:!0},userSync:{userIds:[],iframeEnabled:!0,filterSettings:{all:{bidders:"*",filter:"include"}}},bidderOrder:e?Yp:Qp,bidderSequence:"fixed",consentManagement:{cmpApi:"iab",timeout:2e3},mobile:e}},em=()=>{const{activeTestVersion:e}=ko,t=(0,ue.g1)("delay"),s=(0,Z.R)()?400:800;let n=(0,nt.qm)("prebidDelay")||s;return"number"==typeof t?n=t:e&&t&&(n=t[e]||n),n},tm=()=>{const e=[.66,.1,.1,.05,.05,.02,.02],{Math:t}=window,s=t.random(),n=e.length;let o=0;for(let t=0;t<n;++t)if(o+=e[t],s<=o)return String.fromCharCode(65+t)},sm=()=>{const e=(0,rt.fw)("sda")||[];if((0,To.Z)(e)){return[{name:"wp.pl",ext:{segtax:4},segment:e.map((e=>({id:e})))}]}return e},nm=["bidRequested","bidResponse","bidderDone","auctionInit","auctionEnd","auctionDone","bidWon","adRenderFailed","auctionDebug","beforeBidderHttp","fledgeAuction"],om=e=>{nm.forEach((t=>{e.onEvent(t,(e=>{Mp(t,e)}))}))},rm=(e,t,s)=>{if(P.Z.f(e.setBidderConfig)){let n=!1;const o={},r={bidders:["allegro"],config:{ortb2:{user:o}}};P.Z.s(t)&&(o.ext={data:{ppid:t}},n=!0),(0,To.Z)(s)&&(o.data=s,n=!0),n&&e.setBidderConfig(r)}},im=()=>{if((0,cd.Z)()){const e=(0,S.Z)("currency");e?ko.currencyRate=JSON.parse(e):(0,gi.Z)("currency",JSON.stringify(ko.currencyRate))}},am=e=>{const{seller:t,decisionLogicUrl:s}=Po();e.setBidderConfig&&e.setBidderConfig({bidders:["sspBC","rtbhouse"],config:{fledgeEnabled:!0,fledgeConfig:{seller:t,decisionLogicUrl:s}}})},cm=e=>{e.userSync.userIds.push({name:"justId",params:{mode:"COMBINED",url:"https://id.nsaudience.pl/getId.js"},storage:{expires:365,name:"justId",refreshInSeconds:1,type:"html5"}})},lm=e=>{e.userSync.userIds.push({name:"identityLink",params:{pid:"13724"},storage:{type:"cookie",name:"idl_env",expires:15,refreshInSeconds:1800}})},dm=(e,t)=>{e.userSync.userIds.push({name:"pubProvidedId",params:{eids:[{source:"firstpartyid",uids:[{id:t||"",atype:1,ext:{stype:"ppuid"}}]}]}})},um=(e,t)=>{const s=(0,ue.g1)("server");if(!s||!s.bidders)return;(!s.test||s.test.includes(t))&&e.setConfig({s2sConfig:{accountId:s.accountid||"1",secure:1,enabled:!0,bidders:s.bidders,timeout:s.tmax||1500,adapter:"prebidServer",endpoint:"//ssp.wp.pl/pbs/v1/openrtb2/auction",syncEndpoint:"//ssp.wp.pl/pbs/v1/cookie_sync"}})},pm=()=>{const{currencyRate:e}=ko;return{USD:{PLN:e.USD,EUR:e.USD/e.EUR,CHF:e.USD/e.CHF,GBP:e.USD/e.GBP}}},mm=(e,t,s,n)=>{const o=P.Z.o(t),r=ve.G6||ve.hx?.6:1;let i="",a=t;if(o){Object.keys(t).forEach((o=>{a=t[o],a/=s,i="default"!==o?`${e}|*|${o}`:`${e}|*|*`,a*=r,n[i]=a}))}else a/=s,i=e.includes("slot")?`${e}|*|*`:"*|*|*",a*=r,n[i]=a},fm=(e,t)=>{let s=e;const{fpTest:n,version:o}=t,{USD:r}=ko.currencyRate;n&&(s=s[o]||s);const{default:i}=s,a={};return(0,w.Z)(i,((e,t)=>{mm(e,t,r,a)})),a},gm=(e,t,s)=>{const n=fm(t,s),o={currency:{adServerCurrency:"USD",rates:pm()}},r={floors:{enforcement:{bidAdjustment:!0,enforceJS:!1},data:{currency:"USD",modelVersion:"setConfig model test",schema:{fields:["adUnitCode","mediaType","size"]},values:n}}};return Object.assign(e,o,r),e},hm=e=>{e.userSync.userIds.push({name:"teadsId",params:{pubId:14025}})},Am=e=>{const t=em(),s=(0,ue.fS)("usePvFraction"),n=(0,ue.fS)("ppidOn"),o=(0,ue.fS)("fledgeOn"),r=(0,ue.fS)("liveRampOn"),i=(0,ue.g1)("blockPrebid"),a=(0,ue.g1)("viewConfig"),c=(0,Di.G)(),l=i&&Hd({blockPrebidConfig:i,viewConfig:a}),d=!!(0,rt.fw)("directOnly"),u=(0,ue.g1)("floorprices","config"),p=(0,I.Z)(u),m=(0,Ae.zK)("adtech","PU-179","B")&&sm(),f=(0,Ae.zK)("adtech","PU-136","B");if(ko.logStartTime=Date.now(),ko.ppid=c,e.bidderSettings=e.bidderSettings||{},Object.assign(e.bidderSettings,{criteo:{storageAllowed:!0}}),om(e),im(),e.setConfig){const t=Xp();o&&am(e),(n||(0,ps.wV)("pubIdTestVersion"))&&dm(t,c);(0,Qt.y1)("money_money_mobile")&&hm(t);const s=(0,ps.Uu)(),{version:i}=s;p&&gm(t,u,s),r&&lm(t),f&&cm(t),e.setConfig(t),rm(e,c,m),Jp(e),um(e,i)}if(r&&e.enableAnalytics){const t=[{provider:"atsAnalytics",options:{pid:"13724"}}];e.enableAnalytics(t)}s&&(ko.pvfraction=tm()),ko.disableBLByDiceRoll=Kd(10);const g=(0,xs.D)();if(l||d)Ku();else if(g)if(Ds)ip(t);else{const e=()=>{ip(t),window.removeEventListener("adsReady",e)};window.addEventListener("adsReady",e)}else ip(t)},vm=(e=!1)=>{ko.prebidAPILoadingState=lo(),(0,Lo.Z)("PrebidInited"),(0,Qt.GD)()&&e.libLoaded&&Am(e)},Zm=e=>{if(1===(0,f.ZF)("inver"))return!1;const t=e,s={},n=pp(),o=(0,ps.Uu)();return s.wpsn=(0,Qt.W_)(),s.ctype=(0,f.ZF)("ctype"),o&&o.name&&(s[o.name]=o.version),window.appVersion&&(s.appVersion=window.appVersion),t.bunch||(t.bunch=(0,st.P)()),t.bddr||t.bidder||(t.bddr=t.bidder),t.bddr?t.bddr=`S2S-${t.bddr}`:t.bddr="S2S",t.cpm&&(t.cpm=parseFloat(t.cpm.toFixed(2),10)),n&&t.s2st&&n.name!==t.s2st&&((0,ar.Z)("PrebidS2S_TestERR"),s.s2st2=n.name),(0,_s.Z)("prebidsold",Object.assign(s,t)),{s2sdata:t,result:s}},bm=e=>{const{urn:t}=e;ko.fledgeResults=ko.fledgeResults.filter((e=>{const{urn:s}=e;return!(s===t)}))},wm=e=>{const{min:t,mit:s,mmu:n,mpe:o}=e;let r;return"related"===o&&(0!==t||1!==s&&0!==n?1!==t&&2!==t||1!==s&&0!==n?2!==t||0!==s&&1!==n||(r="rui"):r="rap":r="rup"),r};var ym=s(2264);const Sm=e=>{if(e){const t=ko.intentParams,{min:s,mit:n,mmu:o,mpe:r,mno:i,mco:a}=(e.mpe,e),c=wm(e);let l;const d=JSON.stringify((0,ym.Z)({mit:n,min:s,mmu:o}));l=d===du||d===uu?"a":d===pu?"u":c||d;const u={plI:[du,pu].includes(d)||["rup","rap"].includes(c),plA:[du,uu].includes(d)||["rap","rui"].includes(c),plU:[pu].includes(d)||["rup"].includes(c),pIn:[du,pu].includes(t)||["rup","rap"].includes(c),pAu:[du,uu].includes(t)||["rap","rui"].includes(c),pUp:[pu].includes(t)||["rup"].includes(c)},p=e=>{u[e]=u[e]?1:0};return Object.keys(u).forEach(p),Object.assign(u,{plP:l,re:c,mpe:r,mno:i,mco:a}),u}(0,Jd.Z)("Brak intencjonalności playera")},Cm=(e,t)=>{const s=Pd(e,"APIsold")||!1,n=s?s.adUnitCode.replace("slot",""):void 0,{APIused:o,auctionId:r,adType:i,bidder:a,cpmpl:c,responseTimestamp:l}=s;if(s&&!s.APIcounted&&o){const o=(0,st.P)(),d=Sm(t);gp({bunch:o,slot:n,adid:e,intent:d,params:{type:"show",adtype:i,age:Date.now()-l},waveaction:"prebidsold"}),Mp("bidWon",s),"instream"===i?((0,ar.Z)(`PrebidVideoRun_${a.toUpperCase()}`),(0,ar.Z)(`PrebidVideoRevenue_${a.toUpperCase()}`,c/100)):"outstream"===i&&((0,ar.Z)(`PrebidOutstreamRun_${a.toUpperCase()}`),(0,ar.Z)(`PrebidOutstreamRevenue_${a.toUpperCase()}`,c/100)),r&&mp[r]&&(mp[r].sold+=1),s.APIcounted=!0}return s},_m=(e,t)=>{let s=!1;if(t){s=Pd(e,"APIused");const t=s&&s.adType;"instream"===t?(0,ar.Z)(`PrebidVideoUsed_${s.bidder.toUpperCase()}`):"outstream"===t&&(0,ar.Z)(`PrebidOutstreamUsed_${s.bidder.toUpperCase()}`)}else if(s=Pd(e,"APIsold"),s&&!s.APIcounted){const t=(0,st.P)(),n=s.adUnitCode.replace("slot","");gp({bunch:t,slot:n,adid:e,params:{type:"show",adtype:s.adType,age:Date.now()-s.responseTimestamp},waveaction:"prebidsold"}),s=Pd(s,"APIcounted")}return s},km=()=>{ko.videoHandlers.forEach((e=>{Tc(e)})),ko.videoHandlers=[]},Im=(e,t,s)=>{if(Bu.isDynamic=(0,Qt.y1)("dynamic"),Bu.time=s-(Bu.timestamp||s)||null,Bu.timestamp=s,Bu.ctype=e,Bu.isDynamic){const s=(0,ue.g1)("viewConfig");if(Ad(e,s).auctions&&ko.useLazyBidding){Wu();const e=(0,cr.xG)();(0,w.Z)(e,(t=>{Yu(t,e[t])}))}else Uu(!1,void 0,t)}};let Pm=!1;const Em=(e,t)=>{try{const s="onEvent",n=Date.now(),o=(0,ue.fS)("usePvFraction"),r=(0,ue.g1)("blackListConfig"),i=t&&t.nextDot&&t.nextDot.ctype;let a=(0,f.ZF)("ctype");switch(t&&t.ctype&&(a=t.ctype),e){case"page:close":Pm=!0,(0,w.Z)(Sd,(e=>{Cd(e)})),km(),o&&(ko.pvfraction=tm()),ko.registerTimeCounter=0,ko.firstAuctionStatusLogPvBD=!0,ko.pageLoadTime=Date.now(),ko.baseVideoIntent={autoplay:!1,forceSound:!0},ko.videoAuctionCounter=0,ko.healthStatus={hbConfig:ko.healthStatus.hbConfig,auctionType:ko.healthStatus.auctionType,pvAuctionNames:[]},(0,ps.wV)("HIGTest")&&(ko.bidsReceived=(e=>{const t=e.filter((e=>"sspWPM"!==e.bidderCode));return Id.clear(),t})(ko.bidsReceived)),Bu.prevCtype=a,Bu.timeclose=n,gd.reset(),ko.auctionsCountPerView=-1;break;case"page:view":Pm?(hd(r),Jp(),Bu.timeview=n,rp(a),Im(a,i,n),Pm=!1):(0,Ws.Z)({message:`PrebidAPI.${s}`,path:"pageViewBeforePageClose",fileName:a});break;case"video:ready":Bu.timeready=n,(0,Lo.Z)("VideoReadyTime");break;case"video:apd":Bu.timeApd=n,(0,Lo.Z)("VideoApdTime"),(0,wp.Z)("VideoReadyToVideoAPD","VideoReadyTime","VideoApdTime")}}catch(e){(0,Q.Z)(e,"onEvent")}},Tm=()=>(console.table&&console.table(ko.healthStatus),ko.healthStatus),Om=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=(0,ue.g1)("blackListConfig"),o=Ad(t,s);hd(n);return e.filter((e=>{const t=e.slotID.replace("slot",""),s=parseInt(t,10);return!ko.blackList.includes(s)&&!(o.slots&&!o.slots.includes(s))}))},Lm=(e,t,s)=>{const n=t||!1;let o=s;if(o&&o.dataset){const{bunch:e}=o.dataset,{slot:t}=o.dataset;o=(0,rt.bh)(e,t).creation}o&&e&&n&&(Object.assign(o,n),o.modsToLoad=o.modsToLoad||[],o.modsToLoad.push(e),Xo(o))};class $m{constructor(e,t,s){this.bid=e,this.adunit=t,this.adId=this.bid.adId,this.bidder=this.bid.bidder,this.time=this.bid.timeToRespond,this.cpm=this.bid.cpm,this.msg=this.bid.statusMessage,this.rendered=s}}const xm=()=>{const{console:e,pbjs:t}=window;if(t){const s=t.getBidResponses(),n=t.getAllWinningBids(),o=[];Object.keys(s).forEach((e=>{s[e].bids.forEach((t=>{const s=!!n.find((e=>e.adId===t.adId)),r=new $m(t,e,s);o.push(r)}))})),o.length?e.table&&e.table(o):e.warn("No prebid responses")}};class Dm{constructor(e,t,s,n,o){this.adunit=e,this.adId=t,this.bidder=s,this.time=n,this.cpm=o}}const jm=(e=window.pbjs)=>{const t="showAllWinningBids",{console:s}=window,n=[];if(e&&P.Z.f(e.getHighestCpmBids)){(e.getHighestCpmBids()||[]).forEach((e=>{const t=new Dm(e.adUnitCode,e.adId,e.bidder,e.timeToRespond,e.cpm);n.push(t)})),n.length>0?s.table&&(s.table(t,":"),s.table(n)):s.warn(t,"--\x3e No prebid winners")}return n},Rm=e=>{const t=parseInt(e,10),s=ri();Array.isArray(s)&&s.length>0&&gd.add(s);const{blackList:n}=ko;if(0!==n.length)return ko.auctionSlots.includes(t)&&n.includes(t)?0:!ko.auctionSlots.includes(t)&&n.includes(t)?1:void 0},Nm=[316,317],Mm=(e,t,s)=>{const n=s?[s]:Nm,o=t||`fA-${(0,yt.Nu)()}`;sp({slots:n},e,o)},Vm=(e,t)=>{const s=`fA-${(0,yt.Nu)()}`;sp({slots:e},t,s)},Bm=e=>{const t=e,s=["ad","adUrl","noad","native","vast","vastUrl"].reduce(((e,s)=>e||t[s]),0),{adId:n,bidder:o,cpm:r,ttl:i}=t,{rekid:a}=window;let{slot:c,size:l}=t;if(!c)return!1;s||(c>=150?t.vast='<VAST xmlns:xsi="//www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast2.xsd" version="2.0"><Ad id="testwp001"><InLine><AdSystem>TESTWP</AdSystem><AdTitle>TESTWP</AdTitle><Creatives><Creative><Linear><Duration>00:00:15</Duration><TrackingEvents></TrackingEvents><VideoClicks><ClickThrough><![CDATA[https://www.wp.pl/?from=video]]></ClickThrough></VideoClicks><MediaFiles><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/mp4"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.mp4]]></MediaFile><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/webm"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.webm]]></MediaFile></MediaFiles></Linear></Creative></Creatives></InLine></Ad></VAST>':c>=80&&c<84?t.native={title:"Testowa reklama Native",clickUrl:"https://www.wp.pl/?from=native",image:{width:300,height:150,url:"https://dummyimage.com/400x270/000/fff.png"},impressionTrackers:[]}:t.ad='<a href="https://www.wp.pl/?from=banner" target="_blank"><img src="https://dummyimage.com/300x250/000/fff.png&text=prebid" style="width:300px;height:250px;border:0" /></a>'),l||(t.ad&&(l=[300,250]),(t.vast||t.vastUrl)&&(l=[640,360]),t.native&&(l=[1,1])),Number.isNaN(c)||(c=c.toString());let d={adId:n||`testwp${Math.floor(1e10*Math.random())}`,bidder:o||"testwp",bidderCode:o||"testwp",adUnitCode:`slot${c}`,cpm:parseFloat(r)||99,width:l[0],height:l[1],ttl:i||3e3,statusMessage:"bid available",requestTimestamp:Date.now(),responseTimestamp:Date.now(),timeToRespond:0,ad:t.ad,vastContent:t.vast,vastUrl:t.vastUrl,vastImpUrl:t.vastImpUrl,native:t.native,adUrl:t.adurl};return d=Ld(d),ko.bidsReceived.push(d),a&&t.reload&&gl(a,c),d},Um={criteo:"criteo",audiencenetwork:"facebook",adform:"adform",openx:"openx",appnexus:"adnxs",businessclick:"businessclick",rtbhouse:"creativecdn.com",pubmatic:"pubmatic",sovrn:"lijit.com",indexexchange:"casalemedia.com",smart:"prg.smartadserver.com",smartvideo:"prg.smartadserver.com",connectad:"i.connectad.io",teads:"a.teads.tv/hb/bid-request",emxdigital:"hb.emxdgt.com",nanointeractive:"www.audiencemanager.de/hb",sspauction:"ssp.wp.pl/pbs/v1/openrtb2/auction",sspcookie:"ssp.wp.pl/pbs/v1/cookie_sync",bidderbc:"ssp.wp.pl/bidder/",allegro:"naanalle.pl/pb",sharethrough:"sharethrough"},Fm=e=>{let t=!1;const s=e||"";return Object.keys(Um).some((e=>s.indexOf(Um[e])>0&&(t=e,!0))),t},qm=(e,t)=>{const s=e.log||{},n=Fm(s.url);n&&(0,ar.Z)(`PrebidAjax${t.substr(0,1).toUpperCase()}${t.substr(1)}_${n.toUpperCase()}`)},zm="PrebidAPI",Gm=()=>{const{console:e}=window,{bidderLimiterTver:t,version:s}=(0,ps.Uu)(),n=(0,ue.fS)("forceBidderLimiter"),o={init:vm,afterBunch:dd,updateCurrency:ld,onPrebidLoad:Am,slotIsLimited:Rm,startAudioAuction:Mm,startDisplayAuction:Vm,getComponentAuctionConfig:Oo,getSlotCPM:jd,getHighestBid:xd,getFledgeDam:rd,getFledgeResult:qp,getFledgeStatus:Co,getFloorPrice:Td,getGAMTarget:Wp,getDFPMultiplier:Fp,getPvFraction:()=>ko.pvfraction,getPPID:()=>ko.ppid,generateFledge:cp,generateInline:Vp,logS2S:Zm,runFledgeAuction:Nd,runMod:Lm,restrictAndLimitSlots:Om,startVideoAuction:np,markFledgeUsed:bm,markUsed:_m,markSold:Cm,getVideoBid:Kp,getAudioBid:Bp,prebidDam:_e.Z},r={testBid:Bm,applyConfig:ip,getState:()=>(0,Jd.Z)("getState call"),clearBids:ap,logPrebid:gp,setBidFlag:Pd,xhrLogger:qm,healthCheck:Tm,getPrebidConfig:Ql.Kp,_ver:"2.4.891",_buildDate:"2023-10-12 15:02:33",_bidsReceived:ko.bidsReceived,_auctions:mp,_bidderLimiterStore:Fd(),bidderLimiterActive:n||t&&t===s,emptyLimits:ko.emptyLimits};(0,vt.qL)("prebid",Object.freeze(o),(0,bt.Vq)()),window.__prebiddebug__=Object.freeze(r),(0,Ze.Z)(zm,!0),(0,wp.Z)("PrebidChunkInited","PrebidChunk","PrebidInited"),(0,ht.Hj)("page:close",Em),(0,ht.Hj)("page:view",Em),(0,ht.Hj)("video:ready",Em),(0,ht.Hj)("video:apd",Em);try{const t=window.__wpjsdebug__;if(t){const s=t.additionalActions||[];s.push({name:"Show all bids over floor",action:()=>{e.table&&e.table(ko.bidsReceived.filter((e=>!e.floorhit)))}},{name:"Show all bids",action:xm},{name:"Show all winning bids",action:jm}),t.additionalActions=s}}catch(e){e.name="ProgrammaticError",(0,Q.Z)(e,zm)}},Hm="Prebid",Wm=e=>{const t={que:[]},s=e=>{(0,Ze.Z)(Hm,!1),P.Z.o(e)&&(e.name="ProgrammaticError",(0,Q.Z)(e,Hm)),Xl.error=!0,_e.Z.open()};try{delete window._pbjsGlobals,delete window.pbjs,delete window.pbjsChunk,window.pbjs=t}catch(e){(0,le.o)("pbjs",void 0,!0,!0),s(e)}const n=()=>{(0,Ii.Rn)()||(0,ar.Z)(`${Hm}NoStatidOnInit`),t.que.push((()=>{(0,Ii.Rn)()||(0,ar.Z)(`${Hm}NoStatidOnPbjs`);const e=(0,vt.ac)("prebid");if(null!=e&&e.init)try{e.init(t),Ce.Z.open()}catch(e){s(e)}else{(0,le.o)("prebidAPI",void 0,!0,!0);const e=new Error("PrebidAPI missing after load");s(e)}}))};if(ed()){_e.Z.close(),ao("load"),Gm(),(0,Lo.Z)(`${Hm}Load`),(0,Xs.Z)(`${Hm}LoadTiming`,`${Hm}Load`,`${Hm}Loaded`),ao("loaded"),se.Z.fill((()=>{P.Z.f(e)?e(n):n()})),nd();(0,ue.fS)("preloadCriteoDisable")||td((0,Rc.VP)())}else _e.Z.open()},Km=()=>{Wm(!xe.gafParallel&&xe.gafFirst&&el)},Jm=(0,nt.qm)("optOut"),Qm=(e,t,s)=>{const{config:n,gafSlot:o}=s;if(Jm&&Object.assign(t,{privacyIcon:"https://i.wp.pl/a/i/stg/pkf/bg.png",privacyLink:"https://reklama.wp.pl",advName:"1"!==Jm?Jm:"Testowy Advertiser"}),n){const{advName:s,privacyIcon:a,privacyLink:c}=t;var r,i;if(c||a||s)(0,Ws.Z)({message:"NativeAPI",path:"OptOutAdvName",fileName:`${c}|${a}|${s}`,slot:n.slot,bunch:n.bunch,campaign:null==(r=o.campaign)||null==(i=r.creative)?void 0:i.provider});(e=>{e&&"A"===e.tagName&&((0,Zs.Z)("Teaser link (A tag) must be wrapped by a container (non A tag) or 'onRenderCallback' returns wrong element (not container)."),(0,ft.Cj)(e,(0,ft.cu)("optout",{position:"relative"})),(0,ft.Vx)())})(e)}},Ym=(e,t)=>{if((0,As.Z)(e)&&P.Z.f(t)){const s=e+(0,yt.Nu)();return window[s]=(...n)=>{try{t.apply(window,n),delete window[s]}catch(t){t.campaign=e,(0,Q.Z)(t,"globalCallback")}},s}},Xm=({creation:e,imaData:t,onAfterRender:s})=>t=>{if(!e.onRenderCallbackDone){if(e.onRenderCallbackDone=!0,e.pvid!==(0,bt.Vq)())return void e.onError("render on incorrect PVID");if(t){const n=t.el;if((0,Xn.Z)(n)){const t=n.getAttribute("href")?n:n.querySelector("a"),o=kn(t);if((0,St.r)(n),(0,St.r)(t),t.addEventListener("click",o),s)try{s(n)}catch(t){e.onError("after render error",t)}return e.rebuild.container.remove(),e.rebuild.container=void 0,e.config.impress(n),e.config.addDestroyHandler((()=>{t.removeEventListener("click",o)})),!0}e.onError("incorrect container in onRenderCallback")}else e.onError("missing result in onRenderCallback")}},ef=(e,t,s,n,o)=>{const r=(0,jn.F)(o,"setNative"),i=Xm({creation:t,imaData:e,onAfterRender:s});if(t.pvid===(0,bt.Vq)())if(r)try{r(e,i,t.config)}catch(e){t.onError("render error",e)}else t.onError("missing setNative");else t.onError("impress on incorrect PVID")},tf="ContentStreamRC",sf=e=>{setTimeout((()=>{const{creation:t,viewed:s,finished:n}=e;if(t){const{config:e,destroyed:o}=t;if(e){const{slot:t}=e;o||s||n||(0,Zs.Z)(`Ad started, but viewability measurement did not start in 5s for slot ${t}.`,"error")}}}),5e3)},nf=(e,t)=>{const s=new RegExp("%native_dom_id%","g");return e.map((e=>e.replace(s,t)))},of={contentstream:({onRequestError:e,onDestroyedError:t,onDataError:s,bunchID:n,slotNumber:o,creation:r,imaData:i,hash:a})=>{const c=(0,Fi.Z)(160,[1,2,3,4,5]),{gafSlot:l,config:d,rebuild:{container:u}}=r,{dataset:p}=u,m=Ym(tf,(e=>{if(r.destroyed)return void t();let a;try{const{ads:[t]}=e;t&&(i.src=t.images[0].url,i.url=(0,wt.mess)(Fo(r.redir,t.clickUrl)),i.text=t.title,a=!0)}catch(e){s()}if(a){ef(i,r,(e=>{r.destroyed?t():Qm(e,i,r)}),n,o)}else(0,Ft.Z)(n,o,l,!0,!0)})),f=Ym(tf,(()=>{r.destroyed?t():e()}));p.nsType="customPlacement",p.nsHash=a,p.nsService="adart",p.nsSuccess=m,p.nsError=f,u.classList.add("kd_ns_placement"),d.addDestroyHandler((()=>{delete p.nsType,delete p.nsHash,delete p.nsService,delete p.nsSuccess,delete p.nsError,u.classList.remove("kd_ns_placement")})),c?(0,Mt.Z)({src:"//emisja.contentstream.pl/aldente/kd_process_function.js?TYPE=customPlacement",target:u,onError(){e()}}):(0,Ft.Z)(n,o,l,!0,!0)},native:({onDestroyedError:e,bunchID:t,slotNumber:s,creation:n,imaData:o,data:r})=>{o.src=(0,wt.mess)(r.src),o.url=(0,wt.mess)(Fo(n.redir,r.url))||n.redirUrl,o.text=r.text,o.advName=r.advName,o.privacyIcon=r.privacyIcon,o.privacyLink=r.privacyLink;ef(o,n,(t=>{if(n.destroyed)return void e();const{adUnit:s,jsTracker:i,bidCallback:a,clickPixel:c,impPixel:l}=r;if((0,en.Z)(l),t){if(null!=i&&i.length){const e=nf((0,Qs.Z)(i),s),n=(0,Et.Z)({id:s,width:0,height:0},{display:"block"});n.appendTo(t),n.write(e.join(""))}P.Z.f(a)&&a(),c&&t.addEventListener("click",(()=>{(0,en.Z)(c)}),!1)}Qm(t,o,n)}),t,s)}},rf=e=>{const{data:t,config:s,gafSlot:n,type:o,labelText:r,showLabel:i}=e,{system:a,hash:c,prefix:l}=t,d=(0,j.Z)(s.bunch),u=(0,j.Z)(s.slot),p=of[a],m=(e,t)=>{const s=e+(null!=t&&t.message?`: ${t.message}`:""),r=rn({name:"NativeAPIError"},s,a,o);Ms(d,u,r,n)};if(p){(0,ar.Z)(`NativeSystem${a.toUpperCase()}`);const s={type:"teaser",system:a,labelText:r||"REKLAMA",hideLabel:!i,prefix:l},o={onRequestError:()=>{m("request error")},onDestroyedError:()=>{m("destroyed error")},onDataError:()=>{m("data error")},bunchID:d,slotNumber:u,creation:e,imaData:s,data:t,hash:c};e.imaData=s,e.onError=m,sf(n),p(o)}else m("missing system")},af=(0,j.Z)((0,nt.qm)("interstitial")),cf=(0,j.Z)((0,nt.qm)("anchorad")),lf=(0,nt.qm)("nativegam"),df=(e,t)=>{lf&&(t.isNative=!0),af&&(t.isInterstitial=e===af),cf&&(t.isAnchor=e===cf);const{isNative:s,isAnchor:n,isInterstitial:o}=t;(o||n)&&(t.targeting.DFPHASH="0");return{type:s?Qe:Ve,showLabel:!(n||o||s),dfpConfig:t}},uf=e=>{const t=(e=>{const t=(0,rt.cT)("dfp");return(null==t?void 0:t[e])||(null==t?void 0:t.default)})(e);let s=!1;if(t){const{weights:e,epoch:n}=t,o=(e=>{const t=Math.random(),{length:s}=e;let n,o=0;for(n=0;n<s;++n)if(o+=e[n],t<=o)return n})(e);s={multiplierIndex:o,multiplier:t[o],epoch:n}}return s},pf=(e,t)=>{const{version:s,noDfpaTestOverride:n,testName:o}=t,r=/test/.test(e);if(!s||n||r)return e;const i=(0,ue.g1)("resetTestAdk"),a=i&&i.includes(s);return`${e}-test${s}${o&&a?`-${o}`:""}`},mf=(e,t,s)=>{const{slotsStartTime:n}=rs,o=(e=>(0,I.Z)(is[e]))(e);if(!o){var r;const{blackBoxData:o}=window,i=(null==o||null==(r=o.payload)?void 0:r.ssid)||(0,yt.Nu)(8,!0),a={slN:e,cnt:null==t?void 0:t.country,hSd:s,ssid:i};ls(e,a),[1,3].includes(e)&&(n[e]=n[e]||Date.now())}return as(e)};var ff=s(421),gf=s(3567);const hf=(e,t,s,n)=>{if(s.delivered){s.prevDivs=(0,ff.c)(t,n),(0,ff.M)(t,s),s.run=1,(0,ar.Z)("GafAPICreativeRun"),(0,gf.Z)(t,"GafAPIRunBidded");try{O(s)()}catch(n){Ms(e,t,rn(n,!1,T),s)}}else s.vendor=Os,Rs(e,t,s)},Af=(e,t)=>{Ns("requestID",e,t)},vf=(e,t,s,n,o,r)=>{let i;o||(i=s?n?3:t?1:0:2,r&&(i=5),(0,ar.Z)(`GAMConfigStatus${i}`),Ns("dfpCfgStat",e,i))},{competitionData:Zf,debugGAF:bf}={blackBoxId:null,params:null,initialWidth:null,initialHeight:null,initRenderTimestamp:null,renderTimestamp:null,slot:null,bunch:null,dfpConfig:null,dfpCfgStat:null,campaign:null,creation:null,placeholderConfig:null,debugGAF:{},debugGAM:{},debugCriteo:{},competitionData:{externalMultiplier:1.2,sbMultiplier:1,ceilCCPM:null,rshsd:null,hash:null,isSbOver2:!1}},wf=(e,t,s)=>{if("high-cpm-bidder"!==e)return;let n;const o=(0,Ae.bB)("adtech","PRG-3468");if(Cs(e,t,o,"B",199)&&(n=2),n){if(!s)return{testHigMultiplier:n};(e=>{Object.assign(Zf,{sbMultiplier:e,isSbOver2:!0}),bf.sb2=1})(n)}},yf=(e,t)=>{const s=as(e);return s&&Object.assign(s,t),s},Sf=(e,t)=>yf(e,{amzn_bid:t}),Cf=(e,t,s)=>{var n;return yf(e,{gaf_cpm:t.roshash,gaf_directOnly:(0,C.Z)("directOnly",s),gaf_model:(0,C.Z)("model",s),gaf_system:t.provider,gaf_external:(0,It.Z)(null==(n=t.source)?void 0:n.external)})},_f=(e,t,s,n)=>yf(e,{dfp_adU:t.placement,dfp_cpm:t.roshash,dfp_dfpH:(null==s?void 0:s.DFPHASH)||void 0,dfp_psbk:n}),kf=(e,t,s,n,o)=>{const r=as(e),i={prbd_ccpm:t.ccpm,prbd_cpm:t.cpm,prbd_cpmpl:t.cpmpl,prbd_fp:s,prbd_an:t.auctionCounter,prbd_platform:Ed(t),prbd_dl:n};return 1===o&&i.prbd_ccpm>r.prbd_ccpm&&(i.prbd_prbdUpd="1"),yf(e,i),r},If=e=>{const{campaign:t,lazy:s}=e,n={campaign:t,lazy:s};L(n,O(e)),e.direct=n,$(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0},Pf=e=>{const t=e.DFPHASH,s=Ss(t);let n=10;s>=2501&&s<=3e3?n=50:s>=3001&&s<=5e3?n=100:s>=5001&&s<=7e3?n=200:s>=7001&&s<=9998?n=500:9999===s&&(n=1);const o=Math.floor(s/n)*n,r=ys(o);return e.DFPHASHV=r,e};var Ef=s(622);const Tf=(e,t,s)=>!!(0,cr.ni)(t)||((0,Ef.Z)(e,t,s),!1),Of=qa(),Lf=async(e,t,s)=>{const n=(0,ps.Uu)(),o="DFPHASH",r=n.agentGAM,i=(0,I.Z)((0,rt.cT)("dfp")),a=(0,Hs.XG)()===De.CG,c=(0,ps.wV)("agentGAM")||(0,ue.fS)("enableGAMAgent")||a;if(!Tf(e,t,s))return;let l,d;s.delivered&&(0,ot.nB)()&&(0,ot.Ai)();let u=!1;const p=(0,rt.fw)("geo"),m=(0,rt.fw)("rshsd"),{campaign:f,dfpConfig:g,passed:h,bidRequestId:A,isAsr:v}=s,Z=!!Of||!v,b=!(0,te.YE)()&&!!f&&Z;let w,y,S,_,k,P,E,T,O=ye();if(mf(t,p,m),v&&Ns("asr",t,1),h||Af(t,A),b){const{sellingModel:e,creative:s}=f;if(s){Cf(t,s,e);const{source:n={},provider:o}=s,{external:r,bidder:i}=n,a=Ss(s.roshash,m);r?P=a:"ma_high-cpm-bidder"===o&&(E=a,({testHigMultiplier:T}=wf(i,E)||{})),(0,C.Z)("directOnly",e)&&(s.roshash="ZZZZ",O=!0),k=s.roshash}}const{isAllowed:$,isBlocked:x}=Hl(),D=(0,I.Z)(g),j=$&&!x&&D&&!O,{isLoaded:R}=Kn;let N,M,V,B,U;const F=(0,vt.ac)("prebid"),q=!Xl.error&&(!Xl.timedOut||Xl.loaded),z=!O&&F&&q&&!(0,te.U6)()&&!(0,xs.s)(t);if(vf(t,x,D,!$,h,O),z&&({highestBidCPM:M,highestBid:N,highestBidBidder:V,highestBidHash:B}=((e,t,s,n)=>{const o=t.getSlotCPM(e,!0),r=t.getHighestBid(e),i=null==r?void 0:r.bidder,a=o&&ys(o,n),c=t.getFloorPrice(`slot${e}`,r),l=(r.deal||r.dealId)&&1;return kf(e,r,c,l,s),{highestBidCPM:o,highestBid:r,highestBidBidder:i,highestBidHash:a}})(t,F,h,m)),j){if(w=g.targeting,y=g.roshash,g.div=pf(g.div,n),R){const e=(e=>Jn.find((t=>t.slotID===`slot${e}`&&!t.used)))(t);if(e){const{amzniid:s,amznbid:n}=e;Sf(t,n),Object.assign(w,e),(e=>{const t=Jn.find((t=>t.amzniid===e));t&&(t.used=!0)})(s)}}const e=w[o]&&Ss(w[o]);let s;if(z&&(S=F.getGAMTarget(t,M,e,V,P,E,T)),!S&&((r||a)&&(w.baseBDCPM=i?"1":"2"),c)){const n=uf(t);if(n){const{multiplier:t,multiplierIndex:o,epoch:r}=n,i=`${o}`;S={target:e*t,targetModel:a?8:7},w.bd_mn=i,w.epoch=`${r}`,s=!0}}S&&(_=ys(S.target,m),w.OAS_retarg=`${S.targetModel||0}`);const u=ys(0,m);_&&_>(s?k||u:y)?(U=10*Math.ceil(S.target/10),U>=100*g.ceil?(M&&B>k&&(l=!0),Ns("dfpCfgStat",t,4)):(w[o]=ys(U),d=!0)):(s&&(w.OAS_retarg=a?"8a":"7a"),d=!0)}else b?M&&B>k&&(l=!0):M&&(l=!0);const G=rd(t);if(G){Date.now();await G}const H=z&&F.getFledgeResult(t);if((null==H?void 0:H.priority)||!d&&H){s.campaign=at("FledgeCampaign","fledge",!1,"fledge-creative",ys(H.floor,m));const n=F.generateFledge(e,t,H);L(s,(()=>{si(n,s)})),s.vendor=5,u=!0,F.markFledgeUsed(H)}else if(l){b&&If(s);const n=F.generateInline(e,t,v);n.sspWPM?(s.campaign=(0,Lt.Z)(n.campaign),n.campaign=void 0):s.campaign=at("PrebidCampaign","prebid",!1,N.creativeId,B,Ed(N));const o=(0,Lt.Z)(n);L(s,(()=>{si(o,s)})),s.vendor=0,u=!0}else if(d){_f(t,g,w,h),w=Pf(w),b&&If(s),s.campaign=at("GAM","GAM",!1,g.placement.replace(/^(\/\d+\/)/,""),y,"GAM");const n={bunch:e,slot:t,creations:[df(t,g)]};L(s,(()=>{si(n,s)})),u=!0}else if(b){const{id:e}=f,t="CriteoDirect"===e;s.vendor=t?4:2,u=!0}var W;(0,ps.wV)("HIGTest")&&Ns("sspWPMRequestId",t,null==(W=N)?void 0:W.sspWPMRequestId);s.delivered=(0,It.Z)(u);hf(e,t,s,d)};var $f=s(9982),xf=s(8883),Df=s(1162),jf=s(1037),Rf=s(2222);const Nf="WelcomeScreen",Mf=e=>{(()=>{const t=window,s=e.welcomeScreen,n=(0,fo.Z)(),{removeQuitHandler:o,sendStats:r}=(0,jf.Z)("welcomeScreenAction");r("show");const{backgroundLink:i,backgroundColor:a=(n?"#2A2A2A":"#f2f0f3"),counterText:c="Przekierowanie za {{time}} {{s}}",buttonText:l="Przejdź teraz &#8250;",buttonBackground:d,buttonColor:u="#005599",fullscreen:p=!1,isLogout:m=!1,time:f=15e3}=s;let g,h,A,v,Z;const w=(0,ft.cu)(`${Nf}Lock`,{overflow:"hidden !important"}),S=(e=1)=>`translate3d(-50%, -50%, 0) scale(${e})`,C=(0,ft.Cj)((0,yn.Z)(),(0,ft.cu)(Nf,{position:"absolute",left:0,top:0,display:"block",width:"100%",height:"100vh",backgroundColor:a,zIndex:(0,Df.Z)()})),_=(()=>{const t=(0,ft.Cj)((0,yn.Z)(),(0,ft.cu)(`${Nf}Box`,{"position!":"absolute",left:"50%","top!":"50%","transform!":S(),"width!":p?"100%":e.width,"height!":p?"auto":e.height,"marginTop!":44,"maxWidth!":"none",zIndex:1,boxSizing:"border-box"},["transform"]));return C.appendChild(t),t})(),k=()=>{const s=(0,ga.Z)()-88;let n;n=t.innerWidth/s>e.width/e.height?s<e.height?s/e.height:1:t.innerWidth<e.width?t.innerWidth/e.width:1,(0,ft.cu)(`${Nf}Box`,{"transform!":S(n)},["transform"]),(0,ft.Vx)(!0)},I=e=>{"clearAutoHideTl"===e.data&&(clearInterval(h),g.textContent="")},P=e=>{o(),clearInterval(h),t.removeEventListener("resize",k),t.removeEventListener("message",I),C.remove(),v.remove(),Z.remove(),(0,ft.ef)((0,Vo.Z)(),w),(0,ft.Vx)(),r(e)};(0,Rf.Z)(),t.scrollTo(0,0),t.addEventListener("message",I),e.scalable&&(t.addEventListener("resize",k),k()),(()=>{const e=(0,yn.Z)(),s=(0,ft.cu)(`${Nf}Bar`,{position:"absolute",left:0,top:0,width:"100%",padding:"12px 32px",background:n?"#000":"#fff",boxSizing:"border-box",boxShadow:"0px 12px 12px rgba(0, 0, 0, 0.25)",zIndex:2});(0,ft.Cj)(e,s),A=(0,yn.Z)();const o=(0,ft.cu)(`${Nf}ProgressBar`,{position:"absolute",top:0,left:0,width:"0%",height:"100%",background:n?"#303030":"#F0F0F0",transition:`width ${Math.floor(f/1e3)}s linear 1s`,willChange:"width"},["transition"]);(0,ft.Cj)(A,o),e.appendChild(A);const r=(0,yn.Z)(),i=(0,ft.cu)(`${Nf}BarInner`,{position:"relative",display:"block",width:"100%",margin:"0 auto",textAlign:"right",verticalAlign:"middle",color:"#000",fontFamily:"Arial, sans-serif",boxSizing:"border-box"});(0,ft.Cj)(r,i),e.appendChild(r);const a=(0,yn.Z)("img"),c=(0,ft.cu)(`${Nf}Logo`,{position:"absolute",top:"50%",left:0,transform:"translate3d(0, -50%, 0)",height:38,cursor:"pointer"},["transform"]);(0,ft.Cj)(a,c),a.src=(0,xf.Z)(),a.addEventListener("click",(()=>{P("logo")})),r.appendChild(a);const p=(0,yn.Z)(),h=(0,ft.cu)(`${Nf}RightCol`,{margin:"10px 0"});(0,ft.Cj)(p,h),r.appendChild(p),g=(0,yn.Z)();const v=(0,ft.cu)(`${Nf}Counter`,{display:"inline-block",marginRight:24,fontSize:16,color:n?"#b3b3b3":null});(0,ft.Cj)(g,v),p.appendChild(g);const Z=(0,yn.Z)(),b=(0,ft.cu)(`${Nf}Button`,{display:"inline-block",padding:12,backgroundColor:d||"#fff",color:u,fontSize:16,lineHeight:"100%",border:`2px solid ${u}`,borderRadius:4,cursor:"pointer",transition:"0.4s all"},["transition"]);if((0,ft.cu)(`${Nf}Button:hover`,{display:"inline-block",backgroundColor:"#E52B2C",color:"#fff",borderColor:"#E52B2C"}),(0,ft.Cj)(Z,b),Z.innerHTML=l,Z.addEventListener("click",(()=>{P("skip")})),p.appendChild(Z),m){Z.textContent="";const e=(0,yn.Z)(),s=(0,ft.cu)(`${Nf}LoginButton`,{display:"inline-block",padding:"10px 20px",fontSize:14,lineHeight:"100%",borderRadius:3,cursor:"pointer",position:"absolute",left:"150px",top:"7px",border:"1px solid #005599",background:"none",color:"#005599"});(0,ft.Cj)(e,s),e.innerHTML="&lsaquo; Zaloguj ponownie";const n={content:'""',width:3,borderRadius:3,background:"#FFF",height:30,display:"inline-block",verticalAlign:"middle",position:"absolute",top:10,left:23},o=(0,ft.cu)(`${Nf}Button:before`,Object.assign({transform:"rotate(45deg)"},n)),r=(0,ft.cu)(`${Nf}Button:after`,Object.assign({transform:"rotate(-45deg)"},n));(0,ft.Cj)(Z,o),(0,ft.Cj)(Z,r),e.addEventListener("click",(()=>{t.open("https://poczta.wp.pl","_self")})),p.insertBefore(e,p.firstChild);const i=(0,ft.cu)(`${Nf}Button`,{width:50,height:50,fontSize:30,verticalAlign:"middle",position:"relative"});(0,ft.Cj)(Z,i)}C.appendChild(e)})(),(()=>{if((0,As.Z)(i)){const t=(0,yn.Z)("a");(0,ft.Cj)(t,(0,ft.cu)(`${Nf}Background`,{position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:0})),t.href=(0,wt.mess)(Fo(e.redir,i)),t.target="_blank",t.rel="noopener";const s=()=>{P("background")};t.addEventListener("click",s),C.appendChild(t)}})(),v=(0,ft.Cj)((0,yn.Z)(),(0,ft.cu)(`${Nf}Preloader`,{position:"absolute",left:"50%",top:"50%",transform:S(),marginTop:32},["transform"])),v.innerHTML='<div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>',Z=(0,b.Z)(".spinner{text-align:center}.spinner>div{width:12px;height:12px;margin:0 2px;background-color:#919191;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}"),(0,y.Z)().appendChild(Z),C.appendChild(v),(0,ft.Vx)(!0),(0,ft.Cj)((0,Vo.Z)(),w).appendChild(C),p&&(e.width="100%",e.height="auto"),e.config.addDestroyHandler(P),e.config.display(_),(()=>{(0,ft.cu)(`${Nf}ProgressBar`,{width:"100%"}),(0,ft.Vx)();const e=s.labelText||"REKLAMA";let t=Math.floor(f/1e3);h=setInterval((()=>{let s="";0===t?s="":t<2?s="ę":t<5&&(s="y");let n=c.replace("{{time}}",t).replace("{{s}}",`sekund${s}`);n=n.replace("REKLAMA: ",""),g.innerHTML=`${e}: ${n}`,t-=1,-1===t&&P("auto")}),1e3)})()})()};var Vf=s(4190);const Bf=()=>{(0,Zc.ZP)(),(0,ii.ZP)(),Ta(),Wa(),sa(),Sl(),(0,Vf.Z)("GafAPI",yi,n,Lf,$f.Z,Km,rf),(0,Vf.Z)("GafSPA",ki),Y(),K("welcomeScreen",Mf),ae(),vc(),za(),Jl()}},6419:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Ca});var n={};s.r(n),s.d(n,{cancel:()=>_e,restore:()=>ke});var o={};s.r(o),s.d(o,{canDetect:()=>yn.bp,dam:()=>Sn.Z,getResult:()=>yn.Sg,sendDot:()=>yn.v5});var r={};s.r(r),s.d(r,{adtech:()=>he.Zd,analytics:()=>he.co,application:()=>he.wU,distributeByRange:()=>Ke,distributeEvenly:()=>Ge,distributeRandomly:()=>Je,getAll:()=>he.go});var i={};s.r(i),s.d(i,{erase:()=>I.Z,eraseGlobally:()=>hs.Z,expire:()=>_i.Z,get:()=>ue.Z,getAll:()=>Ys.Z,hasSupport:()=>ki.Z,noexpire:()=>Ii.Z,set:()=>E.Z,setGlobally:()=>je.Z});var a={};s.r(a),s.d(a,{get:()=>ji,remove:()=>Ri,set:()=>Di});var c={};s.r(c),s.d(c,{educate:()=>Ni,getResults:()=>ae,mess:()=>_n.mess,sealed:()=>S.VP,unmess:()=>_n.unmess});var l={};s.r(l),s.d(l,{getBunchID:()=>_o.P,getDotParams:()=>An.ZF,getSN:()=>$e.W_,hasSN:()=>$e.GD,isABC:()=>U.TH,isMobile:()=>D.R,isMoney:()=>U.c3,isO2:()=>U.LM,isPAKO:()=>U.QT,isParenting:()=>U.Zo,isPoczta:()=>U.V8,isPudelek:()=>U.YG,isSF:()=>U.Qt,isSG:()=>U.KD,isWebmail:()=>U.X2,testSN:()=>$e.y1});var d={};s.r(d),s.d(d,{check:()=>Vt.BF,checkVendorPermissions:()=>Mi.Z,get:()=>Vt.U2,getConsentString:()=>Mt.do,getHoldingState:()=>Vt.uB,replaceConsentTags:()=>Vi.Z,runAfterConsent:()=>Bi,showConsentForm:()=>es});var u={};s.r(u),s.d(u,{active:()=>ms._x,count:()=>Fi.Z,getEntriesByName:()=>F.bE,getEntriesByType:()=>F.Cr,mark:()=>ps.Z,measure:()=>qi.Z,now:()=>F.zO,registerMark:()=>Ui.$T,registerMeasure:()=>Ui.OK,wrapMeasure:()=>W.Z});var p={};s.r(p),s.d(p,{click:()=>br,dot:()=>Ro,generateDot:()=>jo,generateShow:()=>er.V,getContentPlatform:()=>Ie.Hl,getDotParams:()=>An.ZF,getPageViewID:()=>Io.Vq,getReferrer:()=>Fs.a,getWasReloaded:()=>Ts.r,media:()=>zi,setDarkMode:()=>bn,show:()=>er.Z,wave:()=>Xs.Z});var m={};s.r(m),s.d(m,{get:()=>k.Z,getAll:()=>Gi.Z,hasSupport:()=>Hi.Z,remove:()=>P.Z,set:()=>T.Z});var f={};s.r(f),s.d(f,{get:()=>Wi,remove:()=>Ji,set:()=>Ki});var g={};s.r(g),s.d(g,{deprecated:()=>at.Z,error:()=>Qi.vU,flag:()=>_.Z,info:()=>Qi.um,init:()=>Qi.S1,issue:()=>We.Z,loadConsole:()=>Yi.q$,log:()=>Qi.cM,setStyle:()=>Qi.A_,warn:()=>Qi.ZK});var h={};s.r(h),s.d(h,{addAnimation:()=>ct.El,addStyle:()=>ct.cu,pin:()=>ct.Cj,removeStyle:()=>ct.jo,resetStore:()=>ea.i,setStore:()=>ea.P,togglePin:()=>ct.aB,unpin:()=>ct.ef,update:()=>ct.Vx});var A={};s.r(A),s.d(A,{disconnect:()=>ta.Z,observe:()=>sa.Z,replaceNode:()=>na.Z});var v={};s.r(v),s.d(v,{closePage:()=>wa,customAction:()=>Za,registerBox:()=>_s.mk,registerContainer:()=>_s.H7,updateBox:()=>_s.uQ,viewPage:()=>ba});var Z={};s.r(Z),s.d(Z,{closePage:()=>ya,init:()=>Ko,refreshPage:()=>vo,viewPage:()=>vo});var b=s(3871),w=s(7952),y=s(2927),S=s(5131),C=s(846),_=s(1530),k=s(7508),I=s(4464),P=s(5865),E=s(5330),T=s(4634),O=s(6205);const L="PWA_adbd",$="WPadbd",x=e=>{(0,S.R9)(e),(0,_.Z)("Ad blocking",(0,S.VP)()),C.Z.fill((()=>{if((0,k.Z)(y.$$)){const t=(0,k.Z)($);e!==(0,O.Z)(t)&&(0,T.Z)(y.$$,Date.now())}else{const e=new Date(2022,9,23);(0,T.Z)(y.$$,e.getTime())}(0,T.Z)($,e),(0,E.Z)(L,e),e&&(0,I.Z)(y.tn)}))};var D=s(8727),j=s(6452),R=s(5620),N=s(1489),M=s(6025),V=s(7090),B=s(703),U=s(1770),F=s(2890),q=s(2395),z=s(5394);const G=(0,s(1386).Z)("Crux"),H=(e,t=0)=>{const s=e.bind(window),n=t+50*Math.random()+1;return setTimeout((()=>s()),n)};var W=s(4190);const K="ABDetector";let J,Q,Y,X,ee,te,se=!1,ne=!1;const oe=[],re=new Set,ie=new Set,ae=()=>({detected:se,permanently:(0,V.W)(),trackingProtection:(0,j.B)(),forcedBefore:re,forcedAfter:ie,pluginDetected:(0,M.q)(),results:oe,detectionTime:ee-X,totalTime:te-X}),ce=e=>{clearTimeout(Y);const t=()=>{ne||((()=>{const[e,t]=oe;(0,M.q)()||(!(U.hx&&re.size>3)||e&&e[2]||t&&t[2]||(0,j.j)(!0),re.size&&(se=!0)),se&&!(0,M.q)()&&(0,M.D)(N.TB)})(),J(se),ne=!0,ee=(0,F.zO)())};e?t():Y=H(t,300)},le=(e,t,s,n)=>{te=(0,F.zO)(),n&&G.open(),G.fill((()=>{s&&(0,V.G)(!0),ne?ie.add(e):(re.add(e),(t||s)&&(se=!0,(0,M.D)(t),Q(se),ce(s)))}))},de=(e,t)=>{(0,W.Z)(K,(()=>{const n=(0,B.qm)("forceDetection");X=(0,F.zO)(),(0,q.l)(le),J=t,Q=e,G.open(),n&&le("test"),s.e(124).then(s.bind(s,5211)).then((({apiDetector:e,domDetector:t})=>{const s=[e,t],n=s.length;let o=0;s.forEach((e=>{e().then((e=>{o+=1;const[t,s,r,,i]=e;oe[t]=e,r&&!se&&(se=r,i&&(0,M.D)(i)),se&&Q(se),o===n&&ce()}))}))})).catch((e=>{(0,z.Z)(e,K)}))}))};var ue=s(4596),pe=s(528),me=s(3205);let fe;const ge=e=>{fe=new Promise((e=>{if((0,R.s4)()||pe.Z)(0,S.R9)(S.Cl),(0,I.Z)(L),(0,P.Z)($);else if((0,D.R)())x(S.Cl);else{const t=(0,O.Z)((0,k.Z)($)||(0,ue.Z)(L))||S.Cl;x(t);const s=e=>{e&&x(S.WS)},n=t=>{x(t?S.WS:S.Cl),C.Z.fill((()=>{e((0,S.VP)()&&!(0,j.B)())}))};requestAnimationFrame((()=>{de(s,n)}).bind(window))}})),me.Z.f(e)&&e()};var he=s(9853),Ae=s(9460);const ve="WParld";var Ze=s(3495);const be="Autoreload";let we;const ye=(0,O.Z)((0,B.qm)("refreshTime"))||300,Se=()=>{we=Date.now()},Ce=()=>{if(we+1e3*ye<Date.now()){const e=e=>(null==e.isPlaying?void 0:e.isPlaying())&&e.getVolume&&e.getVolume()>0;0===(0,Ze.Z)().filter(e).length?((0,T.Z)(ve,1),window.scrollTo(0,0),window.location.reload()):Se()}else Se()},_e=()=>{(0,_.Z)(be,!1),(0,Ae.vS)("_visible",Ce)},ke=()=>{(0,_.Z)(be,!0),(0,Ae.vv)(Ce)};var Ie=s(2978),Pe=s(1384),Ee=s(1774),Te=s(2756);const Oe=(0,O.Z)((0,B.qm)("refreshTime")),Le=()=>{!Oe&&((0,B.qm)("noRefresh")||Ee.default.mode||(0,k.Z)("noRefresh"))?_e():C.Z.fill((()=>{const e=[Ie.o2,Ie.G$,Ie.O0,Ie.Xp,Ie.Ik];(0,Ie.aD)(e)&&(Se(),(0,Ae.hT)(Se),ke())})),(0,Pe.qL)("autoreload",(0,Te.Z)(n))};var $e=s(4841),xe=s(4462),De=s(8012),je=s(9062);const Re="WPabs",Ne=16777215;let Me;const Ve=()=>parseInt(Me,16);var Be=s(7550),Ue=s(2497),Fe=s(2443);const qe=(e,t)=>{e&&(0,Fe.Z)("wp_abtest_programmatic",t)},ze=Object.create(null),Ge=(e,t,s,n,o)=>{if((0,Be.Z)(n)&&!(0,$e.y1)(n))return;const r=((e,t,s,n)=>{if((!(0,Be.Z)(n)||(0,$e.y1)(n))&&(0,Ue.Z)(e)){const t=Ve(),s=ze[e]||0,n=Math.floor(t/Math.pow(e,s))%e,o=String.fromCharCode(65+n);return ze[e]=s+1,o}})(e,0,0,n);r&&((0,he.jO)(t,s,r),qe(o,s))};var He=s(1133),We=s(9349);const Ke=(e,t,s,n,o)=>{var r,i;if((!(0,Be.Z)(n)||(0,$e.y1)(n))&&(0,He.Z)(e)){const n=e.filter((e=>e>0&&e<1)).sort(((e,t)=>e-t));r=n,i=e,JSON.stringify(r)!==JSON.stringify(i)&&(0,We.Z)("Incorrect thresholds given in 'distributeByRange'.","error"),n.push(1);const a=Ve()/Ne,c=n.length;for(let e=0;e<c;e+=1){if(a<=n[e]){const n=String.fromCharCode(65+e);return(0,he.jO)(t,s,n),void qe(o,s)}}}},Je=(e,t,s,n,o,r,i)=>{if((!(0,Be.Z)(n)||(0,$e.y1)(n))&&(0,Ue.Z)(e)){const n=(0,xe.$6)(e,r,i),a=String.fromCharCode(65+n);(0,he.bB)(t,s)||(0,he.jO)(t,s,a),qe(o,s)}};var Qe=s(2617),Ye=s(7741);const Xe=(e,t,s)=>{const n=!!e&&Date.parse(e),o=!!t&&Date.parse(t),r=Date.now();if((0,Ye.Z)(r,n,o))return me.Z.f(s)&&s(),!0};var et=s(369),tt=s(9386),st=s(8393);const nt=(e,t)=>{st.default.get("WPnxrfab",(({value:s})=>{const n=(e=>{let t;try{t=JSON.parse(e)}catch(e){}return(0,tt.Z)(t)||(t={}),t})(s);me.Z.f(t)&&t(n,e);const o=(e=>{let t;try{t=JSON.stringify(e)}catch(e){}return(0,Be.Z)(t)||(t="{}"),t})(n);st.default.set("WPnxrfab",o)}))},ot=()=>{const{hostname:e,pathname:t}=window.location;nt(e+t,((e,t)=>{const s=Math.round(Date.now()/6e4);(0,et.Z)(e,((t,n)=>{s-n.ts>5&&delete e[t]}));const n=(0,he.KF)();n?e[t]={abtest:n,ts:s}:delete e[t]}))},rt=()=>{(()=>{const e=parseFloat((0,B.qm)("forceSeed"));(0,De.Z)(e)||(Me=Math.floor(e*Ne).toString(16),(0,je.Z)(Re,Me)),Me||(Me=(0,ue.Z)(Re),Me||(Me=(0,xe.Nu)(6,!0),(0,je.Z)(Re,Me)))})(),(0,$e.y1)("^wakacjepl")||(Je(2,"adtech","FAPO-710","^sg"),Je(2,"adtech","PRGM-497"),Ge(2,"adtech","PU-138","^(nwm_parenting|tech)"),Ge(2,"adtech","PU-179"),Ge(2,"adtech","PU-136","^(nwm_autokult|turystyka)",!0),(0,Qe.Z)()&&Ge(2,"adtech","PU-145","^tech"),Je(4,"adtech","PRGM-462","^(o2_poczta_o2_pl_nh|poczta_nh)",!0),Ke([.25],"adtech","PRG-3468"),Je(2,"adtech","PRGM-311","^(wiadomosci|money_money|sg)"),Je(3,"adtech","PRGM-346","^teleshow",!1,!1,!0),Xe("2023-10-12","2023-10-18",(()=>{Ke([.44,.52,.6,.68,.76,.84,.92],"adtech","PROSGWP-7600","^sg_mobile",!0)})),Xe("2023-10-03","2023-10-18",(()=>{Je(2,"adtech","PA-272","^film",!0)})));const e=(0,B.qm)("forceTest");if(e){const t=(0,B.qm)("forceVariant")||"A",s=(0,B.qm)("forceAuthority")||"adtech";(0,he.jO)(s,e,t)}ot()};var it=s(2168),at=s(6918),ct=s(8886),lt=s(4923);const dt=()=>{(0,lt.Z)((e=>{if((0,D.R)()){const t={"overflow-x!":"hidden"};(0,ct.Cj)(e,(0,ct.cu)("scrollFix",t)),(0,ct.Vx)()}}))()};var ut=s(6539);let pt,mt;const ft=e=>{if(e){if(mt=(0,$e.W_)(),mt!==pt&&(0,at.Z)({message:"Bootstrap",path:"ChangingSiteName",fileName:`${pt} > ${mt}`},1,"Site name (SN) set statically differs from the one set dynamically during SPA initialization.","error"),pt)return}else pt=(0,$e.W_)();(0,at.Z)({message:"Bootstrap",path:"isMobile",fileName:`${typeof(0,ut.Z)("wp_mobile")}|${typeof(0,ut.Z)("isMobile")}`},1e4),(0,Ie.ZP)(),(0,W.Z)("ABTests",rt),(0,it.ZP)(),dt()};var gt,ht,At,vt;!function(e){e.PING="ping",e.GET_TC_DATA="getTCData",e.GET_IN_APP_TC_DATA="getInAppTCData",e.GET_VENDOR_LIST="getVendorList",e.ADD_EVENT_LISTENER="addEventListener",e.REMOVE_EVENT_LISTENER="removeEventListener"}(gt||(gt={})),function(e){e.STUB="stub",e.LOADING="loading",e.LOADED="loaded",e.ERROR="error"}(ht||(ht={})),function(e){e.VISIBLE="visible",e.HIDDEN="hidden",e.DISABLED="disabled"}(At||(At={})),function(e){e.TC_LOADED="tcloaded",e.CMP_UI_SHOWN="cmpuishown",e.USER_ACTION_COMPLETE="useractioncomplete"}(vt||(vt={}));class Zt{listenerId;callback;next;param;success=!0;constructor(e,t,s,n){Object.assign(this,{callback:e,listenerId:s,param:t,next:n});try{this.respond()}catch(e){this.invokeCallback(null)}}invokeCallback(e){const t=null!==e;"function"==typeof this.next?this.callback(this.next,e,t):this.callback(e,t)}}class bt extends Zt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new _t(this.param,this.listenerId))}throwIfParamInvalid(){if(!(void 0===this.param||Array.isArray(this.param)&&this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class wt{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach(((e,t)=>{new bt(e.callback,e.param,t,e.next)}))}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class yt{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new wt;static cmpStatus=ht.LOADING;static disabled=!1;static displayStatus=At.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=ht.LOADING,this.disabled=!1,this.displayStatus=At.HIDDEN,this.eventQueue.clear()}}class St{cmpId=yt.cmpId;cmpVersion=yt.cmpVersion;gdprApplies=yt.gdprApplies;tcfPolicyVersion=yt.tcfPolicyVersion}class Ct extends St{cmpStatus=ht.ERROR}class _t extends St{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardStacks;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,t){if(super(),this.eventStatus=yt.eventStatus,this.cmpStatus=yt.cmpStatus,this.listenerId=t,yt.gdprApplies){const t=yt.tcModel;this.tcString=yt.tcString,this.isServiceSpecific=t.isServiceSpecific,this.useNonStandardStacks=t.useNonStandardStacks,this.purposeOneTreatment=t.purposeOneTreatment,this.publisherCC=t.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(t.vendorsAllowed,e),disclosedVendors:this.createVectorField(t.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(t.purposeConsents),legitimateInterests:this.createVectorField(t.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(t.vendorConsents,e),legitimateInterests:this.createVectorField(t.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(t.specialFeatureOptins),this.publisher={consents:this.createVectorField(t.publisherConsents),legitimateInterests:this.createVectorField(t.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(t.publisherCustomConsents),legitimateInterests:this.createVectorField(t.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(t.publisherRestrictions)}}}createRestrictions(e){const t={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let n=1;n<=s;n++){const s=n.toString();e.getRestrictions(n).forEach((e=>{const n=e.purposeId.toString();t[n]||(t[n]={}),t[n][s]=e.restrictionType}))}}return t}createVectorField(e,t){return t?t.reduce(((t,s)=>(t[String(s)]=e.has(Number(s)),t)),{}):[...e].reduce(((e,t)=>(e[t[0].toString(10)]=t[1],e)),{})}}class kt extends _t{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce(((e,t)=>e+=t[1]?"1":"0"),"")}createRestrictions(e){const t={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach((e=>{t[e.purposeId.toString()]="_".repeat(s)}));for(let n=0;n<s;n++){const s=n+1;e.getRestrictions(s).forEach((e=>{const s=e.restrictionType.toString(),o=e.purposeId.toString(),r=t[o].substr(0,n),i=t[o].substr(n+1);t[o]=r+s+i}))}}return t}}class It extends St{cmpLoaded=!0;cmpStatus=yt.cmpStatus;displayStatus=yt.displayStatus;apiVersion=String(yt.apiVersion);gvlVersion;constructor(){super(),yt.tcModel&&yt.tcModel.vendorListVersion&&(this.gvlVersion=+yt.tcModel.vendorListVersion)}}class Pt extends Zt{respond(){this.invokeCallback(new It)}}class Et extends bt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new kt(this.param))}}var Tt=s(4298);class Ot extends Zt{respond(){const e=yt.tcModel,t=e.vendorListVersion;let s;void 0===this.param&&(this.param=t),s=this.param===t&&e.gvl?e.gvl:new Tt.Ew(this.param),s.readyPromise.then((()=>{this.invokeCallback(s.getJson())}))}}class Lt extends bt{respond(){this.listenerId=yt.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class $t extends Zt{respond(){this.invokeCallback(yt.eventQueue.remove(this.param))}}class xt{static[gt.PING]=Pt;static[gt.GET_TC_DATA]=bt;static[gt.GET_IN_APP_TC_DATA]=Et;static[gt.GET_VENDOR_LIST]=Ot;static[gt.ADD_EVENT_LISTENER]=Lt;static[gt.REMOVE_EVENT_LISTENER]=$t}class Dt{static set_=new Set([0,2,void 0,null]);static has(e){return"string"==typeof e&&(e=Number(e)),this.set_.has(e)}}const jt="__tcfapi";class Rt{callQueue;customCommands;constructor(e){if(e){let t=gt.ADD_EVENT_LISTENER;if(null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed: Use ${gt.GET_TC_DATA} instead`);if(t=gt.REMOVE_EVENT_LISTENER,null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed`);null!=e&&e[gt.GET_TC_DATA]&&(e[gt.ADD_EVENT_LISTENER]=e[gt.GET_TC_DATA],e[gt.REMOVE_EVENT_LISTENER]=e[gt.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[jt]()||[]}catch(e){this.callQueue=[]}finally{window[jt]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,s,...n){if("string"!=typeof e)s(null,!1);else if(Dt.has(t)){if("function"!=typeof s)throw new Error("invalid callback function");yt.disabled?s(new Ct,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===gt.PING?this.isCustomCommand(e)?new xt[e](this.customCommands[e],n[0],null,s):new xt[e](s,n[0]):void 0===yt.tcModel?this.callQueue.push([e,t,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new xt[e](this.customCommands[e],n[0],null,s):new xt[e](s,n[0]):s(null,!1)}else s(null,!1)}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window[jt](...e)}))}isCustomCommand(e){return this.customCommands&&"function"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==xt[e]}}class Nt{callResponder;isServiceSpecific;numUpdates=0;constructor(e,t,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),yt.cmpId=e,yt.cmpVersion=t,yt.tcfPolicyVersion=2,this.isServiceSpecific=!!s,this.callResponder=new Rt(n)}throwIfInvalidInt(e,t,s){if(!("number"==typeof e&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${t}: ${e}`)}update(e,t=!1){if(yt.disabled)throw new Error("CmpApi Disabled");yt.cmpStatus=ht.LOADED,t?(yt.displayStatus=At.VISIBLE,yt.eventStatus=vt.CMP_UI_SHOWN):void 0===yt.tcModel?(yt.displayStatus=At.DISABLED,yt.eventStatus=vt.TC_LOADED):(yt.displayStatus=At.HIDDEN,yt.eventStatus=vt.USER_ACTION_COMPLETE),yt.gdprApplies=null!==e,yt.gdprApplies?(""===e?(yt.tcModel=new Tt.gI,yt.tcModel.cmpId=yt.cmpId,yt.tcModel.cmpVersion=yt.cmpVersion):yt.tcModel=Tt.E9.decode(e),yt.tcModel.isServiceSpecific=this.isServiceSpecific,yt.tcfPolicyVersion=Number(yt.tcModel.policyVersion),yt.tcString=e):yt.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():yt.eventQueue.exec(),this.numUpdates++}disable(){yt.disabled=!0,yt.cmpStatus=ht.ERROR}}var Mt=s(7265),Vt=s(961),Bt=s(8959),Ut=s(9627),Ft=s(309);const qt=()=>{const e=e=>(t,s,n)=>{(0,at.Z)({message:"CMP",path:e},1e4),(0,Ut.Z)(s)&&(s.holdingConsents=(0,Vt.uB)(),s.addtlConsent=(0,Mt.cG)()),me.Z.f(t)&&t(s,n)},t={ping:e("ping"),getTCData:e("getTCData"),getInAppTCData:e("getInAppTCData"),getVendorList:e("getVendorList")},s=e=>()=>{const{data:t,source:s}=e,n=me.Z.s(t);try{const e=(n?JSON.parse(t):t).__tcfapiCall;if(e){const{command:t,version:o,callId:r,parameter:i}=e,a=((e,t,s)=>(n,o)=>{const r={__tcfapiReturn:{returnValue:n,success:o,callId:t}},i=s?JSON.stringify(r):r;e.postMessage(i,"*")})(s,r,n);window.__tcfapi(t,o,a,i)}}catch(e){}};(0,Mt.u6)(new Nt(72,2,!0,t)),window.addEventListener("message",(e=>{C.Z.fill(s(e))}),!1),(0,Bt.Z)().appendChild(Ft.default)};var zt=s(1467),Gt=s(2020),Ht=s(967),Wt=s(6679),Kt=s(780),Jt=s(1361),Qt=s(517);const Yt=e=>{const t=(0,B.qm)("gdprLoad"),s=!(0,Vt.U2)("ua")&&!(0,Vt.BF)("mr","TP"),n=(0,Vt.uB)().keybase,o=(0,Mt.do)();return s||!o||!n||t||e},Xt=(e,t,s)=>{const n=(0,Wt.Z)(),o=(0,Ht.Z)(),r=(0,D.R)()||n<770||o<500,i=(0,B.qm)("gdprMode"),a=(0,ut.Z)("wp_consent_blur"),c=(0,Ie.Hl)()===Ie.BB&&!(0,$e.y1)("totalmoney|extradom"),l=me.Z.u(a)?c:!a;if(Gt.default.isMobile=r,Gt.default.activeCard=t,Gt.default.isTransparent=l||i===Ie.BB,Yt(e))return(0,Jt.Z)(s),!0;C.Z.open(),(0,Qt.Z)()&&(0,Ae._k)((0,lt.Z)((()=>{(0,Kt.Z)(s)})))},es=(e,t)=>{C.Z.fill((()=>{Xt(!0,t,"api"),me.Z.f(e)&&(C.Z.close(),C.Z.fill(e))}))},ts=Xt;var ss=s(4263);const ns=()=>{const e=e=>{e.preventDefault(),e.stopImmediatePropagation(),(0,zt.b)("manage"),es()};Array.from((0,ss.Z)(".manageGdprButton",!0)).filter(Boolean).forEach((t=>{t.addEventListener("click",e)}))};var os=s(2466),rs=s(1747),is=s(2942),as=s(2040);const cs=[os.q2,os.le],ls=(e,t={})=>{e([t[os.q2],t[os.le]])};var ds=s(7885),us=s(6733),ps=s(1143),ms=s(7144),fs=s(6406);const gs=()=>{if(ms.e$){const e=(0,fs.Z)("consent");(0,He.Z)(e)&&(0,We.Z)(`Third-party cookies set before obtaining consent from the user: ${e.join(", ")}.`,!0)}};var hs=s(9175),As=s(919),vs=s(975);const Zs=()=>{const e=(0,B.qm)("gdprLoad"),t=(0,B.qm)("gdprOff"),s=(0,$e.y1)("^(as_kajkoikokosz|intranet|int_|app_|jedenwniosek|money_ibroker|money_money2money|easygo|austriainfopl|bulgariainfopl|cyprinfopl|dominikananetpl|egiptnetpl|francjanetpl|grecjanetpl|hiszpanianetpl|istriacompl|last-minutenetpl|maltanetpl|marokonetpl|portugaliainfopl|tajlandianetpl|tunezjanetpl|turcjanetpl|wlochyinfopl|belgiapl|cyprpl|dominikanapl|dubajpl|egiptpl|grancanariapl|jordaniapl|korfupl|kretapl|majorkapl|maltapl|marokopl|openfm|perupl|portugaliapl|rodospl|safagapl|santorinipl|tabapl|teneryfapl|travelleadpl|tunezjapl|turcjapl|wypoczynekpl|karierawakacjepl|diety|parklot)"),n=(0,$e.y1)("poczta|onelogin")&&!(0,$e.y1)("poczta_o2_pl_logowanie|profil"),o=(0,As.FT)("(grupawp.pl|(onas|inwestor|holding|koszykrd|1login).wp.pl)"),r=new RegExp("poczta\\.(wp|o2)\\.pl/(profil|rejestracja)").test(window.location.href),i=vs.Z&&(0,$e.GD)()&&!o&&!s&&!n&&!r&&!pe.Z&&!t;return s&&(0,at.Z)({message:"GDPR",path:"OffSN",fileName:window.location.hostname},1e3),i||e},bs=e=>{if(Zs())return ts(void 0,void 0,e);C.Z.open()};var ws=s(5301),ys=s(7422);const Ss=()=>{const e="www.wp.pl"===window.location.hostname;let t;(0,ps.Z)("ConsentDataLoad"),new Promise((e=>{const t=(0,is.Z)(cs);ls(e,t)})).then((([s,n])=>{let o=n;(0,us.Z)("ConsentInitToLocal","ConsentDataLoadedLocally","ConsentDataLoad"),s||o||gs(),(0,Vt.gf)((0,rs.C)(s)),o||(0,Mt.Ev)("local","noConsent"),"undefined"===o&&(o=null,(0,P.Z)(os.le),(0,hs.Z)(os.le)),(e||o)&&((0,ys.Z)(!1,!0,!0,o,ds.Z,void 0,"local"),(0,Mt.KC)()&&((0,P.Z)(os.le),(0,hs.Z)(os.le)),t=bs("local")),e?(0,ws.Z)():(0,Mt.KC)()||t||new Promise((e=>{as.Z.get(cs,(({values:t})=>{ls(e,t)}))})).then((([e,s])=>{(0,us.Z)("ConsentLocalToGlobal","ConsentDataLoadedGlobally","ConsentDataLoadedLocally"),e&&(0,Vt.gf)((0,rs.C)(e)),s||(0,Mt.Ev)("global","noConsent"),(!o||s&&s!==o)&&(0,ys.Z)(!!s,!0,!0,s,ds.Z,void 0,"global"),t||bs("global"),(0,ws.Z)()}))}))},Cs=()=>{(0,W.Z)("initManageButton",ns),(0,W.Z)("initCMP",qt),(0,W.Z)("loadConsentData",Ss)};var _s=s(1763),ks=s(9943),Is=s(4030);const Ps="CookieInfo",Es=()=>{const e=(0,ks._X)()||!vs.Z;if((0,Ie.rS)([Ie.Uv,Ie.TH])&&!pe.Z&&!e){const e=(0,ut.Z)("wp_cookie_info");(0,at.Z)({message:Ps,path:"wp_cookie_info",fileName:`${e}`},1e5);!1!==(!!me.Z.u(e)||e)&&C.Z.fill((()=>{(0,Ae._k)((()=>{const t=(0,k.Z)("WPci"),n=(0,ue.Z)("WPci"),o=n||t;!n&&t&&((0,je.Z)("WPci","1"),(0,at.Z)({message:Ps,path:"CookieMissingItemSet"},1)),o||(Is.Z.cookieInfoLoad=1,s.e(599).then(s.bind(s,6443)).then((({default:t})=>{t(e)})).catch((e=>{(0,z.Z)(e,Ps)})))}))}))}};var Ts=s(1501),Os=s(6262),Ls=s(9521);const $s="GEMIUS";let xs;const Ds=()=>{if(!xs){if(xs=!0,me.Z.s(window.pp_gemius_identifier)){const e=window.pp_gemius_identifier.replace("USED_","");/^[\w.]{43}\.[\w.]{2}$/.test(e)||(0,at.Z)({message:$s,path:"IncorrectID",fileName:e},1,`Incorrect GEMIUS ID used: '${e}'.`,"error")}if(!(0,Ts.r)()){const e=[Ie.BB,Ie.TH,Ie.Uv,Ie.Uk];if((0,Ls.Z)()&&(0,Ie.rS)(e)){const e=(0,ss.Z)('script[src*="gemius.js"]');if(e){const t=e.getAttribute("src");/^https:\/\/[\w]+\.hit\.gemius\.pl\/xgemius\.js$/.test(t)?(0,at.Z)({message:$s,path:"CorrectSrc",fileName:t},1e4):(0,at.Z)({message:$s,path:"IncorrectSrc",fileName:t},1)}else(0,at.Z)({message:$s,path:"TagMissing"},1)}}}};var js=s(5068);const Rs="GEMIUS",Ns=()=>{const e="gemius";(0,js.Z)({withMeasurement:Rs,id:e,src:`${Os.Z}xgemius.js`,onLoad:()=>{Is.Z.gemiusSuccess=1,(0,_.Z)(Rs,!0),Ds()},onError:()=>{(0,q.o)(e),Is.Z.gemiusSuccess=0,(0,_.Z)(Rs,!1),Ds()}})},Ms=e=>{if(!e){const e=e=>{const t=window;t[e]=t[e]||((...s)=>{const n=t[`${e}_pdata`]||[];n.push(s),t[`${e}_pdata`]=n})};e("gemius_hit"),e("gemius_event"),e("pp_gemius_hit"),e("pp_gemius_event"),(0,Ie.Hl)()!==Ie.BB?Ns():C.Z.fill(Ns,"GEMIUS")}},Vs=e=>{window.pp_gemius_identifier=e,window.gemius_disable_back_cache_hits=!0},Bs=()=>{if(!(0,R.IK)()){const e=window;e.wp_pp_gemius_identifier?(Vs(e.wp_pp_gemius_identifier),Ms((0,Ts.r)()),Is.Z.gemiusID=2):e.pp_gemius_identifier?(e.wp_pp_gemius_identifier=e.pp_gemius_identifier,Is.Z.gemiusID=1):Is.Z.gemiusID=0}};var Us=s(8161),Fs=s(9366),qs=s(5885),zs=s(806),Gs=s(8299),Hs=s(7842),Ws=s(9384);const Ks=e=>{const{history:t}=window;t.replaceState(t.state,document.title,e)};var Js=s(71);const Qs=e=>{Js.Z.close();const{hostname:t,pathname:s}=(0,Ws.Z)(e);nt(t+s,((e,t)=>{if((0,Ut.Z)(e)){const s=e[t];if((0,Ut.Z)(s)){const n=s.abtest;(0,Be.Z)(n)&&(0,qs.V)(n),delete e[t]}}Js.Z.open()}))};var Ys=s(7902),Xs=s(6598);const en=(e,t)=>{const s=(0,Ys.Z)(),n=Object.entries(e).filter((([,e])=>(0,Be.Z)(e))).reduce(((e,[t,n])=>(n!==s[t]&&(e[t]=n),e)),{});(0,Ut.Z)(n)&&(n.STac=t,(0,Xs.Z)("uid-sync",n,"uni2"))},tn=e=>{(0,Fs.N)(e),(0,qs.V)((e=>{const t=(0,Ws.Z)(e).search;return(0,Hs.Z)(t).abtest})(e))},sn=()=>{var e;const{referrer:t}=document,{location:{href:s}}=window,n=null==(e=(0,Gs.Z)())?void 0:e.type,o=(0,B.NB)(),r=o.noclean?s:(0,Us.K7)(s),{refabtest:i,statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d,STac:u}=o;(0,Ae.Ns)((e=>{e.persisted&&((0,Ie.Hl)()!==Ie.BB&&window.location.reload(),(0,at.Z)({message:"HandleNavigation",path:"PageShowEventPersisted"},10))})),(0,qs.V)(i);const p={statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d};switch(t&&Object.values(p).some(Be.Z)&&en(p,u),s!==r&&Ks(r),n){case"reload":(()=>{Is.Z.reload=!0;const e=(0,k.Z)("WPcrrf");tn(e)})();break;case"back_forward":(e=>{Is.Z.backForward=!0;const t=(0,k.Z)("WPnxrf");(0,zs.Z)(!0),t?((0,Fs.N)(t),Qs(t),(0,P.Z)("WPnxrf")):tn(e)})(t);break;default:tn(t)}};var nn=s(7384);const on=()=>{const{location:e}=window,t=!vs.Z,s=/prox|proks/.test(e.hostname);try{if(s&&(window.parseURL=e=>e,window.top.location.href="https://www.wp.pl/"),t){const t=(0,ut.Z)("wp_leap"),s=(0,nn.Z)("noleap");(!!me.Z.u(t)||t)&&!s&&(window.top.location.href=e.href)}}catch(e){}};var rn=s(4024);const an=()=>{(0,js.Z)({id:"imasdk",src:`https://imasdk.googleapis.com/js/sdkloader/ima3${(0,nn.Z)("debugima")?"_debug":""}.js`})};var cn=s(2014);let ln=!1;const dn=(e,t,s)=>(0,Pe.ac)("outstream")(e).then(t).catch(s),un=e=>new Promise(((t,s)=>{if(an(),ln)dn(e,t,s);else{const n="outstream-player",o=(0,cn.Z)(Ee.default.es6),r=`${n}${["","6"][o]}`,i=(0,B.qm)("wpoutstream"),a=(0,cn.Z)("local"===i),c=Ee.default.mode,l=[(0,rn.Z)(r,i,n,c),`${["debug","debug-es6"][o]}/${n+(c?"-debug":"")}.js`][a],d=()=>{ln=!0,dn(e,t,s)},u=()=>{s()};(0,js.Z)({id:n,crossorigin:!0,src:l,onLoad:d,onError:u})}})),pn=()=>{(0,Pe.DO)("outstream",un)};var mn=s(7626);let fn=!1;const gn=()=>((0,O.Z)((0,k.Z)(ve))>0&&(fn=!0,(0,P.Z)(ve)),fn&&(0,_.Z)("PV refreshed",!0),fn);var hn=s(3007),An=s(450);const vn=(0,ct.cu)("darkmode"),Zn=(0,ct.cu)("lightmode"),bn=(e=!1)=>{(0,An.Kl)({darkmode:(0,cn.Z)(e)}),(0,lt.Z)((t=>{(0,ct.aB)(t,vn,!!e),(0,ct.aB)(t,Zn,!e)}))()},wn=()=>{(0,D.b)(),(0,$e.oO)(),bn((0,cn.Z)((0,hn.Z)())),(0,Ts.W)(gn()),(0,mn.z)()};var yn=s(4915),Sn=s(7925),Cn=s(3121),_n=s(6730),kn=s(3574),In=s(5046),Pn=s(5599),En=s(6792),Tn=s(853);const On=e=>{let t;if(document.currentScript)t=document.currentScript;else{const e=document.getElementsByTagName("script");t=e[e.length-1]}(0,Tn.Z)(t,e,"beforebegin")};var Ln=s(4523);const $n="Player",xn=(0,B.qm)("wpplayer");let Dn,jn;const Rn="local"===xn,Nn=[],Mn=()=>{const e=(0,Pe.ac)("player");null!=e&&e.initialized?C.Z.fill((()=>{(0,R.j5)()||((!Ln.Z||U.x_>10)&&an(),(0,js.Z)({id:"nppgem",src:`${Os.Z}gplayer.js`}));let t=Nn.shift();for(;t;)e.apply(t.instance,[t.params]),t=Nn.shift()}),$n):jn=!0},Vn=()=>{jn=!0},Bn=(e,t)=>{const s=e;if(!me.Z.o(s))return!1;const n=(()=>{let e=`${kn.Z}player/`;return Rn?((0,We.Z)("WP.player from LOCAL","info"),e="build/devel/"):xn&&((0,We.Z)(`WP.player from branch: ${xn}`,"info"),e=`${e}${xn}/`),{dir:e,url:e+"wpjslib_player.js"}})();s.ampnoaudio=!0,s.filesdir=n.dir,Nn.push({params:s,instance:t});Sn.Z.fill((()=>{Dn||(Dn=!0,(0,js.Z)({withMeasurement:$n,src:(0,_n.mess)(n.url),onLoad:Mn,onError:Vn,id:"npp",crossorigin:!Rn}))}),$n,3e3)};function Un(e){if(jn)return void(0,We.Z)("WP.player could not be instantiated because of loading error","error");const t=e,s=(0,Pe.ac)("player");t.ampnoaudio=!0;const n=this,o=n instanceof s,r=[],i=[],a=Un.list.length,c=$n+a;if(me.Z.o(t)&&!o)return new s(t);if(me.Z.n(t)&&!o)return Un.list[t]||!1;if(me.Z.n(t)&&o)throw new Error("Use: WP.player(id)");((e,t)=>{const s=e;!s.target&&(0,Ae.Hy)()&&(s.target=(0,Pn.Z)()),s.target||(On(`<div id="${t}"></div>`),s.target=t)})(t,c),n.p=t,n.id=Nn.length,Un.list.push(n),n.events={on:r,off:i};const l=(e,t)=>{r.push({key:e,fn:t})},d=(e,t)=>{i.push({key:e,fn:t})};return n.bind=l,n.on=l,n.unbind=d,n.off=d,(0,R.aX)()||Bn(t,n,n.id),n}const Fn=()=>{(0,yn.BL)();const e=(0,En.Z)();(0,In.Z)(e)},qn=()=>{Un.list=[],Un.T=Un.list,Un.version="v2",(0,R.aX)()||((0,yn.S1)(),(0,yn.BL)(),(0,Cn.aS)(Fn)),(0,Pe.DO)("player",Un),(0,Pe.qL)("apd",(0,Te.Z)(o))};var zn=s(3413),Gn=s(5253);const Hn=e=>{const{article:t,articleStart:s,articleRect:n}=e;if((0,Gn.Z)(t)){const t=Date.now();s&&(e.articleDuration+=t-s),(e=>{const t=(0,Ht.Z)();if(e.height/t<.5)return e.top>=0&&e.bottom<=t;const s=Math.max(0,e.top);return(Math.min(t,e.bottom)-s)/t>=.5})(n)?e.articleStart=t:e.articleStart=0}};var Wn=s(552),Kn=s(6217),Jn=s(7595);const Qn=(e,t)=>{let s="dot.gif?";s=(0,Wn.Z)(s,"Pos","readtime"),s=(0,Wn.Z)(s,"SN",e.sn),s=(0,Wn.Z)(s,"tm",e.duration),s=(0,Wn.Z)(s,"tmi",e.counter);const n=(0,zn._g)();me.Z.f(n)&&Object.assign(e,n(e));const{dotParams:o}=e;o.scroll=e.scroll,o.scrollh=e.scrollh,o.cscroll=e.cscroll,o.cheight=e.cheight,o.density=e.density,o.crcounter=e.crcounter,ms._x&&e.article&&(o.ctime=e.ctime);const r={useBeacon:(0,Jn.Z)(t)};return(0,Kn.Z)(s,void 0,void 0,r,e)},Yn="ReadTime",Xn=({type:e}={})=>{const t=(0,zn.Wg)();if(t){const s=Date.now(),{timeStart:n=s}=t;if(n){const o=s-n,r=Math.max(Math.min(o,2147483647),0);if(r>0||0===r&&0===t.counter){if(ms._x){Hn(t);const{articleDuration:e}=t;t.ctime+=e,t.articleDuration=0,t.articleStart=0}t.counter+=1,t.timeStop=s,t.duration=r,t.total+=r,delete t.timeStart,Qn(t,e)}}else(0,at.Z)({message:Yn,fileName:"HiddenNoTimeStart",path:e},1e3)}else(0,at.Z)({message:Yn,fileName:"HiddenNoReadTime",path:e},1e3)};var eo=s(4447),to=s(9951),so=s(6658);const no="ReadTime",oo=(0,B.qm)("hlArt"),ro=(e,t)=>{const s="article"===(0,An.ZF)("ctype"),n=(0,ut.Z)("wp_content_selector")||"article";let{article:o}=e;if(o||(o=Array.from((0,ss.Z)(n,!0)).pop(),e.article=o,s&&!o&&((0,at.Z)({message:no,fileName:"ArticleElementNotFound",campaign:n,path:t.type,slot:+e.articleNotInDOM},1e3),e.articleNotInDOM=(e.articleNotInDOM||0)+1)),oo&&(o.style.border="3px red solid"),(0,Gn.Z)(o)){e.articleInDOM=!0,e.articleRect=o.getBoundingClientRect(),e.containerRect=(0,to.Z)(o,!0);const{articleRect:t,containerRect:s}=e,{height:n,top:r}=t,i=e.cscroll||0,a=e.cheight||0,c=(0,O.Z)((0,An.ZF)("cpageno")),l=(0,O.Z)((0,An.ZF)("cpagemax"));let d=0;if(c&&l>1)d=c/l*100;else{d=((0,Ht.Z)()-r)/n*100}d=(0,so.Z)(d),e.cscroll=Math.max(i,Math.floor(d)),e.cheight=Math.max(a,Math.floor(n))}else e.articleInDOM?s&&(0,at.Z)({message:no,fileName:"ArticleRemovedFromDOM",campaign:n,path:t.type},1e3):(e.cscroll=0,e.cheight=0,s&&(0,at.Z)({message:no,fileName:o?"ArticleElementNotInDOM":"ArticleElementNotMissing",campaign:n,path:t.type},1e3)),delete e.article};var io=s(5925),ao=s(8700);const co=e=>{const t=e.scroll||0,s=e.height||0,{top:n}=(0,ao.Z)(),o=(0,Ht.Z)(),r=(0,io.Z)(),i=n+o,a=(0,so.Z)(Math.floor(i/r*100));let c,l;r>s?(l=r,c=0):(l=s,c=t),a>c&&(c=a),e.height=l,e.scroll=c,e.scrollh=Math.floor(i)},lo="ReadTime",uo=e=>{if(!document.hidden){const t=(0,zn.Wg)();t?(co(t,e),ro(t,e),ms._x&&Hn(t,e)):(0,at.Z)({message:lo,fileName:"ScrollNoReadTime",path:e.type},1e3)}else(0,at.Z)({message:lo,fileName:"ScrollDocumentHidden",path:e.type},1e3)},po=e=>{const t=(0,zn.Wg)();t?(t.timeStart||(t.timeStart=Date.now()),"register"===e.type&&(0,eo.C)()?(0,Ae._k)((0,lt.Z)((()=>{uo({type:"registerReady"})}))):uo(e)):(0,at.Z)({message:"ReadTime",fileName:"VisibleNoReadTime",path:e.type},1e3)},mo=()=>{(0,Ae.Um)(uo),(0,Ae.XV)(uo),(0,Ae.vv)(po),(0,Ae.hT)(Xn),(0,Ae.mc)((e=>{!document.hidden&&Xn(e)})),(0,Ae.uU)((e=>{!document.hidden&&Xn(e)})),(0,Ae.Ns)((e=>{!document.hidden&&po(e)}))},fo=(e,t)=>{if(Is.Z.spaReady){if(Is.Z.spaOmitFirstView&&Cn.yA.includes(e))return void(Is.Z.spaOmitFirstView=!1);(0,Cn.Hm)(e,t)}else(0,at.Z)({message:"SPA",path:"SPANotInitialized",fileName:e},100,`SPA API was not initialized, but API method was used "${e}".`,"error")};let go=0,ho=0,Ao=0;const vo=e=>{const t=Date.now();if(t-go<100)return ho+=1,void(3===ho&&(0,at.Z)({message:"SPA",path:"DispatchPageRequestedFast"},1,"PV requested to fast.","error"));go=t,Ao+=1;const s=[Ie.BB,Ie.bL,Ie.H9];100===Ao&&(0,Ie.rS)(s)?window.location.reload():fo((0,Ts.r)()?"page:refresh":"page:view",e)};let Zo,bo;const wo={mobile:"_mobile"},yo=e=>{["desktop","mobile"].includes(e)&&(bo=e)},So=e=>{(0,Be.Z)(e)&&(Zo=e)},Co=()=>{const e=wo[bo]||"",t=(0,eo.nj)()?"_dynamic":"";if((0,Be.Z)(Zo)){const s=`${Zo}${e}${t}`;(0,$e.ut)(s)}};var _o=s(5467);let ko;var Io=s(5786),Po=s(4928),Eo=s(1756),To=s(5212);const Oo="ReadTime",Lo=(e,t={})=>{const s={type:"register"};if((0,zn.ko)()!==e){const n=(0,zn.Wg)(),o=!document.hidden;(0,eo.nj)()&&!n&&(0,at.Z)({message:Oo,fileName:"NoPrevReadTime",path:s.type},10),n&&(o?Xn(s):(0,at.Z)({message:Oo,fileName:"PrevDocumentHidden",path:s.type},1e3),delete n.article,(0,Fs.N)(n.href));const r=Object.create(null);(0,zn.eu)(e,r),r.duration=0,r.total=0,r.scroll=0,r.cscroll=0,r.dotParams=Object.assign({},(0,An.ZF)()),r.sn=(0,$e.W_)(),r.rekid=(0,_o.P)(),r.pvid=e,r.gmid=(0,Ls.Z)(),r.referrer=(0,Fs.a)(),r.canonical=t.canonical||(0,Eo.Z)(),r.href=t.href||(0,To.Z)(),r.dn=(0,eo.nj)(),r.counter=0,r.timeStop=0,ms._x&&(r.articleStart=0,r.articleDuration=0,r.ctime=0),o?po(s):(0,at.Z)({message:Oo,fileName:"NextDocumentHidden",path:s.type},1e3)}};var $o=s(4148);let xo;const Do=(e,t,s="top",n={})=>{let o=n,r=e;me.Z.o(o)||(o={});const{generate:i}=o;if(!s&&!i)return;(0,Be.Z)(r)&&(r=r.replace(/(_dynamic)+/g,"_dynamic"),!Is.Z.spaReady&&/_dynamic$/.test(r)&&(0,Cn.Hm)("page:close"),(0,$e.ut)(r));const a=r||(0,$e.W_)();if(!(0,$e.GD)(a))return;const c={};(0,Ut.Z)(t)&&(t.contentSelector&&((0,Fe.Z)("wp_content_selector",t.contentSelector),delete t.contentSelector),(t.href||t.canonical)&&(c.canonical=t.canonical,c.href=t.href,delete t.canonical,delete t.href),(0,An.Kl)(t)),"autorefresh"!==s&&"top"!==s||($o.Z.length=0,(0,Io.hW)(),Lo((0,Io.Vq)(),c),o.useMimeType=!0,me.Z.f(xo)&&(o.onError=()=>{xo(0),o.onLoad=void 0,o.onError=void 0},o.onLoad=()=>{xo(1),o.onLoad=void 0,o.onError=void 0}));let l="dot.gif?";return i?(l=(0,Wn.Z)(l,"Pos","[[ACTION]]"),l=(0,Wn.Z)(l,"SN","[[SN]]")):(l=(0,Wn.Z)(l,"Pos",s),l=(0,Wn.Z)(l,"SN",a),setTimeout((()=>{Po.Z.open()}),0)),(0,Kn.Z)(l,void 0,void 0,o,c)},jo=()=>Do(void 0,void 0,void 0,{generate:!0}),Ro=Do,No=()=>{const e=[Ie.BB,Ie.TH,Ie.Uv];return(0,Ie.rS)(e)?"click":""},Mo="GEMIUS";let Vo,Bo;const Uo=(e,t)=>{const s=t.gemius,{hit:n}=Bo;if(n){let e;if(null!=s&&s.hit&&(e=n[s.hit],s.hit!==(0,An.ZF)("ctype")&&(0,at.Z)({message:Mo,path:"SPANotUsingCTYPE",fileName:s.hit},1e5)),!e){const{inne:t,other:s}=n;e=t||s,e&&(0,at.Z)({message:Mo,path:"SPAUsingOTHER",fileName:t?"inne":"other"},1e4)}e?((0,ps.Z)("gemius_hit"),Is.Z.gemiusID=2,Vo?window.gemius_hit(e):(Vs(e),Ms((0,Ts.r)()),Vo=!0),window.wp_pp_gemius_identifier=e):(Is.Z.gemiusID=0,(0,at.Z)({message:Mo,path:"SPAMissingIdentifier"},1e3,`${Mo}: Missing SPA identifier`))}else(0,at.Z)({message:Mo,path:"SPAMissingConfig"},1e5,`${Mo}: Missing SPA config`)},Fo=e=>{(0,R.IK)()||(0,Ut.Z)(e)&&(Bo=e,(0,Cn.ME)(Uo))},qo=(e,t)=>{(0,eo.oh)(),t&&(So(t.base),((e={},t)=>{const{bunch:s,ctype:n}=e;if((s||n)&&(0,Ut.Z)(ko)){const o=ko[s]||ko[n];o?(e.bunchID=o,(0,_o.P)()&&!t||(0,_o.q)(o)):(0,at.Z)({message:"SPA.GAF",path:"MissingViewTypeREKID",fileName:`${n}|${s}`},100,`SPA: Missing REKID for view type "${s||n}".`,"error")}})(t,!0),delete t.base,delete t.bunch),Co(),(0,An.Qj)({})},zo=(e,t)=>{const s=t.dot;qo(0,s),Ro(void 0,s,"top")},Go=(e,t)=>{const s=t.dot;qo(0,s),Ro(void 0,s,"autorefresh")},Ho=e=>{const{platform:t}=e,s=e[t],n=s.dot,o=s.gemius;var r;yo(t),So(n.base),r=n.bunches,ko=r,(0,An.Kl)(n.params),me.Z.s(n.type)||(n.type=(0,ut.Z)("wp_dot_type")||No()),(0,Fe.Z)("wp_dot_type",n.type),Co(),Fo(o),(0,Cn.aS)(eo.I3),(0,Cn.ME)(zo),(0,Cn.SG)(Go)},Wo="SPA",Ko=e=>{if(!Is.Z.spaReady)if(e){const t=e.config;if(Ee.default.siteConfig=t,t)return Is.Z.spaReady=!0,(0,_.Z)(Wo,!0),Ho(t),(0,W.Z)("PageView",wn),ft(!0),!0;(0,We.Z)(`${Wo}: Missing site config`,!0)}else(0,We.Z)(`${Wo}: Missing data`,!0)},Jo=()=>{const e=(0,ut.Z)("wp_spa_config");if(e){(0,at.Z)({message:"SPA",path:"HeadConfig"},1e4);if(Ko({config:e})){const{payload:t}=e;if(t)vo(t),(0,at.Z)({message:"SPA",path:"ConfigPayload"},1e4);else{const e=(0,An.ZF)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};vo(t),Is.Z.spaOmitFirstView=!0}return!0}}};var Qo=s(1628),Yo=s(1144),Xo=s(2555),er=s(4769);const tr=()=>{if(!As.pt){const e=(0,$e.W_)(),t=(0,w.Rn)();if(e&&t){const s=(0,er.Z)(e,{local_statid:t},"sa22ping",{give:!0}).queryGET,n=(0,_n.mess)({url:s,forceDomain:"www.wp.pl"});(0,Xo.Z)({method:"hub",action:"sa22ping",src:n})}}},sr=()=>{let e=0;me.Z.n(Is.Z.gafDirect)&&(e=Is.Z.gafDirect?2:1),Is.Z.SA51state=e,(new Image).src=(0,_n.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",length:350,forceDomain:"www.wp.pl"})};var nr=s(9982);const or=e=>{Is.Z.dotSuccess=e,(0,w.OB)(),(0,nr.Z)(Yo.Z),sr(),tr()};var rr=s(4033);const ir=(e,t)=>Object.fromEntries(Object.entries(e).map(t)),ar=(e,t={})=>{let s=e;const n=ir(t,(([e,t])=>[Us.Mn[e]||e,t])),o=(0,rr.Z)(n,!0,!1);return o&&(s=s.split("#").slice(0,1).join(""),s=(0,Wn.Z)(s,o,!1,!0,!0)),s};let cr,lr;const dr=e=>{lr&&cr&&(Ks(cr),lr=!1),(0,Pn.Z)().removeEventListener("mousemove",dr),window.removeEventListener("blur",dr)},ur=()=>{(0,Pn.Z)().addEventListener("mousemove",dr),window.addEventListener("blur",dr)},pr=({target:e})=>{e.removeEventListener("contextmenu",pr),ur()},mr=["statid","GRwpuuid","GRo2uuid","GRoluuid","STac"],fr=()=>{const e=(0,Ys.Z)(),t={};return mr.forEach((s=>{const n=e[s];n&&(t[s]=n)})),t},gr=(e,t,s)=>{if((0,U.KD)()&&!e&&t&&!pe.Z){const e=Object.assign({},(0,B.NB)(),fr());Object.keys(e).forEach((t=>{s.includes(`${t}=`)&&delete e[t]}));const t=(0,rr.Z)(e,!0),n=!(0,B.qm)("wplib")&&(0,nn.Z)("wplib")&&`${t}&wplib`;if(t){return(0,Wn.Z)(s,n||t,!1,!1,!0)}return s}return s};var hr=s(9372);const Ar=new Date,vr=(0,ut.Z)("wp_onepager"),Zr=(0,B.qm)("forceUniSync"),br=(e={})=>{const{statTag:t,linkHref:s,linkTitle:n,linkIndex:o,sameSite:r,mouseButton:i,imageSource:a,sourceData:c,toNewWindow:l,params:d,linkNode:u}=e;let p="clk.gif?";p=(0,Wn.Z)(p,"xd",(0,$e.W_)()),p=(0,Wn.Z)(p,"dt",new Date-Ar),t&&(p=(0,Wn.Z)(p,"yd",t,!0)),s&&(p=(0,Wn.Z)(p,"tg",(0,hr.Z)(s),!0),(0,T.Z)("WPnxrf",s)),n&&(p=(0,Wn.Z)(p,"tt",n,!0)),o&&(p=(0,Wn.Z)(p,"epos",o)),a&&(p=(0,Wn.Z)(p,"is",a,!0)),i&&(p=(0,Wn.Z)(p,"btt",i));const m=Object.assign(d||{},(0,An.ZF)()),f=u&&2===i,g=null==u||null==u.getAttribute?void 0:u.getAttribute("href"),h=r&&/^(https?:)?\/\//i.test(g)&&!vr,A=[!r,l,f,r&&!Is.Z.spaReady&&!vr,h].some(Boolean),v=Object.assign({},c),Z=(0,he.KF)();return Z&&(v.abtest=Z),((0,xe.vj)(100)||Zr)&&g&&(u.href=gr(r,u,g)),(0,Ut.Z)(v)&&(dr(),A&&(({referrerParams:e,rightClickOnLinkNode:t,linkNode:s,toNewWindow:n})=>{cr=window.location.href;const o=ar(cr,e);Ks(o),lr=!0,t?s.addEventListener("contextmenu",pr):(n&&setTimeout(ur),(0,Ae.hT)(dr))})({referrerParams:v,rightClickOnLinkNode:f,linkNode:u,toNewWindow:l})),(0,Kn.Z)(p,void 0,void 0,void 0,{dotParams:m})},wr=e=>{let t=e;for(;t;){if(["A","AREA"].includes(t.tagName))return t.href?t:void 0;t=t.parentNode}};var yr=s(7560);const Sr=({dataset:e})=>{const t=e.stClk;if(t){const e=(0,yr.Z)(t)||{};return e&&(e.sgsvid=(0,An.ZF)("svid")),e}};var Cr=s(6126);const _r=e=>{let t=e;for(;t;){if(t===document)return;if((0,Cr.g)(t))return"Adv";const{stArea:e}=t.dataset;if(e)return`ST-${e}`;t=t.parentNode}},kr=e=>{let t=e;for(;t;){if(t===document)return;const e=(0,O.Z)(t.dataset.stEpos);if(e)return e;const{parentNode:s}=t;if(s&&"UL"===s.tagName&&"LI"===t.tagName)return[].indexOf.call(s.querySelectorAll("li"),t)+1;t=s}},Ir=(e,t,s)=>{const{ctrlKey:n,shiftKey:o,metaKey:r}=e;return 3===t||1===t&&(n||o||r||["_blank","_new"].includes(s.target))};var Pr=s(1605),Er=s(4880);const Tr=e=>{const t=wr(e.target);if(!t)return;const s=_r(t);if("Adv"===s)return;const n=(0,Er.Z)(e),{location:{hostname:o,pathname:r}}=window,{hostname:i,pathname:a,protocol:c,onclick:l,title:d,textContent:u,href:p,source:m}=t,f=t.getAttribute("onclick"),g=Ir(e,n,t);if(!g&&(f||"javascript:"===c||o+r===i+a))return;const h=t.querySelector("img"),A=(0,hr.Z)(null==h?void 0:h.src),v=(0,hr.Z)((d||u||"notitle").trim(),128),Z=kr(t),b=e.pageY,w=Number((0,Pr.Z)(t)),y=Object.assign({cb:w,ypos:`${Math.floor(b/100)}`},(0,An.ZF)(),Sr(t)),S=(e=>e.includes("src01=20804")&&!e.includes("refabtest=")?(0,Wn.Z)(e,"refabtest",(0,he.KF)(),!0):e)(p);S!==p&&(t.href=S);const C=m||{};(0,ut.Z)("wp_sg_first")&&(C.isSGFirst=!0);br({statTag:s,linkHref:S,linkTitle:v,linkIndex:Z,mouseButton:n,imageSource:A,sourceData:C,toNewWindow:g,sameSite:o===i,params:y,linkNode:t})},Or="Stat",Lr=e=>{(e=>{xo=e})(or);const t=(0,ut.Z)("wp_pvid");(0,Io.hW)(!0,t),(0,An.Kl)(),Po.Z.fill((()=>{(0,ps.Z)("DOTDamOpen"),t&&(0,at.Z)({message:Or,path:"ExistingPVID"},1e3)}));let s=!1;me.Z.f(e)&&(s=(0,W.Z)("SPAHeadConfig",e));const n=(0,ut.Z)("wp_dot_type"),o=(0,ut.Z)("wp_dot_send");me.Z.u(o)?(0,Fe.Z)("wp_dot_send",vs.Z):(0,at.Z)({message:Or,path:"DotSendDefined",fileName:o,campaign:String(s)},1e3),me.Z.s(n)||((0,Fe.Z)("wp_dot_type",No()),(0,at.Z)({message:Or,path:"DotTypeDefaultClick",fileName:n},1e3)),(0,ut.Z)("wp_dot_type").includes("click")&&document.addEventListener("mousedown",Tr),!s&&(0,ut.Z)("wp_dot_send")&&((0,eo.oh)(),Ro(void 0,void 0,(0,Ts.r)()?"autorefresh":"top"))};var $r=s(4677),xr=s(2948),Dr=s(3754);const jr=(e,t=[])=>new Promise((s=>{As.Ny?s():as.Z.get(e,(({values:e})=>{(0,et.Z)(e,((e,s)=>{"statid"===e&&(0,Dr.Q)(s),s?(0,je.Z)(e,s):t.includes(e)&&(0,hs.Z)(e)})),s(e)}),"cookie")})),Rr=()=>{$r.Z.close();const e=["statid","STac","WPabs",...xr.Z],t=[...xr.Z];jr(e,t).then((e=>{$r.Z.open()}))};var Nr=s(2773),Mr=s(713),Vr=s(5435),Br=s(9333);const Ur=["rekstaging","kaflog",...xr.Z],Fr=["STac","ACac2","OAX","RMFL",Vr.Z,"WPabs",...Object.values(Nr.C),Nr.i,...Br.Z],qr=[...Mr.Z,...Yo.Z,...Fr,...Ur];let zr=!1,Gr=!1;const Hr=e=>{null==e||e.type;zr||(zr=!0,(0,nr.Z)(Fr).then((e=>{zr=!1})))},Wr=(e,t)=>{null==e||e.type;Gr||(Gr=!0,$r.Z.close(),jr(qr,Ur).then((e=>{$r.Z.open(),Gr=!1,me.Z.f(t)&&t()})))},Kr=()=>{const e=()=>{(0,Ae.Ns)(Wr),(0,Ae.uU)(Hr),(0,Ae.vS)("pageshow",e)};(0,Ae.Ns)(e),Wr({type:"init"},(()=>{(0,Ae.vv)(Wr),(0,Ae.hT)(Hr),(0,Cn.aS)(Hr)}))},Jr=()=>{if(As.Ny)return void $r.Z.open();_n.domains.uniformDomains.includes(window.location.hostname)?Kr():Rr()};var Qr=s(8083);const Yr=()=>({debug(e,...t){},issue(e,t){(0,We.Z)(e,!0),t&&(0,at.Z)(t,1e4)},error(e){(0,We.Z)(e,"error")}}),Xr=()=>{const e="no",t="testMess",s=(0,B.qm)("keepMess"),n=(0,B.qm)("_bb"),o="0"===(0,B.qm)("_aa")&&!n||(0,U.Rf)(),r=s!==e&&(0,k.Z)(t),i=o?e:(0,B.qm)(t)||r,a=!(pe.Z||i===e||n);return s&&(s===e?(0,P.Z)(t):i&&(0,T.Z)(t,i)),{testDomain:i,enabled:a}},ei=/(\/wpjslib-chunk-.*)/,ti=e=>ei.test(e),si=(e,t)=>()=>{const s=e=>function(s){const n=t(this,s),o=s!==n?n:s;e.call(this,o)};(0,et.Z)(e,((e,t)=>{const n=t[1],o=window[`HTML${t[0]}Element`].prototype,r=Object.getOwnPropertyDescriptor(o,n);null!=r&&r.configurable&&Object.defineProperty(o,n,{set:s(r.set)})}))},ni=(0,B.qm)("_bb"),oi=si({SCRIPT:["Script","src"]},((e,t)=>{let s=t;return ti(s)&&(s=ni?s:(0,_n.mess)(s),e.setAttribute("crossorigin","anonymous"),e.crossOrigin="anonymous"),s})),ri=[];Ee.default.messData=ri;const ii=()=>{const{hostname:e}=window.location,t=[..._n.domains.uniformDomains,..._n.domains.aabDomains].includes(e);(0,Qr.gS)(t);const{enabled:s,testDomain:n}=Xr();(0,Qr.gL)(s),(0,_n.setCustomLogger)(Yr()),(0,_n.set)((0,ks._X)()?"www.wp.pl":e,(0,U.KD)(),!1,{enabled:s,testDomain:n,collector:e=>ri.push(e)}),oi()};var ai=s(2600),ci=s(297),li=s(9374),di=s(6516),ui=s(5147);const pi=()=>{ui.Z.forEach((({observations:e})=>{(0,et.Z)(e,((e,t)=>{null!=t&&t[li.ix]&&(0,di.Z)(t[li.ix])}))}))};var mi=s(9393);const fi=()=>{(0,mi.Z)()||((0,Ae.DH)(ai.SR),(0,Ae.nr)(ai.SR))},gi=()=>{fi(),(0,Ae.vv)((()=>{(0,ci.e)(),(0,ai.lQ)()})),(0,Ae.hT)((()=>{(0,ai.lQ)(),pi()}))};var hi=s(4972),Ai=s(677),vi=s(6814);const Zi=()=>{const e=(...e)=>{const t=Object.values(hi.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,Ai.ec)(t),(0,vi.Z)(...e)};(0,hi.ot)(),(0,Ae.hT)(e),(0,Ae.uU)(e),(0,Ae.mc)(e,!0),(0,Cn.aS)(e,!0),(0,Ai.lH)()};var bi=s(4443),wi=s(7462);const yi=()=>{const e=[],t={callbackQueue:e};window.googlefc=t,e.push({AD_BLOCK_DATA_READY:()=>{const e=t.getAdBlockerStatus(),s=t.getAllowAdsStatus(),{AdBlockerStatusEnum:{EXTENSION_LEVEL_AD_BLOCKER:n,NETWORK_LEVEL_AD_BLOCKER:o},AllowAdsStatusEnum:{ADS_NOT_ALLOWED:r,ADS_ALLOWED:i,UNKNOWN:a}}=t,c=e===n||e===o;switch(s){case r:if(c){(0,wi.Z)("shown",1),x(S.WS);const e=(0,O.Z)((0,ue.Z)(y.VR));(0,E.Z)(y.VR,e+1)}else x(S.Cl);break;case i:"1"!==(0,ue.Z)(y.tn)&&((0,E.Z)(y.tn,1),x(S.Cl),(0,wi.Z)("unlocked"),(0,I.Z)(y.VR));break;default:x(S.Cl),(0,wi.Z)("unknown")}}})},Si=()=>{const e="googlefcPresent";yi(),(0,js.Z)({src:"https://fundingchoicesmessages.google.com/i/pub-3966653589406540?ers=1",onLoad(){(0,lt.Z)((t=>{if(!window.frames[e]){const s=(0,bi.Z)();s.name=e,t.appendChild(s)}}))()}})},Ci=()=>{if(!(0,D.R)()&&!(0,U.$e)()){const e=(0,he.bB)("adtech","AAB-43");if(["B","D"].includes(e))Si();else{fe&&fe.then((e=>{s.e(124).then(s.bind(s,4960)).then((({default:t})=>{t(e)})).catch((e=>{(0,z.Z)(e,"WhitelistLoad")}))}))}}};var _i=s(5888),ki=s(2226),Ii=s(3298),Pi=s(2419),Ei=s(4429);const Ti=(e,t)=>{const{action:s,name:n,value:o,expires:r}=e;if((0,Be.Z)(n))switch(s){case"set":(0,je.Z)(n,o,r&&new Date(r));break;case"get":e.value=(0,ue.Z)(n);break;case"remove":(0,hs.Z)(n);break;default:(0,Ei.Z)(e,Pi.$n)}else(0,Ei.Z)(e,Pi.aW);me.Z.f(t)&&t(e)};var Oi=s(3675);const Li=(0,ki.Z)(),$i=(e,t,s,n,o)=>{const r={method:"cookie",action:e,name:t,value:n,cb:s,expires:o};(0,Oi.Z)(r,s,Li,As.Ny,Ti,"Cookie")},xi={set:(e,t,s,n)=>{$i("set",e,s,t,n)},get:(e,t)=>{$i("get",e,t)},remove:(e,t)=>{$i("remove",e,t)}},{set:Di,get:ji,remove:Ri}=xi,Ni=()=>{(0,at.Z)({message:"AAB",path:"educate"},1),s.e(416).then(s.bind(s,4768)).then((({default:e})=>{e()})).catch((e=>{(0,z.Z)(e,"TutorialBoard")}))};var Mi=s(3448),Vi=s(625);const Bi=e=>{(0,R.j5)()||C.Z.fill(e)};var Ui=s(1564),Fi=s(3203),qi=s(1049);const zi=(e,t={})=>{let s="media.gif?";const n={},o=e.par||{},{rekid:r}=e;delete e.rekid,delete e.par;["mn","mt","mfr","mu"].forEach((t=>{e[t]&&(n[t]=e[t],delete e[t])})),s=(0,Wn.Z)(s,"SN",(0,$e.W_)()),(0,Ut.Z)(e)&&(s=(0,Wn.Z)(s,(0,rr.Z)(e))),Object.assign(o,(0,An.ZF)()),t.media=(0,rr.Z)(n);const i={rekid:r,dotParams:o,version:"4"};return(0,Kn.Z)(s,void 0,void 0,t,i)};var Gi=s(9846),Hi=s(6570);const{get:Wi,set:Ki,remove:Ji}=st.default;var Qi=s(2647),Yi=s(6320);const Xi=()=>{(0,Pe.qL)("cookie",(0,Te.Z)(i)),(0,Pe.qL)("cookieXD",(0,Te.Z)(a)),(0,Pe.qL)("storage",(0,Te.Z)(m)),(0,Pe.qL)("storageXD",(0,Te.Z)(f)),(0,Pe.qL)("abtests",(0,Te.Z)(r)),(0,Pe.qL)("crux",(0,Te.Z)(c)),(0,Pe.qL)("env",(0,Te.Z)(l)),(0,Pe.qL)("gdpr",(0,Te.Z)(d)),(0,Pe.qL)("stat",(0,Te.Z)(p)),(0,Pe.qL)("performance",(0,Te.Z)(u)),(0,Pe.qL)("utils",(0,Te.Z)(g))};var ea=s(7207),ta=s(8720),sa=s(1511),na=s(5146);const oa=()=>{(0,Pe.qL)("classManager",(0,Te.Z)(h)),(0,Pe.qL)("viewability",(0,Te.Z)(A))},ra=()=>{(0,Pe.qL)("addHandler",Ae.Hj),(0,Pe.qL)("removeHandler",Ae.vS)};var ia=s(9350),aa=s(6901),ca=s(551);const la=()=>{(0,Pe.qL)("follow",ia.Z),(0,Pe.qL)("getScript",js.Z),(0,Pe.qL)("getStylesheet",aa.Z),(0,Pe.qL)("iframeFactory",ca.Z),(0,Pe.qL)("registerApi",Pe.qL),(0,Pe.qL)("captureError",z.Z),(0,Pe.qL)("isOfType",me.Z)};var da=s(6430);const ua=()=>{const e=(0,zn.Wg)();if(e){const t=e.timeStart?Date.now()-e.timeStart:0;e.currentTotal=Math.round((e.total+t)/1e3)}return e};let pa=0;const ma=["pageview","pageviewVpv","unload","unloadVpv"],fa=["user","page","content","site","source"],ga=e=>{if(me.Z.o(e)){const{event:t,toIgnore:s=[]}=e;delete e.toIgnore,"unload"!==t&&"unloadVpv"!==t||($r.Z.open(),Po.Z.open()),$r.Z.fill((()=>{Po.Z.fill((()=>{if(ma.includes(t)){((e,t)=>{fa.filter((e=>!t.includes(e))).forEach((t=>{e[t]=e[t]||{}}))})(e,s);const{user:o,page:r,content:i,site:a,source:c}=e;if("pageview"===t&&(s.includes("user")||(o.id=o.id||{},o.id.statId=(0,w.Rn)()||"",o.id.audienceId=(0,ue.Z)("STac")||"",o.hasAdblock=(0,S.VP)()),s.includes("site")||(a.cms=(0,An.ZF)("csystem")||"",a.frontendPlatform=(0,Ie.Hl)()||"")),("pageview"===t||"pageviewVpv"===t)&&(e.abTesting=(0,he.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.includes("page")||(r.pvId=(0,Io.Vq)()||"",r.templateType=r.templateType||(0,An.ZF)("ctype")||""),s.includes("content")||(i.category=i.category||{},i.category.IAB=((0,An.ZF)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,An.ZF)("ccategory")||""),i.tags=(n=(0,An.ZF)("ctags")||"",decodeURIComponent(n).replace(/\s*[,;]+\s*/g,"|")),me.Z.u(i.pageCount)?i.pageCount=(0,An.ZF)("cphotomax")||(0,An.ZF)("cpagemax")||"":(0,O.Z)(i.pageCount)<1&&(i.pageCount="")),!s.includes("source"))){const e=(0,Fs.a)(),t=(0,Ws.Z)(e).search,s=(0,zs.b)()?{}:(0,Hs.Z)(t);c.area=c.area||s.wga_sa&&decodeURIComponent(s.wga_sa)||null,c.recommendationType=c.recommendationType||s.wga_srt&&decodeURIComponent(s.wga_srt)||null,c.isSGFirst=c.isSGFirst||s.wga_isSgFirst&&decodeURIComponent(s.wga_isSgFirst)||null}if("unload"===t||"unloadVpv"===t){const t=(0,Ze.Z)().length;if(t>pa?(e.eventLabel=!0,pa=t):e.eventLabel=!1,!s.includes("content")){const e=ua();e&&(i.readTime=e.currentTotal||0,i.contentHeightPixels=e.height||0,e.cscroll&&!i.cScrollPercent&&(i.cScrollPercent=e.cscroll),e.scroll&&!i.scrollPercent&&(i.scrollPercent=e.scroll)),i.unloadIndicator=1,me.Z.u(i.pageViewCount)?i.pageViewCount=(0,An.ZF)("cphotono")||(0,An.ZF)("cpageno")||"":(0,O.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}}(e=>{fa.forEach((t=>{(0,Ut.Z)(e[t])||delete e[t]}))})(e)}var n;if((0,da.Z)().push(e),"pageview"===t||"pageviewVpv"===t)try{(0,er.Z)(!1,{event_pageview:JSON.stringify(e)},"gtm_datalayer")}catch(e){}}))}))}};var ha=s(9126);const Aa=(0,nn.Z)("PWPDebug"),va=[],Za=e=>{const t=(0,ha.Z)(e);ga(t.ga)},ba=(e={},t,s=400)=>{const n=(0,ha.Z)(e);if(ga(n.ga),t){if(Aa)return void va.push(t);t()}},wa=(e={},t,s=200)=>{const n=(0,ha.Z)(e);if(ga(n.ga),(0,_s.Is)(),t){if(Aa)return void va.push(t);t()}},ya=e=>{fo("page:close",e)},Sa=()=>{(0,Pe.qL)("pwp",(0,Te.Z)(v)),(0,Pe.qL)("spa",(0,Te.Z)(Z))},Ca=()=>{on(),(0,he.ZP)(),(0,Ae.ZP)(),(0,W.Z)("HandleNavigation",sn),(0,Qo.ZP)(),(0,W.Z)("StatidExists",w.YH),(0,W.Z)("PageView",wn),ft(),(0,W.Z)("ConsentStart",Cs),(0,W.Z)("CookieInfoLoader",Es),(0,W.Z)("Uniform",ii),(0,W.Z)("AAB",ge,Ci),qn(),pn(),Le(),Bs(),Zi(),(0,W.Z)("SyncUniform",Jr),(0,W.Z)("Stat",Lr,Jo),mo(),(0,b.S1)(),gi(),(0,_s.ZP)(),la(),ra(),Xi(),oa(),Sa()}},3545:(e,t,s)=>{"use strict";s.d(t,{Z:()=>et});var n={};s.r(n),s.d(n,{subscribe:()=>N});var o=s(7508);const r=()=>window.Notification?window.Notification.permission:null;var i=s(4634);const a=r();let c=!1;const l="WPppgcp",d=()=>{let e=(0,o.Z)(l);return e?e=JSON.parse(e):(e={showTimestamp:0,visitTimestamp:Date.now(),count:0,permission:a},c=!0),e},u=(e,t,s,n)=>{const o=d();return Object.assign(o,e?{showTimestamp:e}:null,t?{visitTimestamp:t}:null,s||0===s?{count:s}:null,n?{permission:n}:null),(0,i.Z)(l,JSON.stringify(o)),o};var p=s(8350),m=s(703),f=s(6918),g=s(6539),h=s(7550);let A,v,Z,b;var w=s(5620),y=s(1384),S=s(846),C=s(1530),_=s(2756),k=s(1603),I=s(1143),P=s(961),E=s(5068),T=s(975);const O="PPG";let L;const $=()=>(L||(L=new Promise(((e,t)=>{(0,h.Z)(A,24)&&(0,h.Z)(v)||b?((()=>{const e=Date.now();let{visitTimestamp:t,count:s}=d();t<e-18e5&&(s+=1),t=e,u(null,t,s)})(),((e,t)=>{T.Z&&(0,P.U2)("mr","TP")&&(0,E.Z)({withMeasurement:O,id:"ppgsdk",src:"https://cdn.pushpushgo.com/scripts/sdk.js",onLoad:()=>{window.ppg?e():t(new Error("PPG api missing after load")),(0,C.Z)(`${O} SDK`,!!window.ppg)},onError:()=>{t(new Error("PPG loading error")),(0,C.Z)(`${O} SDK`,!1)}})})(e,t)):t(new Error("PPG is not correctly configured"))}))),L);let x=!1;const D=e=>{const t=(0,p.J1)(),s=t?t.split(";"):[];return s.length&&e.appendTags(s).then((()=>{e.send(!0)})),t},j=(e,t)=>{e.register().then((()=>{t({client:e,consent:!0})})).catch((s=>{t({client:e,consent:!1})}))},R=e=>new Promise(((t,s)=>{const n=window.ppg,o=r(),i=(()=>{const{hostname:e}=window.location,t=e.replace("www.","").split(".").reverse().join(".");return{swPath:Z,projectId:A,vapidPublicKey:v,websitePushId:`web.${t}`,endpoint:"https://api.pushpushgo.com"}})(),l=new n.sdk.Client(i);(0,C.Z)("PPGSubscriptions SDK",!0),l.isPushSupport().then((()=>{l.isSubscribed().then((n=>{if(n)t({client:l,consent:null});else if("default"===o){const s=(()=>{const e=Date.now(),{showTimestamp:t,count:s}=d();return c||t<e-6048e5&&s>=3})()||(()=>{const{permission:e}=d(),t="denied"===e&&"denied"!==a||"granted"===e&&"default"===a;return u(null,null,null,a),t})()||!!b;(!e||e&&s)&&((0,I.Z)("PPGStartLoadBoard"),j(l,t),e&&u(Date.now(),null,0))}else"granted"===o?j(l,t):s(new Error("no permission"))}))})).catch((()=>{s(new Error("not supported"))}))})),N=(e=!1)=>new Promise(((t,s)=>{$().then((()=>{x||(x=R(e)),x.then(t).catch(s)})).catch((e=>{}))})),M=()=>{(0,w.IK)()||S.Z.fill((()=>{k.Z.fill((()=>{if(A=(0,g.Z)("wp_ppg_id")||(0,m.qm)("ppg"),v=(0,g.Z)("wp_ppg_key")||(0,m.qm)("ppgKey"),Z=(0,g.Z)("wp_ppg_swpath")||(0,m.qm)("swpath"),b=(0,m.qm)("ppgForce"),(A||v)&&(0,f.Z)({message:"PPG",path:v,fileName:A},1e5),$().catch((e=>{})),!(0,g.Z)("wp_ppg_api")&&!(0,m.qm)("ppgAPI")){const e=r();N(!0).then((t=>{const{consent:s,client:n}=t;s?D(n):null===s&&(u(null,null,null,e),D(n))})).catch((t=>{((e,t)=>{(0,f.Z)({message:"PPG",path:t,fileName:e},1e5)})(t,e)}))}}))})),(0,y.qL)("ppg",(0,_.Z)(n))};var V=s(2978),B=s(1770),U=s(4841),F=s(4769),q=s(8393),z=s(6205);const G=()=>{(0,F.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl"})},H=()=>{const e="WPpix6";q.default.get(e,(t=>{let s,n=0;const o=Date.now(),r=(0,U.W_)();if(t.value){const e=JSON.parse(t.value);s=e.sv,n=(0,z.Z)(e.ts,10)}(!t.value||s!==r||n<o-3e5)&&q.default.set(e,JSON.stringify({sv:r,ts:o}),G)}))},W=()=>{T.Z&&!(0,B.N0)()&&!(0,w.IK)()&&(0,V.rS)([V.BB,V.Uv,V.Uk])&&S.Z.fill(H)};var K=s(6658);const J=(e,t)=>(0,K.Z)(t/e*100),Q=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<90)s+=1,requestAnimationFrame(n);else{const s=Date.now()-t;e({value:J(s,1e3),name:"framesPerSecond"})}};n()}));var Y=s(2890),X=s(6730);const ee=e=>(0,Y.Cr)("resource").filter((t=>e((0,X.unmess)(t.name))));var te=s(1677),se=s(3205);const ne=e=>(0,K.Z)(90*Math.E**(-2*e/1e3)),oe=()=>new Promise((e=>{const t=ee((e=>e.includes("gaf.js"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"GAFLoadTiming"}):e()}));var re=s(8299);const ie=()=>new Promise((e=>{const t=(0,re.Z)();if(t){const{duration:s}=t;if(se.Z.n(s))return void e({value:ne(s),name:"navigationTiming"})}e()})),ae=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<5)s+=1,setTimeout(n,200);else{const s=Date.now()-t;e({value:J(s,1e3),name:"timeProlongation"})}};n()})),ce=()=>new Promise((e=>{const t=ee((e=>e.includes("/wpjslib")&&!e.includes("chunk"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"WPJSLoadTiming"}):e()}));var le=s(6072),de=s(6353),ue=s(8403),pe=s(1027);const me=e=>(0,pe.Z)(e)&&e>0&&e<=3?e:3;var fe=s(7379),ge=s(9627);const he=e=>{const t=(0,fe.Z)(),s=e.filter(ge.Z),n=1/s.length;var o;return t.finalResult=0,s.forEach((({name:e,value:s})=>{t[e]=s,t.finalResult+=s*n})),t.deviceSegment=(o=t.finalResult,me(Math.ceil(3*o/100))),t};var Ae=s(1774),ve=s(5330);const Ze=e=>{const t=he(e),{deviceSegment:s}=t;Ae.default.deviceSegmentResults=t,(0,ve.Z)(ue.Z,s),(0,i.Z)(ue.Z,s),(0,de.S)(s),(0,le.eK)((e=>{e.PF=t}))},be=()=>{Promise.all([ie(),ce(),oe(),ae(),Q()]).then(Ze)};var we=s(4596);const ye=()=>{const e=(0,z.Z)((0,o.Z)(ue.Z)||(0,we.Z)(ue.Z)),t=me(e);(0,de.S)(t)},Se=()=>{ye(),S.Z.fill((()=>{k.Z.fill(be)}))};var Ce=s(2395),_e=s(9853),ke=s(5131),Ie=s(7159),Pe=s(8959);const Ee=(e,t="script",s="preload")=>{const n=(0,Pe.Z)(),o=(0,Ie.Z)("link");return o.setAttribute("href",e),o.setAttribute("as",t),o.setAttribute("rel",s),n.appendChild(o)};var Te=s(2443);const Oe="FBPixel",Le=()=>{if(!(0,w.IK)()){const e="933316406876601";let t=(0,g.Z)("wp_fb_id"),s=!1;const n=[V.H9,V.BB,V.Uv,V.TH,V.nJ];if((0,V.rS)(n)&&(t?t===e&&(s=!0,(0,f.Z)({message:Oe,path:"DefaultFBIDUsed",fileName:t},1e4)):(t=e,s=!0)),t){const e="https://connect.facebook.net/en_US/fbevents.js";(0,_e.zK)("adtech","FAPO-710","B")&&Ee(e),S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.BF)("mr","TP")){(0,Te.Z)("wp_fb_id",t),(0,f.Z)({message:Oe,path:"WPEmbedded",fileName:t},1e4);let{fbq:n}=window;if(!n){const t="fbpixel";n=function(...e){n.callMethod?n.callMethod(...e):n.queue.push(e)},window.fbq=n,window._fbq||(window._fbq=n),n.push=n,n.loaded=!0,n.version="2.0",n.queue=[],(0,E.Z)({id:t,src:e,onLoad:()=>{(0,C.Z)(Oe,!0)},onError:()=>{(0,C.Z)(Oe,!1),(0,Ce.o)(t)}})}n("init",t),n("track","PageView"),s&&n("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,ke.VP)()})}}))}))}else window.fbq&&setTimeout((()=>{var e,t,s;(0,f.Z)({message:Oe,path:"NotWPEmbedded",fileName:null==window.fbq.getState||null==(e=window.fbq.getState())||null==(t=e.pixels)||null==(s=t[0])?void 0:s.id},1e3,`${Oe} not embedded by WPJSlib.`,!0)}),2e3)}};var $e=s(6430),xe=s(9349),De=s(4640);const je="GTM",Re=()=>{if(!(0,w.IK)()){const e="gtm",t=(0,g.Z)("wp_gtm_id")||(0,m.qm)(e),s=(0,De.Z)(t);s.length>1&&(0,xe.Z)("Use only one GTM container.","error");const n=s[0];if(!se.Z.u(n))if((e=>(0,h.Z)(e)&&/^GTM-[A-Z0-9]{5,8}$/.test(e))(n)){(0,$e.Z)().push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),(0,f.Z)({message:je,fileName:"ValidId",path:n},1e5),S.Z.fill((()=>{k.Z.fill((()=>{(0,E.Z)({withMeasurement:je,src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:e,crossorigin:!0,onLoad(){(0,C.Z)(je,!0)},onError(){(0,C.Z)(je,!1),(0,Ce.o)(e)}})}),je)}),je)}else(0,f.Z)({message:je,fileName:"InvalidId",path:n},1e3,`Given GTM ID "${n}" is invalid.`,"error")}},Ne="Hotjar",Me=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_hj_id"),t=(0,g.Z)("wp_hj_sv")||6;e?S.Z.fill((()=>{k.Z.fill((()=>{const s="hotjar";window._hjSettings={hjid:e,hjsv:t},window.hj=window.hj||function(...e){(window.hj.q=window.hj.q||[]).push(e)},(0,f.Z)({message:Ne,path:"WPEmbedded",fileName:`${e}|${t}`},1e4),(0,E.Z)({id:s,src:`https://static.hotjar.com/c/hotjar-${e}.js?sv=${t}`,onLoad(){(0,C.Z)(Ne,!0)},onError(){(0,C.Z)(Ne,!1),(0,Ce.o)(s)}})}))})):window._hjSettings&&setTimeout((()=>{(0,f.Z)({message:Ne,path:"NotWPEmbedded",fileName:window._hjSettings.hjid},1e4,`${Ne} not embedded by WPJSlib.`,!0)}),2e3)}};var Ve=s(1425),Be=s(5026);const Ue="LiveRamp";let Fe=0;const qe=e=>{const t=window.ats,s=null==e?void 0:e.hash1;t?(0,Be.Z)(s)?t.setAdditionalData({type:"emailHashes",id:[s]}):t.invalidateEnvelope():Fe<5?(Fe+=1,setTimeout((()=>{qe(e)}),100)):(0,f.Z)({message:Ue,path:"ATSNotLoaded"},1e3)},ze=()=>{(0,U.y1)("^(kobieta|facet|pilotwp|wiadomosci|sportowefakty)")&&!(0,w.IK)()&&S.Z.fill((()=>{(0,E.Z)({id:"liveramp",defer:!0,src:"https://launchpad-wrapper.privacymanager.io/61767d0a-348c-4038-b565-3f3330656a5f/launchpad-liveramp.js",onLoad(){(0,C.Z)(Ue,!0),(0,f.Z)({message:Ue,path:`${Ue}IsLoaded`},1e3),(0,Ve.B7)(qe)},onError(){(0,C.Z)(Ue,!1),(0,f.Z)({message:Ue,path:`${Ue}NotLoaded`},1e3)}})}))};var Ge=s(3121),He=s(7144),We=s(1564),Ke=s(6320),Je=s(7003);const Qe=()=>{if((0,B.QT)()){const e=(0,Je.Z)("wpjslib6");if(e){const t=e.src;if(t){setInterval((()=>{null==window.fetch||window.fetch(t)}),3e4)}}}},Ye=()=>{(0,Ke.ZP)(),Qe(),He._x?s.e(730).then(s.bind(s,9870)).then((({default:e})=>{e()})).catch((e=>{console.error(e)})):(0,Ge.aS)(We.TQ)},Xe=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_tiktok_id");(0,h.Z)(e)&&S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.U2)("mr","TP")){const t="ttq",s=window[t]||[];window.TiktokAnalyticsObject=t,window[t]=s;const n=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],o=n.length,r=(e,t)=>{e[t]=(...s)=>{e.push([t].concat(s))}},i=e=>{for(let t=0;t<o;t++)r(e,n[t])};i(s);const a=e=>{const t=s._i[e]||[];return i(t),t},c=(e,n)=>{const o="https://analytics.tiktok.com/i18n/pixel/events.js";s._i=s._i||{},s._i[e]=[],s._i[e]._u=o,s._t=s._t||{},s._t[e]=new Date,s._o=s._o||{},s._o[e]=n||{},(0,E.Z)({src:`${o}?sdkid=${e}&lib=${t}`,async:!0})};s.methods=n,s.setAndDefer=r,s.instance=a,s.load=c,s.load(e),s.page()}}))}))}},et=()=>{Re(),ze(),Le(),M(),Me(),Xe(),W(),Se(),Ye()}},1114:(e,t,s)=>{"use strict";s.d(t,{WP:()=>a,y:()=>c});var n=s(5394),o=s(7174),r=s(6539);const i=(e="WP")=>{const t=(0,r.Z)(e)||[];return{APIObject:t,flush:()=>{const s=e=>{try{e()}catch(e){(0,n.Z)(e,"flush")}};for((0,o.Z)(window,e,t);t.length;)s(t.shift());(0,o.Z)(t,"push",s)}}},{APIObject:a,flush:c}=i("WP")},4298:(e,t,s)=>{"use strict";s.d(t,{Ew:()=>x,gI:()=>D,E9:()=>j});class n extends Error{constructor(e){super(e),this.name="EncodingError"}}class o extends Error{constructor(e){super(e),this.name="DecodingError"}}class r{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new n("Invalid bitField");const t=e.length%this.LCM;e+=t?"0".repeat(this.LCM-t):"";let s="";for(let t=0;t<e.length;t+=this.BASIS)s+=this.DICT[parseInt(e.substr(t,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new o("Invalidly encoded Base64URL string");let t="";for(let s=0;s<e.length;s++){const n=this.REVERSE_DICT.get(e[s]).toString(2);t+="0".repeat(this.BASIS-n.length)+n}return t}}class i{static langSet=new Set(["BG","CA","CS","DA","DE","EL","EN","ES","ET","FI","FR","HR","HU","IT","JA","LT","LV","MT","NL","NO","PL","PT","RO","RU","SK","SL","SV","TR","ZH"]);has(e){return i.langSet.has(e)}forEach(e){i.langSet.forEach(e)}get size(){return i.langSet.size}}class a{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardStacks="useNonStandardStacks";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class c{clone(){const e=new this.constructor;return Object.keys(this).forEach((t=>{const s=this.deepClone(this[t]);void 0!==s&&(e[t]=s)})),e}deepClone(e){const t=typeof e;if("number"===t||"string"===t||"boolean"===t)return e;if(null!==e&&"object"===t){if("function"==typeof e.clone)return e.clone();if(e instanceof Date)return new Date(e.getTime());if(void 0!==e[Symbol.iterator]){const t=[];for(const s of e)t.push(this.deepClone(s));return e instanceof Array?t:new e.constructor(t)}{const t={};for(const s in e)e.hasOwnProperty(s)&&(t[s]=this.deepClone(e[s]));return t}}}}class l extends Error{constructor(e,t,s=""){super(`invalid value ${t} passed for ${e} ${s}`),this.name="TCModelError"}}var d,u,p,m;!function(e){e[e.NOT_ALLOWED=0]="NOT_ALLOWED",e[e.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",e[e.REQUIRE_LI=2]="REQUIRE_LI"}(d||(d={}));class f extends c{static hashSeparator="-";purposeId_;restrictionType;constructor(e,t){super(),void 0!==e&&(this.purposeId=e),void 0!==t&&(this.restrictionType=t)}static unHash(e){const t=e.split(this.hashSeparator),s=new f;if(2!==t.length)throw new l("hash",e);return s.purposeId=parseInt(t[0],10),s.restrictionType=parseInt(t[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${f.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===d.NOT_ALLOWED||this.restrictionType===d.REQUIRE_CONSENT||this.restrictionType===d.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class g extends c{root=null;getRoot(){return this.root}isEmpty(){return!this.root}add(e){const t={value:e,left:null,right:null};let s;if(this.isEmpty())this.root=t;else for(s=this.root;;)if(e<s.value){if(null===s.left){s.left=t;break}s=s.left}else{if(!(e>s.value))break;if(null===s.right){s.right=t;break}s=s.right}}get(){const e=[];let t=this.root;for(;t;)if(t.left){let s=t.left;for(;s.right&&s.right!=t;)s=s.right;s.right==t?(s.right=null,e.push(t.value),t=t.right):(s.right=t,t=t.left)}else e.push(t.value),t=t.right;return e}contains(e){let t=!1,s=this.root;for(;s;){if(s.value===e){t=!0;break}e>s.value?s=s.right:e<s.value&&(s=s.left)}return t}min(e=this.root){let t;for(;e;)e.left?e=e.left:(t=e.value,e=null);return t}max(e=this.root){let t;for(;e;)e.right?e=e.right:(t=e.value,e=null);return t}remove(e,t=this.root){let s=null,n="left";for(;t;)if(e<t.value)s=t,t=t.left,n="left";else if(e>t.value)s=t,t=t.right,n="right";else{if(t.left||t.right)if(t.left)if(t.right){const e=this.min(t.right);this.remove(e,t.right),t.value=e}else s?s[n]=t.left:this.root=t.left;else s?s[n]=t.right:this.root=t.right;else s?s[n]=null:this.root=null;t=null}}static build(e){if(e&&0!==e.length){if(1===e.length){const t=new g;return t.add(e[0]),t}{const t=e.length>>1,s=new g;s.add(e[t]);const n=s.getRoot();if(n){if(t+1<e.length){const s=g.build(e.slice(t+1));n.right=s?s.getRoot():null}if(t-1>0){const s=g.build(e.slice(0,t-1));n.left=s?s.getRoot():null}}return s}}return null}}class h extends c{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,t,s){var n;let o=!0;if(null!=(n=this.gvl)&&n.vendors){const n=this.gvl.vendors[s];if(n)if(e===d.NOT_ALLOWED)o=n.legIntPurposes.includes(t)||n.purposes.includes(t);else if(n.flexiblePurposes.length)switch(e){case d.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(t)&&n.legIntPurposes.includes(t);break;case d.REQUIRE_LI:o=n.flexiblePurposes.includes(t)&&n.purposes.includes(t)}else o=!1;else o=!1}return o}add(e,t){if(this.isOkToHave(t.restrictionType,t.purposeId,e)){const s=t.hash;this.has(s)||(this.map.set(s,new g),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const t=this.gvl.vendorIds,s=e.hash,n=function(){let e;for(e of t);return e}(),o=[...Array(n).keys()].map((e=>e+1));for(let e=1;e<=n;e++)this.has(s)||(this.map.set(s,g.build(o)),this.bitLength=0),this.map.get(s).add(e)}getVendors(e){let t=[];if(e){const s=e.hash;this.has(s)&&(t=this.map.get(s).get())}else{const e=new Set;this.map.forEach((t=>{t.get().forEach((t=>{e.add(t)}))})),t=Array.from(e)}return t}getRestrictionType(e,t){let s;return this.getRestrictions(e).forEach((e=>{e.purposeId===t&&(void 0===s||s>e.restrictionType)&&(s=e.restrictionType)})),s}vendorHasRestriction(e,t){let s=!1;const n=this.getRestrictions(e);for(let e=0;e<n.length&&!s;e++)s=t.isSameAs(n[e]);return s}getMaxVendorId(){let e=0;return this.map.forEach((t=>{e=Math.max(t.max(),e)})),e}getRestrictions(e){const t=[];return this.map.forEach(((s,n)=>{e?s.contains(e)&&t.push(f.unHash(n)):t.push(f.unHash(n))})),t}getPurposes(){const e=new Set;return this.map.forEach(((t,s)=>{e.add(f.unHash(s).purposeId)})),Array.from(e)}remove(e,t){const s=t.hash,n=this.map.get(s);n&&(n.remove(e),n.isEmpty()&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach(((e,t)=>{const s=f.unHash(t);e.get().forEach((t=>{this.isOkToHave(s.restrictionType,s.purposeId,t)||e.remove(t)}))})))}get gvl(){return this.gvl_}isEmpty(){return 0===this.map.size}get numRestrictions(){return this.map.size}}!function(e){e.COOKIE="cookie",e.WEB="web",e.APP="app"}(u||(u={})),function(e){e.CORE="core",e.VENDORS_DISCLOSED="vendorsDisclosed",e.VENDORS_ALLOWED="vendorsAllowed",e.PUBLISHER_TC="publisherTC"}(p||(p={}));class A{static ID_TO_KEY=[p.CORE,p.VENDORS_DISCLOSED,p.VENDORS_ALLOWED,p.PUBLISHER_TC];static KEY_TO_ID={[p.CORE]:0,[p.VENDORS_DISCLOSED]:1,[p.VENDORS_ALLOWED]:2,[p.PUBLISHER_TC]:3}}class v extends c{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach((e=>this.unset(e))):"object"==typeof e?this.unset(Object.keys(e).map((e=>Number(e)))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach((e=>{this.maxId_=Math.max(this.maxId,e)}))))}isIntMap(e){let t="object"==typeof e;return t=t&&Object.keys(e).every((t=>{let s=Number.isInteger(parseInt(t,10));return s=s&&this.isValidNumber(e[t].id),s=s&&void 0!==e[t].name,s})),t}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let t=!1;return e instanceof Set&&(t=Array.from(e).every(this.isValidNumber)),t}set(e){if(Array.isArray(e))e.forEach((e=>this.set(e)));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map((e=>Number(e))));else{if(!this.isValidNumber(e))throw new l("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap");this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0}}empty(){this.set_=new Set}forEach(e){for(let t=1;t<=this.maxId;t++)e(this.has(t),t)}get size(){return this.set_.size}setAll(e){this.set(e)}}class Z{static[a.cmpId]=12;static[a.cmpVersion]=12;static[a.consentLanguage]=12;static[a.consentScreen]=6;static[a.created]=36;static[a.isServiceSpecific]=1;static[a.lastUpdated]=36;static[a.policyVersion]=6;static[a.publisherCountryCode]=12;static[a.publisherLegitimateInterests]=24;static[a.publisherConsents]=24;static[a.purposeConsents]=24;static[a.purposeLegitimateInterests]=24;static[a.purposeOneTreatment]=1;static[a.specialFeatureOptins]=12;static[a.useNonStandardStacks]=1;static[a.vendorListVersion]=12;static[a.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class b{static encode(e){return String(Number(e))}static decode(e){return"1"===e}}class w{static encode(e,t){let s;if("string"==typeof e&&(e=parseInt(e,10)),s=e.toString(2),s.length>t||e<0)throw new n(`${e} too large to encode into ${t}`);return s.length<t&&(s="0".repeat(t-s.length)+s),s}static decode(e,t){if(t!==e.length)throw new o("invalid bit length");return parseInt(e,2)}}class y{static encode(e,t){return w.encode(Math.round(e.getTime()/100),t)}static decode(e,t){if(t!==e.length)throw new o("invalid bit length");const s=new Date;return s.setTime(100*w.decode(e,t)),s}}class S{static encode(e,t){let s="";for(let n=1;n<=t;n++)s+=b.encode(e.has(n));return s}static decode(e,t){if(e.length!==t)throw new o("bitfield encoding length mismatch");const s=new v;for(let n=1;n<=t;n++)b.decode(e[n-1])&&s.set(n);return s.bitLength=e.length,s}}class C{static encode(e,t){const s=(e=e.toUpperCase()).charCodeAt(0)-65,o=e.charCodeAt(1)-65;if(s<0||s>25||o<0||o>25)throw new n(`invalid language code: ${e}`);if(t%2==1)throw new n(`numBits must be even, ${t} is not valid`);t/=2;return w.encode(s,t)+w.encode(o,t)}static decode(e,t){let s;if(t!==e.length||e.length%2)throw new o("invalid bit length for language");{const t=65,n=e.length/2,o=w.decode(e.slice(0,n),n)+t,r=w.decode(e.slice(n),n)+t;s=String.fromCharCode(o)+String.fromCharCode(r)}return s}}class _{static encode(e){let t=w.encode(e.numRestrictions,Z.numRestrictions);return e.isEmpty()||e.getRestrictions().forEach((s=>{t+=w.encode(s.purposeId,Z.purposeId),t+=w.encode(s.restrictionType,Z.restrictionType);const n=e.getVendors(s),o=n.length;let r=0,i=0,a="";for(let t=0;t<o;t++){const s=n[t];0===i&&(r++,i=s);const c=n[o-1],l=e.gvl.vendorIds,d=e=>{for(;++e<=c&&!l.has(e););return e};if(t===o-1||n[t+1]>d(s)){const e=!(s===i);a+=b.encode(e),a+=w.encode(i,Z.vendorId),e&&(a+=w.encode(s,Z.vendorId)),i=0}}t+=w.encode(r,Z.numEntries),t+=a})),t}static decode(e){let t=0;const s=new h,n=w.decode(e.substr(t,Z.numRestrictions),Z.numRestrictions);t+=Z.numRestrictions;for(let r=0;r<n;r++){const n=w.decode(e.substr(t,Z.purposeId),Z.purposeId);t+=Z.purposeId;const r=w.decode(e.substr(t,Z.restrictionType),Z.restrictionType);t+=Z.restrictionType;const i=new f(n,r),a=w.decode(e.substr(t,Z.numEntries),Z.numEntries);t+=Z.numEntries;for(let n=0;n<a;n++){const n=b.decode(e.substr(t,Z.anyBoolean));t+=Z.anyBoolean;const r=w.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,n){const n=w.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,n<r)throw new o(`Invalid RangeEntry: endVendorId ${n} is less than ${r}`);for(let e=r;e<=n;e++)s.add(e,i)}else s.add(r,i)}}return s.bitLength=t,s}}!function(e){e[e.FIELD=0]="FIELD",e[e.RANGE=1]="RANGE"}(m||(m={}));class k{static encode(e){const t=[];let s,n=[],o=w.encode(e.maxId,Z.maxId),r="";const i=Z.maxId+Z.encodingType,a=i+e.maxId,c=2*Z.vendorId+Z.singleOrRange+Z.numEntries;let l=i+Z.numEntries;return e.forEach(((o,i)=>{if(r+=b.encode(o),s=e.maxId>c&&l<a,s&&o){e.has(i+1)?0===n.length&&(n.push(i),l+=Z.singleOrRange,l+=Z.vendorId):(n.push(i),l+=Z.vendorId,t.push(n),n=[])}})),s?(o+=String(m.RANGE),o+=this.buildRangeEncoding(t)):(o+=String(m.FIELD),o+=r),o}static decode(e,t){let s,n=0;const r=w.decode(e.substr(n,Z.maxId),Z.maxId);n+=Z.maxId;const i=w.decode(e.charAt(n),Z.encodingType);if(n+=Z.encodingType,i===m.RANGE){if(s=new v,1===t){if("1"===e.substr(n,1))throw new o("Unable to decode default consent=1");n++}const r=w.decode(e.substr(n,Z.numEntries),Z.numEntries);n+=Z.numEntries;for(let t=0;t<r;t++){const t=b.decode(e.charAt(n));n+=Z.singleOrRange;const o=w.decode(e.substr(n,Z.vendorId),Z.vendorId);if(n+=Z.vendorId,t){const t=w.decode(e.substr(n,Z.vendorId),Z.vendorId);n+=Z.vendorId;for(let e=o;e<=t;e++)s.set(e)}else s.set(o)}}else{const t=e.substr(n,r);n+=r,s=S.decode(t,r)}return s.bitLength=n,s}static buildRangeEncoding(e){const t=e.length;let s=w.encode(t,Z.numEntries);return e.forEach((e=>{const t=1===e.length;s+=b.encode(!t),s+=w.encode(e[0],Z.vendorId),t||(s+=w.encode(e[1],Z.vendorId))})),s}}function I(){return{[a.version]:w,[a.created]:y,[a.lastUpdated]:y,[a.cmpId]:w,[a.cmpVersion]:w,[a.consentScreen]:w,[a.consentLanguage]:C,[a.vendorListVersion]:w,[a.policyVersion]:w,[a.isServiceSpecific]:b,[a.useNonStandardStacks]:b,[a.specialFeatureOptins]:S,[a.purposeConsents]:S,[a.purposeLegitimateInterests]:S,[a.purposeOneTreatment]:b,[a.publisherCountryCode]:C,[a.vendorConsents]:k,[a.vendorLegitimateInterests]:k,[a.publisherRestrictions]:_,segmentType:w,[a.vendorsDisclosed]:k,[a.vendorsAllowed]:k,[a.publisherConsents]:S,[a.publisherLegitimateInterests]:S,[a.numCustomPurposes]:w,[a.publisherCustomConsents]:S,[a.publisherCustomLegitimateInterests]:S}}class P{1={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.purposeConsents,a.vendorConsents]};2={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.policyVersion,a.isServiceSpecific,a.useNonStandardStacks,a.specialFeatureOptins,a.purposeConsents,a.purposeLegitimateInterests,a.purposeOneTreatment,a.publisherCountryCode,a.vendorConsents,a.vendorLegitimateInterests,a.publisherRestrictions],[p.PUBLISHER_TC]:[a.publisherConsents,a.publisherLegitimateInterests,a.numCustomPurposes,a.publisherCustomConsents,a.publisherCustomLegitimateInterests],[p.VENDORS_ALLOWED]:[a.vendorsAllowed],[p.VENDORS_DISCLOSED]:[a.vendorsDisclosed]}}class E{1=[p.CORE];2=[p.CORE];constructor(e,t){if(2===e.version)if(e.isServiceSpecific)this[2].push(p.PUBLISHER_TC);else{const s=!(!t||!t.isForVendors);s&&!0!==e[a.supportOOB]||this[2].push(p.VENDORS_DISCLOSED),s&&(e[a.supportOOB]&&e[a.vendorsAllowed].size>0&&this[2].push(p.VENDORS_ALLOWED),this[2].push(p.PUBLISHER_TC))}}}class T{static fieldSequence=new P;static encode(e,t){let s;try{s=this.fieldSequence[String(e.version)][t]}catch(s){throw new n(`Unable to encode version: ${e.version}, segment: ${t}`)}let o="";t!==p.CORE&&(o=w.encode(A.KEY_TO_ID[t],Z.segmentType));const i=I();return s.forEach((s=>{const r=e[s],c=i[s];let l=Z[s];void 0===l&&this.isPublisherCustom(s)&&(l=Number(e[a.numCustomPurposes]));try{o+=c.encode(r,l)}catch(e){throw new n(`Error encoding ${t}->${s}: ${e.message}`)}})),r.encode(o)}static decode(e,t,s){const n=r.decode(e);let i=0;s===p.CORE&&(t.version=w.decode(n.substr(i,Z[a.version]),Z[a.version])),s!==p.CORE&&(i+=Z.segmentType);const c=this.fieldSequence[String(t.version)][s],l=I();return c.forEach((e=>{const s=l[e];let r=Z[e];if(void 0===r&&this.isPublisherCustom(e)&&(r=Number(t[a.numCustomPurposes])),0!==r){const a=n.substr(i,r);if(t[e]=s===k?s.decode(a,t.version):s.decode(a,r),Number.isInteger(r))i+=r;else{if(!Number.isInteger(t[e].bitLength))throw new o(e);i+=t[e].bitLength}}})),t}static isPublisherCustom(e){return 0===e.indexOf("publisherCustom")}}class O{static processor=[e=>e,(e,t)=>{e.publisherRestrictions.gvl=t,e.purposeLegitimateInterests.unset(1);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach(((s,n)=>{s.forEach(((o,r)=>{if(o){const o=t.vendors[r];if(!o||o.deletedDate)s.unset(r);else if(0===o[n].length)if("legIntPurposes"===n&&0===o.purposes.length&&0===o.legIntPurposes.length&&o.specialPurposes.length>0);else if(e.isServiceSpecific)if(0===o.flexiblePurposes.length)s.unset(r);else{const t=e.publisherRestrictions.getRestrictions(r);let o=!1;for(let e=0,s=t.length;e<s&&!o;e++)o=t[e].restrictionType===d.REQUIRE_CONSENT&&"purposes"===n||t[e].restrictionType===d.REQUIRE_LI&&"legIntPurposes"===n;o||s.unset(r)}else s.unset(r)}}))})),e.vendorsDisclosed.set(t.vendors),e}];static process(e,t){const s=e.gvl;if(!s)throw new n("Unable to encode TCModel without a GVL");if(!s.isReady)throw new n("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");(e=e.clone()).consentLanguage=s.language.toUpperCase(),(null==t?void 0:t.version)>0&&(null==t?void 0:t.version)<=this.processor.length?e.version=t.version:e.version=this.processor.length;const o=e.version-1;if(!this.processor[o])throw new n(`Invalid version: ${e.version}`);return this.processor[o](e,s)}}class L extends Error{constructor(e){super(e),this.name="GVLError"}}class ${static absCall(e,t,s,n){return new Promise(((o,r)=>{const i=new XMLHttpRequest;i.withCredentials=s,i.addEventListener("load",(()=>{if(i.readyState==XMLHttpRequest.DONE)if(i.status>=200&&i.status<300){let e=i.response;if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}o(e)}else r(new Error(`HTTP Status: ${i.status} response type: ${i.responseType}`))})),i.addEventListener("error",(()=>{r(new Error("error"))})),i.addEventListener("abort",(()=>{r(new Error("aborted"))})),null===t?i.open("GET",e,!0):i.open("POST",e,!0),i.responseType="json",i.timeout=n,i.ontimeout=()=>{r(new Error("Timeout "+n+"ms "+e))},i.send(t)}))}static post(e,t,s=!1,n=0){return this.absCall(e,JSON.stringify(t),s,n)}static fetch(e,t=!1,s=0){return this.absCall(e,null,t,s)}}class x extends c{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new i;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new L("Invalid baseUrl!  You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&"/"!==e[e.length-1]&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;lang_;isLatest=!1;constructor(e){super();let t=x.baseUrl;if(this.lang_=x.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!t)throw new L("must specify GVL.baseUrl before loading GVL json");if(e>0){const s=e;x.CACHE.has(s)?(this.populate(x.CACHE.get(s)),this.readyPromise=Promise.resolve()):(t+=x.versionedFilename.replace("[VERSION]",String(s)),this.readyPromise=this.fetchJson(t))}else x.CACHE.has(x.LATEST_CACHE_KEY)?(this.populate(x.CACHE.get(x.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(t+x.latestFilename))}}static emptyLanguageCache(e){let t=!1;return void 0===e&&x.LANGUAGE_CACHE.size>0?(x.LANGUAGE_CACHE=new Map,t=!0):"string"==typeof e&&this.consentLanguages.has(e.toUpperCase())&&(x.LANGUAGE_CACHE.delete(e.toUpperCase()),t=!0),t}static emptyCache(e){let t=!1;return Number.isInteger(e)&&e>=0?(x.CACHE.delete(e),t=!0):void 0===e&&(x.CACHE=new Map,t=!0),t}cacheLanguage(){x.LANGUAGE_CACHE.has(this.lang_)||x.LANGUAGE_CACHE.set(this.lang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks})}async fetchJson(e){try{this.populate(await $.fetch(e))}catch(e){throw new L(e.message)}}getJson(){return JSON.parse(JSON.stringify({gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,vendors:this.fullVendorList}))}async changeLanguage(e){const t=e.toUpperCase();if(!x.consentLanguages.has(t))throw new L(`unsupported language ${e}`);if(t!==this.lang_)if(this.lang_=t,x.LANGUAGE_CACHE.has(t)){const e=x.LANGUAGE_CACHE.get(t);for(const t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}else{const t=x.baseUrl+x.languageFilename.replace("[LANG]",e);try{await this.fetchJson(t),this.cacheLanguage()}catch(e){throw new L("unable to load language: "+e.message)}}}get language(){return this.lang_}isVendorList(e){return void 0!==e&&void 0!==e.vendors}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,"string"==typeof this.lastUpdated&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&x.CACHE.set(x.LATEST_CACHE_KEY,this.getJson()),x.CACHE.has(this.vendorListVersion)||x.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach((e=>{this.byPurposeVendorMap[e]={legInt:new Set,consent:new Set,flexible:new Set}})),Object.keys(this.specialPurposes).forEach((e=>{this.bySpecialPurposeVendorMap[e]=new Set})),Object.keys(this.features).forEach((e=>{this.byFeatureVendorMap[e]=new Set})),Object.keys(this.specialFeatures).forEach((e=>{this.bySpecialFeatureVendorMap[e]=new Set})),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map((e=>+e))),this.vendorIds=new Set(e),this.vendors_=e.reduce(((e,t)=>{const s=this.vendors_[String(t)];return s&&void 0===s.deletedDate&&(s.purposes.forEach((e=>{this.byPurposeVendorMap[String(e)].consent.add(t)})),s.specialPurposes.forEach((e=>{this.bySpecialPurposeVendorMap[String(e)].add(t)})),s.legIntPurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].legInt.add(t)})),s.flexiblePurposes&&s.flexiblePurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].flexible.add(t)})),s.features.forEach((e=>{this.byFeatureVendorMap[String(e)].add(t)})),s.specialFeatures.forEach((e=>{this.bySpecialFeatureVendorMap[String(e)].add(t)})),e[t]=s),e}),{})}getFilteredVendors(e,t,s,n){const o=e.charAt(0).toUpperCase()+e.slice(1);let r;const i={};return r="purpose"===e&&s?this["by"+o+"VendorMap"][String(t)][s]:this["by"+(n?"Special":"")+o+"VendorMap"][String(t)],r.forEach((e=>{i[String(e)]=this.vendors[String(e)]})),i}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new x(this.getJson());return this.lang_!==x.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return"object"==typeof e&&"function"==typeof e.narrowVendorsTo}}class D extends c{static consentLanguages=x.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardStacks_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=2;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new v;purposeConsents=new v;purposeLegitimateInterests=new v;publisherConsents=new v;publisherLegitimateInterests=new v;publisherCustomConsents=new v;publisherCustomLegitimateInterests=new v;customPurposes;vendorConsents=new v;vendorLegitimateInterests=new v;vendorsDisclosed=new v;vendorsAllowed=new v;publisherRestrictions=new h;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){x.isInstanceOf(e)||(e=new x(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),!(Number.isInteger(e)&&e>1))throw new l("cmpId",e);this.cmpId_=e}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("cmpVersion",e);this.cmpVersion_=e}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("consentScreen",e);this.consentScreen_=e}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(!/^([A-z]){2}$/.test(e))throw new l("publisherCountryCode",e);this.publisherCountryCode_=e.toUpperCase()}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if((e=Number(e)>>0)<0)throw new l("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new l("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardStacks(e){this.useNonStandardStacks_=e}get useNonStandardStacks(){return this.useNonStandardStacks_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if("object"==typeof this.customPurposes){const t=Object.keys(this.customPurposes).sort(((e,t)=>Number(e)-Number(t)));e=parseInt(t.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new l("numCustomPurposes",e)}updated(){const e=new Date,t=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=t,this.lastUpdated=t}}class j{static encode(e,t){let s,n="";return e=O.process(e,t),s=Array.isArray(null==t?void 0:t.segments)?t.segments:new E(e,t)[""+e.version],s.forEach(((t,o)=>{let r="";o<s.length-1&&(r="."),n+=T.encode(e,t)+r})),n}static decode(e,t){const s=e.split("."),n=s.length;t||(t=new D);for(let e=0;e<n;e++){const n=s[e],o=r.decode(n.charAt(0)).substr(0,Z.segmentType),i=A.ID_TO_KEY[w.decode(o,Z.segmentType).toString()];T.decode(n,t,i)}return t}}}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return s[e].call(r.exports,r,r.exports,o),r.exports}o.m=s,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var s in t)o.o(t,s)&&!o.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,s)=>(o.f[s](e,t),t)),[])),o.u=e=>"2.4.891/wpjslib-chunk-sgap-"+{124:"aab",345:"diagnostic",416:"whitelist",599:"notification",730:"performance",831:"cb"}[e]+".js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="__proto__1697115753693__:",o.l=(s,n,r,i)=>{if(e[s])e[s].push(n);else{var a,c;if(void 0!==r)for(var l=document.getElementsByTagName("script"),d=0;d<l.length;d++){var u=l[d];if(u.getAttribute("src")==s||u.getAttribute("data-webpack")==t+r){a=u;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",t+r),a.src=s),e[s]=[n];var p=(t,n)=>{a.onerror=a.onload=null,clearTimeout(m);var o=e[s];if(delete e[s],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((e=>e(n))),t)return t(n)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),c&&document.head.appendChild(a)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.p="https://std.wpcdn.pl/wpjslib6/",(()=>{var e={765:0};o.f.j=(t,s)=>{var n=o.o(e,t)?e[t]:void 0;if(0!==n)if(n)s.push(n[2]);else{var r=new Promise(((s,o)=>n=e[t]=[s,o]));s.push(n[2]=r);var i=o.p+o.u(t),a=new Error;o.l(i,(s=>{if(o.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var r=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.src;a.message="Loading chunk "+t+" failed.\n("+r+": "+i+")",a.name="ChunkLoadError",a.type=r,a.request=i,n[1](a)}}),"chunk-"+t,t)}};var t=(t,s)=>{var n,r,[i,a,c]=s,l=0;if(i.some((t=>0!==e[t]))){for(n in a)o.o(a,n)&&(o.m[n]=a[n]);if(c)c(o)}for(t&&t(s);l<i.length;l++)r=i[l],o.o(e,r)&&e[r]&&e[r][0](),e[r]=0},s=self.webpackChunk_proto_1697115753693_=self.webpackChunk_proto_1697115753693_||[];s.forEach(t.bind(null,0)),s.push=t.bind(null,s.push.bind(s))})(),(()=>{"use strict";o(8017);var e=o(1114),t=o(703),s=o(3574),n=o(4024),r=o(1774),i=o(5068),a=o(7003),c=o(3205),l=o(7384),d=o(5150);const u=(e,t)=>{const s=`"${t?` crossorigin="${!0===t?"anonymous":t}"`:""}><\/script>`,n='<script src="'+encodeURI((0,d.Z)(e))+s;document.write(n)};var p=o(2647);const m=(e,o)=>{r.default.es6=!0,r.default.bucket=r.default.es6?"wpjslib6":"wpjslib",r.default.canary=!1,(0,p.ZP)();const d=(e,t)=>{const s=(0,a.Z)();document.readyState.includes("te")||s&&(s.async||s.defer||"module"===s.type)||r.default.es6?(0,i.Z)({src:e,crossorigin:!0,onLoad:t,onError:t}):(u(e,!0),c.Z.f(t)&&t())},m=()=>{const s=(0,l.Z)("wplib"),i=(0,l.Z)("wplib5"),a=(0,l.Z)("wplib6");if(s||i||a){const c=(0,t.qm)("dev")||e,{variants:l={}}=r.default,u=!l[c];if(r.default.variants=l,u){l[c]=!0;let e,{bucket:t}=r.default;a?(t="wpjslib6",e=a[2]):i?(t="wpjslib",e=i[2]):s&&(e=s[2]),r.default.mode=!0,r.default.branch=e,r.default.bucket=t;const o=(0,n.Z)(t,e,c,r.default.mode,"js",r.default.canary);d(o)}else o()}else o()},f=(0,l.Z)("prebidConfig");null!=f&&f[2]&&!r.default.prebidConfig?(r.default.prebidConfig=f[2],d(`${s.Z}mocks/adv/config/inline/${r.default.prebidConfig}.js`,m)):m()};var f=o(1489),g=o(2395),h=o(1327);const A=()=>{if((0,t.qm)("noerror"))return;const e=(e,t,s,n,o)=>{if(c.Z.o(e))(0,h.Z)(e);else{const r=o||{message:e,fileName:t,lineNumber:s,colNumber:n};(0,h.Z)({error:r})}},s=window.onerror;if(null!=s&&s.toString){if(s.toString().includes("message.includes(magic")){const e=f.Ey;(0,g.o)("onerror",e,!0,!0)}}window.onerror=((e,t)=>function(...s){return e&&e.apply(this,s),t.apply(this,s),!1})(s,e),window.addEventListener("unhandledrejection",e,!1)};var v=o(1530),Z=o(9349),b=o(4190);const w=(e,t,s,n,o=!1)=>{!o&&r.default.initialized?(0,Z.Z)("WPJSlib was initialized multiple times.","error"):(r.default.ver="2.4.891",r.default.buildDate="2023-10-12 15:02:33",r.default.uniformVer="1.3.53",r.default.subver=e,o||(r.default.initialized=!0),(0,Z.Z)(`WPJSlib ${r.default.es6?"ES6":"ES5"} ${r.default.ver} ${r.default.subver} (${r.default.buildDate})`,"info"),(0,v.Z)("WPJSlib ES6",r.default.es6),A(),(0,b.Z)("WPJS",t,s),(0,b.Z)("flush",n))};m("wpjslib-sgap",(()=>{w("sgap",(e=>{o(6419).Z(e),o(2500).Z(e),o(3545).Z(e)}),e.WP,e.y)}))})()})();