/*! @wpver ! WPJSlib ES6 production 2.4.253 2.4.253/wpjslib-chunk-wpjslib-sgap (8 mar 2021, 12:22:53) */(()=>{var e,t,n={6231:function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,s=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=s.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=s.return)&&n.call(s)}finally{if(o)throw o.error}}return i},o=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0});var s=n(3073),i=n(7638),a=n(7276),c=n(5410),d=n(7578);t.API_KEY="__tcfapi";var l=function(){function e(e){this.customCommands=e;try{this.callQueue=window[t.API_KEY]()||[]}catch(e){this.callQueue=[]}finally{window[t.API_KEY]=this.apiCall.bind(this),this.purgeQueuedCalls()}}return e.prototype.apiCall=function(e,t,n){for(var r,l=[],u=3;u<arguments.length;u++)l[u-3]=arguments[u];if("string"!=typeof e)n(null,!1);else if(d.SupportedVersions.has(t)){if("function"!=typeof n)throw new Error("invalid callback function");a.CmpApiModel.disabled?n(new c.Disabled,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?(r=this.customCommands)[e].apply(r,o([n],l)):e===s.TCFCommand.PING?this.isCustomCommand(e)?new i.CommandMap[e](this.customCommands[e],l[0],null,n):new i.CommandMap[e](n,l[0]):void 0===a.CmpApiModel.tcModel?this.callQueue.push(o([e,t,n],l)):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new i.CommandMap[e](this.customCommands[e],l[0],null,n):new i.CommandMap[e](n,l[0]):n(null,!1)}else n(null,!1)},e.prototype.purgeQueuedCalls=function(){var e=this.callQueue;this.callQueue=[],e.forEach((function(e){window[t.API_KEY].apply(window,o(e))}))},e.prototype.isCustomCommand=function(e){return this.customCommands&&"function"==typeof this.customCommands[e]},e.prototype.isBuiltInCommand=function(e){return void 0!==i.CommandMap[e]},e}();t.CallResponder=l},1602:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(7276),o=n(7386),s=n(6231),i=n(6139),a=function(){function e(e,t,n,o){void 0===n&&(n=!1),this.numUpdates=0,this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),r.CmpApiModel.cmpId=e,r.CmpApiModel.cmpVersion=t,this.isServiceSpecific=!!n,this.callResponder=new s.CallResponder(o)}return Object.defineProperty(e.prototype,"tcModel",{set:function(e){console.error("@iabtcf/cmpapi: As of v1.0.0-beta.21 setting tcModel via CmpApi.tcModel is deprecated.  Use cmpApi.update(tcString, uiVisible) instead")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tcString",{set:function(e){console.error("@iabtcf/cmpapi: As of v1.0.0-beta.21 setting tcString via CmpApi.tcString is deprecated.  Use cmpApi.update(tcString, uiVisible) instead")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"uiVisible",{set:function(e){console.error("@iabtcf/cmpapi: As of v1.0.0-beta.21 setting uiVisible via CmpApi.uiVisible is deprecated.  Use cmpApi.update(tcString, uiVisible) instead")},enumerable:!0,configurable:!0}),e.prototype.throwIfInvalidInt=function(e,t,n){if(!("number"==typeof e&&Number.isInteger(e)&&e>=n))throw new Error("Invalid "+t+": "+e)},e.prototype.update=function(e,t){if(void 0===t&&(t=!1),r.CmpApiModel.disabled)throw new Error("CmpApi Disabled");r.CmpApiModel.cmpStatus=o.CmpStatus.LOADED,t?(r.CmpApiModel.displayStatus=o.DisplayStatus.VISIBLE,r.CmpApiModel.eventStatus=o.EventStatus.CMP_UI_SHOWN):void 0===r.CmpApiModel.tcModel?(r.CmpApiModel.displayStatus=o.DisplayStatus.DISABLED,r.CmpApiModel.eventStatus=o.EventStatus.TC_LOADED):(r.CmpApiModel.displayStatus=o.DisplayStatus.HIDDEN,r.CmpApiModel.eventStatus=o.EventStatus.USER_ACTION_COMPLETE),r.CmpApiModel.gdprApplies=null!==e,r.CmpApiModel.gdprApplies?(""===e?(r.CmpApiModel.tcModel=new i.TCModel,r.CmpApiModel.tcModel.cmpId=r.CmpApiModel.cmpId,r.CmpApiModel.tcModel.cmpVersion=r.CmpApiModel.cmpVersion):r.CmpApiModel.tcModel=i.TCString.decode(e),r.CmpApiModel.tcModel.isServiceSpecific=this.isServiceSpecific,r.CmpApiModel.tcfPolicyVersion=+r.CmpApiModel.tcModel.policyVersion,r.CmpApiModel.tcString=e):r.CmpApiModel.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():r.CmpApiModel.eventQueue.exec(),this.numUpdates++},e.prototype.disable=function(){r.CmpApiModel.disabled=!0,r.CmpApiModel.cmpStatus=o.CmpStatus.ERROR},e}();t.CmpApi=a},7276:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(7386),o=n(3351),s=function(){function e(){}return e.reset=function(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=r.CmpStatus.LOADING,this.disabled=!1,this.displayStatus=r.DisplayStatus.HIDDEN,this.eventQueue.clear()},e.apiVersion="2",e.eventQueue=new o.EventListenerQueue,e.cmpStatus=r.CmpStatus.LOADING,e.disabled=!1,e.displayStatus=r.DisplayStatus.HIDDEN,e}();t.CmpApiModel=s},3351:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1373),o=function(){function e(){this.eventQueue=new Map,this.queueNumber=0}return e.prototype.add=function(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++},e.prototype.remove=function(e){return this.eventQueue.delete(e)},e.prototype.exec=function(){this.eventQueue.forEach((function(e,t){new r.GetTCDataCommand(e.callback,e.param,t,e.next)}))},e.prototype.clear=function(){this.queueNumber=0,this.eventQueue.clear()},Object.defineProperty(e.prototype,"size",{get:function(){return this.eventQueue.size},enumerable:!0,configurable:!0}),e}();t.EventListenerQueue=o},7578:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.has=function(e){return"string"==typeof e&&(e=+e),this.set_.has(e)},e.set_=new Set([0,2,void 0,null]),e}();t.SupportedVersions=n},9143:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7276),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){this.listenerId=s.CmpApiModel.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),e.prototype.respond.call(this)},t}(n(1373).GetTCDataCommand);t.AddEventListenerCommand=i},7648:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e,t,n,r){this.success=!0,Object.assign(this,{callback:e,listenerId:n,param:t,next:r});try{this.respond()}catch(e){this.invokeCallback(null)}}return e.prototype.invokeCallback=function(e){null!==e?"function"==typeof this.next?this.callback(this.next,e,!0):this.callback(e,!0):this.callback(e,!1)},e}();t.Command=n},7638:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6109),o=n(1373),s=n(4098),i=n(3376),a=n(9143),c=n(9238),d=n(128),l=function(){function e(){}var t,n,l,u,p,f;return t=d.TCFCommand.PING,n=d.TCFCommand.GET_TC_DATA,l=d.TCFCommand.GET_IN_APP_TC_DATA,u=d.TCFCommand.GET_VENDOR_LIST,p=d.TCFCommand.ADD_EVENT_LISTENER,f=d.TCFCommand.REMOVE_EVENT_LISTENER,e[t]=r.PingCommand,e[n]=o.GetTCDataCommand,e[l]=s.GetInAppTCDataCommand,e[u]=i.GetVendorListCommand,e[p]=a.AddEventListenerCommand,e[f]=c.RemoveEventListenerCommand,e}();t.CommandMap=l},4098:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(1373),i=n(9152),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){this.throwIfParamInvalid(),this.invokeCallback(new i.InAppTCData(this.param))},t}(s.GetTCDataCommand);t.GetInAppTCDataCommand=a},1373:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7648),i=n(9152),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){this.throwIfParamInvalid(),this.invokeCallback(new i.TCData(this.param,this.listenerId))},t.prototype.throwIfParamInvalid=function(){if(!(void 0===this.param||Array.isArray(this.param)&&this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")},t}(s.Command);t.GetTCDataCommand=a},3376:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7276),i=n(7648),a=n(6139),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){var e,t=this,n=s.CmpApiModel.tcModel,r=n.vendorListVersion;void 0===this.param&&(this.param=r),(e=this.param===r&&n.gvl?n.gvl:new a.GVL(this.param)).readyPromise.then((function(){t.invokeCallback(e.getJson())}))},t}(i.Command);t.GetVendorListCommand=c},6109:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(9152),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){this.invokeCallback(new s.Ping)},t}(n(7648).Command);t.PingCommand=i},9238:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7276),i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.respond=function(){this.invokeCallback(s.CmpApiModel.eventQueue.remove(this.param))},t}(n(7648).Command);t.RemoveEventListenerCommand=i},128:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.TCFCommand||(t.TCFCommand={})).PING="ping",n.GET_TC_DATA="getTCData",n.GET_IN_APP_TC_DATA="getInAppTCData",n.GET_VENDOR_LIST="getVendorList",n.ADD_EVENT_LISTENER="addEventListener",n.REMOVE_EVENT_LISTENER="removeEventListener"},3073:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(128))},3399:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(3073)),r(n(9152)),r(n(7386)),r(n(1602));var o=n(6231);t.API_KEY=o.API_KEY},5410:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7211),i=n(7386),a=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.cmpStatus=i.CmpStatus.ERROR,t}return o(t,e),t}(s.Response);t.Disabled=a},5327:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,s=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=s.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=s.return)&&n.call(s)}finally{if(o)throw o.error}}return i},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(s(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t){var n=e.call(this,t)||this;return delete n.outOfBand,n}return o(t,e),t.prototype.createVectorField=function(e){return i(e).reduce((function(e,t){return e+(t[1]?"1":"0")}),"")},t.prototype.createRestrictions=function(e){var t={};if(e.numRestrictions>0){var n=e.getMaxVendorId();e.getRestrictions().forEach((function(e){t[e.purposeId.toString()]="_".repeat(n)}));for(var r=function(n){var r=n+1;e.getRestrictions(r).forEach((function(e){var r=e.restrictionType.toString(),o=e.purposeId.toString(),s=t[o].substr(0,n),i=t[o].substr(n+1);t[o]=s+r+i}))},o=0;o<n;o++)r(o)}return t},t}(n(12).TCData);t.InAppTCData=a},9930:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7276),i=function(e){function t(){var t=e.call(this)||this;return t.cmpLoaded=!0,t.cmpStatus=s.CmpApiModel.cmpStatus,t.displayStatus=s.CmpApiModel.displayStatus,t.apiVersion=""+s.CmpApiModel.apiVersion,s.CmpApiModel.tcModel&&s.CmpApiModel.tcModel.vendorListVersion&&(t.gvlVersion=+s.CmpApiModel.tcModel.vendorListVersion),t}return o(t,e),t}(n(7211).Response);t.Ping=i},7211:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(7276);t.Response=function(){this.cmpId=r.CmpApiModel.cmpId,this.cmpVersion=r.CmpApiModel.cmpVersion,this.gdprApplies=r.CmpApiModel.gdprApplies,this.tcfPolicyVersion=r.CmpApiModel.tcfPolicyVersion}},12:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,s=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=s.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=s.return)&&n.call(s)}finally{if(o)throw o.error}}return i},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(s(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0});var a=n(7276),c=function(e){function t(t,n){var r=e.call(this)||this;if(r.eventStatus=a.CmpApiModel.eventStatus,r.cmpStatus=a.CmpApiModel.cmpStatus,r.listenerId=n,a.CmpApiModel.gdprApplies){var o=a.CmpApiModel.tcModel;r.tcString=a.CmpApiModel.tcString,r.isServiceSpecific=o.isServiceSpecific,r.useNonStandardStacks=o.useNonStandardStacks,r.purposeOneTreatment=o.purposeOneTreatment,r.publisherCC=o.publisherCountryCode,r.outOfBand={allowedVendors:r.createVectorField(o.vendorsAllowed,t),disclosedVendors:r.createVectorField(o.vendorsDisclosed,t)},r.purpose={consents:r.createVectorField(o.purposeConsents),legitimateInterests:r.createVectorField(o.purposeLegitimateInterests)},r.vendor={consents:r.createVectorField(o.vendorConsents,t),legitimateInterests:r.createVectorField(o.vendorLegitimateInterests,t)},r.specialFeatureOptins=r.createVectorField(o.specialFeatureOptins),r.publisher={consents:r.createVectorField(o.publisherConsents),legitimateInterests:r.createVectorField(o.publisherLegitimateInterests),customPurpose:{consents:r.createVectorField(o.publisherCustomConsents),legitimateInterests:r.createVectorField(o.publisherCustomLegitimateInterests)},restrictions:r.createRestrictions(o.publisherRestrictions)}}return r}return o(t,e),t.prototype.createRestrictions=function(e){var t={};if(e.numRestrictions>0)for(var n=e.getMaxVendorId(),r=function(n){var r=n.toString();e.getRestrictions(n).forEach((function(e){var n=e.purposeId.toString();t[n]||(t[n]={}),t[n][r]=e.restrictionType}))},o=1;o<=n;o++)r(o);return t},t.prototype.createVectorField=function(e,t){return t?t.reduce((function(t,n){return t[n+""]=e.has(+n),t}),{}):i(e).reduce((function(e,t){return e[t[0].toString(10)]=t[1],e}),{})},t}(n(7211).Response);t.TCData=c},9152:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(5410)),r(n(5327)),r(n(9930)),r(n(7211)),r(n(12))},2832:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.CmpStatus||(t.CmpStatus={})).STUB="stub",n.LOADING="loading",n.LOADED="loaded",n.ERROR="error"},9079:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.DisplayStatus||(t.DisplayStatus={})).VISIBLE="visible",n.HIDDEN="hidden",n.DISABLED="disabled"},8086:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.EventStatus||(t.EventStatus={})).TC_LOADED="tcloaded",n.CMP_UI_SHOWN="cmpuishown",n.USER_ACTION_COMPLETE="useractioncomplete"},7386:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(2832)),r(n(9079)),r(n(8086))},8715:function(e,t){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){}return e.prototype.clone=function(){var e=this,t=new this.constructor;return Object.keys(this).forEach((function(n){var r=e.deepClone(e[n]);void 0!==r&&(t[n]=r)})),t},e.prototype.deepClone=function(e){var t,r,o=typeof e;if("number"===o||"string"===o||"boolean"===o)return e;if(null!==e&&"object"===o){if("function"==typeof e.clone)return e.clone();if(e instanceof Date)return new Date(e.getTime());if(void 0!==e[Symbol.iterator]){var s=[];try{for(var i=n(e),a=i.next();!a.done;a=i.next()){var c=a.value;s.push(this.deepClone(c))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}return e instanceof Array?s:new e.constructor(s)}var d={};for(var l in e)e.hasOwnProperty(l)&&(d[l]=this.deepClone(e[l]));return d}},e}();t.Cloneable=r},7687:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,s){function i(e){try{c(r.next(e))}catch(e){s(e)}}function a(e){try{c(r.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,a)}c((r=r.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var n,r,o,s,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=(o=i.trys).length>0&&o[o.length-1])&&(6===s[0]||2===s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(8715),c=n(2807),d=n(7886),l=n(3836),u=function(e){function t(n){var r=e.call(this)||this;r.isReady_=!1,r.isLatest=!1;var o=t.baseUrl;if(r.lang_=t.DEFAULT_LANGUAGE,r.isVendorList(n))r.populate(n),r.readyPromise=Promise.resolve();else{if(!o)throw new c.GVLError("must specify GVL.baseUrl before loading GVL json");if(n>0){var s=n;t.CACHE.has(s)?(r.populate(t.CACHE.get(s)),r.readyPromise=Promise.resolve()):(o+=t.versionedFilename.replace("[VERSION]",s+""),r.readyPromise=r.fetchJson(o))}else t.CACHE.has(t.LATEST_CACHE_KEY)?(r.populate(t.CACHE.get(t.LATEST_CACHE_KEY)),r.readyPromise=Promise.resolve()):(r.isLatest=!0,r.readyPromise=r.fetchJson(o+t.latestFilename))}return r}return o(t,e),Object.defineProperty(t,"baseUrl",{get:function(){return this.baseUrl_},set:function(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new c.GVLError("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},enumerable:!0,configurable:!0}),t.emptyLanguageCache=function(e){var n=!1;return void 0===e&&t.LANGUAGE_CACHE.size>0?(t.LANGUAGE_CACHE=new Map,n=!0):"string"==typeof e&&this.consentLanguages.has(e.toUpperCase())&&(t.LANGUAGE_CACHE.delete(e.toUpperCase()),n=!0),n},t.emptyCache=function(e){var n=!1;return Number.isInteger(e)&&e>=0?(t.CACHE.delete(e),n=!0):void 0===e&&(t.CACHE=new Map,n=!0),n},t.prototype.cacheLanguage=function(){t.LANGUAGE_CACHE.has(this.lang_)||t.LANGUAGE_CACHE.set(this.lang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks})},t.prototype.fetchJson=function(e){return s(this,void 0,void 0,(function(){var t,n;return i(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),t=this.populate,[4,d.Json.fetch(e)];case 1:return t.apply(this,[r.sent()]),[3,3];case 2:throw n=r.sent(),new c.GVLError(n.message);case 3:return[2]}}))}))},t.prototype.getJson=function(){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}))},t.prototype.changeLanguage=function(e){return s(this,void 0,void 0,(function(){var n,r,o,s,a;return i(this,(function(i){switch(i.label){case 0:if(n=e.toUpperCase(),!t.consentLanguages.has(n))return[3,6];if(n===this.lang_)return[3,5];if(this.lang_=n,!t.LANGUAGE_CACHE.has(n))return[3,1];for(o in r=t.LANGUAGE_CACHE.get(n))r.hasOwnProperty(o)&&(this[o]=r[o]);return[3,5];case 1:s=t.baseUrl+t.languageFilename.replace("[LANG]",e),i.label=2;case 2:return i.trys.push([2,4,,5]),[4,this.fetchJson(s)];case 3:return i.sent(),this.cacheLanguage(),[3,5];case 4:throw a=i.sent(),new c.GVLError("unable to load language: "+a.message);case 5:return[3,7];case 6:throw new c.GVLError("unsupported language "+e);case 7:return[2]}}))}))},Object.defineProperty(t.prototype,"language",{get:function(){return this.lang_},enumerable:!0,configurable:!0}),t.prototype.isVendorList=function(e){return void 0!==e&&void 0!==e.vendors},t.prototype.populate=function(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&&t.CACHE.set(t.LATEST_CACHE_KEY,this.getJson()),t.CACHE.has(this.vendorListVersion)||t.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()},t.prototype.mapVendors=function(e){var t=this;this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach((function(e){t.byPurposeVendorMap[e]={legInt:new Set,consent:new Set,flexible:new Set}})),Object.keys(this.specialPurposes).forEach((function(e){t.bySpecialPurposeVendorMap[e]=new Set})),Object.keys(this.features).forEach((function(e){t.byFeatureVendorMap[e]=new Set})),Object.keys(this.specialFeatures).forEach((function(e){t.bySpecialFeatureVendorMap[e]=new Set})),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map((function(e){return+e}))),this.vendorIds=new Set(e),this.vendors_=e.reduce((function(e,n){var r=t.vendors_[""+n];return r&&void 0===r.deletedDate&&(r.purposes.forEach((function(e){t.byPurposeVendorMap[e+""].consent.add(n)})),r.specialPurposes.forEach((function(e){t.bySpecialPurposeVendorMap[e+""].add(n)})),r.legIntPurposes.forEach((function(e){t.byPurposeVendorMap[e+""].legInt.add(n)})),r.flexiblePurposes&&r.flexiblePurposes.forEach((function(e){t.byPurposeVendorMap[e+""].flexible.add(n)})),r.features.forEach((function(e){t.byFeatureVendorMap[e+""].add(n)})),r.specialFeatures.forEach((function(e){t.bySpecialFeatureVendorMap[e+""].add(n)})),e[n]=r),e}),{})},t.prototype.getFilteredVendors=function(e,t,n,r){var o=this,s=e.charAt(0).toUpperCase()+e.slice(1),i={};return("purpose"===e&&n?this["by"+s+"VendorMap"][t+""][n]:this["by"+(r?"Special":"")+s+"VendorMap"][t+""]).forEach((function(e){i[e+""]=o.vendors[e+""]})),i},t.prototype.getVendorsWithConsentPurpose=function(e){return this.getFilteredVendors("purpose",e,"consent")},t.prototype.getVendorsWithLegIntPurpose=function(e){return this.getFilteredVendors("purpose",e,"legInt")},t.prototype.getVendorsWithFlexiblePurpose=function(e){return this.getFilteredVendors("purpose",e,"flexible")},t.prototype.getVendorsWithSpecialPurpose=function(e){return this.getFilteredVendors("purpose",e,void 0,!0)},t.prototype.getVendorsWithFeature=function(e){return this.getFilteredVendors("feature",e)},t.prototype.getVendorsWithSpecialFeature=function(e){return this.getFilteredVendors("feature",e,void 0,!0)},Object.defineProperty(t.prototype,"vendors",{get:function(){return this.vendors_},enumerable:!0,configurable:!0}),t.prototype.narrowVendorsTo=function(e){this.mapVendors(e)},Object.defineProperty(t.prototype,"isReady",{get:function(){return this.isReady_},enumerable:!0,configurable:!0}),t.prototype.clone=function(){return new t(this.getJson())},t.isInstanceOf=function(e){return"object"==typeof e&&"function"==typeof e.narrowVendorsTo},t.LANGUAGE_CACHE=new Map,t.CACHE=new Map,t.LATEST_CACHE_KEY=0,t.DEFAULT_LANGUAGE="EN",t.consentLanguages=new l.ConsentLanguages,t.latestFilename="vendor-list.json",t.versionedFilename="archives/vendor-list-v[VERSION].json",t.languageFilename="purposes-[LANG].json",t}(a.Cloneable);t.GVL=u},7886:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.absCall=function(e,t,n,r){return new Promise((function(o,s){var i=new XMLHttpRequest;i.withCredentials=n,i.addEventListener("load",(function(){if(i.readyState==XMLHttpRequest.DONE)if(i.status>=200&&i.status<300){var e=i.response;if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}o(e)}else s(new Error("HTTP Status: "+i.status+" response type: "+i.responseType))})),i.addEventListener("error",(function(){s(new Error("error"))})),i.addEventListener("abort",(function(){s(new Error("aborted"))})),null===t?i.open("GET",e,!0):i.open("POST",e,!0),i.responseType="json",i.timeout=r,i.ontimeout=function(){s(new Error("Timeout "+r+"ms "+e))},i.send(t)}))},e.post=function(e,t,n,r){return void 0===n&&(n=!1),void 0===r&&(r=0),this.absCall(e,JSON.stringify(t),n,r)},e.fetch=function(e,t,n){return void 0===t&&(t=!1),void 0===n&&(n=0),this.absCall(e,null,t,n)},e}();t.Json=n},5071:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(8715),i=n(2807),a=n(7687),c=n(3836),d=function(e){function t(t){var n=e.call(this)||this;return n.isServiceSpecific_=!1,n.supportOOB_=!0,n.useNonStandardStacks_=!1,n.purposeOneTreatment_=!1,n.publisherCountryCode_="AA",n.version_=2,n.consentScreen_=0,n.policyVersion_=2,n.consentLanguage_="EN",n.cmpId_=0,n.cmpVersion_=0,n.vendorListVersion_=0,n.numCustomPurposes_=0,n.specialFeatureOptins=new c.Vector,n.purposeConsents=new c.Vector,n.purposeLegitimateInterests=new c.Vector,n.publisherConsents=new c.Vector,n.publisherLegitimateInterests=new c.Vector,n.publisherCustomConsents=new c.Vector,n.publisherCustomLegitimateInterests=new c.Vector,n.vendorConsents=new c.Vector,n.vendorLegitimateInterests=new c.Vector,n.vendorsDisclosed=new c.Vector,n.vendorsAllowed=new c.Vector,n.publisherRestrictions=new c.PurposeRestrictionVector,t&&(n.gvl=t),n.created=new Date,n.updated(),n}return o(t,e),Object.defineProperty(t.prototype,"gvl",{get:function(){return this.gvl_},set:function(e){a.GVL.isInstanceOf(e)||(e=new a.GVL(e)),this.gvl_=e,this.publisherRestrictions.gvl=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"cmpId",{get:function(){return this.cmpId_},set:function(e){if(!(Number.isInteger(+e)&&e>1))throw new i.TCModelError("cmpId",e);this.cmpId_=+e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"cmpVersion",{get:function(){return this.cmpVersion_},set:function(e){if(!(Number.isInteger(+e)&&e>-1))throw new i.TCModelError("cmpVersion",e);this.cmpVersion_=+e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"consentScreen",{get:function(){return this.consentScreen_},set:function(e){if(!(Number.isInteger(+e)&&e>-1))throw new i.TCModelError("consentScreen",e);this.consentScreen_=+e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"consentLanguage",{get:function(){return this.consentLanguage_},set:function(e){this.consentLanguage_=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"publisherCountryCode",{get:function(){return this.publisherCountryCode_},set:function(e){if(!/^([A-z]){2}$/.test(e))throw new i.TCModelError("publisherCountryCode",e);this.publisherCountryCode_=e.toUpperCase()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"vendorListVersion",{get:function(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_},set:function(e){if((e=+e>>0)<0)throw new i.TCModelError("vendorListVersion",e);this.vendorListVersion_=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"policyVersion",{get:function(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_},set:function(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new i.TCModelError("policyVersion",e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this.version_},set:function(e){this.version_=parseInt(e,10)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isServiceSpecific",{get:function(){return this.isServiceSpecific_},set:function(e){this.isServiceSpecific_=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"useNonStandardStacks",{get:function(){return this.useNonStandardStacks_},set:function(e){this.useNonStandardStacks_=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"supportOOB",{get:function(){return this.supportOOB_},set:function(e){this.supportOOB_=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"purposeOneTreatment",{get:function(){return this.purposeOneTreatment_},set:function(e){this.purposeOneTreatment_=e},enumerable:!0,configurable:!0}),t.prototype.setAllVendorConsents=function(){this.vendorConsents.set(this.gvl.vendors)},t.prototype.unsetAllVendorConsents=function(){this.vendorConsents.empty()},t.prototype.setAllVendorsDisclosed=function(){this.vendorsDisclosed.set(this.gvl.vendors)},t.prototype.unsetAllVendorsDisclosed=function(){this.vendorsDisclosed.empty()},t.prototype.setAllVendorsAllowed=function(){this.vendorsAllowed.set(this.gvl.vendors)},t.prototype.unsetAllVendorsAllowed=function(){this.vendorsAllowed.empty()},t.prototype.setAllVendorLegitimateInterests=function(){this.vendorLegitimateInterests.set(this.gvl.vendors)},t.prototype.unsetAllVendorLegitimateInterests=function(){this.vendorLegitimateInterests.empty()},t.prototype.setAllPurposeConsents=function(){this.purposeConsents.set(this.gvl.purposes)},t.prototype.unsetAllPurposeConsents=function(){this.purposeConsents.empty()},t.prototype.setAllPurposeLegitimateInterests=function(){this.purposeLegitimateInterests.set(this.gvl.purposes)},t.prototype.unsetAllPurposeLegitimateInterests=function(){this.purposeLegitimateInterests.empty()},t.prototype.setAllSpecialFeatureOptins=function(){this.specialFeatureOptins.set(this.gvl.specialFeatures)},t.prototype.unsetAllSpecialFeatureOptins=function(){this.specialFeatureOptins.empty()},t.prototype.setAll=function(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()},t.prototype.unsetAll=function(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()},Object.defineProperty(t.prototype,"numCustomPurposes",{get:function(){var e=this.numCustomPurposes_;if("object"==typeof this.customPurposes){var t=Object.keys(this.customPurposes).sort((function(e,t){return+e-+t}));e=parseInt(t.pop(),10)}return e},set:function(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new i.TCModelError("numCustomPurposes",e)},enumerable:!0,configurable:!0}),t.prototype.updated=function(){this.lastUpdated=new Date},t.consentLanguages=a.GVL.consentLanguages,t}(s.Cloneable);t.TCModel=d},3667:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5762),o=n(3836),s=n(7100),i=n(5071),a=function(){function e(){}return e.encode=function(e,t){var n,o,s="";return e=r.SemanticPreEncoder.process(e,t),(o=Array.isArray(null===(n=t)||void 0===n?void 0:n.segments)?t.segments:new r.SegmentSequence(e,t)[""+e.version]).forEach((function(t,n){var i="";n<o.length-1&&(i="."),s+=r.SegmentEncoder.encode(e,t)+i})),s},e.decode=function(e,t){var n=e.split("."),a=n.length;t||(t=new i.TCModel);for(var c=0;c<a;c++){var d=n[c],l=r.Base64Url.decode(d.charAt(0)).substr(0,r.BitLength.segmentType),u=o.SegmentIDs.ID_TO_KEY[s.IntEncoder.decode(l,r.BitLength.segmentType).toString()];r.SegmentEncoder.decode(d,t,u)}return t},e}();t.TCString=a},5102:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2807),o=function(){function e(){}return e.encode=function(e){if(!/^[0-1]+$/.test(e))throw new r.EncodingError("Invalid bitField");var t=e.length%this.LCM;e+=t?"0".repeat(this.LCM-t):"";for(var n="",o=0;o<e.length;o+=this.BASIS)n+=this.DICT[parseInt(e.substr(o,this.BASIS),2)];return n},e.decode=function(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new r.DecodingError("Invalidly encoded Base64URL string");for(var t="",n=0;n<e.length;n++){var o=this.REVERSE_DICT.get(e[n]).toString(2);t+="0".repeat(this.BASIS-o.length)+o}return t},e.DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",e.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]]),e.BASIS=6,e.LCM=24,e}();t.Base64Url=o},9348:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3836),o=function(){function e(){}var t,n,o,s,i,a,c,d,l,u,p,f,h,m,g,A,v,b;return t=r.Fields.cmpId,n=r.Fields.cmpVersion,o=r.Fields.consentLanguage,s=r.Fields.consentScreen,i=r.Fields.created,a=r.Fields.isServiceSpecific,c=r.Fields.lastUpdated,d=r.Fields.policyVersion,l=r.Fields.publisherCountryCode,u=r.Fields.publisherLegitimateInterests,p=r.Fields.publisherConsents,f=r.Fields.purposeConsents,h=r.Fields.purposeLegitimateInterests,m=r.Fields.purposeOneTreatment,g=r.Fields.specialFeatureOptins,A=r.Fields.useNonStandardStacks,v=r.Fields.vendorListVersion,b=r.Fields.version,e[t]=12,e[n]=12,e[o]=12,e[s]=6,e[i]=36,e[a]=1,e[c]=36,e[d]=6,e[l]=12,e[u]=24,e[p]=24,e[f]=24,e[h]=24,e[m]=1,e[g]=12,e[A]=1,e[v]=12,e[b]=6,e.anyBoolean=1,e.encodingType=1,e.maxId=16,e.numCustomPurposes=6,e.numEntries=12,e.numRestrictions=12,e.purposeId=6,e.restrictionType=2,e.segmentType=3,e.singleOrRange=1,e.vendorId=16,e}();t.BitLength=o},4868:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5102),o=n(9348),s=n(1410),i=n(2584),a=n(2807),c=n(4717),d=n(3836),l=function(){function e(){}return e.encode=function(e,t){var n,i=this;try{n=this.fieldSequence[""+e.version][t]}catch(n){throw new a.EncodingError("Unable to encode version: "+e.version+", segment: "+t)}var l="";return t!==d.Segment.CORE&&(l=s.IntEncoder.encode(d.SegmentIDs.KEY_TO_ID[t],o.BitLength.segmentType)),n.forEach((function(n){var r=e[n],d=s.FieldEncoderMap[n],u=o.BitLength[n];void 0===u&&i.isPublisherCustom(n)&&(u=+e[c.Fields.numCustomPurposes]);try{l+=d.encode(r,u)}catch(e){throw new a.EncodingError("Error encoding "+t+"->"+n+": "+e.message)}})),r.Base64Url.encode(l)},e.decode=function(e,t,n){var i=this,l=r.Base64Url.decode(e),u=0;return n===d.Segment.CORE&&(t.version=s.IntEncoder.decode(l.substr(u,o.BitLength[c.Fields.version]),o.BitLength[c.Fields.version])),n!==d.Segment.CORE&&(u+=o.BitLength.segmentType),this.fieldSequence[""+t.version][n].forEach((function(e){var n=s.FieldEncoderMap[e],r=o.BitLength[e];if(void 0===r&&i.isPublisherCustom(e)&&(r=+t[c.Fields.numCustomPurposes]),0!==r){var d=l.substr(u,r);if(n===s.VendorVectorEncoder?t[e]=n.decode(d,t.version):t[e]=n.decode(d,r),Number.isInteger(r))u+=r;else{if(!Number.isInteger(t[e].bitLength))throw new a.DecodingError(e);u+=t[e].bitLength}}})),t},e.isPublisherCustom=function(e){return 0===e.indexOf("publisherCustom")},e.fieldSequence=new i.FieldSequence,e}();t.SegmentEncoder=l},8122:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2807),o=n(3836),s=function(){function e(){}return e.process=function(e,t){var n,o,s=e.gvl;if(!s)throw new r.EncodingError("Unable to encode TCModel without a GVL");if(!s.isReady)throw new r.EncodingError("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");(e=e.clone()).consentLanguage=s.language.toUpperCase(),(null===(n=t)||void 0===n?void 0:n.version)>0&&(null===(o=t)||void 0===o?void 0:o.version)<=this.processor.length?e.version=t.version:e.version=this.processor.length;var i=e.version-1;if(!this.processor[i])throw new r.EncodingError("Invalid version: "+e.version);return this.processor[i](e,s)},e.processor=[function(e){return e},function(e,t){e.publisherRestrictions.gvl=t,e.purposeLegitimateInterests.unset(1);var n=new Map;return n.set("legIntPurposes",e.vendorLegitimateInterests),n.set("purposes",e.vendorConsents),n.forEach((function(n,r){n.forEach((function(s,i){if(s){var a=t.vendors[i];if(!a||a.deletedDate)n.unset(i);else if(0===a[r].length)if(e.isServiceSpecific)if(0===a.flexiblePurposes.length)n.unset(i);else{for(var c=e.publisherRestrictions.getRestrictions(i),d=!1,l=0,u=c.length;l<u&&!d;l++)d=c[l].restrictionType===o.RestrictionType.REQUIRE_CONSENT&&"purposes"===r||c[l].restrictionType===o.RestrictionType.REQUIRE_LI&&"legIntPurposes"===r;d||n.unset(i)}else n.unset(i)}}))})),e.vendorsDisclosed.set(t.vendors),e}],e}();t.SemanticPreEncoder=s},8705:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.encode=function(e){return+e+""},e.decode=function(e){return"1"===e},e}();t.BooleanEncoder=n},7047:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(7100),o=n(2807),s=function(){function e(){}return e.encode=function(e,t){return r.IntEncoder.encode(Math.round(e.getTime()/100),t)},e.decode=function(e,t){if(t!==e.length)throw new o.DecodingError("invalid bit length");var n=new Date;return n.setTime(100*r.IntEncoder.decode(e,t)),n},e}();t.DateEncoder=s},1434:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3836),o=n(8705),s=n(7047),i=n(2293),a=n(7100),c=n(6440),d=n(4348),l=n(2176),u=function(){function e(){}var t,n,u,p,f,h,m,g,A,v,b,Z,w,y,_,S,C,E,P,O,I,k,L,T,j,D;return t=r.Fields.version,n=r.Fields.created,u=r.Fields.lastUpdated,p=r.Fields.cmpId,f=r.Fields.cmpVersion,h=r.Fields.consentScreen,m=r.Fields.consentLanguage,g=r.Fields.vendorListVersion,A=r.Fields.policyVersion,v=r.Fields.isServiceSpecific,b=r.Fields.useNonStandardStacks,Z=r.Fields.specialFeatureOptins,w=r.Fields.purposeConsents,y=r.Fields.purposeLegitimateInterests,_=r.Fields.purposeOneTreatment,S=r.Fields.publisherCountryCode,C=r.Fields.vendorConsents,E=r.Fields.vendorLegitimateInterests,P=r.Fields.publisherRestrictions,O=r.Fields.vendorsDisclosed,I=r.Fields.vendorsAllowed,k=r.Fields.publisherConsents,L=r.Fields.publisherLegitimateInterests,T=r.Fields.numCustomPurposes,j=r.Fields.publisherCustomConsents,D=r.Fields.publisherCustomLegitimateInterests,e[t]=a.IntEncoder,e[n]=s.DateEncoder,e[u]=s.DateEncoder,e[p]=a.IntEncoder,e[f]=a.IntEncoder,e[h]=a.IntEncoder,e[m]=c.LangEncoder,e[g]=a.IntEncoder,e[A]=a.IntEncoder,e[v]=o.BooleanEncoder,e[b]=o.BooleanEncoder,e[Z]=i.FixedVectorEncoder,e[w]=i.FixedVectorEncoder,e[y]=i.FixedVectorEncoder,e[_]=o.BooleanEncoder,e[S]=c.LangEncoder,e[C]=l.VendorVectorEncoder,e[E]=l.VendorVectorEncoder,e[P]=d.PurposeRestrictionVectorEncoder,e.segmentType=a.IntEncoder,e[O]=l.VendorVectorEncoder,e[I]=l.VendorVectorEncoder,e[k]=i.FixedVectorEncoder,e[L]=i.FixedVectorEncoder,e[T]=a.IntEncoder,e[j]=i.FixedVectorEncoder,e[D]=i.FixedVectorEncoder,e}();t.FieldEncoderMap=u},2293:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(8705),o=n(2807),s=n(3836),i=function(){function e(){}return e.encode=function(e,t){for(var n="",o=1;o<=t;o++)n+=r.BooleanEncoder.encode(e.has(o));return n},e.decode=function(e,t){if(e.length!==t)throw new o.DecodingError("bitfield encoding length mismatch");for(var n=new s.Vector,i=1;i<=t;i++)r.BooleanEncoder.decode(e[i-1])&&n.set(i);return n.bitLength=e.length,n},e}();t.FixedVectorEncoder=i},7100:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2807),o=function(){function e(){}return e.encode=function(e,t){var n;if("string"==typeof e&&(e=parseInt(e,10)),(n=e.toString(2)).length>t||e<0)throw new r.EncodingError(e+" too large to encode into "+t);return n.length<t&&(n="0".repeat(t-n.length)+n),n},e.decode=function(e,t){if(t!==e.length)throw new r.DecodingError("invalid bit length");return parseInt(e,2)},e}();t.IntEncoder=o},6440:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(7100),o=n(2807),s=function(){function e(){}return e.encode=function(e,t){var n=(e=e.toUpperCase()).charCodeAt(0)-65,s=e.charCodeAt(1)-65;if(n<0||n>25||s<0||s>25)throw new o.EncodingError("invalid language code: "+e);if(t%2==1)throw new o.EncodingError("numBits must be even, "+t+" is not valid");return t/=2,r.IntEncoder.encode(n,t)+r.IntEncoder.encode(s,t)},e.decode=function(e,t){if(t!==e.length||e.length%2)throw new o.DecodingError("invalid bit length for language");var n=e.length/2,s=r.IntEncoder.decode(e.slice(0,n),n)+65,i=r.IntEncoder.decode(e.slice(n),n)+65;return String.fromCharCode(s)+String.fromCharCode(i)},e}();t.LangEncoder=s},4348:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(9348),o=n(8705),s=n(2807),i=n(7100),a=n(3836),c=function(){function e(){}return e.encode=function(e){var t=i.IntEncoder.encode(e.numRestrictions,r.BitLength.numRestrictions);return e.isEmpty()||e.getRestrictions().forEach((function(n){t+=i.IntEncoder.encode(n.purposeId,r.BitLength.purposeId),t+=i.IntEncoder.encode(n.restrictionType,r.BitLength.restrictionType);for(var s=e.getVendors(n),a=s.length,c=0,d=0,l="",u=0;u<a;u++){var p=s[u];if(0===d&&(c++,d=p),u===a-1||s[u+1]>p+1){var f=!(p===d);l+=o.BooleanEncoder.encode(f),l+=i.IntEncoder.encode(d,r.BitLength.vendorId),f&&(l+=i.IntEncoder.encode(p,r.BitLength.vendorId)),d=0}}t+=i.IntEncoder.encode(c,r.BitLength.numEntries),t+=l})),t},e.decode=function(e){var t=0,n=new a.PurposeRestrictionVector,c=i.IntEncoder.decode(e.substr(t,r.BitLength.numRestrictions),r.BitLength.numRestrictions);t+=r.BitLength.numRestrictions;for(var d=0;d<c;d++){var l=i.IntEncoder.decode(e.substr(t,r.BitLength.purposeId),r.BitLength.purposeId);t+=r.BitLength.purposeId;var u=i.IntEncoder.decode(e.substr(t,r.BitLength.restrictionType),r.BitLength.restrictionType);t+=r.BitLength.restrictionType;var p=new a.PurposeRestriction(l,u),f=i.IntEncoder.decode(e.substr(t,r.BitLength.numEntries),r.BitLength.numEntries);t+=r.BitLength.numEntries;for(var h=0;h<f;h++){var m=o.BooleanEncoder.decode(e.substr(t,r.BitLength.anyBoolean));t+=r.BitLength.anyBoolean;var g=i.IntEncoder.decode(e.substr(t,r.BitLength.vendorId),r.BitLength.vendorId);if(t+=r.BitLength.vendorId,m){var A=i.IntEncoder.decode(e.substr(t,r.BitLength.vendorId),r.BitLength.vendorId);if(t+=r.BitLength.vendorId,A<g)throw new s.DecodingError("Invalid RangeEntry: endVendorId "+A+" is less than "+g);for(var v=g;v<=A;v++)n.add(v,p)}else n.add(g,p)}}return n.bitLength=t,n},e}();t.PurposeRestrictionVectorEncoder=c},8905:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.VectorEncodingType||(t.VectorEncodingType={}))[n.FIELD=0]="FIELD",n[n.RANGE=1]="RANGE"},2176:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3836),o=n(5762),s=n(7100),i=n(8705),a=n(2293),c=n(8905),d=n(2807),l=function(){function e(){}return e.encode=function(e){var t,n=[],r=[],a=s.IntEncoder.encode(e.maxId,o.BitLength.maxId),d="",l=o.BitLength.maxId+o.BitLength.encodingType,u=l+e.maxId,p=2*o.BitLength.vendorId+o.BitLength.singleOrRange+o.BitLength.numEntries,f=l+o.BitLength.numEntries;return e.forEach((function(s,a){d+=i.BooleanEncoder.encode(s),(t=e.maxId>p&&f<u)&&s&&(e.has(a+1)?0===r.length&&(r.push(a),f+=o.BitLength.singleOrRange,f+=o.BitLength.vendorId):(r.push(a),f+=o.BitLength.vendorId,n.push(r),r=[]))})),t?(a+=c.VectorEncodingType.RANGE+"",a+=this.buildRangeEncoding(n)):(a+=c.VectorEncodingType.FIELD+"",a+=d),a},e.decode=function(e,t){var n,l=0,u=s.IntEncoder.decode(e.substr(l,o.BitLength.maxId),o.BitLength.maxId);l+=o.BitLength.maxId;var p=s.IntEncoder.decode(e.charAt(l),o.BitLength.encodingType);if(l+=o.BitLength.encodingType,p===c.VectorEncodingType.RANGE){if(n=new r.Vector,1===t){if("1"===e.substr(l,1))throw new d.DecodingError("Unable to decode default consent=1");l++}var f=s.IntEncoder.decode(e.substr(l,o.BitLength.numEntries),o.BitLength.numEntries);l+=o.BitLength.numEntries;for(var h=0;h<f;h++){var m=i.BooleanEncoder.decode(e.charAt(l));l+=o.BitLength.singleOrRange;var g=s.IntEncoder.decode(e.substr(l,o.BitLength.vendorId),o.BitLength.vendorId);if(l+=o.BitLength.vendorId,m){var A=s.IntEncoder.decode(e.substr(l,o.BitLength.vendorId),o.BitLength.vendorId);l+=o.BitLength.vendorId;for(var v=g;v<=A;v++)n.set(v)}else n.set(g)}}else{var b=e.substr(l,u);l+=u,n=a.FixedVectorEncoder.decode(b,u)}return n.bitLength=l,n},e.buildRangeEncoding=function(e){var t=e.length,n=s.IntEncoder.encode(t,o.BitLength.numEntries);return e.forEach((function(e){var t=1===e.length;n+=i.BooleanEncoder.encode(!t),n+=s.IntEncoder.encode(e[0],o.BitLength.vendorId),t||(n+=s.IntEncoder.encode(e[1],o.BitLength.vendorId))})),n},e}();t.VendorVectorEncoder=l},1410:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(8705)),r(n(7047)),r(n(1434)),r(n(2293)),r(n(7100)),r(n(6440)),r(n(4348)),r(n(8905)),r(n(2176))},5762:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(5102)),r(n(9348)),r(n(4868)),r(n(8122)),r(n(1410)),r(n(2584))},580:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3836);t.FieldSequence=function(){var e,t;this[1]=((e={})[r.Segment.CORE]=[r.Fields.version,r.Fields.created,r.Fields.lastUpdated,r.Fields.cmpId,r.Fields.cmpVersion,r.Fields.consentScreen,r.Fields.consentLanguage,r.Fields.vendorListVersion,r.Fields.purposeConsents,r.Fields.vendorConsents],e),this[2]=((t={})[r.Segment.CORE]=[r.Fields.version,r.Fields.created,r.Fields.lastUpdated,r.Fields.cmpId,r.Fields.cmpVersion,r.Fields.consentScreen,r.Fields.consentLanguage,r.Fields.vendorListVersion,r.Fields.policyVersion,r.Fields.isServiceSpecific,r.Fields.useNonStandardStacks,r.Fields.specialFeatureOptins,r.Fields.purposeConsents,r.Fields.purposeLegitimateInterests,r.Fields.purposeOneTreatment,r.Fields.publisherCountryCode,r.Fields.vendorConsents,r.Fields.vendorLegitimateInterests,r.Fields.publisherRestrictions],t[r.Segment.PUBLISHER_TC]=[r.Fields.publisherConsents,r.Fields.publisherLegitimateInterests,r.Fields.numCustomPurposes,r.Fields.publisherCustomConsents,r.Fields.publisherCustomLegitimateInterests],t[r.Segment.VENDORS_ALLOWED]=[r.Fields.vendorsAllowed],t[r.Segment.VENDORS_DISCLOSED]=[r.Fields.vendorsDisclosed],t)}},813:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3836);t.SegmentSequence=function(e,t){if(this[1]=[r.Segment.CORE],this[2]=[r.Segment.CORE],2===e.version)if(e.isServiceSpecific)this[2].push(r.Segment.PUBLISHER_TC);else{var n=!(!t||!t.isForVendors);n&&!0!==e[r.Fields.supportOOB]||this[2].push(r.Segment.VENDORS_DISCLOSED),n&&(e[r.Fields.supportOOB]&&e[r.Fields.vendorsAllowed].size>0&&this[2].push(r.Segment.VENDORS_ALLOWED),this[2].push(r.Segment.PUBLISHER_TC))}}},2584:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(580)),r(n(813))},8611:function(e,t){"use strict";var n,r=this&&this.__extends||(n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t){var n=e.call(this,t)||this;return n.name="DecodingError",n}return r(t,e),t}(Error);t.DecodingError=o},4227:function(e,t){"use strict";var n,r=this&&this.__extends||(n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t){var n=e.call(this,t)||this;return n.name="EncodingError",n}return r(t,e),t}(Error);t.EncodingError=o},793:function(e,t){"use strict";var n,r=this&&this.__extends||(n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t){var n=e.call(this,t)||this;return n.name="GVLError",n}return r(t,e),t}(Error);t.GVLError=o},8651:function(e,t){"use strict";var n,r=this&&this.__extends||(n=function(e,t){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){function t(t,n,r){void 0===r&&(r="");var o=e.call(this,"invalid value "+n+" passed for "+t+" "+r)||this;return o.name="TCModelError",o}return r(t,e),t}(Error);t.TCModelError=o},2807:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(8611)),r(n(4227)),r(n(793)),r(n(8651))},6139:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(5762)),r(n(2807)),r(n(3836)),r(n(8715)),r(n(7687)),r(n(7886)),r(n(5071)),r(n(3667))},7429:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.root=null,t}return o(t,e),t.prototype.isEmpty=function(){return!this.root},t.prototype.add=function(e){var t,n={value:e,left:null,right:null};if(this.isEmpty())this.root=n;else for(t=this.root;;)if(e<t.value){if(null===t.left){t.left=n;break}t=t.left}else{if(!(e>t.value))break;if(null===t.right){t.right=n;break}t=t.right}},t.prototype.get=function(){for(var e=[],t=this.root;t;)if(t.left){for(var n=t.left;n.right&&n.right!=t;)n=n.right;n.right==t?(n.right=null,e.push(t.value),t=t.right):(n.right=t,t=t.left)}else e.push(t.value),t=t.right;return e},t.prototype.contains=function(e){for(var t=!1,n=this.root;n;){if(n.value===e){t=!0;break}e>n.value?n=n.right:e<n.value&&(n=n.left)}return t},t.prototype.min=function(e){var t;for(void 0===e&&(e=this.root);e;)e.left?e=e.left:(t=e.value,e=null);return t},t.prototype.max=function(e){var t;for(void 0===e&&(e=this.root);e;)e.right?e=e.right:(t=e.value,e=null);return t},t.prototype.remove=function(e,t){void 0===t&&(t=this.root);for(var n=null,r="left";t;)if(e<t.value)n=t,t=t.left,r="left";else if(e>t.value)n=t,t=t.right,r="right";else{if(t.left||t.right)if(t.left)if(t.right){var o=this.min(t.right);this.remove(o,t.right),t.value=o}else n?n[r]=t.left:this.root=t.left;else n?n[r]=t.right:this.root=t.right;else n?n[r]=null:this.root=null;t=null}},t}(n(8715).Cloneable);t.BinarySearchTree=s},7976:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.prototype.has=function(t){return e.langSet.has(t)},e.prototype.forEach=function(t){e.langSet.forEach(t)},Object.defineProperty(e.prototype,"size",{get:function(){return e.langSet.size},enumerable:!0,configurable:!0}),e.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"]),e}();t.ConsentLanguages=n},4717:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(){}return e.cmpId="cmpId",e.cmpVersion="cmpVersion",e.consentLanguage="consentLanguage",e.consentScreen="consentScreen",e.created="created",e.supportOOB="supportOOB",e.isServiceSpecific="isServiceSpecific",e.lastUpdated="lastUpdated",e.numCustomPurposes="numCustomPurposes",e.policyVersion="policyVersion",e.publisherCountryCode="publisherCountryCode",e.publisherCustomConsents="publisherCustomConsents",e.publisherCustomLegitimateInterests="publisherCustomLegitimateInterests",e.publisherLegitimateInterests="publisherLegitimateInterests",e.publisherConsents="publisherConsents",e.publisherRestrictions="publisherRestrictions",e.purposeConsents="purposeConsents",e.purposeLegitimateInterests="purposeLegitimateInterests",e.purposeOneTreatment="purposeOneTreatment",e.specialFeatureOptins="specialFeatureOptins",e.useNonStandardStacks="useNonStandardStacks",e.vendorConsents="vendorConsents",e.vendorLegitimateInterests="vendorLegitimateInterests",e.vendorListVersion="vendorListVersion",e.vendorsAllowed="vendorsAllowed",e.vendorsDisclosed="vendorsDisclosed",e.version="version",e}();t.Fields=n},7426:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(8715),i=n(2807),a=n(1729),c=function(e){function t(t,n){var r=e.call(this)||this;return void 0!==t&&(r.purposeId=t),void 0!==n&&(r.restrictionType=n),r}return o(t,e),t.unHash=function(e){var n=e.split(this.hashSeparator),r=new t;if(2!==n.length)throw new i.TCModelError("hash",e);return r.purposeId=parseInt(n[0],10),r.restrictionType=parseInt(n[1],10),r},Object.defineProperty(t.prototype,"hash",{get:function(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return""+this.purposeId+t.hashSeparator+this.restrictionType},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"purposeId",{get:function(){return this.purposeId_},set:function(e){this.purposeId_=e},enumerable:!0,configurable:!0}),t.prototype.isValid=function(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===a.RestrictionType.NOT_ALLOWED||this.restrictionType===a.RestrictionType.REQUIRE_CONSENT||this.restrictionType===a.RestrictionType.REQUIRE_LI)},t.prototype.isSameAs=function(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType},t.hashSeparator="-",t}(s.Cloneable);t.PurposeRestriction=c},4904:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var s=n(7426),i=n(7429),a=n(1729),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.bitLength=0,t.map=new Map,t}return o(t,e),t.prototype.has=function(e){return this.map.has(e)},t.prototype.isOkToHave=function(e,t,n){var r,o=!0;if(null===(r=this.gvl)||void 0===r?void 0:r.vendors){var s=this.gvl.vendors[n];if(s)if(e===a.RestrictionType.NOT_ALLOWED)o=s.legIntPurposes.includes(t)||s.purposes.includes(t);else if(s.flexiblePurposes.length)switch(e){case a.RestrictionType.REQUIRE_CONSENT:o=s.flexiblePurposes.includes(t)&&s.legIntPurposes.includes(t);break;case a.RestrictionType.REQUIRE_LI:o=s.flexiblePurposes.includes(t)&&s.purposes.includes(t)}else o=!1;else o=!1}return o},t.prototype.add=function(e,t){if(this.isOkToHave(t.restrictionType,t.purposeId,e)){var n=t.hash;this.has(n)||(this.map.set(n,new i.BinarySearchTree),this.bitLength=0),this.map.get(n).add(e)}},t.prototype.getVendors=function(e){var t=[];if(e){var n=e.hash;this.has(n)&&(t=this.map.get(n).get())}else{var r=new Set;this.map.forEach((function(e){e.get().forEach((function(e){r.add(e)}))})),t=Array.from(r)}return t},t.prototype.getRestrictionType=function(e,t){var n;return this.getRestrictions(e).forEach((function(e){e.purposeId===t&&(void 0===n||n>e.restrictionType)&&(n=e.restrictionType)})),n},t.prototype.vendorHasRestriction=function(e,t){for(var n=!1,r=this.getRestrictions(e),o=0;o<r.length&&!n;o++)n=t.isSameAs(r[o]);return n},t.prototype.getMaxVendorId=function(){var e=0;return this.map.forEach((function(t){e=Math.max(t.max(),e)})),e},t.prototype.getRestrictions=function(e){var t=[];return this.map.forEach((function(n,r){e?n.contains(e)&&t.push(s.PurposeRestriction.unHash(r)):t.push(s.PurposeRestriction.unHash(r))})),t},t.prototype.getPurposes=function(){var e=new Set;return this.map.forEach((function(t,n){e.add(s.PurposeRestriction.unHash(n).purposeId)})),Array.from(e)},t.prototype.remove=function(e,t){var n=t.hash,r=this.map.get(n);r&&(r.remove(e),r.isEmpty()&&(this.map.delete(n),this.bitLength=0))},Object.defineProperty(t.prototype,"gvl",{get:function(){return this.gvl_},set:function(e){var t=this;this.gvl_||(this.gvl_=e,this.map.forEach((function(e,n){var r=s.PurposeRestriction.unHash(n);e.get().forEach((function(n){t.isOkToHave(r.restrictionType,r.purposeId,n)||e.remove(n)}))})))},enumerable:!0,configurable:!0}),t.prototype.isEmpty=function(){return 0===this.map.size},Object.defineProperty(t.prototype,"numRestrictions",{get:function(){return this.map.size},enumerable:!0,configurable:!0}),t}(n(8715).Cloneable);t.PurposeRestrictionVector=c},1729:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.RestrictionType||(t.RestrictionType={}))[n.NOT_ALLOWED=0]="NOT_ALLOWED",n[n.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",n[n.REQUIRE_LI=2]="REQUIRE_LI"},4405:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),(n=t.Segment||(t.Segment={})).CORE="core",n.VENDORS_DISCLOSED="vendorsDisclosed",n.VENDORS_ALLOWED="vendorsAllowed",n.PUBLISHER_TC="publisherTC"},6224:(e,t,n)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0});var o=n(4405),s=function(){function e(){}return e.ID_TO_KEY=[o.Segment.CORE,o.Segment.VENDORS_DISCLOSED,o.Segment.VENDORS_ALLOWED,o.Segment.PUBLISHER_TC],e.KEY_TO_ID=((r={})[o.Segment.CORE]=0,r[o.Segment.VENDORS_DISCLOSED]=1,r[o.Segment.VENDORS_ALLOWED]=2,r[o.Segment.PUBLISHER_TC]=3,r),e}();t.SegmentIDs=s},5781:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__generator||function(e,t){var n,r,o,s,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=(o=i.trys).length>0&&o[o.length-1])&&(6===s[0]||2===s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(8715),a=n(2807),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.bitLength=0,t.maxId_=0,t.set_=new Set,t}return o(t,e),t.prototype[Symbol.iterator]=function(){var e;return s(this,(function(t){switch(t.label){case 0:e=1,t.label=1;case 1:return e<=this.maxId?[4,[e,this.has(e)]]:[3,4];case 2:t.sent(),t.label=3;case 3:return e++,[3,1];case 4:return[2]}}))},t.prototype.values=function(){return this.set_.values()},Object.defineProperty(t.prototype,"maxId",{get:function(){return this.maxId_},enumerable:!0,configurable:!0}),t.prototype.has=function(e){return this.set_.has(e)},t.prototype.unset=function(e){var t=this;Array.isArray(e)?e.forEach((function(e){return t.unset(e)})):"object"==typeof e?this.unset(Object.keys(e).map((function(e){return+e}))):(this.set_.delete(e),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach((function(e){t.maxId_=Math.max(t.maxId,e)}))))},t.prototype.isIntMap=function(e){var t=this,n="object"==typeof e;return n&&Object.keys(e).every((function(n){var r=Number.isInteger(parseInt(n,10));return(r=r&&t.isValidNumber(e[n].id))&&void 0!==e[n].name}))},t.prototype.isValidNumber=function(e){return parseInt(e,10)>0},t.prototype.isSet=function(e){var t=!1;return e instanceof Set&&(t=Array.from(e).every(this.isValidNumber)),t},t.prototype.set=function(e){var t=this;if(Array.isArray(e))e.forEach((function(e){return t.set(e)}));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map((function(e){return+e})));else{if(!this.isValidNumber(e))throw new a.TCModelError("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}},t.prototype.empty=function(){this.set_=new Set},t.prototype.forEach=function(e){for(var t=1;t<=this.maxId;t++)e(this.has(t),t)},Object.defineProperty(t.prototype,"size",{get:function(){return this.set_.size},enumerable:!0,configurable:!0}),t.prototype.setAll=function(e){this.set(e)},t}(i.Cloneable);t.Vector=c},3836:(e,t,n)=>{"use strict";function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),r(n(7429)),r(n(7976)),r(n(4717)),r(n(7426)),r(n(4904)),r(n(1729)),r(n(4405)),r(n(6224)),r(n(5781))},1535:function(e,t,n){var r;!function(o){"use strict";function s(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function i(e,t,n,r,o,i){return s((a=s(s(t,e),s(r,i)))<<(c=o)|a>>>32-c,n);var a,c}function a(e,t,n,r,o,s,a){return i(t&n|~t&r,e,t,o,s,a)}function c(e,t,n,r,o,s,a){return i(t&r|n&~r,e,t,o,s,a)}function d(e,t,n,r,o,s,a){return i(t^n^r,e,t,o,s,a)}function l(e,t,n,r,o,s,a){return i(n^(t|~r),e,t,o,s,a)}function u(e,t){var n,r,o,i,u;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var p=1732584193,f=-271733879,h=-1732584194,m=271733878;for(n=0;n<e.length;n+=16)r=p,o=f,i=h,u=m,p=a(p,f,h,m,e[n],7,-680876936),m=a(m,p,f,h,e[n+1],12,-389564586),h=a(h,m,p,f,e[n+2],17,606105819),f=a(f,h,m,p,e[n+3],22,-1044525330),p=a(p,f,h,m,e[n+4],7,-176418897),m=a(m,p,f,h,e[n+5],12,1200080426),h=a(h,m,p,f,e[n+6],17,-1473231341),f=a(f,h,m,p,e[n+7],22,-45705983),p=a(p,f,h,m,e[n+8],7,1770035416),m=a(m,p,f,h,e[n+9],12,-1958414417),h=a(h,m,p,f,e[n+10],17,-42063),f=a(f,h,m,p,e[n+11],22,-1990404162),p=a(p,f,h,m,e[n+12],7,1804603682),m=a(m,p,f,h,e[n+13],12,-40341101),h=a(h,m,p,f,e[n+14],17,-1502002290),p=c(p,f=a(f,h,m,p,e[n+15],22,1236535329),h,m,e[n+1],5,-165796510),m=c(m,p,f,h,e[n+6],9,-1069501632),h=c(h,m,p,f,e[n+11],14,643717713),f=c(f,h,m,p,e[n],20,-373897302),p=c(p,f,h,m,e[n+5],5,-701558691),m=c(m,p,f,h,e[n+10],9,38016083),h=c(h,m,p,f,e[n+15],14,-660478335),f=c(f,h,m,p,e[n+4],20,-405537848),p=c(p,f,h,m,e[n+9],5,568446438),m=c(m,p,f,h,e[n+14],9,-1019803690),h=c(h,m,p,f,e[n+3],14,-187363961),f=c(f,h,m,p,e[n+8],20,1163531501),p=c(p,f,h,m,e[n+13],5,-1444681467),m=c(m,p,f,h,e[n+2],9,-51403784),h=c(h,m,p,f,e[n+7],14,1735328473),p=d(p,f=c(f,h,m,p,e[n+12],20,-1926607734),h,m,e[n+5],4,-378558),m=d(m,p,f,h,e[n+8],11,-2022574463),h=d(h,m,p,f,e[n+11],16,1839030562),f=d(f,h,m,p,e[n+14],23,-35309556),p=d(p,f,h,m,e[n+1],4,-1530992060),m=d(m,p,f,h,e[n+4],11,1272893353),h=d(h,m,p,f,e[n+7],16,-155497632),f=d(f,h,m,p,e[n+10],23,-1094730640),p=d(p,f,h,m,e[n+13],4,681279174),m=d(m,p,f,h,e[n],11,-358537222),h=d(h,m,p,f,e[n+3],16,-722521979),f=d(f,h,m,p,e[n+6],23,76029189),p=d(p,f,h,m,e[n+9],4,-640364487),m=d(m,p,f,h,e[n+12],11,-421815835),h=d(h,m,p,f,e[n+15],16,530742520),p=l(p,f=d(f,h,m,p,e[n+2],23,-995338651),h,m,e[n],6,-198630844),m=l(m,p,f,h,e[n+7],10,1126891415),h=l(h,m,p,f,e[n+14],15,-1416354905),f=l(f,h,m,p,e[n+5],21,-57434055),p=l(p,f,h,m,e[n+12],6,1700485571),m=l(m,p,f,h,e[n+3],10,-1894986606),h=l(h,m,p,f,e[n+10],15,-1051523),f=l(f,h,m,p,e[n+1],21,-2054922799),p=l(p,f,h,m,e[n+8],6,1873313359),m=l(m,p,f,h,e[n+15],10,-30611744),h=l(h,m,p,f,e[n+6],15,-1560198380),f=l(f,h,m,p,e[n+13],21,1309151649),p=l(p,f,h,m,e[n+4],6,-145523070),m=l(m,p,f,h,e[n+11],10,-1120210379),h=l(h,m,p,f,e[n+2],15,718787259),f=l(f,h,m,p,e[n+9],21,-343485551),p=s(p,r),f=s(f,o),h=s(h,i),m=s(m,u);return[p,f,h,m]}function p(e){var t,n="",r=32*e.length;for(t=0;t<r;t+=8)n+=String.fromCharCode(e[t>>5]>>>t%32&255);return n}function f(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t<n.length;t+=1)n[t]=0;var r=8*e.length;for(t=0;t<r;t+=8)n[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return n}function h(e){var t,n,r="0123456789abcdef",o="";for(n=0;n<e.length;n+=1)t=e.charCodeAt(n),o+=r.charAt(t>>>4&15)+r.charAt(15&t);return o}function m(e){return unescape(encodeURIComponent(e))}function g(e){return function(e){return p(u(f(e),8*e.length))}(m(e))}function A(e,t){return function(e,t){var n,r,o=f(e),s=[],i=[];for(s[15]=i[15]=void 0,o.length>16&&(o=u(o,8*e.length)),n=0;n<16;n+=1)s[n]=909522486^o[n],i[n]=1549556828^o[n];return r=u(s.concat(f(t)),512+8*t.length),p(u(i.concat(r),640))}(m(e),m(t))}function v(e,t,n){return t?n?A(t,e):h(A(t,e)):n?g(e):h(g(e))}void 0===(r=function(){return v}.call(t,n,t,e))||(e.exports=r)}()},1466:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(2701));t.encodeToCriteoProxy=function(e,t,n){return e.replace(t,n)};t.detectCriteoProxyUrl=function(e){return!!o.default.filter((function(t){return e.includes(t)})).length}},1163:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.addEqualSigns=function(e){var t=e,n=e.length%4;return n&&(t+=2===n?"==":"="),t};t.removeEqualSigns=function(e){return e.replace(/=+$/,"")}},1187:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=void 0!==n.g&&n.g.Buffer,o=r?function(e){return r.from(e,"binary").toString("base64")}:window.btoa.bind(window);t.btoa=o;var s=r?function(e){return r.from(e,"base64").toString("binary")}:window.atob.bind(window);t.atob=s},9443:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(e&&e instanceof Object)for(var n=Object.keys(e),r=n.length,o=0;o<r;o+=1)t(n[o])}},8128:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){return typeof e===t};["undefined","string","boolean","number","object","function"].forEach((function(e){n[e[0]]=function(t){return n(t,e)}})),t.default=n},4093:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(9443)),s=r(n(8128));t.parsePath=function(e){var t={},n=e.match(/^(?:(https?\:)?\/\/)?(([^:\/?#]*)(?:\:([0-9]+))?)([\/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);return n&&(t.href=e,t.protocol=n[1],t.host=n[2],t.hostname=n[3],t.port=n[4],t.pathname=n[5],t.search=n[6],t.hash=n[7]),t},t.addParam=function(e,t,n,r,o){var i=e;return s.default.s(i)&&i.length?o?(/\?/.test(i)||(i+="?"),i+=/(\?|&)$/.test(i)?"":"&"):i+="?"!==i.substr(-1)?"&":"":i="",t&&(i+=t,null!=n&&(i+="="+(r?encodeURIComponent(n):n))),i},t.buildQuery=function(e,n,r){var i=e;return n&&s.default.o(n)&&o.default(n,(function(e){i=t.addParam(i,e,n[e],!!(Array.isArray(r)&&r.indexOf(e)>-1))})),i}},8411:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.numberUpTo=function(e){return Math.floor(Math.random()*e)},t.randomize=function(e,n,r){void 0===e&&(e=10);var o=!0===n?16:n||10,s="";for(r&&(s=String.fromCharCode(t.numberUpTo(26)+97));s.length<e;)s=(s+=Math.random().toString(o).substr(2)).substr(0,e);return s},t.sxor=function(e,t){for(var n=t.length,r=e.length,o="",s=0;s<r;s+=1){var i=e.charCodeAt(s),a=t.charCodeAt(s%n);o+=String.fromCharCode(i^a)}return o}},5749:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var s=r(n(953));t.mess=s.default;var i=r(n(9661));t.set=i.default;var a=n(7754);t.setCustomLogger=a.setCustomLogger;var c=r(n(8618));t.unmess=c.default;var d=o(n(3128));t.domains=d},7754:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="Logger not yet initialized, please use setCustomLogger function first",r={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");r=e};t.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(r)return r.debug.apply(r,e);throw new Error(n)};t.issue=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(r)return r.issue.apply(r,e);throw new Error(n)};t.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(r)return r.error.apply(r,e);throw new Error(n)}},2911:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"money.pl":"money.wp.pl","m.money.pl":"money.wp.pl","msp.money.pl":"money.wp.pl","www.money.pl":"money.wp.pl","tech.money.pl":"money.wp.pl","praca.money.pl":"money.wp.pl","prawo.money.pl":"money.wp.pl","agrobiznes.money.pl":"money.wp.pl","money.kube.dev.dcwp.pl":"money.wp.pl"}},8495:(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"]},2701:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pop.criteo.net/g/"]},2579:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"wp.hit.gemius.pl":"gms-wp","ls.hit.gemius.pl":"gms-ls","adx.adform.net":"adf-adx","s1.adform.net":"adf-s1","track.adform.net":"adf-track","cat.fr.eu.criteo.com":"crt-cat","pix.fr.eu.criteo.net":"crt-pix","privacy.eu.criteo.com":"crt-priv","static.criteo.net":"crt-static","bidder.criteo.com":"crt-bid"}},5785:(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","ads.businessclick.com":"bc","staticbc.com":"sb","vid.staticbc.com":"vb","static1.money.pl":"ms","materials-api.wp.pl":"maw","data-api.wp.pl":"daw"}},386:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,n=e.match(/^cph_([\w-]+)/);return n&&(t=n[1]+".wpcdn.pl"),t}},9102:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,n=e.split("."),r=n.shift();return"wpcdn"===n.shift()&&r&&(t="cph_"+r),t}},3128:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(2911));t.aabDomainsExternal=o.default;var s=r(n(8495));t.aabDomains=s.default;var i=r(n(2579));t.domainMapExternal=i.default;var a=r(n(5785));t.domainMap=a.default;var c=r(n(386));t.getCephDomain=c.default;var d=r(n(9102));t.getCephIdentifier=d.default;var l=r(n(3556));t.uniformDomains=l.default},3556:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.pudelek.pl","www.o2.pl","parenting.pl","portal.abczdrowie.pl","ranking.abczdrowie.pl","zywienie.abczdrowie.pl","pytania.abczdrowie.pl","koronawirus.abczdrowie.pl","uroda.abczdrowie.pl","open.fm","m.sportowefakty.wp.pl","vibez.pl","1login.wp.pl","polygamia.pl"]},953:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var s=r(n(1535)),i=o(n(7754)),a=n(4093),c=n(1466),d=n(8411),l=r(n(4992)),u=n(3128),p=n(1187),f=r(n(8128)),h=n(1163),m="v.wpimg.pl",g="application",A="target",v="beacon",b="static",Z="search",w="",y="/",_=["ii","ij","ia","ib","ic","id","ms","iw","sd","sb","vb"],S=["bc","do","rk","aabma"],C=["aabko","aabdc","aabkord","hh","maw","daw"],E=String(Math.ceil(Date.now()/864e5)),P=function(e,t,n){var r=t.trim(),o=n+2;r&&r.length<o&&(e._="_".repeat(o-r.length))};t.default=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r={},o={},O=w,I=w,k=w,L=w,T=!1,j=!1,D=!1,M=!1,x=!1,R=0,V=w,N=!1,B=!1,F=null;f.default.o(t[0])?(L=(e=t[0]).url,T=e.forceLoad,j=e.immutable,D=e.mode,M=e.depth,x=e.forceDomain,R=e.length,V=e.keybase,N=e.noDomain,B=e.aabVendors,F=e.momentaryState):(L=t[0],T=t[1],j=t[2],D=t[3],M=t[4],x=t[5],R=t[6],V=t[7],N=t[8],B=t[9],F=t[10]);var $=F||l.default;if(R=R||350,o.aabVendors=B,o.input=L,i.debug(o),$.collector&&$.collector(o),!$.enabled)return o.error="disabled",L;if(!L)return i.issue("Given URL is empty."),o.error="empty URL",L;if(L.startsWith("data:"))return i.issue("Data URI can't be encoded."),o.error="data URI given",L;if(L.includes("/v.wpimg.pl/")){if(!L.includes("/i.wpimg.pl/"))return i.issue("URL can't be encoded twice."),o.error="encoded twice",L;i.issue("URL can't be encoded before IR."),o.error="encoded before IR"}if(o.inputLength=L.length,T){var G=Math.floor(Date.now()/9e5).toString();L=a.addParam(L,"__",G,!1,!0,!0)}var H=a.parsePath(L),U=H.hostname,z=H.pathname,W=U+z;o.hostname=U,o.pathname=z;var q=$.criteoProxy&&c.detectCriteoProxyUrl(W);if(o.proxedCriteo=q,q)return c.encodeToCriteoProxy(L,U,$.applicationHost);var Q=u.getCephIdentifier(U);if(Q||(Q=u.domainMap[U]),B&&!Q&&(Q=u.domainMapExternal[U],D=v),!Q&&U===$.locationHost&&u.aabDomains.concat(u.uniformDomains).includes(U)?(M=Z,D=g,Q="hh"):r.t=Q,!Q)return o.error="no identifier",L;D||(D=Q.startsWith("cph")&&"cph_std"!==Q?b:C.includes(Q)||/(\.js|\.css)$/i.test(z)?g:/RM\/click/i.test(z)?A:S.includes(Q)||/RM\/ads/i.test(z)?v:b),M||(M=/^(?!.*_mess\.html$).*\.html$/i.test(z)?"folder":Z),f.default.u(j)&&(D===b||_.includes(Q))&&(j=!0),o.mode=D,o.depth=M;var K=m;if(x?K=x:D===g||D===v?K=$.applicationHost:D===A&&(K=$.targetHost),!K)return o.error="no hostname",L;$.isWebmail||(D===g&&M===Z||D===v&&$.isAABCSSReady)&&P(r,L,R||Math.floor(2e3/1.35)),z=(H=a.parsePath(L)).pathname,U=H.hostname,K="https://"+K;var X=w;if(z.startsWith(y)&&(X=decodeURIComponent(z.substr(1)),X=unescape(encodeURIComponent(X))),"file"===M||M===Z){if(O=H.search,M===Z){if(O=w,B&&/^gms-.*/.test(Q)&&(H.search=H.search.replace(/\//g,"&")),"adv.wp.pl"===H.hostname){var J=H.search.indexOf("_RM_REDIR_="),Y=H.search.indexOf("_RM_ACTION_="),ee=0;if(J&&J>=0?ee=J+11:Y&&Y>=0&&(ee=Y+12),ee){var te=H.search.substring(ee,H.search.length);H.search=H.search.substring(0,ee)+encodeURIComponent(te)}}X+=H.search}}else{var ne=X.match("^(.+)/([^/]*)$");if(!ne)return o.error="encoding not needed",L;X=ne[1]+y,O=ne[2]+H.search}r.u=y+X,o.json=r,X="/aabv3/"+JSON.stringify(r),(!V||V.length<8)&&(V="cph_std"===Q?s.default(E+L):j?z:d.randomize(10,36));try{o.inKeybase=V,V=p.btoa(V).substr(-12,8),o.keybase=V,o.toEncode=X,o.noEncode=O,k=N?y+V:K+y+V;var re=d.sxor(X,V);I=h.removeEqualSigns(p.btoa(re))}catch(e){return o.error=e&&e.message||"Failed to encode with Base64",i.issue("Crux.mess: "+o.error+" ("+L+")"),L}var oe=(I=(I=I.replace(/\//g,"_")).replace(/\+/g,"-"))+(O?y+O:w);return k+=oe,o.output=k,o.outputLength=k.length,o.outputLength>3e3?(i.error("Encoded URL is too long - 3000 chars is allowed. This is critical problem!",{message:"AABEncodedURLTooLong",path:3e3}),o.error="encoded URL too long",L):k}},9661:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var s=o(n(7754)),i=o(n(4992)),a=n(3128),c=n(8411),d=!1;t.default=function(e,t,o,l,u){if(void 0===e&&(e="undefined_site_domain"),void 0===t&&(t=!1),void 0===o&&(o=""),void 0===l&&(l={}),void 0===u&&(u=!1),!u&&d){if(console.error("Uniform initialized multiple times"),"undefined"!=typeof window&&window.__wpjsdebug__){var p=window.__wpjsdebug__;p.hasUniform=p.hasUniform||0,p.hasUniform+=1}if(!(n.g&&n.g.process&&n.g.process.exit))throw new Error("Uniform initialized multiple times");process.exit(-1)}d=!0,s.debug("Crux","set",e,t,o,l,u);var f=u?i.default:r({},i.defaultState),h=a.aabDomains[c.numberUpTo(a.aabDomains.length)];return Object.assign(f,l),f.locationHost=e,f.isMainPage=t,f.isReady=new RegExp("^("+["dynacrems"].concat(a.aabDomains,a.uniformDomains).join("|")+")").test(f.locationHost),!f.isReady&&a.aabDomainsExternal[f.locationHost]&&(f.isReady=!0,f.locationHost=a.aabDomainsExternal[f.locationHost]),f.isReady?f.applicationHost=f.testDomain||o||f.locationHost:f.applicationHost=f.testDomain||o||h,f.isReady&&!f.isMainPage?f.targetHost=f.testDomain||o||f.locationHost:f.targetHost=f.testDomain||o||h,u?f:(Object.keys(i.default).forEach((function(e){i.default[e]=f[e]})),f.enabled)}},4992:function(e,t){"use strict";var n=this&&this.__assign||function(){return(n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var r={locationHost:"unset_site_domain",applicationHost:"",targetHost:"",testDomain:"",isMainPage:!1,isReady:!1,enabled:!0,isWebmail:!1,isAABCSSReady:!1,collector:!1,criteoProxy:!1};t.defaultState=r;var o=n({},r);t.default=o},8618:function(e,t,n){"use strict";var r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(7754)),s=n(1163),i=n(1187),a=n(3128),c=n(4093),d=n(8411),l="Crux.unmess",u="";t.default=function(e){var t;if(o.debug(l,e),/^data:/.test(e))return e;var n=c.parsePath(e),r=n.pathname.replace(/^\/|\/$/g,u).split("/"),p=r.shift(),f=e,h=!1,m=u,g=u;if(p.length<30)return e;try{var A=(p=(p=p.replace(/_/g,"/")).replace(/-/g,"+")).slice(0,8),v=p.slice(8),b=i.atob(s.addEqualSigns(v));t=function(e){if(0!==e.indexOf("/aabv3/"))throw new Error("AABv2 is no longer supported");var t=JSON.parse(e.replace("/aabv3/",u)),n=t.t||u,r=t.u||u;return o.debug(l,"getSxoredData","sxored",e,"identifier",n,"path",r),{identifier:n,path:r}}(d.sxor(b,A)),m=t.identifier,g=t.path}catch(t){return e}var Z=u;if(!(h=Object.entries(a.domainMap).find((function(e){var t=e[0];return e[1]===m&&(Z=t,!0)})))){var w=a.getCephDomain(m);w&&(h=!0,Z=w)}h||(h=Object.entries(a.domainMapExternal).find((function(e){var t=e[0];return e[1]===m&&(Z=t,!0)}))),h||(Z=n.hostname);try{var y=decodeURIComponent(escape(g));f=(f="https://"+Z+y+(r.length?r.join("/"):u)+n.search).replace(/[?&]?_=_+$/,u)}catch(t){f=e}return f}},5315:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(4462);const o=e=>e+(0,r.Nu)(12,36,!0)},3310:(e,t,n)=>{"use strict";n.d(t,{tn:()=>r,Dl:()=>s,Wx:()=>i,VR:()=>o});const r="WPaabwl",o="WPwlc",s="WPwlbcapp",i=36e5},21:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(3574),o=n(7159);const s=()=>{const e=(0,o.Z)("a");return e.href=`abp:subscribe?location=${encodeURIComponent(`${r.Z}wpjslib/wp-whitelist.txt`)}&title=wp.pl`,e}},3880:(e,t,n)=>{"use strict";n.d(t,{pB:()=>_,VP:()=>y,ZP:()=>S});var r=n(4464),o=n(3437),s=n(846),i=n(8623),a=n(1530),c=n(5315),d=n(4596),l=n(7508),u=n(5230),p=n(528),f=n(5620),h=n(3205),m=n(5888),g=n(5865),A=n(5217),v=n(5908),b=n(2014),Z=n(6205);let w=2;const y=()=>1===w,_=()=>w,S=(e,t)=>{const n="PWA_adbd",_="WPadbd";let S=(0,i.Z)(_);S===_&&(S=(0,c.Z)(_));const C=(0,Z.Z)((0,d.Z)(n)||(0,l.Z)(S)||2),E=e=>{w=e,(0,a.Z)("Ad blocking",y()),(0,r.i)(n),(0,A.d)(n,e,(0,m.e)(),"/"),(0,v.Z)(S,e),o.Z.open()};if(!h.Z.f(e)||(0,f.s4)()||p.Z)w=2,(0,r.i)(n),(0,r.n)(n,"/"),(0,g.Z)(S),o.Z.open();else{2!==C&&E(C);const n=e=>{e&&E((0,b.Z)(e))},r=e=>{E((0,b.Z)(e)),h.Z.f(t)&&s.Z.fill((()=>{t(y()&&!(0,u.T)())}))},o=()=>{e(n,r)};0===w?requestAnimationFrame(o.bind(window)):o()}}},3437:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(0,n(1386).Z)("ABD")},1350:(e,t,n)=>{"use strict";n.d(t,{o9:()=>U,qX:()=>$,O7:()=>G,jM:()=>z});var r=n(5230),o=n(1386),s=n(9460),i=n(6918),a=n(3205),c=n(1826);const d=(e,t)=>t.some((t=>e.includes(t))),l=[{g:["return constantValue","hit(source)"],s:["if (mustCancel","function set() {}"],v:["timeoutWrapper"],n:"AG"},{g:["ReferenceError(rid)","return prevGetter.call(this)","return cValue","() => value"],s:["set() {}","prevSetter.call(this","wrapPropertyAccess(newValue"],n:"ABP"},{g:["function() { return v; }","currentScript === thisScript","ReferenceError(magic)","prevGetter !== undefined"],s:["if ( a instanceof Object ) {","if ( mustAbort","function(){}","prevSetter !== undefined"],n:"uBO"}],u=(e,t="g")=>{if(!e.window&&e.toString){const n=e.toString();if((e=>e&&!e.includes("[native code]"))(n)){const{length:e}=l;for(let r=0;r<e;r++){const e=l[r],o=e[t];if(o&&d(n,o))return e.n}}}};var p=n(309);const f=(e,t,n)=>{let r;if(t){const{set:o,get:s,configurable:i,value:d}=t;if(s&&(r=u(s,"g")),!r&&o&&(r=u(o,"s")),!r&&d&&(r=u(e[n],"v"),!r&&e===window&&(0,c.Z)(n)&&(r="AB")),r&&i)if(e===window){const{contentWindow:e}=p.Z;e&&a.Z.f(e[n])&&(window[n]=e[n].bind(window))}else delete e[n]}return r},h=(e,t)=>e.reduce(((e,n)=>{const r=Object.getOwnPropertyDescriptors(n);let o=Object.keys(r);if(n===window){const e=/^(on|Audio|Perfo|Geo|Style|HTML|Cookie|XR|Media|Present|Payment|Device|USB|DOM|CSS|IDB|SVG|RTC|Node|Text|Web|XML|File|Blue|Authen|Service)/;o=o.filter((t=>!e.test(t)))}return e.concat(o.filter((e=>{const o=f(n,r[e],e);return o&&a.Z.f(t)&&t(o),o})))}),[]).map((e=>(0,c.Z)(e)?"abpKey":e)).sort();var m=n(4190);const g="ABDetectorAPI",A=()=>new Promise((e=>{(0,m.Z)(g,(()=>{let t,n=!1,r=null;if(Object.getOwnPropertyDescriptors){const e=[Object.prototype,document,window],o=h(e,(e=>{t||(t=e)}));o.length?(r=o.join(","),(0,i.Z)({message:g,fileName:"PropsOverwritten",path:r},1e4),n=!0):(0,s.Hy)()||(0,s._k)((()=>{h(e)}))}e([0,"api",n,r,t])}))}));var v=n(7828),b=n(2317),Z=n(7159),w=n(5253),y=n(4462),_=n(4923);const S=()=>new Promise((e=>{(0,s._k)((0,_.Z)((t=>{(0,m.Z)("ABDetectorDOM",(()=>{const n=(0,Z.Z)(),r=v.Z.sort((()=>Math.random()-.5)).slice(0,5),o=b.Z[(0,y.$6)(b.Z.length)];t.insertBefore(n,t.firstChild),((e,t=[],n)=>new Promise((r=>{const o=t.join(" "),s=["block","visible","none"],i=["domRemoved","classRemoved","domHidden","styleBlocked"],{style:a}=e;o&&(e.className=o),n&&(e.id=n),a.display=s[0],a.visibility=s[1],requestAnimationFrame((()=>{let t=null;if((0,w.Z)(e))if(o&&e.className!==o)t=i[1];else{const n=getComputedStyle(e);n.display!==s[0]||n.visibility!==s[1]?t=i[2]:(a.display=s[2],n.display!==s[2]&&(t=i[3]))}else t=i[0];r([1,"dom",!!t,t])}).bind(window))})))(n,r,o).then(e)}))})))}));var C=n(4459),E=n(1770),P=n(2890);const O=(e,t=0)=>setTimeout(e.bind(window),t+Math.random());let I,k,L,T,j,D,M,x=!1,R=!1;const V=(0,o.Z)("iABD"),N=[],B=new Set,F=new Set,$=()=>I||"none",G=()=>({detected:x,trackingProtection:(0,r.T)(),forcedBefore:B,forcedAfter:F,pluginDetected:I,results:N,detectionTime:D-j,totalTime:M-j}),H=()=>{clearTimeout(T);T=O((()=>{R||((()=>{const[e,t]=N;I||(!(E.hx&&B.size>3)||e&&e[2]||t&&t[2]||(0,r.j)(!0),B.size&&(x=!0)),x&&!I&&(I="unknown")})(),k(x),R=!0,D=(0,P.zO)())}),300)},U=(e,t)=>{M=(0,P.zO)(),V.fill((()=>{R?F.add(e):(B.add(e),t&&(x=!0,I=t,L(x),H()))}))},z=(e,t)=>{(0,m.Z)("ABDetector",(()=>{const n=(0,C.Z)("forceDetection"),r=[A,S],o=r.length;let s=0;j=(0,P.zO)(),k=t,L=e,V.open(),n&&U("test"),r.forEach((e=>{e().then((e=>{s+=1;const[t,n,r,,i]=e;N[t]=e,r&&!x&&(x=r,i&&(I=i)),x&&L(x),s===o&&H()}))}))}))}},1826:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e)},7828:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=["css-adv","contentAds","text_ads","ads","adsbygoogle","Adv","advertisement","top-banners","adbanner","bannerAd","ad-google","AdSense","advertisementBanner","headerAd","ddb"]},2317:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=["AdArea","ad-column","ad-box","AdContainerTop","Adbanner","AdsContent","AdvContainer","GoogleAd","SponsoredAd","ad-text"]},5230:(e,t,n)=>{"use strict";n.d(t,{T:()=>o,j:()=>s});let r=!1;const o=()=>r,s=e=>{r=e}},3612:(e,t,n)=>{"use strict";n.d(t,{dp:()=>s,xG:()=>a,DN:()=>i});var r=n(2327),o=n(5253);const s={};r.Z.registeredSlots=s;const i=e=>{const t=s[e];if((0,o.Z)(t))return t},a=()=>s},7678:(e,t,n)=>{"use strict";n.d(t,{z5:()=>g,Ic:()=>Z,ib:()=>b,LC:()=>w,ni:()=>v});var r=n(3612),o=n(6918),s=n(6539),i=n(5253),a=n(9610),c=n(4263),d=n(9234),l=n(6205);const u="Enigma",p=(0,s.Z)("habahaba")||"",f=!!(0,s.Z)("habawide"),h=p.split("x"),m=h.length,g=f||0===m,A=g?m:4,v=e=>{let t=(0,r.DN)(e);if(t)return t;const n=(e=>{if(h&&m){const t=[],n=`0000${(0,l.Z)(e).toString(A)}`.slice(-4).split("");if(((e,t)=>{let n=0;if(e&&t)for(;n<e;)t(n),n+=1})(4,(e=>{const r=(0,l.Z)(n[e]);h[r]&&t.push(h[r])})),4===t.length)return t.join(">")}})(e);if(n){const r=(0,c.Z)(n,!0),s=r.length;if(s){s>1&&(0,o.Z)({message:u,path:"MultiSlot",slot:e},1e3,`Site embeds ${s} times slot number ${e}`),(0,o.Z)({message:u,path:"EnigmaSlot",slot:e},1e5,`Site embeds Enigma slots usign HABAHABA (number ${e}). Enigma is deprecated, use WP.gaf API.`),t=r[0];let n=0;for(;n<3&&t;)t=t.parentElement,n+=1;if(t)return t}}},b=e=>{delete r.dp[e]},Z=(e,t)=>{let n=t;const s=(0,r.DN)(e);if(n||(n=s||v(e)),n)return(0,i.Z)(n)?(0,a.Z)(n)?(s!==n&&(r.dp[e]=n,(0,d.JO)(e,n)),r.dp[e]):void(0,o.Z)({message:u,path:"NodeNotVisible",fileName:"registerEnigmaSlot",slot:e},1e3,`Given node for slot ${e} is not VISIBLE.`):void(0,o.Z)({message:u,path:"NodeNotInDocument",fileName:"registerEnigmaSlot",slot:e},1e3,`Given node for slot ${e} is not a valid HTMLElement or it is not in DOM.`)},w=e=>(0,r.DN)(e)||Z(e)},6719:(e,t,n)=>{"use strict";n.d(t,{Hw:()=>p,Iq:()=>u,mi:()=>c,fw:()=>v,K5:()=>b,Km:()=>f,__:()=>h,z9:()=>g,o:()=>A,FJ:()=>m,bh:()=>d,ZG:()=>l});var r=n(2327),o=n(369),s=n(6539);const i={};r.Z.bunchStore=i;const a={};r.Z.contextStore=a;const c=e=>i[e],d=(e,t)=>{let n;return e?(n=c(e),n&&t&&(n=n.slots?n.slots[t]:null)):n=i,n},l=e=>{Object.assign(a,e)},u=()=>{(0,o.Z)(i,(e=>{delete i[e]}))},p=()=>{(0,o.Z)(a,(e=>{delete a[e]}))},f=e=>{if(!e)return;const t=`${e}`;let n=c(t);return n||(n={},i[t]=n),n},h=e=>{let{slots:t}=e;return t||(t={},e.slots=t),t},m=e=>{const t=f(e);if(t){const e=h(t);if(e)return e}},g=(e,t)=>{const n=m(e);if(n)return n[t]},A=(e,t,n)=>{const r=c(e);if(r){const{slots:e}=r;if(e){const r=e[t];if(r)return r[n]}}},v=e=>e?(0,s.Z)(e,a):a,b=()=>v("geo")},9300:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(46),o=n(9349);const s=(e,t,n)=>!(0,r.Z)(t)&&((0,o.Z)(`${e}: Slot number must be a positive integer (was ${n}).`,!0),!0)},6590:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r={};n(2327).Z.placeholderStore=r;const o=r},118:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var r=n(8886),o=n(1770),s=n(9300),i=n(3205),a=n(6590),c=n(1440),d=n(6205);const l="Placeholders",u=(0,r.cu)("Placeholders>img",{"display!":"none"}),p=(e,t={})=>{const n=(0,d.Z)(e);if(!(0,s.Z)("updatePlaceholder",n,e)&&!(0,c.bg)(n)&&n){const e=a.Z[n];if(e){Object.assign(e,t);const{element:s}=e;if(s){const{released:t,transparent:a,hidden:c,fixed:d,sticky:p}=e,f=l+n,h="none",m="margin",g="padding",A="background",v="minHeight",b="minWidth",Z="overflow",w="height",y="width",_="auto",S=null,C="!",E={"display!":c?h:S};if(t){if(d){if(i.Z.b(p)?p:(0,o.tq)()){const e=(0,r.cu)("sticky"),t={"position!":"sticky","top!":15};(0,r.cu)(`${f} [${e}]`,t),E["display!"]="block"}else E["display!"]="flex",E["justifyContent!"]="center",E["alignItems!"]="center";e[v]&&(E[v+C]=e[v],E[w+C]=_)}else e[w]===_?(E[w+C]=_,E[v+C]=0):(E[w+C]=S,E[v+C]=i.Z.u(e[w])?S:e[w]),e[y]?(E[y+C]=e[y],E[b+C]=_):(E[y+C]=S,E[b+C]=S),E[g+C]=e[g],E[m+C]=e[m];E[Z+C]=e[Z]||S,E[A+C]=a?h:S}else E[y+C]=S,E[w+C]=S,E[b+C]=e[b]||S,E[v+C]=e[v]||S,E[A+C]=S,E[g+C]=S,E[m+C]=S,E[Z+C]=S;(0,r.cu)(f,E),(0,r.aB)(s,u,t),(0,r.Vx)(!c)}}return e}}},1440:(e,t,n)=>{"use strict";n.d(t,{hX:()=>p,bg:()=>u,ZP:()=>f});var r=n(369),o=n(4459),s=n(5620),i=n(1133),a=n(9349),c=n(6205);const d=new Set,l=new Set,u=e=>{if((0,s.I)())return!0;const t=(0,c.Z)(e);if(0!==t){if(d.size)return!d.has(t);if(l.size)return l.has(t)}return!1},p=e=>{(d.size||l.size)&&(0,r.Z)(e,(t=>{u(t)&&delete e[t]}))},f=()=>{const e=(0,c.Z)((0,o.Z)("testSlot")||(0,o.Z)("pos").substr(1)),t=(0,o.Z)("pickSlots"),n=(0,o.Z)("rejectSlots"),r=(0,c.Z)((0,o.Z)("testPos")),s=(0,o.Z)("tcidma"),u=(e,t)=>{e.split(/[|,]/).forEach((e=>{const n=(0,c.Z)(e);n>0&&t(n)}))};if(u(t,(e=>{d.add(e)})),u(n,(e=>{d.has(e)||l.add(e)})),r&&s){let e;try{e=JSON.parse(s)}catch(e){(0,a.Z)("Invalid TCIDMA data","error")}(0,i.Z)(e,1)&&d.add(r)}return e&&d.add(e),{pickSlots:d,rejectSlots:l}}},9234:(e,t,n)=>{"use strict";n.d(t,{JO:()=>u,cV:()=>p,oI:()=>f,DN:()=>m,wN:()=>g,sv:()=>A});var r=n(3612),o=n(5394),s=n(2327),i=n(369),a=n(3205);const c={registration:new Set,impression:new Set,view:new Set};s.Z.slotHandlers=c;const d=(e,t,n)=>{try{e(t,n)}catch(e){(0,o.Z)(e,"SlotHandlers")}},l=(e,t,n)=>{c[e].forEach((e=>{d(e,t,n)}))},u=(e,t)=>{l("registration",e,t)},p=(e,t)=>{l("impression",e,t)},f=(e,t)=>{l("view",e,t)},h=(e,t)=>{const n=c[e];if(a.Z.f(t)&&!n.has(t))return n.add(t),!0},m=e=>{if(h("registration",e))return(0,i.Z)(r.dp,(t=>{d(e,t,(0,r.DN)(t))})),!0},g=e=>h("impression",e),A=e=>h("view",e)},6126:(e,t,n)=>{"use strict";n.d(t,{g:()=>i,r:()=>s});var r=n(619);const o=(0,n(4462).Nu)(5,!0,!0),s=e=>{(0,r.Z)(e,o,!0)},i=e=>!!e[o]},2773:(e,t,n)=>{"use strict";n.d(t,{wD:()=>r,Sc:()=>o,vY:()=>s,MH:()=>i,WE:()=>a,ML:()=>c,Xl:()=>d,GB:()=>l,Y9:()=>u,hu:()=>p,dC:()=>f,ik:()=>h,Uh:()=>m});const r="apnxuid",o="adfmuid",s="openxmiud",i="smartmiud",a="rubiconuid",c="rtbhouseuid",d="pubmaticuid",l="emxdigitaluid",u="ixuid",p="connectaduid",f="stroeercoreuid",h="inisuid",m="uids"},9943:(e,t,n)=>{"use strict";n.d(t,{OT:()=>a,_X:()=>c,XG:()=>d,BD:()=>l});let r,o=!1,s=!1,i=!1;const a=()=>o,c=()=>s,d=()=>i,l=()=>r},4897:(e,t,n)=>{"use strict";n.d(t,{Zd:()=>b,co:()=>Z,wU:()=>w,bB:()=>m,KF:()=>A,go:()=>g,G8:()=>v,jO:()=>h,ZP:()=>y});var r=n(4166),o=n(619),s=n(369),i=n(6539),a=n(7842),c=n(9366),d=n(3205),l=n(9349),u=n(9384);const p={},f=e=>{const t=(0,r.Z)(e);return t.getString=n=>d.Z.s(n)?Object.entries(t.get(n)||{}).map((t=>[e,...t].join("|"))):Object.entries(t.getAll()).map((t=>[e,...t].join("|"))).join(";"),(0,o.Z)(p,e,t),t},h=(e,t,n)=>{const r=p[e];r?(/^[A-Z](:[\w\\/|]+)*$/.test(n)||(0,l.Z)(`Incorrect AB test variant name (${e}:${t}:${n}), valid pattern is '^[A-Z](:[\\w\\/|]+)*$'.`),r.set(t,n)):(0,l.Z)("Authority store does not exist.","error")},m=(e,t)=>{const n=p[e];if(n)return n.get(t)},g=()=>{const e={};return(0,s.Z)(p,((t,n)=>{e[t]=n.getAll()})),e},A=()=>Object.values(p).map((e=>e.getString())).filter((e=>""!==e)).join(";"),v=()=>{const e=(0,c.a)(),{search:t}=(0,u.Z)(e),{abtest:n}=(0,a.Z)(t),r={};if(d.Z.s(n)){decodeURIComponent(n).split(";").forEach((e=>{const[t,n,o]=e.split("|");t&&n&&o&&(r[t]=r[t]||{},r[t][n]=o)}))}return r},b=f("adtech"),Z=f("analytics"),w=f("application"),y=()=>{const e=(0,i.Z)("wp_abtest");(0,s.Z)(e,((e,t)=>{(0,s.Z)(t,((t,n)=>{h(e,t,n)}))}))}},8886:(e,t,n)=>{"use strict";n.d(t,{El:()=>O,cu:()=>P,Cj:()=>k,jo:()=>I,aB:()=>T,ef:()=>L,Vx:()=>E});var r=n(9917),o=n(2327),s=n(369),i=n(8959),a=n(9627),c=n(7795),d=n(3205),l=n(7384),u=n(4462);const p=((0,n(919).FT)()||o.Z.mode)&&!(0,l.Z)("hashstyle")||(0,l.Z)("unhashstyle"),f={};o.Z.mediaStore=f;const h="",m="def",g=["-webkit-","-moz-","-ms-"];let A,v,b=!1,Z=!1;const w=e=>e.replace(/([A-Z])/g,(e=>{if(e)return`-${e[0].toLowerCase()}`})),y=(e,t)=>null!==t?`${e}:${t};`:"",_=e=>{const t=[];return(0,s.Z)(e,((e,n)=>{Array.isArray(n)?n.forEach((n=>{t.push(y(e,n))})):t.push(y(e,n))})),t.join(h)},S=(e,t)=>{const n=/width|height|top|left|right|bottom|margin|padding|font-size|border-radius|text-indent/,r={};return(0,s.Z)(e,(o=>{let s=o;const i=s.match(/(.+)!/);let a=e[s];if(i&&([,s]=i),s=w(s),n.test(s)&&d.Z.n(a)&&(a+="px"),(0,c.Z)(a)?r[s]=null:r[s]=a+(i?"!important":h),Array.isArray(t)){t.map(w).includes(s)&&g.forEach((e=>{r[`${e}${s}`]=a}))}})),r},C=()=>{const e=Object.entries(f).map((([e,t])=>{const n=t.style,r=t.keyframes;let o=h;return e!==m&&(o+=`@media ${e}{`),(0,s.Z)(r,((e,t)=>{o+=((e,t)=>{let n=h,r=h;return(0,s.Z)(t,((e,t)=>{r+=`${e} {${_(t)}}`})),[...g,""].forEach((t=>{n+=`@${t}keyframes ${e} {${r}}`})),n})(e,t)})),(0,s.Z)(n,((e,t)=>{t&&t.hash&&(0,a.Z)(t.style)&&(o+=`.${t.hash}${t.selector||h},[${t.hash}]${t.selector||h}{${_(t.style)}}`)})),e!==m&&(o+="}"),o})).join(h);e&&(b?A.textContent=e:(A=(0,r.Z)(e),(0,i.Z)().appendChild(A),b=!0)),v=null,Z=!1},E=e=>{Z&&(e?(cancelAnimationFrame(v),C()):v||(v=requestAnimationFrame(C)))},P=(e,t,n,r=m)=>{const o=f[r]||{},s=o.style||{},i=o.hash||{},a=e.split(/(\b)/i),c=a.shift();let d=s[e],l=i[c];return d||(d={},l||(l=p?c:(0,u.Nu)(7,36,!0)),d.hash=l,d.selector=a.join(h),d.style={}),t&&(d.style=Object.assign(d.style,S(t,n))),s[e]=d,i[c]=l,o.style=s,o.hash=i,f[r]=o,Z=!0,d.hash},O=(e,t,n,r=m)=>{const o=t,i=f[r]||{};if(i.keyframes=i.keyframes||{},!i.keyframes[e]){if(Object.keys(o).some((e=>!/^(\d+%|from|to)$/.test(e))))return!1;(0,s.Z)(o,((e,t)=>{o[e]=S(t,n)})),i.keyframes[e]=o}return Z=!0,e},I=e=>{const t=e.split(/(\b)/i).shift();(0,s.Z)(f,((e,n)=>{const r=n.style,o=n.hash;if(o[t]){const e=o[t];delete o[t],(0,s.Z)(r,((t,n)=>{n.hash===e&&delete r[t]}))}})),Z=!0},k=(e,t)=>{if(e)return e.classList.add(t),e.setAttribute(t,""),e},L=(e,t)=>{if(e)return e.classList.remove(t),e.removeAttribute(t),e},T=(e,t,n)=>{if(e){return(d.Z.b(n)?n:!e.hasAttribute(t))?k(e,t):L(e,t),e}}},3574:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r="https://std.wpcdn.pl/"},5467:(e,t,n)=>{"use strict";n.d(t,{P:()=>i,q:()=>a});var r=n(619),o=n(6539);let s;const i=()=>(0,o.Z)("rekid")||s,a=e=>{(0,r.Z)(window,"rekid",e),s=e}},975:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(()=>{let e=!0;try{e=window.self===window.top}catch(t){e=!1}return e})()},9634:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const{navigator:r}=window,o=r&&(r.connection||r.mozConnection||r.webkitConnection)||!1},450:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s,Q:()=>i});var r=n(619),o=n(6539);const s=e=>{let t=(0,o.Z)("wp_dot_addparams");return t&&e&&(t=t[e]),t},i=e=>(0,r.Z)(window,"wp_dot_addparams",e)},1770:(e,t,n)=>{"use strict";n.d(t,{x_:()=>m,TH:()=>w,Rf:()=>O,N0:()=>I,mL:()=>h,i7:()=>d,hx:()=>p,Pk:()=>y,tq:()=>g,c3:()=>b,LM:()=>S,f0:()=>u,QT:()=>P,Zo:()=>Z,V8:()=>A,YG:()=>C,G6:()=>l,Qt:()=>_,KD:()=>E,g3:()=>k,X2:()=>v,ED:()=>f});var r=n(6539),o=n(4523),s=n(3205),i=(n(919),n(4841)),a=n(2230),c=n(6205);const d=(0,a.Z)("iphone|ipad|ipod")&&!window.MSStream?(0,a.Z)("crios"):(0,a.Z)("chrome"),l=(0,a.Z)("safari")&&!(0,a.Z)("chrome"),u=(0,a.Z)("opr\\/")||s.Z.o(window.opera),p=(0,a.Z)("firefox\\/")&&!(0,a.Z)("(compatible|webkit)"),f=(0,a.Z)("Win"),h=(0,a.Z)("iphone|ipad|ipod|macintosh"),m=(()=>{const{userAgent:e}=window.navigator;let t;return o.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:p?t=(0,c.Z)((e.match(/firefox\/(\d+)/i)||[])[1])||0:l&&(t=(0,c.Z)((e.match(/version\/(\d+)/i)||[])[1])||0),t})(),g=()=>!!((0,i.y1)("_m_|_mobile")||(0,r.Z)("wp_mobile")||(0,r.Z)("isMobile")),A=()=>(0,i.y1)("poczta|profil|pomoc|onelogin"),v=()=>(0,i.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),b=()=>(0,i.y1)("^money"),Z=()=>(0,i.y1)("^nwm_parenting"),w=()=>(0,i.y1)("^nwm_abczdrowie"),y=()=>(0,i.y1)("^magazyn"),_=()=>(0,i.y1)("^sportowefakty"),S=()=>(0,i.y1)("o2_o2_pl"),C=()=>(0,i.y1)("^pudelek|pudelek_pl$"),E=()=>(0,i.y1)("^(sg|sg_mobile)$"),P=()=>!!(0,r.Z)("PAKO"),O=()=>!!(0,r.Z)("wp_amp"),I=()=>(0,i.y1)("^app"),k=()=>(0,i.y1)("^vibez")},1081:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=void 0!==Object.getOwnPropertyDescriptor(window.navigator,"userAgent")},7003:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(2327);const o=()=>document.getElementById(r.Z.bucket)||document.currentScript},528:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(1081);const o=(0,n(2230).Z)("google|hotjar|ruxit|lighthouse|yandex|pinterest|(bing|apple|moat|petal|ad)bot")&&!r.Z},4523:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(0,n(2230).Z)("trident\\/")},4841:(e,t,n)=>{"use strict";n.d(t,{PO:()=>a,W_:()=>s,ut:()=>i,GD:()=>c,y1:()=>d});var r=n(619),o=n(6539);const s=()=>(0,o.Z)("wp_sn"),i=e=>(0,r.Z)(window,"wp_sn",e),a=()=>(s()||"").replace(/(_dynamic)/g,""),c=e=>{const t=e||s();return t&&"unknown"!==t},d=e=>{let t=e;return Array.isArray(t)&&(t=`^(${t.join("|")})$`),new RegExp(t).test(s())}},2230:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>new RegExp(e,"i").test(window.navigator.userAgent)},1386:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var r=n(2327),o=n(3205),s=n(2621),i=n(9349);const a={};r.Z.dams=a;class c{constructor(e){this.isOpen=!1,this.name=e,this.counter=0,this.queue=[]}run(e){clearTimeout(e.timeout),e.cb()}fill(e,t,n){if(o.Z.f(e)){this.counter+=1;const r={cb:e,info:t,id:this.counter};this.isOpen?this.run(r):(this.queue.push(r),(0,s.Z)(n)&&(r.timeout=setTimeout((()=>{this.queue.splice(this.queue.indexOf(r),1),this.run(r)}),n)))}}empty(){this.queue.length=0}close(){this.isOpen=!1}open(){for(this.isOpen=!0;this.queue.length&&this.isOpen;)this.run(this.queue.shift())}}const d=e=>{if(o.Z.s(e))return a[e]=a[e]||new c(e),a[e];(0,i.Z)(`Given Dam name must be a String, was '${typeof e}'.`,!0)}},5620:(e,t,n)=>{"use strict";n.d(t,{IN:()=>s,oQ:()=>i,US:()=>a,B2:()=>c,FJ:()=>u,YE:()=>f,uD:()=>h,j5:()=>l,U6:()=>m,Yw:()=>g,I:()=>p,s4:()=>A,QE:()=>v,kQ:()=>b,h5:()=>Z,FM:()=>d});var r=n(703),o=n(4030);const s=()=>!!(0,r.q)("tcid"),i=()=>!!(0,r.q)("tcidma"),a=()=>!!(0,r.q)("matoken"),c=()=>(s()||i())&&!(0,r.q)("tcidf"),d=()=>!!(0,r.q)("blockers"),l=()=>!!(0,r.q)("noext"),u=()=>!!(0,r.q)("noadv")||l()||a()||o.Z.blackout,p=()=>!!(0,r.q)("nodisplay")||u(),f=()=>!!(0,r.q)("nodirect")||p(),h=()=>!!(0,r.q)("nogam")||p(),m=()=>!!(0,r.q)("noprebid")||p()||c(),g=()=>!!(0,r.q)("novideo")||u(),A=()=>!!(0,r.q)("nodetector"),v=()=>"1"===(0,r.q)("nowave"),b=()=>"1"===(0,r.q)("nofsc"),Z=()=>"1"===(0,r.q)("noshow")},9460:(e,t,n)=>{"use strict";n.d(t,{Hy:()=>y,Hj:()=>_,vS:()=>w,_k:()=>S,XX:()=>C,pp:()=>E,DH:()=>P,nr:()=>O,XV:()=>I,Um:()=>k,mc:()=>j,uU:()=>L,Ns:()=>T,vv:()=>D,hT:()=>M,ZP:()=>x});var r=n(3121),o=n(2327),s=n(3205);const i="load",a="DOMContentLoaded",c="_visible",d="_hidden",l="_resizeend",u="_scrollend",p={},f={},h={},m={},g={};o.Z.handlers={isAttached:p,executions:f,executionsDone:h,attachedOnce:m,eventQueue:g};const A=(e,t)=>{const n=g[e];if(n){const r=n.length;let o;for(let i=0;i<r;i+=1)o=m[e]?n.shift():n[i],s.Z.f(o)&&o(t)}m[e]&&(h[e]=!0)},v=e=>{let t;return n=>{clearTimeout(t),t=setTimeout((()=>{A(e,n)}),100)}},b={[u]:["scroll",v(u)],[l]:["resize",v(l)]},Z=e=>{const t=g[e],n=b[e];t&&t.length&&!p[e]?(n?_(n[0],n[1]):window.addEventListener(e,f[e]),p[e]=!0):t&&t.length||!p[e]||(n?w(n[0],n[1]):window.removeEventListener(e,f[e]),p[e]=!1)},w=(e,t)=>{((e,t)=>{const n=g[e]||[];if(t&&n){const e=n.indexOf(t);e>-1&&n.splice(e,1)}})(e,t),Z(e)},y=()=>/te/.test(document.readyState),_=(e,t,n,o)=>{/^[a-z]+:[a-z]+$/i.test(e)?(0,r.Hj)(e,t,o):((e=>{f[e]||(f[e]=t=>{A(e,t)})})(e),((e,t,n,r)=>{g[e]=g[e]||[];const o=r?"unshift":"push";n&&(m[e]=!0),s.Z.f(t)&&(h[e]?t():g[e][o](t))})(e,t,n,o),Z(e))},S=(e,t)=>{_(a,e,!0,t)},C=(e,t)=>{_(i,e,!0,t)},E=(e,t)=>{_("orientationchange",e,!1,t)},P=(e,t)=>{_("resize",e,!1,t)},O=(e,t)=>{_("scroll",e,!1,t)},I=(e,t)=>{_(l,e,!1,t)},k=(e,t)=>{_(u,e,!1,t)},L=(e,t)=>{_("pagehide",e,!1,t)},T=(e,t)=>{_("pageshow",e,!1,t)},j=(e,t)=>{_("beforeunload",e,!0,t)},D=(e,t)=>{_(c,e,!1,t)},M=(e,t)=>{_(d,e,!1,t)},x=()=>{h.load="complete"===document.readyState,h[a]=y(),document.addEventListener("visibilitychange",(e=>{A(document.hidden?d:c,e)}))}},7792:(e,t,n)=>{"use strict";n.d(t,{a_:()=>m,UC:()=>v,ZP:()=>b});var r=n(2978),o=n(9460),s=n(846),i=n(2327),a=n(1530),c=n(3495),d=n(7508),l=n(4459),u=n(5908);let p;const f=(0,n(6205).Z)((0,l.Z)("refreshTime")),h=f||300,m="WParld",g=()=>{p=Date.now()},A=()=>{if(p+1e3*h<Date.now()){const e=e=>e.isPlaying&&e.isPlaying()&&e.getVolume&&e.getVolume()>0;0===(0,c.Z)().filter(e).length?((0,u.Z)(m,1),window.scrollTo(0,0),window.location.reload()):g()}else g()},v=()=>{(0,o.vS)("_visible",A)},b=()=>{!f&&((0,l.Z)("noRefresh")||i.Z.mode||(0,d.Z)("noRefresh"))||s.Z.fill((()=>{const e=[r.o2,r.G$,r.O0,r.Xp];(0,r.aD)(e)&&((0,a.Z)("AutoRefresh",!0),g(),(0,o.hT)(g),(0,o.vv)(A))}))}},4166:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var r=n(2327),o=n(3205),s=n(9349);const i={};r.Z.stores=i;class a{constructor(e){this.name=e,this.reset()}set(e,t){this.store[e]=t}get(e){return this.store[e]}remove(e){delete this.store[e]}reset(){this.store={}}has(e){return!o.Z.u(this.store[e])}getAll(){return this.store}}const c=e=>{if(o.Z.s(e))return i[e]=i[e]||new a(e),i[e];(0,s.Z)(`Given Store name must be a String, was '${typeof e}'.`,!0)}},703:(e,t,n)=>{"use strict";n.d(t,{a:()=>a,q:()=>c});var r=n(7842);const{search:o,hash:s}=window.location,i=Object.assign((0,r.Z)(o),(0,r.Z)(s)),a=()=>i,c=e=>i[e]||""},4923:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(5599);const o=e=>{const t=()=>{const n=(0,r.Z)();n?e(n):requestAnimationFrame(t)};return t}},7885:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r="1~"+[39,43,46,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,1033,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(".")},1752:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var r=n(5394),o=n(961),s=n(7508),i=n(1467),a=n(6205),c=n(7265);const d=()=>{const e=Math.floor(Date.now()/864e5),t=(0,a.Z)((0,s.Z)("WPtcsb"));(t&&e>t||!t)&&!((()=>{const{purposeConsents:e,vendorConsents:t}=c.Z.tcModel;return e.size>0&&t.size>0})()&&(0,o.BF)("mr","TP")&&(0,o.BF)("mr"))&&n.e(599).then(n.bind(n,3054)).then((({default:t})=>{(0,i.b)("consentBarShow"),t(e)})).catch((e=>{(0,r.Z)(e,"ConsentBar")}))}},2020:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r={};n(2327).Z.commons=r;const o=r},846:(e,t,n)=>{"use strict";n.d(t,{e:()=>o,Z:()=>s});const r=(0,n(1386).Z)("Consent"),o=()=>{setTimeout((()=>r.open()),16)},s=r},8228:(e,t,n)=>{"use strict";n.d(t,{p:()=>v,Z:()=>b});var r=n(2978),o=n(961),s=n(9460),i=n(2020),a=n(1752),c=n(846),d=n(4459),l=n(967),u=n(6679),p=n(1770),f=n(3205),h=n(1361),m=n(4841),g=n(4923);const A=(e,t)=>{const n=(0,p.tq)()||(0,u.Z)()<670||(0,l.Z)()<500,f=(0,d.Z)("gdprLoad"),A=(0,d.Z)("gdprMode");i.Z.isMobile=n,i.Z.activeCard=t,i.Z.isEcom=(0,r.Hl)()===r.BB&&!(0,m.y1)("totalmoney|extradom")||A===r.BB;const v=(0,o.U2)("ts")<15695352e5&&!(0,o.BF)("mr","TP");!(0,o.U2)("ua")&&!(0,o.BF)("mr","TP")||v||f||e?(0,h.Z)():((0,s._k)((0,g.Z)(a.Z)),c.Z.open())},v=(e,t)=>{c.Z.fill((()=>{A(!0,t),f.Z.f(e)&&(c.Z.close(),c.Z.fill(e))}))},b=A},1361:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var r=n(5394),o=n(846),s=n(6733),i=n(1143),a=n(1467);const c=()=>{(0,a.b)("formViewLoad");const e="GDPRBoardLoadStart";(0,i.Z)(e),n.e(599).then(n.bind(n,1758)).then((({default:t})=>{(0,s.Z)("GDPRBoardLoadedTime",e,"GDPRBoardLoadEnd"),t()})).catch((t=>{o.Z.open(),(0,s.Z)("GDPRBoardErrorTime",e,"GDPRBoardLoadError"),(0,r.Z)(t,"ConsentForm")}))}},961:(e,t,n)=>{"use strict";n.d(t,{rl:()=>f,Ld:()=>h,BF:()=>u,U2:()=>c,t8:()=>l,uB:()=>i,gf:()=>p,ZP:()=>m});const r={};let o=!1,s=!1;const i=()=>r,a=(e="WPM",t)=>(t&&(r[e]=r[e]||{}),r[e]),c=(e,t="WPM")=>{const n=a(t);if(n)return n[e]},d=e=>{a(e,!0).ts=Date.now()},l=(e,t,n="WPM")=>{const r=a(n,!0);r[e]!==t&&("mr"!==e&&"ck"!==e||d(n),s&&(o=!0),r[e]=t)},u=(e,t="WPM")=>2===c(e,t),p=e=>{JSON.stringify(r)!==JSON.stringify(e)&&(o=!0),Object.assign(r,e),u("mr")&&l("cspid","[1,2,3,4,5,6,7,8,9,10]"),u("mr","GWP")&&l("cspid","[1,2,3,4,5,6,7,8,9,10]","GWP"),u("mr","TP")&&l("cspid","[1]","TP")},f=()=>o,h=e=>{o=e};l("mr",0),l("ck",0),l("mr",0,"GWP"),l("ck",0,"GWP"),l("mr",0,"TP"),l("ck",0,"TP"),s=!0;const m={set:l,get:c,check:u,setOrigin:(e,t)=>{a(t,!0).rg=e},setTime:d,getHoldingState:i}},1992:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var r=n(6139),o=n(5394),s=n(961),i=n(7550),a=n(3372),c=n(7265);const d=(e,t,n,d,l)=>{let u,p,f,h=!0;e?(0,s.BF)("mr","TP")&&(f=d):(h=t,h&&(f=d));if(n!==c.Z.tcString){if(h){p=n;try{e?(0,i.Z)(p)?(u=r.TCString.decode(p),c.Z.gvl&&(u.gvl=c.Z.gvl)):(u=new r.TCModel(c.Z.gvl),u.cmpId=72,u.cmpVersion=2,u.consentScreen=2,u.consentLanguage="pl",u.publisherCountryCode="PL",u.isServiceSpecific=!0):(0,i.Z)(p)&&(u=r.TCString.decode(p))}catch(e){(0,o.Z)(e,"TCModel")}}c.Z.dirty=!0,c.Z.tcString=p,c.Z.tcModel=u}c.Z.gdprApplies=h,c.Z.acs=f,(0,a.p)(l)}},7265:(e,t,n)=>{"use strict";n.d(t,{d:()=>s,Z:()=>i});var r=n(2327);const o={dirty:!1,tcString:"",tcModel:null,gdprApplies:!0,acs:""};r.Z.vendorsState=o;const s=()=>o.tcString,i=o},1467:(e,t,n)=>{"use strict";n.d(t,{A:()=>a,b:()=>c});var r=n(2327),o=n(2890),s=n(4769),i=n(919);const a={tcf:2};(r.Z.mode||(0,i.FT)())&&(a.devel=1);const c=(e,t)=>{const n=Object.assign({},t,a,{time:Math.round((0,o.zO)())});(0,s.Z)(void 0,n,`gdpr_${e}`,{useLink:!0})}},129:(e,t,n)=>{"use strict";n.d(t,{Pw:()=>D,p:()=>j});var r=n(7550),o=n(3205),s=n(4462),i=n(9349);const a=(e,t)=>{if(!(0,r.Z)(e)||!(0,r.Z)(t))return(0,i.Z)("parameters must be of type string",!0),"";const n=t.length,o=e.length;let s="";for(let r=0;r<o;r+=1){const o=e.charCodeAt(r),i=t.charCodeAt(r%n);s+=String.fromCharCode(o^i)}return s},c=e=>{if((0,r.Z)(e)){const t=decodeURIComponent(e),n=t.substr(0,3),r=t.substr(3);let s;try{s=JSON.parse(a(atob(r),n))}catch(e){}if(s&&o.Z.o(s))return s.keybase=n,s}};var d=n(961),l=n(31),u=n(4596),p=n(7508),f=n(5217),h=n(5908),m=n(4343);const g=(e,t)=>new Promise((n=>{t?((0,h.Z)(e,t),(0,f.X)(e,t),m.Z.set(e,t,(r=>{l.Z.set(e,t,(e=>{n(e)}))}))):n({name:e,value:t,error:1})})),A=e=>new Promise((t=>{t((0,p.Z)(e)||(0,u.Z)(e)||null)})),v=e=>new Promise((t=>{m.Z.get(e,(n=>{n.value&&!n.error?t(n.value):l.Z.get(e,(e=>{t(e.value)}))}))}));var b=n(7885),Z=n(919),w=n(4841),y=n(846),_=n(8228),S=n(6918),C=n(4459),E=n(528),P=n(975);const O=()=>{const e=(0,C.Z)("gdprLoad"),t=(0,C.Z)("gdprOff"),n=(0,w.y1)("^(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|perupl|portugaliapl|rodospl|safagapl|santorinipl|tabapl|teneryfapl|travelleadpl|tunezjapl|turcjapl|wypoczynekpl|wakacjepl_forum|karierawakacjepl|finansowysupermarket|diety|parklot|kredytomat)"),r=(0,Z.FT)("(grupawp.pl|(onas|inwestor|holding|koszykrd|1login).wp.pl)");P.Z&&(0,w.GD)()&&!r&&!n&&!(0,w.y1)("poczta|profil|onelogin")&&!E.Z&&!t||e?(0,_.Z)():y.Z.open(),n&&(0,S.Z)({message:"GDPR",path:"OffSN",fileName:window.location.hostname},1e3)};var I=n(1992),k=n(7265);const L="WPdp",T="WPtcs2",j=()=>Promise.all([new Promise((e=>{(0,d.rl)()?((0,d.Ld)(!1),g(L,(e=>{if(e&&o.Z.o(e)){const t=e,n=t.keybase||(0,s.Nu)(3,36,!0);let o;delete t.keybase;try{o=n+btoa(a(JSON.stringify(t),n))}catch(e){}if(t.keybase=n,(0,r.Z)(o))return encodeURIComponent(o)}})((0,d.uB)())).then((t=>{e(t)}))):e(L)})),new Promise((e=>{k.Z.dirty?(k.Z.dirty=!1,g(T,k.Z.tcString).then((t=>{e(t)}))):e(T)}))]).then((e=>{})),D=()=>{new Promise((e=>{Promise.all([A(L),A(T)]).then((t=>{e(t)}))})).then((([e,t])=>{(0,d.gf)(c(e)),(Z.pt||t)&&((0,I.Z)(!0,!0,t,b.Z),O()),Z.pt?j():new Promise((e=>{Promise.all([v(L),v(T)]).then((t=>{e(t)}))})).then((([e,n])=>{(0,d.gf)(c(e)),(!t||n&&n!==t)&&(0,I.Z)(!0,!0,n,b.Z),t||O(),j()}))}))}},3448:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(4064),o=n(7265);const s=(e,t)=>{const{tcModel:n}=o.Z;let s=!1;if(n){const{vendorConsents:o,vendorLegitimateInterests:i}=n;s=(o.has(e)||i.has(e))&&(0,r.Z)(t)}return s}},3372:(e,t,n)=>{"use strict";n.d(t,{i:()=>m,p:()=>h});var r=n(3399),o=n(5394),s=n(846),i=n(6918),a=n(8959),c=n(961),d=n(9627),l=n(3205),u=n(309),p=n(2014),f=n(7265);const h=(e=!1)=>{f.Z.cmpapi&&f.Z.cmpapi.update(e?"":f.Z.tcString||"",e)},m=()=>{const e=e=>(t,n,r)=>{(0,d.Z)(n)&&(n.holdingConsents=(0,c.uB)(),n.addtlConsent=f.Z.acs,(0,i.Z)({message:"CMP",fileName:n.eventStatus,path:e,campaign:n.cmpStatus+"|"+n.displayStatus,slot:(0,p.Z)(r)},1e5)),t(n,r)},t={ping:e("ping"),getTCData:e("getTCData"),getInAppTCData:e("getInAppTCData"),getVendorList:e("getVendorList"),addEventListener:e("addEventListener"),removeEventListener:e("removeEventListener")};try{f.Z.cmpapi=new r.CmpApi(72,2,!0,t);const e=e=>{s.Z.fill((()=>{try{const t=l.Z.s(e.data),n=(t?JSON.parse(e.data):e.data).__tcfapiCall;if(n){const{command:r,version:o,callId:s,parameter:i}=n,a=(n,r)=>{const o={__tcfapiReturn:{returnValue:n,success:r,callId:s}};e.source.postMessage(t?JSON.stringify(o):o,"*")};window.__tcfapi(r,o,a,i)}}catch(e){}}))};window.addEventListener("message",e,!1)}catch(e){(0,o.Z)(e,"CMP")}(0,a.Z)().appendChild(u.Z)}},4064:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7265);const o=e=>{const{tcModel:t}=r.Z;let n=!1;if(t){const{purposeConsents:r,purposeLegitimateInterests:o}=t;n=e.filter((e=>r.has(e)||o.has(e))).length===e.length}return n}},309:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r=(0,n(4443).Z)();r.name="__tcfapiLocator";const o=r},2971:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(369),o=n(7795),s=n(3205);const i=(e,t)=>{let n=e;return s.Z.u(n)||(s.Z.o(n)?(0,r.Z)(n,((e,r)=>{(0,o.Z)(r)||""===r||"undefined"===r?delete n[e]:n[e]=i(r,t)})):t&&(n=encodeURIComponent(""+n))),n},a=i},8937:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(4462);const o=e=>{const t=[],n=e.length;let o=0,s=0;for(;o<n;o+=s)s=(0,r.$6)(4)+1,t.push(e.substring(o,o+s)+"\\200B ");return'"'+t.join("").replace(/\|/g,"\\A ")+'"'}},7755:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(6918);const o=(e,t,n,o,s)=>{let i=n;Object.defineProperty(e,t,{get:()=>(o&&(0,r.Z)({message:"getProperty",path:t},o,s),i),set:e=>{o&&(0,r.Z)({message:"setProperty",path:t},o,s),i=e},configurable:!0,enumerable:!0})}},7174:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(5394);const o=(e,t,n)=>{try{Object.defineProperty(e,t,{value:n,enumerable:!0})}catch(e){e.campaign=t,(0,r.Z)(e,"definePropertyHard")}}},619:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(3205);const o=(e,t,n)=>{const o=Object.getOwnPropertyDescriptor(e,t);o&&!o.configurable||Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0,enumerable:!r.Z.f(n)})}},9917:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7159);const o=(e,t)=>{const n=t||(0,r.Z)("style");return n.type="text/css",n.dataset.id="wpcss",n.textContent=e,n}},7159:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e="div")=>document.createElement(e)},4443:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7159);const o=()=>{const e=(0,r.Z)("iframe");return e.style.visibility="hidden",e.style.display="none",e}},4133:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var r=n(8886),o=n(4462),s=n(7159);const i=(0,r.cu)("fakeParent",{"display!":"block",width:"inherit",height:"inherit"}),a=(0,r.cu)("noSizeParent",{"display!":"block"}),c=(e,t,n,c,d,l=4,u=1)=>{const p=(0,o.$6)(l)+u,f=(0,s.Z)();let h,m,g=f;for(c&&(f.id=(0,o.Nu)(10,16,!0)),(0,r.Cj)(f,d?a:i),m=0;m<p;m++)h=(0,s.Z)(),(0,r.Cj)(h,d?a:i),g.appendChild(h),g=h;n?e.insertBefore(f,n):e.appendChild(f),g.appendChild(t)}},5599:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>document.body},4491:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>document.documentElement},5925:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(5599),o=n(4491);const s=e=>{const t=e||(0,r.Z)()||{},n=e||(0,o.Z)()||{};return Math.max(t.scrollHeight,t.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight)}},8959:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>document.head},1162:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>2147483647},967:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(4491);const o=()=>window.innerHeight||(0,r.Z)().clientHeight},330:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(5599),o=n(4491);const s=()=>{const e=(0,r.Z)()||{},t=(0,o.Z)()||{};return window.pageYOffset||t.scrollTop||e.scrollTop||0}},6679:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(4491);const o=()=>window.innerWidth||(0,r.Z)().clientWidth},5253:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(5599);const o=e=>e instanceof HTMLElement&&(0,r.Z)()&&(0,r.Z)().contains(e)},9610:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>(e.offsetParent||"fixed"===window.getComputedStyle(e).position)&&"hidden"!==e.getAttribute("visibility")},4263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e,t)=>document["querySelector"+(t?"All":"")](e)},369:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e,t)=>{if(e instanceof Object){const n=Object.entries(e),{length:r}=n;for(let e=0;e<r;e++){const[r,o]=n[e];t(r,o)}}}},1756:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(9372),o=n(4263);const s=e=>{const t=(0,o.Z)('link[rel="canonical"]');return t?(0,r.Z)(t.href,e):""}},5212:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(9372);const o=e=>(0,r.Z)(window.location.href,e)},4459:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=n(703).q},6539:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(5394);const o=(e,t=window)=>{let n;try{n=t[e]}catch(t){t.campaign=e,(0,r.Z)(t,"getPropertyValue")}return n}},7842:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(1133),o=n(7550);const s=(e,t,n="&")=>{const s={};if((0,o.Z)(e)){e.replace(/(^[?#])/,"").split(n).forEach((e=>{const n=e.split("=");if(2===n.length){const e=n[0].trim(),i=decodeURIComponent(n[1].trim());(0,r.Z)(t)&&!t.includes(e)||(0,o.Z)(e)&&(0,o.Z)(i)&&(s[e]=i)}}))}return s}},9372:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e,t)=>e?e.substring(0,t||500):""},5006:(e,t,n)=>{"use strict";n.d(t,{w:()=>u,S:()=>h});var r=n(9460),o=n(552),s=n(369),i=n(5599),a=n(7894);const{history:c}=window;let d,l;const u=e=>{l&&d&&(c.replaceState(c.state,document.title,d),l=!1),(0,i.Z)().removeEventListener("mousemove",u),window.removeEventListener("blur",u)},p=()=>{(0,i.Z)().addEventListener("mousemove",u),window.addEventListener("blur",u)},f=e=>{e.target.removeEventListener("contextmenu",f),p()},h=({referrerParams:e,rightClickOnLinkNode:t,linkNode:n,toNewWindow:i})=>{d=window.location.href;let h=d;(0,s.Z)(e,((e,t)=>{const n=a.Mn[e]||e;h=(0,o.Z)(h,n,t,!0,!0)})),c.replaceState(c.state,document.title,h),l=!0,t?n.addEventListener("contextmenu",f):(i&&setTimeout(p),(0,r.hT)(u))}},1133:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e,t=0)=>Array.isArray(e)&&(t>0?e.length===t:e.length>0)},9627:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(7795),o=n(3205);const s=e=>!(0,r.Z)(e)&&o.Z.o(e)&&Object.keys(e).length>0},7550:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(3205);const o=(e,t=0)=>r.Z.s(e)&&(t>0?e.length===t:e.length>0)},8917:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(3205);const o=e=>r.Z.n(e)&&isFinite(e)},2915:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>null!==e&&(e!=e||+e!=e)},7795:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>null==e},3205:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r=(e,t)=>typeof e===t;[["u","undefined"],["s","string"],["b","boolean"],["n","number"],["o","object"],["f","function"],["y","symbol"]].forEach((e=>{r[e[0]]=t=>r(t,e[1])}));const o=r},2621:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(8917);const o=e=>(0,r.Z)(e)&&e>0},46:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(8917);const o=e=>(0,r.Z)(e)&&Math.floor(e)===e,s=e=>o(e)&&e>0},552:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(7506),o=n(7550),s=n(3205);const i=(e="",t="",n="",i,a)=>{let c=e,d=n;return s.Z.n(d)&&(d=`${d}`),(0,o.Z)(c)?a?(/\?/.test(c)||(c+="?"),/(\?|&)$/.test(c)||(c+="&")):"?"!==c.substr(-1)&&(c+="&"):c="",(0,o.Z)(t)&&(c+=t,(0,o.Z)(d)&&(c+=`=${(0,r.Z)(d,i)}`)),c}},7506:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(e,t=!1)=>t?encodeURIComponent(e):e},4033:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(7506),o=n(369),s=n(3205);const i=(e,t,n)=>{const i=[];return e&&(s.Z.o(e)?(0,o.Z)(e,((e,o)=>{s.Z.u(o)||""===o&&!n||i.push(`${(0,r.Z)(e,t)}=${(0,r.Z)(o,t)}`)})):s.Z.s(e)&&i.push(e)),i.join("&")}},9384:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7550);const o=e=>{let t={href:e};if((0,r.Z)(e))if(window.URL)try{t=new window.URL(e)}catch(e){}else{const n=e.match(/^(?:(https?\:)?\/\/)?(([^:\/?#]*)(?:\:([0-9]+))?)([\/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);n&&([,t.protocol,t.host,t.hostname,t.port,t.pathname,t.search,t.hash]=n)}else t.href="";return t}},7384:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>{const{search:t,hash:n}=window.location,r=new RegExp(`[#?&](${e})(?:=([^&?=#]*))?([&?]|$)`);let o;return t&&(o=t.match(r)),!o&&n&&(o=n.match(r)),o}},4462:(e,t,n)=>{"use strict";n.d(t,{vj:()=>i,Nu:()=>s,$6:()=>o});var r=n(6205);const o=e=>{const t=(0,r.Z)(e);return Math.floor(Math.random()*t)},s=(e=10,t,n)=>{const r=!0===t?16:t||10;let s="";for(n&&(s=String.fromCharCode(o(26)+97));s.length<e;)s+=Math.random().toString(r).substr(2),s=s.substr(0,e);return s},i=(e=100)=>0===o(e)},1384:(e,t,n)=>{"use strict";n.d(t,{ac:()=>d,DO:()=>a,qL:()=>c});var r=n(92),o=n(5394),s=n(5786);const i={},a=(e,t)=>{try{i[e]=t,Object.defineProperty(r.WP,e,{value:t,configurable:!0,enumerable:!0})}catch(e){(0,o.Z)(e,"registerApiInternal")}},c=(e,t,n)=>{try{if(n!==(0,s.V)())throw new Error("Mismatched API key");i[e]=t,Object.defineProperty(r.WP,e,{value:t,enumerable:!0})}catch(e){(0,o.Z)(e,"registerApi")}},d=e=>i[e]},919:(e,t,n)=>{"use strict";n.d(t,{FT:()=>o,Ny:()=>i,pt:()=>s});const r=/\./g,o=(e="localhost")=>new RegExp(e.replace(r,"\\.")).test(window.location.hostname),s=o("www.wp.pl"),i=o("wp.pl")},2014:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(3205),o=n(6205);const s=e=>r.Z.b(e)?+e:(0,o.Z)(e)>0?1:0},6205:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>parseInt(e,10)||0},31:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(4596),o=n(919),s=n(3205),i=n(1660),a=n(4464),c=n(5217);const d=(e,t,n,d,l)=>{const u={method:"cookie",action:e,name:t,value:d,cb:n,expires:l};if(o.pt){switch(e){case"set":(0,c.X)(t,d);break;case"get":u.value=(0,r.Z)(t);break;case"remove":(0,a.i)(t)}s.Z.f(n)&&n(u)}else(0,i.y)(u)},l={set:(e,t,n,r)=>{d("set",e,n,t,r)},get:(e,t)=>{d("get",e,t)},remove:(e,t)=>{d("remove",e,t)}}},9138:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r={"%20":" ","%2C":",","%3B":";","%3D":"="},o=(e="")=>e.toString().replace(/%(20|2C|3B|3D)/gi,(e=>r[e]))},2360:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r={" ":"%20",",":"%2C",";":"%3B","=":"%3D"},o=(e="")=>e.toString().replace(/[\s,;=]/gi,(e=>r[e]))},5888:(e,t,n)=>{"use strict";n.d(t,{j:()=>r,e:()=>o});const r=e=>{const t=Date.now();return new Date(t+1e3*e*60)},o=()=>r(561600)},7902:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(9138),o=n(2226),s=n(7550);const i=()=>{const e={};if((0,o.Z)()){const t=document.cookie;(0,s.Z)(t)&&t.split("; ").forEach((t=>{const n=t.split("="),o=(0,r.Z)(n[0]),s=(0,r.Z)(n[1]);e[o]=s}))}return e}},4596:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(9138),o=n(2226);const s=e=>{if((0,o.Z)()){const t=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)");return t?(0,r.Z)(t.pop()):null}return null}},2501:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>window.location.hostname.split(".").slice(-2).join(".")},2226:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});let r=!1;try{const e="_X_=1",t="; SameSite=None; Secure";document.cookie=e+t;const n=-1!==document.cookie.indexOf(e);document.cookie=e+"; expires=Thu, 01-Jan-1970 00:00:01 GMT"+t,r=n}catch(e){}const o=()=>r},4464:(e,t,n)=>{"use strict";n.d(t,{n:()=>s,i:()=>i});var r=n(2501),o=n(5217);const s=(e,t,n)=>{const r=new Date;return r.setYear(0),(0,o.d)(e,"",r,t,n)};function i(e){return s(e,"/",(0,r.Z)())}},5217:(e,t,n)=>{"use strict";n.d(t,{d:()=>c,X:()=>d});var r=n(2360),o=n(2501),s=n(2226),i=n(3205),a=n(5888);const c=(e,t,n,o,a)=>{if((0,s.Z)()&&!i.Z.u(e)&&!i.Z.u(t)){let s=`${(0,r.Z)(e)}=${(0,r.Z)(t)}`;return s+=n?`;expires=${n.toUTCString()}`:"",s+=o?`;path=${o}`:"",s+=a?`;domain=${a}`:"",s+="; SameSite=None; Secure",document.cookie=s,!0}},d=(e,t,n=(0,a.e)())=>c(e,t,n,"/",(0,o.Z)())},1660:(e,t,n)=>{"use strict";n.d(t,{Z:()=>F,y:()=>M});var r=n(4024),o=n(4443),s=n(7550);var i=n(6918),a=n(2327),c=n(9627);const d=e=>{if((0,c.Z)(e))try{return"wphub://"+JSON.stringify(e)}catch(e){}};var l=n(1530),u=n(5599),p=n(8959),f=n(4459),h=n(3205),m=n(9349),g=n(1143),A=n(5749),v=n(9384),b=n(4462),Z=n(7832);const w=(0,b.Nu)(6,16,!0),y=window.location.origin,_={},S=[],C=[];a.Z.hubData=C;let E,P,O,I,k,L=!1,T=!1,j=!1;const D=e=>{const t=e.method,n=w+e.name,r=e.action;if(C.push(e),"hub"===t)"ready"===r&&((0,l.Z)("HUB",!0),(0,g.Z)("HubAPIReady"),T=!0,clearTimeout(I),x());else{const o=_&&_[t]&&_[t][n],s=o&&o[r];if(s)for(;s.length;)s.shift()(e)}},M=e=>{const t=e;((e,t,n,r)=>{const o=w+t;let s,i,a=_[e];a||(_[e]={},a=_[e]),s=a[o],s||(a[o]={},s=a[o]),i=s[n],i||(s[n]=[],i=s[n]),h.Z.f(r)&&!i.includes(r)&&i.push(r)})(t.method,t.name,t.action,t.cb),T?O.postMessage(d(t),k):j?(t.error=1,t.message=E,D(t)):(L||(L=!0,B()),S.push(t))},x=()=>{for(;S.length;)M(S.shift())},R=e=>{if(e.origin===k){const t=(e=>{if((0,s.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)try{return JSON.parse(t[1])}catch(e){}}})(e.data);t&&D(t)}},V=e=>{j||((0,l.Z)("HUB",!1),window.removeEventListener("message",R),clearTimeout(I),T=!1,j=!0,E=e&&e.message||"blocked",(0,g.Z)("HubAPIError"),(0,m.Z)(`HubAPI frame was blocked (${E})`),O=!1,x())},N=()=>{if(O=P.contentWindow,O){clearTimeout(I),I=setTimeout((()=>{(0,g.Z)("HubAPIWindowTimeout"),V({message:"Not responding"})}),3e3);const e={method:"hub",action:"check"};(0,g.Z)("HubAPILoad"),O.postMessage(d(e),k)}else V({message:"No contentWindow"})},B=()=>{if(!P){const e=(0,f.Z)("debug"),t=e&&`?debug=${e}`||"",n=(0,u.Z)()||(0,p.Z)(),s=(0,r.Z)(a.Z.bucket,a.Z.branch,"hub",a.Z.mode,"html"),i=(0,A.mess)(s+t,!1,!0,"application","search","www.wp.pl");window.addEventListener("message",R),P=(0,o.Z)(),P.onload=N,P.onerror=V;try{k=`https://${(0,v.Z)(i).hostname}`,P.src=i,n.appendChild(P),clearTimeout(I),I=setTimeout((()=>{(0,g.Z)("HubAPIRequestTimeout"),V({message:"Request timeout"})}),3e3)}catch(e){V(e)}}},F=()=>{(0,Z.Z)(y)||(V({message:"Hub on disallowed origin"}),(0,i.Z)({message:"HubDisallowedOrigin",path:y},1e3))}},4343:(e,t,n)=>{"use strict";n.d(t,{Z:()=>h});var r=n(8623),o=n(7508),s=n(6570),i=n(919),a=n(3205),c=n(1660),d=n(5865),l=n(5908);const u=(0,s.Z)(),p=e=>{const t=e;t.error=1,t.message="localStorage is not supported",a.Z.f(t.cb)&&t.cb(t)},f=(e,t,n,r)=>({method:"storage",action:e,name:t,value:n,cb:r}),h={get:(e,t)=>{const n=f("get",e,void 0,t);u?i.pt?(n.value=(0,o.Z)(e),a.Z.f(t)&&t(n)):(0,c.y)(n):p(n)},set:(e,t,n)=>{const r=f("set",e,t,n);u?i.pt?((0,l.Z)(e,t),a.Z.f(n)&&n(r)):(0,c.y)(r):p(r)},find:(e,t)=>{const n=f("find",e,void 0,t);u?i.pt?(n.key=(0,r.Z)(e),n.value=(0,o.Z)(n.key),a.Z.f(t)&&t(n)):(0,c.y)(n):p(n)},remove:(e,t)=>{const n=f("remove",e,void 0,t);u?i.pt?((0,d.Z)(e),a.Z.f(t)&&t(n)):(0,c.y)(n):p(n)}}},1224:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(6570),o=n(7550),s=n(3205),i=n(5865);const a=e=>{if((0,r.Z)()){const t=window.localStorage,n=()=>Object.entries(t).reduce(((e,[t,n])=>e+t.length+n.length),0),r=Object.keys(t);if(r.length){const t=n();r.filter((e=>(0,o.Z)(e)&&!e.toLowerCase().startsWith("wp"))).forEach(i.Z);if(t!==n()&&s.Z.f(e))return e()}}}},8623:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(6570);const o=(e,t)=>{if((0,r.Z)()){return Object.keys(window.localStorage).reduce(((n,r)=>r.includes(e)&&t!==r?r:n),e)}}},7508:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(6570);const o=e=>{if((0,r.Z)())return window.localStorage.getItem(e)}},6570:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});let r=!1;try{const e="_X_",t=window.localStorage;t.setItem(e,e),t.removeItem(e),r=!0}catch(e){}const o=()=>r},5865:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(6570);const o=e=>{if((0,r.Z)())return window.localStorage.removeItem(e)}},5908:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(1224),o=n(6570);const s=(e,t)=>{if((0,o.Z)()){const n=window.localStorage;try{return n.setItem(e,t)}catch(o){22!==o.code&&1024!==o.code||(0,r.Z)((()=>{n.setItem(e,t)}))}}}},7832:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|dcwp|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|homebook|kafeteria|kardiolo|kazimierzdolny|komorkomania|last-minute|medycyna24|money|nocowanie|o2|parenting|parklot|polygamia|pudelek|pudelekx|so-magazyn|superauto|testwiedzy|totalmoney|vibez|wakacje|wp|money2money\.com)\.pl|(nerwica|mazury)\.com|(open)\.fm|(nocowanie)\.(sk|eu)|localhost)$/i,o=e=>r.test(e)},204:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=e=>{const{src:t,onError:n,onLoad:r}=e,o=new Image,s=()=>{o.onerror=null,o.onload=null};n&&(o.onerror=e=>{n(e),s()}),r&&(o.onload=e=>{r(e),s()});try{o.src=t}catch(e){n&&(n(e),s())}return o}},6901:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(7159),o=n(8959),s=n(3205);const i=(e,t,n,i,a)=>{if(s.Z.o(e)&&(({crossorigin:i,onError:n,onLoad:t,remove:a}=e),({src:e}=e)),e){const c=(0,r.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=()=>{s.Z.f(t)&&t(),a&&c.remove()},c.onerror=()=>{s.Z.f(n)&&n(),a&&c.remove()},c.href=e;const d=(0,o.Z)();return d&&d.appendChild(c),c}}},3203:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(1564),o=n(9454);const s=(e,t=1)=>{if((0,o.Z)(e)){const n=r.zq.get(e)||0,o=parseFloat(t);if(isFinite(o)){const t=n+o;r.zq.set(e,t)}}}},6733:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(2890),o=n(1143),s=n(1049);const i=(e,t,n)=>{const i=(0,r.bE)(t,"mark");if(i&&i.length){(0,o.Z)(n);const a=(0,r.bE)(n,"mark");a&&a.length&&i[0].startTime<=a[0].startTime&&(0,s.Z)(e,t,n)}}},5394:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(9627),o=n(1327);const s=(e,t,n)=>{((0,r.Z)(e)||e instanceof Error)&&(0,o.Z)({error:e},t,1,n)}},1327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(...e)=>(n.e(345).then(n.bind(n,7410)).then((({default:t})=>{t(...e)})).catch((e=>{console.error(e)})),!1)},9454:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(9349);const o=e=>{const t=/^[a-z][a-z0-9\/._-]{5,100}$/i.test(e||"");return t||(0,r.Z)(`Invalid measurement name "${e}".`,"info"),t}},1143:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(1564),o=n(2890),s=n(9454);var i;const a=(i=window.performance.mark)?e=>{if((0,s.Z)(e)&&!r.ze.has(e)){(0,r.$T)(e);const t=(0,o.bE)(e,"mark");if(!t||!t.length)return i.apply(window.performance,[e])}}:()=>{}},1049:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(1564),o=n(2890),s=n(9454);var i;const a=(i=window.performance.measure)?(e,t,n)=>{if((0,s.Z)(e)&&(0,s.Z)(t)&&(0,s.Z)(n)&&!r.li.has(e)&&r.ze.has(t)&&r.ze.has(n)){(0,r.OK)(e,t,n);const s=(0,o.bE)(e,"measure");if(!s||!s.length)try{return i.apply(window.performance,[e,t,n])}catch(e){}}}:()=>{}},7144:(e,t,n)=>{"use strict";n.d(t,{_x:()=>s,JV:()=>i,e$:()=>a});var r=n(4459),o=n(4462);const s=!(0,n(919).FT)()&&(0,o.vj)(10)||(0,r.Z)("performance"),i=s&&(0,o.vj)(1e4),a=s&&((0,o.vj)(100)||(0,r.Z)("ckg"))},6072:(e,t,n)=>{"use strict";n.d(t,{hk:()=>a,eK:()=>c,F_:()=>d,Uy:()=>l});var r=n(2327),o=n(3205);const s=[],i=[];r.Z.performanceHandlers={dynamicHandlers:s,staticHandlers:i};const a=e=>{o.Z.f(e)&&s.push(e)},c=e=>{o.Z.f(e)&&i.push(e)},d=e=>{s.forEach((t=>t(e)))},l=e=>{i.forEach((t=>t(e)))}},2890:(e,t,n)=>{"use strict";n.d(t,{bE:()=>a,Cr:()=>c,zO:()=>i,LY:()=>s});const r=(e,t,n)=>e?(...n)=>e.apply(t,n):n?()=>[]:()=>{},{performance:o}=window,{timing:s}=o,i=r(o.now,o),a=r(o.getEntriesByName,o,!0),c=r(o.getEntriesByType,o,!0)},1564:(e,t,n)=>{"use strict";n.d(t,{zq:()=>s,ze:()=>i,li:()=>a,TQ:()=>l,$T:()=>c,OK:()=>d});var r=n(2327),o=n(9454);const s=new Map,i=new Set,a=new Set;r.Z.performance={countData:s,markDone:i,measureDone:a};const c=e=>{(0,o.Z)(e)&&i.add(e)},d=(e,t,n)=>{(0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(n)&&(a.add(e),i.add(t),i.add(n))},l=()=>{s.clear(),i.clear(),a.clear();const{performance:e}=window;e.clearMarks&&e.clearMarks(),e.clearMeasures&&e.clearMeasures()}},3586:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>C,yD:()=>S});var r=n(3121),o=n(4596),s=n(4459),i=n(2915),a=n(9349),c=n(4462),d=n(4464),l=n(5217),u=n(4897),p=n(4841);const f=[{n:"PWR2020-162",s:.8,t:"^(wptv)",ab:{b:"A"}},{n:"PWR2020-162",s:.1,t:"^(wptv)",ab:{a:"C",b:"B"}}];n(2327).Z.testsConfig=f;const h=f,m="WPabs",g="WPab",A=16777215,v="All";let b,Z=!1,w=v;const y=e=>{b=e},_=()=>{if(w=v,h.length){const e=parseFloat((0,s.Z)("forceSeed"));(0,i.Z)(e)||(y(Math.floor(e*A).toString(16)),(0,l.X)(m,b)),b||(y((0,o.Z)(m)),b||(y((0,c.Nu)(6,!0)),(0,l.X)(m,b)));let t=0,n=0,r=parseInt(b,16)/A;const a=e=>{t=n,n+=e.s||0;const o=t<=r&&r<n;return e.t&&e.ab&&(o?e.ab.b&&(0,u.jO)("adtech",e.n,e.ab.b):e.ab.a&&(0,u.jO)("adtech",e.n,e.ab.a)),!!o&&(w=e.n,!0)},d=(0,s.Z)("forceTest");if(d){const e=(0,s.Z)("forceVariant")||"B",t=h.find((e=>e.n===d));if(t)return w=t.n,(0,u.jO)("adtech",t.n,e),!0}const f=h.filter((e=>!!e.t&&(0,p.y1)(e.t))),g=h.filter((e=>{let t=!1;return e.t||(e.e&&(t=!(0,p.y1)(e.e)),t=!0),t}));f.some(a)||(r=(r-n)/(1-n),t=0,n=0,g.some(a))}w!==v?((0,a.Z)(`A/B test is ON: ${w}`,"info"),(0,l.X)(g,w)):(0,d.i)(g)},S=()=>w,C=()=>{_(),Z||((0,r.aS)(_),Z=!0)}},4190:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(5394),o=n(6733),s=n(1143);const i=(e,t,...n)=>{const i="WM_"+e;let a;(0,s.Z)(i+"Start");try{a=t(...n)}catch(e){(0,r.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:n})=>Object.assign(e,{[t]:n})),{})}),Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),n=t.length,r=new Array(n);n--;)r[n]=[t[n],e[t[n]]];return r})},3121:(e,t,n)=>{"use strict";n.d(t,{yA:()=>a,Hm:()=>d,Hj:()=>l,ME:()=>u,SG:()=>p,aS:()=>f});var r=n(2327),o=n(1133),s=n(3205);const i={};r.Z.spaHandlers=i;const a=["page:view","page:refresh"],c=[...a,"page:close","page:show","video:apd","video:ready","bunch:loadAndRun","bunch:load","bunch:run"],d=(e,t)=>{let n=e;c.includes(e)||(n="page:show");const r=i[n];(0,o.Z)(r)&&r.forEach((n=>{n(e,t)}))},l=(e,t,n)=>{if(s.Z.f(t)){const r=n?"unshift":"push",o=i[e]||[];i[e]=o,o[r](t)}},u=(e,t)=>{l("page:view",e,t)},p=(e,t)=>{l("page:refresh",e,t)},f=(e,t)=>{l("page:close",e,t)}},7894:(e,t,n)=>{"use strict";n.d(t,{Pw:()=>r,Mn:()=>o,Kl:()=>i});const r={container:["recommendationType","isSGFirst","areaid"],box:["recommendationType","isSGFirst","teaserid","baseteaserid","index"]},o={areaid:"wga_sa",recommendationType:"wga_srt",isSGFirst:"wga_isSgFirst"},s=[...r.box,...r.container],i=s.filter(((e,t)=>s.indexOf(e)===t)).map((e=>o[e]||e))},4293:(e,t,n)=>{"use strict";n.d(t,{Z:()=>h});var r=n(5006),o=n(552),s=n(450),i=n(6539),a=n(4841),c=n(4897),d=n(9372),l=n(9627),u=n(1219),p=n(5908);const f=new Date,h=({statTag:e,linkHref:t,linkTitle:n,linkIndex:h,sameSite:m,mouseButton:g,imageSource:A,sourceData:v,toNewWindow:b,params:Z,linkNode:w}={})=>{let y="clk.gif?";y=(0,o.Z)(y,"xd",(0,a.W_)()),y=(0,o.Z)(y,"dt",new Date-f),e&&(y=(0,o.Z)(y,"yd",e,!0)),t&&(y=(0,o.Z)(y,"tg",(0,d.Z)(t),!0),(0,p.Z)("WPnxrf",t)),n&&(y=(0,o.Z)(y,"tt",n,!0)),h&&(y=(0,o.Z)(y,"epos",h)),A&&(y=(0,o.Z)(y,"is",A,!0)),g&&(y=(0,o.Z)(y,"btt",g));const _=Object.assign(Z||{},(0,s.Z)()),S=w&&2===g,C=!m||b||S||m&&!(0,i.Z)("wp_spa")||m&&/^(https?:)?\/\//i.test(w.getAttribute("href")),E=Object.assign({},v),P=(0,c.KF)();return P&&(E.abtest=P),(0,l.Z)(E)&&((0,r.w)(),C&&(0,r.S)({referrerParams:E,rightClickOnLinkNode:S,linkNode:w,toNewWindow:b})),(0,u.Z)(y,void 0,void 0,void 0,{dotParams:_})}},5715:(e,t,n)=>{"use strict";n.d(t,{Z:()=>A});var r=n(8477),o=n(2327),s=n(4928),i=n(369),a=n(4841),c=n(5467),d=n(2978),l=n(3880),u=n(450),p=n(7795),f=n(3205),h=n(4030),m=n(4769),g=n(2014);const A=(e,t,n={})=>{const A=["data","errorType","message","fileName","stack","lineNumber","colNumber","grabbed","campaign","slot","bunch","path"],v={wpjsSubVer:o.Z.subver,isBack:(0,g.Z)(h.Z.isBack),appName:(0,a.PO)(),pageViewType:(0,u.Z)("ctype")||"index",pageViewCount:(0,r.tR)(),pageViewMode:(0,r.KD)(),platform:(0,d.Hl)(),bunch:(0,c.P)(),ab:(0,l.pB)()};(0,i.Z)(e,((t,n)=>{(!A.includes(t)||(0,p.Z)(n)||f.Z.o(n)||f.Z.f(n)||f.Z.y(n))&&delete e[t]})),n.useLink=!0;const b=Object.assign(v,e);s.Z.fill((()=>{(0,m.Z)(void 0,b,t,n)}))}},2978:(e,t,n)=>{"use strict";n.d(t,{TH:()=>a,Uv:()=>c,N_:()=>d,G$:()=>l,O0:()=>u,Xp:()=>p,o2:()=>f,H9:()=>h,BB:()=>m,bL:()=>g,Uk:()=>A,aD:()=>b,rS:()=>Z,Hl:()=>v,ZP:()=>w});var r=n(1770),o=n(919),s=n(4841);let i;const a="ext",c="int",d="sg",l="pako",u="pwp",p="nwm",f="sportowefakty",h="poczta",m="ecom",g="av",A="as",v=()=>i,b=(e=[])=>e.includes(i),Z=e=>!b(e),w=()=>{i=(0,s.y1)("^(ext_|mc_)")?a:(0,s.y1)("^as_")?A:(0,s.y1)("^int_")||(0,o.FT)("grupawp.pl$|^(panel|bo).")?c:(0,r.Pk)()?"magazyn":(0,s.y1)("^(wptv|openfm|pilotwp|telewizjawp|programtv)")?g:(0,s.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|easygopl|tm_|superauto|noc_|domodi|allani|homebook|finansowysupermarket|extradompl|radar_okazji")?m:(0,s.y1)("^nwm_|kafeteria_pl")?p:(0,s.y1)("o2_o2_pl|pudelek")||(0,r.c3)()?u:(0,r.KD)()?d:(0,r.Qt)()?f:(0,r.V8)()?h:(0,o.FT)("(onas|holding|reklama|rekrutacja).wp.pl")?"holding":(0,r.QT)()?l:"other"}},5216:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(5620);const o={fsc:!(0,r.kQ)(),show:!(0,r.h5)(),wave:!(0,r.QE)()},s=e=>o[e]},4928:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(0,n(1386).Z)("DOT")},5001:(e,t,n)=>{"use strict";n.d(t,{Z:()=>M,X:()=>D});var r=n(450),o=n(5786),s=n(4841),i=n(552),a=n(31),c=n(4596),d=n(5749),l=n(1660),u=n(4030),p=n(4769);const f=e=>{(new Image).src=(0,d.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",immutable:!0,forceDomain:"www.wp.pl"}),u.Z.dotSuccess=e,a.Z.get("statid",(e=>{u.Z.statid=!!e.value}));const t=(0,s.W_)(),n=(0,c.Z)("statid");if(t&&n){const e=(0,p.Z)(t,{local_statid:n},"sa22ping",{give:!0}).queryGET,r=(0,d.mess)({url:e,forceDomain:"www.wp.pl"});(0,l.y)({method:"hub",action:"sa22ping",src:r})}};var h=n(619),m=n(3121),g=n(4928),A=n(6539),v=n(9627),b=n(7550),Z=n(3205),w=n(3413),y=n(9366),_=n(5467),S=n(1756),C=n(9521),E=n(5212),P=n(8999),O=n(8809),I=n(4385);const k=e=>{const t={type:"register"};if((0,w.t7)()!==e){const n=(0,w.Wg)();n&&(document.hidden||(0,P.Z)(t),delete n.article,(0,y.N)(n.href));const o={};(0,w.eu)(e,o),o.duration=0,o.total=0,o.scroll=0,o.cscroll=0,o.dotParams=Object.assign({},(0,r.Z)()),o.sn=(0,s.W_)(),o.rekid=(0,_.P)(),o.pvid=e,o.gmid=(0,C.Z)(),o.referrer=(0,y.a)(),o.canonical=(0,S.Z)(),o.href=(0,E.Z)(),o.counter=0,o.timeStop=0,o.timeStart=0,requestAnimationFrame((()=>{(0,I.Z)()})),document.hidden||(0,O.Z)(t)}};var L=n(1219),T=n(4148);const j=(e,t,n="top",a={})=>{let c=a,d=e;Z.Z.o(c)||(c={});const{generate:l}=c;if(!n&&!l)return;(0,b.Z)(d)&&(d=d.replace(/(_dynamic)+/g,"_dynamic"),!(0,A.Z)("wp_spa")&&/_dynamic$/.test(d)&&(0,m.Hm)("page:close"),(0,s.ut)(d));const u={};(0,v.Z)(t)&&(t.contentSelector&&((0,h.Z)(window,"wp_content_selector",t.contentSelector),delete t.contentSelector),(t.href||t.canonical)&&(u.canonical=t.canonical,u.href=t.href,delete t.canonical,delete t.href),(0,r.Q)(Object.assign((0,r.Z)(),t))),"autorefresh"!==n&&"top"!==n||(T.Z.length=0,(0,o.g)(),k((0,o.V)()),c.useMimeType=!0,c.onError=()=>{f(0)},c.onLoad=()=>{f(1)});let p="dot.gif?";const w=d||(0,s.W_)();return(0,s.GD)(w)?(l?(p=(0,i.Z)(p,"Pos","[[ACTION]]"),p=(0,i.Z)(p,"SN","[[SN]]")):(p=(0,i.Z)(p,"Pos",n),p=(0,i.Z)(p,"SN",w),setTimeout((()=>{g.Z.open()}),0)),(0,L.Z)(p,void 0,void 0,c,u)):void 0},D=()=>j(void 0,void 0,void 0,{generate:!0}),M=j},8593:(e,t,n)=>{"use strict";n.r(t),n.d(t,{click:()=>s.Z,dot:()=>r.Z,generateDot:()=>r.X,generateShow:()=>o.V,getContentPlatform:()=>i.Hl,getDotParams:()=>a.Z,getPageViewID:()=>c.V,getReferrer:()=>d.a,getWasReloaded:()=>l.r,media:()=>g,show:()=>o.Z,wave:()=>A.Z});var r=n(5001),o=n(4769),s=n(4293),i=n(2978),a=n(450),c=n(5786),d=n(9366),l=n(1501),u=n(552),p=n(4841),f=n(9627),h=n(4033),m=n(1219);const g=(e,t={})=>{let n="media.gif?";const r={},o=e.par||{};delete e.par;return["mn","mt","mfr","mu"].forEach((t=>{e[t]&&(r[t]=e[t],delete e[t])})),n=(0,u.Z)(n,"SN",(0,p.W_)()),(0,f.Z)(e)&&(n=(0,u.Z)(n,(0,h.Z)(e))),Object.assign(o,(0,a.Z)()),t.media=(0,h.Z)(r),(0,m.Z)(n,void 0,void 0,t,{dotParams:o,version:"4"})};var A=n(9519)},5786:(e,t,n)=>{"use strict";n.d(t,{V:()=>i,g:()=>a});var r=n(4462);let o,s;const i=()=>s,a=e=>{o?o=!1:(e&&(o=!0),s=(0,r.Nu)(20,!0))}},4030:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r={isBack:!1,statid:!1,reloaded:!1,dotSuccess:0,gemiusSuccess:0};n(2327).Z.pageViewState=r;const o=r},8477:(e,t,n)=>{"use strict";n.d(t,{I3:()=>L,ZP:()=>j,q6:()=>P,tR:()=>E,KD:()=>C,hb:()=>S,nj:()=>I,o1:()=>k,oh:()=>T});var r=n(7792),o=n(1530),s=n(4596),i=n(7508),a=n(4464),c=n(5865),d=n(6205);const l="was-auto-reloaded";let u=!1;const p=()=>((0,d.Z)((0,s.Z)(l))>0&&(u=!0,(0,a.n)(l)),(0,d.Z)((0,i.Z)(r.a_))>0&&(u=!0,(0,c.Z)(r.a_)),u&&(0,o.Z)("PV refreshed",!0),u);var f=n(9634),h=n(6539),m=n(7550),g=n(4030),A=n(1501),v=n(2014);let b,Z="static",w=0,y=!0,_=!1;const S=()=>b,C=()=>Z,E=()=>w,P=()=>_,O=()=>{_=document.hidden},I=()=>"dynamic"===Z,k=()=>y,L=()=>{y=!1,O(),(0,A.W)(!1)},T=()=>{y=!0,w+=1,O(),w>1&&(Z="dynamic")};O();const j=()=>{g.Z.wifi=f.Z&&f.Z.type&&(0,v.Z)("wifi"===f.Z.type),g.Z.spa=!!(0,h.Z)("wp_spa"),g.Z.statid=(0,m.Z)((0,s.Z)("statid")),b||(b=(0,s.Z)("STabnoid"),b&&(0,a.n)("STabnoid")),(0,A.W)(p())}},5441:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var r=n(5925),o=n(967),s=n(330);const i=e=>{const t=e.scroll||0,n=e.height||0,i=(0,s.Z)(),a=(0,o.Z)(),c=(0,r.Z)(),d=i+a,l=Math.max(Math.min(Math.floor(d/c*100),100),0);let u,p;c>n?(p=c,u=0):(p=n,u=t),l>u&&(u=l),e.height=p,e.scroll=u,e.scrollh=d}},8999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var r=n(3413),o=n(552),s=n(3205),i=n(1219);const a=e=>{let t="dot.gif?";t=(0,o.Z)(t,"Pos","readtime"),t=(0,o.Z)(t,"SN",e.sn),t=(0,o.Z)(t,"tm",e.duration),t=(0,o.Z)(t,"tmi",e.counter);const n=(0,r._g)();s.Z.f(n)&&Object.assign(e,n(e));const{dotParams:a}=e;a.scroll=e.scroll,a.cscroll=e.cscroll,a.density=e.density,a.crcounter=e.crcounter,(0,i.Z)(t,void 0,void 0,void 0,e)},c=e=>{const t=(0,r.Wg)();t&&t.timeStart&&(t.counter+=1,t.timeStop=Date.now(),t.duration=t.timeStop-t.timeStart,t.total+=t.duration,t.timeStart=0,a(t))}},8809:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(3413);const o=e=>{const t=(0,r.Wg)();t&&(t.timeStart=Date.now())}},4385:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var r=n(450),o=n(6539),s=n(967),i=n(5253),a=n(4263),c=n(6205);const d=e=>{if(!e.article){const t=(0,o.Z)("wp_content_selector")||"article";e.article=Array.from((0,a.Z)(t,!0)).pop()}if((0,i.Z)(e.article)){let t=0,n=e.cscroll||0;const o=e.article.getBoundingClientRect();if(o.height){const i=(0,c.Z)((0,r.Z)("cpageno")),a=(0,c.Z)((0,r.Z)("cpagemax"));if(i&&a>1)t=Math.floor(i/a*100);else{const e=(0,s.Z)()-o.top;t=Math.floor(e/o.height*100)}t=Math.max(Math.min(100,t),0),t>n&&(n=t),e.cscroll=n}}else e.cscroll=0,delete e.article};var l=n(3413),u=n(5441);const p=()=>{const e=(0,l.Wg)();e&&((0,u.Z)(e),d(e))}},3413:(e,t,n)=>{"use strict";n.d(t,{bn:()=>u,_g:()=>p,t7:()=>d,Wg:()=>c,eu:()=>l});var r=n(2327),o=n(7550);let s,i;const a={};r.Z.registeredReadTimes=a;const c=()=>a[s],d=()=>s,l=(e,t)=>{(0,o.Z)(e)&&!Object.keys(a).includes(e)&&(s=e,a[s]=t)},u=e=>{i=e},p=()=>i},9366:(e,t,n)=>{"use strict";n.d(t,{N:()=>i,a:()=>s});var r=n(3205);let o=document.referrer;const s=()=>o,i=e=>{r.Z.s(e)&&(o=e)}},1219:(e,t,n)=>{"use strict";n.d(t,{Z:()=>N});var r=n(552),o=n(9943),s=n(8477),i=n(2327),a=n(3880),c=n(4897),d=n(3586),l=n(1501),u=n(5230),p=n(1770),f=n(4030),h=n(2014);const m=e=>{const t=window,n=(0,c.KF)(),r=(0,o.BD)(),m=(0,o.XG)(),g=(0,s.hb)();(0,p.Rf)()&&(e.amp=1),n&&(e.abtest=n),(0,l.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,s.q6)()&&(e.loadHidden=1),[0,1,2,3].includes(m)&&(e.inver=m),r&&(e.tagreqid=r),g&&(e.STabnoid=g),f.Z.statid||(e.empty_statid=1),f.Z.isBack&&(e.reforig=encodeURIComponent(document.referrer||"empty")),e.adbd=(0,a.pB)(),e.trpr=(0,h.Z)((0,u.T)()),e.wpjsES6=(0,h.Z)(i.Z.es6),e.wpjsVer=i.Z.ver,e.wpjsAB=(0,d.yD)(),e.prgApiVer=t.__prebiddebug__&&t.__prebiddebug__._ver,e.prebidVer=t.pbjs&&t.pbjs.version,e.prebidTag=t.pbjs&&t.pbjs.tag,e.tVer=t.tVersion,e.appVer=t.appVersion,e.siteVer=t.siteVersion};var g=n(5467),A=n(2978),v=n(9521),b=n(5786);const Z=(e={})=>{let t="";return t=(0,r.Z)(t,"rekid",e.rekid||(0,g.P)()),t=(0,r.Z)(t,"pvid",e.pvid||(0,b.V)()),t=(0,r.Z)(t,"gmid",e.gmid||(0,v.Z)()),t=(0,r.Z)(t,"mb",(0,h.Z)((0,p.tq)())),t=(0,r.Z)(t,"dn",(0,h.Z)((0,s.nj)())),t=(0,r.Z)(t,"pl",(0,A.Hl)()),t=(0,r.Z)(t,"v",e.version||"5.4"),`&${t}`};var w=n(1756),y=n(450),_=n(5212),S=n(9366),C=n(9627),E=n(7550),P=n(8083),O=n(4033),I=n(204),k=n(6901),L=n(5749);const T=e=>{const{queryGET:t,useMimeType:n,useLink:o}=e,[s,i,a]=o?[k.Z,"Link",n&&"css"]:[I.Z,"Image",n&&"gif"];e.method="GET",e.wasSuccess=!0,e.crossorigin="use-credentials",e.remove=!0,e.request=i,e.url=a?(0,r.Z)(t,"rmt",a):t,e.src=(0,L.mess)(e),s(e)};var j=n(3205);const D=e=>{const{onError:t,onLoad:n,queryRAW:r,queryPOST:o}=e;try{e.method="POST",e.request="XHR",e.url=r;const s=new XMLHttpRequest;if(j.Z.b(s.withCredentials))return s.open("POST",(0,L.mess)(e)),s.withCredentials=!0,j.Z.f(t)&&(s.onerror=t),j.Z.f(n)&&(s.onload=n),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),s.send(o),!0}catch(e){j.Z.f(t)&&t(e)}},M=e=>{const t=e.queryGET.length<Math.floor(2e3/1.35)||e.useGET;!e.usePOST&&t||(e.wasSuccess=D(e)),e.wasSuccess||T(e)};var x=n(4462),R=n(4148),V=n(4677);const N=(e,t,n,o={},s={})=>{o.useLink=o.useLink||(0,P.H)();const{generate:i,give:a,off:c,media:d}=o;let l=s.dotParams||(0,y.Z)();(0,C.Z)(l)||(l={}),m(l);let u=e,p="",f="";if(i)u=(0,r.Z)(u,"sw","[[SCREEN_WIDTH]]"),u=(0,r.Z)(u,"sh","[[SCREEN_HEIGHT]]"),u=(0,r.Z)(u,"pg","[[HREF]]"),u=(0,r.Z)(u,"rf","[[REFERRER]]"),p=(0,r.Z)(p,"pc","[[CANONICAL]]"),f=(0,r.Z)(u,"pc","[[CANONICAL]]"),p=(0,r.Z)(p,"par","[[PAR_DATA]]"),f=(0,r.Z)(f,"par","[[PAR_DATA]]");else{const{screen:e}=window,o=s.canonical||(0,w.Z)(),i=s.href||(0,_.Z)(),a=s.referrer||(0,S.a)();let c,h;u=(0,r.Z)(u,"sw",e.availWidth||e.width),u=(0,r.Z)(u,"sh",e.availHeight||e.height),u=(0,r.Z)(u,"pg",i,!0),u=(0,r.Z)(u,"rf",a,!0),p=(0,r.Z)(p,"pc",o,!0),f=(0,r.Z)(u,"pc",o,!0);const m=(0,O.Z)(l,!0);t?(c=(0,O.Z)(n,!0),h=t):(c=m,h="par"),"inventory"===t&&(p=(0,r.Z)(p,"par",m,!0),f=(0,r.Z)(f,"par",m,!0)),(0,E.Z)(d)&&(p=(0,r.Z)(p,d),f=(0,r.Z)(f,d)),c&&(p=(0,r.Z)(p,h,c,!0),f=(0,r.Z)(f,h,c,!0))}const h=`r${i?"[[RAND10]]":(0,x.Nu)()}/`,g=`https://${o.hostname||"dot.wp.pl"}/${h}`,A=Z(s),v=Object.assign({queryRAW:g+u+A,queryGET:g+f+A,queryPOST:p},o);if(i||a)return v;V.Z.fill((()=>{R.Z.push(v),c||M(v)}))}},4769:(e,t,n)=>{"use strict";n.d(t,{V:()=>d,Z:()=>l});var r=n(4841),o=n(552),s=n(5216),i=n(3205),a=n(1219);const c=(e,t,n,c={})=>{let d=c,l="show.gif?";i.Z.o(d)||(d={});const u=e||d.sn||(0,r.W_)(),{generate:p,give:f}=d;if((0,r.GD)(u)||p||f)return p?(l=(0,o.Z)(l,"srv","[[SN]]"),l=(0,o.Z)(l,"action","[[ACTION]]")):(l=(0,o.Z)(l,"srv",u),l=(0,o.Z)(l,"action",n||"default")),d.off=!(0,s.Z)("show"),(0,a.Z)(l,void 0,void 0,d,{dotParams:t})},d=()=>c(void 0,void 0,void 0,{generate:!0}),l=c},4148:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r=[];n(2327).Z.statData=r;const o=r},4677:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=(0,n(1386).Z)("Sync")},1501:(e,t,n)=>{"use strict";n.d(t,{W:()=>i,r:()=>a});var r=n(7755),o=n(2014);let s=!1;const i=e=>{s=e,(0,r.Z)(window,"wp_was_reloaded",(0,o.Z)(s),1e5,"Do not set 'wp_was_reloaded', it can be only read.")},a=()=>s},3459:(e,t,n)=>{"use strict";n.d(t,{P:()=>r,h:()=>o});const r=500,o={actionsFromSend:0,sendTimeoutId:null,workOffline:!1}},1847:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(3459),o=n(5709),s=n(369),i=n(1133),a=n(9627),c=n(9042),d=n(4972);const l=e=>{const t={};clearTimeout(r.h.sendTimeoutId),r.h.sendTimeoutId=null,r.h.actionsFromSend=0,(0,s.Z)(d.Ds,((n,r)=>{const{data:o,interval:s,lastSent:a}=r;e||a>=s?((0,i.Z)(o)&&(t[n]=o,r.data=[]),r.lastSent=1):r.lastSent+=1})),(0,a.Z)(t)?(t.timestamp=Date.now(),r.h.workOffline&&o.Z.append(t),(0,c.w)(t,e)):r.h.sendTimeoutId=setTimeout(l,r.P)},u=l},9042:(e,t,n)=>{"use strict";n.d(t,{w:()=>f,F:()=>h});var r=n(4841),o=n(5709),s=n(552),i=n(3459),a=n(2327),c=n(5216),d=n(1219),l=n(5641);const u=new Set,p=[];a.Z.waveRequestData=p;const f=e=>{if(!(0,r.GD)())return;const{timestamp:t}=e,n={};let a="wave.gif?";const f=!(0,c.Z)("wave");a=(0,s.Z)(a,"SN",(0,r.W_)()),a=(0,s.Z)(a,"action","traffic"),u.add(t),n.query=a,n.requestData=e,p.push(n);const h=JSON.stringify(e);return(0,l._3)(e,h.length),(0,d.Z)(a,"inventory",h,{onLoad:()=>{n.success=!0,u.delete(t),i.h.workOffline&&o.Z.remove(t)},onError:()=>{n.success=!1,u.delete(t)},useMimeType:!0,useLink:!0,off:f})},h=()=>{const e=o.Z.get().filter((({timestamp:e})=>!u.has(e)));e.length&&e.forEach((e=>{e.overdue=1,f(e)}))}},5641:(e,t,n)=>{"use strict";n.d(t,{lH:()=>d,ec:()=>c,Vj:()=>a,_3:()=>l});var r=n(6072);let o={};const s={wavesSent:0,averageWaveSize:0,biggestWave:0,splitWaves:0,sentOnEvents:0,biggestWaveType:""},i=()=>{o=Object.assign({},s)},a=()=>{o.splitWaves+=1},c=e=>{o.sentOnEvents+=e},d=()=>{(0,r.hk)((e=>{o.averageWaveLength=Math.round(o.averageWaveSize),delete o.averageWaveSize,e.WE=Object.assign({},o),i()}))},l=(e,t)=>{o.wavesSent+=1;const{averageWaveSize:n,biggestWave:r,wavesSent:s}=o;o.averageWaveSize+=(t-n)/s,t>r&&(o.biggestWave=t,o.biggestWaveType=Object.keys(e).reduce(((e,t)=>`${e};${t}`),""))};i()},5709:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(2327),o=n(7508),s=n(5865),i=n(5908);const a="WPwvoldt",c=()=>{const e=(0,o.Z)(a);if(e)try{const t=JSON.parse(e);if(Array.isArray(t))return t}catch(e){}return[]},d=(e,t=!0)=>{try{r.Z.waveStoreData=e,(0,i.Z)(a,JSON.stringify(e))}catch(n){t?(e.shift(),d(e,!1)):(0,s.Z)(a)}},l={append:e=>{const t=c();t.push(e),d(t)},get:c,remove:e=>{const t=c().filter((t=>t.timestamp!==e));d(t)}}},4972:(e,t,n)=>{"use strict";n.d(t,{Ds:()=>i,ot:()=>d,JV:()=>c});var r=n(3459),o=n(3205);const s=[["traffic"],["user_actions"],["qoe",30]],i={},a=(e,t)=>{let n;n=o.Z.n(t)?Math.round(1e3*t/r.P):1,i[e]={interval:n,lastSent:1,data:[]}},c=(e,t,n)=>{o.Z.u(i[t])&&a(t,n);const{data:r}=i[t];return r.push(e),r},d=(e=s)=>{e.forEach((e=>a(...e)))}},9519:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(3459),o=n(2971),s=n(5230),i=n(4972),a=n(3880),c=n(1847),d=n(5641);const l=(e,t,n="traffic",l,u)=>{const p={action:e,par:(0,o.Z)(Object.assign({},t),!0)};(0,a.VP)()&&(p.abd="1"),document.hidden&&(p.phd="1"),(0,s.T)()&&(p.trpr="1"),(0,i.JV)(p,n,l),r.h.actionsFromSend+=1,r.h.actionsFromSend>=20?((0,d.Vj)(),(0,c.Z)({type:e})):u?(0,c.Z)({type:e}):r.h.sendTimeoutId||(r.h.sendTimeoutId=setTimeout(c.Z,r.P))}},9333:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=["GRo2sessuuid","GRo2uuid","GRwpsessuuid","GRwpuuid","GRolsessuuid","GRoluuid","_o2aw","_wpaw"]},8083:(e,t,n)=>{"use strict";n.d(t,{_k:()=>s,H:()=>a,gL:()=>i,NX:()=>c});let r=!1,o=!1;const s=()=>r,i=e=>{r=e},a=()=>o,c=e=>{o=e}},4024:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(3574);const o=(e,t,n,o,s="js")=>{const i=o?"-debug":"",a=t?t+"/":"";return`${r.Z}${e}/${a}${n}${i}.${s}`}},6918:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(5715),o=n(2327),s=n(4459),i=n(3205),a=n(9349),c=n(4462);const d=(0,s.Z)("deprecated"),l=new Set;o.Z.deprecatedStore=l;const u=(e,t,n)=>{let o;n&&(0,a.Z)(n,!0),o=i.Z.o(e)?e:{message:e},((0,c.vj)(t)||d)&&(l.has(o.message)||(l.add(o.message),(0,r.Z)(o,"deprecated",{usePOST:!0})))}},2327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r="__wpjsdebug__";window[r]=window[r]||{};const o=window[r]},1530:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var r=n(2327);const o={};r.Z.flags=o;const s=(e,t)=>{o[e]=t}},9349:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var r=n(2327),o=n(528),s=n(7550),i=n(4523),a=n(3205);const c=[];r.Z.issueStore=c;const d={error:["Critical","red",15],warning:["Warning","orange",13],info:["Info","blue",11]},l=(e,t="log",n,r,l)=>{if(!o.Z){let o=e;if((0,s.Z)(o)&&(o={type:t,panel:n,subpanel:r,msg:o,action:l}),a.Z.o(o)&&o.msg&&(!0===t&&(o.type="warning"),c.push(o),Object.keys(d).includes(o.type))){const e=o.msg+" Contact ATFD for further information."+("error"===o.type?" THIS IS CRITICAL BUG.":""),[t,n,r]=d[o.type];window.console&&console.warn&&(i.Z?console.warn(e):console.warn(`%cWP ${t}`,`font-size:${r}px;background:${n};color:white;font-weight:bold;padding:3px;border-radius:3px;margin-right:5px;`,e))}}}},9521:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>window.wp_pp_gemius_identifier?window.wp_pp_gemius_identifier.replace("USED_",""):""},3495:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(1384);const o=()=>{const e=(0,r.ac)("player");return e?e.list:[]}},92:(e,t,n)=>{"use strict";n.d(t,{WP:()=>s,y:()=>i});var r=n(5394),o=n(7174);const s=(0,n(6539).Z)("WP")||[],i=()=>{const e=e=>{try{e()}catch(e){(0,r.Z)(e,"flush")}};for((0,o.Z)(window,"WP",s);s.length;)e(s.shift());(0,o.Z)(s,"push",e)}}},r={};function o(e){if(r[e])return r[e].exports;var t=r[e]={exports:{}};return n[e].call(t.exports,t,t.exports,o),t.exports}o.m=n,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,n)=>(o.f[n](e,t),t)),[])),o.u=e=>"2.4.253/wpjslib-chunk-"+{345:"diagnostic",599:"notification"}[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__1615202573759__:",o.l=(n,r,s,i)=>{if(e[n])e[n].push(r);else{var a,c;if(void 0!==s)for(var d=document.getElementsByTagName("script"),l=0;l<d.length;l++){var u=d[l];if(u.getAttribute("src")==n||u.getAttribute("data-webpack")==t+s){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+s),a.src=n),e[n]=[r];var p=(t,r)=>{a.onerror=a.onload=null,clearTimeout(f);var o=e[n];if(delete e[n],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((e=>e(r))),t)return t(r)},f=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.j=765,o.p="https://std.wpcdn.pl/wpjslib6/",(()=>{var e={765:0,808:0};o.f.j=(t,n)=>{var r=o.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var s=new Promise(((n,o)=>{r=e[t]=[n,o]}));n.push(r[2]=s);var i=o.p+o.u(t),a=new Error;o.l(i,(n=>{if(o.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var s=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;a.message="Loading chunk "+t+" failed.\n("+s+": "+i+")",a.name="ChunkLoadError",a.type=s,a.request=i,r[1](a)}}),"chunk-"+t,t)}};var t=(t,n)=>{for(var r,s,[i,a,c]=n,d=0,l=[];d<i.length;d++)s=i[d],o.o(e,s)&&e[s]&&l.push(e[s][0]),e[s]=0;for(r in a)o.o(a,r)&&(o.m[r]=a[r]);for(c&&c(o),t&&t(n);l.length;)l.shift()()},n=self.webpackChunk_proto_1615202573759_=self.webpackChunk_proto_1615202573759_||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})(),(()=>{"use strict";var e={};o.r(e),o.d(e,{default:()=>Q,error:()=>U,info:()=>G,init:()=>z,log:()=>$,setStyle:()=>W,startDebug:()=>q,warn:()=>H});var t={};o.r(t),o.d(t,{coveringSlots:()=>pr,init:()=>Zr,loadPayload:()=>br,payloadBodies:()=>ur,resetPayload:()=>vr,setPayload:()=>Ar});var n={};o.r(n),o.d(n,{addEnv:()=>ue,addImpressionHandler:()=>he.wN,addRegisterPlayerHandler:()=>ye,addRegisterSlotHandler:()=>he.DN,addUnregisterPlayerHandler:()=>we,addViewHandler:()=>he.sv,dismissSlots:()=>Pe,exposeSlots:()=>Oe,getAadURL:()=>Ct,getAllEnv:()=>fe,getAllSlots:()=>Ut.xG,getAlternativeSlot:()=>_c,getAnchor:()=>Ks.ni,getBunchID:()=>yt.P,getCC:()=>Lt,getCampaign:()=>It,getCampaignID:()=>kt,getContentTags:()=>Me,getContext:()=>Pt.fw,getDFPConfig:()=>Ie,getDirectSlots:()=>Wt,getGEO:()=>Pt.K5,getLazyHorizontalMargin:()=>jt,getLazyVerticalMargin:()=>Tt,getOptions:()=>mi,getPrebidLoadingState:()=>Ns,getStore:()=>Pt.bh,getVadURL:()=>Et,hasAttribute:()=>Dt.g,loadAndRunBunch:()=>fc,loadAndRunSlots:()=>pc,loadBunch:()=>dc,loadPassback:()=>lc,loadSlots:()=>uc,prebidDam:()=>Ls,programmaticTests:()=>hc,registerAlternativeSlot:()=>yc,registerPlaceholder:()=>bc,registerPlayer:()=>be,registerSlot:()=>gi,removeEnv:()=>pe,removeRegisterPlayerHandler:()=>Ce,removeUnregisterPlayerHandler:()=>Se,runBunch:()=>Ja,runSlot:()=>Ka,runSlots:()=>Xa,setAttribute:()=>Dt.r,unregisterPlayer:()=>ve,unregisterSlot:()=>Zc,updatePlaceholder:()=>er.Z});var r={};o.r(r),o.d(r,{frontendPassback:()=>Mi,getPassback:()=>Sc,runMod:()=>Cc});var s={};o.r(s),o.d(s,{load:()=>_s,registerMod:()=>vs});var i={};o.r(i),o.d(i,{slide:()=>Qt,unslide:()=>Kt});var a={};o.r(a),o.d(a,{adtech:()=>$e.Zd,analytics:()=>$e.co,application:()=>$e.wU,getAll:()=>$e.go});var c={};o.r(c),o.d(c,{canDetect:()=>Hd,dam:()=>Zd,getResult:()=>Gd,sendDot:()=>$d});var d={};o.r(d),o.d(d,{add:()=>zr.cu,addAnimation:()=>zr.El,addStyle:()=>zr.cu,pin:()=>zr.Cj,remove:()=>zr.jo,removeStyle:()=>zr.jo,togglePin:()=>zr.aB,unpin:()=>zr.ef,update:()=>zr.Vx});var l={};o.r(l),o.d(l,{erase:()=>zd.n,eraseGlobally:()=>zd.i,expire:()=>Qr.j,get:()=>ot.Z,getAll:()=>Wd.Z,hasSupport:()=>qd.Z,noexpire:()=>Qr.e,set:()=>Yo.d,setGlobally:()=>Yo.X});var u={};o.r(u),o.d(u,{educate:()=>Qd,getResults:()=>Xo.O7,mess:()=>Ht.mess,sealed:()=>st.VP,unmess:()=>Ht.unmess});var p={};o.r(p),o.d(p,{getBunchID:()=>yt.P,getDotParams:()=>ke.Z,getSN:()=>vt.W_,hasSN:()=>vt.GD,isABC:()=>xe.TH,isMobile:()=>xe.tq,isMoney:()=>xe.c3,isO2:()=>xe.LM,isPAKO:()=>xe.QT,isParenting:()=>xe.Zo,isPoczta:()=>xe.V8,isPudelek:()=>xe.YG,isSF:()=>xe.Qt,isSG:()=>xe.KD,isWebmail:()=>xe.X2,testSN:()=>vt.y1});var f={};o.r(f),o.d(f,{subscribe:()=>fl});var h={};o.r(h),o.d(h,{closePage:()=>Kl,customAction:()=>ql,registerBox:()=>Nl,registerContainer:()=>Fl,updateBox:()=>Bl,viewPage:()=>Ql});var m={};o.r(m),o.d(m,{count:()=>Ft.Z,getEntriesByName:()=>pi.bE,getEntriesByType:()=>pi.Cr,mark:()=>Gt.Z,measure:()=>Jl.Z,now:()=>pi.zO,registerMark:()=>Xl.$T,registerMeasure:()=>Xl.OK,timing:()=>pi.LY,wrapMeasure:()=>ee.Z});var g={};o.r(g),o.d(g,{getTest:()=>Yl.yD});var A={};o.r(A),o.d(A,{find:()=>Oc.Z,get:()=>kc.Z,hasSupport:()=>tu.Z,remove:()=>nu.Z,set:()=>Ya.Z});var v={};o.r(v),o.d(v,{PlayerAdv:()=>ru,PlayerMaterial:()=>ou});var b={};o.r(b),o.d(b,{disconnect:()=>Un,getObserved:()=>Rn,observe:()=>$n,replaceNode:()=>Hn,templates:()=>v});o(8017);var Z=o(4024),w=o(2327),y=o(4459),_=o(7159),S=o(8959),C=o(7550),E=o(3205);const P={};w.Z.scriptStore=P;const O=(e,t,n,r,o,s,i,a,c,d,l,u)=>{let p,f,h;E.Z.o(e)&&(({id:n,target:l,timeout:c,sync:r,defer:a,remove:i,charset:d,crossorigin:s,onError:o,onLoad:t,onTimeout:u}=e),({src:e}=e)),d=d||"utf-8";const m=()=>{clearTimeout(h),p.onload=null,p.onerror=null,i&&p.remove()},g=()=>{if(E.Z.f(o)&&o(e),p){for(p.isError=!0;p.errorQueue.length;)p.errorQueue.shift()();m()}},A=()=>{if(E.Z.f(t)&&t(e),p){for(p.isComplete=!0;p.completeQueue.length;)p.completeQueue.shift()();m()}};if(e)return(0,C.Z)(n)&&(f=P[n],f)?void(f.isComplete?A():f.isError?g():(f.completeQueue.push(A),f.errorQueue.push(g))):(p=(0,_.Z)("script"),p.completeQueue=[],p.errorQueue=[],p.onerror=g,p.onload=A,p.charset=d,p.src=e,s&&(!0===s&&(s="anonymous"),p.setAttribute("crossorigin",s),p.crossOrigin=s),(0,C.Z)(n)&&(p.id=n,P[n]=p),r||(p.async=1),a&&(p.defer=1),c&&E.Z.f(u)&&(h=setTimeout((()=>{u(e)}),c)),l||(l=(0,S.Z)()),l.appendChild(p),p)};var I=o(7003),k=o(7384);const L=(e,t)=>{const n='"'+(t?' crossorigin="'+(!0===t?"anonymous":t)+'"':"")+"><\/script>",r='<script src="'+encodeURI((e=>{const t=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>|<\/script>/gi;let n=e;for(;t.test(n);)n=n.replace(t,"");return n})(e))+n;document.write(r)};var T=o(4523);const j="undefined"!=typeof console&&console,D={},M={};let x,R,V;const N=(e,t,...n)=>{x&&V&&V.test(t)&&(R&&!R.test(n.join(""))||(E.Z.s(t)&&M[t]&&!T.Z&&n.unshift(`%c [+${Math.round(window.performance.now())}] ${t} `,`color:white;font-weight:bold;padding:2px;border-radius:3px;margin-right:5px;${M[t]}`),j[e](...n)))},B=e=>E.Z.f(j[e])?(...t)=>{N(e,...t)}:()=>{},F=(e,t)=>E.Z.f(j[e])?(...n)=>{N(e,t,...n)}:()=>{},$=B("log"),G=B("info"),H=B("warn"),U=B("error"),z=(()=>{let e=0;return t=>{e+=1,H("init",("  "+e).substr(-2)+` [ ${t} ]`)}})(),W=(e,t)=>{let n=t;if(e&&n&&(/^[a-z]+$/i.test(n)&&(n="background:"+n),M[e]=n),e&&D[e])return D[e];const r={log:F("log",e),info:F("info",e),warn:F("warn",e),error:F("error",e),init:()=>z(e)};return D[e]=r,r},q=(e,t,n)=>{R=n&&new RegExp(n,"gi"),V=t&&new RegExp("^("+t.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")+")"),x=!(!e||!j)},Q=()=>{const e=(0,y.Z)("debug");(e||w.Z.mode&&!1!==window.wp_debug)&&q("off"!==e,e,(0,y.Z)("filter"))};var K=o(919);var X=o(92),J=o(1530),Y=o(9349),ee=o(4190);const te=(e,t)=>{w.Z.initialized?(0,Y.Z)("WPJSlib was initialized multiple times."):(w.Z.ver="2.4.253",w.Z.buildDate="8 mar 2021, 12:22:53",w.Z.subver=e,w.Z.initialized=!0,(0,J.Z)("WPJSlib ES6",w.Z.es6),(0,ee.Z)("WPJS",t,X.WP),(0,ee.Z)("flush",X.y))};var ne=o(369),re=o(5253),oe=o(9300),se=o(1440),ie=o(6205);const ae={};w.Z.alternativeSlotsStore=ae;const ce=e=>{const t=(0,ie.Z)(e);if(!(0,oe.Z)("getAlternativeSlot",t,e)&&!(0,se.bg)(t))return ae[t]},de=(e,t)=>{const n=(0,ie.Z)(e);if(!(0,oe.Z)("registerAlternativeSlot",n,e)&&!(0,se.bg)(n))return t&&(0,re.Z)(t)?(ae[n]=t,t):void 0},le={};w.Z.envConfig=le;const ue=(e,t)=>{if(e&&!E.Z.u(t)&&""!==t){le[e]=t;(e+t).length+2>512&&(0,Y.Z)("Env added to GAF exceeded 512 chars limit.",!0)}},pe=e=>{e&&le&&delete le[e]},fe=()=>le;var he=o(9234);const me=new Set;w.Z.registeredPlayers=me;const ge={registration:new Set,unregistration:new Set};w.Z.playerHandlers=ge;const Ae=e=>{if(E.Z.o(e)&&E.Z.b(e.autoplay)&&E.Z.b(e.forceSound))return!0},ve=e=>{if(Ae(e)&&me.has(e))return me.delete(e),ge.unregistration.forEach((t=>{t(e)})),!0},be=(e,t)=>{if(Ae(e)&&t instanceof HTMLElement&&!me.has(e))return me.add(e),ge.registration.forEach((n=>{n(e,t)})),!0},Ze=(e,t)=>{const n=ge[e];if(E.Z.f(t)&&!n.has(t))return n.add(t),!0},we=e=>Ze("unregistration",e),ye=e=>{if(Ze("registration",e))return me.forEach((t=>{e(t)})),!0},_e=(e,t)=>{const n=ge[e];if(E.Z.f(t)&&n.has(t))return n.delete(t),!0},Se=e=>_e("unregistration",e),Ce=e=>_e("registration",e),Ee=e=>(...t)=>{o.e(345).then(o.bind(o,5589)).then((({default:n})=>{n[e](...t)})).catch((e=>{console.error(e)}))},Pe=Ee("dismissSlots"),Oe=Ee("exposeSlots"),Ie=Ee("getDFPConfig");document.addEventListener("keydown",(e=>{e.ctrlKey&&(96===e.which&&Pe(),110===e.which&&Oe())}));var ke=o(450),Le=o(4263);const Te=(e,t,n)=>{const r=(0,Le.Z)(e);let o="";return r&&(o=(r.getAttribute(t||"content")||o).substr(0,n||255)),o},je=(e="")=>{if(!E.Z.s(e))return void(0,Y.Z)(`PrepareTags method first argument must be a String (given ${e}).`,!0);let t=decodeURIComponent(e);return 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)},De=()=>je((0,ke.Z)("ctags")),Me=()=>De()||je(Te('meta[name="keywords"]'));var xe=o(1770);const Re=e=>{let{prebidConfig:t}=window;return t&&e&&(t=t[e]),t},Ve=(e,t)=>{const n=Re(t);return n&&n[e]||!1},Ne=e=>Ve(e,"steeringExternal"),Be=e=>Ve(e,"steering"),Fe=e=>Ve(e,"config");var $e=o(4897),Ge=o(9627);const He=e=>{if((0,Ge.Z)(e)){const{version:t,mct:n}=e;window.tVersion=t,ue("tVersion",t),n&&n[t]&&ue("mct",n[t])}};var Ue=o(5394),ze=o(4462);const We=(e=2)=>String.fromCharCode(65+(0,ze.$6)(e)),qe=()=>{const e=new Date,t=Re("config");let n,r=-1/0;return t&&(0,ne.Z)(t,(t=>{if(t.includes("testConfig")){const o=new Date(t.replace("testConfig","")),s=o-e;o<=e&&s>=r&&(r=o-s,n=Fe(t))}})),n||(n=Fe("testConfig")||{}),n};var Qe=o(1501);const Ke=e=>{const t=e||"default",n=Ne("S2Sconfig"),r=n&&n.tests&&n.tests[t];if(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}},Xe=e=>{if((0,Ge.Z)(e)){const t=Ne("lazyOffsets"),{version:n,lazyOffsetsTest:r}=e;if(t&&r){const e=t[n];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}};let Je=!1;const Ye=(e,t)=>{const n=t||Je;return n&&n[e?"secondTestVersion":"version"]||!1},et=e=>{const t=e||Je;return!(!t||!t.version)&&t},tt=()=>Ke(Je&&Je.version),nt=()=>{const e=Fe("mct");if(e&&ue("mct",e),!Je){const e=(0,y.Z)("prgVersion"),t=Be("testOn"),n=qe(),{authority:r,testName:o,base:s,secondTestName:i}=n,a=!!o,c=n&&n.overrideRefershPvVersion,{mode:d="master"}=n;let l;if(a){const a=r||"application",u=r||"adtech";if(t){switch(Je=Object.assign({},n),d){case"master":Je.version=We(s),c&&(0,Qe.r)()&&(Je.version=c),e&&(Je.version=e),(0,$e.jO)(u,o,Je.version);break;case"slave":Je.version=(0,$e.bB)(a,o)||"";break;default:{const e=new Error("błąd w testConfig => błedny tryb");e.name="ProgrammaticError",(0,Ue.Z)(e)}}const{version:t}=Je;if(Je=!!t&&Je,(0,Ge.Z)(Je)){i&&(Je.secondTestVersion=(0,$e.bB)(a,i)||"");const{mapVersion:e}=Je;if(e){const{disabled:n}=e;Je.version=e[t]||t,l=n&&n.includes(Je.version)}else Je.version=t.slice(0,1).toUpperCase()}}}l?Je=null:(He(Je),Xe(Je))}return Je},rt=()=>{pe("s2s_name"),pe("s2s_ncld"),pe("s2s_xcld");const e=tt();e&&(ue("s2s_name",e.name),ue("s2s_ncld",e.include),ue("s2s_xcld",e.exclude))};var ot=o(4596),st=o(3880),it=o(6539),at=o(9366);const ct=()=>/google/i.test((0,at.a)());var dt=o(8477),lt=o(9943),ut=o(4030);const pt={};var ft=o(2014);const ht=()=>{const{location:e}=window,t=(0,at.a)(),n=(0,ot.Z)("statid"),r=(0,ke.Z)("ctype"),o=(0,ke.Z)("cview"),s=(0,ke.Z)("ccategory"),i=(0,ke.Z)("layout");rt(),(0,lt.OT)()?(ue("phtml",pt.path),ue("PWAref",pt.ref)):(ue("phtml",e.hostname+e.pathname),ue("phash",e.hash.substr(1)),t&&(ue("fromGoogle",(0,ft.Z)(ct())),ue("fromSG",(0,ft.Z)(/www\.wp\.pl/i.test(t))),ue("PWAref",t.replace(/https?:\/\//,"")))),ue("PWAsw",window.screen.width),ue("PWAsh",window.screen.height),Date.now()/1e3-(0,ie.Z)((0,ot.Z)("sgv"))>1209600&&ue("gosg",1),(0,xe.Rf)()&&ue("amp",1),n&&ue("flstatid",n.substr(0,1)),r&&ue("ctype",r),o&&ue("cview",o),s&&ue("ccategory",je(s)),i&&ue("layout",i),(0,Qe.r)()&&ue("reloaded",1),E.Z.n(ut.Z.wifi)&&ue("wifi",ut.Z.wifi),E.Z.n((0,st.pB)())&&ue("PWA_adbd",(0,st.pB)()),(0,it.Z)("wp_dfp_config")&&ue("dfpaoff",1),(0,$e.KF)()?ue("abtest",(0,$e.KF)()):pe("abtest"),(()=>{if(!(0,xe.KD)()){let e;e=(0,dt.nj)()?De():Me(),e&&e.length?ue("REKtagi",e):pe("REKtagi")}})()};var mt=o(619),gt=o(703),At=o(5786),vt=o(4841),bt=o(4033);const Zt=(0,y.Z)("rvTest")||"1",wt=(e,t,n,r)=>{ht();const o={};return(0,mt.Z)(o,"rv",Zt),(0,mt.Z)(o,"sn",(0,vt.W_)()),(0,mt.Z)(o,"pvid",(0,At.V)()),r?(0,mt.Z)(o,"rekid",t):(0,mt.Z)(o,"rekids",t.join(",")),(0,ne.Z)(fe(),((e,t)=>{(0,mt.Z)(o,e,t)})),(0,ne.Z)(n,((e,t)=>{(0,mt.Z)(o,e,t)})),(0,ne.Z)((0,gt.a)(),((e,t)=>{(0,mt.Z)(o,e,t)})),e+(0,bt.Z)(o,!0)};var yt=o(5467),_t=o(5620);const St=(e,t,n)=>{if((0,_t.Yw)())return;const r=e||(0,yt.P)();return wt(t,r,n,!0)},Ct=(e,t)=>St(e,"https://rek.www.wp.pl/aad.xml?",t),Et=(e,t)=>St(e,"https://rek.www.wp.pl/vad.xml?",t);var Pt=o(6719);const Ot=e=>{const t=[];return(0,_t.YE)()||(0,ne.Z)((0,Pt.bh)(),(n=>{const r=(0,Pt.FJ)(n);(0,ne.Z)(r,((n,r)=>{const{campaign:o}=r;if(o){let n=o[e];E.Z.u(n)||(Array.isArray(n)||(n=[n]),n.length&&n.forEach((e=>{e.toString().length&&!t.includes(e)&&t.push(e)})))}}))})),t},It=(e,t)=>(0,Pt.o)(e,t,"campaign"),kt=()=>Ot("id"),Lt=()=>Ot("competitiveCategories"),Tt=e=>{let t;if(e){const n=Ne("lazyOffsets");if(n){const r=(0,ke.Z)("ctype");t=n[r]?n[r][e]||n[r].default:n.default}}return t||400},jt=()=>10;var Dt=o(6126);const Mt="passback",xt="direct";var Rt=o(3437),Vt=o(552),Nt=o(9460),Bt=o(846),Ft=o(3203);const $t={slotsFromPayload:{},wasPreviewLoaded:!1,previewMode:(0,y.Z)("onegaf")||(0,_t.B2)()};var Gt=o(1143),Ht=o(5749),Ut=o(3612);const zt=new Set,Wt=()=>Array.from(zt),qt=(e,t=1)=>{let n=e;return n<65?n+=6*t:n>90&&(n+=7*t),n},Qt=(e,t)=>{if(E.Z.u(e)||E.Z.s(e)&&0===e.length)return void(0,Y.Z)(`Slide method first argument must be Integer (given ${e}).`,!0);const n=(0,ie.Z)(t)%6;let r=(0,ie.Z)(e),o=17+n,s="";r=r>=0?Math.min(9999,r):0,r=("0000"+r).substr(-4);for(let e=0;e<4;e+=1){const t=r[e];s+=String.fromCharCode(qt(t.charCodeAt(0)+o,1)),o+=(0,ie.Z)(t)+3}return s},Kt=(e,t)=>{if(E.Z.u(e)||E.Z.s(e)&&0===e.length)return void(0,Y.Z)(`Unslide method first argument must be String (given ${e}).`,!0);let n=17+(0,ie.Z)(t)%6,r="";if(e&&4===e.length)for(let t=0;t<4;t+=1){const o=e[t],s=String.fromCharCode(qt(o.charCodeAt(0),-1)-n);r+=s,n+=(0,ie.Z)(s)+3}return(0,ie.Z)(r)},Xt=e=>{const t=(0,it.Z)("wp_dfp_config");if(t){const n=(0,Pt.fw)("rshsd");(0,ne.Z)(t,((t,r)=>{let o=e[t];o||(o={},e[t]=o);const s=o.campaign&&o.campaign.creative&&o.campaign.creative.roshash,i=Kt(s,n),a=10*Math.ceil(i/10),c=Qt(a);r.div="gaf-gpt-"+t,r.roshash=s,r.targeting=r.targeting||{},r.targeting.DFPHASH=c,o.dfpConfig=r})),(0,ne.Z)(e,(t=>{e[t].dfpConfig||delete e[t]}))}},Jt="slotViewability",Yt="slotInViewport",en="advViewability",tn="advExtraViewability",nn="advDisplayTimebase",rn="advDisplayTimebase_displayTime",on=[Jt,Yt,en,tn,nn,rn],sn="view",an="last",cn="v",dn="p",ln="actual",un="summary",pn="vt",fn="lvt",hn="__visibility",mn="offset",gn="percent",An="steady",vn=[dn,fn,"kibsent"],bn={[cn]:0,[fn]:0,[pn]:0,[dn]:0},Zn={[cn]:!1,[sn]:0,[an]:0,[ln]:0,[un]:0},wn=(e=0,t=0,n)=>{let r=0;const{width:o,height:s,top:i,left:a,right:c,bottom:d}=n,{min:l,max:u,round:p}=window.Math;if(e>0&&t>0)if(o>0&&s>0){r=p((u(0,l(e,c))-u(0,l(e,a)))*(u(0,l(t,d))-u(0,l(t,i)))/(s*o)*100)}else{const n=d<=t&&i>=0;r=c<=e&&a>=0&&n?100:0}return r},yn=e=>{e.v=!1,e.view=0,e.summary+=e.actual,e.actual=0};var _n=o(967),Sn=o(6679),Cn=o(1133),En=o(9610),Pn=o(2915);const On=(e,t,n,r,o,s)=>{const i=(Date.now()-t)/1e3,a=e[hn],{state:c,time:d,percent:l}=e;if(c.p<n&&(c.p=n),e.method===An){if(!(E.Z.n(n)&&d&&E.Z.n(d)&&l&&E.Z.n(l)))return;!r||!r.width||!r.height||n<l?yn(a):(a.view||(a.view=i),i-a.view>=d&&(a.v||(a.last=i-d,a.v=!0),a.actual=i-a.last,c.vt<a.actual&&(c.vt=Math.round(a.actual)),c.lvt=Math.round(a.summary+a.actual),!c.v&&c.lvt>=d&&(c.v=1)))}else if(e.method===gn)n>=l&&(c.v=1);else if(e.method===mn){const t=parseInt(e.verticalMargin,10),n=parseInt(e.horizontalMargin,10);let i=1,a=1;!(0,Pn.Z)(t)&&E.Z.n(t)&&(r.bottom>=-t&&r.top<=s+t||(i=0)),!(0,Pn.Z)(n)&&E.Z.n(n)&&(r.right>=-n&&r.left<=o+n||(a=0)),c.v=i&&a?1:0}},In=new Set;let kn,Ln,Tn;w.Z.observedElements=In;let jn=!0,Dn=0;const Mn=()=>{Ln=(0,Sn.Z)(),Tn=(0,_n.Z)()},xn=e=>Array.from(In).filter((t=>t.node===e))[0],Rn=e=>e instanceof HTMLElement?xn(e):Array.from(In),Vn=()=>{kn&&In.forEach(Fn)},Nn=e=>{(0,Ge.Z)(e.observations)||(delete e.node,delete e.observations,In.delete(e))},Bn=e=>{In.size&&jn?(kn||(kn=setInterval(Vn,299)),e&&Fn(e)):kn&&(clearInterval(kn),kn=!1)},Fn=e=>{const{node:t,observations:n}=e;if((0,re.Z)(t)){const r=t.getBoundingClientRect();let o=0;r&&(0,En.Z)(t)&&(o=wn(Ln,Tn,r)),(0,ne.Z)(n,((t,s)=>{if(s){const{state:i,callback:a}=s;i&&(On(s,Dn,o,r,Ln,Tn),i.v&&!s._success&&(s._success=!0,E.Z.f(a)&&(a(i,e),delete s.callback),s.success&&delete n[t]))}}))}else e.observations={};Nn(e),Bn()},$n=(e,t,n)=>{let r,o=null;if((e instanceof HTMLElement||e&&e.tagName&&"iframe"===e.tagName.toLocaleLowerCase())&&(0,Cn.Z)(t)?t.forEach((e=>{r||(r=(e=>{let t;return(0,Ge.Z)(e)||((0,Y.Z)("Viewability: Niepoprawna obserwacja","critical"),t=!0),(0,C.Z)(e.name)||((0,Y.Z)("Viewability: Niepoprawna nazwa obserwacji","critical"),t=!0),(0,C.Z)(e.method)||(e.method=An),[An,gn,mn].includes(e.method)||((0,Y.Z)("Viewability: Nepoprawna metoda obserwacji","critical"),t=!0),E.Z.b(e.success)||((0,Y.Z)("Viewability: Niepoprawny parametr 'success'","critical"),t=!0),E.Z.f(e.callback)||e.success&&((0,Y.Z)("Viewability: Niepoprawne wywołanie zwrotne","critical"),t=!0),t})(e))})):((0,Y.Z)("[observe]: Błędny parametr "+e+" "+t),r=!0),!r){o=xn(e),o||(o={id:(n||"")+(0,ze.Nu)(12),node:e,observations:{}},In.add(o));const{observations:r}=o;t.forEach((e=>{const{name:t,start:n}=e;r[t]||(Gn(e),E.Z.f(n)&&n(e.state,o),(0,mt.Z)(r,t,e))})),Bn(o)}return o},Gn=e=>{e&&(e.state=Object.assign({},bn),e[hn]=Object.assign({},Zn))},Hn=(e,t,n)=>{if(e instanceof HTMLElement&&t instanceof HTMLElement){const r=xn(e);if(r){if(r.node=t,(0,Cn.Z)(n)){const{observations:e}=r;n.forEach((t=>{Gn(e[t])}))}return Bn(r),r}}return[]},Un=(e,t)=>{const n=[];if(!(e instanceof HTMLElement))return n;let r=0;if(t){if(!Array.isArray(t))return(0,Y.Z)("[disconnect] Błędny parametr observations"),n;r=t.length}const o=xn(e);if(o){const{observations:e}=o;(0,ne.Z)(e,((o,s)=>{if(!r||t.includes(o)){const t=Object.assign({},s);delete t._success,delete t.callback,delete t[hn],n.push(t),delete e[o]}})),Nn(o),Bn()}return n},zn=e=>{(0,ne.Z)(e.observations,((e,t)=>{t&&t[hn]&&yn(t[hn])}))},Wn=()=>{jn=!1,Bn(),In.forEach(zn)},qn=()=>{jn=!0,Dn=Date.now(),Bn()},Qn=()=>{Mn(),(0,Nt.DH)(Mn),(0,Nt.DH)(Vn),(0,Nt.nr)(Vn),(0,Nt.vv)(qn),(0,Nt.hT)(Wn)},Kn=e=>{Un(e,on)},Xn=e=>{e&&e.viewability&&e.viewability.advViewability&&(Kn(e.container),delete e.container,delete e.viewability.advViewability)},Jn={};w.Z.slotsStore=Jn;const Yn=(e,t)=>{const n=Jn[e];if(n){const{creation:r}=n;if(delete Jn[e],r){const{config:e}=r;if(e&&e.destroy)return e.destroy(t)}}};var er=o(118);const tr=e=>{(0,er.Z)(e,{hidden:!0,released:!1,height:"auto"})},nr=(e,t,n,r)=>{const o=(0,ie.Z)(t);if((0,oe.Z)("destroySlot",o,t))return;if((0,se.bg)(o))return;(0,Pt.z9)(e,o)&&(Yn(o,r),n&&tr(o))},rr=(e,t,n,r)=>{const o=(0,ie.Z)(t);if((0,oe.Z)("closeSlot",o,t))return;if((0,se.bg)(o))return;const s=(0,Pt.z9)(e,o);if(s){s.success=0,s.viewed=0,s.closed=1,Xn(s),nr(e,o,n,r);const{context:t}=window;t&&E.Z.f(t.noContentAvailable)&&t.noContentAvailable()}};var or=o(6918),sr=o(6733),ir=o(1384),ar=o(9917);const cr={delivered:"dv",run:"rn",viewed:"vd",missing:"ms",error:"er"},dr=e=>{if((0,Ge.Z)(e)&&!E.Z.u(e.delivered))return(0,ne.Z)(cr,(t=>{e[t]=(0,ie.Z)(e[t])})),(0,mt.Z)(e,"bodyCode",void 0),e;(0,Y.Z)("Given object is not valid GAFSlot data.",!0)},lr={};w.Z.slotsFromHead=lr;const ur={},pr=[];let fr,hr,mr,gr=!1;const Ar=e=>{Object.assign(ur,e)},vr=()=>{clearTimeout(hr),pr.length=0,mr&&mr.remove()},br=e=>{if(fr)return e(!0,!1,"payload",fr),lr},Zr=()=>{if(!gr){gr=!0;try{if(fr=Te('meta[name="gaf"]'),fr){const e=window.WP[fr];if(e){const{bodies:t,data:n}=e;if((0,Ge.Z)(n)){Ar(t);let e=!1;(0,ne.Z)(n.bunches,((t,n)=>{const{slots:r}=n;(0,ne.Z)(r,(n=>{const o=(0,ie.Z)(n),s=dr(r[o]);if(s.delivered){lr[o]=s;const n=ur[t+"_"+o];E.Z.f(n)&&n.toString().match(/welcomeScreen|pageCover/)&&(e=!0,pr.push(o))}}))})),e&&(0,ot.Z)("WPdp")&&(mr=(0,ar.Z)("body>*{opacity:0 !important}"),(0,S.Z)().appendChild(mr),hr=setTimeout(vr,3e3))}}}}catch(e){}}};let wr;const yr=()=>(wr||(wr=(0,it.Z)("__headpayload")||t),wr),_r="100%",Sr=e=>E.Z.s(e)&&e.includes("%"),Cr=(e,t,n)=>{if(Sr(n)||Sr(t)&&t!==_r){const{gafSlot:r}=e;(0,or.Z)({message:"IAQInline",path:"prepareSize",fileName:`${t}|${n}`,campaign:r&&r.campaign&&r.campaign.id},1e4)}e.height=(0,ie.Z)(n)||"auto",e.width=t===_r?_r:(0,ie.Z)(t)||_r},Er="iframe",Pr="image",Or="native",Ir="adform",kr="automate",Lr="blackbox",Tr="blocker",jr="businessclick",Dr="criteoaa",Mr="code",xr="dcm",Rr="directProgrammatic",Vr="external",Nr="iframe",Br="image",Fr="mod",$r="native",Gr="nativeAutomate",Hr="none",Ur="script";var zr=o(8886),Wr=o(5006),qr=o(3448),Qr=o(5888),Kr=o(7842);function Xr(e){this.name=en,this.method=An,this.time=1,this.percent=50,this.success=!1,this.callback=e}function Jr(e){this.name=`advExtraViewability${e}`,this.method=An,this.time=1,this.percent=e,this.success=!1}function Yr(e,t,n){this.name=nn,this.method=An,this.time=t,this.percent=n,this.success=!0,this.callback=e}function eo(e,t){this.name=nn,this.method=An,this.time=e,this.percent=50,this.success=!0,this.callback=t}function to(e,t){this.name=rn,this.method=An,this.time=e,this.percent=50,this.success=!0,this.callback=t}const no="view",ro="timebase",oo="custom",so={CPC_INT:"click",CPV_INT:no,CPTB_INT:ro,CPCV_INT:oo};var io=o(5216),ao=o(1219);const co=(e,t,n="par")=>{let r="fsc.gif?";r=(0,Vt.Z)(r,"SN",(0,vt.W_)()),r=(0,Vt.Z)(r,"action",t);const o={off:!(0,io.Z)("fsc")};(0,ao.Z)(r,n,e,o)},lo=e=>{co(e,"view")},uo=()=>"https://"+(window.wp_pp_gemius_service||window.pp_gemius_service||"wp")+".hit.gemius.pl/",po=(e,t)=>{new MutationObserver((e=>{Array.from(e).forEach((e=>{if("childList"===e.type){const n=Array.from(e.removedNodes).filter((e=>"I"===e.tagName))[0];n&&/^(_gde_)/.test(n.id)&&(0,or.Z)({message:"GDE",path:"Code removed",fileName:t},1e3,`GDE code removed (${n.id}).`)}}))})).observe(e,{childList:!0})},fo=(e,t,n,r)=>{if(t){let{scripts:o,doubleClickCode:s}=t;if(o)for(o=[].concat(o);o.length;)O({target:e,src:o.shift()});s&&(s=s.replace("[timestamp]",(0,ze.Nu)(8)),e.insertAdjacentHTML("beforeend",s));const{gemiusCode:i}=t;if(i){O({id:"xgde",src:`${uo()}gdejs/xgde.js`}),po(e,n);const t=i.toString(),o=/(_gde_[\w-^']+)'/g,s=new Set;let a;for(;null!==(a=o.exec(t));){const t=a[1];s.has(t)||(s.add(t),e.insertAdjacentHTML("beforeend",`<i id="${t}" style="display:none !important;visibility:hidden !important"></i>`))}try{if(E.Z.f(i))i();else if(E.Z.s(i)){window["eval"](t)}}catch(e){r(e,"gemiusCode")}}}},ho=(e,t,n,r)=>{const o=r||(0,Pt.z9)(e,t);let s=n;const{context:i}=window;i&&E.Z.f(i.noContentAvailable)&&i.noContentAvailable(),s&&(E.Z.s(s)&&(s={message:s}),s.name?s.name="GAF"+s.name:s.name="GAFError",s.bunch=e,s.slot=t),o&&(rr(e,t,!0,!0),s&&(o.error||(o.errorData=s,(0,Ue.Z)(s))),o.error=1)};var mo=o(204),go=o(7265);const Ao=e=>{let t=e;if((0,C.Z)(e)&&go.Z.tcString){const n=e=>"${GDPR}"===e?(0,ft.Z)(go.Z.gdprApplies):e.includes("_CONSENT_")?go.Z.tcString:e.includes("ADDTL")?go.Z.acs||"":e.includes("LIMITED")?(0,ft.Z)(!(0,qr.Z)(755,[1])):"";t=e.replace(/\$\{(GDPR(_CONSENT_\d+)?|ADDTL_CONSENT|LIMITED_ADS)\}/gi,n)}return t},vo=[];let bo=!1;const Zo=e=>{if(e&&vo.push(e),!bo&&vo.length){const e=vo.shift(),t=()=>{bo=!1,Zo()};bo=!0,(0,mo.Z)({src:e,onLoad:t,onError:t})}},wo=Zo,yo=(e,t=!0,n)=>{let r=e;r&&r.length&&(E.Z.s(r)&&(r=[r]),r.forEach((e=>{if((0,C.Z)(e)){const r=e.replace(/\s/g,"");if((0,C.Z)(r)){const e=(0,Ht.mess)({url:Ao(r),aabVendors:n});t?(0,mo.Z)({src:e}):wo(e)}}})))};var _o=o(9384);const So=(e,t,n,r,o)=>{const s=e||{};if(t&&(s.message=t),o&&(s.fileName=o),n){const e=(0,_o.Z)(n),t=e.hostname+e.pathname;s.path=t||n}return r&&r.id&&(s.campaign=r.id),s},Co=(e,t)=>{(0,er.Z)(e,Object.assign({hidden:!1,released:!0},t))},Eo=window,Po=(e,...t)=>{E.Z.f(e)&&e(...t)},Oo=e=>{if(Eo.context)Po(e);else{Eo.addEventListener("amp-windowContextCreated",(()=>{Po(e)}));const t=Eo.AMP_CONTEXT_DATA&&Eo.AMP_CONTEXT_DATA.ampcontextFilepath;t?O({src:t,id:"amp-context",onError:()=>{Po(e,!0)}}):Po(e,!0)}},Io=(e,t,n)=>{Oo((r=>{r?Po(n,!1):Eo.context.requestResize(e,t,!0).then(((r,o)=>{r===t&&o===e&&Po(n,!0)})).catch(((r,o)=>{r===t&&o===e&&Po(n,!1)}))}))},ko=(e,t,n)=>{n.success=1;const{creation:r,campaign:o}=n;if(!r||r.destroyed)return void ho(e,t,So(!1,"creation destroyed before count",!1,o),n);const s=!!o&&o.creative.sequence,i=!(s&&s.enabled);r.doNotCount||r.config.count(i)},Lo=(e,t,n=.5,r=1e3)=>{if(!E.Z.f(t))return;let o,s;s=new IntersectionObserver((n=>{n.forEach((n=>{n.isIntersecting?o=setTimeout((()=>{(n=>{s.unobserve(e),t(n)})(n)}),r):o&&clearTimeout(o)}))}),{root:null,rootMargin:"0px",threshold:n}),s.observe(e)};var To=o(3121);const jo=(e,t,n,r)=>{if(e&&E.Z.o(e)){const o=[];return(0,ne.Z)(e,((e,s)=>{let i=Object.assign({},s);t&&(i=t(i)),n&&(i[n]=r?(0,ie.Z)(e.replace(/\D/g,"")):e),o.push(i)})),o}(0,Y.Z)(`Given variable must be an Object, was '${null===e?e:typeof e}'.`,!0)},Do=e=>{const t={};return e.run&&(e.viewed?(e.missing&&(0,Y.Z)("Adv viewed with incorrectly set 'missing' flag.",!0),e.missing=0):e.error=1),(0,ne.Z)(cr,((n,r)=>{e[n]&&(t[r]=e[n])})),t},Mo=(e,t)=>{if(E.Z.o(e)){const n={};return(0,ne.Z)(e,((e,r)=>{r&&!e.startsWith("__")&&"unknown"!==r&&"undefined"!==r&&(E.Z.u(t)||Array.isArray(t)&&!t.includes(e))&&(n[e]=r)})),n}},xo=(e,t)=>{const n=t.viewability;if(n){const t=n.advExtraViewability,r=n.advViewability;t&&r&&(r.vta=t.reduce(((e,{percent:t,vt:n})=>(n&&(e[t]=Math.min(n,5)),e)),{}));const o=Object.assign({},n);delete o.advExtraViewability;const s=jo(o,(e=>Mo(e,vn)));s.length&&(e.vab=s)}},Ro=()=>{const e=[];return Object.keys((0,Pt.bh)()).forEach((t=>{const n=(0,Pt.mi)(t);if(n){const r=(0,Pt.__)(n),o={};o.id=(0,ie.Z)(t);const s=jo(r,Do,"id",!0);s.forEach((e=>{const t=e.id,n=r[t];n&&xo(e,n)})),(0,ne.Z)(r,((e,t)=>{t.reloadedslots&&t.reloadedslots.forEach((t=>{const n={};n[e]=t;const[r]=jo(n,Do,"id",!0);xo(r,t),s.push(r)}))})),s&&s.length&&(o.slots=s,e.push(o))}})),e},Vo={};w.Z.inventoryCounter=Vo;const No=e=>{if((0,C.Z)(e)){const t=(Vo[e]||0)+1;return Vo[e]=t,t}(0,Y.Z)(`PageViewID must be a String, was ${e}`)},Bo=()=>{const e=(0,ir.ac)("player");return e?e.playerStore:{}},Fo=e=>{const t=[];return(0,Ge.Z)(e)&&(0,ne.Z)(e,((e,n)=>{if((0,Ge.Z)(n)){const r=[],o={};o.id=(0,ie.Z)(e),(0,ne.Z)(n,((e,t)=>{const n={},o=[];n.id=(0,ie.Z)(e),n.vab=o,(0,ne.Z)(t,((e,t)=>{const n=Mo(t,vn);(0,Ge.Z)(n)&&o.push(n)})),o.length&&r.push(n)})),r.length&&(o.slots=r,t.push(o))}})),t};let $o;const Go=()=>{const e=Ro(),t=Fo(Bo()),n={};let r=!1;if((0,Cn.Z)(e)&&(n.bunches=e,r=!0),(0,Cn.Z)(t)&&(n.video=t,r=!0),r){const e=JSON.stringify(n);if(e!==$o)return $o=e,n.counter=No((0,At.V)()),JSON.stringify(n)}};var Ho=o(975);let Uo,zo;const Wo=e=>{const t=Go();t&&co(t,"inventory2","inventory")},qo=()=>{clearTimeout(zo),zo=setTimeout(Wo,Uo)},Qo=()=>{Ho.Z&&(Uo=(0,xe.tq)()?2e3:4e3,(0,Nt.hT)(Wo),(0,Nt.vv)(Wo),(0,Nt.mc)(Wo),(0,To.aS)(Wo,!0))},Ko=(e,t,n)=>{const r=(0,ie.Z)(t),o=`${e}_${r}`,{type:s,config:i,trackers:a,rebuild:c}=n,d=n.gafSlot,{campaign:l,dfpConfig:u,lazy:p}=d;if(n.destroyed)return void ho(e,r,So(!1,"creation destroyed before impression",s,l),d);const{model:f,provider:h,creativeId:m,touchpointId:g,campaignId:A,time:v,percent:b,displayTime:Z}=(e=>{const t={},{campaign:n}=e;if(n){const{creative:e,sellingModel:r}=n;t.campaignId=""+(n.id||""),e&&(t.provider=""+(e.provider||""),t.creativeId=""+(e.Id||""),t.touchpointId=""+(e.touchpointId||"")),r&&(t.model=so[r.model]||"",t.percent=r.percent||0,t.time=r.time||0,t.displayTime=r.displayTime||t.time)}return(0,y.Z)("testCview")&&(t.model=oo,t.percent=75,t.time=4),t})(d),{holder:w}=c,{coveringSlots:_,resetPayload:S}=yr();if(d.viewed=1,d.missing=0,d.run=1,d.delivered=1,_.includes(r)&&requestAnimationFrame(S),qo(),((e,t,n)=>{Oo((r=>{if(r)return;const{context:o}=Eo;E.Z.f(o.renderStart)&&("auto"===t||"auto"===n?o.renderStart():o.renderStart({width:t,height:n})),E.Z.f(o.reportRenderedEntityIdentifier)&&o.reportRenderedEntityIdentifier("wpmedia_slot_"+e)}))})(r,n.width,n.height),i.impressed||(yo(a.impression,void 0,i&&i.aabVendors),i.impressed=!0),[1,3,5,27,34,36,37].includes(r)&&(0,sr.Z)(`SlotTiming${r}`,`SlotRegister${r}`,`SlotImpression${r}`),(0,he.cV)(r,d),!i.doNotRelease){const{height:e,scalable:t,transparentPlaceholder:o}=n;Co(r,{transparent:o||!1,height:!t&&e||"auto"})}u||fo(w,n.viewability,A,((t,n)=>{ho(e,r,So(t,`${n} measurements in impression handler`,!1,l),d)})),d.viewability||(0,mt.Z)(d,"viewability",{});const C=d.viewability;d.container=w;const P=()=>{i.cviewed||(yo(a.cview,void 0,i&&i.aabVendors),i.cviewed=!0),lo({rekid:e,slot:r,campaignid:A,creativeid:m,touchpointid:g}),ko(e,r,d),qo()},O=()=>{if(i.viewed||(yo(a.view,void 0,i&&i.aabVendors),i.viewed=!0),f===no||f===ro)if(lo({rekid:e,slot:r,campaignid:A,creativeid:m,touchpointid:g}),f===no)ko(e,r,d);else if(f===ro){const t=[];t.push(new eo(v,(()=>{co({rekid:e,slot:r,campaignid:A,creativeid:m,touchpointid:g,value:v},"timecomplete"),ko(e,r,d)}))),t.push(new to(Z,(()=>{pc(e,r)}))),$n(w,t,o)}(0,he.oI)(r,d),qo()};if((0,lt._X)()){(0,mt.Z)(C,en,{});const t=C.advViewability;Object.assign(t,{as:(0,ft.Z)(!p),phd:(0,ft.Z)(document.hidden),tpid:g,crid:m,cmid:"oas"!==h&&A,vndr:h}),f!==no&&f!==ro&&f!==oo&&ko(e,r,d),Lo(w,(n=>{((t,n)=>{i.viewed||(yo(a.view,void 0,i&&i.aabVendors),i.viewed=!0),Object.assign(n,{[cn]:1,[pn]:1,[dn]:Math.round(100*t.intersectionRatio)}),f!==no&&f!==ro&&f!==oo||(lo({rekid:e,slot:r,campaignid:A,creativeid:m,touchpointid:g}),ko(e,r,d),(0,he.oI)(r,d)),qo()})(n,t)}))}else{const t=[50,60,70,80,90,100].map((e=>new Jr(e))),n=[...t];n.push(new Xr(O)),f===oo&&n.push(new Yr(P,v,b)),f===no||f===ro||f===oo?co({rekid:e,slot:r,campaignid:A,creativeid:m,touchpointid:g,value:v,occupied:0},"impression"):ko(e,r,d);const s=$n(w,n,o),i=s&&s.observations,a=i&&i.advViewability&&i.advViewability.state;a?(delete C.slotViewability,(0,mt.Z)(C,tn,t.map((({percent:e,state:t})=>Object.assign(t,{percent:e})))),(0,mt.Z)(C,en,Object.assign(a,{as:(0,ft.Z)(!p),phd:(0,ft.Z)(document.hidden),tpid:g,crid:m,cmid:"oas"!==h&&A,vndr:h}))):ho(e,r,So(!1,"missing observations",!1,l),d)}};var Xo=o(1350);const Jo=(e,t,n,r,o)=>{const s="Criteo"+(e?"Full":"Light"),i=`//static.criteo.net/js/ld/publishertag.${e?"":"prebid."}js`,a="crtpt"+(e?"":"prbd");(0,Gt.Z)(s),O({id:a,src:i,timeout:r,onLoad(){(0,Gt.Z)(`${s}Ready`),(0,J.Z)(s,!0),E.Z.f(t)&&t()},onError(){(0,Gt.Z)(`${s}Error`),(0,J.Z)(s,!1),(0,Xo.o9)(a),E.Z.f(n)&&n(i)},onTimeout(){(0,Gt.Z)(`${s}Timeout`),E.Z.f(o)&&o()}})};var Yo=o(5217),es=o(9519);const ts=window,ns="noaccads",rs="passback",os="display";let ss,is;const as=(0,zr.cu)("hideHolder",{display:"none"}),cs=(e,t,n,r,o)=>{const s={event:e,slot:t,zone:n};r&&(s.timeout=(0,ft.Z)(r)),o&&(s.time=Date.now()-o),(0,es.Z)("acceptableads",s)},ds=(e,t,n,r,o,s)=>{lc(e,t,{fromcriteo:1}),cs(o,t,n,s,r)},ls=(e,t)=>{e&&(clearTimeout(e.checkTimeout),delete e.checkTimeout)},us=(e,t)=>{const n=e.dataset,r=n&&n.slot;r&&!e.passback&&(e.passback=1,ls(e),ds(n.bunch,r,n.zoneid,e.time,t,e.timeout))},ps=e=>{const t=e&&e.data;if(E.Z.s(t)&&/adbdpassback/.test(t)){const e=(0,Kr.Z)(t,["zoneid","cb"],";");if(e.zoneid&&e.cb){const t=(0,Le.Z)('iframe[src*="'+(0,bt.Z)(e)+'"]');if(t){const e=t.parentNode;e&&us(e,rs)}}}},fs=(e,t)=>{const n=e.config;is=!0,n&&ds(n.bunch,n.slot,e.zoneid,e.time,"loadfailed"),(0,Yo.X)(ns,1,(0,Qr.j)(480))},hs=e=>{const t=e.config;if(t){const n=t.bunch,r=t.slot,{uniqueID:o}=t,{holder:s,container:i}=e.rebuild,a=i.dataset,c=e.time,d=e.zoneid;(0,zr.Cj)(s,as),i.id=o,i.time=c,a.slot=r,a.bunch=n,a.zoneid=d,ts.Criteo&&E.Z.f(ts.Criteo.DisplayAcceptableAdIfAdblocked)?(((e,t)=>{e&&(e.checkTimeout=setTimeout((()=>{e.querySelector("iframe")||(us(e,"timeout"),e.timeout=!0)}),1e4))})(i),ts.Criteo.DisplayAcceptableAdIfAdblocked({zoneid:d,containerid:o,overrideZoneFloor:!1,collapseContainerIfNotAdblocked:!0,callbackSuccess(){ls(i),i.passback||Ko(n,r,e)},callIfNotAdBlocked(){ls(i),ds(n,r,d,c,"noadblock",i.timeout),(0,Yo.X)(ns,1,(0,Qr.j)(480))}}),cs("start",r,d,i.timeout,c)):fs(e)}else fs(e)},ms="IframeFactory",gs=(e,t,n)=>{const r="error",o="load",s="html,body{margin:0;padding:0;}",i={scrolling:"no",frameborder:"0"},a=ms+(0,ze.Nu)(6,!0);let c,d,l,u,p,f,h,m,g,A,v,b,Z,w,y,S,C=s,P=i.width,O=i.height;const I=()=>{if(!S)try{d=c.contentWindow}catch(e){}return d},k=()=>{if(I(),!S)try{l=c.contentDocument}catch(e){}return l},L=e=>{c.removeEventListener(r,L),f&&f(e,m)},T=e=>{u||(c.removeEventListener(o,T),u=!0,h&&h(m))};return(()=>{c=(0,_.Z)("iframe"),(0,zr.Cj)(c,(0,zr.cu)(a,t)),(0,zr.Vx)();const s=Object.assign(i,e);(0,ne.Z)(s,((e,t)=>{c.setAttribute(e,t)})),Object.assign(c.dataset,n),c.addEventListener(o,T),c.addEventListener(r,L)})(),{setAutoResize:(e,t,n,r,o)=>{w=0,g=e,A=t,v=n,b=r||500,Z=o||3,g&&A&&(y=setInterval((()=>{(()=>{if(k(),w<Z){if(l){const e=l.body;if(e){let t=e.scrollWidth,n=e.scrollHeight;t=t>g&&t>0?t:g,n=n>A&&n>0?n:A,P===t&&O===n||(P=t,O=n,c.width=t,c.height=n,c.style.width=t+"px",c.style.height=n+"px",v({width:t,height:n}))}}w+=1}else v=null,clearInterval(y)})()}),b))},getDocument:k,getWindow:I,getIframe:()=>c,setStyle:e=>{C=e},setBase:e=>{p=e},resetBodyStyle:()=>{if(k(),l){const e=l.querySelector("head");e&&e.insertAdjacentHTML("beforeend","<style>"+s+"</style>")}C=s},appendTo:e=>{e&&e.appendChild(c)},write:e=>{if(k(),l){let t="";p&&(t+='<base href="'+p+(/\/$/.test(p)?"":"/")+'" />'),C&&(t+="<style>"+C+"</style>");try{l.open(),l.write(t+e),l.close()}catch(e){}}},load:(e,t)=>{h=E.Z.f(e)?e:t,E.Z.s(e)&&(c.setAttribute("src",e),m=e)},error:e=>{E.Z.f(e)&&(f=e)},postMessage:(e,t)=>{if(I(),!S)try{d.postMessage(e,t||"*")}catch(e){(0,Y.Z)("IframeFactory postMessage error: "+e&&e.message)}},destroy:()=>{clearInterval(y),(0,zr.jo)(a),c.removeEventListener(o,T),c.removeEventListener(r,L),c.setAttribute("src","about:blank"),c.remove(),d=null,l=null,S=!0}}},As={},vs=(e,t)=>{E.Z.o(e)?Object.assign(As,e):As[e]=t};var bs=o(3574);const Zs=(e,t)=>{const{currMod:n}=e;(0,Y.Z)("MODLoaderEvent: "+t+" > "+n,"InitSuccess"!==t)},ws=e=>{const{currMod:t}=e;let n="wpjslib-mods",r="";const o=(0,k.Z)("wpmods");o&&(w.Z.modsMode="-debug",w.Z.modsBranch=o[2]),(w.Z.modsMode||w.Z.mode)&&(n+="-debug",w.Z.modsBranch&&(r=w.Z.modsBranch+"/")),O({id:"mods",crossorigin:!0,src:(0,Ht.mess)({url:`${bs.Z}wpjslib-mods/${r}${n}.js`}),onError(){e.destroyed?Zs(e,"DestroyedError"):(vs(t,Zs),As[t](e,"RequestError"),_s(e))},onLoad(){e.destroyed?Zs(e,"DestroyedError"):(E.Z.f(As[t])||vs(t,Zs),As[t](e,"AfterLoadError"),_s(e))}})},ys=e=>{if(e.destroyed)return void Zs(e,"DestroyedError");const{modsToLoad:t}=e;if((0,Cn.Z)(t)){const n=t.shift();if(e.currMod=n,(0,C.Z)(n))if(E.Z.f(As[n])){try{As[n](e),Zs(e,"InitSuccess")}catch(t){Zs(e,t||"InitError")}ys(e)}else ws(e);else Zs(e,"IncorrectNameError")}},_s=ys,Ss=(e,t)=>{const{slot:n,bunch:r,server:o,campaign:s}=e,i={slot:n,bunch:r,creations:[t]};return t.backupAd=!0,(0,C.Z)(o)&&(0,C.Z)(s)&&(i.server=o,i.campaign=s.replace(/(x)(\d+\/OasDefault)/,"r$2")),i},Cs=(e,t)=>(0,bt.Z)({gdpr:(0,ft.Z)(e),gdpr_consent:t});var Es=o(4133);const Ps=(e,t,n,r,o,s,i,a)=>{const c={},d={},l={};return t&&(l.model=t),n&&(0,mt.Z)(l,"directOnly",n),i&&(l.sequence={enabled:i}),r&&(d.Id=r),o&&(d.roshash=o),s&&(d.provider=s),c.id=e,c.creative=d,c.sellingModel=l,c.capping=a,c},Os=(e,t,n,r=1)=>{const o=n||(0,Pt.z9)(e,t);o&&(o.missing=r)},Is=(e,t)=>{const n=Fe("prebidDamOpen"),r=et(),o=n&&n["slot"+t],s=r.version;let i=!1;return o&&(E.Z.b(o)||o["test"+s])&&(i=!0),i};var ks=o(1386);const Ls=(0,ks.Z)("Prebid");var Ts=o(2971);let js,Ds,Ms=!0;const xs={},Rs={},Vs={slotsStartTime:Rs};w.Z.slotsStateStore=xs,w.Z.prebidTimingStore=Vs;const Ns=()=>Vs,Bs=()=>{js=Date.now()},Fs=(e,t)=>{const n=xs[e];return n&&Object.assign(n,t),n},$s=e=>{delete xs[e]},Gs=(e,t,n)=>{const r=xs[t];if(r)return r[e]=n,r},Hs=()=>(Ms=!0,(0,ne.Z)(xs,$s),xs),Us=e=>{Vs[e]=Date.now()},zs=(e,t)=>{((e,t)=>{const n=Gs("wnP",e,t);if(n&&n.wnP>-1){const t=(0,ir.ac)("prebid")&&(0,ir.ac)("prebid").slotIsLimited(e);t&&(n.blState=t),Vs.timeout&&(n.apiTimeout=1),js&&(n.tts=Date.now()-js),Ms&&(n.first=1),Ms=!1,(0,Ts.Z)(n),Ds||(0,es.Z)("slotStatus",n),$s(e)}})(e,t.vendor)},Ws=()=>{Ds=Be("slotStatusDisable")||(0,xe.V8)()&&!(0,vt.y1)("o2_poczta_wylogowano")&&!(0,lt._X)(),(0,To.ME)(Bs),(0,To.SG)(Bs),(0,To.aS)(Hs),(0,he.wN)(zs)},qs={testSuffix:"",testString:null,fromGoogle:!1,error:!1},Qs={error:!1,timedOut:!1,loaded:!1};var Ks=o(7678);const Xs="GafAPI",Js=(0,ie.Z)(Fe("interstitial")||(0,y.Z)("interstitial")),Ys=(0,ie.Z)(Fe("anchorAdSlot")||(0,y.Z)("anchorad")),ei=(0,y.Z)("nativegam"),ti=et(),ni=ti&&ti.dfpaTestOverride,ri=Ye(),oi=(e,t,n,r)=>{const o=t.getSlotCPM(e,!0),s=t.getHighestBid(e),i=s&&s.bidder,a=o&&Qt(o,r);return((e,t,n,r,o)=>{const s=xs[e],i={prbd_ccpm:t.ccpm,prbd_cpm:t.cpm,prbd_cpmpl:t.cpmpl,prbd_fp:n,prbd_an:t.auctionCounter,prbd_platform:t.bidder,prbd_dl:r};1===o&&i.prbd_ccpm>s.prbd_ccpm&&(i.prbd_prbdUpd="1"),Fs(e,i)})(e,s,t.getFloorPrice(`slot${e}`,s),(s.deal||s.dealId)&&1,n),{highestBidCPM:o,highestBid:s,highestBidBidder:i,highestBidHash:a}},si=(e,t)=>{if((0,se.bg)(t))return;const n=`${e}_${t}`,r="bodyCode",o=(0,Pt.z9)(e,t);if(o&&!o.finished){if(o.error||o.run)return void(0,or.Z)({message:Xs,path:"ErrorOrAlreadyRun",fileName:"runSlotFinally",slot:t},1e5);if(!(0,Ks.Ic)(t))return void(o.delivered&&(Os(e,t,o),(0,Y.Z)(`Slot ${t} missing for delivered and run ad`,!1,"Gaf",!1,{bunch:e,slot:t,actionName:"open"})));let s,i,a;o.delivered&&$t.previewMode&&($t.wasPreviewLoaded=!0);const c=(0,Pt.fw)("geo"),d=(0,Pt.fw)("rshsd"),{campaign:l,dfpConfig:u,passed:p}=o,f=!(0,_t.YE)()&&!!l,{payloadBodies:h}=yr(),m=o.bodyCode||h&&h[n];let g,A,v,b,Z,w=(0,it.Z)("directOnly",$t);const y=(0,Ge.Z)(u),_=(0,qr.Z)(755,[1])&&!qs.error,S=(0,_t.uD)()||(0,st.VP)(),C=!w&&!S&&y&&_;let P,O,I,k,L,T,j;const D=(0,ir.ac)("prebid"),M=!Qs.error&&(!Qs.timedOut||Qs.loaded),x=!w&&!!D&&M&&!(0,_t.U6)();if(((e,t,n)=>{xs[e]||(xs[e]={slN:e,cnt:t&&t.country,hSd:n},[1,3].includes(e)&&(Rs[e]=Rs[e]||Date.now())),xs[e]})(t,c,d),((e,t,n,r,o)=>{let s;o||(s=n?r?3:t?1:0:2,(0,Ft.Z)(`GAMConfigStatus${s}`),Gs("dfpCfgStat",e,s))})(t,S,y,!_,p),((e,t)=>{[3,36,11,1].includes(e)&&(t?(0,Gt.Z)(`GafAPIRunBidded${e}`):(0,Gt.Z)(`GafAPIRunSlot${e}`))})(t,x),f){const{sellingModel:e,creative:n}=l;if(n){((e,t,n)=>{Fs(e,{gaf_cpm:t.roshash,gaf_directOnly:(0,it.Z)("directOnly",n),gaf_model:n.model,gaf_system:t.provider}),xs[e]})(t,n,e);n.source&&n.source.external&&(j=Kt(n.roshash,d)),(0,it.Z)("directOnly",e)&&(n.roshash="ZZZZ",w=!0),Z=n.roshash}}if(x&&(({highestBidCPM:O,highestBid:P,highestBidBidder:I,highestBidHash:k}=oi(t,D,p,d)),T=D.AmazonAPI),C){if(g=u.targeting,A=u.roshash,ni&&!/test/.test(u.div)&&ri&&(u.div=`${u.div}-test${ri}`),T){const e=T.getBidSlot(`slot${t}`);e&&(((e,t)=>{Fs(e,{amzn_bid:t.amznbid}),xs[e]})(t,e),Object.assign(g,e),T.markUsed(e.amzniid))}if(x){const e=g.DFPHASH&&Kt(g.DFPHASH);v=D.getGAMTarget(t,O,e,I,j)}v&&(b=Qt(v.target,d),g.OAS_retarg=v.targetModel||0),b&&b>A?(L=v.target,v.noMultiplier||(L/=u.multiplier||1),L>100*u.ceil?s=!0:(L=10*Math.ceil(L/10),g.DFPHASH=Qt(L),i=!0)):i=!0}else f?O&&k>Z?s=!0:m&&(0,mt.Z)(o,r,m):O&&(s=!0);if(s?(f&&(o.directCampaignForPassback=l),o.campaign=Ps("PrebidCampaign","prebid",!1,P.creativeId,k,P.bidder),(0,mt.Z)(o,r,(()=>{Qa(D.generateInline(e,t),o)})),o.vendor=0,a=!0):i?(((e,t,n,r)=>{Fs(e,{dfp_adU:t.placement,dfp_cpm:t.roshash,dfp_dfpH:n&&n.DFPHASH||void 0,dfp_psbk:r}),xs[e]})(t,u,g,p),f&&(o.directCampaignForPassback=l),o.campaign=Ps("GAM","GAM",!1,u.placement.replace(/^(\/\d+\/)/,""),A,"GAM"),((e,t)=>{ei&&(t.isNative=!0);const n=Ne("nativeConfig");if(n){const r=n[(0,ke.Z)("ctype")||"article"]||n.article;r&&r[e]&&(t.isNative=!0)}})(t,u),u.isAnchor=t===Ys,u.isInterstitial=t===Js,(0,mt.Z)(o,r,(()=>{Qa({bunch:e,slot:t,creations:[{showLabel:!u.isAnchor&&!u.isInterstitial,type:u.isNative?Gr:kr,dfpConfig:u}]},o)})),a=!0):f&&E.Z.f(o.bodyCode)&&(o.vendor=2,a=!0),a){o.prevDivs=Yn(t,i||s),((e,t)=>{Jn[e]=t})(t,o),o.delivered=1,o.run=1;try{o.bodyCode(),(0,Ft.Z)("GafAPICreativeRun")}catch(n){ho(e,t,So(n,!1,r,l),o)}}else o.delivered=0;o.delivered||(o.vendor=-1,o.finished=1,((e,t)=>{(0,he.cV)(e,t)})(t,o),rr(e,t,!0,!0))}},ii=(e,t)=>{const n=()=>{si(e,t)};Is(e,t)?n():Ls.fill(n)},ai=(e,t,n)=>{const r=(0,Pt.z9)(e,t);r&&(r.viewability||(0,mt.Z)(r,"viewability",{}),r.viewability.advViewability||(0,mt.Z)(r.viewability,Jt,{[cn]:n.v,phd:(0,ft.Z)(document.hidden)}))},ci=(e,t)=>{const n={name:Yt,method:mn,verticalMargin:Tt(e),horizontalMargin:jt(),success:!0,callback:t=>{(0,ne.Z)((0,Pt.bh)(),(n=>{ai(n,e,t),ii(n,e)}))}};$n(t,[n],Yt+e)},di=e=>{(0,er.Z)(e,{hidden:!1,released:!1})},li=Fe("dfpLLdisable"),ui=(e,t)=>{if((0,se.bg)(t))return;const n=(0,Pt.z9)(e,t);if((e=>e&&e.delivered&&!e.run&&!e.error)(n)){((e,t)=>{const{dfpConfig:n,lazy:r}=e;let o=!r;return e.originalLazy=r,n&&(o=!(!(0,Cn.Z)(li)||!li.includes(t))),e.lazy=!o,o})(n,t)&&si(e,t)}};var pi=o(2890);const fi=(e,t)=>{if(E.Z.f(t)){const e={};return(n,r)=>{if(e.run=(0,pi.zO)(),setTimeout((()=>{let t;e.filled?e.type?"teaser"===e.type&&(e.checked?e.callback?e.result?e.element?e.total>500&&(t=`setNative(${e.type}) rendering time exceeded 500ms.`):t=`setNative(${e.type}) "callback" was run without correct DOM element ({ el: containerNodeInDOM }).`:t=`setNative(${e.type}) "callback" was run with incorrect argument ({ el: containerNodeInDOM }).`:t=`setNative(${e.type}) "callback" was not set.`:t=`setNative(${e.type}) "type" parameter was not checked.`):t='setNative "type" parameter is missing or incorrect.':t="setNative firts argument is missing or incorrect.",(0,or.Z)({message:"setNative",fileName:e.type||"unknown"},1e5,t)}),3e3),(0,Ge.Z)(n)&&(e.filled=1,(0,C.Z)(n.type))){let{type:t}=n;e.type=t,Object.defineProperty(n,"type",{get:()=>(e.checked=1,t),set:e=>{t=e}})}let o;E.Z.f(r)&&(e.callback=1,o=t=>{(0,Ge.Z)(t)&&(e.result=1,t.el&&(0,re.Z)(t.el)&&(e.element=1,e.done=(0,pi.zO)(),e.total=e.done-e.run)),r(t)}),t(n,o)}}},hi={};w.Z.optionsStore=hi;const mi=(e,t)=>{const n=(0,ie.Z)(e);if((0,oe.Z)("getOptions",n,e))return;let r=hi[n];return(0,C.Z)(t)&&(r=r[t]),r},gi=(e,t,n)=>{const r=(0,ie.Z)(e);if((0,oe.Z)("registerSlot",r,e))return;if((0,se.bg)(r))return;(0,dt.o1)()||(0,or.Z)({message:"GafAPI",path:"SlotRegisteredDuringNavigation",slot:r},1e4,`Slots MUST be registered between 'page:view' and 'page:close' events (slot number ${r}).`,"error");const o=(0,Ut.DN)(r);let s;Kn(o),s=(0,C.Z)(t)?(0,Le.Z)(t):t,s&&o!==s&&di(r);const i=(0,Ks.Ic)(r,s);i?([1,3,5,27,34,36,37].includes(r)&&(0,Gt.Z)(`SlotRegister${r}`),n&&((e,t)=>{const n=(0,ie.Z)(e);if((0,oe.Z)("setOptions",n,e))return;const r=t;if(r&&E.Z.o(r)){const{alternativeSlot:e,setNative:t}=r;if(r.setNative=fi(n,t),e){let t=null;t=(0,C.Z)(e)?(0,Le.Z)(e):e,de(n,t),delete r.alternativeSlot}else(0,xe.KD)()||(0,xe.Qt)()||3!==n||!E.Z.f(t)||t({type:"alternativeSlot"},(({el:e})=>{de(n,e)}));return hi[n]=Object.assign(hi[n]||{},r),!0}(0,Y.Z)(`Given options should be an object for slot ${n}, was '${r}'.`,!0)})(r,n),(0,ne.Z)((0,Pt.bh)(),(e=>{Os(e,r,void 0,0),ui(e,r)})),ci(r,i)):(0,ne.Z)((0,Pt.bh)(),(e=>{Os(e,r)}))},Ai=(e,t,n,r)=>{const o=(0,Pt.FJ)(e);let s,i,a,c=o[t];c&&(Xn(c),({campaign:i}=c),s=c.passedslots||[],a=c.originalLazy,delete c.originalLazy,s.push(c),delete c.passedslots,(0,mt.Z)(c,"bodyCode",void 0)),i=i?Ps(i.id,!1,1,i.creative.Id,"ZZZZ","oas",!1,i.capping):Ps("PBCampaign",!1,1,"PBCreative","ZZZZ","oas"),c={campaign:i,delivered:1,lazy:a,reuseContainer:r},s&&(c.passedslots=s,c.passed=s.length),o[t]=c,(0,mt.Z)(c,"bodyCode",(()=>{try{Qa(n)}catch(n){ho(e,t,So(n,!1,"bodyCodePassback",i),c)}})),gi(t)},vi=({creationBunch:e,creationSlot:t,creation:n,config:r,$creationHolder:o,onImpression:s,onParseError:i,onRequestError:a})=>{const c=(0,ze.Nu)(8)+"-1111-4000-3000-"+(0,ze.Nu)(12),d=encodeURIComponent(btoa("mid="+n.hash+"&transactionId="+c)),{gdprApplies:l,tcString:u}=go.Z,p="//adx.adform.net/adx/?rp=4&"+d+"&pt=gross&fd=1&"+Cs(l,u),f=new XMLHttpRequest;f.open("GET",p,!0),f.onreadystatechange=()=>{if(4===f.readyState)if(200===f.status){f.onreadystatechange=null;try{const i=JSON.parse(f.responseText),a=Array.isArray(i)&&i[0];if(a&&a.banner){r.updateSize(a.width,a.height);const n=gs({},{width:a.width,height:a.height,display:"inline-block",verticalAlign:"middle",border:"none"},{bunch:e,slot:t});(0,Es.Z)(o,n.getIframe()),n.write(a.banner),s()}else if(n.passback)if(rr(e,t),n.backupAd){const o=Ss(r,n.backupAd);Ai(e,t,o)}else lc(e,t,{followADFORM:"1"});else rr(e,t,!0)}catch(e){i(p,e)}}else a(p)},f.withCredentials=!0,f.send(null)},bi=e=>{const t=e&&e.data;"https://bdr.wpcdn.pl"===e.origin&&"blackbox_passback"===t.type&&pc(t.bunch,[t.slot],{nogam:1})};let Zi=!1;const wi=({creationBunch:e,creationSlot:t,creation:n,onError:r,onLoad:o})=>{const{data:s}=n;s.site=(0,vt.PO)(),s.passbackSlot=t,s.passbackBunch=e;let i=`https://bdr.wpcdn.pl/tag/gaftag.html?${(0,bt.Z)(s)}`;(0,y.Z)("debug")&&(i=(0,Vt.Z)(i,window.location.search,void 0,!1,!0)),n.src=i;const a=gs({sandbox:"allow-same-origin allow-scripts allow-forms allow-popups"});return a.error(r),a.load(i,o),Zi||(window.addEventListener("message",bi),Zi=!0),{creationFactoryIframe:a}};var yi=o(528);const _i=e=>(yi.Z&&e.setAttribute("rel","sponsored"),()=>{e.setAttribute("target","_blank"),e.setAttribute("rel","noopener"+(yi.Z?" sponsored":"")),requestAnimationFrame((()=>{e.removeAttribute("target"),yi.Z&&e.setAttribute("rel","sponsored")}))});var Si=o(961);const Ci=()=>{const e=(0,qr.Z)(676,[1,2,3,4,5]),t=(0,Si.BF)("mr","GWP")&&(0,Si.BF)("ck","GWP");return e||t};var Ei=o(5212);const Pi=(e,t={},n,r)=>{const o={data:e,oid:"03609293b107be12293588a2c16e6ffd",webpage:(0,Ei.Z)(),aabVendors:(0,ie.Z)(r),PWA_adbd:(0,st.pB)(),v:"2"};return n&&Object.assign(o,{json:"t",adsame:"f",adquant:"1"}),(0,Ht.mess)({url:"https://ads.businessclick.com/awrapper?"+(0,bt.Z)(Object.assign(o,t),!0)})},Oi=(e,t)=>{if((0,C.Z)(e)&&E.Z.f(t)){const n=e+(0,ze.Nu)();return window[n]=(...r)=>{try{t.apply(window,r),delete window[n]}catch(t){(0,Ue.Z)(t,`callback:${e}`)}},n}},Ii=({config:e,creation:t,$creationHolder:n,onImpression:r,onRequestError:o,onClose:s})=>{const{hash:i}=t,a="BC"+i,c={async:1};if(c.emptycb=Oi(a,(()=>{setTimeout(s,0)})),Ci()){const s=Pi(i,c,void 0,e.aabVendors);t.showLabel=!0,t.src=s;const d=(0,_.Z)();d.classList.add(i),(0,zr.Cj)(d,(0,zr.cu)(a,{backgroundColor:"white",overflow:"hidden"})),(0,Es.Z)(n,d),O({src:s,onLoad:r,onError:o})}else s()};var ki=o(8937),Li=o(4166),Ti=o(3310);const ji={};w.Z.adUnitsConfig=ji;const Di=ji,Mi=(e,t,n)=>{const r=(0,Li.Z)("dfpslots"),{testSuffix:o}=qs,s=e?r.get(e+o):t;if(s)s.passbackAfterRender=!0;else if(n){const t=r.getAll();(0,ne.Z)(t,((e,t)=>{Number(n)===t.slot&&(t.passbackAfterRender=!0)})),(0,or.Z)({message:"GamAPI",path:"SlotMissing",campaign:e,fileName:o,slot:n})}};window.googletag=window.googletag||{cmd:[]};const xi=()=>window.googletag,Ri=(e,t)=>{const n=xi();n&&n.cmd&&E.Z.f(n.cmd.push)&&!qs.error?n.cmd.push(e):E.Z.f(t)&&t()},Vi=(e,t,n)=>{const r=(0,Pt.z9)(e,t);r&&(Xn(r),r.passsedDfpConfig=r.dfpConfig,delete r.dfpConfig,(0,mt.Z)(r,"bodyCode",void 0),r.lazy=r.originalLazy,delete r.originalLazy,r.passedslots=r.passedslots||[],r.passedslots.push(r.passsedDfpConfig),r.passed=r.passedslots.length,r.viewed=0,r.run=0,r.reuseContainer=n,r.campaign=r.directCampaignForPassback,delete r.directCampaignForPassback,gi(t))},Ni=(e,t)=>{const{slot:n,placement:r,bunch:o,requested:s,responded:i,rendered:a}=t;if(t.automatic){const t={slot:n||"unknown",adunit:(null==r?void 0:r.replace(/^(\/\d+\/)/,""))||"unknown",bunch:o||"unknown",ttres:i?i-s:"unknown",ttren:a?a-s:"unknown"};(0,es.Z)(e,t)}},Bi=(e,t)=>{const n=(0,ie.Z)(e.bunch),r=(0,ie.Z)(e.slot),{definedSlot:o,creation:s}=e;if(o&&o.clearTargeting(),Ni("dfp_passback",e),(e=>{Gs("dfp_psbk",e,1),(0,ir.ac)("prebid")&&(0,ir.ac)("prebid").AmazonAPI&&(0,ir.ac)("prebid").AmazonAPI.markUnused(e)})(e.slot),s){const{backupConfig:t}=s;if(t)return void Ai(n,r,t,e.passbackAfterRender)}e.automatic?Vi(n,r,e.passbackAfterRender):lc(n,r)},Fi=e=>{const t=xi(),n=e,{placement:r,targeting:o}=n;n.slot,n.bunch;let{definedSlot:s,div:i}=n;let a;s&&(t.destroySlots([s]),s=null),n.isInterstitial?(a=!0,i=t.enums.OutOfPageFormat.INTERSTITIAL):n.isAnchor?(a=!0,i=t.enums.OutOfPageFormat.TOP_ANCHOR):n.outOfPage&&(a=!0),s=a?t.defineOutOfPageSlot(r,i):t.defineSlot(r,n.sizes,i),n.definedSlot=s;const c=t.pubads();s.addService(c),((e,t)=>{(0,ne.Z)(t,((t,n)=>{e.setTargeting(t,n)}))})(s,o),Ni("dfp_displayad",n),c.updateCorrelator(),t.display(s)},$i=e=>{const{config:t,gafSlot:n}=e,r=(0,ie.Z)(t.bunch),o=(0,ie.Z)(t.slot),s=`${r}_${o}`,i=e.customDfpConfig||e.dfpConfig,a={},c=Ns(),d=et(),l=Ye();let u,p;if(e.customDfpConfig){let e="";l&&d.dfpaTestOverride&&(e=`-test${l}`),i.div=`div-gpt-ad-x${`00${o}`.substr(-2)}${e}`,i.placement=`/89844762/${i.placement}`,a.DFPHASH="0"}if(i?(Di[o]=Object.assign(Di[o]||{},i),u=Di[o],u.automatic=!0,((e,t)=>{qs.testSuffix="",t&&e&&/test/.test(e)&&(qs.testSuffix=`_test_${t}`)})(i.div,l)):((0,or.Z)({message:"GamAPI",path:"ConfigMissing",slot:o,bunch:r},100,"GAM config is missing, this is bad."),u=Di[o]),!u)return p={},p.slot=o,p.bunch=r,void Bi(p,"configMissing");const{placement:f}=u,h=(0,Li.Z)("dfpslots");p=h.get(f+qs.testSuffix)||{},p.slot=o,p.bunch=r,p.creation=e,p.gafID=s,Object.assign(p,u),u.namedSizes&&(p.sizes=u.sizes.concat(u.namedSizes)),h.set(f+qs.testSuffix,p),a.INTER_OFF=qs.fromGoogle,a.mlCode=(0,Pt.fw)("mlId"),a.yg_active="1",a.abtest=qs.testString||"null",a.aabwl=(0,ot.Z)(Ti.tn)||"null",a.reloaded=(0,Qe.r)()?"1":"0",a.tagExcld=(()=>{const e=Me();return["koronawirus","pandemia","sars","covid","epidemia"].some((t=>e.includes(t)))})()?"1":"0",a.native=p.isNative?"1":"0",a.sl=o,Be("logTTG")&&c.timeout&&(a.timeout=(c.loaded?"0":"1")+(l||""));const m=Lt(),g=(0,ke.Z)("ctype");let{div:A}=p;m.includes("DUKAT_Screening")||f.includes("art")||"article"===g?a.screening="0":a.screening="1",l?a.tVer=l:/test[A-Z]$/.test(A)?a.tVer=A.match(/test[A-Z]/)[0].substr(-1):a.tVer="null",a.stVer=Ye(!0)||null,(Be("ygactiveDisable")||e.customDfpConfig)&&(a.yg_active="0"),p.targeting=Object.assign(a,p.targeting);const v=()=>{const{holder:t}=e.rebuild;(0,Qe.r)()&&(A=`r-${A}`,p.div=A),t.id=A,t.placement=f,Fi(p)};if(p.isNative){const e=mi(o),s=e&&e.setNative,i=({el:e})=>{(0,re.Z)(e)?(t.updateContainer(e),v()):(ho(r,o,{message:"Returned alternativeSlot is not valid DOM node.",path:f+qs.testSuffix},n),Mi(!1,p))};s?(p.setNative=s,s({type:"alternativeSlot"},i)):(ho(r,o,{message:"API setNative not implemented nor registered for GAM.",path:f+qs.testSuffix},n),Mi(!1,p))}else v()},Gi=e=>{Bt.Z.fill((()=>{const{config:t,gafSlot:n}=e,r=(0,ie.Z)(t.bunch),o=(0,ie.Z)(t.slot);Ri((()=>{$i(e)}),(()=>{ho(r,o,{message:"googletag.cmd doesn't exist"},n),Mi(!1,!1,o)}))}))},Hi=["div"],Ui=Hi.length,zi=()=>Hi[(0,ze.$6)(Ui)],Wi=(0,zr.cu)("fakeNode",{display:"none"}),qi=(e,t,n,r)=>{if(!e||!e.parentNode)return!1;const o=(0,_.Z)(t);if((0,zr.Cj)(o,Wi),E.Z.u(n)?e.appendChild(o):e.insertAdjacentElement&&e.insertAdjacentElement(n?"afterend":"beforebegin",o),r)for(;r-- >0;)qi(o,zi());return o},Qi=(e,t,n)=>{let r;return e?(r=e,t&&(r+=encodeURIComponent((e=>{let t=e;if(t){let{protocol:e}=window.location;"https:"!==e&&(e="http:"),/^\/\//.test(t)&&(t=e+t)}return t})(t)))):r=t,n?r:(0,Ht.mess)(r)},Ki=(e,t,n)=>{if(!(0,C.Z)(e))return void(0,Y.Z)(`Incorrect url: '${e}'`);if(n)return e;return(0,Ht.mess)({url:e,aabVendors:t})},Xi=()=>{const e=window;return{login:e._wplogin||e._o2login||(0,ot.Z)("_wpid"),name:e._wpname||e._o2name||(0,ot.Z)("_wpname"),surname:e._wpsurname||e._o2surname||(0,ot.Z)("_wpsname")}},Ji=e=>{const{redir:t,action:n,url:r,config:o,gafSlot:s,noMess:i}=e,{slot:a,bunch:c,aabVendors:d}=o,{campaign:l}=s,{id:u=""}=l,p=Qi(t,Ao(r),!0),f=Qi(n,Ao(r),!0);e.originalRedirUrl=p,e.originalActionUrl=f,p&&(e.redirUrl=Ki(p,d,i)),f&&(e.actionUrl=Ki(f,d,i));const h={wp:!0,gaf:{slot:a,bunch:c,campaign:u},redir:t,clickTagUnmessed:p,clickUnmessed:p,click:e.redirUrl,clickTAG:e.redirUrl,clickTag:e.redirUrl,userData:Xi()};let m=1;for(;e[`url${m}`];)h[`click${m}`]=(0,Ht.mess)({url:Qi(t,Ao(e[`url${m}`]),!0),aabVendors:d}),m+=1;return h},Yi=({targetSelector:e,targetEmpty:t,targetMode:n="append"},r)=>{if(e){const o=e.split(", ");let s;for(;!s&&o.length;)s=(0,Le.Z)(o.shift());if(s)switch(t&&(s.textContent=""),n){case"before":s.parentNode.insertBefore(r,s);break;case"after":s.parentNode.insertBefore(r,s.nextSibling);break;case"prepend":s.insertBefore(r,s.firstChild);break;case"append":s.appendChild(r)}}},ea=(e,t)=>{let n,r=1e6;return t.forEach((t=>{const o=t.width===_r?e:t.width,s=r>e,i=o>r,a=o<=e;(!n||a&&(i||s)||!a&&!i&&s)&&(n=t,r=o)})),n};var ta=o(1756);const na=e=>{let{pixels:t,trackers:n}=e;return t?E.Z.s(t)&&(t=[t]):t=[],n||(n={}),(0,y.Z)("testTrackers")&&(n={view:["http://abc.wp.pl/view_"],cview:["http://abc.wp.pl/cview_"],click:["http://abc.wp.pl/click_"],impression:["http://abc.wp.pl/impression_"]}),(0,mt.Z)(e,"pixels",t),(0,mt.Z)(n,"view",n.view||[]),(0,mt.Z)(n,"cview",n.cview||[]),(0,mt.Z)(n,"click",n.click||[]),(0,mt.Z)(n,"impression",n.impression||[]),(0,mt.Z)(e,"trackers",n),e},ra=(e,t,n)=>{const r=(0,_t.FM)(),o=[];let s;s=t.length>1?n.offsetWidth||300:1e4;for(let n=0;n<t.length;n++){const s=t[n],i=s.src;let a,c=s.type;delete s.fixToCenter,delete s.doNotCompress,"pakonative"===c&&((0,Y.Z)("IAQ type 'pakonative' is deprecated, use 'native' instead.",!0),c=$r),r&&(c=Tr),c===Tr&&(e.doNotRelease=!0,s.width=2,s.height=2,s.style={margin:"-1px auto"},delete s.mod,delete s.externalCode,delete s.scalable,delete s.showLabel);let d=s.externalCode;(0,C.Z)(d)&&(d=window.Function("c",d),d.evaled=!0,s.externalCode=d),E.Z.f(d)||delete s.externalCode,!c&&(0,C.Z)(i)&&/\.(gif|jpg|jpeg|png)/i.test(i)&&(c=Br),c&&(c!==Ur||i)||((0,C.Z)(s.code)?(c=Mr,(0,Y.Z)("Incorrect creation type, was 'script', shuold be 'code'.",!0)):E.Z.f(d)?(c=Vr,(0,Y.Z)("Incorrect creation type, was 'script', shuold be 'external'.",!0)):c=Hr),c||(c=Hr),c===Hr&&s.mod&&(c=Fr),c!==Hr&&(c!==Nr||(0,C.Z)(i)||(a=!0,(0,Y.Z)("Source missing for creation type 'iframe'.",!0)),c===Br&&((0,C.Z)(i)?i.length<20&&(a=!0,(0,Y.Z)("Source missing for creation type 'image'.",!0)):s.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="),a||(Cr(s,s.width,s.height),(s.width===_r||s.width>0||s.scalable||c===Tr)&&(s.type=c,o.push(s))))}return{passedCreations:o,creationContainerWidth:s}},oa=(e,t)=>{let n=t;return E.Z.s(n)&&(n=n.replace(/\{\{RM_REDIR\}\}/g,encodeURIComponent("https:"+e.redir)).replace(/\{\{RM_ACTION\}\}/g,encodeURIComponent("https:"+e.action))),n},sa=(e,t,n)=>{const{optOutData:r,system:o,url:s}=t,{optOut:i,advName:a}=r,c=e||(0,Le.Z)('[href="'+s+'"]');if(c){"A"===c.tagName&&((0,Y.Z)("Native ad link (A tag) must be wrapped by a container (non A tag) or 'onRenderCallback' returns wrong element (not container).",!0),(0,zr.Cj)(c,(0,zr.cu)("optout",{position:"relative"})));const e="advName"+o,t="optOut"+o;if(i&&i.optout_click_url&&i.optout_image_url){const e=(0,zr.cu)(t,{position:"absolute",zIndex:1,top:0,right:0});(0,zr.cu)(t+" img",{border:"0 none"});const r=(0,zr.Cj)((0,_.Z)(),e),s=(0,_.Z)("a");s.href=i.optout_click_url,s.target="_blank",s.rel="noopener";const a=(0,_.Z)("img");a.src=i.optout_image_url,"plista"===o&&((0,zr.cu)(t+" img",{width:71,position:"absolute",top:0,right:0}),(0,zr.cu)(t,{top:2,right:2,width:15,height:15,overflow:"hidden"}),(0,zr.cu)(t+":hover",{width:71})),s.appendChild(a),r.appendChild(s),c.appendChild(r),n.config.addDestroyHandler((()=>{r&&(r.remove(),(0,zr.jo)(t))}))}if(a){let t;t=(0,xe.LM)()?{position:"relative"}:{paddingBottom:19,marginBottom:14},(0,zr.Cj)(c,(0,zr.cu)("optoutadv",t));const r=(0,zr.cu)(e,{position:"absolute",whiteSpace:"nowrap",textAlign:"right",lineHeight:20,minHeight:20,maxWidth:"100%",fontSize:12,color:"#ccc",padding:"0px 5px",margin:0,bottom:0,right:0});(0,xe.LM)()&&(0,zr.cu)(e,{padding:"10px 17px",right:"auto",left:0});const o=(0,zr.Cj)((0,_.Z)(),r);o.textContent=a,c.appendChild(o),n.config.addDestroyHandler((()=>{o&&(o.remove(),(0,zr.jo)(e))}))}(0,zr.Vx)()}},ia=({bunchID:e,slotNumber:t,creation:n,imaData:r,onAfterRender:o})=>r=>{if(n.onRenderCallbackDone)(0,Y.Z)(`Multiple 'onRenderCallback' call for slot ${t}.`,"error");else if(n.onRenderCallbackDone=!0,n.pvid!==(0,At.V)()&&(0,or.Z)({message:"NativeAPI",path:"RenderOnIncorrectPVID"},100,"Native ad was rendered on a page other than the one where it was loaded."),r){const s=r.el;if((0,re.Z)(s)){if(o)try{o(s)}catch(e){n.onError("after render error",e)}return n.config.updateContainer(s),Ko(e,t,n),!0}n.onError("incorrect container in onRenderCallback")}else n.onError("missing result in onRenderCallback")},aa=(e,t,n,r,o)=>{const s=e,i=t;s.optOutData={advName:s.advName,optOut:s.optOut},delete s.advName,delete s.optOut;const a=mi(o),c=a&&a.setNative,d=ia({bunchID:r,slotNumber:o,creation:i,imaData:s,onAfterRender:n});if(i.pvid!==(0,At.V)()&&(0,or.Z)({message:"NativeAPI",path:"ImpressOnIncorrectPVID"},100,"Native ad was run on a page other than the one where it was loaded."),c){s.type="teaser",s.position=s.position||s.place;try{c(s,d)}catch(e){i.onError("render error",e)}}else i.onError("missing setNative")},ca="ContentStreamRC",da=(e,t,n=0)=>{let r=(0,ie.Z)(e),o=(0,ie.Z)(t);const s=(0,ie.Z)(n);let i=!1;if(r>o){const e=r;r=o,o=e}if(r===o)return(0,Y.Z)(`Min and max value must not be equal, was ${e}, ${t}.`),0;let a=o-r+1;s<r||o<s?(0,Y.Z)("Value to exclude is out of given range."):(i=!0,a-=1);let c=(0,ze.$6)(a)+r;return i&&c>=s&&(c+=1),c},la={};w.Z.reservedPositions=la;const ua=()=>{la[80]=-1,la[81]=-1},pa=(e,t,n,r,o)=>{const s=la[e],i=da(n,r,!!(s>-1&&o)&&s+(e-t)*o);return la[t]=i,i},fa=()=>{ua(),(0,To.aS)(ua)},ha="PLISTA",ma=({onRequestError:e,onDestroyedError:t,onDataError:n,bunchID:r,slotNumber:o,creation:s,imaData:i,data:a})=>{((e,t)=>{const n="unknown",r=window.PLISTA||{};r.publickey=e.publickey,r.origin="pl",r.item={objectid:(0,ke.Z)("cid")||n,title:Te('[property="og:title"]')||n,text:Te('[property="og:description"]')||n,url:Te('[rel="canonical"]',"href",1024)||n,img:Te('[property="og:image"]')||n,category:(0,ke.Z)("ccategory")||(0,ke.Z)("cCategory")||n,published_at:(new Date(Te('[property="article:published_time"]').replace(" ","T"))/1e3).toFixed(0)||0,updated_at:(new Date(Te('[property="article:modified_time"]').replace(" ","T"))/1e3).toFixed(0)||0},window.PLISTA=r,O({id:ha+(0,At.V)(),src:"https://static-pl.plista.com/async.js",onLoad:t,onError:t})})(a,(()=>{if(s.destroyed)return void t();if((0,qr.Z)(177,[1,2,3,4])){const c=new XMLHttpRequest;c.open("POST","https://farm-pl.plista.com/recommendation/v2/",!0),c.onerror=()=>{e()},c.onload=()=>{(e=>{if(s.destroyed)return void t();let a,c;try{({ad_items:[c]}=e),c&&(i.src=c.img,i.url=Qi(s.action,c.url),i.text=c.text,i.optOut={optout_click_url:"https://www.plista.com/optout/index",optout_image_url:"https://static.plista.com/image/adchoices/pl/26/AAAAAA/0/1.png"},a=!0)}catch(e){n()}a?aa(i,s,(e=>{yo(c.impression_trackers),sa(e,i,s)}),r,o):lc(r,o)})(JSON.parse(c.response))},c.send(JSON.stringify({object_id:(0,ke.Z)("cid")||"unknown",public_key:a.publickey,widget_name:a.widgetname,article_count:1,max_ad_count:1,article_fallback:0,gdpr:1,server_side_tracker:0,recommendation:{image:{width:a.width||216,height:a.height||124,crop:a.imageCrop?1:0},text:{title:50,description:140}}}))}else lc(r,o)}))},ga=(e,t,n)=>So({name:"NativeAPIError"},e,!1,n,t),Aa=(0,y.Z)("testOptout"),va=e=>{const{data:t,config:n,gafSlot:r}=e,o=n.bunch,s=(0,ie.Z)(n.slot),{campaign:i}=r,{system:a,hash:c}=t,d={system:a},l=Ne("nativeConfig"),u=((e,t)=>{let n=1,r=1,o=0,s=0;if(t){const s=t[(0,ke.Z)("ctype")||"article"]||t.article;s&&(o=(0,ie.Z)(s.itemsInRow),s[e]&&(n=(0,ie.Z)(s[e][0]),r=(0,ie.Z)(s[e][1])))}return s=80===e?pa(e,81,n,r,o):81===e?pa(e,80,n,r,o):da(n,r),s})(s,l),p=(e,t)=>{const n=e+(t&&t.message?": "+t.message:"");ho(o,s,ga(n,a,i),r)};e.onError=p,d.place=u,t.hideLabel&&(d.hideLabel=t.hideLabel),t.labelText&&(d.labelText=t.labelText),Aa&&(d.advName="WP Reklama",d.optOut={optout_click_url:"https://www.wp.pl/",optout_image_url:"https://i.wpimg.pl/56x45/i.wp.pl/a/i/stg/pkf/bg.png"}),(e=>{const t=setTimeout((()=>{const{creation:n}=e;if(n){const{config:t}=n;if(t){const{bunch:r,slot:o}=t;n.destroyed||e.viewed||e.closed||(0,Y.Z)(`Ad started, but viewability measurement did not start in 5s for slot ${o}.`,!0,"Gaf",!1,{bunch:r,slot:o,actionName:"open"})}}clearTimeout(t)}),5e3)})(r);const f={onRequestError:()=>{p("request error")},onDestroyedError:()=>{p("destroyed error")},onDataError:()=>{p("data error")},bunchID:o,slotNumber:s,creation:e,imaData:d,data:t,hash:c};switch(a){case"contentstream":(({onRequestError:e,onDestroyedError:t,onDataError:n,bunchID:r,slotNumber:o,creation:s,imaData:i,hash:a})=>{const c=(0,qr.Z)(160,[1,2,3,4,5]),d=Oi(ca,(e=>{if(s.destroyed)return void t();let a;try{const{ads:[t]}=e;t&&(i.src=t.images[0].url,i.url=t.clickUrl,i.text=t.title,a=!0)}catch(e){n()}a?aa(i,s,(e=>{sa(e,i,s)}),r,o):lc(r,o)})),l=Oi(ca,(()=>{s.destroyed&&t()})),{container:u}=s.rebuild,{dataset:p}=u;p.nsType="customPlacement",p.nsHash=a,p.nsService="adart",p.nsSuccess=d,p.nsError=l,u.classList.add("kd_ns_placement"),s.config.addDestroyHandler((()=>{delete p.nsType,delete p.nsHash,delete p.nsService,delete p.nsSuccess,delete p.nsError,u.classList.remove("kd_ns_placement")})),c?O({src:"//emisja.contentstream.pl/aldente/kd_process_function.js?TYPE=customPlacement",target:u,onError(){e()}}):lc(r,o)})(f);break;case"plista":ma(f);break;case"businessclick":(({onRequestError:e,onDestroyedError:t,onDataError:n,bunchID:r,slotNumber:o,creation:s,imaData:i,hash:a})=>{Ci()?O({src:Pi(a,!1,!0),onLoad(){if(s.destroyed)return void t();const e=window.ADS_BC_Slot;let a,c;try{(0,Cn.Z)(e)&&([,c]=e,E.Z.o(c)&&(i.src=(0,Ht.mess)(c.foto,!1,!0),i.url=Qi(s.action,c.link),i.text=c.text,a=!0))}catch(e){n()}a?aa(i,s,(e=>{yo(c.impression),sa(e,i,s)}),r,o):((0,Y.Z)("BusinessClickRC: empty respone from ad request.",!0),rr(r,o,!0,!0))},onError(){e()}}):rr(r,o,!0,!0)})(f);break;case"native":(({bunchID:e,slotNumber:t,creation:n,imaData:r,data:o})=>{r.src=(0,Ht.mess)(o.src,!1,!0),r.url=Qi(n.action,o.url),r.text=o.text||o.title,r.advName=o.advName,r.optOut=o.optOut,aa(r,n,(e=>{sa(e,r,n)}),e,t)})(f);break;case"prebid":(({bunchID:e,slotNumber:t,creation:n,imaData:r,data:o})=>{r.src=(0,Ht.mess)(o.src,!1,!0),r.url=(0,Ht.mess)(o.url),r.text=o.text,r.optOut=o.optOut,r.advName=o.advName,aa(r,n,(e=>{const{adUnit:t,jsTracker:s,bidCallback:i,clickPixel:a,impPixel:c}=o;if(yo(c),e){if(s&&s.length){const n=s.join?s.join(" "):s,r=gs({id:t,width:0,height:0});r.appendTo(e),r.write(n)}E.Z.f(i)&&i(),a&&e.addEventListener("click",(()=>{yo(a)}),!1)}sa(e,r,n)}),e,t)})(f);break;default:p("missing system")}},ba=(e,t,n,r)=>{let o=r||(0,Pt.z9)(e,t);o||(o={},(0,Pt.__)((0,Pt.Km)(e))[t]=o),(0,mt.Z)(o,"creation",n),(0,mt.Z)(n,"gafSlot",o),(0,mt.Z)(n,"pvid",(0,At.V)()),o.aabVendors&&n.config&&(n.config.aabVendors=!0)},Za={0:1,1:3,2:2},wa=({button:e})=>Za[e],ya="IAQInline",_a="relative",Sa="absolute",Ca="overflow",Ea="hidden",Pa="block",Oa="auto",Ia="transform",ka="transform-origin",La="center",Ta="style",ja="click",Da="mousedown",Ma="width",xa="height",Ra="maxWidth",Va="maxHeight",Na="minHeight",Ba="position",Fa="display",$a="color",Ga="background-color",Ha="border",Ua="margin",za=(0,y.Z)("forceBackupAd"),Wa=(0,it.Z)("wp_adv_labels"),qa=["nativeLinkAd","commercialBreak","powerContent","teaserSG","teaserSGMobile","linkSG"],Qa=(e,t)=>{let n,r,o,s,i,a,c;const{creations:d,aabVendors:l}=e,u=(0,xe.tq)();let p,f,h,m,g,A;const v=[],b=(0,ie.Z)(e.slot),Z=(0,ie.Z)(e.bunch),w={},S=(0,ze.Nu)(10,!0,!0),P="container"+S,I="holder"+S,k="label"+S,L="image"+S,T="link"+S,j="iframe"+S,D=[".content",".adsize_content"];let M,x,R,V,N,B;if(!e.bunch)return;const F=t=>{const r=((0,y.Z)("testWpclid")||e.wpclid||"").replace("%%WPCLID_PLACEHOLDER%%","");if((0,C.Z)(r)){(0,Wr.w)();const e={wpclid:r},n=t.target,o=wa(t),s=n&&2===o;(0,Wr.S)({referrerParams:e,rightClickOnLinkNode:s,linkNode:n,toNewWindow:!0})}e.clicked||(yo(n.trackers.click,void 0,l),e.clicked=!0)},$=e=>{E.Z.f(e)&&v.push(e)},G=()=>{let e,t,r=1;p={[Ma]:Oa,[xa]:Oa},n.scalableSelector&&(D.push(n.scalableSelector),(0,or.Z)({message:ya,path:"scalableSelector",campaign:V},1e4));const c=(0,Le.Z)(D.join(","));if(c instanceof HTMLElement&&(p.maxWidth=c.clientWidth),(0,zr.cu)(P,p),(0,zr.Vx)(!0),a===Er){r=Math.min(f.clientWidth,o)/o,p={[Ia]:"scale("+r+","+r+")",[ka]:"0 0 0"},(0,zr.cu)(j,p,[Ia,ka]),e=r*s,t=r*o,p={width:t,height:e},(0,zr.cu)(I,p)}a===Pr&&g&&(e=g.clientHeight),e&&Co(b,{height:!i&&e||Oa}),(0,zr.Vx)()},H=t=>{let n=ce(b);if(!n){const e=(0,it.Z)("__wpApi"),t="getAlternativeSlot";e&&e[t]&&((0,or.Z)({message:ya,path:t,campaign:V},100,`'${t}' is deprecated. Use 'setNative' API instead.`),n=e[t](b))}if(n)return h.parentNode!==n&&n.appendChild(h),e.doNotRelease=!0,E.Z.f(t)&&t(n),tr(b),n;e.doNotRelease=!1},U=t=>{e.counted?(0,Y.Z)(`Multiple count call for slot ${b}.`,"error"):(yo(n.lx,t,l),yo(n.capping,!1,l),yo(n.pixels,void 0,l),fo(f,n,V,((e,t)=>{ho(Z,b,So(e,t+" measurements in success handler",!1,R),B)})),e.counted=!0)},z=()=>{const e={[Ca]:Ea,[Ha]:"0 none",[Fa]:Pa,[Ua]:Oa,[Ra]:"none",[Va]:"none",[Ma]:_r,[xa]:_r};i&&(e.width=o,e.height=s),(0,zr.Cj)(c.getIframe(),(0,zr.cu)(j,e)),$((()=>{c&&(c.destroy(),c=null),(0,zr.jo)(j)}))},W=(e,t)=>{E.Z.u(e)||E.Z.u(t)||(i?p={[xa]:Oa}:(Cr(n,e,t),o=n.width,s=n.height,p={[Ma]:o,[Na]:s},(0,zr.cu)(P,p),(0,zr.Vx)(),p.released=!0,p.slot=b,p.height=s,delete p.minHeight,delete p.width),n.showLabel&&A&&(0===e&&0===t?A.remove():(0,Es.Z)(h,A,!1,!1,!0,10,3)),(0,er.Z)(b,p))},q=e=>{let t;e&&(t=((e,t=2)=>{if(!e||!e.parentNode)return!1;const n=[];if(!(0,xe.tq)())for(;t-- >0;){const t=(0,ze.$6)(2),r=zi(),o=/img|iframe/.test(r)?0:(0,ze.$6)(2),s=qi(e,r,t,o);n.push(s)}return n})(e),t&&(x=x||[],x=x.concat(t)))},Q=e=>N&&N.includes(e),K=()=>{if(r===Mr||r===xr){let e='<head><style id="iaq">html,body{margin:0;padding:0;}</style>',t=n.code;if(r===xr){const e=n.data;t='<ins class="dcmads" style="display:inline-block;width:'+o+"px;height:"+s+'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,ne.Z)(e,((e,n)=>{t+=" data-"+e+'="'+n+'"'})),t+='><script src="https://www.googletagservices.com/dcm/dcmads.js"><\/script></ins>'}else e+="<script>",e+='window.parent.postMessage("'+S+'","'+window.location.origin+'");',(0,ne.Z)(M,((t,n)=>{e+="window."+t+"="+JSON.stringify(n)+";"})),e+="<\/script>";if(e+="</head>",t){t=oa(n,t),n.code=Ao(t),n.head=e;const i={};if(n.sandbox&&(i.sandbox=n.sandbox),n.allowFullscreen&&(i.allowFullscreen=!0),c=gs(i,{},{bunch:Z,slot:b}),(0,zr.cu)(I,{overflow:Ea}),z(),r===Mr){const e=t=>{if(t&&t.data===S){window.removeEventListener("message",e);const n=t.source;n&&n.postMessage(M,"*")}};window.addEventListener("message",e),c.setBase(n.base),c.setAutoResize(o,s,(e=>{c.resetBodyStyle(),(0,zr.cu)(j,e),(0,zr.Vx)()}),500,3)}}}if(n.deferredInit||n.useAlternativeSlot&&((0,or.Z)({message:ya,path:"useAlternativeSlot",campaign:V},1e4),H(b)),Object.assign(w,{container:h,text:void 0,link:m,label:A,iframe:c&&c.getIframe(),holder:f,image:g}),[h,m,g].forEach(q),r===Tr&&(Ko(Z,b,n),setTimeout((()=>{Co(b,{padding:0,margin:0,height:0,overflow:Ea,transparent:!0})})),$((()=>{di(b)}))),r!==Mr&&r!==xr||((0,Es.Z)(f,c.getIframe()),c.write(n.head+n.code),Ko(Z,b,n)),r===Br&&(g.src=(0,Ht.mess)({url:n.src,aabVendors:l})),r!==Fr||qa.filter(Q).length){const e=n.externalCode;try{E.Z.f(e)&&(e.evaled?e(n):((0,or.Z)({message:ya,path:"externalCodeAsFunction",campaign:V,fileName:r},1e4),e(h,n)),r===Vr&&((0,or.Z)({message:ya,path:Vr,campaign:V},1e3),Ko(Z,b,n)))}catch(e){ho(Z,b,So(e,!1,"externalCode",R),B)}}else Ko(Z,b,n);if(r===Lr){if(a=Er,!(0,qr.Z)(755,[1]))return void pc(Z,[b],{nogam:1});const e=(e,t)=>{ho(Z,b,So(!1,"blackbox missing or blocked",t,R),B)},t=e=>{Ko(Z,b,n)};({creationFactoryIframe:c}=wi({creationBunch:Z,creationSlot:b,creation:n,onError:e,onLoad:t})),z(),(0,Es.Z)(f,c.getIframe())}r===Dr&&(n.zoneid?(e=>{const t=(0,qr.Z)(91,[1,2,3]);ss||(ss=ts.criteo_pubtag&&ts.Criteo&&E.Z.f(ts.Criteo.DisplayAcceptableAdIfAdblocked)),e.time=Date.now();const n=e.config;cs(os,n.slot,e.zoneid),t?is?fs(e):ss?hs(e):(ts.criteo_pubtag=null,ts.Criteo=ts.Criteo||{},ts.Criteo.events=ts.Criteo.events||[],Jo(!1,(()=>{ts.criteo_pubtag&&ts.Criteo&&E.Z.f(ts.Criteo.DisplayAcceptableAdIfAdblocked)?(ts.addEventListener("message",ps),ss=!0,hs(e)):fs(e)}),(()=>{fs(e)}),1500,(()=>{fs(e)}))):fs(e)})(n):ho(Z,b,So(!1,"criteoaa config missing",!1,R),B)),r!==kr&&r!==Gr||Gi(n),r===Rr&&(n.backupAd?(n.backupConfig=Ss(e,n.backupAd),n.backupAd=null,za?Ai(Z,b,n.backupConfig):Gi(n)):ho(Z,b,So(!1,"directProgrammatic backupAd missing",!1,R),B)),r===jr&&Ii({config:e,creation:n,$creationHolder:f,onImpression:()=>{Ko(Z,b,n)},onRequestError:e=>{ho(Z,b,So(!1,"businessclick missing or blocked",e,R),B)},onClose:()=>{rr(Z,b,!0)}}),r===$r&&va(n)},X=t=>{t&&(h=t,(0,Dt.r)(h)),Cr(n,n.width,n.height),o=n.width,s=n.height,u&&E.Z.n(o)&&o>(0,Sn.Z)()&&!i&&(0,or.Z)({message:ya,path:"missingScalable",campaign:V},1e4,"Creation wider than window width, probably without 'scalable' parameter."),(()=>{f=(0,_.Z)(),(0,Dt.r)(f),f.removeAttribute(Ta);const e={[Ma]:o,[xa]:s,marginLeft:Oa,marginRight:Oa,[Ba]:_a,[Ga]:n[Ga]||"transparent"};n.border?(e.border=n.border,e.overflow=Ea):e.border="0 none",n.tagId&&(f.id=n.tagId),(0,zr.Cj)(f,(0,zr.cu)(I,e)),f.addEventListener(Da,F)})(),(()=>{const{prevDivs:e}=B;x=h.containers||[],e&&(x.push(e.container),x.push(e.holder)),delete h.containers,$((()=>{x&&x.forEach((e=>{e.remove()}))}));const t={"display!":Pa,textAlign:La,alignItems:La,clear:"both",[Ua]:Oa,[Ba]:_a,[Ma]:o,[xa]:s,[Ra]:_r};(0,zr.Cj)(h,(0,zr.cu)("sticky")),(0,zr.Cj)(h,(0,zr.cu)(P,t)),n.style&&(0,zr.cu)(P,n.style)})(),(()=>{if(i){const e={[Ma]:Oa,[xa]:Oa};o&&(e.maxWidth=o),s&&(e.maxHeight=s),(0,zr.cu)(I,e),(0,zr.cu)(P,e),$((()=>{(0,Nt.vS)("resize",G),(0,Nt.vS)("orientationchange",G)}))}})(),(()=>{switch(r){case $r:case Gr:a=Or;break;case Ir:a=Er,vi({creationBunch:Z,creationSlot:b,creation:n,config:e,$creationHolder:f,onImpression:()=>{Ko(Z,b,n)},onParseError:(e,t)=>{ho(Z,b,So(t,"adform parse error",e,R),B)},onRequestError:e=>{ho(Z,b,So(!1,"adform missing or blocked",e,R),B)}});break;case Br:{a=Pr;const e=()=>{(0,xe.Rf)()&&Io(g.width,g.height+24),Ko(Z,b,n)},t=()=>{ho(Z,b,So(!1,"image missing or blocked",n.src,R),B)};let r={[xa]:"100%"};m=(0,_.Z)("a"),(0,Dt.r)(m),(0,zr.Cj)(m,(0,zr.cu)(T,r));const o=_i(m);m.href=n.redirUrl,r={[Ha]:"0",[Ua]:Oa,[Fa]:Pa,[xa]:_r,[Ma]:_r},g=(0,_.Z)("img"),(0,Dt.r)(g),(0,zr.Cj)(g,(0,zr.cu)(L,r)),m.addEventListener(ja,o),g.addEventListener("load",e),g.addEventListener("error",t),(0,Es.Z)(m,g),$((()=>{m.removeEventListener(ja,o),g.removeEventListener("load",e),g.removeEventListener("error",t),(0,zr.jo)(L),(0,zr.jo)(T),m=null,g=null})),f.appendChild(m),(0,C.Z)(n.redirUrl)||ho(Z,b,So(!1,"image missing redir URL",n.src,R),B)}break;case kr:break;case Ur:O({src:(0,Ht.mess)({url:Ao(n.src),aabVendors:l}),target:f,onLoad(){Ko(Z,b,n)},onError(e){ho(Z,b,So(!1,"script missing or blocked",e,R),B)}});break;case xr:case Mr:a=Er;break;case Nr:{a=Er;const e={};n.sandbox&&(e.sandbox=n.sandbox),n.allowFullscreen&&(e.allowFullscreen=!0),(0,y.Z)("debug")&&(n.src+=window.location.search),n.src=oa(n,n.src);const t=(0,Ht.mess)({url:n.src,aabVendors:l});c=gs(e),z(),c.error((()=>{ho(Z,b,So(!1,"iframe missing or blocked",t,R),B)})),c.load(t,(()=>{c&&c.postMessage(M,"*"),(0,xe.Rf)()&&Io(f.clientWidth,f.clientHeight+24),Ko(Z,b,n)})),(0,Es.Z)(f,c.getIframe())}}})(),(()=>{if(a!==Or&&(Wa&&(n.showLabel=!0),n.showLabel)){A=(0,_.Z)(),(0,Dt.r)(A),(0,zr.Cj)(A,(0,zr.cu)(k));let e={[Ba]:Sa,bottom:_r,left:0,zIndex:1};n.labelCSS&&(0,or.Z)({message:ya,path:"labelCSS",campaign:V,fileName:JSON.stringify(n.labelCSS)},1e3),(0,zr.cu)(k,Object.assign(e,n.labelCSS)),e={fontFamily:"Arial,Helvetica,sans-serif",fontSize:"9px",lineHeight:"14px",[$a]:n.labelColor||"#888",display:Pa,content:(0,ki.Z)(n.labelText||"REKLAMA")},(0,zr.cu)(k+":after",e),$((()=>{A&&(A.remove(),A=null),(0,zr.jo)(k)})),(Wa||r!==kr||E.Z.n(o)&&o>0)&&(0,Es.Z)(h,A,!1,!1,!0,10,3)}})(),q(f),a!==Or&&h.appendChild(f),(0,zr.Vx)(!0),K(),i&&(G(),(0,Nt.DH)(G),(0,Nt.pp)(G)),(0,zr.Vx)()},J=e=>{e?(f&&f.removeEventListener(Da,F),Hn(f,e,[en]),f=e,B.container=f,w.holder=f,(0,Dt.r)(f),f.addEventListener(Da,F)):ho(Z,b,So(!1,"container missing",!1,R),B)},ee=t=>{e.impressed?(0,Y.Z)(`Multiple impress call for slot ${b}.`,"error"):(t&&J(t),Ko(Z,b,n),e.impressed=!0)},te=t=>{const o=!t,s=r===kr&&o,i=e.reuseContainer&&o,a={holder:f,container:h};if(v.forEach((e=>{e({incoming:o})})),v.length=0,f)if(f.removeEventListener(Da,F),f.removeAttribute(Ta),(0,zr.ef)(f,I),s){const e=(0,zr.cu)('hideggl [id^="google_"]',{position:Sa,"width!":1,"height!":1});(0,zr.Cj)(f,e)}else f.remove();if(i||(h.removeAttribute(Ta),(0,zr.ef)(h,P),s||h.remove()),h=null,f=null,(0,zr.jo)(P),(0,zr.jo)(I),(0,mt.Z)(n,"rebuild",null),(0,mt.Z)(n,"config",null),(0,mt.Z)(n,"gafSlot",null),(0,mt.Z)(B,"creation",null),(0,mt.Z)(e,"display",null),(0,mt.Z)(e,"impress",null),(0,mt.Z)(e,"updateSize",null),(0,mt.Z)(e,"updateContainer",null),(0,mt.Z)(e,"useAlternativeSlot",null),(0,mt.Z)(e,"addDestroyHandler",null),(0,mt.Z)(e,"destroy",null),(0,mt.Z)(e,"count",null),n.destroyed=!0,s)return a},re=()=>((0,mt.Z)(e,"uniqueID",S),(0,mt.Z)(e,"slot",b),(0,mt.Z)(e,"bunch",Z),(0,mt.Z)(e,"display",X),(0,mt.Z)(e,"impress",ee),(0,mt.Z)(e,"updateSize",W),(0,mt.Z)(e,"updateContainer",J),(0,mt.Z)(e,"useAlternativeSlot",H),(0,mt.Z)(e,"addDestroyHandler",$),(0,mt.Z)(e,"count",U),(0,mt.Z)(e,"destroy",te),(0,mt.Z)(n,"rebuild",w),(0,mt.Z)(n,"config",e),ba(Z,b,n,t),"image"===n.type&&(u&&1===(0,ie.Z)(b)||!u&&3===(0,ie.Z)(b))&&(0,Gt.Z)("GafAPIMainImpression"),({gafSlot:B}=n),({campaign:R}=B),V=R&&R.id,r=n.type,i=n.scalable,r===Hr?(ho(Z,b,So(!1,"creation type:none",!1,R),B),void setTimeout((()=>{nr(Z,b,!0,!0)}),0)):(((e,t)=>{if((0,Ge.Z)(e)&&(0,Ge.Z)(t)){const{gafSlot:n}=e,r=n.campaign;let o="",s="";const{server:i,campaign:a,score:c}=t;if(t.redir)s=t.redir;else if(i&&"%%SERVER%%"!==i&&a){const e=i.replace(/^(https?:)/,""),t=(0,ke.Z)("cid"),n=(0,ke.Z)("ctype");let r="";r=(0,Vt.Z)(r,"pvid",(0,At.V)()),r=(0,Vt.Z)(r,"pc",(0,ta.Z)(),!0),r=(0,Vt.Z)(r,"PWA_adbd",(0,st.pB)()),t&&(r=(0,Vt.Z)(r,"cid",t)),n&&(r=(0,Vt.Z)(r,"ctype",n)),o=(0,Vt.Z)(e+"/RM/ads/adstream_lx.ads/"+a,r),s=(0,Vt.Z)(e+"/RM/click_lx.ads/"+a,r),c&&"%%SCORE%%"!==c&&(o=(0,Vt.Z)(o,c),s=(0,Vt.Z)(s,c)),o=(0,Vt.Z)(o,"_RM_EMPTY_"),s=(0,Vt.Z)(s,"_RM_REDIR_=")}r&&r.capping&&(e.capping=(0,Vt.Z)("https://rek.www.wp.pl/cap.gif",r.capping,void 0,!1,!0)),e.lx=o,e.redir=s,e.action=s.replace("RM_REDIR","RM_ACTION")}else(0,Y.Z)("Function called without arguments or creation object is empty","error")})(n,e),n=na(n),M=Ji(n),N=n.mod,N&&(E.Z.s(N)&&(N=[N]),n.mod=N,n.modsToLoad=N.slice(0)),n.deferredInit||X(),_s(n),e));return(()=>{delete e.libs,delete e.code,delete e.creations;const t=(0,Ks.LC)(b);if(!t)return void Os(Z,b,B);h=(0,_.Z)(),h.containers=[],Co(b),t.parentElement.insertBefore(h,t),(0,Dt.r)(h),Yi(e,h);const{creationContainerWidth:r,passedCreations:o}=ra(e,d,h),s=e.campaign&&e.campaign.split("/")[6];if(o.length){if(o[0].scalable||o[0].type===Tr?[n]=o:n=ea(r,o),n)return re();ho(Z,b,So(!1,"creation missing",!1,{id:s}))}else ho(Z,b,So(!1,"passed creations missing",!1,{id:s}))})()},Ka=(e,t)=>{gi(t)},Xa=(e,t=[])=>(Array.isArray(t)&&t.forEach((e=>{gi(e)})),t),Ja=e=>{const t=e||(0,yt.P)(),n=Object.keys((0,Pt.FJ)(t));return Xa(t,n)};var Ya=o(5908);const ec="GafAPI",tc=(e,t,n,r)=>{const o=window.WP[r];if(o){const{bodies:r,data:s}=o,{setPayload:i}=yr();let a;if((0,mt.Z)(o,"inline",Qa),i(r),n===xt&&((0,sr.Z)("GafAPIBunchLoadingTime","GafAPILoadBunch","GafAPIBunchLoaded"),(0,Ge.Z)(Ut.dp)||(0,or.Z)({message:ec,path:"SlotNotRegisteredBeforeLoad"},1e5,"GAF request was made, but there are no registered slots. This can be a critical issue with AdsFirst.")),s){const r=s.bunches;if(r){(0,Pt.ZG)(s.ctx);if((0,Pt.K5)()&&(0,Ya.Z)("WPgeo",JSON.stringify((0,Pt.K5)())),(0,ie.Z)((0,Pt.fw)("directOnly"))){const e=!0;(0,mt.Z)($t,"directOnly",e),(0,J.Z)("Direct only",e)}(0,ne.Z)(r,(o=>{const s=(0,Pt.Km)(o),i=(0,Pt.__)(s),c=r[o],d=(0,Pt.__)(c);(0,se.hX)(d),(0,Ge.Z)($t.slotsFromPayload)&&(Object.assign(d,$t.slotsFromPayload),$t.slotsFromPayload={}),(0,ir.ac)("prebid")&&(0,ir.ac)("prebid").afterBunch(o,d),(0,Ge.Z)(d)?$t.previewMode||Xt(d):(a=`GafAPIEmptyBunch${n}`,n===Mt?t&&t.rpos&&rr(o,(0,ie.Z)(t.rpos.substr(1)),!0):t&&t.advSlots&&t.advSlots.split(",").forEach((e=>{rr(o,(0,ie.Z)(e),!0)}))),n===Mt?(0,ne.Z)(d,(t=>{Kn((0,Ut.DN)(t));const n=dr(d[t]),r=i[t];n!==r&&n&&(n.passedslots=[],r&&(n.passedslots=Array.isArray(r.passedslots)?r.passedslots:[],n.passedslots.push(r),delete r.passedslots),n.passed=n.passedslots.length,i[t]=n,e&&ii(o,t))})):(s.ctx=c.ctx,(0,ne.Z)(d,(e=>{Kn((0,Ut.DN)(e));const t=dr(d[e]),n=i[e];t!==n&&t&&((0,it.Z)("campaign",t)&&(0,it.Z)("sellingModel",t.campaign)&&(0,it.Z)("directOnly",t.campaign.sellingModel)&&(e=>{zt.add(e)})(e),t.reloadedslots=[],n&&(t.reloadedslots=Array.isArray(n.reloadedslots)?n.reloadedslots:[],t.reloadedslots.push(n),delete n.reloadedslots),t.reloaded=t.reloadedslots.length,i[e]=t)})),e&&Ja(o))}))}}else a=`GafAPIMissing${n}`;a&&!$t.wasPreviewLoaded&&"payload"!==n&&(0,Ft.Z)(a);const c=Object.keys((0,Pt.bh)());c.length>1&&(0,Y.Z)(`Two or more bunch ids (REKID) found on the page: ${c.join(", ")}. There should be only one.`,"error")}},nc=[];w.Z.loadHandlers=nc;let rc=!1;const oc=()=>{for(rc=!0;nc.length;)nc.shift()()},sc=e=>{E.Z.f(e)&&nc.push(e),rc&&oc()};var ic=o(4677);const ac=(e,t)=>{const n=window,r=n.loadScript;let o=n.timeout;if(r){clearTimeout(o),n.loadScript=()=>{};const s=()=>{clearTimeout(o),r(),E.Z.f(t)&&t()};return n._loadScript=r,n.__loadScript=s,e&&(o=setTimeout(s,e)),s}};let cc=(0,ie.Z)((0,y.Z)("lockApp"));const dc=(e,t,n,r,o="direct")=>{if((0,Ft.Z)("GafAPIBunchLoaded"),cc&&(ac(cc>1?cc:0),cc=!1),$t.wasPreviewLoaded||(0,_t.I)())return void(E.Z.f(t)&&(0,Nt._k)((()=>{t((0,Pt.bh)())})));e&&((0,yt.P)()||(0,yt.q)(e));let s=e||(0,yt.P)();if(Array.isArray(s)||(s=[s]),!s[0])return;const i=()=>{o===xt&&(0,Gt.Z)("GafAPILoadBunch"),((e,t,n,r,o)=>{const s=(0,ze.Nu)(8,36,!0),i={};window.WP[s]=i,(0,mt.Z)(i,"bodies",{});let a=wt("https://rek.www.wp.pl/gaf.js?",e,r);a=(0,Vt.Z)(a,"spin",s),a=(0,Vt.Z)(a,"bcv",2),O({src:(0,Ht.mess)(a),remove:!0,crossorigin:"use-credentials",onLoad(){tc(n,r,o,s),oc(),E.Z.f(t)&&t((0,Pt.bh)())},onError(){(0,Ft.Z)("errorGAF"+o)}})})(s,t,n,r,o)},a=()=>{ic.Z.fill(i)},c=()=>{$t.testGafVsPrebid?a():Ls.fill(a)},d=()=>{const e=Fe("loadBunchDelay");e?setTimeout(c,e):c()};Bt.Z.fill((()=>{Rt.Z.fill(d)}))},lc=(e,t,n)=>{dc(e,!1,!0,Object.assign({rpos:"x"+("00"+t).substr(-2)},n),Mt)},uc=(e,t,n,r,o)=>{let s=t,i=o;s&&(Array.isArray(s)||(s=[s]),i=i||{},i.advSlots=s.map((e=>("00"+e).substr(-3))).join(",")),dc(e,n,r,i,"reload")},pc=(e,t,n)=>{uc(e,t,!1,!0,n)},fc=(e,t)=>{dc(e,!1,!0,t)},hc={getTest:et,getS2Stest:tt,getTestVersion:Ye};var mc=o(5599),gc=o(2621),Ac=o(6590);const vc="Placeholders",bc=(e,t,n={})=>{const r=(0,ie.Z)(e);let o=n;if((0,oe.Z)("registerPlaceholder",r,e))return;if((0,se.bg)(r))return;o&&!Array.isArray(o)&&E.Z.o(o)||(o={},(0,Y.Z)(`Options argument must be an object for slot ${r}.`,!0));const s=Ac.Z[r],i=s&&s.element,a=vc+r;let c;if(i&&(0,zr.ef)(i,(0,zr.cu)(a)),c=(0,C.Z)(t)?(0,Le.Z)(t):t,c){if(i&&i!==c&&((0,zr.jo)(a),(0,zr.Vx)(!0)),(0,re.Z)(c)&&c!==(0,mc.Z)()){if((0,En.Z)(c)){if(o.fixed&&!(0,gc.Z)(o.minHeight)){const e=window.getComputedStyle(c),t=(0,ie.Z)(e.height);(0,gc.Z)(t)&&(o.minHeight=t)}o.element=c,Ac.Z[r]=o;const e=(0,yt.P)();if(e){const t=(0,Pt.bh)(e,r);if(i!==c&&t){t.run&&!t.viewed&&t.creation&&(0,or.Z)({message:vc,path:"RegisteredAfterRunning",fileName:"registerPlaceholder",slot:r},1e5,`Placeholder for slot ${r} registered after running the ad.`,"error")}}return(0,zr.Cj)(c,(0,zr.cu)(a)),c}return void(0,or.Z)({message:vc,path:"NodeNotVisible",fileName:"registerPlaceholder",slot:r},1e3,`Given node for placeholder ${r} is not VISIBLE.`)}(0,or.Z)({message:vc,path:"NodeNotInDocument",fileName:"registerPlaceholder",slot:r},1e3,`Given node for placeholder ${r} is not a valid HTMLElement or it is not in DOM.`)}else(0,or.Z)({message:vc,path:"NodeNotDefined",fileName:"registerPlaceholder",slot:r},1e3,`Given node for placeholder ${r} is not defined.`)},Zc=e=>{const t=(0,ie.Z)(e);(0,oe.Z)("unregisterSlot",t,e)||(0,se.bg)(t)||((0,dt.o1)()||(0,or.Z)({message:"GafAPI",path:"SlotUnregisteredDuringNavigation",slot:t},1e4,`Slots MUST be unregistered between 'page:view' and 'page:close' events (slot number ${t}).`,"error"),Kn((0,Ut.DN)(t)),(0,Ks.ib)(t),(0,ne.Z)((0,Pt.bh)(),(e=>{Os(e,t),nr(e,t,!0,!0)})))},wc=(e,t,n,r)=>E.Z.f(e)?(...o)=>((0,or.Z)(t,n,r),e(...o)):e,yc=wc(de,"registerAlternativeSlot",1e4,"'WP.gaf.registerAlternativeSlot' is deprecated and will be removed soon. Use 'setNative' API instead."),_c=wc(ce,"getAlternativeSlot",1e4,"'WP.gaf.getAlternativeSlot' is deprecated and will be removed soon. Use 'setNative' API instead."),Sc=e=>{const t=window.top.document.getElementsByName(e)[0];if(t){const e=t.parentNode.parentNode;if(e){const{placement:t}=e;if(t)return void Mi(t)}}},Cc=(e,t,n)=>{const r=(0,Li.Z)("dfpslots").get(e+qs.testSuffix);if(r){const{creation:e}=r;Object.assign(e,n),e.modsToLoad=e.modsToLoad||[],e.modsToLoad.push(t),_s(e)}};var Ec=o(2773);const Pc=()=>{(0,_t.FJ)()||Bt.Z.fill((()=>{const e=[{method:"REDIR",url:"https://rt.inistrack.net/d/rt.php?p=wp&c=campaign01&s=home&t=p",domain:/wp\.pl/,push:!0},{method:"REDIR",url:"https://rt.inistrack.net/d/rt.php?p=wp2&c=campaign01&s=home&t=p",cname:Ec.ik,domain:/wp\.pl/,emptyFor:1440}],t={REDIR(e){const t={src:e.url};if(e.emptyFor){const n=()=>{(0,ot.Z)(e.cname)||(0,Yo.X)(e.cname,"empty",(0,Qr.j)(e.emptyFor))};t.onError=n,t.onLoad=n}(0,mo.Z)(t)}};e.forEach((e=>{const n=(0,ot.Z)(e.cname);(!e.domain||e.domain&&e.domain.test(window.location.hostname))&&(null===n&&!e.push||e.push)&&t[e.method](e)}))}))};var Oc=o(8623),Ic=o(5315),kc=o(7508);const Lc=()=>{(0,_t.FJ)()||(0,xe.V8)()||!(0,vt.GD)()||Bt.Z.fill((()=>{const e="crdab",t="WPcrdab",n="https://static.criteo.net/images/pixel.gif?ch=";let r=(0,Oc.Z)(t);r===t&&(r=(0,Ic.Z)(t));const o=(0,kc.Z)(r);o&&ue(e,o);const s=(t,n)=>{let o;o=n?t?"1":"2":t?"0":"3",ue(e,o),(0,Ya.Z)(r,o)},i=e=>{(0,mo.Z)({src:`${n}2`,onLoad:()=>{s(e,!1)},onError:()=>{(0,Xo.o9)("criteo2"),s(e,!0)}})};(0,mo.Z)({src:`${n}1`,onLoad:()=>{i(!0)},onError:()=>{(0,Xo.o9)("criteo1"),i(!1)}})}))},Tc="PrebidJS",jc=()=>{O({id:"prebidjs",timeout:3e3,crossorigin:!0,src:(()=>{const e=(0,k.Z)("wppbjs"),{prebidBranch:t,prebidTestVersion:n,version:r}=et(),o=Fe("pbjsVer");let s="",i=!1;t&&n===r&&(i=!0,s=`${t}/`),s=e&&e[2]?`${e[2]}/`:s;const a=`${bs.Z}wppbjs/${s}`,c=e||i?"prebid-debug":"prebid",d=o||`${(new Date).getDay()}${(new Date).getMonth()}${(new Date).getFullYear()}`;return(0,Ht.mess)({url:`${a}${c}.js`,keybase:d.substring(0,8)})})(),onLoad(){(0,J.Z)(Tc,!0),Qs.loaded=!0},onError(){(0,Ft.Z)("PrebidJSLoadError"),(0,J.Z)(Tc,!1),(0,Y.Z)("PrebidJS loading error.",!0),Qs.error=!0,Ls.open()},onTimeout(){(0,Ft.Z)("PrebidJSLoadTimeout"),(0,J.Z)("PrebidJS timeout",!0),Qs.timedOut=!0,Ls.open()}})},Dc="Prebid",Mc=e=>{const t=e,n={que:[]},r=()=>{(0,Gt.Z)("PrebidError"),(0,J.Z)(Dc,!1),(0,Y.Z)("Prebid loading error.",!0),Qs.error=!0,Ls.open()};try{delete window._pbjsGlobals,delete window.pbjs,delete window.pbjsChunk,window.pbjs=n}catch(e){(0,Ue.Z)(e,Dc),r()}const o=()=>{(0,Gt.Z)("PrebidTimeout"),(0,J.Z)("Prebid timeout",!0),Us("timeout"),Ls.open()},s=()=>{n.que.push((()=>{try{(0,ir.ac)("prebid").init(n)}catch(e){(0,Ue.Z)(e,Dc),r()}}))},i=()=>{(0,Gt.Z)("PrebidLoaded"),Us("loaded"),Bt.Z.fill((()=>{(0,Gt.Z)("PrebidConsent"),E.Z.f(t)?t(s):s()}))};if((0,Nt.XX)((()=>{!window.prebidConfig&&Ho.Z&&!(0,xe.V8)()&&(0,Ge.Z)(Ut.dp)&&(0,Y.Z)("Prebid/Native config is missing. This is a very BIG problem.",!0)})),(()=>{if(window.prebidConfig){const e=(0,_t.U6)(),t=((0,_t.oQ)()||(0,_t.IN)()||(0,_t.US)())&&!(0,y.Z)("tcidhb");return!(e||t||yi.Z||Qs.error)}})()){(0,ir.DO)("prebid",void 0),Ls.close();Be("preloadCriteoDisable")||Bt.Z.fill((()=>{Jo((0,st.VP)())}));const e="prebidapi",{timeoutOverrideVersion:t,timeoutOverride:n,testBranch:s,testBranchVersion:a,version:c}=et(),d=(0,k.Z)("wpprebid"),l=(0,k.Z)("wpprebid6"),u=d||l,p=!(!t||t!==c)&&n||3e3,f=e+(w.Z.es6||l?"6":"");let h="",m=!1;s&&a&&a===c&&(h=`${s}/`,m=!0),w.Z.mode&&(m=!0),u&&u[2]&&(h=`${u[2]}/`,m=!0),w.Z.prebidBranch=h,w.Z.prebidMode=m?"-debug":"";const g=e+(m?"-debug":"");(0,Gt.Z)("PrebidLoad");const A=(0,it.Z)("wp_prebid_path"),v=(0,it.Z)("wp_std_path");let b;if(h||m||!A){let e=`${bs.Z}${f}/`;h||m||!v||(e=v),b=(0,Ht.mess)(`${e}${h}${g}.js`)}else b=A;Us("load"),O({id:e,timeout:p,crossorigin:!0,src:b,onLoad:i,onError:r,onTimeout:o}),jc()}else Ls.open()},xc=e=>{if(e&&e.bunch){const t=(0,it.Z)("bunches");t&&t[e.bunch]?(e.bunchID=t[e.bunch],(0,yt.P)()||(0,yt.q)(e.bunchID)):(0,Y.Z)("SPA: Missing REKID configuration",!0)}else(0,Y.Z)("SPA: Missing REKID",!0)},Rc=()=>{const{loadPayload:e,payloadBodies:t}=yr(),n=()=>{const e=(0,xe.Rf)()||(0,_t.uD)()&&(0,_t.U6)();(0,mt.Z)($t,"directOnly",e),(0,J.Z)("Direct only",e)},r=et(),{version:o,prebidVsGafLoadingTestVersion:s}=r,i=Be("gafBeforePrebid");$t.testGafVsPrebid=s&&o===s||i,n(),(0,To.aS)(((e,r)=>{r&&r.dot&&r.dot.disableReset||(n(),zt.clear(),bc(),(0,Pt.Iq)(),(0,Pt.Hw)(),(0,ne.Z)(ae,(e=>{delete ae[e]})),(0,ne.Z)(t,(e=>{delete t[e]})))})),(0,Nt.Hj)("bunch:loadAndRun",((e,t)=>{const n=t.dot;xc(n),dc([n.bunchID],n.onLoad,!0,n.params)})),(0,Nt.Hj)("bunch:load",((e,t)=>{const n=t.dot;xc(n),dc([n.bunchID],n.onLoad,!1,n.params)})),(0,Nt.Hj)("bunch:run",((e,t)=>{const n=t.dot;xc(n),Ja(n.bunchID)})),Object.assign($t.slotsFromPayload,e(tc)),Mc($t.testGafVsPrebid&&sc)},Vc=e=>{if(qs.testString=null,e){const e=(0,$e.G8)();e&&e.analytics&&([qs.testString]=Object.entries(e.analytics)[0].join("|").split("/"))}qs.fromGoogle=ct()&&(0,xe.tq)()?"1":"0"},Nc=()=>{const e=(0,Li.Z)("dfpslots"),t=xi();E.Z.f(t.destroySlots)&&t.destroySlots(),(0,ne.Z)(e.getAll(),((e,t)=>{t.definedSlot=!1,t.setNative&&t.setNative({type:"teaserShow"})}))};let Bc=!1;const Fc=()=>{Bc||(Bc=!0,Bt.Z.fill((()=>{if((0,qr.Z)(755,[1])){const e="gpt";(0,Gt.Z)("GamAPILoad"),O({id:e,src:"https://www.googletagservices.com/tag/js/gpt.js",onError:()=>{(0,Xo.o9)(e),qs.error=!0}})}})))},$c=e=>{const t=(0,Li.Z)("dfpslots"),n=e.slot.getAdUnitPath();return{gafData:t.get(n+qs.testSuffix),placement:n}},Gc=e=>{const{gafData:t,placement:n}=$c(e);if(t){const n=t.slot,r=t.bunch,{creation:o,setNative:s}=t,{config:i,gafSlot:a}=o;if(t.rendered=Date.now(),clearTimeout(t.timeout),delete t.timeout,[1,3,5,27,34,36,37].includes(n)&&(0,sr.Z)(`GamAPITiming${n}`,"GamAPILoad",`GamAPIImpression${n}`),e.isEmpty)Bi(t,"isEmpty");else if(e.lineItemId&&t.passbackAfterRender?(s&&s({type:"teaserShow"}),Bi(t,"passbackAfterRender")):(4667386944===e.advertiserId&&null!==e.lineItemId?a.vendor=3:a.vendor=1,Ko(r,n,o),s&&s({type:"teaserHide"}),Ni("dfp_notempty",t)),!t.isNative&&Array.isArray(e.size)){const n=(0,ie.Z)(e.size[0]),r=(0,ie.Z)(e.size[1]);t.isInterstitial||t.isAnchor?i.updateSize(1,1):n>1&&r>1&&i.updateSize(n,r)}}},Hc=e=>{const{gafData:t,placement:n}=$c(e);t&&(t.requested=Date.now(),t.timeout=setTimeout((()=>{t.rendered||(t.timeouted=!0,Ni("dfp_norender",t))}),3e3))},Uc=e=>{const{gafData:t,placement:n}=$c(e);t&&(t.responded=Date.now())},zc="GamAPI",Wc=()=>{const e=()=>{(0,sr.Z)("GamAPILoadingTime","GamAPILoad","GamAPILoaded"),(0,J.Z)(zc,!0);const{prebidConfig:e}=window,t=xi(),n=t.pubads();if(Be("collapseEmptyDivs")&&"B"===Ye()&&n.collapseEmptyDivs(!0),n.setTargeting("PREBID_ON",e?"1":"0"),n.setTargeting("browser",[[xe.i7,"chr"],[xe.hx,"ff"],[xe.G6,"saf"],[xe.f0,"opr"],[T.Z,"ie"],[yi.Z,"bot"]].reduce(((e,t)=>t[0]?t[1]:e),"oth")+(xe.mL?"_m":"")),(0,lt.OT)()){const{href:e}=pt;e&&n.set("page_url",e)}t.enableServices(),n.addEventListener("slotRequested",Hc),n.addEventListener("slotResponseReceived",Uc),n.addEventListener("slotRenderEnded",Gc),(0,To.aS)((()=>{Vc(),Nc()}))},t=()=>{(0,Gt.Z)("GamAPIError"),(0,J.Z)(zc,!1)};(0,_t.uD)()||((0,Gt.Z)("GamAPIInit"),Vc(!0),Ri(e,t),Fc())},qc=()=>{const{macreation:e,maserver:t,macampaign:n,matoken:r,maslot:o}=(0,gt.a)();e&&setTimeout((()=>{const s=(e,t)=>e===(e=>btoa(e+"_\\o/_").replace(/=/g,"").substr(-10,10))(t),i=(0,yt.P)();try{if(s(r,e)){const r=JSON.parse(e);r&&(nr(i,o,!0,!0),Ai(i,o,{server:t,campaign:n,bunch:i,slot:o,creations:[r]}))}else(0,Y.Z)("Invalid matoken: "+r,!0)}catch(e){}}),3e3)};var Qc=o(2978);const Kc=(e,t,n,r)=>"https://ssp.wp.pl/pbs/v1/setuid?"+Cs(n,r)+"&"+(0,bt.Z)({bidder:e,uid:t},!1,!0),Xc=()=>{const e=(0,ot.Z)(Ec.Uh);let t=!1;if(e)try{({tempUIDs:t}=JSON.parse(atob(e))),(0,Ge.Z)(t)||(t=!1)}catch(e){}return t},Jc={},Yc=(e,t)=>{const n={adnxs:Ec.wD,adform:Ec.Sc,connectad:Ec.hu,openx:Ec.vY,pubmatic:Ec.Xl,rubicon:Ec.WE,rtbhouse:Ec.ML,smartadserver:Ec.MH,ix:Ec.Y9,emx_digital:Ec.GB,stroeerCore:Ec.dC},r=Xc(),o=[];(0,ne.Z)(n,((n,s)=>{let i="empty";const a=r[n],c=a&&a.uid,d=(0,ot.Z)(s);if(c)d!==c?(i=d?"different":"server",(0,Yo.X)(s,c)):i="same";else if(d){i="vendor";const r=Kc(n,d,e,t);o.push(r)}else i="empty";Jc[n.toUpperCase()]=i})),yo(o,!1)};var ed=o(6072);const td=(e,t)=>[{name:"adform",vendor:50,src:`https://cm.adform.net/cookie?${(0,bt.Z)({redirect_url:encodeURIComponent(Kc("adform","$UID",e,t))})}`},{name:"ix",vendor:10,src:`https://ssum.casalemedia.com/usermatchredir?${(0,bt.Z)({s:"184932",cb:encodeURIComponent(Kc("ix","",e,t))})}`},{name:"rubicon",vendor:52,src:`https://pixel.rubiconproject.com/exchange/sync.php?${(0,bt.Z)({p:"pbs-grupapolska"})}&${Cs(e,t)}`},{name:"openx",vendor:69,src:`https://rtb.openx.net/sync/prebid?${(0,bt.Z)({r:encodeURIComponent(Kc("openx","${UID}",e,t))})}`},{name:"rtbhouse",vendor:16,src:`https://creativecdn.com/cm-notify?${(0,bt.Z)({pi:"wppbsrv"})}&${Cs(e,t)}`},{name:"pubmatic",type:"iframe",vendor:76,src:`https://ads.pubmatic.com/AdServer/js/user_sync.html?${(0,bt.Z)({p:"62652",predirect:encodeURIComponent(Kc("pubmatic","",e,t))})}`},{name:"adnxs",vendor:32,src:`https://ib.adnxs.com/getuid?${encodeURIComponent(Kc("adnxs","$UID",e,t))}`},{name:"emxdigital",vendor:183,src:`https://cs.emxdgt.com/um?${(0,bt.Z)({ssp:"pbs",gdpr:(0,ft.Z)(e),gdpr_consent:t,redirect:encodeURIComponent(Kc("emx_digital","$UID",e,t))})}`},{name:"stroeerCore",type:"iframe",vendor:137,src:`https://js.adscale.de/pbsync.html?${(0,bt.Z)({gdpr:(0,ft.Z)(e),gdpr_consent:t,redirect:encodeURIComponent(Kc("stroeerCore","",e,t))})}`},{name:"smartadserver",vendor:45,src:`https://ssbsync-global.smartadserver.com/api/sync?${(0,bt.Z)({callerId:5,gdpr:e,gdpr_consent:t,us_privacy:"",redirectUri:encodeURIComponent(Kc("smartadserver","[ssb_sync_pid]",e,t))})}`},{name:"connectad",type:"iframe",vendor:138,src:`https://cdn.connectad.io/connectmyusers.php?${(0,bt.Z)({gdpr:(0,ft.Z)(e),consent:t,us_privacy:"",redirectUri:encodeURIComponent(Kc("connectad","",e,t))})}`}];var nd=o(4443);const rd=(e,t)=>new Promise((n=>{if(t&&(0,C.Z)(e)){const r=(0,nd.Z)();r.onload=()=>n(1),r.onerror=()=>n(2),r.src=e,t.appendChild(r)}else n(2)})),od=async(e,t=(0,S.Z)())=>{const n={load:0,fail:0};if((0,Cn.Z)(e)){let r=e.length;for(;r>0;){r-=1;const o=e[r];1===await rd(o,t)?n.load+=1:n.fail+=1}}return n},sd=(e,t,n)=>{const r=td(e,t),o=[1,2,3,4,7],s=[],i=[];r.forEach((({type:t,src:r,vendor:a,name:c})=>{e&&!n(a,o)||("iframe"===t?i.push(r):s.push(r))})),yo(s,!1),od(i)},id=()=>{(0,_t.FJ)()||Bt.Z.fill((()=>{const e="WPs2snc",t=(0,y.Z)("forceSync"),n=[Qc.BB,Qc.bL,Qc.H9,Qc.Uk,Qc.Uv];if((0,Qc.rS)(n)&&(0,qr.Z)(676,[1,2,3,4,7])||t){const n=!(0,ot.Z)(e)||t,r=(0,Si.BF)("mr","TP");if(n){const{gdprApplies:t,tcString:n}=go.Z;sd(t,n,qr.Z),(0,Yo.X)(e,1,(0,Qr.j)(1440))}if(r){const e=()=>{const{gdprApplies:e,tcString:t}=go.Z;Yc(e,t)};(0,Nt.XX)(e),(0,To.aS)(e),(0,Nt.hT)(e),(0,ed.hk)((e=>{e.S2S=Jc}))}}}))};var ad=o(7174);const cd=e=>(Object.freeze&&Object.freeze(e),e);var dd=o(7144);const ld=()=>{dd._x&&!(0,xe.V8)()&&o.e(345).then(o.bind(o,3)).then((({default:e})=>{e()})).catch((e=>{console.error(e)}))},ud=()=>(0,xe.QT)()?(0,Ht.mess)(`//adv.wp.pl/RM/Box/c/atfd/grafiki/WP_${(0,vt.W_)()}.png`):Te('meta[property="logo"]',!1,3e3);var pd=o(1162),fd=o(3495);const hd=()=>{(0,fd.Z)().forEach((e=>{e&&(E.Z.f(e.pause)&&e.pause(),E.Z.f(e.mute)&&e.mute())}))},md="WelcomeScreen",gd=e=>{Bt.Z.fill((()=>{const t=window,n=e.welcomeScreen,{backgroundLink:r,backgroundColor:o="#f2f0f3",counterText:s="REKLAMA. Serwis {{service}} wyświetli się za {{time}} {{s}}",buttonText:i="Przejdź teraz &#8250;",buttonBackground:a="#005599",buttonColor:c="#fff",fullscreen:d=!1,isLogout:l=!1,time:u=15e3,hideBar:p=!1,videoSources:f,videoPoster:h}=n;let m,g,A,v;const b=(0,zr.cu)("WelcomeScreenlock",{overflow:"hidden !important"}),Z=(e=1)=>`translate3d(-50%, -50%, 0) scale(${e})`,w=(0,zr.Cj)((0,_.Z)(),(0,zr.cu)(md,{position:"absolute",left:0,top:0,display:"block",width:"100%",height:"100vh",backgroundColor:o,zIndex:(0,pd.Z)()})),y=(()=>{const t=(0,zr.Cj)((0,_.Z)(),(0,zr.cu)("WelcomeScreenbox",{"position!":"absolute",left:"50%","top!":"50%","transform!":Z(),"width!":d?"100%":e.width,"height!":d?"auto":e.height,"marginTop!":32,zIndex:1,boxSizing:"border-box"},["transform"]));return w.appendChild(t),t})(),E=()=>{const n=t.innerWidth<1200?t.innerWidth/e.width:1;(0,zr.cu)("WelcomeScreenbox",{"transform!":Z(n)},["transform"]),(0,zr.Vx)(!0)},P=()=>{undefined.setSize(t.innerWidth,t.innerHeight)},O=e=>{"clearAutoHideTl"===e.data&&(clearInterval(g),m.textContent="")},I=()=>{clearInterval(g),t.removeEventListener("resize",E),t.removeEventListener("resize",P),t.removeEventListener("message",O),w.remove(),A.remove(),v.remove(),(0,zr.ef)((0,mc.Z)(),b),(0,zr.Vx)()};hd(),t.scrollTo(0,0),t.addEventListener("message",O),e.scalable&&(t.addEventListener("resize",E),E()),p||(()=>{const e=(0,_.Z)(),n=(0,zr.cu)("WelcomeScreenbar",{position:"absolute",left:0,top:0,width:"100%",padding:"5px 0",background:"#fff",zIndex:2});(0,zr.Cj)(e,n);const r=(0,_.Z)(),o=(0,zr.cu)("WelcomeScreenbarInner",{position:"relative",display:"block",width:"100%",maxWidth:1030,margin:"0 auto",padding:"0 30px",textAlign:"right",verticalAlign:"middle",backgroundColor:"#fff",color:"#636363",fontFamily:"Arial, sans-serif",boxSizing:"border-box"});(0,zr.Cj)(r,o),e.appendChild(r);const s=(0,_.Z)("img"),d=(0,zr.cu)("WelcomeScreenlogo",{position:"absolute",top:"50%",left:30,transform:"translate3d(0, -50%, 0)",height:(0,xe.QT)()?40:35,cursor:"pointer"},["transform"]);(0,zr.Cj)(s,d),s.src=ud(),s.addEventListener("click",I),r.appendChild(s);const u=(0,_.Z)(),p=(0,zr.cu)("WelcomeScreenrightCol",{margin:"10px 0"});(0,zr.Cj)(u,p),r.appendChild(u),m=(0,_.Z)();const f=(0,zr.cu)("WelcomeScreencounter",{display:"inline-block",marginRight:20,fontSize:13});(0,zr.Cj)(m,f),u.appendChild(m);const h=(0,_.Z)(),g=(0,zr.cu)("WelcomeScreenbutton",{display:"inline-block",padding:"10px 20px",backgroundColor:a,color:c,fontSize:14,lineHeight:"100%",borderRadius:3,cursor:"pointer"});if((0,zr.Cj)(h,g),h.innerHTML=i,h.addEventListener("click",I),u.appendChild(h),l){h.textContent="";const e=(0,_.Z)(),n=(0,zr.cu)("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,zr.Cj)(e,n),e.innerHTML="&lsaquo; Zaloguj ponownie";const r={content:'""',width:3,borderRadius:3,background:"#FFF",height:30,display:"inline-block",verticalAlign:"middle",position:"absolute",top:10,left:23},o=(0,zr.cu)("WelcomeScreenbutton:before",Object.assign({transform:"rotate(45deg)"},r)),s=(0,zr.cu)("WelcomeScreenbutton:after",Object.assign({transform:"rotate(-45deg)"},r));(0,zr.Cj)(h,o),(0,zr.Cj)(h,s),e.addEventListener("click",(()=>{t.open("https://poczta.wp.pl","_self")})),u.insertBefore(e,u.firstChild);const i=(0,zr.cu)("WelcomeScreenbutton",{width:50,height:50,fontSize:30,verticalAlign:"middle",position:"relative"});(0,zr.Cj)(h,i)}w.appendChild(e)})(),(()=>{if((0,C.Z)(r)){const t=(0,_.Z)("a");(0,zr.Cj)(t,(0,zr.cu)("WelcomeScreenbackground",{position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:0})),t.href=Qi(e.redir,r),t.target="_blank",t.rel="noopener",t.addEventListener("click",I),w.appendChild(t)}})(),A=(0,zr.Cj)((0,_.Z)(),(0,zr.cu)("WelcomeScreenpreloader",{position:"absolute",left:"50%",top:"50%",transform:Z(),marginTop:32},["transform"])),A.innerHTML='<div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>',v=(0,ar.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,S.Z)().appendChild(v),w.appendChild(A),f&&((()=>{const t=(0,_.Z)("video"),n=(0,_.Z)();(0,zr.Cj)(n,(0,zr.cu)("WelcomeScreenplayLayer",{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:"transparent",zIndex:2})),(0,zr.cu)("WelcomeScreenplayLayer:before",{content:'""',position:"absolute",top:"50%",left:"50%",width:100,height:100,background:"rgba(0,0,0,0.75)",transform:"translate3d(-50%, -50%, 0)",borderRadius:"50%"}),(0,zr.cu)("WelcomeScreenplayLayer:after",{content:'""',position:"absolute",top:"50%",left:"50%",width:0,height:0,borderStyle:"solid",borderWidth:"24px 0 24px 36px",borderColor:"transparent transparent transparent #FFF229",transform:"translate3d(-50%, -50%, 0)"}),n.addEventListener("click",(()=>{t.play()})),w.appendChild(n),t.autoplay=!0,t.poster=(0,Ht.mess)(h),t.setAttribute("playsinline",""),t.setAttribute("webkit-playsinline","");let r=!1;if(t.addEventListener("ended",(()=>{r=!0,setTimeout(I,1e4)})),t.addEventListener("play",(()=>{clearInterval(g),n.style.display="none"})),(0,zr.Cj)(t,(0,zr.cu)("WelcomeScreenvideo",{position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:1})),["mp4","webm"].forEach((e=>{if(f[e]){const n=(0,_.Z)("source");n.type=`video/${e}`,n.src=(0,Ht.mess)(f[e]),t.appendChild(n)}})),e.url){const n=(0,_.Z)("a");n.href=e.redirUrl,n.appendChild(t),n.addEventListener("click",(e=>{t.paused&&!r&&(e.preventDefault(),t.play())})),w.appendChild(n)}else w.appendChild(t)})(),(()=>{const e=(0,_.Z)();(0,zr.Cj)(e,(0,zr.cu)("WelcomeScreencloseButton",{position:"absolute",top:5,right:5,width:50,height:50,borderRadius:"50%",backgroundColor:"rgba(0,0,0,0.5)",zIndex:3})),(0,zr.cu)("WelcomeScreencloseButton svg",{position:"absolute",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",width:"50%",height:"50%",fill:"#fff"}),e.innerHTML='<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>',e.addEventListener("click",I),w.appendChild(e)})()),(0,zr.Vx)(!0),(0,zr.Cj)((0,mc.Z)(),b).appendChild(w),d&&(e.width="100%",e.height="auto"),e.showLabel=!1,e.config.addDestroyHandler(I),e.config.display(y),(()=>{const e=t.location.host;let n=Math.floor(u/1e3);g=setInterval((()=>{let t="";n<5?t="y":n<2?t="ę":0===n&&(t=""),m&&(m.innerHTML=s.replace("{{service}}",e).replace("{{time}}",n).replace("{{s}}","sekund"+t)),n-=1,-1===n&&I()}),1e3)})()}))},Ad=e=>{(0,se.ZP)(),Qo(),Ws(),fa(),Wc(),yr().init(),(0,ee.Z)("GafAPI",Rc),ld(),vs("welcomeScreen",gd),qc(),Lc(),Pc(),id(),(0,ad.Z)(e,"mods",cd(s)),(0,ad.Z)(e,"gaf",cd(n)),(0,ad.Z)(e,"gam",cd(r)),(0,ad.Z)(e,"randomizers",cd(i))};var vd=o(4923);const bd="muted",Zd=(0,ks.Z)("APD"),wd=[],yd={};let _d,Sd,Cd,Ed,Pd,Od,Id;w.Z.promiseData=yd;const kd=(e,t)=>parseInt((e||0).toString()+(t||0).toString(),2),Ld=()=>{Ed=Date.now()-Pd,Zd.open(),(0,To.Hm)("video:apd")},Td=()=>{clearTimeout(Cd),Sd&&(Sd.pause(),Sd.remove(),Sd=null)},jd=()=>{Td(),Id||(yd.autoplayAllowed=0,Ld())},Dd=()=>{Id=!0,Td()},Md=()=>{Td(),Id||(yd.autoplayAllowed=1,yd.autoplayUnmutedAllowed=1,Ld())},xd=()=>{Td(),Id||(yd.autoplayAllowed=1,yd.autoplayUnmutedAllowed=0,Ld())},Rd=()=>{if(!Id){Sd.volume=0,Sd.muted=!0,Sd.setAttribute(bd,!0);try{Od=Sd.play()}catch(e){Od=null}Od?Od.then(xd,jd):(Td(),Zd.open())}},Vd=e=>{Pd=Date.now(),Sd=(0,_.Z)("video"),Sd.src="data:video/mp4;base64,AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE=",Sd.volume=1,Sd.muted=!1,Sd.setAttribute(bd,!1),Sd.autoplay=!0,Sd.setAttribute("autoplay",!0);Object.assign(Sd.style,{position:"absolute",left:"-100px",top:"-100px",width:"32px",height:"24px"}),e.appendChild(Sd);try{Od=Sd.play()}catch(e){Od=null}Od?(Cd=setTimeout(Dd,1e4),Od.then(Md,Rd)):(Td(),Zd.open())},Nd=()=>{_d?(Zd.close(),Td(),Id=!1,Pd=null,Ed=null,yd.autoplayAllowed=0,yd.autoplayUnmutedAllowed=0,(0,Nt._k)((0,vd.Z)(Vd))):Zd.open()},Bd=(e,t)=>{let n;return n=e<t?"Increased":e>t?"Reduced":"Unchanged",n},Fd=(e,t)=>{e[t]=!0;const n=kd(e.ra,e.rua),r={type:t,index:e.id,mode:e.mpe,channel:e.prebid?"Prebid":"Player",slotState:n,source:["direct","vpaid","clip"][e.target-1]};let o,s;if("send"===t){const t=kd(e.ea,e.eua);o=kd(e.pa,e.pua),r.slot=t,r.bunch=o,r.placement=Bd(t,o)}if(Ed){const e=kd(yd.autoplayAllowed,yd.autoplayUnmutedAllowed);r.slotMode=e,r.origin=Bd(e,o),s=Bd(n,e)}else s=Id?"Timeouted":Pd?"Unfinished":"Unstarted";r.event=s,Pd&&(r.timeStart=Date.now()-Pd,Ed&&(r.duration=Ed)),(0,es.Z)("atfd_apd3",r)},$d=e=>{const t=wd[e.id];t&&!t.send&&(Object.assign(t,e),Fd(t,"send"))},Gd=e=>{if((e.auto||e.prebid)&&(wd[e.id]=e,Fd(e,"get"),Ed))return yd},Hd=()=>_d,Ud=()=>{const e=Be("apd"),t=(0,y.Z)("forceAPD"),n=xe.f0&&xe.x_>58||xe.G6&&xe.x_>10||xe.hx&&xe.x_>65||xe.i7&&xe.x_>65;_d=n&&(t||e)};var zd=o(4464),Wd=o(7902),qd=o(2226);const Qd=()=>{o.e(599).then(o.bind(o,2302)).then((({educateBoard:e})=>{e()})).catch((e=>{(0,Ue.Z)(e,"TutorialBoard")}))},Kd=()=>window.Notification?window.Notification.permission:null,Xd=Kd();let Jd=!1;const Yd="WPppgcp",el=()=>{let e=(0,kc.Z)(Yd);return e?e=JSON.parse(e):(e={showTimestamp:0,visitTimestamp:Date.now(),count:0,permission:Xd},Jd=!0),e},tl=(e,t,n,r)=>{const o=el();return Object.assign(o,e?{showTimestamp:e}:null,t?{visitTimestamp:t}:null,n||0===n?{count:n}:null,r?{permission:r}:null),(0,Ya.Z)(Yd,JSON.stringify(o)),o};let nl,rl,ol,sl;const il=()=>new Promise(((e,t)=>{(()=>{const e=xe.i7||xe.hx||xe.G6&&((0,xe.QT)()||(0,xe.KD)()),t=(0,C.Z)(nl,24)&&(0,C.Z)(rl);return e&&t||ol})()?((()=>{const e=Date.now();let{visitTimestamp:t,count:n}=el();t<e-18e5&&(n+=1),t=e,tl(null,t,n)})(),Bt.Z.fill((()=>{(e=>{Ho.Z&&(0,Si.U2)("mr","TP")&&((0,Gt.Z)("PPGStartLoadSDK"),O({id:"ppgsdk",src:"https://cdn.pushpushgo.com/scripts/sdk.js",onLoad:()=>{(0,Gt.Z)("PPGLoadedSDK"),e()},onError:()=>{(0,J.Z)("PPG SDK",!1)}}))})(e)}),"PPG")):t(new Error("PPG is not correctly configured"))}));let al,cl=!1;const dl=(e,t)=>{(0,es.Z)("push_acquisition",{event:e,step:t})},ll=e=>{const t=Me(),n=t?t.split(";"):[];return n.length&&e.appendTags(n).then((()=>{e.send(!0)})),t},ul=(e,t,n,r)=>{e.register().then((()=>{dl(r?"browser_accept":"accept",n),t({client:e,consent:!0})})).catch((()=>{dl("refuse",n),t({client:e,consent:!1})}))},pl=e=>new Promise(((t,n)=>{const r=window.ppg;if(r){const s=(()=>{const{hostname:e}=window.location,t=e.replace("www.","").split(".").reverse().join(".");return{swPath:sl&&`pushpushgo_${sl}_sw.js`,projectId:nl,vapidPublicKey:rl,websitePushId:`web.${t}`,endpoint:"https://api.pushpushgo.com"}})(),i=new r.sdk.Client(s);(0,J.Z)("PPGSubscriptions SDK",!0),i.isPushSupport().then((()=>{const r=Kd();i.isSubscribed().then((s=>{s?t({client:i,consent:null}):"default"===r?((0,Gt.Z)("PPGStartLoadBoard"),o.e(599).then(o.bind(o,2167)).then((({default:n})=>{dl("view",1),(0,Gt.Z)("PPGShowBoard"),n(e,(()=>{dl("accept",1),dl("view",2),ul(i,t,2)}),(()=>{dl("refuse",1),t({client:i,consent:!1})}))})).catch((e=>{(0,Ue.Z)(e,"PPG")}))):"granted"===r?ul(i,t,null,!0):n(new Error("no permission"))}))})).catch((()=>{n(new Error("not supported"))}))}else n(new Error("SDK not loaded"))})),fl=e=>new Promise(((t,n)=>{al.then((()=>{cl||(cl=pl(e)),cl.then(t).catch(n)}))})),hl=()=>{if(!(0,_t.j5)()&&((()=>{const e=(0,vt.W_)();if((0,C.Z)(e)){const t=e.match(/(autokult|gadzetomania|komorkomania|fotoblogia|fitness)/);t&&([,sl]=t)}nl=(0,it.Z)("wp_ppg_id")||(0,y.Z)("ppg"),rl=(0,it.Z)("wp_ppg_key")||(0,y.Z)("ppgKey"),ol=(0,y.Z)("ppgForce"),(nl||rl)&&(0,or.Z)({message:"PPG",path:rl,fileName:nl},1e5)})(),al=il().catch((e=>{})),(()=>{const{hostname:e}=window.location,t=[Qc.G$,Qc.N_,Qc.O0,Qc.o2];return(0,Qc.aD)(t)&&"moneyv.wp.pl"!==e||sl||(0,xe.Zo)()||(0,xe.TH)()||(0,vt.y1)("^dobreprogramy")||(0,xe.g3)()||ol})())){const e=Kd();((()=>{const e=Date.now(),{showTimestamp:t,count:n}=el();return Jd||t<e-6048e5&&n>=3})()||(()=>{const{permission:e}=el(),t="denied"===e&&"denied"!==Xd||"granted"===e&&"default"===Xd;return tl(null,null,null,Xd),t})()||ol)&&(fl().then((t=>{const{consent:n,client:r}=t;n?ll(r):null===n&&(tl(null,null,null,e),ll(r))})).catch((t=>{((e,t)=>{(0,or.Z)({message:"PPG",path:t,fileName:e},1e5)})(t,e)})),tl(Date.now(),null,0))}};var ml=o(4928),gl=o(3413);const Al=()=>{const e=(0,gl.Wg)();if(e){const t=e.timeStart?Date.now()-e.timeStart:0;e.currentTotal=Math.round((e.total+t)/1e3)}return e},vl=(0,it.Z)("wp_gtm_layer")||"dataLayer";let bl=0;const Zl=e=>{if(E.Z.o(e)){const t=e,{event:n}=t,r=["pageview","pageviewVpv","unload","unloadVpv"],o=["user","page","content","site","source"];"unload"!==n&&"unloadVpv"!==n||(ic.Z.open(),ml.Z.open()),ic.Z.fill((()=>{ml.Z.fill((()=>{if(r.includes(n)){o.forEach((e=>{t[e]=t[e]||{}}));const{user:r,page:s,content:i,site:a,source:c}=t;if("pageview"===n&&(r.id=r.id||{},r.id.statId=(0,ot.Z)("statid")||"",r.id.audienceId=(0,ot.Z)("STac")||"",r.hasAdblock=(0,st.VP)(),a.cms=(0,ke.Z)("csystem")||"",a.frontendPlatform=(0,Qc.Hl)()||""),"pageview"===n||"pageviewVpv"===n){t.abTesting=(0,$e.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.pvId=(0,At.V)()||"",s.templateType=s.templateType||(0,ke.Z)("ctype")||"",i.category=i.category||{},i.category.IAB=((0,ke.Z)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,ke.Z)("ccategory")||""),i.tags=(e=(0,ke.Z)("ctags")||"",decodeURIComponent(e).replace(/\s*[,;]+\s*/g,"|")),E.Z.u(i.pageCount)?i.pageCount=(0,ke.Z)("cphotomax")||(0,ke.Z)("cpagemax")||"":(0,ie.Z)(i.pageCount)<1&&(i.pageCount="");const n=(0,at.a)(),r=(0,_o.Z)(n).search,o=ut.Z.isBack?{}:(0,Kr.Z)(r);c.area=c.area||o.wga_sa&&decodeURIComponent(o.wga_sa)||null,c.recommendationType=c.recommendationType||o.wga_srt&&decodeURIComponent(o.wga_srt)||null,c.isSGFirst=c.isSGFirst||o.wga_isSgFirst&&decodeURIComponent(o.wga_isSgFirst)||null}if("unload"===n||"unloadVpv"===n){const e=Al(),n=(0,fd.Z)().length;n>bl?(t.eventLabel=!0,bl=n):t.eventLabel=!1,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,E.Z.u(i.pageViewCount)?i.pageViewCount=(0,ke.Z)("cphotono")||(0,ke.Z)("cpageno")||"":(0,ie.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}o.forEach((e=>{(0,Ge.Z)(t[e])||delete t[e]}))}var e;window[vl]=window[vl]||[],window[vl].push(t)}),vl)}),vl)}};var wl=o(7894);const yl="user_actions",_l="mousedown",Sl=e=>{E.Z.f(e)&&e()},Cl=([e,t])=>{E.Z.u(t)||E.Z.f(t)||(0,Y.Z)(`PWP.ContentViewability.registerBox: ${e} extraCallback should be a function (${typeof t} was given).`,!0)},El=[];w.Z.boxObservations=El;const Pl=[];w.Z.containerStore=Pl;const Ol={name:"contentBoxViewability",method:An,success:!1,time:1,percent:50},Il={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"]}},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"]}}},kl=(e,t,n)=>{const r=Number(e),o=!n||r<=n;return/^(0|([1-9]\d*))$/.test(e)&&r>=t&&o},Ll=(e,[t,n])=>E.Z.s(e)&&e.length>=t&&e.length<=n,Tl={n:e=>[kl(e,0),"It should be a number equal or greater than 0"],nPlus:e=>[kl(e,1),"It should be a number equal or greater than 1"],sShort:e=>[Ll(e,[3,32]),"It should be a string with 3 to 32 chars"],sMedium:e=>[Ll(e,[3,128]),"It should be a string with 3 to 128 chars"],sLong:e=>[Ll(e,[13,512]),"It should be a string with 13 to 512 chars"]},jl=e=>{const{type:t}=e||{},n=Il[t],r=[];let o="";if(e&&E.Z.o(e)&&!Array.isArray(e))if(E.Z.s(t)&&n)if(((e,t,n)=>(n.push(...t.filter((t=>!Object.keys(e).includes(t)))),n))(e,n.required,r).length)o+=`Following required parameters are missing: ${r.join(", ")}. `;else{const{validated:t,required:r}=n;(0,ne.Z)(t,(n=>{const s=t[n];for(let t=0;t<s.length;t++){const i=s[t],a=e[i],[c,d]=Tl[n](a);(E.Z.u(a)&&r.includes(i)||!E.Z.u(a)&&!c)&&(o+=`Invalid parameter: { ${i}: ${a} }. ${d} `)}}))}else o+=`Invalid element type. It should be one of the following: ${Object.keys(Il).join(", ")}. `;else o+='Invalid parameters structure, "params" should be an object. ';return o},Dl=e=>e instanceof HTMLElement&&(0,re.Z)(e),Ml=({element:e})=>{e&&e.callback&&(e.removeEventListener(_l,e.callback),delete e.callback)},xl=(e,t,n,r)=>{const o=El[n],s=()=>{(0,es.Z)("click",t,yl,null,!0),o.clicked=!0,Ml(o),Sl(r)};e.addEventListener(_l,s),e.callback=s},Rl=(e,t,n,r,o,s)=>{const i=Object.assign({},Ol,r);return $n(e,[Object.assign({callback:e=>{(0,es.Z)("view",t,yl),Sl(o),((e,t)=>{const n=Pl[e];n&&!n.viewed&&(n.viewed=!0,(0,es.Z)("view",n.params,yl),Sl(t))})(n,s)}},i)],t.id,!0)},Vl=(e,t)=>{const n={};return e.forEach((e=>{const r=t[e];E.Z.u(r)||""===r||!1===r||(n[e]=r)})),n},Nl=(e,t,n,r={})=>{let o;const s=((e,t,n)=>{let r;return r=Dl(e)?E.Z.u(n)||E.Z.n(n)?E.Z.u(n)||Pl[n]?jl(t):`Container ID=${n} 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.",r})(e,t,n),i=E.Z.o(r.extraCallbacks)?r.extraCallbacks:{};delete r.extraCallbacks;const a=Object.assign({},Ol,r);if(s)(0,Y.Z)(`PWP.ContentViewability.registerBox: ${s}`,!0),o=null;else{Object.entries(i).forEach(Cl);const r=!E.Z.u(n)&&Pl[n]&&Pl[n].params;r&&(t.areaid=r.areaid),(0,it.Z)("wp_sg_first")&&(t.isSGFirst=!0);const s=Object.assign({},Vl(wl.Pw.container,r),Vl(wl.Pw.box,t));(0,Ge.Z)(s)&&(e.source=s);const c=Rl(e,t,n,a,i.boxView,i.containerView),d=(0,ze.Nu)(8,16);El.push({observationObject:c,element:e,params:t,containerId:n,clicked:!1,id:d});const l=El.length-1;xl(e,t,l,i.boxClick),Sl(i.registerBox),o=d}return o},Bl=(e,t)=>{let n,r=null,o="";const{boxObservation:s,storedBoxId:i}=(a=e,{boxObservation:El.find((({id:e}={})=>e===a)),storedBoxId:El.findIndex((({id:e}={})=>e===a))});var a;if(s||(o+=`Observation with id ${e} does not exist.`),!o){const a=s.element;if(Dl(t))if(n=Hn(a,t),n){r=e;const{params:n,element:{source:o,callback:c}={}}=s;c&&xl(t,n,i),t.source=o,s.element=t,Ml({element:a})}else o+="There was an error while replacing node in the Viewability module observation.";else o+=`New element you want to observe is not a correct existing HTML Element. Observation "${e}" was disconnected but none have been added.`}return o&&$l(i),r},Fl=(e,t={})=>{const{extraCallback:n}=t;if(jl(e))return!1;Pl.push({params:e,viewed:!1}),Sl(n);return Pl.length-1},$l=e=>{let t=!1;const n=El[e];if(n){t=!0;const{containerId:o}=n;Hl(n),delete El[e],r=o,El.some((({containerId:e})=>e===r))||delete Pl[o]}var r},Gl=(e,...t)=>{(0,ne.Z)(e,(n=>{t.filter((e=>E.Z.f(e))).forEach((t=>t(e[n]))),delete e[n]}))},Hl=({element:e})=>Un(e),Ul=()=>{Gl(El,Hl,Ml),Gl(Pl)};(0,To.aS)(Ul);const zl=(0,k.Z)("PWPDebug"),Wl=[],ql=e=>{Zl(e.ga)},Ql=(e={},t,n=400)=>{if(Zl(e.ga),t){if(zl)return void Wl.push(t);t()}},Kl=(e={},t,n=200)=>{if(Zl(e.ga),Ul(),t){if(zl)return void Wl.push(t);t()}};var Xl=o(1564),Jl=o(1049),Yl=o(3586),eu=o(8593),tu=o(6570),nu=o(5865);function ru(e){this.name=en,this.method=An,this.time=2,this.percent=50,this.success=!1,this.callback=e}function ou(e){this.name="materialViewability",this.method=An,this.time=2,this.percent=50,this.success=!1,this.callback=e}const su=()=>{const e=(0,y.Z)("console"),t=`${bs.Z}wpjslib-console/`;"none"!==e&&O({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",iu)},iu=e=>{67===e.which&&e.altKey&&e.shiftKey&&su(),e.ctrlKey&&111===e.which&&su()},au=()=>{(0,Y.Z)("Method 'WP.loadConsole' was moved to 'WP.utils.loadConsole'.","info")},cu=()=>{document.addEventListener("keydown",iu),(0,kc.Z)("wpjslib-console-runOnStart",(e=>{"true"===e.value&&su()})),(0,k.Z)("console")&&su()},du=()=>{(0,ee.Z)("PageView",dt.ZP),(0,Qc.ZP)(),(0,ee.Z)("PerformanceTests",Yl.ZP),nt()},lu=()=>{const e=(0,lt._X)()||!Ho.Z;if(!((0,Qc.aD)([Qc.Uv,Qc.TH])||yi.Z||e)){const e=(0,it.Z)("wp_cookie_info");if(!1===(!!E.Z.u(e)||e)){(0,Qc.rS)([Qc.H9,Qc.BB])&&(0,or.Z)("CookieInfoOff",1e3,"Enable standard Cookie usage information.")}else{(0,ot.Z)("WPci")||Bt.Z.fill((()=>{(0,Nt._k)((()=>{o.e(599).then(o.bind(o,6443)).then((({default:e})=>{e()})).catch((e=>{(0,Ue.Z)(e,"CookieInfo")}))}))}))}}};var uu=o(3372);o(1992);let pu;var fu=o(129);const hu=()=>{(0,Nt.XX)((()=>{const e="onas.wp.pl/poufnosc.html",t="https://holding.wp.pl/poufnosc",n=(0,Le.Z)(`a[href*="${e}"]`,!0);n.length&&((0,or.Z)({message:"GDPR",path:"OldPolicyLink",fileName:n.length},1e3,`Change link to Privacy Policy: http://${e} => ${t}.`),n.forEach((e=>{e.href=t})))}))},mu=()=>{const e=["id5.1st","id5.1st_334_nb","id5.1st_last","id5id.1st","id5id.1st_334_nb","id5id.1st_last"];e.forEach(zd.n),e.forEach(zd.i),pu||((0,uu.i)(),(0,fu.Pw)(),hu(),lu())};var gu=o(1535),Au=o.n(gu);const vu=e=>{let t=e;return/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/.test(e)&&(t=Au()(e)),t};var bu=o(31),Zu=o(4769),wu=o(4343);const yu=()=>{(0,Zu.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl",onError(){(0,or.Z)({message:"CrossDevice",path:"IPv6",fileName:!1},1e5)},onLoad(){(0,or.Z)({message:"CrossDevice",path:"IPv6",fileName:!0},1e5)}})},_u=()=>{const e="WPpix6";wu.Z.get(e,(t=>{let n,r=0;const o=Date.now(),s=(0,vt.W_)();if(t.value){const e=JSON.parse(t.value);n=e.sv,r=(0,ie.Z)(e.ts,10)}(!t.value||n!==s||r<o-3e5)&&wu.Z.set(e,JSON.stringify({sv:s,ts:o}),yu)}))},Su=e=>new Promise((t=>{const n=new XMLHttpRequest;n.open("GET",e,!0),n.onreadystatechange=()=>{4===n.readyState&&(200===n.status?t(n.getResponseHeader("X-IP")):t("error"))},n.send()}));async function Cu(e){const t="sa31",n="sa32";let r=(0,ot.Z)(t)||"",o=(0,ot.Z)(n)||"";if(!r&&!o||e){const e=await Promise.all([1,2,3,4,5,6,7,8,9,10].map((e=>Su(`https://cdnt${e}.wp.pl/`)))),s=await async function(){const e=window.RTCPeerConnection||window.mozRTCPeerConnection||window.webkitRTCPeerConnection;let t;if(e){const n=/([0-9]{1,3}(\.[0-9]{1,3}){3}|[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7})/,r=new e({});t=()=>new Promise((e=>{const t=o=>{if(r.removeEventListener("icecandidate",t),o.candidate&&o.candidate.candidate){const t=n.exec(o.candidate.candidate);let r="validate_error";t&&t.length>=2&&([,r]=t),e(r)}else e("error")};r.addEventListener("icecandidate",t)})),r.createDataChannel("");const o=await r.createOffer();await r.setLocalDescription(o)}else t=()=>new Promise((e=>{e("error")}));return t()}(),i=(0,Qr.j)(5);r=Au()(e.map(vu).join()),o=vu(s),r&&((0,Yo.X)(t,r,i),K.Ny||bu.Z.set(t,r,void 0,i)),o&&((0,Yo.X)(n,o,i),K.Ny||bu.Z.set(n,o,void 0,i)),(0,or.Z)({message:"CrossDevice",path:"DNS_RTC",fileName:[s,...e].join(),campaign:`${o}|${r}`},1e5)}return{las:o,dts:r}}const Eu=()=>{Ho.Z&&(0,vt.GD)()&&!(0,xe.N0)()&&!(0,_t.j5)()&&(0,Qc.rS)([Qc.BB,Qc.Uv,Qc.Uk])&&Bt.Z.fill((()=>{(0,Nt._k)((()=>{Cu(),_u()}))}))},Pu="timeProlongation",Ou="navigationTiming",Iu="framesPerSecond",ku="WPJSLoadTiming",Lu="GAFLoadTiming",Tu="hardwareConcurrency",ju="deviceMemory",{Math:Du,performance:Mu,navigator:xu}=window,Ru={finalResult:50,deviceSegment:2},Vu={[Pu]:.2,[Ou]:.2,[Iu]:.2,[ku]:.1,[Lu]:.1,[Tu]:.1,[ju]:.1};let Nu,Bu,Fu,$u,Gu,Hu,Uu,zu=0,Wu=0;const qu=e=>Du.min(90*Du.E**(-.8*e/1e3),100),Qu=(e,t)=>Du.min(e*(100/t),100),Ku=()=>{if(Mu&&!Uu&&Fu&&Hu){Ru.framesPerSecond=(()=>{const e=30/Gu*1e3;if(e>0)return Du.min(100*e/20,100)})(),Ru.timeProlongation=(()=>{const e=100*Bu/900-100;return Du.max(0,Du.min(100-e/3,100))})(),Ru.navigationTiming=(()=>{const{timing:e}=Mu;if(e){const t=e.responseEnd-e.navigationStart;if(t)return qu(t)}})(),Ru.WPJSLoadTiming=(()=>{const e=(0,pi.Cr)("resource").filter((e=>{if(e.name){const t=(0,Ht.unmess)(e.name);return t.includes("/wpjslib")&&!t.includes("chunk")}return!1}))[0],t=e?e.duration:0;if(t)return qu(t)})(),Ru.GAFLoadTiming=(()=>{const e=(0,pi.Cr)("resource").filter((e=>!!e.name&&(0,Ht.unmess)(e.name).includes("gaf.js")))[0],t=e?e.duration:0;if(t)return qu(t)})(),Ru.hardwareConcurrency=(()=>{const e=xu.hardwareConcurrency;return e?Qu(e,8):50})(),Ru.deviceMemory=(()=>{const e=xu.deviceMemory;return e?Qu(e,8):50})();let e=0;(0,ne.Z)(Vu,((t,n)=>{e+=(Ru[t]||50)*n})),Ru.finalResult=e,Ru.deviceSegment=Du.floor(3*e/100)+1,Uu=!0,bu.Z.set("WPpds",Ru.deviceSegment)}},Xu=()=>{$u||($u=Date.now()),Wu<30?(requestAnimationFrame(Xu),Wu+=1):(Gu=Date.now()-$u,Hu=!0,Ku())},Ju=()=>{Nu||(Nu=Date.now()),zu<3?(setTimeout(Ju,300),zu+=1):(Bu=Date.now()-Nu,Fu=!0,Ku())},Yu=()=>{Bt.Z.fill((()=>{(0,ed.eK)((e=>{Ku(),e.PF=Ru})),Ju(),Xu()}))};var ep=o(1327);const tp=()=>{const e=(e,t,n,r,o)=>{if(E.Z.o(e))(0,ep.Z)(e);else{const s=o||{message:e,fileName:t,lineNumber:n,colNumber:r};(0,ep.Z)({error:s})}};var t,n;window.onerror=(t=window.onerror,n=e,function(...e){return t&&t.apply(this,e),n.apply(this,e),!1}),window.addEventListener("unhandledrejection",e,!1)},np=()=>{const e="FBPixel";if(!(0,_t.j5)()){let t=(0,it.Z)("wp_fb_id"),n=!1;!t&&(0,Qc.rS)([Qc.H9,Qc.N_,Qc.BB])&&(t="421203738366059",n=!0),t&&Bt.Z.fill((()=>{if((0,Si.BF)("mr","TP")&&(0,vt.GD)()){(0,mt.Z)(window,"wp_fb_id",t),(0,or.Z)({message:e,path:t},1e4);let{fbq:r}=window;if(!r){r=function(){r.callMethod?r.callMethod.apply(r,arguments):r.queue.push(arguments)},window.fbq=r,window._fbq||(window._fbq=r),r.push=r,r.loaded=!0,r.version="2.0",r.queue=[];const t="fbpixel";O({id:t,src:"https://connect.facebook.net/en_US/fbevents.js",onLoad:()=>{(0,J.Z)(e,!0)},onError:()=>{(0,J.Z)(e,!1),(0,Xo.o9)(t)}})}r("init",t),r("track","PageView"),n&&r("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,st.VP)()})}}))}};var rp=o(7755);const op=e=>{Bt.Z.fill(e)};var sp=o(8228);const ip=Object.assign({getConsentString:go.d,replaceConsentTags:Ao,checkVendorPermissions:qr.Z},Si.ZP,{save:fu.p,showConsentForm:sp.p,runAfterConsent:op,init:wc(op,"WP.gdpr.init",1e4,"'WP.gdpr.init' is deprecated and will be removed soon. Use 'WP.gdpr.runAfterConsent' instead.")});(0,rp.Z)(ip,"dam",Bt.Z,1e4,"'WP.gdpr.dam.fill' is deprecated and will be removed soon. Use 'WP.gdpr.runAfterConsent' instead.");const ap=ip,cp=()=>{const e="GTM";if(!(0,_t.j5)()){const t="gtm";let n=(0,it.Z)("wp_gtm_id")||(0,y.Z)(t);if((0,C.Z)(n)&&(n=[n]),(0,Cn.Z)(n)){window.dataLayer=window.dataLayer||[];const r=(n,r)=>{(0,C.Z)(n)&&(window.dataLayer.push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),O({src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:t+r,onLoad(){(0,J.Z)(e,!0),(0,or.Z)({message:e,path:n,fileName:"Success"},1e4)},onError(){(0,J.Z)(e,!1),(0,Xo.o9)(t),(0,or.Z)({message:e,path:n,fileName:"Error"},1e4)}}))};Bt.Z.fill((()=>{Rt.Z.fill((()=>{n.forEach(r)}),e)}),e)}}},dp=e=>{const t=(0,gl.Wg)();e&&t&&(0,ne.Z)(e,((e,n)=>{E.Z.u(t[e])&&(t[e]=n)}))},lp="GEMIUS",up=window,pp=(e,t,n)=>{up.pp_gemius_identifier=e,t&&(up.pp_gemius_time_identifier=t),n&&(up.pp_gemius_service=n)},fp=e=>{if(!e){const e=e=>{up[e]=up[e]||((...t)=>{const n=up[`${e}_pdata`]||[];n.push(t),up[`${e}_pdata`]=n})};e("gemius_hit"),e("gemius_event"),e("pp_gemius_hit"),e("pp_gemius_event");const t=()=>{const e="gemius";(0,Gt.Z)("GEMIUSLoadStart"),O({id:e,src:`${uo()}xgemius.js`,onLoad:()=>{(0,Gt.Z)("GEMIUSLoadEnd"),ut.Z.gemiusSuccess=1,(0,J.Z)(lp,!0)},onError:()=>{(0,Gt.Z)("GEMIUSLoadError"),(0,Xo.o9)(e),ut.Z.gemiusSuccess=0,(0,J.Z)(lp,!1)}})};(0,Qc.Hl)()!==Qc.BB?t():Bt.Z.fill(t,lp)}};let hp;const mp=(e,t)=>{const n=up.gemius,r=t.gemius;if(n&&n.hit){let e;r&&r.hit&&(e=n.hit[r.hit],r.hit!==(0,ke.Z)("ctype")&&(0,or.Z)({message:lp,path:"SPANotUsingCTYPE"},1e5)),e||(e=n.hit.inne||n.hit.other,e&&(0,or.Z)({message:lp,path:"SPAUsingOTHER"},1e5)),e?(dp({gmid:e}),(0,Gt.Z)("gemius_hit"),hp?up.gemius_hit(e):(pp(e,n.time,n.service),n.time&&(up.wp_pp_gemius_time_identifier=n.time),fp((0,Qe.r)()),hp=!0),up.wp_pp_gemius_identifier=e):(0,or.Z)({message:lp,path:"SPAMissingIdentifier"},1e3,"GEMIUS: Missing SPA identifier")}else(0,or.Z)({message:lp,path:"SPAMissingConfig"},1e5,"GEMIUS: Missing SPA config")},gp=()=>{(0,_t.j5)()||((0,To.ME)(mp),up.wp_pp_gemius_identifier?(pp(up.wp_pp_gemius_identifier,up.wp_pp_gemius_time_identifier,up.wp_pp_gemius_service),fp((0,Qe.r)())):up.pp_gemius_identifier&&(up.wp_pp_gemius_identifier=up.pp_gemius_identifier))},Ap=()=>{const{history:e,location:{href:t},performance:{navigation:n}}=window,r=new RegExp(`\\b(${wl.Kl.join("|")}|abtest)(?!\\.)(?:=([^.&?=#]*))?&?\\b`,"gi"),o=t.replace(r,"").replace(/[?&]+$/,"");if(t!==o&&e.replaceState(e.state,document.title,o),n&&n.type===n.TYPE_BACK_FORWARD){const e=(0,kc.Z)("WPnxrf");ut.Z.isBack=!0,e&&((0,at.N)(e),(0,nu.Z)("WPnxrf"))}},vp=()=>{const e="Hotjar";if(!(0,_t.j5)()){const t=(0,it.Z)("wp_hj_id"),n=(0,it.Z)("wp_hj_sv")||6;t&&Bt.Z.fill((()=>{const r={hjid:t,hjsv:n},o="hotjar";window.hj=window.hj||function(){(window.hj.q=window.hj.q||[]).push(arguments)},window._hjSettings=r,O({id:o,src:`https://static.hotjar.com/c/hotjar-${t}.js?sv=${n}`,onLoad(){(0,J.Z)(e,!0)},onError(){(0,J.Z)(e,!1),(0,Xo.o9)(o)}})}))}};var bp=o(1660);const Zp=()=>{dd._x?o.e(345).then(o.bind(o,2820)).then((({default:e})=>{e()})).catch((e=>{console.error(e)})):(0,To.aS)(Xl.TQ)},wp=e=>{let t;if(document.currentScript)t=document.currentScript;else{const e=document.getElementsByTagName("script");t=e[e.length-1]}t.insertAdjacentHTML("beforebegin",e)},yp="Player";let _p,Sp=(0,y.Z)("wpplayer");const Cp="local"===Sp,Ep=[],Pp=()=>{(0,sr.Z)("PlayerLoadedTime","PlayerLoadStart","PlayerLoadEnd"),Bt.Z.fill((()=>{(0,xe.V8)()||(0,_t.j5)()||((!T.Z||xe.x_>10)&&O({id:"imasdk",src:`https://imasdk.googleapis.com/js/sdkloader/ima3${(0,k.Z)("debugima")?"_debug":""}.js`}),O({id:"nppgem",src:`${uo()}gplayer.js`}));const e=(0,ir.ac)("player");let t=Ep.shift();for(;t;)e.apply(t.self,[t.params]),t=Ep.shift()}),yp)},Op=()=>{(0,sr.Z)("PlayerErrorTime","PlayerLoadStart","PlayerLoadError")},Ip=(e,t)=>{const n=e;if(!E.Z.o(n))return!1;const r=(()=>{let e=`${bs.Z}player/`;return Cp?((0,Y.Z)("WP.player from LOCAL"),e="build/devel/"):Sp&&((0,Y.Z)(`WP.player from branch: ${Sp}`),e=`${e}${Sp}/`),{dir:e,url:e+"wpjslib_player.js"}})();n.ampnoaudio=!0,n.filesdir=r.dir,Ep.push({params:n,self:t});Zd.fill((()=>{_p||(_p=!0,(0,Gt.Z)("PlayerLoadStart"),O({src:(0,Ht.mess)(r.url,!1,!0),onLoad:Pp,onError:Op,id:"npp",crossorigin:!Cp}))}),yp,3e3)};function kp(e){const t=e,n=(0,ir.ac)("player");t.ampnoaudio=!0;const r=this,o=r instanceof n,s=[],i=[],a=kp.list.length,c=yp+a;if(E.Z.o(t)&&!o)return new n(t);if(E.Z.n(t)&&!o)return kp.list[t]||!1;if(E.Z.n(t)&&o)throw new Error("Use: WP.player(id)");((e,t)=>{const n=e;!n.target&&(0,Nt.Hy)()&&(n.target=(0,mc.Z)()),n.target||(wp(`<div id="${t}"></div>`),n.target=t)})(t,c),r.initialized=!1,r.p=t,r.id=Ep.length,kp.list.push(r),r.events={on:s,off:i};const d=(e,t)=>{s.push({key:e,fn:t})},l=(e,t)=>{i.push({key:e,fn:t})};return r.bind=d,r.on=d,r.unbind=l,r.off=l,Ip(t,r,r.id),r}const Lp=()=>{Nd();const e=Bo();(0,ne.Z)(e,(t=>{delete e[t]}))},Tp=()=>{Sp||"B"!==(0,$e.bB)("adtech","PWR2020-162")||(Sp="master"),Sp||(Sp="master-webpack"),kp.list=[],kp.T=kp.list,kp.version="v2",kp.initialized=!1,Ud(),Nd(),(0,To.aS)(Lp),(0,ir.DO)("player",kp)};var jp=o(8999),Dp=o(8809),Mp=o(4385);const xp=()=>{(0,Nt.Um)(Mp.Z),(0,Nt.XV)(Mp.Z),(0,Nt.vv)(Dp.Z),(0,Nt.hT)(jp.Z),(0,Nt.mc)((e=>{document.hidden||(0,jp.Z)(e)}))};let Rp,Vp,Np;const Bp=()=>{(0,vt.ut)(Rp.base+(Np.platformSuffix[Np.platform]||"")+(Np.modeSuffix[(0,dt.KD)()]||""))},Fp={init:(e,t)=>{Rp=e,Np=t,Vp=Rp.bunches,(0,mt.Z)(window,"bunches",Vp),window.wp_dot_type=Rp.wp_dot_type||Rp.type||"click";const n=Rp.wp_dot_addparams||Rp.params;(0,ke.Q)(Object.assign((0,ke.Z)()||{},n)),Bp()},dispatch:(e,t)=>{if(To.yA.includes(e)){if((0,dt.oh)(),t){const{base:n,bunch:r,ctype:o}=t;if((0,C.Z)(n)&&(Rp.base=n,delete t.base),Vp){const n=Vp[r]||Vp[o];n?(0,yt.q)(n):(0,Y.Z)(`SPA.DOT: Missing REKID (${e})`),delete t.bunch}}Bp()}}};let $p=!1;const Gp={init:e=>{if(!(0,_t.j5)()&&e&&e.gaid){function t(...e){t.q.push(e)}$p=!0,(0,or.Z)({message:"SPA",fileName:"GA",path:e.gaid},1e4),window.ga=window.ga||t,t.q=t.q||[],t.l=t.l||1*new Date,t("create",e.gaid,"auto"),Bt.Z.fill((()=>{O({src:"https://www.google-analytics.com/analytics.js",id:"ga"})}),"ga")}},dispatch:(e,t)=>{if($p){const{ga:n}=window,r={};"page:view"===e?(n("set","page",window.location.pathname),(0,ne.Z)(t,((e,t)=>{n("set",e,t)})),n("send","pageview")):t&&t.category&&t.action&&(r.hitType="event",r.eventCategory=t.category,r.eventAction=t.action,t.label&&(r.eventLabel=t.label),t.value&&(r.eventValue=t.value),n("send",r))}}},Hp={init:e=>{(0,Ge.Z)(e)?(0,mt.Z)(window,"gemius",e):(0,Y.Z)("SPA.GEMIUS: Missing GEMIUS config",!0)},dispatch:(e,t)=>{}},Up={initialized:!1,omitFirstNextView:!1},zp=(e,t)=>{if(Up.initialized){if(Up.omitFirstNextView&&To.yA.includes(e))return void(Up.omitFirstNextView=!1);const n={gemius:Hp,ga:Gp,dot:Fp};(0,ne.Z)(n,((n,r)=>{r.dispatch(e,t&&t[n])})),(0,To.Hm)(e,t)}};let Wp=0,qp=0,Qp=0;const Kp=e=>{const t=Date.now();if(t-Wp<100){const e="PV requested to fast.";return(0,Y.Z)(e,"error"),qp+=1,void(3===qp&&(0,Ue.Z)(new Error(e),"dispatchPage"))}Wp=t,Qp+=1,100!==Qp||(0,Qc.aD)(["ecom","av","poczta"])?zp((0,Qe.r)()?"page:refresh":"page:view",e):window.location.reload()},Xp="SPA",Jp=e=>{if(!Up.initialized)if(e){const t=e.config;if(t){w.Z.siteConfig=t;const e=t[t.platform],n={gemius:Hp,ga:Gp,dot:Fp};return(0,J.Z)(Xp,!0),(0,ne.Z)(n,((n,r)=>{r.init(e[n],t)})),(0,mt.Z)(window,"wp_spa",!0),du(),Up.initialized=!0,Up.initialized}(0,Y.Z)("SPA: Missing site config",!0)}else(0,Y.Z)("SPA: Missing data",!0)},Yp=Kp,ef=()=>{const e=(0,it.Z)("wp_spa_config");if(e){(0,or.Z)({message:Xp,path:"HeadConfig"},1e4);const{payload:t}=e;if((!(0,xe.c3)()||t)&&Jp({config:e})){if(t)Yp(t),(0,or.Z)({message:Xp,path:"ConfigPayload"},1e4);else{const e=(0,ke.Z)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};Yp(t),Up.omitFirstNextView=!0}return!0}}},tf=(e,t,n,r,o)=>{const s=t||{};return(0,ne.Z)(e,((e,t)=>{s[e]=wc(t,{message:"WD_"+n,path:e},r,o&&o+" ("+e+")")})),s},nf=tf({init:Jp,loadAndRunBunch:e=>{zp("bunch:loadAndRun",{dot:e})},loadBunch:e=>{zp("bunch:load",{dot:e})},runBunch:e=>{zp("bunch:run",{dot:e})},refreshPage:Kp,dispatchEvent:e=>{zp(e.detail.action,e.detail)}},{closePage:e=>{zp("page:close",e)},viewPage:Yp},"SPA",1e4);var rf=o(7792),of=o(5001);const sf=e=>{let t,n,r,o,s,i=e;for(;i&&i!==document;){if((0,Dt.g)(i)){r="Adv";break}if(s=i.getAttribute("data-st-area"),s){r=`ST-${s}`;break}const{id:e,className:a,tagName:c,parentNode:d}=i;n||(o=/(ST-[a-zA-Z0-9_-]+)/.exec(a),o&&o[1]&&([,n]=o)),!t&&"DIV"===c&&e&&(t=e),i=d}return r||n||t||""};var af=o(4293);const cf=e=>{let t,n=e;for(;n;){const{href:e,nodeName:r,parentNode:o}=n;if(["A","AREA"].includes(r)){e&&(t=n);break}n=o}return t},df=e=>{const t=e.getAttribute("data-st-clk");if(t)try{const e=JSON.parse(t)||{};return e&&(e.sgsvid=(0,ke.Z)("svid")),e}catch(e){(0,Ue.Z)(e,"clickTagData")}};var lf=o(9372),uf=o(330);const pf=(e,t,n)=>{const{ctrlKey:r,shiftKey:o,metaKey:s}=e;return 3===t||1===t&&(r||o||s||["_blank","_new"].includes(n.target))},ff=e=>{const t=cf(e.target);if(!t)return;const n=sf(t);if("Adv"===n)return;const r=wa(e),{location:{hostname:o,pathname:s}}=window,{hostname:i,pathname:a,protocol:c,onclick:d,title:l,textContent:u,href:p,source:f}=t,h=t.getAttribute("onclick"),m=pf(e,r,t);if(!m&&(h||"javascript:"===c||o+s===i+a))return;const g=t.querySelector("img"),A=g&&(0,lf.Z)(g.src)||"",v=(0,lf.Z)((l||u||"notitle").trim(),128),b=(e=>{let t,n,r=e;for(;r;){if(r===document)return;if(t=r,r=t.parentNode,n=(0,ie.Z)(t.getAttribute("data-st-epos")),!n&&r&&"UL"===r.tagName&&(n=[].indexOf.call(r.querySelectorAll("li"),t)+1),n)return n}})(t),Z=e.pageY||e.clientY+(0,uf.Z)()||-1,w=Object.assign({ypos:`${Math.floor(Z/100)}`},(0,ke.Z)(),df(t)),y=p,_=f||{};(0,it.Z)("wp_sg_first")&&(_.isSGFirst=!0);const S=o===i;(0,af.Z)({statTag:n,linkHref:y,linkTitle:v,linkIndex:b,mouseButton:r,imageSource:A,sourceData:_,toNewWindow:m,sameSite:S,params:w,linkNode:t})},hf=e=>{const t=window;E.Z.s(t.wp_dot_type)||(t.wp_dot_type=""),t.wp_dot_type.includes("click")&&document.addEventListener("mousedown",ff),E.Z.u(t.wp_dot_send)&&(t.wp_dot_send=Ho.Z);(0,At.g)(!0),(0,ke.Q)((0,ke.Z)()||{}),(0,To.aS)(dt.I3),(0,To.ME)(((e,t)=>{(0,ke.Q)({}),(0,of.Z)(void 0,t.dot,"top")})),(0,To.SG)(((e,t)=>{(0,ke.Q)({}),(0,of.Z)(void 0,t.dot,"autorefresh")})),(0,To.Hj)("page:show",((e,t)=>{(0,or.Z)({message:"SPA",path:"ActionHandler",fileName:e},1e4),(0,Zu.Z)(void 0,t.dot,e)}));let n=!1;E.Z.f(e)&&(n=(0,ee.Z)("SPAHeadConfig",e)),!n&&t.wp_dot_send?((0,dt.oh)(),(0,of.Z)(void 0,void 0,(0,Qe.r)()?"autorefresh":"top")):(0,lt.OT)()&&ml.Z.open()},mf="cookie",gf="storage",Af=e=>e.map((e=>{const t={};return E.Z.o(e)?t.name=e.name:t.name=e+"",t.from=t.from||mf,t.to=t.to||mf,t})),vf=(e,t=[])=>{const n=Af(e),r=n.length,o={};let s=0;return new Promise((e=>{n.forEach((n=>{const i=n.from===gf?wu.Z:bu.Z,a=n.to===gf?Ya.Z:Yo.X,c=n.to===gf?nu.Z:zd.i,d=n.name;o[d]=n,i.get(d,(i=>{if(s+=1,Object.assign(n,i),"staid"===d&&n.from===mf){const e=(0,ot.Z)("statid"),t=n.value;let r;r=e&&t?e===t?4:3:t?2:e?1:0,ut.Z.statidResult=r}n.value?a(d,n.value):t.includes(d)&&c(d),r===s&&e(o)}))}))}))};var bf=o(9333);const Zf=()=>{if(ic.Z.fill((()=>{ut.Z.statidSynced=(0,C.Z)((0,ot.Z)("statid"))})),K.Ny)ic.Z.open();else{if(Ht.domains.uniformDomains.includes(window.location.hostname)){const e=["statid","STac","STvisit","ACac2","BDseg","OAX","RMFL","camps","WPpds",Ti.tn,Ti.VR,"WPabs",Ec.Sc,Ec.hu,Ec.GB,Ec.ik,Ec.Y9,Ec.vY,Ec.Xl,Ec.ML,Ec.WE,Ec.MH,Ec.dC,Ec.wD,"rekstaging","kaflog","sgv",...bf.Z],t=["rekstaging","kaflog","sgv"],n=()=>{((e,t=[])=>{const n=Af(e),r=n.length,o={};let s=0;return new Promise((e=>{n.forEach((n=>{const i=n.to===gf?wu.Z:bu.Z,a=n.from===gf?kc.Z:ot.Z,c=n.name;o[c]=n,t.includes(c)?(s+=1,r===s&&e(o)):i.get(c,(t=>{s+=1,Object.assign(n,t),n.localValue=a(c),n.localValue&&i.set(c,n.localValue),r===s&&e(o)}))}))}))})(e,t).then((e=>{}))},r=n=>{ic.Z.close(),vf(e,t).then((e=>{ic.Z.open(),E.Z.f(n)&&n()}))},o=()=>{(0,Nt.Ns)(r),(0,Nt.uU)(n),(0,Nt.vS)("pageshow",o)};(0,Nt.Ns)(o),r((()=>{(0,Nt.vv)(r),(0,Nt.hT)(n),(0,Nt.mc)(n),(0,To.aS)(n)}))}else{ic.Z.close();vf(["statid","STac","WPabs","sgv"],["sgv"]).then((e=>{ic.Z.open()}))}}};var wf=o(8083);const yf=()=>{const e=e=>("0"+e).substr(-2),t=new Date,n=e(t.getUTCDate())+e(t.getUTCMonth())+t.getUTCFullYear();(0,ne.Z)({SCRIPT:["Script","src"]},((e,t)=>{const r=t[1],o=window["HTML"+t[0]+"Element"].prototype,s=Object.getOwnPropertyDescriptor(o,r);var i;s&&s.configurable&&(t.descriptor=s,Object.defineProperty(o,r,{set:(i=s.set,function(e){const t=this;let r=e,o=null;/(\/wpjslib-chunk-.*)/.test(r)&&(o=(0,Ht.mess)({url:r,keybase:n}),t.setAttribute("crossorigin","anonymous"),t.crossOrigin="anonymous"),o&&r!==o&&(r=o),i.call(t,r)})}))}))},_f=[];w.Z.messData=_f;const Sf=()=>{const e="no",t="testMess",n=(0,y.Z)("keepMess"),r="0"===(0,y.Z)("_aa")&&!(0,y.Z)("_bb")||(0,xe.Rf)(),o=n!==e&&(0,kc.Z)(t),s=r?e:(0,y.Z)(t)||o,i=[Qc.N_,Qc.o2,Qc.G$,Qc.O0],a=(0,Qc.aD)(i)||(0,xe.Zo)()||(0,xe.TH)()||(0,vt.y1)("^(programtv)"),c=!(yi.Z||s===e);n&&(n===e?(0,nu.Z)(t):s&&(0,Ya.Z)(t,s)),(0,wf.NX)(a),(0,wf.gL)(c),(0,Ht.setCustomLogger)({debug(e,...t){},issue(e){(0,Y.Z)(e,!0)},error(e){(0,Y.Z)(e,"error")}}),(0,Ht.set)((0,lt._X)()?"www.wp.pl":window.location.hostname,(0,xe.KD)(),!1,{isWebmail:(0,xe.X2)(),isAABCSSReady:a,enabled:c,testDomain:s,collector:e=>_f.push(e),criteoProxy:!0}),yf()};var Cf=o(4972),Ef=o(5641),Pf=o(3459),Of=o(1847),If=o(9042);const kf=()=>{const e=(...e)=>{const t=Object.values(Cf.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,Ef.ec)(t),(0,Of.Z)(...e)};(0,Cf.ot)(),Pf.h.workOffline=(0,io.Z)("wave")&&((0,y.Z)("waveoff")||(0,vt.y1)("^pilotwp")),Pf.h.workOffline&&setTimeout((()=>{(0,If.F)(),setInterval(If.F,5e3)}),1e3),(0,Nt.hT)(e),(0,Nt.mc)(e),(0,To.aS)(e,!0),(0,Ef.lH)()},Lf=bu.Z;var Tf=o(6901);const jf=e=>{const t="WPwlab",n=Date.now();wu.Z.find(t,(r=>{let s;const i=(e,t,r,o)=>{(0,es.Z)("atfd_abboard",Object.assign({event:e,slotMode:t,timeStart:Date.now()-n},o)),wu.Z.set(s,t,r)},a=(0,ie.Z)(r.value);r.key===t?(s=(0,Ic.Z)(t),wu.Z.remove(t)):s=r.key,e?(bu.Z.remove(Ti.tn),(0,zd.i)(Ti.tn),(0,Nt._k)((()=>{o.e(599).then(o.bind(o,5622)).then((({default:e})=>{e(i)})).catch((e=>{(0,Ue.Z)(e,"WhitelistBoard")}))}))):a&&((0,Yo.X)(Ti.tn,a),K.Ny||bu.Z.set(Ti.tn,a),i("unlocked",a),wu.Z.remove(s),wu.Z.remove(Ti.Dl),(0,nu.Z)(Ti.Dl))}))};var Df=o(21);(0,Nt._k)((0,vd.Z)((e=>{e.appendChild((0,Df.Z)())})));const Mf=e=>{if((0,xe.tq)())return;const t=(0,y.Z)("abBoard"),n="index"===(0,ke.Z)("ctype"),r=(0,vt.y1)("(autokult|gadzetomania|komorkomania|fotoblogia)$"),o=()=>(0,xe.Pk)()||(0,ke.Z)("cpremium")||(0,xe.LM)()&&/\/quiz\/\d{16}\/wynik/.test(window.location.pathname)||t,s=(0,xe.QT)()||r||(0,xe.Zo)()||(0,xe.TH)()||(0,vt.y1)("^(wptv|pogoda)"),i=!n&&(0,Qc.aD)([Qc.O0,Qc.o2]),a=s||i||t,c=()=>{o()?jf(e):a&&wu.Z.find(Ti.Dl,(t=>{const n=Date.now();let r,o;t.error?(o=(0,Oc.Z)(Ti.Dl),o===Ti.Dl&&(o=(0,Ic.Z)(Ti.Dl),(0,nu.Z)(Ti.Dl)),r=(0,kc.Z)(o)||0):(t.key===Ti.Dl?(o=(0,Ic.Z)(Ti.Dl),wu.Z.remove(Ti.Dl)):o=t.key,r=t.value),r=(0,ie.Z)(r),r||(0,zd.i)(Ti.VR);const s=n-r;(s>Ti.Wx||s<1e3)&&wu.Z.set(o,n,(t=>{(0,Ya.Z)(o,n),jf(e)}))}))};c(),(0,xe.LM)()&&(0,To.ME)(c)},xf=e=>{if(!yi.Z&&ct()&&(0,C.Z)(e)){const t=(0,ot.Z)("sgv"),n=(0,ot.Z)("sgs"),r=new Date(1e3*(0,ie.Z)(t||n)),o=new Date,s=r.getMonth()<o.getMonth();if(r.getFullYear()<o.getFullYear()||s)return t||(0,Yo.X)("sgs",Math.round(Date.now()/1e3)),`https://www.wp.pl/?s=${encodeURIComponent(e)}&src01=7e744`}return!1},Rf=wu.Z;window.__wpcd__=()=>{o.e(345).then(o.bind(o,8735)).then((({showTools:e})=>{e()})).catch((e=>{console.error(e)}))};const Vf=()=>{o.e(345).then(o.bind(o,8735)).then((({copyStoreToClipboard:e})=>{e()})).catch((e=>{console.error(e)}))},Nf=Object.assign({},e,{loadConsole:su,cancelAutoreload:rf.UC,issue:Y.Z,flag:J.Z,copyDebug:Vf,deprecated:or.Z,wrapDeprecated:wc,wrapDeprecatedAll:tf}),Bf=e=>{(()=>{const{location:e}=window,t=!Ho.Z,n=/prox|proks/.test(e.hostname);try{if(n&&(window.parseURL=e=>e,window.top.location.href="https://www.wp.pl/"),t){const t=(0,it.Z)("wp_leap"),n=(0,k.Z)("noleap");(E.Z.u(t)||t)&&!n&&(window.top.location.href=e.href)}}catch(e){}})(),tp(),(0,Nt.ZP)(),(0,bp.Z)(),(0,$e.ZP)(),du(),(0,ee.Z)("ConsentStart",mu),(0,ee.Z)("Uniform",Sf),(0,ee.Z)("AAB",st.ZP,Xo.jM,Mf),Tp(),(0,rf.ZP)(),Ap(),gp(),xp(),kf(),(0,ee.Z)("SyncUniform",Zf),(0,ee.Z)("Stat",hf,ef),cp(),hl(),vp(),Qn(),Zp(),Eu(),Yu(),cu(),np(),(0,ad.Z)(e,"registerApi",ir.qL),(0,ad.Z)(e,"addHandler",Nt.Hj),(0,ad.Z)(e,"captureError",Ue.Z),(0,ad.Z)(e,"follow",yo),(0,ad.Z)(e,"getScript",O),(0,ad.Z)(e,"getStylesheet",Tf.Z),(0,ad.Z)(e,"iframeFactory",gs),(0,ad.Z)(e,"isOfType",E.Z),(0,ad.Z)(e,"loadConsole",au),(0,ad.Z)(e,"removeHandler",Nt.vS),(0,ad.Z)(e,"shouldRedirectTo",xf),(0,ad.Z)(e,"ab",cd(g)),(0,ad.Z)(e,"abtests",cd(a)),(0,ad.Z)(e,"apd",cd(c)),(0,ad.Z)(e,"classManager",cd(d)),(0,ad.Z)(e,"cookie",cd(l)),(0,ad.Z)(e,"cookieXD",cd(Lf)),(0,ad.Z)(e,"crux",cd(u)),(0,ad.Z)(e,"env",cd(p)),(0,ad.Z)(e,"gdpr",cd(ap)),(0,ad.Z)(e,"performance",cd(m)),(0,ad.Z)(e,"ppg",cd(f)),(0,ad.Z)(e,"pwp",cd(h)),(0,ad.Z)(e,"spa",cd(nf)),(0,ad.Z)(e,"stat",cd(eu)),(0,ad.Z)(e,"storage",cd(A)),(0,ad.Z)(e,"storageXD",cd(Rf)),(0,ad.Z)(e,"utils",cd(Nf)),(0,ad.Z)(e,"viewability",cd(b))};((e,t)=>{w.Z.es6=!0,w.Z.bucket=w.Z.es6?"wpjslib6":"wpjslib",w.Z.canary=!1,Q();const n=(e,t)=>{const n=(0,I.Z)();document.readyState.includes("te")||n&&(n.async||n.defer||"module"===n.type)||w.Z.es6?O({src:e,crossorigin:!0,onLoad:t,onError:t}):(L(e,!0),E.Z.f(t)&&t())},r=()=>{if((0,K.FT)())return w.Z.mode=!0,t();const r=(0,k.Z)("wplib"),o=(0,k.Z)("wplib5"),s=(0,k.Z)("wplib6");if(r||o||s){const i=(0,y.Z)("dev")||e,{variants:a={}}=w.Z;if(w.Z.variants=a,a[i])t();else{a[i]=!0;let e,{bucket:t}=w.Z;s?(t="wpjslib6",e=s[2]):o?(t="wpjslib",e=o[2]):r&&(e=r[2]),w.Z.mode=!0,w.Z.branch=e,w.Z.bucket=t;const c=(0,Z.Z)(t,e,i,w.Z.mode);n(c)}}else t()},o=(0,k.Z)("prebidConfig");o&&o[2]&&!w.Z.prebidConfig?(w.Z.prebidConfig=o[2],n(`https://adv.wp.pl/RM/Box/c/b/inline/mocks/${w.Z.prebidConfig}.js`,r)):r()})("wpjslib-sgap",(()=>{te("sgap",(e=>{Bf(e),Ad(e)}))}))})()})();