!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=105)}({105:function(e,t,n){"use strict";n.r(t);var r,i=n(4);(r=document.querySelector("#heartbeat_config"))&&r.hasAttribute("data-enable-page-view-heartbeat-tracking")&&window.tracking&&window.tracking.then((function(e){new i.c(e)}))},14:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},17:function(e,t,n){"use strict";(function(e){
/*!
 * The buffer module from node.js, for the browser.
 *
 * @author   Feross Aboukhadijeh <http://feross.org>
 * @license  MIT
 */
var r=n(25),i=n(26),o=n(27);function a(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()<t)throw new RangeError("Invalid typed array length");return c.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=c.prototype:(null===e&&(e=new c(t)),e.length=t),e}function c(e,t,n){if(!(c.TYPED_ARRAY_SUPPORT||this instanceof c))return new c(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return d(this,e)}return l(this,e,t,n)}function l(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);c.TYPED_ARRAY_SUPPORT?(e=t).__proto__=c.prototype:e=h(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!c.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|p(t,n),i=(e=s(e,r)).write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(c.isBuffer(t)){var n=0|f(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?s(e,0):h(e,t);if("Buffer"===t.type&&o(t.data))return h(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function d(e,t){if(u(t),e=s(e,t<0?0:0|f(t)),!c.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function h(e,t){var n=t.length<0?0:0|f(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function f(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function p(e,t){if(c.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return H(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return j(e).length;default:if(r)return H(e).length;t=(""+t).toLowerCase(),r=!0}}function g(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return O(this,t,n);case"utf8":case"utf-8":return A(this,t,n);case"ascii":return C(this,t,n);case"latin1":case"binary":return k(this,t,n);case"base64":return I(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function v(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function m(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:y(e,t,n,r,i);if("number"==typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,r,i){var o,a=1,s=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,c/=2,n/=2}function l(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var u=-1;for(o=n;o<s;o++)if(l(e,o)===l(t,-1===u?0:o-u)){if(-1===u&&(u=o),o-u+1===c)return u*a}else-1!==u&&(o-=o-u),u=-1}else for(n+c>s&&(n=s-c),o=n;o>=0;o--){for(var d=!0,h=0;h<c;h++)if(l(e,o+h)!==l(t,h)){d=!1;break}if(d)return o}return-1}function E(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(isNaN(s))return a;e[n+a]=s}return a}function b(e,t,n,r){return G(H(t,e.length-n),e,n,r)}function w(e,t,n,r){return G(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function T(e,t,n,r){return w(e,t,n,r)}function _(e,t,n,r){return G(j(t),e,n,r)}function S(e,t,n,r){return G(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function I(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function A(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,s,c,l=e[i],u=null,d=l>239?4:l>223?3:l>191?2:1;if(i+d<=n)switch(d){case 1:l<128&&(u=l);break;case 2:128==(192&(o=e[i+1]))&&(c=(31&l)<<6|63&o)>127&&(u=c);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(c=(15&l)<<12|(63&o)<<6|63&a)>2047&&(c<55296||c>57343)&&(u=c);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(c=(15&l)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&c<1114112&&(u=c)}null===u?(u=65533,d=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),i+=d}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=c,t.SlowBuffer=function(e){+e!=e&&(e=0);return c.alloc(+e)},t.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=a(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,n){return l(null,e,t,n)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?s(e,t):void 0!==n?"string"==typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},c.allocUnsafe=function(e){return d(null,e)},c.allocUnsafeSlow=function(e){return d(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(e,t){if(!o(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=c.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var a=e[n];if(!c.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(r,i),i+=a.length}return r},c.byteLength=p,c.prototype._isBuffer=!0,c.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)v(this,t,t+1);return this},c.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)v(this,t,t+3),v(this,t+1,t+2);return this},c.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)v(this,t,t+7),v(this,t+1,t+6),v(this,t+2,t+5),v(this,t+3,t+4);return this},c.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?A(this,0,e):g.apply(this,arguments)},c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},c.prototype.compare=function(e,t,n,r,i){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),s=Math.min(o,a),l=this.slice(r,i),u=e.slice(t,n),d=0;d<s;++d)if(l[d]!==u[d]){o=l[d],a=u[d];break}return o<a?-1:a<o?1:0},c.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},c.prototype.indexOf=function(e,t,n){return m(this,e,t,n,!0)},c.prototype.lastIndexOf=function(e,t,n){return m(this,e,t,n,!1)},c.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return E(this,e,t,n);case"utf8":case"utf-8":return b(this,e,t,n);case"ascii":return w(this,e,t,n);case"latin1":case"binary":return T(this,e,t,n);case"base64":return _(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return S(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function C(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function k(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function O(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=F(e[o]);return i}function R(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function N(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function L(e,t,n,r,i,o){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function P(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function D(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function x(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function M(e,t,n,r,o){return o||x(e,0,n,4),i.write(e,t,n,r,23,4),n+4}function U(e,t,n,r,o){return o||x(e,0,n,8),i.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),c.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=c.prototype;else{var i=t-e;n=new c(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},c.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},c.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},c.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},c.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),i.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),i.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||L(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},c.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||L(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):P(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):P(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):D(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):D(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);L(this,e,t,n,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);L(this,e,t,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):P(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):P(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):D(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||L(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):D(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return M(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return M(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return U(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return U(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!c.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},c.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!c.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=c.isBuffer(e)?e:H(new c(e,r).toString()),s=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this};var B=/[^+\/0-9A-Za-z-_]/g;function F(e){return e<16?"0"+e.toString(16):e.toString(16)}function H(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function j(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(B,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function G(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}}).call(this,n(14))},25:function(e,t,n){"use strict";t.byteLength=function(e){var t=l(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,r=l(e),a=r[0],s=r[1],c=new o(function(e,t,n){return 3*(t+n)/4-n}(0,a,s)),u=0,d=s>0?a-4:a;for(n=0;n<d;n+=4)t=i[e.charCodeAt(n)]<<18|i[e.charCodeAt(n+1)]<<12|i[e.charCodeAt(n+2)]<<6|i[e.charCodeAt(n+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;2===s&&(t=i[e.charCodeAt(n)]<<2|i[e.charCodeAt(n+1)]>>4,c[u++]=255&t);1===s&&(t=i[e.charCodeAt(n)]<<10|i[e.charCodeAt(n+1)]<<4|i[e.charCodeAt(n+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t);return c},t.fromByteArray=function(e){for(var t,n=e.length,i=n%3,o=[],a=0,s=n-i;a<s;a+=16383)o.push(u(e,a,a+16383>s?s:a+16383));1===i?(t=e[n-1],o.push(r[t>>2]+r[t<<4&63]+"==")):2===i&&(t=(e[n-2]<<8)+e[n-1],o.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"="));return o.join("")};for(var r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,c=a.length;s<c;++s)r[s]=a[s],i[a.charCodeAt(s)]=s;function l(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function u(e,t,n){for(var i,o,a=[],s=t;s<n;s+=3)i=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),a.push(r[(o=i)>>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},26:function(e,t){
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
t.read=function(e,t,n,r,i){var o,a,s=8*i-r-1,c=(1<<s)-1,l=c>>1,u=-7,d=n?i-1:0,h=n?-1:1,f=e[t+d];for(d+=h,o=f&(1<<-u)-1,f>>=-u,u+=s;u>0;o=256*o+e[t+d],d+=h,u-=8);for(a=o&(1<<-u)-1,o>>=-u,u+=r;u>0;a=256*a+e[t+d],d+=h,u-=8);if(0===o)o=1-l;else{if(o===c)return a?NaN:1/0*(f?-1:1);a+=Math.pow(2,r),o-=l}return(f?-1:1)*a*Math.pow(2,o-r)},t.write=function(e,t,n,r,i,o){var a,s,c,l=8*o-i-1,u=(1<<l)-1,d=u>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=u):(a=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-a))<1&&(a--,c*=2),(t+=a+d>=1?h/c:h*Math.pow(2,1-d))*c>=2&&(a++,c/=2),a+d>=u?(s=0,a=u):a+d>=1?(s=(t*c-1)*Math.pow(2,i),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;e[n+f]=255&s,f+=p,s/=256,i-=8);for(a=a<<i|s,l+=i;l>0;e[n+f]=255&a,f+=p,a/=256,l-=8);e[n+f-p]|=128*g}},27:function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},4:function(e,t,n){"use strict";(function(e,r){function i(e,t){if(!e)return null;let n=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;for(;e&&!n.call(e,t);)e=e.parentElement;return e}function o(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{setTimeout(e)})}n.d(t,"a",(function(){return Bs})),n.d(t,"b",(function(){return wo})),n.d(t,"c",(function(){return rm})),n.d(t,"d",(function(){return Is})),n.d(t,"e",(function(){return Qo})),n.d(t,"f",(function(){return fu})),n.d(t,"g",(function(){return Uo})),n.d(t,"h",(function(){return T})),n.d(t,"i",(function(){return O})),n.d(t,"j",(function(){return z})),n.d(t,"k",(function(){return Pm}));class a{constructor(){this._unloadCallbacks=[],this._initEventListener()}_initEventListener(){window.addEventListener("beforeunload",e=>{for(let t=0;t<this._unloadCallbacks.length;t++){if(!1===this._unloadCallbacks[t].call(null,e))break}})}addUnloadCallback(e){e instanceof Function&&this._unloadCallbacks.push(e)}}const s=function(){let e;return{getInstance:function(){return e||(e=new a),e}}}();class c{constructor(){this._pagehideCallbacks=[],this._initEventListener()}_initEventListener(){window.addEventListener("pagehide",e=>{for(let t=0;t<this._pagehideCallbacks.length;t++)this._pagehideCallbacks[t].call(null,e)})}addPagehideCallback(e){e instanceof Function&&this._pagehideCallbacks.push(e)}}const l=function(){let e;return{getInstance:function(){return e||(e=new c),e}}}();function u(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function d(e){const t=e.getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,r=window.innerWidth||document.documentElement.clientWidth,i=t.top<=n&&t.top+t.height>=0,o=t.left<=r&&t.left+t.width>=0;return i&&o}function h(){let{scrollTop:e=scrollY,clientHeight:t=window.innerHeight,scrollHeight:n=document.body.scrollHeight}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2?arguments[2]:void 0;return i?e<=t*r:e>=n-(t+t*r)}function f(e,t,n){const r=new RegExp(`([\\?&])${n?t:encodeURIComponent(t)}=([^&#]*)`).exec(e);return r&&(n?r[2]:decodeURIComponent(r[2]))}function p(e,t){return g(e,"trk",t)}function g(e,t,n,r){if(!e||!t)throw new Error(`Required param of addQueryParam missing: url = ${e},  key = ${t}`);t=encodeURIComponent(t),n=encodeURIComponent(n);const i=f(e,t,!0);if(i)return r?e.replace(i,n):e;{const r=e.indexOf("?");let[i,o]=e.split("#"),a="&";return r<0?a="?":r===e.length-1&&(a=""),o&&(o="#"+o),`${i}${a}${t}=${n}${o||""}`}}function v(e,t,n){var r=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let i;return function(){for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];const c=()=>{i=null,n||e.apply(r,a)},l=n&&!i;clearTimeout(i),i=setTimeout(c,t),l&&e.apply(r,a)}}function m(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function y(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=document.createEvent("CustomEvent");r.initCustomEvent(t,!0,!0,n),e.dispatchEvent(r)}function E(){let e,t;const n=new Promise((n,r)=>{e=n,t=r});return n.resolve=e,n.reject=t,n}function b(e){return void 0!==e.msHidden?e.msHidden:void 0!==e.hidden?e.hidden:void 0}function w(e){return"string"!=typeof e?null:e.split("?")[0]}var T=Object.freeze({__proto__:null,closest:i,onload:o,UnloadHandler:s,PagehideHandler:l,makeArray:u,outerWidth:function(e){let t=e.offsetWidth,n=getComputedStyle(e);return t+=(parseInt(n.marginLeft,10)||0)+(parseInt(n.marginRight,10)||0),t},elementInViewport:d,hasElementScrolledToThreshold:h,getQueryParam:f,addTrackingCode:p,addQueryParam:g,debounce:v,getCookie:m,dispatchCustomEvent:y,getDeferredPromise:E,isDocumentHidden:b,stripQueryParams:w,getUrlWithQueryParamObject:function(e,t){if(!e||!t)return e;let n=e;for(const e of Object.keys(t))n=g(n,e,t[e],!0);return n},getQueryParameters:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location.href;const t={};if(e){const n=e.split("?")[1],r=n&&n.split("&");r&&r.forEach(e=>{const n=e.split("=");t[n[0]]=decodeURIComponent(n[1])})}return t},stripHtmlFromString:function(e){return null==e?void 0:e.replace(/(<([^>]+)>)/gi,"")},replaceNonBreakingSpaces:function(e){return e.replace(/\u00a0/gi," ")}});function _(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelector('meta[name="pageKey"]'),r=e.getElementById("config"),i=r&&"true"===r.dataset.disableJsbeaconPagekeySuffix;return n&&n.content?`${n.content}${i||t.skipSuffix?"":"_jsbeacon"}`:""}function S(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function I(){var e,t;const n=null===(e=window.atob(m("li_gp")))||void 0===e||null===(t=e.split(";")[2])||void 0===t?void 0:t[0];return!!n&&!parseInt(n)}function A(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function C(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function k(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}var O=Object.freeze({__proto__:null,getPageKey:_,getPageTag:S,getLiSugrCookie:function(){return m("li_sugr")},getGuestRetargetingOptOut:I,getLocale:A,getDomain:C,trimDoubleQuotes:k});const R={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},N={Down:R.ARROW_DOWN,Right:R.ARROW_RIGHT,Left:R.ARROW_LEFT,Up:R.ARROW_UP,Esc:R.ESCAPE,Spacebar:R.SPACEBAR,Tab:R.TAB};function L(e){return N[e]||e}let P,D;const x=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([disabled]):not([tabindex^="-"]):not([type="hidden"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])'],M=[...x,'[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");[...x,"[tabindex]:not([disabled])"].join(",");function U(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function B(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement,r=arguments.length>2?arguments[2]:void 0;return e===n?!U(e):r&&r.get(e)?r.get(e):(U(e)?t=!1:e.parentNode&&(t=B(e.parentNode,n,r)),r&&r.set(e,t),t)}const F={POLITE:"polite",ASSERTIVE:"assertive"};function H(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:F.POLITE,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4;P&&(P.removeAttribute("aria-hidden"),P.setAttribute("aria-live",t),P.textContent=e,clearTimeout(D),D=setTimeout(()=>{P.textContent=""},n))}class j{constructor(e){if(!e)throw new Error("An element must be passed in to Disable Background Navigation");this._container=e,this._hiddenElements=[]}disableBackground(){let e=this._container;for(;e&&e!==document.body&&e.parentElement;)this._hiddenElements=this._hiddenElements.concat([...e.parentElement.children].filter(t=>t!==e&&"true"!==t.getAttribute("aria-hidden")&&!t.classList.contains("top-level-modal-container")&&(t.setAttribute("aria-hidden",!0),!0))),e=e.parentElement}enableBackground(){this._hiddenElements.forEach(e=>{e.removeAttribute("aria-hidden")}),this._hiddenElements=[]}}const G=["class","disabled","style","tabindex","type"];class q{constructor(e){if(!e)throw new Error("FocusTrap: No focus trap container passed in");this._container=e,this._observer=new MutationObserver(()=>this._setFirstAndLastFocusableEls(this._container)),this._handleKeyDown=this._focusTrap.bind(this),this._backgroundNavigationDisabler=new j(this._container)}init(){this._observer.observe(this._container,{attributeFilter:G,attributes:!0,childList:!0,subtree:!0}),this._setFirstAndLastFocusableEls(this._container),this._container.addEventListener("keydown",this._handleKeyDown),this._backgroundNavigationDisabler.disableBackground()}tearDown(){this._observer.disconnect(),this._container.removeEventListener("keydown",this._handleKeyDown),this._backgroundNavigationDisabler.enableBackground()}_focusTrap(e){const{key:t,target:n}=e,r=L(t),i=r===R.TAB&&e.shiftKey;!i&&r===R.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):i&&n===this.firstFocusableEl&&(this.lastFocusableEl.focus(),e.preventDefault())}_setFirstAndLastFocusableEls(e){const[t,n]=this._getFirstAndLastFocusableEls(e);this.firstFocusableEl=t,this.lastFocusableEl=n,setTimeout(()=>{this._hasFocusBeenDropped()&&("-1"===e.getAttribute("tabindex")?e.focus():this.firstFocusableEl.focus())},100)}_hasFocusBeenDropped(){const e=document.activeElement;return!e||e===document.body}_getFirstAndLastFocusableEls(e){const t=[...e.querySelectorAll(M)],n=new Map;let r,i,o=0,a=t.length-1;for(;(!r||!i)&&o<=a;){if(!r){const i=t[o];r=B(i,e,n)&&i,o++}if(!i){const r=t[a];i=B(r,e,n)&&r,a--}}return i=i||r,[r,i]}}function z(e){let{method:t="GET",headers:n={},sendCookies:r=!0,skipCsrfToken:i=!1,postData:o,isPemEnabled:a=!1,pemDegradationTrackingMetadata:s=[],pemEntityIds:c=[]}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const l={method:t,headers:n,body:null};if(!i){const e=m("JSESSIONID");e&&(l.headers["Csrf-Token"]=k(e))}r&&(l.credentials="include"),"POST"!==l.method&&"PUT"!==l.method||(l.body=o);const u=fetch(e,l),d=u.then(n=>n.ok||304===n.status?n.text().then(e=>(n.responseText=e,n)):n.text().then(r=>{const i=new Error(`${t} request for ${e} has failed with status code ${n.status}`);return n.responseText=r,i.response=n,Promise.reject(i)}));return a&&(s.length?V(u,e,c,s):console.warn("Please set the value for the option pemDegradationTrackingMetadata when PEM is enabled.")),d}function V(e,t,n,r){try{window.tracking.then(i=>{window.pemTracking.then(o=>{o.trackFeatureDegradationsForFetch(t,n,r,e,i.state.currentPageInstance)})})}catch(e){}}var W="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{},K=(parseInt,"object"==typeof W&&W&&W.Object===Object&&W),X="object"==typeof self&&self&&self.Object===Object&&self;K||X||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const Y="light",Q="dark";function J(){const e=document.getElementById("config");let t;return e&&e.dataset&&(t=e.dataset.theme),t?document.documentElement.classList.contains("dark")?Q:Y:void 0}var $,Z=["transporterKeys"],ee=["breadcrumb"],te=["$type"],ne=["requestStart"],re=["requestTime","viewNames","requestType","requestTag"],ie=["requestStart"],oe=["requestStart"],ae=["requestTime","viewNames","requestType"];function se(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?se(Object(n),!0).forEach((function(t){Se(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):se(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function le(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(e){l=!0,i=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}(e,t)||ye(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ue(e,t,n){return t=he(t),function(e,t){if(t&&("object"===be(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return de(e)}(e,function(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return function(){return!!e}()}()?Reflect.construct(t,n||[],he(e).constructor):t.apply(e,n))}function de(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function he(e){return(he=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function fe(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&pe(e,t)}function pe(e,t){return(pe=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function ge(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function ve(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=ye(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,o=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function me(e){return function(e){if(Array.isArray(e))return Ee(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||ye(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ye(e,t){if(e){if("string"==typeof e)return Ee(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ee(e,t):void 0}}function Ee(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function be(e){return(be="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function we(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Te(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Ie(r.key),r)}}function _e(e,t,n){return t&&Te(e.prototype,t),n&&Te(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Se(e,t,n){return(t=Ie(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ie(e){var t=function(e,t){if("object"!=be(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=be(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==be(t)?t:String(t)}var Ae,Ce="unknown",ke=new Uint8Array(16);function Oe(){if(!Ae&&!(Ae="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Ae(ke)}var Re=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function Ne(e){return"string"==typeof e&&Re.test(e)}for(var Le=[],Pe=0;Pe<256;++Pe)Le.push((Pe+256).toString(16).slice(1));function De(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(Le[e[t+0]]+Le[e[t+1]]+Le[e[t+2]]+Le[e[t+3]]+"-"+Le[e[t+4]]+Le[e[t+5]]+"-"+Le[e[t+6]]+Le[e[t+7]]+"-"+Le[e[t+8]]+Le[e[t+9]]+"-"+Le[e[t+10]]+Le[e[t+11]]+Le[e[t+12]]+Le[e[t+13]]+Le[e[t+14]]+Le[e[t+15]]).toLowerCase()}function xe(e){if(!Ne(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}function Me(e,t,n){function r(e,r,i,o){var a;if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}(e)),"string"==typeof r&&(r=xe(r)),16!==(null===(a=r)||void 0===a?void 0:a.length))throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var s=new Uint8Array(16+e.length);if(s.set(r),s.set(e,r.length),(s=n(s))[6]=15&s[6]|t,s[8]=63&s[8]|128,i){o=o||0;for(var c=0;c<16;++c)i[o+c]=s[c];return i}return De(s)}try{r.name=e}catch(e){}return r.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",r.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",r}function Ue(e){return 14+(e+64>>>9<<4)+1}function Be(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function Fe(e,t,n,r,i,o){return Be((a=Be(Be(t,e),Be(r,o)))<<(s=i)|a>>>32-s,n);var a,s}function He(e,t,n,r,i,o,a){return Fe(t&n|~t&r,e,t,i,o,a)}function je(e,t,n,r,i,o,a){return Fe(t&r|n&~r,e,t,i,o,a)}function Ge(e,t,n,r,i,o,a){return Fe(t^n^r,e,t,i,o,a)}function qe(e,t,n,r,i,o,a){return Fe(n^(t|~r),e,t,i,o,a)}Me("v3",48,(function(e){if("string"==typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return function(e){for(var t=[],n=32*e.length,r="0123456789abcdef",i=0;i<n;i+=8){var o=e[i>>5]>>>i%32&255,a=parseInt(r.charAt(o>>>4&15)+r.charAt(15&o),16);t.push(a)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[Ue(t)-1]=t;for(var n=1732584193,r=-271733879,i=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,c=r,l=i,u=o;n=He(n,r,i,o,e[a],7,-680876936),o=He(o,n,r,i,e[a+1],12,-389564586),i=He(i,o,n,r,e[a+2],17,606105819),r=He(r,i,o,n,e[a+3],22,-1044525330),n=He(n,r,i,o,e[a+4],7,-176418897),o=He(o,n,r,i,e[a+5],12,1200080426),i=He(i,o,n,r,e[a+6],17,-1473231341),r=He(r,i,o,n,e[a+7],22,-45705983),n=He(n,r,i,o,e[a+8],7,1770035416),o=He(o,n,r,i,e[a+9],12,-1958414417),i=He(i,o,n,r,e[a+10],17,-42063),r=He(r,i,o,n,e[a+11],22,-1990404162),n=He(n,r,i,o,e[a+12],7,1804603682),o=He(o,n,r,i,e[a+13],12,-40341101),i=He(i,o,n,r,e[a+14],17,-1502002290),n=je(n,r=He(r,i,o,n,e[a+15],22,1236535329),i,o,e[a+1],5,-165796510),o=je(o,n,r,i,e[a+6],9,-1069501632),i=je(i,o,n,r,e[a+11],14,643717713),r=je(r,i,o,n,e[a],20,-373897302),n=je(n,r,i,o,e[a+5],5,-701558691),o=je(o,n,r,i,e[a+10],9,38016083),i=je(i,o,n,r,e[a+15],14,-660478335),r=je(r,i,o,n,e[a+4],20,-405537848),n=je(n,r,i,o,e[a+9],5,568446438),o=je(o,n,r,i,e[a+14],9,-1019803690),i=je(i,o,n,r,e[a+3],14,-187363961),r=je(r,i,o,n,e[a+8],20,1163531501),n=je(n,r,i,o,e[a+13],5,-1444681467),o=je(o,n,r,i,e[a+2],9,-51403784),i=je(i,o,n,r,e[a+7],14,1735328473),n=Ge(n,r=je(r,i,o,n,e[a+12],20,-1926607734),i,o,e[a+5],4,-378558),o=Ge(o,n,r,i,e[a+8],11,-2022574463),i=Ge(i,o,n,r,e[a+11],16,1839030562),r=Ge(r,i,o,n,e[a+14],23,-35309556),n=Ge(n,r,i,o,e[a+1],4,-1530992060),o=Ge(o,n,r,i,e[a+4],11,1272893353),i=Ge(i,o,n,r,e[a+7],16,-155497632),r=Ge(r,i,o,n,e[a+10],23,-1094730640),n=Ge(n,r,i,o,e[a+13],4,681279174),o=Ge(o,n,r,i,e[a],11,-358537222),i=Ge(i,o,n,r,e[a+3],16,-722521979),r=Ge(r,i,o,n,e[a+6],23,76029189),n=Ge(n,r,i,o,e[a+9],4,-640364487),o=Ge(o,n,r,i,e[a+12],11,-421815835),i=Ge(i,o,n,r,e[a+15],16,530742520),n=qe(n,r=Ge(r,i,o,n,e[a+2],23,-995338651),i,o,e[a],6,-198630844),o=qe(o,n,r,i,e[a+7],10,1126891415),i=qe(i,o,n,r,e[a+14],15,-1416354905),r=qe(r,i,o,n,e[a+5],21,-57434055),n=qe(n,r,i,o,e[a+12],6,1700485571),o=qe(o,n,r,i,e[a+3],10,-1894986606),i=qe(i,o,n,r,e[a+10],15,-1051523),r=qe(r,i,o,n,e[a+1],21,-2054922799),n=qe(n,r,i,o,e[a+8],6,1873313359),o=qe(o,n,r,i,e[a+15],10,-30611744),i=qe(i,o,n,r,e[a+6],15,-1560198380),r=qe(r,i,o,n,e[a+13],21,1309151649),n=qe(n,r,i,o,e[a+4],6,-145523070),o=qe(o,n,r,i,e[a+11],10,-1120210379),i=qe(i,o,n,r,e[a+2],15,718787259),r=qe(r,i,o,n,e[a+9],21,-343485551),n=Be(n,s),r=Be(r,c),i=Be(i,l),o=Be(o,u)}return[n,r,i,o]}(function(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(Ue(t)),r=0;r<t;r+=8)n[r>>5]|=(255&e[r/8])<<r%32;return n}(e),8*e.length))}));var ze={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Ve(e,t,n){if(ze.randomUUID&&!t&&!e)return ze.randomUUID();var r=(e=e||{}).random||(e.rng||Oe)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var i=0;i<16;++i)t[n+i]=r[i];return t}return De(r)}function We(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:case 3:return t^n^r;case 2:return t&n^t&r^n&r}}function Ke(e,t){return e<<t|e>>>32-t}Me("v5",80,(function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var r=unescape(encodeURIComponent(e));e=[];for(var i=0;i<r.length;++i)e.push(r.charCodeAt(i))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),c=0;c<a;++c){for(var l=new Uint32Array(16),u=0;u<16;++u)l[u]=e[64*c+4*u]<<24|e[64*c+4*u+1]<<16|e[64*c+4*u+2]<<8|e[64*c+4*u+3];s[c]=l}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),f=0;f<16;++f)h[f]=s[d][f];for(var p=16;p<80;++p)h[p]=Ke(h[p-3]^h[p-8]^h[p-14]^h[p-16],1);for(var g=n[0],v=n[1],m=n[2],y=n[3],E=n[4],b=0;b<80;++b){var w=Math.floor(b/20),T=Ke(g,5)+We(w,v,m,y)+E+t[w]+h[b]>>>0;E=y,y=m,m=Ke(v,30)>>>0,v=g,g=T}n[0]=n[0]+g>>>0,n[1]=n[1]+v>>>0,n[2]=n[2]+m>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+E>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}));var Xe=Uint8Array,Ye=Uint16Array,Qe=Uint32Array,Je=new Xe([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),$e=new Xe([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Ze=new Xe([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),et=function(e,t){for(var n=new Ye(31),r=0;r<31;++r)n[r]=t+=1<<e[r-1];var i=new Qe(n[30]);for(r=1;r<30;++r)for(var o=n[r];o<n[r+1];++o)i[o]=o-n[r]<<5|r;return[n,i]},tt=et(Je,2),nt=tt[0],rt=tt[1];nt[28]=258,rt[258]=28;for(var it=et($e,0)[1],ot=new Ye(32768),at=0;at<32768;++at){var st=(43690&at)>>>1|(21845&at)<<1;st=(61680&(st=(52428&st)>>>2|(13107&st)<<2))>>>4|(3855&st)<<4,ot[at]=((65280&st)>>>8|(255&st)<<8)>>>1}var ct=function(e,t,n){for(var r=e.length,i=0,o=new Ye(t);i<r;++i)e[i]&&++o[e[i]-1];var a,s=new Ye(t);for(i=0;i<t;++i)s[i]=s[i-1]+o[i-1]<<1;if(n){a=new Ye(1<<t);var c=15-t;for(i=0;i<r;++i)if(e[i])for(var l=i<<4|e[i],u=t-e[i],d=s[e[i]-1]++<<u,h=d|(1<<u)-1;d<=h;++d)a[ot[d]>>>c]=l}else for(a=new Ye(r),i=0;i<r;++i)e[i]&&(a[i]=ot[s[e[i]-1]++]>>>15-e[i]);return a},lt=new Xe(288);for(at=0;at<144;++at)lt[at]=8;for(at=144;at<256;++at)lt[at]=9;for(at=256;at<280;++at)lt[at]=7;for(at=280;at<288;++at)lt[at]=8;var ut=new Xe(32);for(at=0;at<32;++at)ut[at]=5;var dt=ct(lt,9,0),ht=ct(ut,5,0),ft=function(e){return(e+7)/8|0},pt=function(e,t,n){n<<=7&t;var r=t/8|0;e[r]|=n,e[r+1]|=n>>>8},gt=function(e,t,n){n<<=7&t;var r=t/8|0;e[r]|=n,e[r+1]|=n>>>8,e[r+2]|=n>>>16},vt=function(e,t){for(var n=[],r=0;r<e.length;++r)e[r]&&n.push({s:r,f:e[r]});var i=n.length,o=n.slice();if(!i)return[_t,0];if(1==i){var a=new Xe(n[0].s+1);return a[n[0].s]=1,[a,1]}n.sort((function(e,t){return e.f-t.f})),n.push({s:-1,f:25001});var s=n[0],c=n[1],l=0,u=1,d=2;for(n[0]={s:-1,f:s.f+c.f,l:s,r:c};u!=i-1;)s=n[n[l].f<n[d].f?l++:d++],c=n[l!=u&&n[l].f<n[d].f?l++:d++],n[u++]={s:-1,f:s.f+c.f,l:s,r:c};var h=o[0].s;for(r=1;r<i;++r)o[r].s>h&&(h=o[r].s);var f=new Ye(h+1),p=mt(n[u-1],f,0);if(p>t){r=0;var g=0,v=p-t,m=1<<v;for(o.sort((function(e,t){return f[t.s]-f[e.s]||e.f-t.f}));r<i;++r){var y=o[r].s;if(!(f[y]>t))break;g+=m-(1<<p-f[y]),f[y]=t}for(g>>>=v;g>0;){var E=o[r].s;f[E]<t?g-=1<<t-f[E]++-1:++r}for(;r>=0&&g;--r){var b=o[r].s;f[b]==t&&(--f[b],++g)}p=t}return[new Xe(f),p]},mt=function e(t,n,r){return-1==t.s?Math.max(e(t.l,n,r+1),e(t.r,n,r+1)):n[t.s]=r},yt=function(e){for(var t=e.length;t&&!e[--t];);for(var n=new Ye(++t),r=0,i=e[0],o=1,a=function(e){n[r++]=e},s=1;s<=t;++s)if(e[s]==i&&s!=t)++o;else{if(!i&&o>2){for(;o>138;o-=138)a(32754);o>2&&(a(o>10?o-11<<5|28690:o-3<<5|12305),o=0)}else if(o>3){for(a(i),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(i);o=1,i=e[s]}return[n.subarray(0,r),t]},Et=function(e,t){for(var n=0,r=0;r<t.length;++r)n+=e[r]*t[r];return n},bt=function(e,t,n){var r=n.length,i=ft(t+2);e[i]=255&r,e[i+1]=r>>>8,e[i+2]=255^e[i],e[i+3]=255^e[i+1];for(var o=0;o<r;++o)e[i+o+4]=n[o];return 8*(i+4+r)},wt=function(e,t,n,r,i,o,a,s,c,l,u){pt(t,u++,n),++i[256];for(var d=vt(i,15),h=d[0],f=d[1],p=vt(o,15),g=p[0],v=p[1],m=yt(h),y=m[0],E=m[1],b=yt(g),w=b[0],T=b[1],_=new Ye(19),S=0;S<y.length;++S)_[31&y[S]]++;for(S=0;S<w.length;++S)_[31&w[S]]++;for(var I=vt(_,7),A=I[0],C=I[1],k=19;k>4&&!A[Ze[k-1]];--k);var O,R,N,L,P=l+5<<3,D=Et(i,lt)+Et(o,ut)+a,x=Et(i,h)+Et(o,g)+a+14+3*k+Et(_,A)+(2*_[16]+3*_[17]+7*_[18]);if(P<=D&&P<=x)return bt(t,u,e.subarray(c,c+l));if(pt(t,u,1+(x<D)),u+=2,x<D){O=ct(h,f,0),R=h,N=ct(g,v,0),L=g;var M=ct(A,C,0);for(pt(t,u,E-257),pt(t,u+5,T-1),pt(t,u+10,k-4),u+=14,S=0;S<k;++S)pt(t,u+3*S,A[Ze[S]]);u+=3*k;for(var U=[y,w],B=0;B<2;++B){var F=U[B];for(S=0;S<F.length;++S){var H=31&F[S];pt(t,u,M[H]),u+=A[H],H>15&&(pt(t,u,F[S]>>>5&127),u+=F[S]>>>12)}}}else O=dt,R=lt,N=ht,L=ut;for(S=0;S<s;++S)if(r[S]>255){H=r[S]>>>18&31,gt(t,u,O[H+257]),u+=R[H+257],H>7&&(pt(t,u,r[S]>>>23&31),u+=Je[H]);var j=31&r[S];gt(t,u,N[j]),u+=L[j],j>3&&(gt(t,u,r[S]>>>5&8191),u+=$e[j])}else gt(t,u,O[r[S]]),u+=R[r[S]];return gt(t,u,O[256]),u+R[256]},Tt=new Qe([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),_t=new Xe(0),St=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var n=t,r=9;--r;)n=(1&n&&-306674912)^n>>>1;e[t]=n}return e}(),It=function(e,t,n,r,i){return function(e,t,n,r,i,o){var a=e.length,s=new Xe(r+a+5*(1+Math.ceil(a/7e3))+i),c=s.subarray(r,s.length-i),l=0;if(!t||a<8)for(var u=0;u<=a;u+=65535){var d=u+65535;d>=a&&(c[l>>3]=o),l=bt(c,l+1,e.subarray(u,d))}else{for(var h=Tt[t-1],f=h>>>13,p=8191&h,g=(1<<n)-1,v=new Ye(32768),m=new Ye(g+1),y=Math.ceil(n/3),E=2*y,b=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<E)&g},w=new Qe(25e3),T=new Ye(288),_=new Ye(32),S=0,I=0,A=(u=0,0),C=0,k=0;u<a;++u){var O=b(u),R=32767&u,N=m[O];if(v[R]=N,m[O]=R,C<=u){var L=a-u;if((S>7e3||A>24576)&&L>423){l=wt(e,c,0,w,T,_,I,A,k,u-k,l),A=S=I=0,k=u;for(var P=0;P<286;++P)T[P]=0;for(P=0;P<30;++P)_[P]=0}var D=2,x=0,M=p,U=R-N&32767;if(L>2&&O==b(u-U))for(var B=Math.min(f,L)-1,F=Math.min(32767,u),H=Math.min(258,L);U<=F&&--M&&R!=N;){if(e[u+D]==e[u+D-U]){for(var j=0;j<H&&e[u+j]==e[u+j-U];++j);if(j>D){if(D=j,x=U,j>B)break;var G=Math.min(U,j-2),q=0;for(P=0;P<G;++P){var z=u-U+P+32768&32767,V=z-v[z]+32768&32767;V>q&&(q=V,N=z)}}}U+=(R=N)-(N=v[R])+32768&32767}if(x){w[A++]=268435456|rt[D]<<18|it[x];var W=31&rt[D],K=31&it[x];I+=Je[W]+$e[K],++T[257+W],++_[K],C=u+D,++S}else w[A++]=e[u],++T[e[u]]}}l=wt(e,c,o,w,T,_,I,A,k,u-k,l),!o&&7&l&&(l=bt(c,l+1,_t))}return function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);var r=new(2==e.BYTES_PER_ELEMENT?Ye:4==e.BYTES_PER_ELEMENT?Qe:Xe)(n-t);return r.set(e.subarray(t,n)),r}(s,0,r+ft(l)+i)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,n,r,!i)},At=function(e,t,n){for(;n;++t)e[t]=n,n>>>=8},Ct="undefined"!=typeof TextDecoder&&new TextDecoder;try{Ct.decode(_t,{stream:!0})}catch(hi){}function kt(){return"undefined"!=typeof window&&"function"==typeof window.fetch}function Ot(){try{return kt()&&"keepalive"in new Request("")}catch(e){return!1}}function Rt(e){var t=e.body,n=e.keepalive,r=e.headers,i=e.compress;r["content-type"]||(r["content-type"]="text/plain;charset=UTF-8");var o=t;if(i&&"undefined"!=typeof TextEncoder)try{o=function(e,t){t||(t={});var n=function(){var e=-1;return{p:function(t){for(var n=e,r=0;r<t.length;++r)n=St[255&n^t[r]]^n>>>8;e=n},d:function(){return~e}}}(),r=e.length;n.p(e);var i=It(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),o=i.length;return function(e,t){var n=t.filename;if(e[0]=31,e[1]=139,e[2]=8,e[8]=t.level<2?4:9==t.level?2:0,e[9]=3,0!=t.mtime&&At(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),n){e[3]=8;for(var r=0;r<=n.length;++r)e[r+10]=n.charCodeAt(r)}}(i,t),At(i,o-8,n.d()),At(i,o-4,r),i}((new TextEncoder).encode(t)),r["content-encoding"]="gzip"}catch(e){}return{body:o,keepalive:n,credentials:"include",headers:r,method:"POST",mode:"cors"}}function Nt(e){return e&&"message"in e?e.message:"UNKNOWN_ERROR"}var Lt,Pt="undefined"!=typeof navigator&&"sendBeacon"in navigator,Dt=Ot()?function(e,t,n,r){return new Promise((function(i){fetch(e,Rt({body:t,keepalive:!0,headers:n,compress:r})).catch((function(){return fetch(e,Rt({body:t,keepalive:!1,headers:n,compress:r}))})).then((function(e){e.ok?i({type:"success",drop:!1,statusCode:e.status}):i({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return i({type:"network",drop:!0,rawError:Nt(e)})}))}))}:function(e,t,n,r){return new Promise((function(i){if(Pt){var o=!1;try{o=navigator.sendBeacon(e,t)}catch(e){}if(o)return void i({type:"unknown",drop:!1})}fetch(e,Rt({body:t,keepalive:!1,headers:n,compress:r})).then((function(e){e.ok?i({type:"success",drop:!1,statusCode:200}):i({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return i({type:"network",drop:!0,rawError:Nt(e)})}))}))};function xt(e){return new Promise((function(t,n){e.oncomplete=e.onsuccess=function(){return t(e.result)},e.onabort=e.onerror=function(){return n(e.error)}}))}function Mt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"key",r=arguments.length>3?arguments[3]:void 0,i=indexedDB.open(e);i.onupgradeneeded=function(){try{i.result.createObjectStore(t,{keyPath:n})}catch(e){null==r||r.onError(e)}};var o=new Promise((function(e,t){i.onsuccess=function(){var t=i.result;t.onversionchange=function(){return t.close()},e(t),null==r||r.onSuccess()},i.onerror=function(){t(i.error),null==r||r.onError(i.error)}}));return function(e,n){return o.then((function(r){return n(r.transaction(t,e).objectStore(t))}))}}function Ut(){return Lt||(Lt=Mt("idb-queue","default")),Lt}function Bt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=0,r=null;return e.openKeyCursor().onsuccess=function(){var i=this.result;i&&n++<t.batchEvictionNumber?(r=i.key,i.continue()):null!=r&&e.delete(IDBKeyRange.upperBound(r))},xt(e.transaction)}var Ft=!1;function Ht(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ut();return n("readwrite",(function(n){return n.put(e),xt(n.count()).then((function(e){if(!(e<=t.maxNumber))return Bt(n,t)}))})).catch((function(e){if(e&&"QuotaExceededError"===e.name)return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{maxNumber:1e3,batchEvictionNumber:300};return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ut())("readwrite",(function(t){return Bt(t,e)}))}(t,n)}))}function jt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ut();return Ft?Promise.resolve():Ht(e,t,n)}function Gt(e,t,n){return t("readonly",(function(t){var r=[];return t.openCursor(null,n).onsuccess=function(){var t=this.result;t&&(r.push(t.value),(e<0||r.length<e)&&t.continue())},xt(t.transaction).then((function(){return r}))}))}function qt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;return!t||n<1||(e[t]=JSON.stringify({attempt:n,errorCode:r})),e}function zt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.debug("[beacon-transporter] ",e())}function Vt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.error("[beacon-transporter] ",e())}function Wt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{timeRemaining:5,timeout:1e4};"undefined"==typeof requestIdleCallback?setTimeout(e,t.fallbackTimeout||10):function n(){requestIdleCallback((function(r){r.timeRemaining()>t.timeRemaining||r.didTimeout?e():n()}),{timeout:t.timeout})}()}var Kt=function(){function e(t){var n=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];we(this,e),Se(this,"config",void 0),Se(this,"compress",void 0),Se(this,"throttleControl",void 0),Se(this,"withStore",void 0),Se(this,"disablePersistence",!1),this.config=t,this.compress=r;var i,o,a,s=t.measureIDB;s&&performance.mark(s.createStartMark),this.withStore=Mt(t.idbName,"beacons","timestamp",{onSuccess:function(){s&&performance.measure(s.createSuccessMeasure,s.createStartMark)},onError:function(){s&&performance.measure(s.createFailMeasure,s.createStartMark),n.disablePersistence=!0}}),this.throttleControl=(i=this.replayEntries.bind(this),o=t.throttleWait,a=0,{throttledFn:function(){var e=Date.now();e-a>o&&(zt((function(){return"[throttle] Run fn() at "+String(e)})),i(),a=e)},resetThrottle:function(){a=0}})}return _e(e,[{key:"onNotify",value:function(){this.disablePersistence||this.throttleControl.throttledFn()}},{key:"push",value:function(e){var t=this;if(!this.disablePersistence){var n=function(){zt((function(){return"Persisting to DB "+e.url})),jt(e,t.config,t.withStore).then((function(){t.throttleControl.resetThrottle(),zt((function(){return"push completed"}))})).catch((function(){t.disablePersistence=!0,Vt((function(){return"push failed"}))}))};this.config.useIdle?Wt(n):n()}}},{key:"clear",value:function(){var e=this;return this.disablePersistence?Promise.resolve():function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ut();return Ft=!0,e("readwrite",(function(e){return e.clear(),xt(e.transaction).finally((function(){return Ft=!1}))}))}(this.withStore).catch((function(){e.disablePersistence=!0,Vt((function(){return"clear failed"}))}))}},{key:"peek",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return this.disablePersistence?Promise.resolve([]):function(){return Gt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ut(),"next")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,Vt((function(){return"peek failed"})),[]}))}},{key:"peekBack",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return this.disablePersistence?Promise.resolve([]):function(){return Gt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ut(),"prev")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,Vt((function(){return"peekBack failed"})),[]}))}},{key:"replayEntries",value:function(){var e=this;if(!this.disablePersistence){var t=function(){zt((function(){return"Replaying entry: shift from store"})),function(){return function(e,t,n){return t("readwrite",(function(t){var n=[];return t.openCursor(null,"next").onsuccess=function(){var t=this.result;t&&(n.push(t.value),t.delete(),(e<0||n.length<e)&&t.continue())},xt(t.transaction).then((function(){return n}))}))}(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ut())}(1,e.withStore).then((function(t){if(t.length>0){var n,r,i=t[0],o=i.url,a=i.body,s=i.headers,c=i.timestamp,l=i.statusCode,u=i.attemptCount;return zt((function(){return"header: ".concat(String(e.config.headerName),"; attemptCount: ").concat(u)})),null===(n=(r=e.config).onBeforeRetry)||void 0===n||n.call(r,a),Dt(o,a,qt(s,e.config.headerName,u,l),e.compress).then((function(t){if("unknown"===t.type||"success"===t.type){var n,r;null===(n=(r=e.config).onResult)||void 0===n||n.call(r,t,a),e.replayEntries()}else{var i,s,d,h,f,p;if(u+1>e.config.attemptLimit)return zt((function(){return"Exceeded attempt count, dropping the entry: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),t.drop=!0,void(null===(i=(s=e.config).onResult)||void 0===i||i.call(s,t,a));if("network"===t.type||e.config.statusCodes.includes(t.statusCode))return t.drop=!1,null===(d=(h=e.config).onResult)||void 0===d||d.call(h,t,a),zt((function(){return"Replaying the entry failed, pushing back to IDB: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),jt({url:o,body:a,timestamp:c,statusCode:l,attemptCount:u+1},e.config,e.withStore);t.drop=!0,null===(f=(p=e.config).onResult)||void 0===f||f.call(p,t,a)}}))}})).catch((function(t){e.disablePersistence=!0,t&&t.message&&Vt((function(){return"Replay entry failed: ".concat(t.message)}))}))};this.config.useIdle?Wt(t):t()}}}]),e}(),Xt=function(){function e(){we(this,e)}return _e(e,[{key:"onNotify",value:function(){}},{key:"push",value:function(){}},{key:"clear",value:function(){return Promise.resolve()}},{key:"peek",value:function(){return Promise.resolve([])}},{key:"peekBack",value:function(){return Promise.resolve([])}}]),e}(),Yt=function(){function e(t,n){we(this,e),Se(this,"queue",void 0),Se(this,"beaconListeners",new Set),this.queue=e.hasSupport&&!n.disablePersistenceRetry?new Kt(t,n.compress):new Xt}return _e(e,[{key:"pushToQueue",value:function(e){this.queue.push(e)}},{key:"notifyQueue",value:function(){this.queue.onNotify()}},{key:"clearQueue",value:function(){return this.beaconListeners.forEach((function(e){return e()})),this.queue.clear()}},{key:"peekQueue",value:function(e){return this.queue.peek(e)}},{key:"peekBackQueue",value:function(e){return this.queue.peekBack(e)}},{key:"onClear",value:function(e){this.beaconListeners.add(e)}},{key:"removeOnClear",value:function(e){this.beaconListeners.delete(e)}}]),e}();Se(Yt,"hasSupport","undefined"!=typeof globalThis&&!!globalThis.indexedDB);var Qt=[502,504],Jt=[429,503],$t=function(){function e(t,n,r,i){var o=this,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];we(this,e),Se(this,"url",void 0),Se(this,"body",void 0),Se(this,"config",void 0),Se(this,"persistenceConfig",void 0),Se(this,"compress",void 0),Se(this,"timestamp",void 0),Se(this,"isClearQueuePending",!1),Se(this,"onClearCallback",void 0),this.url=t,this.body=n,this.config=r,this.persistenceConfig=i,this.compress=a,this.timestamp=Date.now(),this.onClearCallback=function(){return o.isClearQueuePending=!0}}return _e(e,[{key:"send",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.persistenceConfig.db.onClear(this.onClearCallback);var n=this.retryLimit;return this.retry((function(t){return Dt(e.url,e.body,t,e.compress)}),n,t).finally((function(){zt((function(){return"beacon finished"})),e.persistenceConfig.db.removeOnClear(e.onClearCallback)}))}},{key:"retryLimit",get:function(){return this.config.attemptLimit}},{key:"getAttemptCount",value:function(e){return this.retryLimit-e+1}},{key:"retry",value:function(e,t,n,r){var i=this,o=this.getAttemptCount(t)-1;return e(qt(n,this.config.headerName,o,r)).then((function(r){var o,a,s,c;if(r.drop=!1,"unknown"===r.type||"success"===r.type)i.isClearQueuePending||i.persistenceConfig.disabled||i.persistenceConfig.db.notifyQueue(),s=r;else if(zt((function(){return"retry rejected "+JSON.stringify(r)})),i.shouldPersist(t,r))i.persistenceConfig.db.pushToQueue({url:i.url,body:i.body,headers:n,statusCode:r.statusCode,timestamp:i.timestamp,attemptCount:i.getAttemptCount(t)}),s={type:"persisted",drop:!1,statusCode:r.statusCode};else{if(t>0&&i.isRetryableError(r)){var l,u;null===(l=(u=i.config).onIntermediateResult)||void 0===l||l.call(u,r,i.body);var d=i.config.calculateRetryDelay(i.getAttemptCount(t),t);return zt((function(){return"in memory retry in ".concat(d,"ms")})),(c=d,new Promise((function(e){return setTimeout(e,c)}))).then((function(){return i.retry(e,t-1,n,r.statusCode)}))}(s=r).drop=!0}return null===(o=(a=i.config).onIntermediateResult)||void 0===o||o.call(a,s,i.body),s}))}},{key:"isRetryableError",value:function(e){return!("network"!==e.type&&!this.config.statusCodes.includes(e.statusCode))}},{key:"shouldPersist",value:function(e,t){return!(this.isClearQueuePending||this.persistenceConfig.disabled||navigator.onLine&&(0!==e||"network"!==t.type)&&("response"!==t.type||!this.persistenceConfig.statusCodes.includes(t.statusCode)))}}]),e}(),Zt="internal:hide",en="internal:error";function tn(e,t,n){var r=e.get(t);r&&r.push(n)||e.set(t,[n])}function nn(e,t,n){var r=e.get(t);r&&r.splice(r.indexOf(n)>>>0,1)}var rn,on,an=(rn=new Map,on=new Map,{on:function(e,t){tn(rn,e,t)},before:function(e,t){tn(on,e,t)},off:function(e,t){nn(rn,e,t)},offBefore:function(e,t){nn(on,e,t)},emit:function(e,t){(on.get(e)||[]).concat(rn.get(e)||[]).slice().map((function(e){e(t)}))},clear:function(){on.clear(),rn.clear()}});if("undefined"!=typeof document&&"undefined"!=typeof window){var sn=function(e){"pagehide"!==e.type&&"hidden"!==document.visibilityState||an.emit(Zt,e)};document.addEventListener("visibilitychange",sn),window.addEventListener("pagehide",sn)}var cn=null;if("undefined"==typeof crypto||!crypto.getRandomValues){var ln=("undefined"!=typeof FastBoot?FastBoot.require:require)("crypto");if(ln){var un=new Uint8Array(256),dn=un.length;cn={rng:function(){return dn>un.length-16&&(ln.randomFillSync(un),dn=0),un.slice(dn,dn+=16)}}}}"object"===("undefined"==typeof crypto?"undefined":be(crypto))&&crypto.randomUUID;function hn(){return Ve(cn,new Array(16),0)}function fn(e){return me(e).map((function(e){return String.fromCharCode(e)})).join("")}function pn(){return fn(hn())}var gn=/^[a-zA-Z0-9/+]+[=]+$/;function vn(e,t){return{pageUrn:yn(e),trackingId:t||function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r=[],i=0,o=e.length,a=o%3,s=o-a;i<s;)t=e[i]<<16,t|=e[i+1]<<8,t|=e[i+2],r.push(n.charAt(t>>>18&63)),r.push(n.charAt(t>>>12&63)),r.push(n.charAt(t>>>6&63)),r.push(n.charAt(63&t)),i+=3;switch(a){case 2:t=e[i]<<16,t|=e[i+1]<<8,r.push(n.charAt(t>>>18&63)),r.push(n.charAt(t>>>12&63)),r.push(n.charAt(t>>>6&63)),r.push("=");break;case 1:t=e[i]<<16,r.push(n.charAt(t>>>18&63)),r.push(n.charAt(t>>>12&63)),r.push("="),r.push("=")}return r.join("")}(hn())}}function mn(e,t){return"urn:li:control:".concat(e,"-").concat(t)}function yn(e){return"urn:li:page:".concat(e)}function En(e,t){return{pageInstance:t.assign({},e.pageInstance),pageKey:e.pageKey,applicationInstance:e.applicationInstance}}function bn(e,t){return void 0!==t.allSettled?t.allSettled(e):function(e){return new Promise((function(t){var n=new Set,r=function(e){n.delete(e),0===n.size&&t()};0===e.length?t():e.map((function(e){return e.then((function(){return r(e)})).catch((function(){return r(e)}))}))}))}(e)}function wn(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Tn(e,t,n){if("undefined"!=typeof window&&window.indexedDB){var r,i="sequenceNumber";try{r=window.indexedDB.open(i)}catch(e){return Promise.resolve(null)}return new Promise((function(o,a){r.onupgradeneeded=function(){var e=r.result;e.objectStoreNames.contains(i)||e.createObjectStore(i,{autoIncrement:!0})},r.onsuccess=function(){var s=r.result,c=s.transaction(i,"readwrite"),l=c.objectStore(i),u=l.get(1);u.onsuccess=function(){var r=u.result;if(r){if("read"===e)return o(r);if("update"!==e)return o(null);var i,s=Object.assign({},r),c=!1,d=null!==(i=s.sequenceNumber)&&void 0!==i?i:0;if(void 0!==t&&t>d&&(s.sequenceNumber=t,c=!0),n&&Object.keys(n).forEach((function(e){var t,r=null!==(t=s[e])&&void 0!==t?t:0,i=n[e];i>r&&(s[e]=i,c=!0)})),c){var h=l.put(s,1);h.onsuccess=function(){return o(null)},h.onerror=function(){a(h.error)}}}else{var f={sequenceNumber:0};n&&Object.keys(n).forEach((function(e){f[e]=0}));var p=l.add(f);p.onsuccess=function(){return o(0)},p.onerror=function(){a(p.error)}}},u.onerror=function(){return s.close(),a(new Error("Error: get sequence number from indexedDB ".concat(String(u.error))))},c.oncomplete=function(){return s.close()}},r.onerror=function(){return o(null)}}))}return Promise.resolve(null)}function _n(){return"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1||!kt()||"undefined"==typeof Promise}function Sn(e,t,n,r){var i=["core-web-tracking:".concat(e)];null==r||r.forEach((function(e){return i.push(e)})),an.emit(en,{tags:i,reason:t instanceof Error?t:new Error("".concat(e,": ").concat(t)),responseHeaders:n})}function In(e){var t=window.structuredClone;return t?t(e):JSON.parse(JSON.stringify(e))}var An=function(){function e(t){we(this,e),Se(this,"heap",void 0),Se(this,"comparator",void 0),this.comparator=t,this.heap=[]}return _e(e,[{key:"heapsize",value:function(){return this.heap.length}},{key:"peak",value:function(){return this.heap[0]}},{key:"heapArray",get:function(){return this.heap}},{key:"heapClear",value:function(){var e=me(this.heap);return this.heap=[],e}},{key:"heappop",value:function(){var e=this.heap.length,t=[this.heap[e-1],this.heap[0]];this.heap[0]=t[0],this.heap[e-1]=t[1];for(var n=this.heap.pop(),r=0;2*r+1<this.heap.length;){var i=2*r+1,o=2*r+2,a=o<this.heap.length&&this.comparator(this.heap[o],this.heap[i])?o:i;if(!this.comparator(this.heap[a],this.heap[r]))break;var s=[this.heap[r],this.heap[a]];this.heap[a]=s[0],this.heap[r]=s[1],r=a}return n}},{key:"heapPush",value:function(e){this.heap.push(e);for(var t=this.heap.length-1;t>0;){var n=Math.floor((t-1)/2);if(!this.comparator(this.heap[t],this.heap[n]))break;var r=[this.heap[n],this.heap[t]];this.heap[t]=r[0],this.heap[n]=r[1],t=n}}}]),e}();var Cn=function(e){if(!On(e))return[];for(var t=[],n=0,r=Object.keys(e);n<r.length;n++){var i=r[n];"default"!==i&&t.push(i)}return t},kn=function(e,t){var n={},r=[];if(0===e.length)return[n,e];if(0===t.length)return[n,e];var i,o=ve(e);try{for(o.s();!(i=o.n()).done;){var a=i.value,s=a.transporterKeys,c=ge(a,Z);if(s&&s.length>0){var l,u=ve(s);try{for(u.s();!(l=u.n()).done;){var d,h=l.value;t.includes(h)?(null!==(d=n[h])&&void 0!==d||(n[h]=[]),n[h].push(c)):r.push(c)}}catch(e){u.e(e)}finally{u.f()}}else r.push(c)}}catch(e){o.e(e)}finally{o.f()}return[n,r]};var On=function(e){return e&&void 0!==e&&Object.keys(e).length>0},Rn=function(e,t){return(e.endsWith("/")?e:"".concat(e,"/"))+(t.startsWith("/")?t.slice(1):t)},Nn="beacons";function Ln(){if("undefined"==typeof Promise||"undefined"==typeof navigator)return!1;var e=navigator.userAgent.indexOf("Chrome")>-1,t=navigator.cookieEnabled,n=navigator.storage;return e&&Ot()&&t&&n}function Pn(e,t,n,r,i){"control"!==r&&e.retryConfig&&Ln()&&navigator.storage.estimate().then((function(o){if(!((o.quota||0)-(o.usage||0)>52428800))return function(e){var t=window.indexedDB.deleteDatabase(e);return new Promise((function(e,n){t.onsuccess=function(){return e()},t.onerror=function(){return n(t.error)}}))}(Nn);var a,s,c=null!==(a=e.retryConfig.inMemory)&&void 0!==a?a:{attemptLimit:4,statusCodes:[502,504]},l=null!==(s=e.retryConfig.persist)&&void 0!==s?s:{attemptLimit:3,statusCodes:[429,503],maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},u={compress:n,inMemoryRetry:{onIntermediateResult:null==i?void 0:i.onIntermediateResult,attemptLimit:c.attemptLimit,statusCodes:c.statusCodes,headerName:"x-li-retry-context",calculateRetryDelay:function(e){return function(e){return 1e3*Math.pow(2,e)}(e)}},disablePersistenceRetry:e.retryConfig.disablePersistence,persistenceRetry:{onBeforeRetry:null==i?void 0:i.onBeforeRetry,onResult:null==i?void 0:i.onResult,idbName:Nn,attemptLimit:l.attemptLimit,statusCodes:l.statusCodes,maxNumber:l.maxNumber,batchEvictionNumber:l.batchEvictionNumber,throttleWait:l.throttleWait,useIdle:!0,measureIDB:{createStartMark:"idb_open_start",createSuccessMeasure:"idb_open_success_phase",createFailMeasure:"idb_open_fail_phase"}}},d=function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Boolean(t.compress),r=Object.assign({attemptLimit:0,statusCodes:Qt,calculateRetryDelay:function(e,t){return 2e3*t}},t.inMemoryRetry);if(t.retryDB)e=t.retryDB;else{var i=Object.assign({idbName:"beacon-transporter",attemptLimit:3,statusCodes:Jt,maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},t.persistenceRetry);i.headerName=i.headerName||r.headerName,e=new Yt(i,{compress:t.compress,disablePersistenceRetry:t.disablePersistenceRetry})}return{beacon:function(i,o,a){var s;return kt()?new $t(i,o,r,{db:e,disabled:Boolean(t.disablePersistenceRetry),statusCodes:(null===(s=t.persistenceRetry)||void 0===s?void 0:s.statusCodes)||Jt},n).send(a):Promise.resolve({type:"unknown",drop:!0})},database:e}}(u),h=d.beacon,f=d.database;return e.retryBeacon={shouldRetry:!0,beacon:h,database:f},"enabled"===r?(e.retryBeacon.shouldRetry=!1,!u.disablePersistenceRetry&&t.shouldAnonymizeMemberId()?f.peekQueue(1).then((function(e){if(Array.isArray(e)&&e[0]){var t=JSON.parse(e[0].body);if(Array.isArray(t)&&t.some((function(e){return!e.eventInfo.shouldAnonymizeMemberId})))return f.clearQueue()}}),(function(){return f.clearQueue()})).then((function(){e.retryBeacon.shouldRetry=!0})).catch((function(e){Sn("retry:idb",e)})):(e.retryBeacon.shouldRetry=!0,Promise.resolve())):void 0})).catch((function(e){Sn("retry:setup",e)}))}var Dn=function(){function e(t){we(this,e),Se(this,"host",void 0),this.host=t}return _e(e,[{key:"checkAndEnablePersistentRetry",value:function(e,t){if("function"==typeof(null==e?void 0:e.shouldAnonymizeMemberId)&&!this.host.retryBeacon){var n=this.getRetryTreatment();this.host.retryConfig&&Pn(this.host,e,this.shouldCompressPayload(),n,t)}}},{key:"clearPersistedEventsOnLogout",value:function(){var e=this.host.retryBeacon;if(e&&e.shouldRetry)return e.shouldRetry=!1,e.database.clearQueue().catch((function(e){Sn("retry:logout",e)}))}},{key:"sendPayload",value:function(e,t,n,r){var i,o=this.getRetryTreatment();Ot()&&"control"!==o&&null!==(i=this.host.retryBeacon)&&void 0!==i&&i.shouldRetry?this.sendPayloadWithRetry(e,t,n):this.sendPayloadFireForget(e,t,n,r)}},{key:"sendPayloadWithRetry",value:function(e,t,n){(!Array.isArray(t)||t.length>0)&&this.host.retryBeacon.beacon(e,JSON.stringify(t),n).catch((function(e){Sn("retry:beacon",e)}))}},{key:"sendPayloadFireForget",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;(!Array.isArray(t)||t.length>0)&&(_n()?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("undefined"!=typeof window&&void 0!==window.XMLHttpRequest){var r=new XMLHttpRequest;if(r.open("POST",e,!0),r.withCredentials=!0,n.headers)for(var i=0,o=Object.keys(n.headers);i<o.length;i++){var a=o[i];r.setRequestHeader(a,n.headers[a])}r.send(t)}}(e,JSON.stringify(t),{headers:n}):Dt(e,JSON.stringify(t),n,this.shouldCompressPayload()).then((function(e){null==r||r.onResult(e,t)}),(function(){})))}},{key:"getRetryTreatment",value:function(){var e,t,n;if(!this.host.retryConfig)return"control";var r=this.host.retryConfig.lixKey;return r?null!==(e=null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,r))&&void 0!==e?e:"control":"enabled"}},{key:"shouldCompressPayload",value:function(){return!0!==this.host.disableCompression}},{key:"isBrowserPersistentRetryEnabled",value:function(){var e,t;return"control"!==this.getRetryTreatment()&&null!==(e=null===(t=this.host.retryBeacon)||void 0===t?void 0:t.shouldRetry)&&void 0!==e&&e&&Ln()&&"undefined"!=typeof globalThis&&!!globalThis.indexedDB}}]),e}(),xn="undefined"!=typeof window&&"undefined"!=typeof document,Mn=/JSESSIONID="?([^";]+)"?/,Un="",Bn=0;function Fn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.cacheLifeSpan,n=void 0===t?1e4:t,r=e.regex,i=void 0===r?Mn:r;if(!Un||Date.now()-Bn>n){var o=xn&&document.cookie.match(i);Un=o&&o[1]||"",Bn=Date.now()}return Un}var Hn={prod:{pattern:new RegExp(/https: \/\/www.linkedin.com\/.+|https:\/\/www.linkedin.com\/li\/track$/),monitorEndpoint:"https://www.linkedin.com/trackingMonitoring/?action=reportClientFailures"},ei:{pattern:new RegExp(/https: \/\/www.linkedin-ei.com\/.+|https:\/\/www.linkedin-ei.com\/li\/track$/),monitorEndpoint:"https://www.linkedin-ei.com/trackingMonitoring/?action=reportClientFailures"},eiValidate:{pattern:new RegExp(/https:\/\/www\.linkedin-ei\.com\/.+\/validate$/),monitorEndpoint:"https://www.linkedin-ei.com/trackingMonitoring/?action=reportClientFailures"}},jn=function(){function e(t){we(this,e),Se(this,"networkTransporter",void 0),Se(this,"inactive",void 0),Se(this,"mpName",void 0),Se(this,"endpoint",void 0),Se(this,"debug",void 0),this.networkTransporter=new Dn(t),this.mpName=t.appId,this.inactive=t.inactive;var n=function(e){var t,n=!1;return Hn.prod.pattern.test(e)?t=Hn.prod.monitorEndpoint:Hn.eiValidate.pattern.test(e)?(n=!0,t=Hn.eiValidate.monitorEndpoint):Hn.ei.pattern.test(e)?t=Hn.ei.monitorEndpoint:(t=Hn.ei.monitorEndpoint,n=!0),{endpoint:t,debug:n}}(t.endpoint);this.endpoint=n.endpoint,this.debug=n.debug}return _e(e,[{key:"fireFragment",value:function(e){var t;if(!this.inactive){var n={"content-type":"application/json; charset=UTF-8","x-li-track":JSON.stringify({mpName:this.mpName}),"csrf-token":Fn(),"x-restli-protocol-version":"2.0.0"},r=[],i=null!==(t=null==e?void 0:e.stats)&&void 0!==t?t:{},o=i.failures,a=i.previousInstanceEventStats.reduce((function(e,t){return e.push.apply(e,me(t.failures)),e}),[]);[].concat(me(o),me(a)).forEach((function(e){var t=e.reason,n=e.rawError,i=e.eventTopic,o=e.header,a=e.requestHeader;r.push({reason:t,rawError:n,failedTopicName:i,header:o,requestHeader:a})}));var s={clientTrackingFailures:r,debug:this.debug};this.networkTransporter.sendPayload(this.endpoint,s,n)}}}]),e}();function Gn(e){return"string"==typeof e}function qn(e){return Gn(e)?e:e.topicName||e.eventName}function zn(e){return Gn(e)?e:e.eventName}var Vn,Wn,Kn=function(){function e(t){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};we(this,e),Se(this,"host",void 0),Se(this,"cmoTransporter",void 0),Se(this,"clientMonitoringInstanceId",pn()),Se(this,"currentContext",{pageKey:Ce,pageInstance:vn(Ce)}),Se(this,"appState",{}),Se(this,"estimatedFragmentSize",0),Se(this,"fragmentSizeLimit",void 0),Se(this,"activeFragmentEvent",void 0),Se(this,"debounceTimer",void 0),this.host=t,this.cmoTransporter=r.cmoTransporter||new jn(t),this.fragmentSizeLimit=(null===(n=t.clientMonitoringConfig)||void 0===n?void 0:n.fragmentSizeLimit)||10240,this.activeFragmentEvent=Yn(this.clientMonitoringInstanceId,0,0,!1,this.getEventHeaders())}return _e(e,[{key:"getCurrentInstanceId",value:function(){return this.clientMonitoringInstanceId}},{key:"scheduleDebouncedFiring",value:function(){var e,t,n=this;void 0!==this.debounceTimer&&(clearTimeout(this.debounceTimer),this.debounceTimer=void 0),this.fragmentIsFull()&&this.fireFragmentEventIfFull(!0),this.debounceTimer=setTimeout((function(){n.fireFragmentEventIfFull()}),null!==(e=null===(t=this.host.batching)||void 0===t?void 0:t.debounceTime)&&void 0!==e?e:1)}},{key:"logEventGenerated",value:function(e){this.scheduleDebouncedFiring();var t=this.activeFragmentEvent.stats,n=this.activeFragmentEvent.firstEventNumber+t.eventsGenerated;return t.eventTopics.push(e),t.eventsGenerated++,this.estimatedFragmentSize+=e.length,n}},{key:"logEventReadyToSend",value:function(e){this.activeFragmentEvent.stats.eventsReadyToSend+=e}},{key:"logEventSent",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getCurrentInstanceId();t===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.eventsSent+=e:this.findPreviousInstanceStat(t,(function(t){t.eventsSent+=e}))}},{key:"logNetworkResponseCode",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getCurrentInstanceId(),n=this.activeFragmentEvent.stats.networkResponseStats;t!==this.getCurrentInstanceId()&&this.findPreviousInstanceStat(t,(function(e){n=e.networkResponseStats})),e>=200&&e<300?n.eventsWith2XXResponse++:400===e?n.eventsWith400Response++:408===e?n.eventsWith408Response++:429===e?n.eventsWith429Response++:e>400&&e<500?n.eventsWith4XXResponse++:500===e?n.eventsWith500Response++:502===e?n.eventsWith502Response++:503===e?n.eventsWith503Response++:504===e?n.eventsWith504Response++:e>500&&e<600&&n.eventsWith5XXResponse++}},{key:"findPreviousInstanceStat",value:function(e,t){var n,r=ve(this.activeFragmentEvent.stats.previousInstanceEventStats);try{for(r.s();!(n=r.n()).done;){var i=n.value;if(i.instanceId===e)return void t(i)}}catch(e){r.e(e)}finally{r.f()}var o=this.getEventHeaders(),a=o.header,s=o.requestHeader,c={header:Object.assign(a,{memberId:-1}),requestHeader:s,instanceId:e,eventsSent:0,eventTopics:[],networkResponseStats:{eventsWith2XXResponse:0,eventsWith400Response:0,eventsWith408Response:0,eventsWith429Response:0,eventsWith4XXResponse:0,eventsWith500Response:0,eventsWith502Response:0,eventsWith503Response:0,eventsWith504Response:0,eventsWith5XXResponse:0},failures:[]};t(c),this.activeFragmentEvent.stats.previousInstanceEventStats.push(c)}},{key:"logFailedEvent",value:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.getCurrentInstanceId(),o=this.getEventHeaders(),a=o.header,s=o.requestHeader,c={header:Object.assign(a,{memberId:-1}),requestHeader:s,instanceId:i,instanceEventNumber:r,reason:e,rawError:n,eventName:zn(t),eventTopic:qn(t)};this.estimatedFragmentSize+=JSON.stringify(c).length,i===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.failures.push(c):this.findPreviousInstanceStat(i,(function(e){e.failures.push(c)})),this.fireFragmentEventIfFull()}},{key:"flush",value:function(){this.activeFragmentEvent.isLastFragment=!0,this.fireFragmentEventIfFull(!0)}},{key:"fragmentIsFull",value:function(){return this.activeFragmentEvent.stats.eventsGenerated>=100||this.estimatedFragmentSize>=this.fragmentSizeLimit}},{key:"fireFragmentEventIfFull",value:function(){if(arguments.length>0&&void 0!==arguments[0]&&arguments[0]||this.fragmentIsFull()){this.debounceTimer=void 0;var e=this.getEventHeaders(),t=e.header,n=e.requestHeader,r=this.activeFragmentEvent;r.header=t,r.requestHeader=n,this.cmoTransporter.fireFragment(r),this.estimatedFragmentSize=0,this.activeFragmentEvent=Yn(this.clientMonitoringInstanceId,r.fragmentNumber+1,r.firstEventNumber+r.stats.eventsGenerated,!1,e)}}},{key:"setCurrentContext",value:function(e){this.currentContext=e}},{key:"updateAppState",value:function(e){this.host.api.assign(this.appState,e)}},{key:"getEventHeaders",value:function(){var e=void 0;this.appState.clientApplicationInstance&&((e=this.appState.clientApplicationInstance).trackingId=Qn(e.trackingId));var t=this.currentContext.pageInstance;return t.trackingId=Qn(t.trackingId),{requestHeader:{interfaceLocale:this.host.locale,pageKey:this.currentContext.pageKey,path:this.host.api.location.pathname+this.host.api.location.search,referer:this.host.api.document.referrer},header:{applicationViewerUrn:this.appState.applicationViewerUrn,clientApplicationInstance:e,pageInstance:t,time:Date.now(),version:this.host.appVersion,server:"",service:"",guid:pn(),memberId:0}}}}]),e}();function Xn(e){return Vn||(Vn=new Kn(e)),{getCurrentInstanceId:function(){return Vn.getCurrentInstanceId()},logEventGenerated:function(e){return Vn.logEventGenerated(e)},logEventReadyToSend:function(e){Vn.logEventReadyToSend(e)},logEventSent:function(e){Vn.logEventSent(e)},logPersistedEventSent:function(e,t){Vn.logEventSent(t,e)},logNetworkResponseCode:function(e){Vn.logNetworkResponseCode(e)},logPersistedNetworkResponseCode:function(e,t){var n;null===(n=Vn)||void 0===n||n.logNetworkResponseCode(t,e)},logFailedEvent:function(e,t,n,r){Vn.logFailedEvent(e,t,n,r)},logPersistedFailedEvent:function(e,t,n,r,i){Vn.logFailedEvent(t,n,r,i,e)},flush:function(){Vn.flush()},destroy:function(){Vn=void 0},isDestroyed:function(){return void 0===Vn},setCurrentContext:function(e){Vn.setCurrentContext(e)},updateAppState:function(e){Vn.updateAppState(e)}}}function Yn(e,t,n,r,i){return{fragmentNumber:t,firstEventNumber:n,isLastFragment:r,stats:{instanceId:e,eventsGenerated:0,eventsReadyToSend:0,eventsSent:0,networkResponseStats:{eventsWith2XXResponse:0,eventsWith400Response:0,eventsWith408Response:0,eventsWith429Response:0,eventsWith4XXResponse:0,eventsWith500Response:0,eventsWith502Response:0,eventsWith503Response:0,eventsWith504Response:0,eventsWith5XXResponse:0},eventTopics:[],failures:[],previousInstanceEventStats:[]},requestHeader:i.requestHeader,header:i.header}}function Qn(e){return Array.isArray(e)?fn(e):16===e.length?e:function(e){return"string"==typeof e&&!!e.match(gn)}(e)?atob(e):fn(function(e){return xe(e)}(e))}!function(e){e.NONE="NONE",e.UNKNOWN_EXECUTION_ERROR="UNKNOWN_EXECUTION_ERROR",e.MISSING_REQUIRED_PROPERTIES="MISSING_REQUIRED_PROPERITES",e.STORAGE_WRITE_FAILURE="STORAGE_WRITE_FAILURE",e.RETRIES_EXCEEDED="RETRIES_EXCEEDED",e.EVENT_EVICTED_FROM_STORAGE="EVENT_EVICTED_FROM_STORAGE",e.STORAGE_UNAVAILABLE="STORAGE_UNAVAILABLE",e.SERIALIZATION_FAILURE="SERIALIZATION_FAILURE"}(Wn||(Wn={}));var Jn=["PageViewEvent","SponsoredImpressionEvent","JobViewEvent"],$n="PageViewEvent",Zn=function(){function e(t){var n,r,i,o=this;we(this,e),Se(this,"host",void 0),Se(this,"queue",void 0),Se(this,"preContextQueue",void 0),Se(this,"debounceTimer",void 0),Se(this,"unloadHandlers",void 0),Se(this,"maxQueueSize",void 0),Se(this,"flushDebounceTime",void 0),Se(this,"trackingEventListeners",[]),Se(this,"onHideHandler",(function(){o.forceFlush()})),Se(this,"networkTransporter",void 0),Se(this,"clientMonitoringConn",void 0),Se(this,"clientGlobalSequenceNumberCounter",void 0),Se(this,"clientTopicLocalSequenceNumberCountersMap",{}),Se(this,"isTimerRunning",void 0),Se(this,"trackingEndpoint",void 0),Se(this,"isEvenBatchEnabled",void 0),this.host=t,this.queue=[],this.preContextQueue=[],this.unloadHandlers=[];var a=t.batching,s=null!==(n=null==a?void 0:a.evenBatchEnabled)&&void 0!==n&&n,c="development"===t.environment||(null===(r=t.api)||void 0===r||null===(r=r.location)||void 0===r||null===(r=r.host)||void 0===r?void 0:r.indexOf("-ei."))>-1?"https://www.linkedin-ei.com/li/track/validate":t.endpoint||"https://www.linkedin.com/li/track";this.trackingEndpoint=function(e,t){return/linkedin(?:-ei)?\.cn/.test(t)?e.replace(/\/\/(\S+?)\.linkedin(-ei)?\.com/,"//$1.linkedin$2.cn"):e}(c,null===(i=t.api)||void 0===i||null===(i=i.location)||void 0===i?void 0:i.host),this.maxQueueSize=a&&a.maxSize||1,this.flushDebounceTime=a&&a.debounceTime||0,an.on(Zt,this.onHideHandler),this.networkTransporter=new Dn(t),this.isLixEnabled("pemberly.tracking.monitoring")&&t.clientMonitoringConfig&&!t.inactive&&(this.clientMonitoringConn=Xn(t)),this.getSequenceNumberFromIDB(),this.updateSequenceNumberOnExit(),this.isTimerRunning=!1,this.isEvenBatchEnabled=this.isLixEnabled("pemberly.tracking.even-batch")||s}return _e(e,[{key:"checkAndEnablePersistentRetry",value:function(e){var t,n=(t=this.clientMonitoringConn,{onIntermediateResult:function(e,n){var r;if(t&&!t.isDestroyed())try{if(r=JSON.parse(n),!Array.isArray(r)||0===r.length)return;e.statusCode&&t.logNetworkResponseCode(e.statusCode),!0===e.drop&&r.forEach((function(n){var r,i=n.eventInfo.eventName,o=n.eventInfo.topicName||i,a="rawError"in e?e.rawError:"null",s=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(a)].join(", ");t.logFailedEvent(Wn.UNKNOWN_EXECUTION_ERROR,{eventName:i,topicName:o},s,null!==(r=n.eventBody.header.clientMonitoringInstanceEventNumber)&&void 0!==r?r:-1)}))}catch(e){}},onBeforeRetry:function(e){var n;if(t&&!t.isDestroyed())try{if(n=JSON.parse(e),!Array.isArray(n)||0===n.length||!n[0].eventBody.header.clientMonitoringInstanceId)return;var r=n[0].eventBody.header.clientMonitoringInstanceId,i=n.length;t.logPersistedEventSent(r,i)}catch(e){}},onResult:function(e,n){var r;if(t)try{if(r=JSON.parse(n),!Array.isArray(r)||0===r.length||!r[0].eventBody.header.clientMonitoringInstanceId)return;var i=r[0].eventBody.header.clientMonitoringInstanceId;e.statusCode&&t.logPersistedNetworkResponseCode(i,e.statusCode),!0===e.drop&&r.forEach((function(n){var r=n.eventInfo.eventName,o=n.eventInfo.topicName||r,a="rawError"in e?e.rawError:"null",s=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(a)].join(", ");t.logPersistedFailedEvent(i,Wn.UNKNOWN_EXECUTION_ERROR,{eventName:r,topicName:o},s,n.eventBody.header.clientMonitoringInstanceEventNumber)}))}catch(e){}}});this.networkTransporter.checkAndEnablePersistentRetry(e,n)}},{key:"clearPersistedEventsOnLogout",value:function(){return this.networkTransporter.clearPersistedEventsOnLogout()}},{key:"on",value:function(e){this.trackingEventListeners.push(e)}},{key:"fireEvent",value:function(e){var t=function(e){return e.meta.time=Date.now(),e}(e);this.clientMonitoringConn&&(t.meta.clientMonitoringInstanceId=this.clientMonitoringConn.getCurrentInstanceId(),t.meta.clientMonitoringInstanceEventNumber=this.clientMonitoringConn.logEventGenerated(qn(e.id)));var n=this.host,r=n.api.Promise,i=n.batching;if(function(e){return!!e.meta.context}(t)){var o,a=this.prepareCompleteEnvelopeQueue(t);return null===(o=this.clientMonitoringConn)||void 0===o||o.logEventReadyToSend(1),this.queue.push(a),i?(this.batchFire(),r.resolve(!0)):(this.flush(!0),r.resolve(!0))}return this.preContextQueue.push(t),r.resolve(!0)}},{key:"callOnDestroy",value:function(e){this.unloadHandlers.push(e)}},{key:"destroy",value:function(){var e,t,n;this.unloadHandlers.forEach((function(e){return e()})),this.forceFlush(),this.trackingEventListeners=[],this.clientMonitoringConn=void 0,an.off(Zt,this.onHideHandler),null!==(e=this.host)&&void 0!==e&&e.__getLixTreatment&&(this.host.__getLixTreatment=void 0),null!==(t=this.host)&&void 0!==t&&null!==(t=t.api)&&void 0!==t&&t.location&&(this.host.api.location=null===(n=window)||void 0===n?void 0:n.location)}},{key:"forceFlush",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.populatePreContextQueue({pageInstance:vn(Ce),pageKey:Ce}).forEach((function(t){e.queue.push(t)})),this.isEvenBatchEnabled?1===t?this.sendPayload(void 0,!0):this.sendPayload():this.flush(!0)}},{key:"isLixEnabled",value:function(e){var t,n;return"enabled"===(null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,e))}},{key:"getSequenceNumberFromIDB",value:function(){var e=this;Tn("read").then((function(t){var n;e.clientGlobalSequenceNumberCounter=null!==(n=null==t?void 0:t.sequenceNumber)&&void 0!==n?n:0,Jn.forEach((function(n){var r;e.clientTopicLocalSequenceNumberCountersMap[n]=null!==(r=null==t?void 0:t[n])&&void 0!==r?r:0}))})).catch((function(e){Sn("sequence-number:idb-read",e)}))}},{key:"updateSequenceNumberToIDB",value:function(){Tn("update",this.clientGlobalSequenceNumberCounter,this.clientTopicLocalSequenceNumberCountersMap).catch((function(e){Sn("sequence-number:idb-update",e)}))}},{key:"updateSequenceNumberOnExit",value:function(){var e=this;"undefined"!=typeof window&&"undefined"!=typeof document&&window.addEventListener("beforeunload",(function t(){e.updateSequenceNumberToIDB(),window.removeEventListener("beforeunload",t)}))}},{key:"prepareCompleteEnvelopeQueue",value:function(e){var t=this,n=e.meta.context=En(e.meta.context,this.host.api);return"function"==typeof e.body&&(e.body=e.body(n)),this.preContextQueue.length>0&&this.populatePreContextQueue(n).forEach((function(e){return t.queue.push(e)})),e}},{key:"envelop",value:function(e,t,n){var r=this.host,i=r.appId,o=r.api,a={eventBody:t,eventInfo:"string"==typeof e?{appId:i,eventName:e,topicName:e}:o.assign({appId:i},e)};return n.length>0&&this.host.api.assign(a,{clientBreadcrumbs:n}),a}},{key:"getBreadcrumbs",value:function(e){return e.clientBreadcrumbs||[]}},{key:"getGenericEventBody",value:function(e){var t,n=this.host,r=n.appVersion,i=n.locale,o=n.api,a=o.location,s=o.document,c=o.assign,l=e.meta.context,u=l.pageKey,d=l.pageInstance,h=function(e){return"string"==typeof e?e===$n:e.eventName===$n}(e.id)&&(null===(t=e.body.requestHeader)||void 0===t?void 0:t.pageKey)||u,f=e.meta.requestHeader||{referer:s.referrer,path:"".concat(a.pathname).concat(a.search)},p=f.referer,g=f.path,v=null;"string"!=typeof i&&null!==this.host.locale||(v=i);var m={interfaceLocale:v,pageKey:h,referer:p,path:g,isFlushOnCloseBrowserTabEnabled:!_n()&&(Ot()||"undefined"!=typeof navigator&&"sendBeacon"in navigator),isBrowserPersistentRetryEnabled:this.networkTransporter.isBrowserPersistentRetryEnabled(),clientDeviceType:"DESKTOP",timeZoneOffsetMinutes:-1*(new Date).getTimezoneOffset()},y={pageInstance:d,time:e.meta.time,version:r,server:"",service:"",guid:pn(),memberId:0};"number"==typeof this.clientGlobalSequenceNumberCounter&&c(y,{clientGlobalSequenceNumber:this.clientGlobalSequenceNumberCounter});var E=qn(e.id);if(Jn.includes(E)){var b=this.clientTopicLocalSequenceNumberCountersMap[E];"number"==typeof b&&c(y,{clientTopicLocalSequenceNumber:b})}var w={header:c(y,e.meta.header||{}),requestHeader:c(m,e.meta.requestHeader||{})},T=e.meta.clientMonitoringInstanceId,_=e.meta.clientMonitoringInstanceEventNumber;return T&&c(w.header,{clientMonitoringInstanceId:T,clientMonitoringInstanceEventNumber:_}),c(e.body,w)}},{key:"populatePreContextQueue",value:function(e){var t,n=this.preContextQueue;return this.preContextQueue=[],null===(t=this.clientMonitoringConn)||void 0===t||t.logEventReadyToSend(n.length),n.map((function(t){return t.meta.context=e,"function"==typeof t.body&&(t.body=t.body(e)),t}))}},{key:"trigger",value:function(e,t){this.trackingEventListeners.forEach((function(n){return n(e,t)}))}},{key:"requestFlush",value:function(e){var t=this;e((function(){t.forceFlush(0)}),{timeout:1e4})}},{key:"flush",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.host.api.requestIdleCallback;e||!t?this.sendPayload(void 0,!0):this.requestFlush(t)}},{key:"batchFire",value:function(){var e=this;this.queue.length>this.maxQueueSize?this.flush():(this.debounceTimer&&clearTimeout(this.debounceTimer),this.debounceTimer=setTimeout((function(){return e.flush()}),this.flushDebounceTime))}},{key:"sendPayload",value:function(e){var t,n=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.isEvenBatchEnabled)if(Array.isArray(e)&&e.length>0)t=e;else{var i=this.maxQueueSize+1;this.queue.length>0&&(this.queue.length<=i||r)?(t=this.queue,this.queue=[]):t=this.queue.splice(0,i)}else Array.isArray(e)&&e.length>0?t=e:(t=this.queue,this.queue=[]);if(0!==t.length){"undefined"!=typeof window&&!1===this.isTimerRunning&&(this.isTimerRunning=!0,setInterval((function(){n.updateSequenceNumberToIDB()}),5e3));var o,a,s=[],c=[];t.forEach((function(e){var t=n.getGenericEventBody(e),r=n.getBreadcrumbs(e),i=n.envelop(e.id,t,r);n.trigger(i,e.meta);var o=i.eventInfo.eventName;"LixTreatmentsEvent"===o||"JavaScriptErrorEvent"===o?s.push(i):c.push(i),"number"==typeof n.clientGlobalSequenceNumberCounter&&n.clientGlobalSequenceNumberCounter++;var a=qn(e.id);Jn.includes(a)&&"number"==typeof n.clientTopicLocalSequenceNumberCountersMap[a]&&n.clientTopicLocalSequenceNumberCountersMap[a]++})),this.host.inactive||(this.clientMonitoringConn&&(this.clientMonitoringConn.logEventSent(s.length+c.length),a=this.clientMonitoringConn,o={onResult:function(e,t){a&&!a.isDestroyed()&&(e.statusCode&&a.logNetworkResponseCode(e.statusCode),!0===e.drop&&t.forEach((function(t){var n=t.eventInfo.eventName,r=t.eventInfo.topicName||n,i="rawError"in e?e.rawError:"null",o=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(i)].join(", ");null==a||a.logFailedEvent(Wn.UNKNOWN_EXECUTION_ERROR,{eventName:n,topicName:r},o,t.eventBody.header.clientMonitoringInstanceEventNumber||-1)})))}}),this.networkTransporter.sendPayloadFireForget(this.trackingEndpoint,s,void 0,o),this.networkTransporter.sendPayload(this.trackingEndpoint,c,void 0,o))}}},{key:"getTrackingEndpoint",value:function(){return this.trackingEndpoint}}]),e}();var er,tr=function(){function e(t,n){we(this,e),this.clientBreadcrumbType=t,this.id=n}return _e(e,[{key:"builder",get:function(){return function(){var e={},t=new Proxy({},{get:function(n,r){return"build"===r?function(){return e}:function(n){return e[r.toString()]=n,t}}});return t}().id(this.id).clientBreadcrumbType(this.clientBreadcrumbType)}}],[{key:"toPointer",value:function(e){return{id:e.id,type:e.clientBreadcrumbType}}}]),e}();!function(e){e.UNKNOWN="UNKNOWN",e.ME_NOTIFICATION="ME_NOTIFICATION",e.ME_NOTIFICATION_ACTION="ME_NOTIFICATION_ACTION",e.JOB_VIEW="JOB_VIEW",e.MEDIA="MEDIA",e.FEED_UPDATE_SERVED="FEED_UPDATE_SERVED",e.MESSAGE_SEND_CLIENT_SUCCESS="MESSAGE_SEND_CLIENT_SUCCESS",e.MESSAGE_SEND_CLIENT_FAILURE="MESSAGE_SEND_CLIENT_FAILURE",e.MESSAGE_SEND_FUNNEL="MESSAGE_SEND_FUNNEL",e.SPONSORED_UPDATE_SERVED="SPONSORED_UPDATE_SERVED",e.GUIDE_ENTRYPOINT="GUIDE_ENTRYPOINT",e.GUIDE_FEEDBACK="GUIDE_FEEDBACK"}(er||(er={}));var nr=function(e){function t(){return we(this,t),ue(this,t,[er.FEED_UPDATE_SERVED,pn()])}return fe(t,tr),_e(t)}(),rr=function(e){function t(){var e;return we(this,t),Se(de(e=ue(this,t,[er.UNKNOWN,pn()])),"content",void 0),Se(de(e),"featureBreadcrumbType",void 0),e}return fe(t,tr),_e(t)}(),ir=function(e){function t(){return we(this,t),ue(this,t,[er.SPONSORED_UPDATE_SERVED,pn()])}return fe(t,tr),_e(t)}();function or(e,t){var n;switch(t){case"proto.sdui.breadcrumbs.feed.FeedUpdateServedBreadcrumb":n=(new nr).builder;break;case"proto.sdui.breadcrumbs.feed.SponsoredUpdateServedBreadcrumb":n=(new ir).builder;break;case"proto.sdui.tracking.TrackingBreadcrumb":n=(new rr).builder;var r,i=e;try{if(void 0!==i.content.type)r=(new TextDecoder).decode(new Uint8Array(i.content.data));else{if(!(i.content instanceof Uint8Array))throw new Error("Invalid breadcrumb content type");r=(new TextDecoder).decode(i.content)}for(var o=null==e?void 0:e.breadcrumbType,a={content:JSON.parse(r),breadcrumbType:o},s=0,c=Object.entries(a);s<c.length;s++){var l=le(c[s],2),u=l[0],d=l[1];On(d)&&n[u](d)}return n.build()}catch(e){throw new Error("Error parsing breadcrumb content: ".concat(e))}break;default:throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."))}if(!n)throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."));for(var h in e){var f=e[h];null!=f&&n[h](f)}return n.build()}function ar(e){var t,n=[],r=[],i=ve(e);try{for(i.s();!(t=i.n()).done;){var o=t.value,a=o.breadcrumb,s=ge(o,ee);if(r.push(s),a){var c=a.$type,l=or(ge(a,te),c);n.push(l)}}}catch(e){i.e(e)}finally{i.f()}return{extractedBreadcrumbs:n,trackingScopesWithoutBreadcrumbs:r}}function sr(e){var t,n=new Set,r=[],i=ve(e);try{for(i.s();!(t=i.n()).done;){var o=t.value,a="".concat(o.contentTrackingId,"-").concat(o.topicName);n.has(a)||(n.add(a),r.push(o))}}catch(e){i.e(e)}finally{i.f()}var s=ar(r);return{breadcrumbs:s.extractedBreadcrumbs,trackingScopes:s.trackingScopesWithoutBreadcrumbs}}function cr(e){if(!e)return{};var t=e.trk,n=!1,r=e.licu&&decodeURIComponent(e.licu);e.external_control&&(r="urn:li:externalControl:".concat(decodeURIComponent(e.external_control)),n=!0);var i,o=e.lipi&&function(e){var t=decodeURIComponent(e).split(";");if(t.length>1)return{pageUrn:t[0],trackingId:t[1]}}(e.lipi);if(o?i={pageInstance:o,pageKey:t}:t&&(i={pageKey:t}),e.external_page&&e.external_page_instance){var a=decodeURIComponent(e.external_page);i={pageInstance:{pageUrn:"urn:li:externalPage:".concat(a),trackingId:e.external_page_instance},pageKey:a},n=!0}var s=e.external_app&&e.external_app_instance?{applicationUrn:"urn:li:externalApplication:".concat(decodeURIComponent(e.external_app)),trackingId:e.external_app_instance,version:""}:void 0;return s&&((i=i||{}).applicationInstance=s),{fromExternalApp:n||!!s,previousApplicationInstance:s,previousContext:i,previousControlId:e.lici&&decodeURIComponent(e.lici),previousControlUrn:r}}var lr=Object.freeze({__proto__:null,voyagerTransporterConfig:{sponsored:{endpoint:"li/tscp/sct",batching:!1,disableCompression:!1,retryConfig:{persist:{attemptLimit:4,statusCodes:[429,431,401,403,404,500,405,501,406,502,407,503,408,504,409,505,506,507,508,413,509,510,511]},inMemory:{attemptLimit:4,statusCodes:[429,431,401,403,404,500,405,501,406,502,407,503,408,504,409,505,506,507,508,413,509,510,511]}}},default:{endpoint:"li/track",batching:{evenBatchEnabled:!0,maxSize:29},disableCompression:!1,retryConfig:{persist:{attemptLimit:4,statusCodes:[429,431,401,403,404,500,405,501,406,502,407,503,408,504,409,505,506,507,508,413,509,510,511]},inMemory:{attemptLimit:4,statusCodes:[429,431,401,403,404,500,405,501,406,502,407,503,408,504,409,505,506,507,508,413,509,510,511]}}}}});function ur(e){return"retryConfig"in e.host}function dr(e){return"location"in e.api}var hr,fr=function(){function e(t,n,r,i,o,a,s,c){var l,u,d,h;if(we(this,e),Se(this,"transporter",void 0),Se(this,"delegate",void 0),Se(this,"viewSpecs",void 0),Se(this,"transportConfig",void 0),Se(this,"dynamicTransporterSupportLixKey",void 0),Se(this,"domain",void 0),Se(this,"trackingAppName",void 0),Se(this,"dynamicTransporterSupportLixValue",void 0),Se(this,"currentContext",void 0),Se(this,"appState",void 0),Se(this,"referrer",void 0),Se(this,"previousAppContext",void 0),Se(this,"customTransporters",void 0),Se(this,"clientMonitoringConn",void 0),Se(this,"dynamicTransporterSupportEnabled",void 0),this.transporter=t,this.delegate=n,this.viewSpecs=r,this.transportConfig=i,this.dynamicTransporterSupportLixKey=o,this.domain=a,this.trackingAppName=s,this.dynamicTransporterSupportLixValue=c,this.appState={},this.customTransporters={},this.transportConfig={},this.dynamicTransporterSupportEnabled=!1,o?this.dynamicTransporterSupportEnabled=function(e){return!(!e||"control"===e)}(null===(d=(h=t.host).__getLixTreatment)||void 0===d?void 0:d.call(h,o)):c&&(this.dynamicTransporterSupportEnabled=!!s&&c),this.dynamicTransporterSupportEnabled){var f=null==lr?void 0:lr["".concat(null==s?void 0:s.toLowerCase(),"TransporterConfig")];On(f)?this.transportConfig=f:this.transportConfig=i}if(n&&n.customTransporterHosts)for(var p in n.customTransporterHosts)if(Object.prototype.hasOwnProperty.call(n.customTransporterHosts,p)){var g=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[p]=new Zn(this.transporter.host.api.assign(g,n.customTransporterHosts[p]))}if(this.dynamicTransporterSupportEnabled&&On(this.transportConfig))for(var v=0,m=Object.entries(this.transportConfig);v<m.length;v++){var y,E,b=le(m[v],2),w=b[0],T=b[1];T=ce(ce({},T),{},{endpoint:a&&null!==(y=T)&&void 0!==y&&y.endpoint?"".concat(Rn(a,null===(E=T)||void 0===E?void 0:E.endpoint)):"https://linkedin.com/li/track"});var _=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[w]=new Zn(this.transporter.host.api.assign(_,T))}"enabled"===(null===(l=(u=t.host).__getLixTreatment)||void 0===l?void 0:l.call(u,"pemberly.tracking.monitoring"))&&t.host.clientMonitoringConfig&&!t.host.inactive&&dr(t.host)&&(this.clientMonitoringConn=Xn(t.host)),On(r)&&(this.viewSpecs=r)}return _e(e,[{key:"host",get:function(){return this.transporter.host}},{key:"addBeforeHandlerToHideEvent",value:function(e){an.before(Zt,e)}},{key:"removeBeforeHandlerToHideEvent",value:function(e){an.offBefore(Zt,e)}},{key:"checkAndEnablePersistentRetry",value:function(){ur(this.transporter)&&this.transporter.checkAndEnablePersistentRetry(this.delegate)}},{key:"flushAndClearPersistedEventsOnLogout",value:function(){this.forceFlush();var e=ur(this.transporter)?this.transporter.clearPersistedEventsOnLogout():null;return null!=e?e:this.host.api.Promise.resolve()}},{key:"getCurrentContext",value:function(){if(this.currentContext)return En(this.currentContext,this.host.api)}},{key:"navigate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.navMetaFromSeed(e,cr(t),null==n?void 0:n.pageInstanceTrackingId);if(this.setCurrentContext(r.to),!n.suppressEventsFiring)return this.fireNavEvents(r)}},{key:"setCurrentContext",value:function(e){var t;this.currentContext=En(e,this.host.api),null===(t=this.clientMonitoringConn)||void 0===t||t.setCurrentContext(En(e,this.host.api))}},{key:"updateAppState",value:function(e){var t;this.host.api.assign(this.appState,e),null===(t=this.clientMonitoringConn)||void 0===t||t.updateAppState(e)}},{key:"fireCIE",value:function(e,t,n,r,i){return this.fireEvent("ControlInteractionEvent",(function(n){var o=mn(n.pageKey,e),a={controlTrackingId:r,controlUrn:o,interactionType:t};return i&&i(o),a}),{context:n})}},{key:"getViewHierarchy",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var r=n.closest("[data-view-name]");if(r){var i=r.getAttribute("data-view-name");i&&t.push(i)}n=null==r?void 0:r.parentElement}return t}},{key:"getViewTrackingScope",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var r=n.closest("[data-view-tracking-scope]");if(r){var i=r.getAttribute("data-view-tracking-scope");if(i)try{var o=JSON.parse(i);o&&o.length&&t.push.apply(t,me(o))}catch(e){Sn("getViewTrackingScope","Error parsing trackingScope ".concat(i))}}n=null==r?void 0:r.parentElement}return t}},{key:"fireInteraction",value:function(e){var t,n=e.manualFireReason,r=e.interactionType,i=e.targetView,o=e.viewHierarchy,a=void 0===o?[]:o,s=e.viewTrackingScope,c=void 0===s?[]:s,l=e.verticalPosition,u=e.horizontalPosition,d=e.controlUrn,h=void 0===d?"":d,f=e.actionType,p=e.contentTrackingId,g=void 0===p?void 0:p,v=e.clientBreadcrumbs,m=void 0===v?[]:v,y=e.isShadowEvent,E=e.cooloffToken,b=e.testId,w=e.mediaStateInfo,T=i?this.getViewHierarchy(i):[],_=T.length>0?T:a;0!==_.length&&(!this.viewSpecs||null!==(t=this.viewSpecs)&&void 0!==t&&t.some((function(e){return e.viewName==_[0]})))||console.warn("No viewHierarchy provided or found from element.");var S=c.length>0?c:this.getViewTrackingScope(i);if(this.dynamicTransporterSupportEnabled){var I=Cn(this.transportConfig),A=le(kn(S,I),2),C=A[0],k=A[1],O="GenericActionEvent",R={verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:r,actionType:f,contentTrackingId:""===g?void 0:g,manualFireReason:n,cooloffToken:E,mediaStateInfo:w};if(On(C)){for(var N=0,L=Object.entries(C);N<L.length;N++){var P=le(L[N],2),D=P[0],x=sr(P[1]),M=x.breadcrumbs,U=x.trackingScopes;this.fireEvent(O,ce(ce({},R),{},{trackingScopeHierarchy:{entries:U}}),{header:{viewHierarchy:_,testId:b},transporterKey:D},M,y)}if(0===k.length)return Promise.resolve(!0)}var B=sr(k),F=B.breadcrumbs,H=B.trackingScopes;return this.fireEvent(O,{verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:r,actionType:f,contentTrackingId:""===g?void 0:g,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:H},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(me(m),me(F)),y)}var j=sr(S),G=j.breadcrumbs,q=j.trackingScopes;return this.fireEvent("GenericActionEvent",{verticalPosition:l,horizontalPosition:u,controlUrn:h||"",interactionType:r,actionType:f,contentTrackingId:""===g?void 0:g,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:q},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(me(m),me(G)),y)}},{key:"fireImpression",value:function(e,t){var n,r=e.manualFireReason,i=e.targetView,o=e.viewHierarchy,a=void 0===o?[]:o,s=e.viewTrackingScope,c=void 0===s?[]:s,l=e.viewDurationInMilliseconds,u=void 0===l?0:l,d=e.contentViewFraction,h=void 0===d?1:d,f=e.width,p=void 0===f?-1:f,g=e.height,v=void 0===g?-1:g,m=e.verticalPosition,y=e.horizontalPosition,E=e.impressionTime,b=e.contentTrackingId,w=e.clientBreadcrumbs,T=void 0===w?[]:w,_=e.isShadowEvent,S=e.cooloffToken,I=e.testId,A=e.mediaStateInfo,C=i?this.getViewHierarchy(i):[],k=C.length>0?C:a;0!==k.length&&(!this.viewSpecs||null!==(n=this.viewSpecs)&&void 0!==n&&n.some((function(e){return e.viewName==k[0]})))||console.warn("No viewHierarchy provided or found from element.");var O=c.length>0?c:this.getViewTrackingScope(i);if(this.dynamicTransporterSupportEnabled){var R=Cn(this.transportConfig),N=le(kn(O,R),2),L=N[0],P=N[1],D="GenericImpressionEvent",x={viewDurationInMilliseconds:u,contentViewFraction:h,width:p,height:v,verticalPosition:m,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:r,cooloffToken:S,mediaStateInfo:A},M={header:{viewHierarchy:k,testId:I},context:null==t?void 0:t.context};if(On(L)){for(var U=0,B=Object.entries(L);U<B.length;U++){var F=le(B[U],2),H=F[0],j=sr(F[1]),G=j.breadcrumbs,q=j.trackingScopes;this.fireEvent(D,ce(ce({},x),{},{trackingScopeHierarchy:{entries:q}}),ce(ce({},M),{},{transporterKey:H}),G,_)}if(0===P.length)return Promise.resolve(!0)}var z=sr(P),V=z.breadcrumbs,W=z.trackingScopes;return this.fireEvent(D,{viewDurationInMilliseconds:u,contentViewFraction:h,width:p,height:v,verticalPosition:m,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:r,cooloffToken:S,trackingScopeHierarchy:{entries:W},mediaStateInfo:A},M,[].concat(me(T),me(V)),_)}var K=sr(O),X=K.breadcrumbs,Y=K.trackingScopes,Q={header:{viewHierarchy:k,testId:I},context:null==t?void 0:t.context};return this.fireEvent("GenericImpressionEvent",{viewDurationInMilliseconds:u,contentViewFraction:h,width:p,height:v,verticalPosition:m,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:r,cooloffToken:S,trackingScopeHierarchy:{entries:Y},mediaStateInfo:A},Q,[].concat(me(T),me(X)),_)}},{key:"fireEvent",value:function(e,t,n,r,i){var o=this;if(!t){var a=qn(e),s=void 0===t?"undefined":null===t?"null":be(t),c='Firing tracking event "'.concat(a,'" with invalid body, you fired "').concat(s,'"');if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(a);this.clientMonitoringConn.logFailedEvent(Wn.MISSING_REQUIRED_PROPERTIES,e,c,l)}throw new Error(c)}var u=r||[];if(u.length>0){var d=(u=u.map((function(e){return o.transformBreadcrumb(e)}))).map((function(e){return tr.toPointer(e)}));this.host.api.assign(t,{clientBreadcrumbPointers:d})}var h=u.length>0?this.generateEnvelopeWithBreadcrumbs(e,t,n,u,i):this.generateEnvelope(e,t,n,i);return this.fireEnvelope(h)}},{key:"generateEnvelopeWithBreadcrumbs",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.generateEnvelope(e,t,n,i);return r.length>0?this.addBreadcrumbsToEnvelope(o,r):o}},{key:"transformBreadcrumb",value:function(e){try{if(On(e.content))return ce({id:e.id,clientBreadcrumbType:e.breadcrumbType},e.content)}catch(e){console.error("Error transforming breadcrumb:",e)}return e}},{key:"addBreadcrumbsToEnvelope",value:function(e,t){return this.host.api.assign(e,{clientBreadcrumbs:t}),e}},{key:"fireEnvelope",value:function(e){var t,n;if(null!==(t=this.delegate)&&void 0!==t&&null!==(n=t.shouldAnonymizeMemberId)&&void 0!==n&&n.call(t))if(Gn(e.id)){var r=e.id;e.id={eventName:r,topicName:r,shouldAnonymizeMemberId:!0}}else e.id.shouldAnonymizeMemberId=!0;var i=this.delegate&&this.delegate.preTransporter?this.delegate.preTransporter(e):e;if(i){var o=i.meta.transporterKey,a=o?this.customTransporters[o]:this.transporter;if(!a&&o){var s=qn(i.id),c="Could not find custom transporter: ".concat(o);if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(s);this.clientMonitoringConn.logFailedEvent(Wn.UNKNOWN_EXECUTION_ERROR,i.id,c,l)}throw new Error(c)}return a.fireEvent(i)}return this.host.api.Promise.resolve(!0)}},{key:"generatePageInstance",value:function(e,t){return vn(e,t)}},{key:"firePVE",value:function(e,t,n){return this._firePVE(e,t,n)}},{key:"_firePVE",value:function(e,t,n){var r={pageType:"full",totalTime:0,trackingCode:this.getTrackingCode(),trackingInfo:{}},i=this.host.api.assign(r,t),o=this.generateEnvelope("PageViewEvent",i,{context:n});return o.meta.requestHeader.pageKey=e,this.fireEnvelope(o)}},{key:"destroy",value:function(){for(var e in this.transporter.destroy(),this.customTransporters)this.customTransporters[e].destroy();this.clientMonitoringConn&&(this.clientMonitoringConn.flush(),this.clientMonitoringConn.destroy(),this.clientMonitoringConn=void 0),an.clear()}},{key:"forceFlush",value:function(){for(var e in this.transporter.forceFlush(),this.customTransporters)this.customTransporters[e].forceFlush()}},{key:"generateControlUrn",value:function(e,t){return mn((t||this.currentContext||{pageKey:Ce}).pageKey,e)}},{key:"fireRawCIE",value:function(e,t,n,r){var i={controlTrackingId:r,controlUrn:e,interactionType:t};return{beacon:this.fireEvent("ControlInteractionEvent",i,{context:n}),controlUrn:e}}},{key:"generateNavigationEvent",value:function(e){var t=e.triggerId,n=e.triggerUrn,r=e.from;return{previousPageInstance:r&&r.pageInstance,triggerControlTrackingId:t,triggerControlUrn:n}}},{key:"getTrackingCode",value:function(){return this.previousAppContext&&this.previousAppContext.pageKey}},{key:"navMetaFromSeed",value:function(e,t,n){var r="NavigationEvent";this.previousAppContext=t.previousContext;var i=t.fromExternalApp?{eventName:r,topicName:"InboundNavigationEvent"}:r;return t.fromExternalApp||(this.referrer="https://www.linkedin.com"),{from:t.previousContext,navEventId:i,to:{applicationInstance:t.applicationInstance,pageInstance:this.generatePageInstance(e,n||t.pageTrackingId),pageKey:e},triggerId:t.previousControlId,triggerUrn:t.previousControlUrn}}},{key:"fireNavEvents",value:function(e){var t=this.generateNavigationEvent(e),n=e.to,r=e.from,i=e.navEventId,o=this.generateEnvelope(i,t);o.meta.requestHeader.pageKey=n.pageKey;var a=r&&r.applicationInstance;return a&&(o.meta.header.clientApplicationInstance=a),this.host.api.Promise.all([this._firePVE(n.pageKey),this.fireEnvelope(o)])}},{key:"generateEnvelope",value:function(e,t){var n,r,i,o,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]&&arguments[3],c={directive:a.directive,transporterKey:a.transporterKey,context:a.context||this.currentContext&&En(this.currentContext,this.host.api),requestHeader:this.host.api.assign({trackingCode:this.getTrackingCode()},a.requestHeader||{},dr(this.host)?{path:"".concat(this.host.api.location.pathname).concat(this.host.api.location.search),referer:"enabled"===(null===(n=(r=this.host).__getLixTreatment)||void 0===n?void 0:n.call(r,"pai.referrer.fix.subsquent"))?this.referrer?this.referrer:null===(i=this.host.api.document)||void 0===i?void 0:i.referrer:null===(o=this.host.api.document)||void 0===o?void 0:o.referrer}:{}),header:this.host.api.assign({applicationViewerUrn:this.appState.applicationViewerUrn,clientApplicationInstance:this.appState.clientApplicationInstance,isShadowEvent:s},a.header||{})};return{body:"function"==typeof t?t:function(){return t},id:e,meta:c}}}]),e}();!function(e){e.INTERNAL_OTEL_JET_EVENT="internal:otel:jet",e.INTERNAL_OTEL_RESOURCE="internal:otel:resource",e.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT="internal:otel:lcp",e.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT="internal:otel:cls",e.INTERNAL_OTEL_FIRST_INPUT_DELAY="internal:otel:fid"}(hr||(hr={}));var pr,gr,vr="otel-origin-jet-tag";!function(){function e(t,n){var r,i,o=this;we(this,e),Se(this,"core",void 0),Se(this,"protocol",void 0),Se(this,"throttleKeySet",new Set),Se(this,"config",void 0),Se(this,"reportTransporterError",(function(e){e.reason instanceof Error||(e.reason=new Error(e.reason||"An error occurred in the transporter")),o.reportError(e.reason,e.tags.concat(["info"]),{responseHeaders:e.responseHeaders}).catch((function(){}))})),this.core=t;var a=this.core.host.api.location.protocol;this.protocol=a.substring(0,a.length-1),this.config={throttleTime:null!==(r=null==n?void 0:n.throttleTime)&&void 0!==r?r:100,useOTel:null!==(i=null==n?void 0:n.useOTel)&&void 0!==i&&i},an.on(en,this.reportTransporterError)}_e(e,[{key:"reportError",value:function(e){var t,n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=i.callTreeId,a=void 0===o?"":o,s=i.responseHeaders,c=void 0===s?{}:s,l=i.sduiScreenId,u=i.componentKey,d=e.message,h=e.name,f=e.stack,p=void 0===f?"":f,g=e.fileName,v=void 0===g?"":g,m=e.lineNumber,y=void 0===m?0:m,E=e.columnNumber,b=void 0===E?0:E,w=this.core.host,T=w.appId,_=w.appVersion,S=w.service,I=w.serviceInstance,A=w.treeID,C=void 0===A?"":A,k=w.api,O=k.Promise,R=k.location,N=R.host,L=R.pathname,P=R.search,D=R.hash,x=void 0===D?"":D;if(this.config.useOTel&&!r.includes(vr)&&an.emit(hr.INTERNAL_OTEL_JET_EVENT,{error:e,tags:r,callTreeId:a,responseHeaders:c}),c){t={};var M=new Map;Object.keys(c).forEach((function(e){M.set(e.toLowerCase(),c[e])})),t.callTreeId=M.get("x-li-uuid"),t.microsoftEdgeReference=M.get("x-msedge-ref"),t.pointOfPresenceId=M.get("x-li-pop"),t.fabric=M.get("x-li-fabric")}var U=function(){return n.core.fireEvent("JavaScriptErrorEvent",(function(e){return{appId:T,e:{c:b,l:y,m:d,s:p,t:h,u:v},h:x,l:n.protocol,o:N,p:L,pageKey:e.pageKey,q:P,service:S,serviceInstance:I,serviceVersion:_,t:r,trackingID:e.pageInstance.trackingId,treeID:C,callTreeId:a,responseTraceHeaders:t,sduiScreenId:l,componentKey:u}}))};if(this.config.throttleTime<0)return U();var B=(h+d+p+r.join("")+a).split("").reduce((function(e,t){return(e<<5)-e+t.charCodeAt(0)|0}),0);return this.throttleKeySet.has(B)?O.resolve(!1):(this.throttleKeySet.add(B),setTimeout((function(){return n.throttleKeySet.delete(B)}),this.config.throttleTime),U())}},{key:"flush",value:function(){this.core.forceFlush()}},{key:"destroy",value:function(){this.core.destroy(),an.off(en,this.reportTransporterError)}}])}(),function(e){e.RealUserMonitoringEvent="RealUserMonitoringEvent",e.FeaturePerformanceMeasurementEvent="FeaturePerformanceMeasurementEvent",e.ClientPerfMetricsEvent="ClientPerfMetricsEvent",e.WEB_UI_FRAMEWORK="web-ui-framework",e.APP_ID="app-id",e.APP_VERSION="app-version",e.IS_SINGLE_PAGE_APP="is-single-page-app",e.IS_APP_RENDER_FAILED="is-app-render-failed",e.APP_RENDER_MODE="app-render-mode",e.USER_TIMING_MARK_ENABLED="user-timing-mark-enabled",e.USER_TIMING_MEASURE_ENABLED="user-timing-measure-enabled",e.BEACON_SOURCE="beacon-source",e.BEACON_TIMEOUT="beacon-timeout",e.ENABLE_RS_TIMING="enable-rs-timing",e.ENABLE_CDN_TRACKING="enable-cdn-tracking",e.ASYNC_PLUGINS_TIMEOUT="async-plugins-timeout",e.ENABLE_MEMORY_MEASUREMENT="enable-memory-measurement",e.PAGE_KEY_PREFIX="pageKeyPrefix",e.ENABLE_T_3="enable-tracking-3",e.ENABLE_PEM_T_3="enable-pem-tracking-3",e.ENABLE_OTEL="enable-otel"}(pr||(pr={})),function(e){e.PageLoadStartEvent="PageLoadStartEvent",e.PageLoadEndEvent="PageLoadEndEvent",e.ResourceLoadEvent="ResourceLoadEvent",e.ViewLoadEvent="ViewLoadEvent",e.PEMTracer="PEMTracer"}(gr||(gr={}));var mr,yr,Er,br,wr,Tr,_r,Sr=(Se(Se(Se(Se(Se(Se(Se(Se(Se(Se($={},"web-ui-framework","EMBER"),"app-id","linkedin.rum.tracking"),"app-version","unknown"),"is-single-page-app",!0),"user-timing-mark-enabled",!1),"user-timing-measure-enabled",!0),"beacon-source","apps"),"enable-rs-timing",!0),"enable-cdn-tracking",!1),"async-plugins-timeout",5e3),Se(Se(Se(Se(Se(Se($,"beacon-timeout",3e4),"enable-memory-measurement",!1),"pageKeyPrefix",""),"enable-pem-tracking-3",!1),"enable-tracking-3",!1),"enable-otel",!1)),Ir=-1,Ar=-2,Cr=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"],kr={redirectStart:"REDIRECT_START",redirectEnd:"REDIRECT_END",fetchStart:"FETCH_START",domainLookupStart:"DOMAIN_LOOKUP_START",domainLookupEnd:"DOMAIN_LOOKUP_END",connectStart:"CONNECT_START",connectEnd:"CONNECT_END",secureConnectionStart:"SECURE_CONNECTION_START",requestStart:"REQUEST_START",responseStart:"RESPONSE_START",responseEnd:"RESPONSE_END",workerStart:"WORKER_START"},Or={"http/0.9":"HTTP0_9","http/1.0":"HTTP1_0","http/1.1":"HTTP1_1",h2:"HTTP2"},Rr="pageLoadId does not exist",Nr="rum token passed is invalid",Lr=new RegExp(/batch-(\d+)$|enabled$/),Pr=function(){function e(){we(this,e),Se(this,"userTimingEntries",[]),Se(this,"longTasks",[]),Se(this,"resourceTimingEntries",[]),Se(this,"cdnData",void 0)}return _e(e,[{key:"reset",value:function(){this.userTimingEntries=[],this.longTasks=[],this.resourceTimingEntries=[]}},{key:"attachTreeIds",value:function(e){this.resourceTimingEntries.forEach((function(t){var n=e.get(t.name);n&&(t.resourceTreeId=n)}))}},{key:"getData",value:function(){return{userTimingEntries:this.userTimingEntries,longTasks:this.longTasks,resourceTimingEntries:this.resourceTimingEntries.map(xr),cdnData:this.cdnData}}}]),e}(),Dr=["resourceTreeId","name","entryType","startTime","duration","initiatorType","nextHopProtocol","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","workerStart"];function xr(e){return Dr.reduce((function(t,n){var r=e[n];return void 0!==r&&(t[n]=r),t}),{})}function Mr(e,t){if(e.nodeType!==Node.ELEMENT_NODE)throw new Error("Can't generate CSS selector for non-element node type.");if("html"===e.tagName.toLowerCase())return"html";var n={root:document.body,idName:function(e){return!0},className:function(e){return!0},tagName:function(e){return!0},attr:function(e,t){return!1},seedMinLength:1,optimizedMinLength:2,threshold:1e3,maxNumberOfTries:1e4};Tr=Object.assign(Object.assign({},n),t),_r=function(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t.root?e.ownerDocument:e}(Tr.root,n);var r=Ur(e,wr.All,(function(){return Ur(e,wr.Two,(function(){return Ur(e,wr.One)}))}));if(r){var i=Wr(function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{counter:0,visited:new Map},i=[];if(t.length>2&&t.length>Tr.optimizedMinLength)for(var o=1;o<t.length-1;o++){if(r.counter>Tr.maxNumberOfTries)return i;r.counter+=1;var a=me(t);a.splice(o,1);var s=Fr(a);if(r.visited.has(s))return i;jr(a)&&Kr(a,n)&&(i.push(a),r.visited.set(s,!0),i=i.concat(e(a,n,r)))}return i}(r,e));return i.length>0&&(r=i[0]),Fr(r)}throw new Error("Selector was not found.")}function Ur(e,t,n){for(var r=null,i=[],o=e,a=0,s=function(){var e=zr(function(e){var t=e.getAttribute("id");return t&&Tr.idName(t)?{name:"#"+$r(t,{isIdentifier:!0}),penalty:0}:null}(o))||zr.apply(void 0,me(function(e){return Array.from(e.attributes).filter((function(e){return Tr.attr(e.name,e.value)})).map((function(e){return{name:"["+$r(e.name,{isIdentifier:!0})+'="'+$r(e.value)+'"]',penalty:.5}}))}(o)))||zr.apply(void 0,me(function(e){return Array.from(e.classList).filter(Tr.className).map((function(e){return{name:"."+$r(e,{isIdentifier:!0}),penalty:1}}))}(o)))||zr(function(e){var t=e.tagName.toLowerCase();return Tr.tagName(t)?{name:t,penalty:2}:null}(o))||[{name:"*",penalty:3}],s=function(e){var t=e.parentNode;if(!t)return null;var n=t.firstChild;if(!n)return null;for(var r=0;n&&(n.nodeType===Node.ELEMENT_NODE&&r++,n!==e);)n=n.nextSibling;return r}(o);if(t===wr.All)s&&(e=e.concat(e.filter(qr).map((function(e){return Gr(e,s)}))));else if(t===wr.Two)e=e.slice(0,1),s&&(e=e.concat(e.filter(qr).map((function(e){return Gr(e,s)}))));else if(t===wr.One){var c=le(e=e.slice(0,1),1)[0];s&&qr(c)&&(e=[Gr(c,s)])}var l,u=ve(e);try{for(u.s();!(l=u.n()).done;)l.value.level=a}catch(e){u.e(e)}finally{u.f()}if(i.push(e),i.length>=Tr.seedMinLength&&(r=Br(i,n)))return 1;o=o.parentElement,a++};o&&o!==Tr.root.parentElement&&!s(););return r||(r=Br(i,n)),r}function Br(e,t){var n=Wr(function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(t.length>0){var r,i=[],o=ve(t[0]);try{for(o.s();!(r=o.n()).done;){var a=r.value;i=i.concat(e(t.slice(1,t.length),n.concat(a)))}}catch(t){o.e(t)}finally{o.f()}return i}return[n]}(e));if(n.length>Tr.threshold)return t?t():null;var r,i=ve(n);try{for(i.s();!(r=i.n()).done;){var o=r.value;if(jr(o))return o}}catch(e){i.e(e)}finally{i.f()}return null}function Fr(e){for(var t=e[0],n=t.name,r=1;r<e.length;r++){var i=e[r].level||0;n=t.level===i-1?"".concat(e[r].name," > ").concat(n):"".concat(e[r].name," ").concat(n),t=e[r]}return n}function Hr(e){return e.map((function(e){return e.penalty})).reduce((function(e,t){return e+t}),0)}function jr(e){switch(_r.querySelectorAll(Fr(e)).length){case 0:throw new Error("Can't select any node with this selector: ".concat(Fr(e)));case 1:return!0;default:return!1}}function Gr(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function qr(e){return"html"!==e.name&&!e.name.startsWith("#")}function zr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t.filter(Vr);return r.length>0?r:null}function Vr(e){return null!=e}function Wr(e){return Array.from(e).sort((function(e,t){return Hr(e)-Hr(t)}))}function Kr(e,t){return _r.querySelector(Fr(e))===t}!function(e){e.HTTP0_9="HTTP0_9",e.HTTP1_0="HTTP1_0",e.HTTP1_1="HTTP1_1",e.HTTP2="HTTP2",e.UNKNOWN="UNKNOWN"}(mr||(mr={})),function(e){e.REDIRECT_START="REDIRECT_START",e.REDIRECT_END="REDIRECT_END",e.FETCH_START="FETCH_START",e.DOMAIN_LOOKUP_START="DOMAIN_LOOKUP_START",e.DOMAIN_LOOKUP_END="DOMAIN_LOOKUP_END",e.CONNECT_START="CONNECT_START",e.CONNECT_END="CONNECT_END",e.SECURE_CONNECTION_START="SECURE_CONNECTION_START",e.REQUEST_START="REQUEST_START",e.RESPONSE_START="RESPONSE_START",e.RESPONSE_END="RESPONSE_END",e.WORKER_START="WORKER_START"}(yr||(yr={})),function(e){e.redirectStart="redirectStart",e.redirectEnd="redirectEnd",e.fetchStart="fetchStart",e.domainLookupStart="domainLookupStart",e.domainLookupEnd="domainLookupEnd",e.connectStart="connectStart",e.connectEnd="connectEnd",e.secureConnectionStart="secureConnectionStart",e.requestStart="requestStart",e.responseStart="responseStart",e.responseEnd="responseEnd",e.workerStart="workerStart"}(Er||(Er={})),function(e){e.DEFAULT="DEFAULT",e.INITIAL="INITIAL",e.SUBSEQUENT="SUBSEQUENT",e.PAGINATED="PAGINATED"}(br||(br={})),function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(wr||(wr={}));var Xr=/[ -,\.\/:-@\[-\^`\{-~]/,Yr=/[ -,\.\/:-@\[\]\^`\{-~]/,Qr=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Jr={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};function $r(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},Jr),t);"single"!=n.quotes&&"double"!=n.quotes&&(n.quotes="single");for(var r="double"==n.quotes?'"':"'",i=n.isIdentifier,o=e.charAt(0),a="",s=0,c=e.length;s<c;){var l=e.charAt(s++),u=l.charCodeAt(0),d=void 0;if(u<32||u>126){if(u>=55296&&u<=56319&&s<c){var h=e.charCodeAt(s++);56320==(64512&h)?u=((1023&u)<<10)+(1023&h)+65536:s--}d="\\"+u.toString(16).toUpperCase()+" "}else d=n.escapeEverything?Xr.test(l)?"\\"+l:"\\"+u.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?"\\"+u.toString(16).toUpperCase()+" ":"\\"==l||!i&&('"'==l&&r==l||"'"==l&&r==l)||i&&Yr.test(l)?"\\"+l:l;a+=d}return i&&(/^-[-\d]/.test(a)?a="\\-"+a.slice(1):/\d/.test(o)&&(a="\\3"+o+" "+a.slice(1))),a=a.replace(Qr,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!i&&n.wrap?r+a+r:a}var Zr,ei=[{strToFilter:"https://dms.licdn.com/playlist",excludeUrl:["https://dms.licdn.com/playlist/C4D05AQGiUFPvMk-NyQ/mp4-720p-30fp-crf28/0/1670518159491?e=1683741600&v=beta&t=3Wr_tdLLkQDX1kBQKEZW6NERypEqTi2mgZDDxFStjuI"],includeUrl:["https://media.licdn.com/dms/image/C4E0DAQF2IPL6XzFxlw/learning-public-crop_288_512/0/1593208644948?e=1681236000&v=beta&t=YpZr5ZaVoveJv_I6JKHTTZMsysttvKnT364PwDvjJHU"]},{strToFilter:"/sensorCollect/?action=reportMetrics",excludeUrl:["https://www.linkedin.com/sensorCollect/?action=reportMetrics","https://www.linkedin-ei.com/sensorCollect/?action=reportMetrics"],includeUrl:["https://www.linkedin.com/voyager/api/relationships/connectionsSummary/"]},{strToFilter:"/voyager/api/voyagerContentcreationDashGuiderPrompts",excludeUrl:["https://www.linkedin.com/voyager/api/voyagerContentcreationDashGuiderPrompts?decorationId=com.linkedin.voyager.dash.deco.contentcreation.GuiderPrompt-10&commentary=test&disableGoldGuider=true&hasAttachment=false&q=highestPriorityTriggeredPrompt&shareBoxSessionId=%C2%90b%C2%A9%C2%87%C3%A8%C3%A2By%C2%8798x%C2%B0%03%C2%9Ft","https://www.linkedin.com/voyager/api/voyagerContentcreationDashGuiderPrompts?decorationId=com.linkedin.voyager.dash.deco.contentcreation.GuiderPrompt-10&commentary=Subestimar%20la%20necesidad%20de%20la%20estrategia%20de%20comunicaci%C3%B3n%20es%20un%20peligroso%20error%20que%20comenten%20constantemente%20las%20empresas&disableGoldGuider=true&hasAttachment=false&q=highestPriorityTriggeredPrompt&shareBoxSessionId=%5C%C3%99t%C2%A2%1EZIM%C2%A4%09%13%27%C2%B91C%15"],includeUrl:["https://www.linkedin.com/voyager/api/voyager","https://www.linkedin.com/voyager/api/voyagerContentcreationDashSharebox?action=fetchShareboxWithDraft&decorationId=com.linkedin.voyager.dash.deco.contentcreation.sharebox-26"]},{strToFilter:"/realtime/realtimeFrontendClientConnectivityTracking?action=sendHeartbeat",excludeUrl:["https://www.linkedin.com/realtime/realtimeFrontendClientConnectivityTracking?action=sendHeartbeat"],includeUrl:["https://www.linkedin.com/realtime/realtimeFrontendTimestamp","https://www.linkedin.com/realtime/realtimeFrontendSubscriptions?ids=List((clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5YWGUB4hwl054jtklqpx2VjPbbVo7Gh74),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAACdkULEBbkw8xk4H_KA5SxqK3TCxyxk9_Wk),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5g-3IBNIABcinpNPrjErVw8282O5xXDVA),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAADUWTR8BJhjL3YT-_tt80GpZ-7AHUlrE6qA))"]},{strToFilter:"/realtime/connect?rc=1",excludeUrl:["https://www.linkedin.com/realtime/connect?rc=1"],includeUrl:["https://www.linkedin.com/realtime/realtimeFrontendTimestamp","https://www.linkedin.com/realtime/realtimeFrontendSubscriptions?ids=List((clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5YWGUB4hwl054jtklqpx2VjPbbVo7Gh74),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAACdkULEBbkw8xk4H_KA5SxqK3TCxyxk9_Wk),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAAD5g-3IBNIABcinpNPrjErVw8282O5xXDVA),(clientConnectionId:8d5bf314-1345-416e-9ec3-013bf22ec8a6,topic:urn%3Ali-realtime%3ApresenceStatusTopic%3Aurn%3Ali%3Afsd_profile%3AACoAADUWTR8BJhjL3YT-_tt80GpZ-7AHUlrE6qA))"]},{strToFilter:"li/tscp/sct",excludeUrl:["https://www.linkedin.com/li/tscp/sct"]}];function ti(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e&&"function"==typeof e.now&&(e.timeOrigin||e.timing)){var n,r=e.now();return n=!e.timing&&t?Math.floor(e.timeOrigin):e.timing.navigationStart,Math.round(r+n)}return Date.now()}function ni(e){var t=e||performance;return Math.round(t.now())}function ri(e){if(!e)return"null";if(e.nodeType===Node.ELEMENT_NODE)try{return Mr(e,{idName:function(e){return 0!==e.indexOf("ember")}})}catch(e){return"serialization_error"}var t=ri(e.parentElement||void 0);return"".concat(t," > nodeType(").concat(e.nodeType,")")}function ii(e,t,n){var r=[];return e&&"function"==typeof e.getEntriesByType&&(t["user-timing-measure-enabled"]&&e.getEntriesByType("measure").forEach((function(e){var t=e.name,n=e.startTime,i=e.duration;r.push({entryType:"MEASURE",name:t,startTime:n,duration:i})})),t["user-timing-mark-enabled"]&&e.getEntriesByType("mark").forEach((function(e){var t=e.name,n=e.startTime,i=e.duration;r.push({entryType:"MARK",name:t,startTime:n,duration:i})})),n&&(e.clearMeasures(),e.clearMarks())),r}function oi(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}var ai=function(){function e(t){we(this,e),Se(this,"hostApis",void 0),Se(this,"hostnameProperties",void 0),Se(this,"usedHostnames",void 0),Se(this,"abortController",void 0),Se(this,"pendingPromises",void 0),this.hostApis=t;var n=t.AbortController;this.hostnameProperties={},this.usedHostnames=new Set,this.abortController=new n,this.pendingPromises=new Set}return _e(e,[{key:"clearUsedHostnames",value:function(){this.usedHostnames=new Set}},{key:"getPresentData",value:function(){var e=this;return wn(this.usedHostnames).map((function(t){return e.hostnameProperties[t]||{hostname:t,provider:"",ipVersion:"",httpVersion:""}}))}},{key:"getDataWhenReady",value:function(e){var t=this,n=this.hostApis,r=n.AbortController,i=n.Promise,o=bn(wn(this.pendingPromises),i),a=setTimeout((function(){t.abortController.abort(),t.abortController=new r}),e);return o.then((function(){return clearTimeout(a),t.getPresentData()}))}},{key:"inspectEntryForCdnData",value:function(e){var t=this;if(!(e.name.indexOf(".licdn.")<0)){var n,r,i=this.hostApis.assign,o=(n=e.name,r=this.hostApis.document,(Zr=Zr||r.createElement("a")).href=n,Zr.hostname);if(this.usedHostnames.add(o),!this.hostnameProperties[o]&&!this.isResourcePossiblyFromCache(e)){var a=this.fetchCdnFromUrl(e.name).then((function(e){var n=i({hostname:o},e);return t.hostnameProperties[o]||(t.hostnameProperties[o]=n),t.pendingPromises.delete(a),n}));this.pendingPromises.add(a)}}}},{key:"fetchCdnFromUrl",value:function(e){return(0,this.hostApis.fetch)(e,{method:"HEAD",signal:this.abortController.signal}).then((function(e){return{provider:e.headers.get("X-CDN")||"",ipVersion:e.headers.get("X-CDN-CLIENT-IP-VERSION")||"",httpVersion:e.headers.get("X-CDN-Proto")||""}}))}},{key:"isResourcePossiblyFromCache",value:function(e){return void 0!==e.transferSize?0===e.transferSize:e.domainLookupStart===e.domainLookupEnd&&e.connectEnd===e.connectStart&&0===e.secureConnectionStart}}]),e}();!function(){var e=function(){function e(){we(this,e)}return _e(e,null,[{key:"x64Add",value:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}},{key:"x64Multiply",value:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]}},{key:"x64Rotl",value:function(e,t){return 32==(t%=64)?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])}},{key:"x64LeftShift",value:function(e,t){return 0==(t%=64)?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]}},{key:"x64Xor",value:function(e,t){return[e[0]^t[0],e[1]^t[1]]}},{key:"x64Fmix",value:function(t){return t=e.x64Xor(t,[0,t[0]>>>1]),t=e.x64Multiply(t,[4283543511,3981806797]),t=e.x64Xor(t,[0,t[0]>>>1]),t=e.x64Multiply(t,[3301882366,444984403]),e.x64Xor(t,[0,t[0]>>>1])}},{key:"x64hash128",value:function(t,n){n=n||0;var r,i=(t=t||"").length%16,o=t.length-i,a=[0,n],s=[0,n],c=[0,0],l=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(r=0;r<o;r+=16)c=[255&t.charCodeAt(r+4)|(255&t.charCodeAt(r+5))<<8|(255&t.charCodeAt(r+6))<<16|(255&t.charCodeAt(r+7))<<24,255&t.charCodeAt(r)|(255&t.charCodeAt(r+1))<<8|(255&t.charCodeAt(r+2))<<16|(255&t.charCodeAt(r+3))<<24],l=[255&t.charCodeAt(r+12)|(255&t.charCodeAt(r+13))<<8|(255&t.charCodeAt(r+14))<<16|(255&t.charCodeAt(r+15))<<24,255&t.charCodeAt(r+8)|(255&t.charCodeAt(r+9))<<8|(255&t.charCodeAt(r+10))<<16|(255&t.charCodeAt(r+11))<<24],c=e.x64Multiply(c,u),c=e.x64Rotl(c,31),c=e.x64Multiply(c,d),a=e.x64Xor(a,c),a=e.x64Rotl(a,27),a=e.x64Add(a,s),a=e.x64Add(e.x64Multiply(a,[0,5]),[0,1390208809]),l=e.x64Multiply(l,d),l=e.x64Rotl(l,33),l=e.x64Multiply(l,u),s=e.x64Xor(s,l),s=e.x64Rotl(s,31),s=e.x64Add(s,a),s=e.x64Add(e.x64Multiply(s,[0,5]),[0,944331445]);switch(c=[0,0],l=[0,0],i){case 15:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+14)],48));case 14:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+13)],40));case 13:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+12)],32));case 12:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+11)],24));case 11:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+10)],16));case 10:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(r+9)],8));case 9:l=e.x64Xor(l,[0,t.charCodeAt(r+8)]),l=e.x64Multiply(l,d),l=e.x64Rotl(l,33),l=e.x64Multiply(l,u),s=e.x64Xor(s,l);case 8:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+7)],56));case 7:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+6)],48));case 6:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+5)],40));case 5:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+4)],32));case 4:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+3)],24));case 3:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+2)],16));case 2:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(r+1)],8));case 1:c=e.x64Xor(c,[0,t.charCodeAt(r)]),c=e.x64Multiply(c,u),c=e.x64Rotl(c,31),c=e.x64Multiply(c,d),a=e.x64Xor(a,c)}return a=e.x64Xor(a,[0,t.length]),s=e.x64Xor(s,[0,t.length]),a=e.x64Add(a,s),s=e.x64Add(s,a),a=e.x64Fmix(a),s=e.x64Fmix(s),a=e.x64Add(a,s),s=e.x64Add(s,a),("00000000"+(a[0]>>>0).toString(16)).slice(-8)+("00000000"+(a[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}}]),e}(),t=function(){function t(){we(this,t),this.components=[{key:"webrtc",getData:t.webRtcKey,shouldEnforceDataLimit:!0,dataLimit:1e3},{key:"enumerateDevices",getData:t.enumerateDevicesKey,shouldEnforceDataLimit:!0,dataLimit:22e3},{key:"appName",getData:t.appNameKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"tsSeed",getData:t.seedKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"appVersion",getData:t.appVersionKey,shouldEnforceDataLimit:!0,dataLimit:300},{key:"appCodeName",getData:t.appCodeNameKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"location",getData:t.locationKey,shouldEnforceDataLimit:!0,dataLimit:1500},{key:"javascripts",getData:t.javascriptsKey,shouldEnforceDataLimit:!0,dataLimit:2200},{key:"platform",getData:t.platformKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"product",getData:t.productKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"productSub",getData:t.productSubKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"cpuClass",getData:t.cpuClassKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"oscpu",getData:t.oscpuKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"hardwareConcurrency",getData:t.hardwareConcurrencyKey,alias:"numOfCores",shouldEnforceDataLimit:!0,dataLimit:100},{key:"deviceMemory",getData:t.deviceMemoryKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"vendor",getData:t.vendorKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"vendorSub",getData:t.vendorSubKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"language",getData:t.languageKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"timezoneOffset",getData:t.timezoneOffset,shouldEnforceDataLimit:!0,dataLimit:100},{key:"timezone",getData:t.timezone,shouldEnforceDataLimit:!0,dataLimit:100},{key:"userAgent",getData:t.UserAgent,shouldEnforceDataLimit:!0,dataLimit:1500},{key:"webdriver",getData:t.webdriver,shouldEnforceDataLimit:!0,dataLimit:100},{key:"doNotTrack",getData:t.doNotTrackKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"incognito",getData:t.incognitoKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"colorDepth",getData:t.colorDepthKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"pixelDepth",getData:t.pixelDepthKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"pixelRatio",getData:t.pixelRatioKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"screenResolution",getData:t.screenResolutionKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"screenOrientation",getData:t.screenOrientationKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"availableScreenResolution",getData:t.availableScreenResolutionKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"sessionStorage",getData:t.sessionStorageKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"localStorage",getData:t.localStorageKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"indexedDb",getData:t.indexedDbKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"addBehavior",getData:t.addBehaviorKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"openDatabase",getData:t.openDatabaseKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"canvas",getData:t.canvasKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"webgl",getData:t.webglKey,shouldEnforceDataLimit:!0,dataLimit:6e3},{key:"signals",getData:t.signalsKey,shouldEnforceDataLimit:!0,dataLimit:150},{key:"touchSupport",getData:t.touchSupportKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"networkInfo",getData:t.networkInfoKey,shouldEnforceDataLimit:!0,dataLimit:150},{key:"battery",getData:t.batteryKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"audio",getData:t.audioKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"automation",getData:t.automationKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"plugins",getData:t.pluginsComponent,shouldEnforceDataLimit:!0,dataLimit:17e3},{key:"mimetyps",getData:t.mimetypesComponent,shouldEnforceDataLimit:!0,dataLimit:27e3},{key:"fonts",getData:t.jsFontsKey,shouldEnforceDataLimit:!0,dataLimit:1500},{key:"fontsFlash",getData:t.flashFontsKey,shouldEnforceDataLimit:!0,dataLimit:100}]}return _e(t,[{key:"getFeatures",value:function(e,t){if("function"==typeof e){if(!t)return e({error:"Options not provided"});var n={data:{latency:{acq_time:{}},errors:{}}},r=Date.now(),i={},o=0,a=0;this.components.forEach((function(s){if(!t.excludes[s.key]){var c=s.key;void 0!==s.alias&&null!==s.alias&&s.alias.length>0&&(c=s.alias),o++;var l=function(){i[c]=Date.now();try{s.getData((function(t){if(!1!==s.shouldEnforceDataLimit){var l=s.hasOwnProperty("dataLimit")&&"number"==typeof s.dataLimit?s.dataLimit:1e3,u=JSON.stringify(t).length;u>l&&(n.data.errors[c]="Exceeded current data limit:"+l+" Data length for:"+c+" was found to be:"+u,t={})}n.data[c]=t,n.data.latency.acq_time[c]=Date.now()-i[c],++a>=o&&(n.data.latency.acq_time.allFeatures=Date.now()-r,n.data.allFeaturesCollectionAt=Date.now(),e(n.data,!0))}),t)}catch(e){n.data.errors[c]=String(e)}};"function"==typeof window.requestIdleCallback&&!1!==t.useRequestIdleCallBack?window.requestIdleCallback(l):l()}})),n.data.latency.acq_time.allFeatures=Date.now()-r,e(n.data,!1)}}}],[{key:"each",value:function(e,t){if(Array.prototype.forEach&&e.forEach===Array.prototype.forEach)e.forEach(t);else if(e.length===+e.length)for(var n=0,r=e.length;n<r;n++)t(e[n],n,e);else for(var i in e)e.hasOwnProperty(i)&&t(e[i],i,e)}},{key:"map",value:function(e,n){var r=[];return null==e?r:Array.prototype.map&&e.map===Array.prototype.map?e.map(n):(t.each(e,(function(e,t,i){r.push(n(e,t,i))})),r)}},{key:"getIPs",value:function(e,t){var n={},r=new(window.RTCPeerConnection||window.webkitRTCPeerConnection||window.mozRTCPeerConnection||window.msRTCPeerConnection)({iceServers:[{urls:"stun:stun.l.google.com:19302"}]},{optional:[{RtpDataChannels:!0}]}),i=function(e){if(null!==e)try{var t=/([0-9]{1,3}(\.[0-9]{1,3}){3}|[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7})/.exec(e)[1];n[t]=!0}catch(e){}},o=!1,a=function(){if(!0!==o){o=!0;var e=r.localDescription;null!==e&&e.sdp.split("\n").forEach((function(e){0!==e.indexOf("a=candidate:")&&0!==e.indexOf("c=IN")||i(e)})),t(Object.keys(n))}};r.onicecandidate=function(e){e.candidate&&i(e.candidate.candidate)},r.onicegatheringstatechange=function(e){"complete"===r.iceGatheringState&&a()},r.createDataChannel("bl");try{r.createOffer().then((function(e){r.setLocalDescription(e)}))}catch(e){r.createOffer((function(e){r.setLocalDescription(e,(function(){}),(function(){}))}),(function(){}))}setTimeout((function(){a()}),2e3)}},{key:"automationKey",value:function(e,n){if(t.getHasLiedBrowser())e("undetected, fake browser");else{var r=t.getBrowserNameAndVersion().split(" ")[0];"Chrome"!==r||!0!==navigator.webdriver?"Firefox"===r&&window.document.documentElement.getAttribute("webdriver")||"_Selenium_IDE_Recorder"in window||"__webdriver_script_fn"in document?e("Selenium"):window.callPhantom||window._phantom?e("PhantomJS"):e(n.NOT_AVAILABLE):e("Selenium")}}},{key:"webRtcKey",value:function(e,n){try{t.getIPs(n,(function(t){e({ips:t})}))}catch(t){e({exception:{name:t.name,message:t.message}})}}},{key:"enumerateDevicesKey",value:function(e,n){if(!t.isEnumerateDevicesSupported())return e(n.NOT_AVAILABLE);navigator.mediaDevices.enumerateDevices().then((function(t){e(t.map((function(e){var t={};return t.id=e.deviceId,t.gid=e.groupId,t.kind=e.kind,t.label=e.label,t})))})).catch((function(t){e(t)}))}},{key:"isEnumerateDevicesSupported",value:function(){return navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices}},{key:"audioKey",value:function(e,n){var r=n.audio;if(r.excludeIOS11&&navigator.userAgent.match(/OS 11.+Version\/11.+Safari/))return e(n.EXCLUDED);var i=window.OfflineAudioContext||window.webkitOfflineAudioContext;if(null==i)return e(n.NOT_AVAILABLE);var o=new i(1,44100,44100),a=o.createOscillator();a.type="triangle",a.frequency.setValueAtTime(1e4,o.currentTime);var s=o.createDynamicsCompressor();t.each([["threshold",-50],["knee",40],["ratio",12],["reduction",-20],["attack",0],["release",.25]],(function(e){void 0!==s[e[0]]&&"function"==typeof s[e[0]].setValueAtTime&&s[e[0]].setValueAtTime(e[1],o.currentTime)})),a.connect(s),s.connect(o.destination),a.start(0),o.startRendering();var c=setTimeout((function(){return o.oncomplete=function(){},o=null,e("audioTimeout")}),r.timeout);o.oncomplete=function(t){var n;try{clearTimeout(c),n=t.renderedBuffer.getChannelData(0).slice(4500,5e3).reduce((function(e,t){return e+Math.abs(t)}),0).toString(),a.disconnect(),s.disconnect()}catch(t){return void e(t)}e(n)}}},{key:"UserAgent",value:function(e){e(navigator.userAgent)}},{key:"webdriver",value:function(e,t){e(void 0===navigator.webdriver||null===navigator.webdriver?t.NOT_AVAILABLE:navigator.webdriver)}},{key:"languageKey",value:function(e,t){e(navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||t.NOT_AVAILABLE)}},{key:"colorDepthKey",value:function(e,t){e(window.screen.colorDepth||t.NOT_AVAILABLE)}},{key:"deviceMemoryKey",value:function(e,t){var n=navigator.deviceMemory||t.NOT_AVAILABLE;n!==t.NOT_AVAILABLE&&(n+=" GB"),e(n)}},{key:"pixelDepthKey",value:function(e,t){e(window.screen.pixelDepth||t.NOT_AVAILABLE)}},{key:"pixelRatioKey",value:function(e,t){e(window.devicePixelRatio||t.NOT_AVAILABLE)}},{key:"screenResolutionKey",value:function(e,n){e(t.getScreenResolution(n))}},{key:"screenOrientationKey",value:function(e,t){if(t.screen.detectScreenOrientation){var n={};n.Enabled=void 0!==screen.orientation,n.Orientation=screen.msOrientation||screen.mozOrientation||(screen.orientation||{}).type,e(n)}else e(t.EXCLUDED)}},{key:"getScreenResolution",value:function(){return{w:window.screen.width,h:window.screen.height}}},{key:"availableScreenResolutionKey",value:function(e,n){e(t.getAvailableScreenResolution(n))}},{key:"getAvailableScreenResolution",value:function(e){return window.screen.availWidth&&window.screen.availHeight?{w:window.screen.availWidth,h:window.screen.availHeight}:e.NOT_AVAILABLE}},{key:"timezoneOffset",value:function(e){e((new Date).getTimezoneOffset()/60)}},{key:"timezone",value:function(e,t){window.Intl&&window.Intl.DateTimeFormat?e((new window.Intl.DateTimeFormat).resolvedOptions().timeZone):e(t.NOT_AVAILABLE)}},{key:"sessionStorageKey",value:function(e,n){e(t.hasSessionStorage(n))}},{key:"localStorageKey",value:function(e,n){e(t.hasLocalStorage(n))}},{key:"indexedDbKey",value:function(e,n){e(t.hasIndexedDB(n))}},{key:"addBehaviorKey",value:function(e){e(!(!document.body||!document.body.addBehavior))}},{key:"openDatabaseKey",value:function(e){e(!!window.openDatabase)}},{key:"cpuClassKey",value:function(e,n){e(t.getNavigatorCpuClass(n))}},{key:"oscpuKey",value:function(e,t){e(navigator.oscpu||t.NOT_AVAILABLE)}},{key:"appNameKey",value:function(e,t){e(navigator.appName||t.NOT_AVAILABLE)}},{key:"appVersionKey",value:function(e,t){e(navigator.appVersion||t.NOT_AVAILABLE)}},{key:"appCodeNameKey",value:function(e,t){e(navigator.appCodeName||t.NOT_AVAILABLE)}},{key:"seedKey",value:function(e,t){e(Date.now())}},{key:"platformKey",value:function(e,n){e(t.getNavigatorPlatform(n))}},{key:"productKey",value:function(e,t){e(navigator.product||t.NOT_AVAILABLE)}},{key:"productSubKey",value:function(e,t){e(navigator.productSub||t.NOT_AVAILABLE)}},{key:"vendorKey",value:function(e,t){e(navigator.vendor||t.NOT_AVAILABLE)}},{key:"vendorSubKey",value:function(e,t){e(navigator.vendorSub||t.NOT_AVAILABLE)}},{key:"doNotTrackKey",value:function(e,n){e(t.getDoNotTrack(n))}},{key:"incognitoKey",value:function(e,n){var r=t.getBrowserNameAndVersion().split(" "),i=r[0],o=r[1],a=n.NOT_AVAILABLE;if("Chrome"===i)if(parseInt(o)<=74){var s=window.RequestFileSystem||window.webkitRequestFileSystem;s?s(window.TEMPORARY,100,(function(t){e(!1)}),(function(t){e(!0)})):e(a)}else"storage"in navigator&&"estimate"in navigator.storage?navigator.storage.estimate().then((function(t){var n=t.quota;e(a=n<125829120)})):e(a);else if("Safari"===i){if(a=!1,window.safariIncognito)a=!0;else{try{window.openDatabase(null,null,null,null)}catch(e){a=!0}try{window.localStorage.setItem("test",1)}catch(e){a=!0}}void 0===a&&(a=!1,window.localStorage.removeItem("test")),e(a)}else if("Firefox"===i){var c=indexedDB.open("test");c.onerror=function(){e(!0)},c.onsuccess=function(){e(!1)}}else e("IE"===i||"EDGE"===i?!window.indexedDB&&(window.PointerEvent||window.MSPointerEvent):a)}},{key:"getBrowserNameAndVersion",value:function(){var e,t=navigator.userAgent,n=t.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(n[1])?"IE "+((e=/\brv[ :]+(\d+)/g.exec(t)||[])[1]||""):"Chrome"===n[1]&&null!=(e=t.match(/\b(OPR|Edge)\/(\d+)/))?e.slice(1).join(" ").replace("OPR","Opera"):(n=n[2]?[n[1],n[2]]:[navigator.appName,navigator.appVersion,"-?"],null!=(e=t.match(/version\/(\d+)/i))&&n.splice(1,1,e[1]),n.join(" "))}},{key:"canvasKey",value:function(e,n){t.isCanvasSupported()?e(t.getCanvasFp(n)):e(n.NOT_AVAILABLE)}},{key:"webglKey",value:function(e,n){t.isWebGlSupported()?e(t.getWebglFp(n)):e(n.NOT_AVAILABLE)}},{key:"javascriptsKey",value:function(e,t){if(void 0===document.scripts||null===document.scripts)return e(t.NOT_AVAILABLE);e([])}},{key:"locationKey",value:function(e,t){e({hash:location.hash||t.NOT_AVAILABLE,host:location.host||t.NOT_AVAILABLE,hostname:location.hostname||t.NOT_AVAILABLE,href:location.href||t.NOT_AVAILABLE,origin:location.origin||t.NOT_AVAILABLE,pathname:location.pathname||t.NOT_AVAILABLE,port:location.port||t.NOT_AVAILABLE,protocol:location.protocol||t.NOT_AVAILABLE})}},{key:"signalsKey",value:function(e){e(t.getSignals())}},{key:"getSignals",value:function(){var e={adBlockInstalled:function(){return t.getAdBlock()},liedLanguages:function(){return t.getHasLiedLanguages()},liedResolution:function(){return t.getHasLiedResolution()},liedOS:function(){return t.getHasLiedOs()},liedBrowser:function(){return t.getHasLiedBrowser()}},n={};for(var r in e)if(e.hasOwnProperty(r)){var i=e[r];n[r]=i(r)}return n}},{key:"flashFontsKey",value:function(e,n){return t.hasSwfObjectLoaded()?t.hasMinFlashInstalled()?n.fonts.swfPath?void t.loadSwfAndDetectFonts((function(t){e(t)}),n):e("missing options.fonts.swfPath"):e("flash not installed"):e("swf object not loaded")}},{key:"jsFontsKey",value:function(t,n){var r=["monospace","sans-serif","serif"],i=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];void 0!==n.fonts&&void 0!==n.fonts.extendedJsFonts&&(i=i.concat(n.fonts.extendedJsFonts)),void 0!==n.fonts&&void 0!==n.fonts.userDefinedFonts&&(i=i.concat(n.fonts.userDefinedFonts)),i=i.filter((function(e,t){return i.indexOf(e)===t}));var o=document.getElementsByTagName("body")[0],a=document.createElement("div"),s=document.createElement("div"),c={},l={},u=function(){var e=document.createElement("span");return e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="72px",e.style.fontStyle="normal",e.style.fontWeight="normal",e.style.letterSpacing="normal",e.style.lineBreak="auto",e.style.lineHeight="normal",e.style.textTransform="none",e.style.textAlign="left",e.style.textDecoration="none",e.style.textShadow="none",e.style.whiteSpace="normal",e.style.wordBreak="normal",e.style.wordSpacing="normal",e.textContent="mmmmmmmmmmlli",e},d=function(e,t){var n=u();return n.style.fontFamily="'"+e+"',"+t,n},h=function(e){for(var t=!1,n=0;n<r.length;n++)if(t=e[n].offsetWidth!==c[r[n]]||e[n].offsetHeight!==l[r[n]])return t;return t},f=function(){for(var e=[],t=0,n=r.length;t<n;t++){var i=u();i.style.fontFamily=r[t],a.appendChild(i),e.push(i)}return e}();o.appendChild(a);for(var p=0,g=r.length;p<g;p++)c[r[p]]=f[p].offsetWidth,l[r[p]]=f[p].offsetHeight;var v=function(){for(var e={},t=0,n=i.length;t<n;t++){for(var o=[],a=0,c=r.length;a<c;a++){var l=d(i[t],r[a]);s.appendChild(l),o.push(l)}e[i[t]]=o}return e}();o.appendChild(s);for(var m=[],y=0,E=i.length;y<E;y++)h(v[i[y]])&&m.push(i[y]);o.removeChild(s),o.removeChild(a);var b={};b.fontsHash=e.x64hash128(m.join(),23),n.fonts.hashOnly||(b.lists=m),t(b)}},{key:"mimetypesComponent",value:function(e,t){if(void 0!==navigator.mimeTypes&&null!==navigator.mimeTypes){for(var n=navigator.mimeTypes,r=[],i=0;i<n.length;i++){var o={};o.type=n[i].type,o.suffixes=n[i].suffixes,o.description=n[i].description,r.push(o)}e(r)}else e(t.NOT_AVAILABLE)}},{key:"pluginsComponent",value:function(e,n){t.isIE()?n.plugins.excludeIE?e(n.EXCLUDED):e(t.getIEPlugins(n)):e(t.getRegularPlugins(n))}},{key:"getRegularPlugins",value:function(e){if(void 0===navigator.plugins||null===navigator.plugins)return e.NOT_AVAILABLE;for(var n=[],r=0,i=navigator.plugins.length;r<i;r++)navigator.plugins[r]&&n.push(navigator.plugins[r]);return n.length>0&&t.pluginsShouldBeSorted(e)&&(n=n.sort((function(e,t){return e.name>t.name?1:e.name<t.name?-1:0}))),t.map(n,(function(e){var n=t.map(e,(function(e){return[e.type,e.suffixes]}));return[e.name,e.description,n]}))}},{key:"getIEPlugins",value:function(e){var n=[];return Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(window,"ActiveXObject")||"ActiveXObject"in window?n=t.map(["AcroPDF.PDF","Adodb.Stream","AgControl.AgControl","DevalVRXCtrl.DevalVRXCtrl.1","MacromediaFlashPaper.MacromediaFlashPaper","Msxml2.DOMDocument","Msxml2.XMLHTTP","PDF.PdfCtrl","QuickTime.QuickTime","QuickTimeCheckObject.QuickTimeCheck.1","RealPlayer","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)","Scripting.Dictionary","SWCtl.SWCtl","Shell.UIHelper","ShockwaveFlash.ShockwaveFlash","Skype.Detection","TDCCtl.TDCCtl","WMPlayer.OCX","rmocx.RealPlayer G2 Control","rmocx.RealPlayer G2 Control.1"],(function(t){try{return new window.ActiveXObject(t),t}catch(t){return e.ERROR}})):n.push(e.NOT_AVAILABLE),navigator.plugins&&(n=n.concat(t.getRegularPlugins(e))),n}},{key:"pluginsShouldBeSorted",value:function(e){for(var t=!1,n=0,r=e.plugins.sortPluginsFor.length;n<r;n++){var i=e.plugins.sortPluginsFor[n];if(navigator.userAgent.match(i)){t=!0;break}}return t}},{key:"batteryKey",value:function(e,t){void 0!==navigator.getBattery?navigator.getBattery().then((function(t){var n={};n.level=t.level,n.charging=t.charging,n.chargingTime=t.chargingTime,n.dischargingTime=t.dischargingTime,e(n)})):e(t.NOT_AVAILABLE)}},{key:"networkInfoKey",value:function(e,t){var n=navigator.connection;e(void 0!==n?{downlink:n.downlink,downlinkMax:n.downlinkMax,type:n.type,effectiveType:n.effectiveType,rtt:n.rtt,saveData:n.saveData}:t.NOT_AVAILABLE)}},{key:"touchSupportKey",value:function(e){e(t.getTouchSupport())}},{key:"hardwareConcurrencyKey",value:function(e,n){e(t.getHardwareConcurrency(n))}},{key:"hasSessionStorage",value:function(e){try{return!!window.sessionStorage}catch(t){return e.ERROR}}},{key:"hasLocalStorage",value:function(e){try{return!!window.localStorage}catch(t){return e.ERROR}}},{key:"hasIndexedDB",value:function(e){try{return!!window.indexedDB}catch(t){return e.ERROR}}},{key:"getHardwareConcurrency",value:function(e){return navigator.hardwareConcurrency?navigator.hardwareConcurrency:e.NOT_AVAILABLE}},{key:"getNavigatorCpuClass",value:function(e){return navigator.cpuClass||e.NOT_AVAILABLE}},{key:"getNavigatorPlatform",value:function(e){return navigator.platform?navigator.platform:e.NOT_AVAILABLE}},{key:"getDoNotTrack",value:function(e){return navigator.doNotTrack?navigator.doNotTrack:navigator.msDoNotTrack?navigator.msDoNotTrack:window.doNotTrack?window.doNotTrack:e.NOT_AVAILABLE}},{key:"getTouchSupport",value:function(){var e,t=0;void 0!==navigator.maxTouchPoints?t=navigator.maxTouchPoints:void 0!==navigator.msMaxTouchPoints&&(t=navigator.msMaxTouchPoints);try{document.createEvent("TouchEvent"),e=!0}catch(t){e=!1}return{maxTouchPoints:t,touchEvent:e,touchStart:"ontouchstart"in window}}},{key:"getCanvasFp",value:function(t){var n={},r=document.createElement("canvas");r.width=2e3,r.height=200,r.style.display="inline";var i=r.getContext("2d");return i.rect(0,0,10,10),i.rect(2,2,6,6),n.canvasWinding=!1===i.isPointInPath(5,5,"evenodd")?"yes":"no",i.textBaseline="alphabetic",i.fillStyle="#f60",i.fillRect(125,1,62,20),i.fillStyle="#069",t.dontUseFakeFontInCanvas?i.font="11pt Arial":i.font="11pt no-real-font-123",i.fillText("Cwm fjordbank glyphs vext quiz, 😃",2,15),i.fillStyle="rgba(102, 204, 0, 0.2)",i.font="18pt Arial",i.fillText("Cwm fjordbank glyphs vext quiz, 😃",4,45),i.globalCompositeOperation="multiply",i.fillStyle="rgb(255,0,255)",i.beginPath(),i.arc(50,50,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(0,255,255)",i.beginPath(),i.arc(100,50,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(255,255,0)",i.beginPath(),i.arc(75,100,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(255,0,255)",i.arc(75,75,75,0,2*Math.PI,!0),i.arc(75,75,25,0,2*Math.PI,!0),i.fill("evenodd"),r.toDataURL&&(n.canvasHash=e.x64hash128(r.toDataURL(),23)),n}},{key:"getWebglFp",value:function(n){var r,i=function(e){return r.clearColor(0,0,0,1),r.enable(r.DEPTH_TEST),r.depthFunc(r.LEQUAL),r.clear(r.COLOR_BUFFER_BIT|r.DEPTH_BUFFER_BIT),"["+e[0]+", "+e[1]+"]"};if(!(r=t.getWebglCanvas()))return null;var o={},a=r.createBuffer();r.bindBuffer(r.ARRAY_BUFFER,a);var s=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);r.bufferData(r.ARRAY_BUFFER,s,r.STATIC_DRAW),a.itemSize=3,a.numItems=3;var c=r.createProgram(),l=r.createShader(r.VERTEX_SHADER);r.shaderSource(l,"attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}"),r.compileShader(l);var u=r.createShader(r.FRAGMENT_SHADER);r.shaderSource(u,"precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}"),r.compileShader(u),r.attachShader(c,l),r.attachShader(c,u),r.linkProgram(c),r.useProgram(c),c.vertexPosAttrib=r.getAttribLocation(c,"attrVertex"),c.offsetUniform=r.getUniformLocation(c,"uniformOffset"),r.enableVertexAttribArray(c.vertexPosArray),r.vertexAttribPointer(c.vertexPosAttrib,a.itemSize,r.FLOAT,!1,0,0),r.uniform2f(c.offsetUniform,1,1),r.drawArrays(r.TRIANGLE_STRIP,0,a.numItems);try{o.webglHash=e.x64hash128(r.canvas.toDataURL(),23)}catch(e){}if(n.webgl.hashOnly)return o;o.vendorAndRenderer=t.getWebglVendorAndRenderer(),o.extensions=r.getSupportedExtensions()||[],o["webgl aliased line width range"]=i(r.getParameter(r.ALIASED_LINE_WIDTH_RANGE)),o["webgl aliased point size range"]=i(r.getParameter(r.ALIASED_POINT_SIZE_RANGE)),o["webgl alpha bits"]=r.getParameter(r.ALPHA_BITS),o["webgl antialiasing"]=r.getContextAttributes().antialias?"yes":"no",o["webgl blue bits"]=r.getParameter(r.BLUE_BITS),o["webgl depth bits"]=r.getParameter(r.DEPTH_BITS),o["webgl green bits"]=r.getParameter(r.GREEN_BITS),o["webgl max anisotropy"]=function(e){var t=e.getExtension("EXT_texture_filter_anisotropic")||e.getExtension("WEBKIT_EXT_texture_filter_anisotropic")||e.getExtension("MOZ_EXT_texture_filter_anisotropic");if(t){var n=e.getParameter(t.MAX_TEXTURE_MAX_ANISOTROPY_EXT);return 0===n&&(n=2),n}return null}(r),o["webgl max combined texture image units"]=r.getParameter(r.MAX_COMBINED_TEXTURE_IMAGE_UNITS),o["webgl max cube map texture size"]=r.getParameter(r.MAX_CUBE_MAP_TEXTURE_SIZE),o["webgl max fragment uniform vectors"]=r.getParameter(r.MAX_FRAGMENT_UNIFORM_VECTORS),o["webgl max render buffer size"]=r.getParameter(r.MAX_RENDERBUFFER_SIZE),o["webgl max texture image units"]=r.getParameter(r.MAX_TEXTURE_IMAGE_UNITS),o["webgl max texture size"]=r.getParameter(r.MAX_TEXTURE_SIZE),o["webgl max varying vectors"]=r.getParameter(r.MAX_VARYING_VECTORS),o["webgl max vertex attribs"]=r.getParameter(r.MAX_VERTEX_ATTRIBS),o["webgl max vertex texture image units"]=r.getParameter(r.MAX_VERTEX_TEXTURE_IMAGE_UNITS),o["webgl max vertex uniform vectors"]=r.getParameter(r.MAX_VERTEX_UNIFORM_VECTORS),o["webgl max viewport dims"]=i(r.getParameter(r.MAX_VIEWPORT_DIMS)),o["webgl red bits"]=r.getParameter(r.RED_BITS),o["webgl renderer"]=r.getParameter(r.RENDERER),o["webgl shading language version"]=r.getParameter(r.SHADING_LANGUAGE_VERSION),o["webgl stencil bits"]=r.getParameter(r.STENCIL_BITS),o["webgl vendor"]=r.getParameter(r.VENDOR),o["webgl version"]=r.getParameter(r.VERSION);try{var d=r.getExtension("WEBGL_debug_renderer_info");d&&(o["webgl unmasked vendor"]=r.getParameter(d.UNMASKED_VENDOR_WEBGL),o["webgl unmasked renderer"]=r.getParameter(d.UNMASKED_RENDERER_WEBGL))}catch(e){}return r.getShaderPrecisionFormat?(t.each(["FLOAT","INT"],(function(e){t.each(["VERTEX","FRAGMENT"],(function(n){t.each(["HIGH","MEDIUM","LOW"],(function(i){t.each(["precision","rangeMin","rangeMax"],(function(t){var a=r.getShaderPrecisionFormat(r[n+"_SHADER"],r[i+"_"+e])[t];"precision"!==t&&(t="precision "+t);var s=["webgl ",n.toLowerCase()," shader ",i.toLowerCase()," ",e.toLowerCase()," ",t].join("");o[s]=a}))}))}))})),o):o}},{key:"getWebglVendorAndRenderer",value:function(){try{var e=t.getWebglCanvas(),n=e.getExtension("WEBGL_debug_renderer_info");return e.getParameter(n.UNMASKED_VENDOR_WEBGL)+"~"+e.getParameter(n.UNMASKED_RENDERER_WEBGL)}catch(e){return null}}},{key:"getAdBlock",value:function(){var e=document.createElement("div");e.innerHTML="&nbsp;",e.className="adsbox";var t=!1;try{document.body.appendChild(e),t=0===document.getElementsByClassName("adsbox")[0].offsetHeight,document.body.removeChild(e)}catch(e){t=!1}return t}},{key:"getHasLiedLanguages",value:function(){if(void 0!==navigator.languages)try{if(navigator.languages[0].substr(0,2)!==navigator.language.substr(0,2))return!0}catch(e){return!0}return!1}},{key:"getHasLiedResolution",value:function(){return window.screen.width<window.screen.availWidth||window.screen.height<window.screen.availHeight}},{key:"getHasLiedOs",value:function(){var e,t=navigator.userAgent.toLowerCase(),n=navigator.oscpu,r=navigator.platform.toLowerCase();if(e=t.indexOf("windows phone")>=0?"Windows Phone":t.indexOf("win")>=0?"Windows":t.indexOf("android")>=0?"Android":t.indexOf("linux")>=0||t.indexOf("cros")>=0?"Linux":t.indexOf("iphone")>=0||t.indexOf("ipad")>=0?"iOS":t.indexOf("mac")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e)return!0;if(void 0!==n){if((n=n.toLowerCase()).indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(n.indexOf("linux")>=0&&"Linux"!==e&&"Android"!==e)return!0;if(n.indexOf("mac")>=0&&"Mac"!==e&&"iOS"!==e)return!0;if((-1===n.indexOf("win")&&-1===n.indexOf("linux")&&-1===n.indexOf("mac"))!=("Other"===e))return!0}return r.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||(r.indexOf("linux")>=0||r.indexOf("android")>=0||r.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||(r.indexOf("mac")>=0||r.indexOf("ipad")>=0||r.indexOf("ipod")>=0||r.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||(r.indexOf("win")<0&&r.indexOf("linux")<0&&r.indexOf("mac")<0&&r.indexOf("iphone")<0&&r.indexOf("ipad")<0)!=("Other"===e)||void 0===navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e}},{key:"getHasLiedBrowser",value:function(){var e,t=navigator.userAgent.toLowerCase(),n=navigator.productSub;if(("Chrome"==(e=t.indexOf("firefox")>=0?"Firefox":t.indexOf("opera")>=0||t.indexOf("opr")>=0?"Opera":t.indexOf("chrome")>=0?"Chrome":t.indexOf("safari")>=0?"Safari":t.indexOf("trident")>=0?"Internet Explorer":"Other")||"Safari"===e||"Opera"===e)&&"20030107"!==n)return!0;var r,i=eval.toString().length;if(37===i&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===i&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===i&&"Chrome"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(t){try{t.toSource(),r=!0}catch(t){r=!1}}return r&&"Firefox"!==e&&"Other"!==e}},{key:"isCanvasSupported",value:function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))}},{key:"isWebGlSupported",value:function(){if(!t.isCanvasSupported())return!1;var e=t.getWebglCanvas();return!!window.WebGLRenderingContext&&!!e}},{key:"isIE",value:function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))}},{key:"hasSwfObjectLoaded",value:function(){return void 0!==window.swfobject}},{key:"hasMinFlashInstalled",value:function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")}},{key:"addFlashDivNode",value:function(e){var t=document.createElement("div");t.setAttribute("id",e.fonts.swfContainerId),document.body.appendChild(t)}},{key:"loadSwfAndDetectFonts",value:function(e,n){window.___fp_swf_loaded=function(t){e(t)};var r=n.fonts.swfContainerId;t.addFlashDivNode(),window.swfobject.embedSWF(n.fonts.swfPath,r,"1","1","9.0.0",!1,{onReady:"___fp_swf_loaded"},{allowScriptAccess:"always",menu:"false"},{})}},{key:"getWebglCanvas",value:function(){var e=document.createElement("canvas"),t=null;try{t=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(e){}return t||(t=null),t}}]),t}(),n={getItem:function(e){var t=this.getCookieString().match(this._cookieRegEx(e));return t?t[1].replace(/^"(.*)"$/,"$1"):""},getBcookie:function(){try{for(var e=document.cookie.split(/\s*;\s*/),t=0;t<e.length;t++){var n=e[t].split("=");if(n.length>1&&"bcookie"===n[0]){var r=n[n.length-1];return r.substring(2,r.length-1)}}}catch(e){return""}return""},setItem:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.getDomain(),i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(n){var o=["".concat(e,"=").concat(t,"; path=").concat(i,"; secure=true")];"string"==typeof r&&r.length>0&&o.push("domain="+r),o.push("expires="+(n instanceof Date?n.toUTCString():n)),document.cookie=o.join("; ")}},deleteItem:function(e){this.setItem(e,"",new Date(0)),this.setItem(e,"",new Date(0),"");var t=this.getDomain().split(".");t.length>2&&(t=t.slice(t.length-2));var n=t.join(".");this.setItem(e,"",new Date(0),n)},_cookieRegEx:function(e){return new RegExp(e+"=([^;]*)")},getCookieString:function(){return document.cookie},getDomain:function(){return window.location?window.location.hostname:""}},i="HUMAN",o="DFP_WEB",a="RECAPTCHA_V3_WEB";function s(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2?arguments[2]:void 0,r=n?n.querySelector("#"+e):document.getElementById(e);if(r){var i=r.firstChild.nodeValue;if(t&&r.parentNode.removeChild(r),i)try{return JSON.parse(i)}catch(e){return}}}function c(e,t,n){var r=new XMLHttpRequest,i=n?"https://www.linkedin.com":"https://www.linkedin-ei.com";i+=String(t),r.open("POST",i),r.setRequestHeader("Content-Type","application/json"),r.send(e)}function l(e){var t=document.getElementsByClassName(e);return void 0!==t&&t.length>=1}var u=function(){function e(){we(this,e)}return _e(e,null,[{key:"str2ab",value:function(e){for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),r=0,i=e.length;r<i;r++)n[r]=e.charCodeAt(r);return t}},{key:"encode",value:function(e){return window.btoa(String.fromCharCode.apply(null,e))}},{key:"importPk",value:function(t,n,r){var i=window.atob(n),o=e.str2ab(i);return window.crypto.subtle.importKey(t,o,{name:"RSA-OAEP",hash:"SHA-256"},!0,r)}},{key:"wrap",value:function(t,n){return e.importPk("spki",n,["wrapKey"]).then((function(e){return window.crypto.subtle.wrapKey("raw",t,e,{name:"RSA-OAEP"})})).then((function(t){return e.encode(new Uint8Array(t))}))}},{key:"wrapErrorResult",value:function(e){var t={a:null,b:null,c:null};return t.error=e,t}},{key:"encryptWithKey",value:function(t,n,r){var i={a:null,b:null,c:null};try{var o=Date.now();if("string"!=typeof n||"number"!=typeof r)throw new Error("ec1");var a=window.crypto.getRandomValues(new Uint8Array(16));i.a=e.encode(a);var s=(new TextEncoder).encode(t),c="AES-CBC";return window.crypto.subtle.generateKey({name:c,length:256},!0,["encrypt","decrypt"]).then((function(t){return window.crypto.subtle.encrypt({name:c,iv:a},t,s).then((function(a){return e.wrap(t,n).then((function(t){return i.b=t,i.c=e.encode(new Uint8Array(a)),i.d=Date.now()-o,i.e=r,i}))}))})).catch((function(e){return i.error=String(e),i}))}catch(t){return i.error=String(t),Promise.resolve(i)}}},{key:"encryptWithKeyIds",value:function(t,n,r,i){if("string"!=typeof n||"string"!=typeof r)return Promise.resolve(e.wrapErrorResult("Error: ec2"));var o=s(n),a=parseInt(s(r));return(""===o||"string"!=typeof o||"number"!=typeof a||Number.isNaN(a))&&(o=i?"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqyVTa3Pi5twlDxHc34nl3MlTHOweIenIid6hDqVlh5/wcHzIxvB9nZjObW3HWfwqejGM+n2ZGbo9x8R7ByS3/V4qRgAs1z4aB6F5+HcXsx8uVrQfwigK0+u7d3g1s7H8qUaguMPHxNnyj5EisTJBh2jf9ODp8TpWnhAQHCCSZcDM4JIoIlsVdGmv+dGlzZzmf1if26U4KJqFdrqS83r3nGWcEpXWiQB+mx/EX4brbrhOFCvfPovvsLEjMTm0UC68Bvki3UsB/vkkMPW9cxNiiJJdnDkOEEdQPuFmPug+sqhACl3IIHLVBFM7vO0ca14rcCNSbSDaaKOY6BQoW1A30wIDAQAB":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtw/ArJ9dD6hi+jrX6ZpRqwk2Mm5v3EElQGhzSngYHAm7gvdcAEj6sbU4HhrXs3+TZamDV+RHwL+rDT+TtD8ZJBaVbA+wRDdIezECZT+WNZw2SMkjAsX0OynAT/wowGfE72zMhYc4byGfQmtAQrUL2iJ19KIJj0aZ4m41kvnBHMZbwO52+ceyQhqAzB7bn6U//QHJySHgjaOsgkpPnuxZUz6ly+FrKveQp+bNIfh8R5GO2ABRoeBL4c3jip/UjmmnfYE3xdzubni1a6WQ6YTTb6ZEJSgQTp/Rc+o/btcKkTIqDcXvGbO0iAxev8EXV7GtkRguqgfwaURAaps9Nes5NwIDAQAB",a=i?2:1),e.encryptWithKey(t,o,a)}},{key:"encryptWithKeyFromDifferentSources",value:function(t,n,r,i,o){return null!=i&&"string"==typeof i.publicKey&&"number"==typeof i.publicKeyVersion?e.encryptWithKey(t,i.publicKey,i.publicKeyVersion):e.encryptWithKeyIds(t,n,r,o)}},{key:"uuidv4",value:function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(e){return(e^window.crypto.getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)}))}},{key:"generateSha256HashOrDefault",value:function(e){var t=(new TextEncoder).encode(e);return crypto.subtle.digest("SHA-256",t).then((function(e){return Array.from(new Uint8Array(e)).map((function(e){return("00"+e.toString(16)).slice(-2)})).join("")})).catch((function(){return""}))}}]),e}(),d=function(){var e={compressToBase64:function(t){if(null==t)return"";var n=e._compress(t,6,(function(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)}));switch(n.length%4){default:case 0:return n;case 1:return n+"===";case 2:return n+"==";case 3:return n+"="}},_compress:function(e,t,n){if(null==e)return"";var r,i,o,a={},s={},c="",l="",u="",d=2,h=3,f=2,p=[],g=0,v=0;for(o=0;o<e.length;o+=1)if(c=e.charAt(o),Object.prototype.hasOwnProperty.call(a,c)||(a[c]=h++,s[c]=!0),l=u+c,Object.prototype.hasOwnProperty.call(a,l))u=l;else{if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(r=0;r<f;r++)g<<=1,v==t-1?(v=0,p.push(n(g)),g=0):v++;for(i=u.charCodeAt(0),r=0;r<8;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}else{for(i=1,r=0;r<f;r++)g=g<<1|i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i=0;for(i=u.charCodeAt(0),r=0;r<16;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}0==--d&&(d=Math.pow(2,f),f++),delete s[u]}else for(i=a[u],r=0;r<f;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;0==--d&&(d=Math.pow(2,f),f++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(r=0;r<f;r++)g<<=1,v==t-1?(v=0,p.push(n(g)),g=0):v++;for(i=u.charCodeAt(0),r=0;r<8;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}else{for(i=1,r=0;r<f;r++)g=g<<1|i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i=0;for(i=u.charCodeAt(0),r=0;r<16;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}0==--d&&(d=Math.pow(2,f),f++),delete s[u]}else for(i=a[u],r=0;r<f;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;0==--d&&(d=Math.pow(2,f),f++)}for(i=2,r=0;r<f;r++)g=g<<1|1&i,v==t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;for(;;){if(g<<=1,v==t-1){p.push(n(g));break}v++}return p.join("")}};return e}(),h={apfcTypes:1,collectionType:2,trackingId:3},f={protocol:1,hostname:2,port:3,origin:4,host:5,href:6,hash:7,pathname:8},p={saveData:1,effectiveType:2,rtt:3,downlink:4,downlinkMax:5,type:6},g={liedOS:1,liedBrowser:2,liedResolution:3,adBlockInstalled:4,liedLanguages:5},v={type:1,description:2,suffixes:3},m={canvasHash:1,canvasWinding:2},y={label:1,gid:2,id:3,kind:4},E={lists:1,fontsHash:2},b={Orientation:1,Enabled:2},w={charging:1,dischargingTime:2,level:3,chargingTime:4},T={touchStart:1,touchEvent:2,maxTouchPoints:3},_={"webgl stencil bits":1,"webgl vertex shader high float precision rangeMax":2,"webgl antialiasing":3,"webgl max vertex texture image units":4,"webgl fragment shader medium int precision rangeMax":5,"webgl fragment shader low int precision rangeMin":6,"webgl max vertex uniform vectors":7,"webgl renderer":8,"webgl vertex shader high float precision":9,"webgl green bits":10,"webgl fragment shader medium int precision rangeMin":11,"webgl fragment shader low int precision rangeMax":12,"webgl fragment shader medium int precision":13,"webgl blue bits":14,"webgl max viewport dims":15,"webgl unmasked vendor":16,"webgl vertex shader medium float precision":17,"webgl fragment shader low int precision":18,"webgl vertex shader high int precision":19,"webgl vertex shader medium int precision rangeMax":20,"webgl unmasked renderer":21,"webgl fragment shader high int precision":22,"webgl aliased point size range":23,"webgl vertex shader medium float precision rangeMax":24,"webgl vertex shader low int precision rangeMax":25,"webgl fragment shader low float precision":26,"webgl fragment shader high int precision rangeMin":27,"webgl vertex shader high float precision rangeMin":28,"webgl red bits":29,vendorAndRenderer:30,"webgl vertex shader medium int precision rangeMin":31,"webgl vertex shader low float precision":32,"webgl vertex shader medium int precision":33,"webgl fragment shader medium float precision rangeMax":34,"webgl max texture image units":35,"webgl vertex shader medium float precision rangeMin":36,"webgl fragment shader high float precision rangeMin":37,"webgl fragment shader high int precision rangeMax":38,"webgl vertex shader high int precision rangeMax":39,webglHash:40,"webgl max varying vectors":41,"webgl fragment shader medium float precision rangeMin":42,"webgl vertex shader low int precision":43,"webgl fragment shader low float precision rangeMin":44,"webgl aliased line width range":45,"webgl max combined texture image units":46,"webgl shading language version":47,"webgl vertex shader high int precision rangeMin":48,"webgl max anisotropy":49,"webgl max render buffer size":50,"webgl vendor":51,"webgl vertex shader low int precision rangeMin":52,"webgl max fragment uniform vectors":53,"webgl fragment shader high float precision rangeMax":54,"webgl version":55,"webgl fragment shader high float precision":56,"webgl max texture size":57,"webgl max cube map texture size":58,"webgl fragment shader medium float precision":59,"webgl vertex shader low float precision rangeMin":60,"webgl max vertex attribs":61,"webgl alpha bits":62,"webgl vertex shader low float precision rangeMax":63,"webgl fragment shader low float precision rangeMax":64,"webgl depth bits":65,extensions:66},S={ANGLE_instanced_arrays:67,EXT_blend_minmax:68,EXT_clip_control:69,EXT_color_buffer_float:70,EXT_color_buffer_half_float:71,EXT_conservative_depth:72,EXT_depth_clamp:73,EXT_disjoint_timer_query:74,EXT_disjoint_timer_query_webgl2:75,EXT_float_blend:76,EXT_frag_depth:77,EXT_polygon_offset_clamp:78,EXT_render_snorm:79,EXT_shader_texture_lod:80,EXT_texture_compression_bptc:81,EXT_texture_compression_rgtc:82,EXT_texture_filter_anisotropic:83,EXT_texture_mirror_clamp_to_edge:84,EXT_texture_norm16:85,EXT_sRGB:86,KHR_parallel_shader_compile:87,NV_shader_noperspective_interpolation:88,OES_draw_buffers_indexed:89,OES_element_index_uint:90,OES_fbo_render_mipmap:91,OES_sample_variables:92,OES_shader_multisample_interpolation:93,OVR_multiview2:94,OES_standard_derivatives:95,OES_texture_float:96,OES_texture_float_linear:97,OES_texture_half_float:98,OES_texture_half_float_linear:99,OES_vertex_array_object:100,WEBGL_blend_func_extended:101,WEBGL_clip_cull_distance:102,WEBGL_color_buffer_float:103,WEBGL_compressed_texture_astc:104,WEBGL_compressed_texture_etc:105,WEBGL_compressed_texture_etc1:106,WEBGL_compressed_texture_pvrtc:107,WEBGL_compressed_texture_s3tc:108,WEBGL_compressed_texture_s3tc_srgb:109,WEBGL_debug_renderer_info:110,WEBGL_debug_shaders:111,WEBGL_depth_texture:112,WEBGL_draw_buffers:113,WEBGL_lose_context:114,WEBGL_multi_draw:115,WEBGL_polygon_mode:116,WEBGL_provoking_vertex:117,WEBGL_render_shared_exponent:118,WEBGL_stencil_texturing:119},I={"American Typewriter":1,"Andale Mono":2,Arial:3,"Arial Black":4,"Arial Hebrew":5,"Arial Narrow":6,"Arial Rounded MT Bold":7,"Arial Unicode MS":8,Avenir:9,"Avenir Next":10,"Avenir Next Condensed":11,Bahnschrift:12,Baskerville:13,"Big Caslon":14,"Bodoni 72":15,"Bodoni 72 Oldstyle":16,"Bodoni 72 Smallcaps":17,"Bradley Hand":18,"Brush Script MT":19,Calibri:20,Cambria:21,"Cambria Math":22,Candara:23,Chalkboard:24,"Chalkboard SE":25,Chalkduster:26,Charter:27,Cochin:28,"Comic Sans MS":29,Consolas:30,Constantia:31,Corbel:32,Copperplate:33,Courier:34,"Courier New":35,Didot:36,"DIN Alternate":37,"DIN Condensed":38,Ebrima:39,"Franklin Gothic Medium":40,Futura:41,Gabriola:42,Gadugi:43,Geneva:44,Georgia:45,"Gill Sans":46,Helvetica:47,"Helvetica Neue":48,Herculanum:49,"Hoefler Text":50,"HoloLens MDL2 Assets":51,Impact:52,"Ink Free":53,"Javanese Text":54,"Leelawadee UI":55,"Lucida Console":56,"LUCIDA GRANDE":57,"Lucida Grande":58,"Lucida Sans Unicode":59,Luminari:60,"Malgun Gothic":61,"Marker Felt":62,Marlett:63,Menlo:64,"Microsoft Himalaya":65,"Microsoft JhengHei":66,"Microsoft New Tai Lue":67,"Microsoft PhagsPa":68,"Microsoft Sans Serif":69,"Microsoft Tai Le":70,"Microsoft YaHei":71,"Microsoft Yi Baiti":72,"MingLiU-ExtB":73,Monaco:74,"Mongolian Baiti":75,"MS Gothic":76,"MV Boli":77,"Myanmar Text":78,"Nirmala UI":79,Noteworthy:80,Optima:81,Palatino:82,"Palatino Linotype":83,Papyrus:84,Phosphate:85,Rockwell:86,"Savoye LET":87,"Segoe MDL2 Assets":88,"Segoe Print":89,"Segoe Script":90,"Segoe UI":91,"Segoe UI Historic":92,"Segoe UI Emoji":93,"Segoe UI Symbol":94,SignPainter:95,SimSun:96,Sitka:97,Skia:98,"Snell Roundhand":99,Sylfaen:100,Symbol:101,Tahoma:102,Times:103,"Times New Roman":104,Trattatello:105,"Trebuchet MS":106,Verdana:107,Webdings:108,Wingdings:109,"Wingdings 2":110,"Wingdings 3":111,"Yu Gothic":112,Zapfino:113},A={appVersion:1,numOfCores:2,webrtc:3,touchSupport:4,webgl:5,timezone:6,plugins:7,localStorage:8,incognito:9,language:10,appCodeName:11,battery:12,platform:13,javascripts:14,automation:15,pixelDepth:16,screenOrientation:17,availableScreenResolution:18,timezoneOffset:19,oscpu:20,fonts:21,vendor:22,sessionStorage:23,webdriver:24,audio:25,openDatabase:26,screenResolution:27,vendorSub:28,enumerateDevices:29,product:30,canvas:31,appName:32,mimetyps:33,cpuClass:34,indexedDb:35,userAgent:36,deviceMemory:37,productSub:38,addBehavior:39,signals:40,networkInfo:41,location:42,colorDepth:43,FPDataCookie:44,tsSeed:45,errors:46,pixelRatio:47};function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function k(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var O=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?"),R=/^fs_/;var N,L,P=/(?![^(]*\)),/,D=function e(t){var n=function(e){if("string"!=typeof e)throw new TypeError("URNs must be of type string, but the parameter passed to extractEntityInfoFromUrn was of type "+be(e)+".");var t,n,r=O.exec(e);return r&&(t=r[1].replace(R,""),n=r[2]),{id:n,type:t}}(t),r=n.id,i=n.type,o={};if("("===r.charAt(0)){for(var a,s=r.substring(1,r.length-1).split(P),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));r=s}return o[i]=r,o},x=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));return n&&n.length>1?n[1]:null},M={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},U="GUEST",B="MEMBER",F="ENTERPRISE_UNBOUND",H=(C(N={},U,"li_gc"),C(N,B,"li_mc"),C(N,F,"li_ec"),N);C(L={},U,"mypreferences/g/guest-cookies"),C(L,B,"settings/member-cookies"),C(L,F,"mypreferences/e/enterprise-cookies");var j,G,q,z,V=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=r,this.optedInConsentMap={},M)t[o]=t[o]||0,0!==t[o]&&(this.consentAvailable=!0),this.optedInConsentMap[o]=1===t[o]||0===t[o]&&1===i},W=(j=[M.ADVERTISING,M.ANALYTICS_AND_RESEARCH,M.FUNCTIONAL],G=[0,1,2,0],q=function(e){for(var t={},n=0;n<j.length;n++)t[j[n]]=G[e>>2*n&3];return t},z=function(e){var t=0;return e>=0&&e<=3&&(t=G[e]),t},{parseConsentBody:function(e,t){var n=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";")),r=e.match(n);if(!r)return{error:"Invalid consent body encoding",consent:new V};var i=q(parseInt(r[1],10)),o=new Date(1e3*parseInt(r[2],10)),a=z(parseInt(r[3],10));return{error:null,consent:new V(i,o,t,a)}},parseConsentBodyEnterpriseUnbound:function(e,t,n){var r=function(e){try{var t=D(e);if(t&&t.enterpriseProfile&&t.enterpriseProfile.length>=2&&t.enterpriseProfile[0].enterpriseAccount)return{enterpriseAccountId:parseInt(t.enterpriseProfile[0].enterpriseAccount,10),enterpriseProfileId:parseInt(t.enterpriseProfile[1],10)}}catch(e){return null}return null}(t);if(!r)return{error:"Invalid enterprise profile urn provided",consent:new V};var i=r.enterpriseAccountId,o=r.enterpriseProfileId,a=new RegExp(["^((?:\\d+,\\d+,\\d+,\\d+,\\d+)(?:\\|(?:\\d+,\\d+,\\d+,\\d+,\\d+))*)","(\\d+)","(\\d+)","(?:(?:.|\\s)+)$"].join(";")),s=e.match(a);if(!s)return{error:"Invalid consent body encoding",consent:new V};var c=s[1].split("|").map((function(e){return e.split(",").map((function(e){return parseInt(e,10)}))})).filter((function(e){var t=function(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),4!==n.length);r=!0);}catch(e){i=!0,o=e}finally{try{r||null==s.return||s.return()}finally{if(i)throw o}}return n}}(e)||function(e,t){if(e){if("string"==typeof e)return k(e,4);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?k(e,4):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(e),r=t[1],a=t[2],s=t[3];return r===i&&a===o&&s===n}))[0];if(!c)return{error:null,consent:new V};var l=q(c[0]),u=new Date(1e3*parseInt(s[2],10)),d=z(parseInt(s[3],10));return{error:null,consent:new V(l,u,F,d)}}}),K=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),X=function(e){var t={};for(var n in M)t[n]=e;return{error:null,consent:new V(t,null,null,e)}},Y=function(e,t,n,i){e&&e.length>1&&'"'==e.charAt(0)&&'"'==e.charAt(e.length-1)&&(e=e.substring(1,e.length-1));var o,a=null;try{a=(o=e,"undefined"==typeof atob&&void 0!==r?r.from(o,"base64").toString("binary"):atob(o)).match(K)}catch(e){}if(!a)return{error:"Invalid consent encoding",consent:new V};var s=parseInt(a[1],10),c=a[2];return 1===s?t===F?W.parseConsentBodyEnterpriseUnbound(c,n,i):W.parseConsentBody(c,t):{error:"Invalid encoded consent version ".concat(s),consent:new V}},Q=new Map([["/voyager/api/voyagerSocialDashNormComments","createComment"],["/signup/cold-join","createAccount"],["/signup/api/createAccount","createAccount"],["/signup/api/cors/createAccount","createAccount"]]);function J(e){var t;try{t=new URL(e)}catch(n){t=new URL(e,window.location.origin)}return t.pathname}var $=function(){function e(t,n){we(this,e),this.callback=t,this.config=n,this.setupInterceptorForFetch(),this.setupInterceptorForOpen()}return _e(e,[{key:"setupInterceptorForFetch",value:function(){var e=window.fetch,t=this;window.fetch=function(n,r){try{var i=J(n);t.runActionInterceptorLogic(i)}catch(e){}return e(n,r)}}},{key:"setupInterceptorForOpen",value:function(){var e=XMLHttpRequest.prototype.open,t=XMLHttpRequest.prototype.send,n=this;XMLHttpRequest.prototype.open=function(t,n){try{this._sanitizedPath=J(n)}catch(e){}e.apply(this,arguments)},XMLHttpRequest.prototype.send=function(e){try{n.runActionInterceptorLogic(this._sanitizedPath)}catch(e){}t.apply(this,arguments)}}},{key:"runActionInterceptorLogic",value:function(e){if(e){var t=Q.get(e),n=this.callback;void 0!==t&&window.grecaptcha&&window.grecaptcha.enterprise&&window.grecaptcha.enterprise.ready&&window.grecaptcha.enterprise.execute&&window.grecaptcha.enterprise.ready((function(){var e=t||"default";window.grecaptcha.enterprise.execute("6LcIy_MqAAAAAMKiupFSbmzW3xjGSlIfRzNWYMjC",{action:e}).then((function(t){var r={token:t,expectedAction:e};n(a,JSON.stringify(r))})).catch((function(e){var t={error:e};n(a,JSON.stringify(t))}))}))}}}]),e}(),Z={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:"apfcDf",swfPath:"flash/compiled/FontList.swf",userDefinedFonts:[],extendedJsFonts:void 0,hashOnly:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},webgl:{hashOnly:!1},telemetryCollectPath:"/platform-telemetry/li/apfcDf",gloablIntegrationDataCollectionPath:"/apfc/collect",extraComponents:[],excludes:{pixelRatio:!0,doNotTrack:!0,fontsFlash:!0},debug:!1,NOT_AVAILABLE:"n/a",ERROR:"err",EXCLUDED:"excluded",useRequestIdleCallBack:!0},ee=!1;try{var te=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.enterpriseProfileUrn,i=n.enterpriseAppInstanceId;if("string"!=typeof t){if("undefined"==typeof document)return{error:"cookie string must be provided in SSR mode",consent:new V};t=document.cookie}if(r&&!i||!r&&i)return{error:"enterpriseProfileUrn and enterpriseAppInstanceId must both be provided if at least one is provided",consent:new V};if(!(e!==F||r&&i))return{error:"enterpriseProfileUrn and enterpriseAppInstanceId are required for unbound userMode",consent:new V};if(!e){var o=x(H[F],t);if(o&&r&&i){var a=Y(o,F,r,i);if(a.consent.userMode===F||a.error)return a}e=x("liap",t)?x(H[B],t)?B:U:x(H[U],t)?U:B}return function(e,t,n,r){var i=x(H[e],t);return i?Y(i,e,n,r):x(H[U],t)||x(H[B],t)||x(H[F],t)?X(2):X(1)}(e,t,r,i)}().consent.optedInConsentMap;ee=te[M.FUNCTIONAL]}catch(e){}var ne=function(){function e(t,n,r){var i=this;if(we(this,e),void 0!==n&&void 0!==t&&"enabled"===t.globalIntegration)"complete"===document.readyState?this.initializeGlobalIntegration(n,r):window.addEventListener("load",(function(){i.initializeGlobalIntegration(n,r)}));else if(void 0!==t){var o=JSON.parse(JSON.stringify(Z));l("settings-iframe")||l("setting-headline")||(o.useRequestIdleCallBack=!1),this.initialize(o,t)}else{var a=JSON.parse(JSON.stringify(Z));l("settings-iframe")||l("setting-headline")||(a.useRequestIdleCallBack=!1),"complete"===document.readyState?this.initialize(a):window.addEventListener("load",(function(){i.initialize(a)}))}}return _e(e,[{key:"initializeGlobalIntegration",value:function(e,t){t.enableNetworkInterceptor&&!globalThis.apfcInterceptorInitialized&&(new $(e,t),globalThis.apfcInterceptorInitialized=!0),this.checkConfigAndInitializeAllIntegration(e,t)}},{key:"isDfCollectionRequired",value:function(e){return"number"!=typeof e.samplingTimeWindowInMillis||e.samplingTimeWindowInMillis<=0||""===n.getItem("df_ts")}},{key:"checkConfigAndInitializeAllIntegration",value:function(e,t){!0!==globalThis.pauseApfc&&(globalThis.pauseApfc=!0,setTimeout((function(){globalThis.pauseApfc=!1}),3e4),!0===t.enableOnDemandMode?(this.checkConfigAndInitializeGlobalIntegration(e,t),this.checkConfigAndInitializeThirdPartyIntegration(e,t)):(this.deleteDfCookieIfRequired(t),this.isDfCollectionRequired(t)&&(this.checkConfigAndInitializeGlobalIntegration(e,t),this.checkConfigAndInitializeThirdPartyIntegration(e,t),this.addDfCookieIfRequired(t))))}},{key:"checkConfigAndInitializeGlobalIntegration",value:function(e,t){(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes("DNA")||!0===t.dnaIntegrationEnabled&&!0!==globalThis.dnaIntegrationCompleted)&&this.intializeGlobalIntegration(Z,e,t)}},{key:"checkConfigAndInitializeThirdPartyIntegration",value:function(e,t){(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes(a)||!0===t.recaptchaV3IntegrationEnabled&&!0!==globalThis.reCaptchaV3InitializationComplete)&&(this.initializeReCaptchaV3Integration(),globalThis.reCaptchaV3InitializationComplete=!0),(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes(i)||!0===t.humanIntegrationEnabled&&!0!==globalThis.humanIntegrationCompleted)&&this.initializeHumanIntegration(e,t),(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes(o)||!0===t.dfpIntegrationEnabled&&!0!==globalThis.dfpIntegrationCompleted)&&this.intializeDfpIntegration(e,t)}},{key:"deleteDfCookieIfRequired",value:function(e){var t="number"!=typeof e.samplingTimeWindowInMillis?0:e.samplingTimeWindowInMillis;if(""!==n.getItem("df_ts")){var r=Date.now(),i=Number(n.getItem("df_ts"));(!1===ee||r-i>t)&&n.deleteItem("df_ts")}}},{key:"addDfCookieIfRequired",value:function(e){if(!0===ee&&"number"==typeof e.samplingTimeWindowInMillis&&e.samplingTimeWindowInMillis>0){var t=Date.now(),r=new Date;r.setTime(t+e.samplingTimeWindowInMillis),n.setItem("df_ts",t,r)}}},{key:"initialize",value:function(e,n){if(null!=n||null!=s("apfcDfPK")){var r=this.reqid,i=this.pageInstance,o=this.isProd();return(new t).getFeatures((function(t,a){t.reqid=r,t.pageInstance=i,t.fullFeatureCollection=a,u.encryptWithKeyFromDifferentSources(JSON.stringify(t),"apfcDfPK","apfcDfPKV",n,o).then((function(t){globalThis.apfcDf=t,!0===a&&c(JSON.stringify(t),e.telemetryCollectPath,o)}))}),e)}globalThis.triggerApfc=this.reentry}},{key:"intializeGlobalIntegration",value:function(r,i,o){var a=this.isProd();return(new t).getFeatures((function(t,s){if(!0===s){if(e.prototype.populateFpDataCookie(t,o),!0===o.isSyncEnabledWithHeaders){var l=JSON.stringify(function(e){var t={};return function(e){var t=e.webgl,n={};if(void 0!==t&&void 0!==t.extensions&&null!==t&&null!==t.extensions){for(var r=t.extensions,i=[],o=0;o<r.length;o++){var a=r[o];i[o]=S.hasOwnProperty(a)?S[a]:a}t.extensions=i}null!=t&&(Object.keys(_).forEach((function(e){n[_[e]]=t[e]})),e.webgl=n)}(e),function(e){var t=e.touchSupport,n={};null!=t&&(Object.keys(T).forEach((function(e){n[T[e]]=t[e]})),e.touchSupport=n)}(e),function(e){var t=e.battery,n={};null!=t&&(Object.keys(w).forEach((function(e){n[w[e]]=t[e]})),e.battery=n)}(e),function(e){var t=e.screenOrientation,n={};null!=t&&(Object.keys(b).forEach((function(e){n[b[e]]=t[e]})),e.screenOrientation=n)}(e),function(e){var t=e.fonts,n={};if(void 0!==t&&void 0!==t.lists&&null!==t&&null!==t.lists){for(var r=t.lists,i=[],o=0;o<r.length;o++){var a=r[o];i[o]=I.hasOwnProperty(a)?I[a]:a}t.lists=i}null!=t&&(Object.keys(E).forEach((function(e){n[E[e]]=t[e]})),e.fonts=n)}(e),function(e){var t=e.enumerateDevices,n=[];if(null!=t){for(var r=function(){var e=t[i],r={};Object.keys(y).forEach((function(t){r[y[t]]=e[t]})),n[i]=r},i=0;i<t.length;i++)r();e.enumerateDevices=n}}(e),function(e){var t=e.canvas,n={};null!=t&&(Object.keys(m).forEach((function(e){n[m[e]]=t[e]})),e.canvas=n)}(e),function(e){var t=e.mimetyps,n=[];if(null!=t){for(var r=function(){var e=t[i],r={};Object.keys(v).forEach((function(t){r[v[t]]=e[t]})),n[i]=r},i=0;i<t.length;i++)r();e.mimetyps=n}}(e),function(e){var t=e.signals,n={};null!=t&&(Object.keys(g).forEach((function(e){n[g[e]]=t[e]})),e.signals=n)}(e),function(e){var t=e.networkInfo,n={};null!=t&&(Object.keys(p).forEach((function(e){n[p[e]]=t[e]})),e.networkInfo=n)}(e),function(e){var t=e.location,n={};null!=t&&(Object.keys(f).forEach((function(e){n[f[e]]=t[e]})),e.location=n)}(e),function(e){var t=e.FPDataCookie,n={};null!=t&&(Object.keys(h).forEach((function(e){n[h[e]]=t[e]})),e.FPDataCookie=n)}(e),Object.keys(A).forEach((function(n){t[A[n]]=e[n]})),t}(t));globalThis.apfcDfH=(C=l,d.compressToBase64(C))}u.encryptWithKeyIds(JSON.stringify(t),"apfcDfPK","apfcDfPKV").then((function(e){if(globalThis.apfcDf=e,!0===o.isSyncEnabledWithHeaders||!0===o.isSyncEnabledWithCb){var t=function(e){var t={};t[btoa("DNA_ENCRYPTED")]=e;var r={};return r.payload=t,r.browserId=n.getBcookie(),r}(e);c(JSON.stringify(t),r.gloablIntegrationDataCollectionPath,a)}i("DNA",JSON.stringify(e))})),globalThis.dnaIntegrationCompleted=!0}var C}),r)}},{key:"intializeDfpIntegration",value:function(t,r){var i=n.getBcookie(),a=this.isProd()?"fb6bbd47-fa7c-4264-b4e9-b25948407586":"ee078acd-0704-4344-9e5b-6b84b480c30a";try{if(RegExp("^[\\w-]*$").test(i)){var s="https://merchantpool1.linkedin.com/mdt.js?session_id=".concat(i,"&instanceId=").concat(a),c=document.createElement("script");c.setAttribute("src",s),c.setAttribute("id","dfpIframeScript"),c.addEventListener("load",(function(){return window.dfp.doFpt(document)})),document.getElementsByTagName("head")[0].appendChild(c);var l={sessionId:i,instanceId:a};e.prototype.populateFpDataCookie(l,r),t(o,JSON.stringify(l))}else{var u={error:"Invalid session_id: "+i};t(o,JSON.stringify(u))}}catch(r){var d={error:r};t(o,JSON.stringify(d))}globalThis.dfpIntegrationCompleted=!0}},{key:"initializeHumanIntegration",value:function(t,r){var o=r.treeId,a=Date.now(),s=this.isProd()?"PXdOjV695v":"PXgoH0hfKu",c=n.getBcookie(),l="https://li.protechts.net/index.html?ts="+a+"&r_id="+encodeURIComponent(o)+"&app_id="+s+"&uc=scraping";u.generateSha256HashOrDefault(c).then((function(n){""!==(c=n)&&(l+="&d_id="+c);try{var u=document.createElement("iframe");u.setAttribute("id","humanThirdPartyIframe"),u.setAttribute("src",l),u.setAttribute("sandbox","allow-same-origin allow-scripts"),u.setAttribute("aria-hidden","true"),u.style.height="0px",u.style.width="0px",u.style.border="none",u.style.position="absolute",u.style.left="-9999px",document.body.appendChild(u);var d={app_id:s,ts:a,d_id:c,r_id:o,uc:"scraping"};e.prototype.populateFpDataCookie(d,r),t(i,JSON.stringify(d))}catch(e){var h={error:e};t(i,JSON.stringify(h))}})),globalThis.humanIntegrationCompleted=!0}},{key:"initializeReCaptchaV3Integration",value:function(){var e=document.createElement("script");e.src="https://www.google.com/recaptcha/enterprise.js?render=6LcIy_MqAAAAAMKiupFSbmzW3xjGSlIfRzNWYMjC",document.head.appendChild(e)}}]),e}();ne.prototype.reentry=function(e){globalThis.triggerApfc=null,new ne(e)},ne.prototype.reentryGlobalIntegration=function(e,t){globalThis.triggerDnaApfcEvent=null,new ne({globalIntegration:"enabled"},e,t)},ne.prototype.reentryGlobalIntegrationOnDemand=function(e,t){if(void 0!==t&&void 0!==e){var n=ne.prototype.extractDataCookie();!0===t.onlyOnDemandFlow&&null===n||(t.fpDataCookie=n,null!==n&&(t.enableOnDemandMode=!0),ne.prototype.reentryGlobalIntegration(e,t))}},ne.prototype.extractDataCookie=function(){var e=n.getItem("li_apfcdc");if(n.deleteItem("li_apfcdc"),!e||""===e)return null;var t=(e=atob(e)).split(":::");if(t.length<5)return null;var r={};return r.trackingId=t[0],r.memberId=t[1],r.sessionUrn=t[2],r.collectionType=t[3],r.apfcTypes=t[4].split(","),r},ne.prototype.populateFpDataCookie=function(e,t){"object"==be(e)&&"object"==be(t)&&(e.FPDataCookie=t.fpDataCookie)},ne.prototype.isProd=function(){var e=location&&location.host;return e&&e.indexOf(".linkedin.com")>-1&&!e.startsWith("pemberly")},ne.prototype.isEmpty=function(e){return e&&0===Object.keys(e).length},"undefined"!=typeof globalThis&&"undefined"!=typeof document&&"undefined"!=typeof window&&(void 0===globalThis.triggerDnaApfcEvent&&(globalThis.triggerDnaApfcEvent=ne.prototype.reentryGlobalIntegration),void 0===globalThis.triggerDnaApfcEventOnDemand&&(globalThis.triggerDnaApfcEventOnDemand=ne.prototype.reentryGlobalIntegrationOnDemand),(void 0===globalThis.maxApfcVersion||2>globalThis.maxApfcVersion)&&(globalThis.maxApfcVersion=2,globalThis.triggerDnaApfcEventOnDemandVersioned=ne.prototype.reentryGlobalIntegrationOnDemand),new ne)}();var si=function(){function e(){we(this,e)}return _e(e,null,[{key:"collectFeatures",value:function(e,t){try{"undefined"!=typeof globalThis&&"undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!==globalThis.triggerDnaApfcEventOnDemandVersioned&&globalThis.triggerDnaApfcEventOnDemandVersioned(t,e)}catch(e){}}}]),e}(),ci=function(){function e(t,n,r,i,o,a,s,c,l,u){we(this,e),Se(this,"hostApis",void 0),Se(this,"statics",void 0),Se(this,"options",void 0),Se(this,"allowTimingOrigin",void 0),Se(this,"fireResourceLoadEvent",void 0),Se(this,"isTracerEnabled",void 0),Se(this,"responseRleCache",void 0),Se(this,"fireApfcEvent",void 0),Se(this,"abuseDeviceSignalCollectionConfig",void 0),Se(this,"trackingEndpoint",void 0),Se(this,"collectResourceTimings",void 0),Se(this,"collectCdnData",void 0),Se(this,"perfObserver",void 0),Se(this,"renderTimings",new Map),Se(this,"urlToTreeId",new Map),Se(this,"cdnDataProvider",void 0),Se(this,"observables",new Pr),Se(this,"trackingEndpointPattern",void 0),this.hostApis=t,this.statics=n,this.options=r,this.allowTimingOrigin=i,this.fireResourceLoadEvent=o,this.isTracerEnabled=a,this.responseRleCache=s,this.fireApfcEvent=c,this.abuseDeviceSignalCollectionConfig=l,this.trackingEndpoint=u,this.collectResourceTimings=r["enable-rs-timing"],this.collectCdnData=r["enable-cdn-tracking"],this.collectCdnData&&(this.cdnDataProvider=new ai(t)),this.trackingEndpointPattern=function(e){if(!e)return"/li/track";try{return new URL(e).pathname}catch(t){return e}}(this.trackingEndpoint)}return _e(e,[{key:"recordTreeId",value:function(e,t){this.collectResourceTimings&&this.urlToTreeId.set(function(e,t){return(Zr=Zr||t.createElement("a")).href=e,Zr.href}(t,this.hostApis.document),e)}},{key:"recordRenderStart",value:function(e,t){this.renderTimings.has(e)||this.renderTimings.set(e,{renderName:t,viewId:e,renderStart:ti(this.hostApis.performance,this.allowTimingOrigin)})}},{key:"recordRenderEnd",value:function(e,t,n){var r=this.renderTimings.get(e);if(r&&(r.renderEnd=r.renderEnd||ti(this.hostApis.performance,this.allowTimingOrigin),t))return n?this.collectViewLoadEventData(r,n):void Sn("ViewLoadEvent",Rr)}},{key:"collectViewLoadEventData",value:function(e,t){var n=e.renderName,r=e.renderEnd,i=void 0===r?-1:r,o=e.renderStart,a=void 0===o?-1:o,s=[];return s.push({viewProgressType:"RENDER_START",timestamp:a}),s.push({viewProgressType:"RENDER_END",timestamp:i}),{parentPageLoadId:t,viewHierarchy:[n],viewProgressStates:s}}},{key:"startObserving",value:function(){var e=this.hostApis,t=e.PerformanceObserver,n=e.performance;this.stopObserving(),t?this.setupPerformanceObserver(t,n.timeOrigin):this.collectResourceTimings&&this.emulateResourceTimingObserver(n),this.collectResourceTimings&&this.processNewResourceTimings()}},{key:"stopObserving",value:function(){var e;null===(e=this.perfObserver)||void 0===e||e.disconnect(),this.reset()}},{key:"collect",value:function(e){var t=this,n=e.isInitial,r=e.immediate,i=this.collectSynchronousData(n);if(r)return i;var o=this.collectAsynchronousData();return"then"in o?o.then((function(e){return(0,t.hostApis.assign)(i,e),i})):i}},{key:"collectPageLoadStartData",value:function(e){var t=e.isInitial,n=e.rumKey,r=Object.create(null);r.pageKey=n,r.pageLoadType=t?"INITIAL_LOAD":"SUBSEQUENT_LOAD",r.networkInformationMetrics=this.snapshot.networkInformationMetrics;var i=this.statics,o=i.webUIFramework,a=i.timeSource,s=i.isSinglePageApp,c=i.appRenderMode,l=i.isAppRenderFailed,u=i.isFromServiceWorker,d=i.treeId;return r.treeId=d,r.browserPageLoadStartContext={webUIFramework:o,timeSource:a,isSinglePageApp:s,appRenderMode:c,isAppRenderFailed:l,isFromServiceWorker:u},r}},{key:"collectPageLoadEndData",value:function(e){var t=Object.create(null),n=Object.create(null);t.cdnData=[],t.browserPageLoadEndContext={},t.navigationTiming=Object.create(null);var r=e.isInitial,i=e.immediate,o=this.hostApis.assign;if(r){var a=ui(this.hostApis.performance),s=a.htmlMetrics,c=a.redirectCount,l=a.navigationType,u=a.workerStart;s&&(t.browserPageLoadEndContext.htmlMetrics=Object.create(null),o(t.browserPageLoadEndContext.htmlMetrics,s)),Object.prototype.hasOwnProperty.call(a,"redirectCount")&&(n.redirectCount=c),Object.prototype.hasOwnProperty.call(a,"navigationType")&&(n.navigationType=l),n.workerStart=null!=u?u:0,Cr.forEach((function(e){Object.prototype.hasOwnProperty.call(a,e)&&(n[e]=a[e])})),o(t.navigationTiming,n)}if(!i){var d=this.collectAsynchronousData();if("then"in d)return d.then((function(e){return o(t.cdnData,e.cdnData),t}))}var h=this.collectAsynchronousData(!0);return o(t.cdnData,h.cdnData),t}},{key:"collectResourceLoadEvent",value:function(e,t){var n=e.name,r=e.transferSize,i=e.initiatorType,o=e.nextHopProtocol,a=e.encodedBodySize,s=e.decodedBodySize,c=e.requestStart,l={};l.resourceKey=n,l.isNetwork=!!r&&0!==r,l.loadType=i||"unknown",l.timeOrigin=t;var u=[];Object.keys(kr).forEach((function(t){var n;t in Er&&void 0!==e[t]&&u.push({resourceProgressType:kr[t],duration:null!==(n=e[t])&&void 0!==n?n:-1})})),l.resourceProgressStates=u;var d={},h=Or[o];d.nextHopProtocol=null!=h?h:"UNKNOWN",d.transferSize=r,d.encodedBodySize=a,d.decodedBodySize=s,l.resourceNetworkContext=d,l.requestStart=c;try{var f,p,g=new URL(n),v=g.pathname+g.search+g.hash;return null===(f=this.responseRleCache)||void 0===f||f.offerResourceLoadEvent(v,l),null===(p=this.responseRleCache)||void 0===p?void 0:p.flushCacheByUrl(v)}catch(e){var m,y="".concat("Invalid url from ResourceLoadEvent"," request url ").concat(n);return e instanceof Error?(e.message="".concat(y," ").concat(e.message),Sn("ResourceLoadEvent",e)):Sn("ResourceLoadEvent",y),null===(m=this.responseRleCache)||void 0===m?void 0:m.flushCacheByUrl()}}},{key:"reset",value:function(){var e;this.observables.reset(),null===(e=this.cdnDataProvider)||void 0===e||e.clearUsedHostnames()}},{key:"collectSynchronousData",value:function(e){var t=this.hostApis,n=t.assign,r=t.PerformanceObserver,i=Object.create(null);return this.statics.pageLoadMode=e?"INITIAL":"PARTIAL",r||(this.observables.userTimingEntries=ii(this.hostApis.performance,this.options,!0),this.collectResourceTimings&&this.processNewResourceTimings()),this.observables.attachTreeIds(this.urlToTreeId),this.urlToTreeId.clear(),n(i,this.observables.getData(),this.snapshot,this.statics),e&&n(i,ui(this.hostApis.performance)),n(i,this.collectAsynchronousData(!0)),i}},{key:"collectAsynchronousData",value:function(e){var t=this,n={cdnData:[],usedCDN:this.extractUsedCDN([])};if(e){if(this.collectCdnData){var r=this.cdnDataProvider.getPresentData();n.cdnData=r,n.usedCDN=this.extractUsedCDN(r)}return n}var i=[];return this.collectCdnData&&i.push(this.cdnDataProvider.getDataWhenReady(this.options["async-plugins-timeout"]).then((function(e){n.cdnData=e,n.usedCDN=t.extractUsedCDN(e)}))),i.length>0?bn(i,Promise).then((function(){return n})):n}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;try{var n=this.abuseDeviceSignalCollectionConfig||{},r=n.isDnaIntegrationLixEnabled,i=n.isHumanIntegrationLixEnabled,o=n.isDfpIntegrationLixEnabled,a=n.samplingTimeWindowInMillis,s=n.isOnDemandFingerprintingEnabled,c=n.isSyncFingerprintingWithHeadersLixEnabled,l=n.isSyncFingerprintingWithCbLixEnabled,u=n.isRecaptchaV3IntegrationEnabled,d=n.isNetworkInterceptorEnabled;if(i||o||r||c||l||u||d){var h,f,p={treeId:null!==(h=null===(f=this.statics.treeId)||void 0===f?void 0:f.toString())&&void 0!==h?h:"",humanIntegrationEnabled:i,dfpIntegrationEnabled:o,dnaIntegrationEnabled:r,samplingTimeWindowInMillis:a,onlyOnDemandFlow:t,isSyncEnabledWithHeaders:c,isSyncEnabledWithCb:l,recaptchaV3IntegrationEnabled:u,enableNetworkInterceptor:d};(!t||t&&s||c||l)&&si.collectFeatures(p,this.fireApfcEvent)}}catch(e){}}},{key:"setupPerformanceObserver",value:function(e,t){var n=this;this.perfObserver=new e((function(e){var r=(n.abuseDeviceSignalCollectionConfig||{}).disablePerfMarkerOptimization;r&&n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1}),e.getEntries().forEach((function(e){var i=e.entryType,o=e.name,a=e.startTime,s=e.duration;"resource"===i?n.processSingleResourceTiming(e,t):"mark"===i?(n.observables.userTimingEntries.push({entryType:"MARK",name:o,startTime:a,duration:s}),"mark_meaningful_paint_end"!==o||r||n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1})):"measure"===i?n.observables.userTimingEntries.push({entryType:"MEASURE",name:o,startTime:a,duration:s}):"longtask"===i&&n.observables.longTasks.push({duration:s,name:o,startTime:a})}))})),this.observables.userTimingEntries=ii(this.hostApis.performance,this.options,!1);var r=["longtask"];(this.collectResourceTimings||this.collectCdnData)&&r.push("resource"),this.options["user-timing-mark-enabled"]&&r.push("mark"),this.options["user-timing-measure-enabled"]&&r.push("measure"),this.perfObserver.observe({entryTypes:r})}},{key:"emulateResourceTimingObserver",value:function(e){var t=this;e&&"function"==typeof e.setResourceTimingBufferSize&&"function"==typeof e.onresourcetimingbufferfull&&(e.setResourceTimingBufferSize(100),e.onresourcetimingbufferfull=function(){return t.processNewResourceTimings()})}},{key:"processNewResourceTimings",value:function(){var e=this,t=this.hostApis.performance;"function"==typeof t.getEntriesByType&&"function"==typeof t.clearResourceTimings&&(t.getEntriesByType("resource").forEach((function(n){return e.processSingleResourceTiming(n,t.timeOrigin)})),t.clearResourceTimings())}},{key:"processSingleResourceTiming",value:function(e,t){var n=this;if(this.collectResourceTimings){this.options["enable-otel"]&&an.emit(hr.INTERNAL_OTEL_RESOURCE,{resourceTiming:e}),this.observables.resourceTimingEntries.push(e);var r=-1!==e.name.indexOf(this.trackingEndpointPattern);if(this.isTracerEnabled&&!r&&!function(e){for(var t=0,n=ei;t<n.length;t++){var r=n[t];if(r.strToFilter&&-1!==e.indexOf(r.strToFilter))return!0;if(r.pattern&&r.pattern.test(e))return!0}return!1}(e.name)){var i=this.collectResourceLoadEvent(e,t);i&&i.forEach((function(e){return n.fireResourceLoadEvent(e)}))}}this.collectCdnData&&this.cdnDataProvider.inspectEntryForCdnData(e)}},{key:"extractUsedCDN",value:function(e){var t=e.filter((function(e){return e.hostname.indexOf("static")>=0})),n=t.length>0?t[0]:{hostname:"",provider:"",httpVersion:"",ipVersion:""};return{static_domain:n.provider,http_version:n.httpVersion,ip_version:n.ipVersion}}},{key:"snapshot",get:function(){var e={detailedRenderTimingEntries:oi(this.renderTimings),networkInformationMetrics:li(this.hostApis.connection)};return this.renderTimings.clear(),e}}]),e}();function li(e){return e?{connectionType:e.type&&e.type.toUpperCase()||"UNKNOWN",effectiveType:function(e){switch(e){case"2g":return"TWO_G";case"3g":return"THREE_G";case"4g":return"FOUR_G";default:return"SLOW_2G"}}(e.effectiveType),roundTripTime:e.rtt||-1,downlinkBandwidth:e.downlink||-1,downlinkMaxBandwidth:void 0===e.downlinkMax?-1:e.downlinkMax===1/0?0:e.downlinkMax}:void 0}function ui(e){if(!e)return{navigationTimingApi:!1};var t=Object.create({});if("function"==typeof e.getEntriesByType){var n=e.getEntriesByType("navigation")[0];n&&(["fetchStart","responseEnd","decodedBodySize","encodedBodySize","transferSize"].every((function(e){return"number"==typeof n[e]}))&&(t.htmlMetrics={htmlFetchStart:n.fetchStart,htmlResponseEnd:n.responseEnd,htmlDecodedBodySize:n.decodedBodySize,htmlEncodedBodySize:n.encodedBodySize,htmlTransferSize:n.transferSize}),t.workerStart=n.workerStart)}var r=e.timing,i=e.navigation;return r&&i?(t.navigationTimingApi=!0,Cr.forEach((function(e){e in r&&(t[e]=r[e])})),t.navigationType=i.type,t.redirectCount=i.redirectCount):t.navigationTimingApi=!1,t}var di=function(){function e(t,n,r){we(this,e),Se(this,"featureName",void 0),Se(this,"trackingCore",void 0),Se(this,"rumConfig",void 0),Se(this,"observing",!1),Se(this,"basePageTreeId",void 0),Se(this,"startPageInstance",void 0),Se(this,"startMemory",void 0),Se(this,"reportTimeouts",[]),this.featureName=t,this.trackingCore=n,this.rumConfig=r}return _e(e,[{key:"startObserving",value:function(){var t,n=this,r=this.getMemory();r&&!this.observing&&(this.basePageTreeId=this.trackingCore.host.treeID||"",this.startPageInstance=(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance)||vn(Ce),this.startMemory=r,this.reportTimeouts=e.checkpoints.map((function(e){return setTimeout((function(){return n.reportMemory(e)}),60*e*1e3)})))}},{key:"stopObserving",value:function(){this.reportTimeouts.forEach((function(e){return clearTimeout(e)})),this.observing=!1}},{key:"reportMemory",value:function(e){var t={name:this.featureName,basePageTreeId:this.basePageTreeId,startTime:ni(this.trackingCore.host.api.performance),duration:0,startPageInstance:this.startPageInstance,marks:this.createMemoryMarks("-".concat(e,"min")),spans:[]};this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"FeaturePerformanceMeasurementEvent"},t)}},{key:"createMemoryMarks",value:function(e){var t=this.getMemory(),n=["jsHeapSizeLimit","totalJSHeapSize","usedJSHeapSize"].map((function(n){return{name:n+e,startTime:t[n]}})),r=t.usedJSHeapSize-this.startMemory.usedJSHeapSize;return n.push({name:(r<0?"usedJSHeapSizeDecrease":"usedJSHeapSizeIncrease")+e,startTime:Math.abs(r)},{name:"utilization"+e,startTime:Math.round(t.usedJSHeapSize/t.totalJSHeapSize*100)}),n}},{key:"getMemory",value:function(){return this.trackingCore.host.api.performance.memory}}]),e}();Se(di,"checkpoints",[1,3,10,30,90,180,300]);var hi,fi,pi,gi,vi,mi=_e((function e(t,n,r){we(this,e),Se(this,"webUIFramework",void 0),Se(this,"timeSource",void 0),Se(this,"isSinglePageApp",void 0),Se(this,"appRenderMode",void 0),Se(this,"isAppRenderFailed",void 0),Se(this,"pageLoadMode","INITIAL"),Se(this,"isSSL",void 0),Se(this,"treeId",void 0),Se(this,"isFromServiceWorker",void 0),this.webUIFramework=n["web-ui-framework"],this.timeSource=n["beacon-source"],this.isSinglePageApp=n["is-single-page-app"],this.appRenderMode=t["app-render-mode"],this.isAppRenderFailed=t["is-app-render-failed"],this.isSSL="https:"===r.api.location.protocol?1:0,this.treeId=r.treeID,this.isFromServiceWorker=r.isFromServiceWorker})),yi=function(){function e(t){we(this,e),Se(this,"isPEMTracerEnabled",void 0),Se(this,"responseContextMap",new Map),Se(this,"resourceLoadEventsMap",new Map),this.isPEMTracerEnabled=t}return _e(e,[{key:"offerResponseContext",value:function(e,t){if(this.isPEMTracerEnabled)if(this.responseContextMap.has(e)){var n;null===(n=this.responseContextMap.get(e))||void 0===n||n.heapPush(t)}else{var r=new An((function(e,t){return e.requestTime<t.requestTime}));r.heapPush(t),this.responseContextMap.set(e,r)}}},{key:"offerResourceLoadEvent",value:function(e,t){if(this.resourceLoadEventsMap.has(e)){var n;null===(n=this.resourceLoadEventsMap.get(e))||void 0===n||n.heapPush(t)}else{var r=new An((function(e,t){return e.requestStart<t.requestStart}));r.heapPush(t),this.resourceLoadEventsMap.set(e,r)}}},{key:"mergeAndConsume",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e),r=null==t?void 0:t.heappop(),i=null==n?void 0:n.heappop();return this.mergeRleAndRes(r,i)}},{key:"mergeRleAndRes",value:function(e,t){if(e&&t){e.requestStart;var n=ge(e,ne),r=(t.requestTime,t.viewNames),i=t.requestType,o=t.requestTag,a=ge(t,re);return n.targetViewNames=r||[],i&&(n.requestType=i),o&&(n.requestTag=o),n.resourceNetworkContext=ce(ce({},n.resourceNetworkContext),a),In(n)}}},{key:"deleteEntryByRequestUrl",value:function(e){this.resourceLoadEventsMap.delete(e),this.responseContextMap.delete(e)}},{key:"canFlush",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e);return n&&t&&n.heapsize()>0&&n.heapsize()===t.heapsize()}},{key:"clear",value:function(){this.resourceLoadEventsMap.clear(),this.responseContextMap.clear()}},{key:"flushCache",value:function(){var e=this.responseContextMap.keys(),t=[];if(e){var n,r=ve(e);try{for(r.s();!(n=r.n()).done;){var i=n.value;t=[].concat(me(t),me(this.flushCacheByUrl(i)))}}catch(e){r.e(e)}finally{r.f()}}var o=this.resourceLoadEventsMap.keys();if(o){var a,s=ve(o);try{for(s.s();!(a=s.n()).done;){var c,l=a.value,u=null===(c=this.resourceLoadEventsMap.get(l))||void 0===c?void 0:c.heapClear();u&&(t=[].concat(me(t),me(u.map((function(e){return e.requestStart,In(ge(e,ie))})))))}}catch(e){s.e(e)}finally{s.f()}}return t}},{key:"flushCacheByUrl",value:function(e){var t,n=[];if(!e)return n;if(!this.isPEMTracerEnabled)return(null===(t=this.resourceLoadEventsMap)||void 0===t||null===(t=t.get(e))||void 0===t||null===(t=t.heapClear())||void 0===t?void 0:t.map((function(e){return e.requestStart,In(ge(e,oe))})))||n;if(this.canFlush(e)){for(var r=this.responseContextMap.get(e);r&&r.heapsize()>0;){var i=this.mergeAndConsume(e);i&&n.push(i)}this.deleteEntryByRequestUrl(e)}return n}}]),e}(),Ei=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:"v2-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},bi=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},wi=function(e,t){var n=function n(r){"pagehide"!==r.type&&"hidden"!==document.visibilityState||(e(r),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},Ti=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},_i=function(e,t,n){var r;return function(i){t.value>=0&&(i||n)&&(t.delta=t.value-(r||0),(t.delta||void 0===r)&&(r=t.value,e(t)))}},Si=-1,Ii=function(){return"hidden"===document.visibilityState?0:1/0},Ai=function(){wi((function(e){var t=e.timeStamp;Si=t}),!0)},Ci=function(){return Si<0&&(Si=Ii(),Ai(),Ti((function(){setTimeout((function(){Si=Ii(),Ai()}),0)}))),{get firstHiddenTime(){return Si}}},ki=!1,Oi=-1,Ri=function(e,t){ki||(function(e,t){var n,r=Ci(),i=Ei("FCP"),o=function(e){"first-contentful-paint"===e.name&&(s&&s.disconnect(),e.startTime<r.firstHiddenTime&&(i.value=e.startTime,i.entries.push(e),n(!0)))},a=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],s=a?null:bi("paint",o);(a||s)&&(n=_i(e,i,t),a&&o(a),Ti((function(r){i=Ei("FCP"),n=_i(e,i,t),requestAnimationFrame((function(){requestAnimationFrame((function(){i.value=performance.now()-r.timeStamp,n(!0)}))}))})))}((function(e){Oi=e.value})),ki=!0);var n,r=function(t){Oi>-1&&e(t)},i=Ei("CLS",0),o=0,a=[],s=function(e){if(!e.hadRecentInput){var t=a[0],r=a[a.length-1];o&&e.startTime-r.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,a.push(e)):(o=e.value,a=[e]),o>i.value&&(i.value=o,i.entries=a,n())}},c=bi("layout-shift",s);c&&(n=_i(r,i,t),wi((function(){c.takeRecords().map(s),n(!0)})),Ti((function(){o=0,Oi=-1,i=Ei("CLS",0),n=_i(r,i,t)})))},Ni={passive:!0,capture:!0},Li=new Date,Pi=function(e,t){hi||(hi=t,fi=e,pi=new Date,Mi(removeEventListener),Di())},Di=function(){if(fi>=0&&fi<pi-Li){var e={entryType:"first-input",name:hi.type,target:hi.target,cancelable:hi.cancelable,startTime:hi.timeStamp,processingStart:hi.timeStamp+fi};gi.forEach((function(t){t(e)})),gi=[]}},xi=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){Pi(e,t),i()},r=function(){i()},i=function(){removeEventListener("pointerup",n,Ni),removeEventListener("pointercancel",r,Ni)};addEventListener("pointerup",n,Ni),addEventListener("pointercancel",r,Ni)}(t,e):Pi(t,e)}},Mi=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,xi,Ni)}))},Ui=function(e,t){var n,r=Ci(),i=Ei("FID"),o=function(e){e.startTime<r.firstHiddenTime&&(i.value=e.processingStart-e.startTime,i.entries.push(e),n(!0))},a=bi("first-input",o);n=_i(e,i,t),a&&wi((function(){a.takeRecords().map(o),a.disconnect()}),!0),a&&Ti((function(){var r;i=Ei("FID"),n=_i(e,i,t),gi=[],fi=-1,hi=null,Mi(addEventListener),r=o,gi.push(r),Di()}))},Bi={},Fi=function(e,t){var n,r=Ci(),i=Ei("LCP"),o=function(e){var t=e.startTime;t<r.firstHiddenTime&&(i.value=t,i.entries.push(e),n())},a=bi("largest-contentful-paint",o);if(a){n=_i(e,i,t);var s=function(){Bi[i.id]||(a.takeRecords().map(o),a.disconnect(),Bi[i.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),wi(s,!0),Ti((function(r){i=Ei("LCP"),n=_i(e,i,t),requestAnimationFrame((function(){requestAnimationFrame((function(){i.value=performance.now()-r.timeStamp,Bi[i.id]=!0,n(!0)}))}))}))}},Hi=["LCP","FID","CLS"],ji={LCP:"LargestContentfulPaint",FID:"FirstInputDelay",CLS:"CumulativeLayoutShift"},Gi={},qi=function(){var e;if(!xn)return"";var t=window.performance,n=void 0;if("function"==typeof(null==t?void 0:t.getEntriesByType)){var r,i=null===(r=window.performance)||void 0===r?void 0:r.getEntriesByType("navigation");(null==i?void 0:i.length)>0&&(n=i[0])}return(null===(e=n)||void 0===e?void 0:e.name)||window.location.href}(),zi=!1,Vi=new Set,Wi={LCP:"largest-contentful-paint",FID:"first-input",CLS:"layout-shift"};function Ki(){var e=!0===window.__test__resetWebVitalsState;if(!zi||e){e&&(Vi=new Set),Hi.forEach(Xi);var t=Symbol();vi=t,[Fi,Ui,Ri].forEach((function(e){return e(Yi.bind(null,t),!0)})),[Fi,Ui,Ri].forEach((function(e){return e(Qi.bind(null,t))})),zi=!0}}function Xi(e){Gi[e]={name:e,verboseName:ji[e]||e,value:Ir,updateHistory:[]};var t=Wi[e];"undefined"!=typeof PerformanceObserver&&void 0!==PerformanceObserver.supportedEntryTypes&&"string"==typeof t&&PerformanceObserver.supportedEntryTypes.indexOf(t)>-1||(Gi[e].value=Ar)}function Yi(e,t){if(e===vi){var n=Gi[t.name],r=ni();n&&(n.updateHistory.push({time:r,data:t}),n.value=t.value),Vi.forEach((function(e){return e(t,r,!1)}))}}function Qi(e,t){e===vi&&Vi.forEach((function(e){return e(t,ni(),!0)}))}var Ji,$i=function(){function e(t,n){var r=this;we(this,e),Se(this,"basePageTreeId",void 0),Se(this,"basePageKey",void 0),Se(this,"observing",!1),Se(this,"appContextMap",new Map),Se(this,"rumConfig",void 0),Se(this,"trackingCore",void 0),Se(this,"onMetricUpdate",(function(e,t,n){var i;r.observing&&(n?r.reportMetric(e.name):r.appContextMap.set(t,{time:t,url:location.href,pageKey:null===(i=r.trackingCore.getCurrentContext())||void 0===i?void 0:i.pageKey}))})),this.trackingCore=t,this.rumConfig=n}return _e(e,[{key:"startObserving",value:function(){var e,t,n=this;Ki(),this.observing||(this.observing=!0,this.basePageTreeId=this.trackingCore.host.treeID||"_unknown",this.basePageKey=(null===(e=this.trackingCore.getCurrentContext())||void 0===e?void 0:e.pageKey)||"_unknown",Hi.forEach((function(e){var t;(null===(t=Gi[e])||void 0===t?void 0:t.value)===Ar&&n.reportMetric(e)})),t=this.onMetricUpdate,Vi.add(t))}},{key:"stopObserving",value:function(){var e;this.observing=!1,e=this.onMetricUpdate,Vi.delete(e)}},{key:"reportMetric",value:function(e){var t=Gi[e];if(t){var n={name:ji[e]||e};"CLS"===e?n.doubleValue=t.value:n.longValue=Math.round(t.value);var r=function(e,t,n,r,i){var o={basePageTreeId:e,basePageKey:t,basePageUrl:qi},a=null;switch(n.name){case"LCP":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var r=e.updateHistory[e.updateHistory.length-1],i=r.data.entries,o=i[i.length-1],a={pageKey:(null===(n=t.get(r.time))||void 0===n?void 0:n.pageKey)||"_unknown",element:ri(o.element),renderTime:Math.round(o.renderTime),loadTime:Math.round(o.loadTime),size:Math.round(o.size)};return o.url&&(a.url=o.url),a}(n,r);break;case"FID":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var r=e.updateHistory[e.updateHistory.length-1],i=r.data.entries,o=i[i.length-1];return{pageKey:(null===(n=t.get(r.time))||void 0===n?void 0:n.pageKey)||"_unknown",processingStart:Math.round(o.processingStart),processingEnd:Math.round(o.processingEnd),target:ri(o.target)}}(n,r);break;case"CLS":a=function(e,t){if(0===e.updateHistory.length)return null;var n=e.updateHistory.map((function(e){return e.data.entries})).flat();if(0===n.length)return null;var r=n.reduce((function(e,t){return e&&e.value>t.value?e:t})),i=e.updateHistory.find((function(e){return e.data.entries.includes(r)})),o=null;r&&r.sources&&r.sources.length&&(o=r.sources.reduce((function(e,t){return e.node&&e.previousRect.width*e.previousRect.height>t.previousRect.width*t.previousRect.height?e:t})));var a,s=t.get(i.time);return o&&s?{shiftCount:n.length,"largestShift.value":r.value,"largestShift.hadRecentInput":r.hadRecentInput,"largestShift.largestSource.node":ri(null===(a=o)||void 0===a?void 0:a.node),"largestShift.pageKey":s.pageKey||"_unknown","largestShift.url":s.url,"largestShift.startTime":Math.round(r.startTime)}:null}(n,r)}if(a){var s={};return i(s,o,a),s}return o}(this.basePageTreeId,this.basePageKey,t,this.appContextMap,this.trackingCore.host.api.assign);n.metadata=function(e){var t={};return Object.keys(e).forEach((function(n){var r=e[n];t[n]="string"==typeof r?r:JSON.stringify(r)})),t}(r);var i={scope:{scopeType:"APPLICATION_INSTANCE",scopeKey:this.basePageTreeId},metrics:[n]};if(this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"ClientPerfMetricsEvent"},i),this.rumConfig["enable-otel"])if("LCP"===e){var o={value:n.longValue,metadata:r};an.emit(hr.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,o)}else if("CLS"===e){var a={value:n.doubleValue,metadata:r};an.emit(hr.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,a)}else if("FID"===e){var s={value:n.longValue,metadata:r};an.emit(hr.INTERNAL_OTEL_FIRST_INPUT_DELAY,s)}}}}]),e}(),Zi="x-li-uuid",eo="x-li-pop",to="x-msedge-ref",no="x-li-fabric",ro="x-li-pem-resp-meta",io="content-type",oo="x-cache",ao=function(){function e(t){we(this,e),Se(this,"_callTreeId",void 0),Se(this,"_fabric",void 0),Se(this,"_msEdgeRef",void 0),Se(this,"_pointOfPresenceId",void 0),Se(this,"_responseMetadata",void 0),Se(this,"_contentType",void 0),Se(this,"_cdnCacheMetadata",void 0),Se(this,"_downstreamAvailability",void 0);var n=new Map;null==t||t.forEach((function(e,t){n.set(t.toLowerCase(),e)})),this._callTreeId=n.get(Zi)||null,this._pointOfPresenceId=n.get(eo)||null,this._msEdgeRef=n.get(to)||null,this._fabric=n.get(no)||null,this._responseMetadata=n.get(ro)||null,this._contentType=n.get(io)||null,this._cdnCacheMetadata=n.get(oo)||null,this._downstreamAvailability=function(e){if(null==e)return 1;var t,n=ve(e.split(","));try{for(n.s();!(t=n.n()).done;){var r=t.value.split("=",2);if(2===r.length&&"availability"===r[0]){var i=parseFloat(r[1]);if(i>=0&&i<=1)return i}}}catch(e){n.e(e)}finally{n.f()}return 1}(this._responseMetadata)}return _e(e,[{key:"callTreeId",get:function(){return this._callTreeId}},{key:"pointOfPresenceId",get:function(){return this._pointOfPresenceId}},{key:"microsoftEdgeReference",get:function(){return this._msEdgeRef}},{key:"fabric",get:function(){return this._fabric}},{key:"contentType",get:function(){return this._contentType}},{key:"cdnCacheMetadata",get:function(){return this._cdnCacheMetadata}},{key:"responseMetadata",get:function(){return this._responseMetadata}},{key:"downstreamAvailability",get:function(){return this._downstreamAvailability}},{key:"hasAnyLinkedInHeaders",value:function(){return!!(this._fabric||this._pointOfPresenceId||this._msEdgeRef||this._callTreeId)}}]),e}();!function(e){e.CLIENT_TIMEOUT="CLIENT_TIMEOUT",e.CLIENT_ABORTED="CLIENT_ABORTED",e.SERVER_ERROR="SERVER_ERROR",e.NETWORK_ERROR="NETWORK_ERROR",e.UNCLASSIFIED="UNCLASSIFIED",e.TOO_MANY_REQUESTS="TOO_MANY_REQUESTS",e.CLIENT_ERROR="CLIENT_ERROR",e.GRAPHQL_FULL_FAILURE="GRAPHQL_FULL_FAILURE",e.BLOCKED_BY_CLIENT_PROXY="BLOCKED_BY_CLIENT_PROXY",e.DOWNSTREAM_GRACEFUL_DEGRADATION="DOWNSTREAM_GRACEFUL_DEGRADATION",e.TRAFFIC_AFD_TO_LI_POP_ERROR="TRAFFIC_AFD_TO_LI_POP_ERROR",e.TRAFFIC_LI_POP_TO_DC_ERROR="TRAFFIC_LI_POP_TO_DC_ERROR"}(Ji||(Ji={}));function so(e,t,n,r,i){var o=new ao(r),a=function(e,t,n){if(t){if(429===t||999===t)return Ji.TOO_MANY_REQUESTS;if(e&&!e.hasAnyLinkedInHeaders()&&t&&t>=400&&t<600)return Ji.BLOCKED_BY_CLIENT_PROXY;if((r=t)>=400&&r<500)return Ji.CLIENT_ERROR;if(function(e){return e>=500&&e<600}(t))return function(e){if(e){if(e.fabric)return Ji.SERVER_ERROR;if(e.pointOfPresenceId)return Ji.TRAFFIC_LI_POP_TO_DC_ERROR;if(e.microsoftEdgeReference)return Ji.TRAFFIC_AFD_TO_LI_POP_ERROR}return Ji.SERVER_ERROR}(e);if(function(e,t){return!!(e>=200&&e<300&&t&&t.downstreamAvailability<1)}(t,e))return Ji.DOWNSTREAM_GRACEFUL_DEGRADATION;if(!n)return null}var r;if(n instanceof Error){if("AbortError"===n.name)return Ji.CLIENT_ABORTED;if(n instanceof TypeError&&(n.message.indexOf("Network request failed")>=0||n.message.indexOf("NetworkError when attempting to fetch resource")>=0||n.message.indexOf("Failed to fetch")>=0))return Ji.NETWORK_ERROR}else if(function(e){return!!e&&("string"==typeof e.statusText||"number"==typeof e.status||"number"==typeof e.readyState)}(n)){if("timeout"===n.statusText)return Ji.CLIENT_TIMEOUT;if(0===n.status&&"abort"===n.statusText)return Ji.CLIENT_ABORTED;if("readyState"in n&&0===n.readyState)return Ji.NETWORK_ERROR}return Ji.UNCLASSIFIED}(o,n,i),s=null;return a&&(s={errorType:a},a===Ji.UNCLASSIFIED&&i&&(s.errorMessage=i.message,function(e,t,n){var r=["tracer-unclassified-error"];null==n||n.forEach((function(e){return r.push("target-view-name-".concat(e))})),Sn("resource-load-tracer",e instanceof Error||"string"==typeof e?e:JSON.stringify(e),Object.fromEntries(t||[]),r)}(i,r,t))),{cdnCache:o.cdnCacheMetadata||void 0,contentType:o.contentType||void 0,fabric:o.fabric||void 0,msEdgeReference:o.microsoftEdgeReference||void 0,pointOfPresenceId:o.pointOfPresenceId||void 0,resourceTreeId:o.callTreeId?o.callTreeId:void 0,responseStatusCode:n||void 0,networkResourceError:s||void 0,viewNames:t||[],requestTime:e,responseMetadata:o.responseMetadata||void 0}}!function(){function e(t,n,r){var i,o,a,s,c,l,u=this;we(this,e),Se(this,"core",void 0),Se(this,"config",void 0),Se(this,"collector",void 0),Se(this,"boomerangStart",-1),Se(this,"webVitalsObserver",void 0),Se(this,"appMemoryObserver",void 0),Se(this,"pageMemoryObserver",void 0),Se(this,"liveTokens",new Set),Se(this,"stateWM",new WeakMap),Se(this,"activeToken",void 0),Se(this,"isInitial",void 0),Se(this,"pageLoadId",void 0),Se(this,"initialResourcesEvents",[]),Se(this,"responseRleCache",void 0),Se(this,"beforeHideHandlerBound",this.beforeHideHandler.bind(this)),Se(this,"fireApfcEventBound",this.fireApfcEvent.bind(this)),Se(this,"isTracerEnabled",void 0),Se(this,"isPEMTracerEnabled",void 0),this.core=r,this.config=function(e,t){for(var n in e)void 0!==t[n]&&(e[n]=t[n]);return e}(r.host.api.assign({},Sr),n);var d="enabled"===(null===(i=(o=r.host).__getLixTreatment)||void 0===i?void 0:i.call(o,"pemberly.tracking.time-origin-epoch-time")),h=this.getAbuseDeviceSignalCollectionConfig(r),f=null===(a=(s=r.host).__getLixTreatment)||void 0===a?void 0:a.call(s,"pemberly.tracking.generic-tracers"),p=!!f&&Lr.test(f);this.isTracerEnabled=p||this.config["enable-tracking-3"];var g="enabled"===(null===(c=(l=r.host).__getLixTreatment)||void 0===c?void 0:c.call(l,"pemberly.tracking.pem-tracers"));this.isPEMTracerEnabled=g||this.config["enable-pem-tracking-3"],this.responseRleCache=new yi(this.isPEMTracerEnabled),this.collector=new ci(r.host.api,new mi(t,this.config,r.host),this.config,d,(function(e){return u.fireResourceLoadEvent(e,u.activeToken)}),this.isTracerEnabled,this.responseRleCache,this.fireApfcEventBound,h,r.host.endpoint),this.collector.startObserving(),an.before(Zt,this.beforeHideHandlerBound)}_e(e,[{key:"pingCDN",value:function(){}},{key:"recordTreeId",value:function(e,t){e&&this.collector.recordTreeId(e,t)}},{key:"recordRenderStart",value:function(e,t){this.collector.recordRenderStart(e,t||e)}},{key:"recordRenderEnd",value:function(e){var t,n=null!==(t=this.getPageLoadIdFromState())&&void 0!==t?t:this.pageLoadId,r=this.collector.recordRenderEnd(e,this.isTracerEnabled,n);r&&this.isTracerEnabled&&this.core.fireEvent({appId:this.config["app-id"],eventName:"ViewLoadEvent"},r)}},{key:"provisionNetworkResponse",value:function(e,t){var n,r,i=this;null===(n=this.responseRleCache)||void 0===n||n.offerResponseContext(e,t);var o=null===(r=this.responseRleCache)||void 0===r?void 0:r.flushCacheByUrl(e);null==o||o.forEach((function(e){i.fireResourceLoadEvent(e,i.activeToken)}))}},{key:"start",value:function(e){var t,n;!this.isTracerEnabled&&this.activeToken&&this.abort(this.activeToken),this.flushEndedSessions(),this.isInitial=void 0===this.isInitial,this.isInitial||this.collector.reset();var r,i=Object.create(null),o="enabled"===(null===(t=(n=this.core.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.time-origin-epoch-time"));return this.activeToken=i,this.liveTokens.add(i),this.isTracerEnabled?(this.stateWM.set(i,{isInitial:this.isInitial,startTime:ti(this.core.host.api.performance,o),pageKey:e}),this.firePageLoadStartEvent(i)):this.stateWM.set(i,{isInitial:this.isInitial,startTime:ti(this.core.host.api.performance,o)}),this.config["enable-memory-measurement"]&&(null===(r=this.pageMemoryObserver)||void 0===r||r.stopObserving(),this.pageMemoryObserver=new di("page-memory",this.core,this.config),this.pageMemoryObserver.startObserving(),void 0===this.appMemoryObserver&&(this.appMemoryObserver=new di("application-memory",this.core,this.config),this.appMemoryObserver.startObserving())),i}},{key:"observeWebVitals",value:function(){void 0===this.webVitalsObserver&&(this.webVitalsObserver=new $i(this.core,this.config),this.webVitalsObserver.startObserving())}},{key:"end",value:function(e){var t,n,r=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=arguments.length>2?arguments[2]:void 0;if(e&&this.activeToken&&this.activeToken===e){var a=this.stateWM.get(e),s="enabled"===(null===(t=(n=this.core.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.time-origin-epoch-time")),c=ti(this.core.host.api.performance,s);a.endProps={renderCompleteTime:c,isImpactedByHiddenWindow:i,rumKey:o},this.isTracerEnabled&&o&&(a.pageKey=o);var l=this.activeToken,u=this.isTracerEnabled?5e3:this.config["beacon-timeout"];a.fireRumEventTimeout=setTimeout((function(){if(r.isTracerEnabled){r.flushResourceLoadEvents(l);var e=r.collector.collectPageLoadEndData({isInitial:a.isInitial});"then"in e?e.then((function(e){r.firePageLoadEndEvent(e,l)})):r.firePageLoadEndEvent(e,l)}var t=r.collector.collect({isInitial:a.isInitial});"then"in t?t.then((function(e){r.fireRumEvent(e,l)})):r.fireRumEvent(t,l)}),u),this.activeToken=void 0}else Sn("rum-end",Nr)}},{key:"onDataResponse",value:function(e,t,n,r,i,o,a){var s=so(t,n,r,i,o);if(null!=a&&a.serverSideResponse){var c=this.generateResourceLoadEventFromResponseContext(e,ce({nextHopProtocol:mr.UNKNOWN},s));this.fireResourceLoadEvent(c,this.activeToken)}else this.provisionNetworkResponse(e,s)}},{key:"onOopsPage",value:function(e,t){Sn("rum-oops",e,Object.fromEntries(t||[]),["oops-page"])}},{key:"firePageLoadStartEvent",value:function(e){if(e&&this.activeToken&&this.activeToken===e){var t=this.stateWM.get(e);this.pageLoadId=pn(),t.pageLoadId=this.pageLoadId;var n=this.collector.collectPageLoadStartData({isInitial:t.isInitial,rumKey:t.pageKey});n.pageLoadId=t.pageLoadId,this.core.fireEvent({appId:this.config["app-id"],eventName:"PageLoadStartEvent"},n)}else Sn("PageLoadStartEvent",Nr)}},{key:"destroy",value:function(){var e,t,n;an.offBefore(Zt,this.beforeHideHandlerBound),this.activeToken&&this.abort(this.activeToken),this.flushEndedSessions(),this.collector.stopObserving(),null===(e=this.webVitalsObserver)||void 0===e||e.stopObserving(),null===(t=this.appMemoryObserver)||void 0===t||t.stopObserving(),null===(n=this.pageMemoryObserver)||void 0===n||n.stopObserving(),this.responseRleCache=void 0,this.core.destroy()}},{key:"getPageLoadIdFromState",value:function(e){var t,n=null!=e?e:this.activeToken;return n&&(t=this.stateWM.get(n).pageLoadId),t}},{key:"abort",value:function(e){var t;if(!e||this.activeToken!==e)throw new Error("RUM abort: rum token passed is invalid");if(null!==(t=this.stateWM.get(e))&&void 0!==t&&t.endProps)throw new Error("RUM abort: Can't abort a session that was already ended");this.activeToken=void 0,this.stateWM.delete(e),this.liveTokens.delete(e)}},{key:"flushEndedSessions",value:function(){var e=this;this.liveTokens.forEach((function(t){var n=e.stateWM.get(t);if(n.endProps){if(e.isTracerEnabled){var r=e.collector.collectPageLoadEndData({isInitial:n.isInitial,immediate:!0});e.firePageLoadEndEvent(r,t),e.flushResourceLoadEvents(t)}var i=e.collector.collect({isInitial:n.isInitial,immediate:!0});e.fireRumEvent(i,t)}}))}},{key:"flushResourceLoadEvents",value:function(e){var t,n,r=this,i=null===(t=this.responseRleCache)||void 0===t?void 0:t.flushCache();null==i||i.map((function(t){r.fireResourceLoadEvent(t,e)})),null===(n=this.responseRleCache)||void 0===n||n.clear()}},{key:"firePageLoadEndEvent",value:function(e,t){if(this.stateWM.get(t)){var n=this.core.host.api.assign,r=this.stateWM.get(t),i=r.startTime,o=r.endProps,a=r.pageLoadId,s=r.pageKey;if(o){var c=o.renderCompleteTime,l=o.isImpactedByHiddenWindow;if(a?e.pageLoadId=a:Sn("PageLoadEndEvent",Rr),e.browserPageLoadEndContext&&(e.browserPageLoadEndContext.isImpactedByHiddenWindow=l),e.navigationTiming){var u,d=null===(u=e.navigationTiming)||void 0===u?void 0:u.navigationStart,h=this.boomerangStart=d||this.boomerangStart,f=d||i,p=c-f;e.navigationTiming.boomerangStart=h,e.navigationTiming.timeDone=p,e.navigationTiming.navigationStart=f,void 0===e.navigationTiming.workerStart&&(e.navigationTiming.workerStart=0)}this.core.fireEvent({appId:this.config["app-id"],eventName:"PageLoadEndEvent"},(function(t){return n({pageKey:s||t.pageKey},e)}))}else this.abort(t)}}},{key:"fireResourceLoadEvent",value:function(e,t){var n=this;if(this.isTracerEnabled){var r,i=null!==(r=this.getPageLoadIdFromState(t))&&void 0!==r?r:this.pageLoadId;if(!i)return void this.initialResourcesEvents.push(e);this.initialResourcesEvents.length>0&&(this.initialResourcesEvents.forEach((function(e){e.parentPageLoadId=i,n.core.fireEvent({appId:n.config["app-id"],eventName:"ResourceLoadEvent"},e)})),this.initialResourcesEvents=[]),e.parentPageLoadId=i,this.core.fireEvent({appId:this.config["app-id"],eventName:"ResourceLoadEvent"},e)}}},{key:"fireRumEvent",value:function(e,t){if(this.stateWM.get(t)){var n=this.core.host.api.assign,r=this.stateWM.get(t),i=r.startTime,o=r.endProps;if(o){var a=o.renderCompleteTime,s=o.isImpactedByHiddenWindow,c=o.rumKey,l=this.boomerangStart=e.navigationStart||this.boomerangStart,u=e.navigationStart||i,d=a-u,h=this.config["app-version"];this.core.fireEvent({appId:this.config["app-id"],eventName:"RealUserMonitoringEvent"},(function(t){return n({pageKey:c||t.pageKey,isImpactedByHiddenWindow:s,appVersion:h,timeDone:d,navigationStart:u,boomerangStart:l,renderCompleteTime:a},e)})),r.fireRumEventTimeout&&clearTimeout(r.fireRumEventTimeout),this.liveTokens.delete(t),this.stateWM.delete(t)}else this.abort(t)}}},{key:"beforeHideHandler",value:function(){this.flushEndedSessions()}},{key:"fireApfcEvent",value:function(e,t){var n,r=null===(n=document)||void 0===n||null===(n=n.cookie)||void 0===n?void 0:n.split(";"),i={issueTime:0,browserId:""};try{i=function(e){var t,n={issueTime:0,browserId:""},r=ve(e);try{for(r.s();!(t=r.n()).done;){var i=t.value.split("=");if(i.length>1&&"bscookie"===i[0]){var o=decodeURIComponent(i[1]),a=Number(o.substring(4,18)),s=isNaN(a)?0:a,c=o.substring(18,50);return n.browserId=c,n.issueTime=s,n}}}catch(e){r.e(e)}finally{r.f()}return n}(r)}catch(e){}var o={type:e,bsCookieInfo:i,payload:t};this.core.fireEvent({appId:this.config["app-id"],eventName:"ApfcEvent"},o)}},{key:"generateResourceLoadEventFromResponseContext",value:function(e,t){var n=t.requestTime,r=t.viewNames,i=t.requestType,o={resourceKey:e,isNetwork:!0,targetViewNames:r||[],loadType:"serversideresponse",resourceNetworkContext:ce({},ge(t,ae)),resourceProgressStates:[],timeOrigin:n};return i&&(o.loadType=i),o}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;this.collector.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:t})}},{key:"getAbuseDeviceSignalCollectionConfig",value:function(e){var t,n,r,i,o,a,s,c,l,u,d,h,f,p,g,v,m,y,E,b,w,T,_,S,I,A,C,k,O,R=null===(t=(n=e.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.fireApfcEvent"),N=!1,L=!1,P=!1,D=!1,x=!1,M=!1;if("enabled"===R)N=!0;else if(null!=R&&R.startsWith("v2:")){var U=R.split(":");if(2===U.length){var B=new Set(U[1].split(","));N=B.has("a"),D=B.has("b"),x=B.has("c"),L=B.has("d"),P=B.has("e"),M=B.has("f")}}return{isDnaIntegrationLixEnabled:N=N||"enabled"===(null===(r=e.host.abuseDeviceSignalCollectionConfig)||void 0===r?void 0:r.webviewDnaMemberLixTreatment)||"enabled"===(null===(i=e.host.abuseDeviceSignalCollectionConfig)||void 0===i?void 0:i.dnaMemberLixTreatment),isHumanIntegrationLixEnabled:L=L||"enabled"===(null===(o=(a=e.host).__getLixTreatment)||void 0===o?void 0:o.call(a,"pemberly.tracking.human.integration"))||"enabled"===(null===(s=e.host.abuseDeviceSignalCollectionConfig)||void 0===s?void 0:s.webviewHumanMemberLixTreatment)||"enabled"===(null===(c=e.host.abuseDeviceSignalCollectionConfig)||void 0===c?void 0:c.humanMemberLixTreatment),isDfpIntegrationLixEnabled:P=P||"enabled"===(null===(l=(u=e.host).__getLixTreatment)||void 0===l?void 0:l.call(u,"pemberly.tracking.dfp.integration"))||"enabled"===(null===(d=e.host.abuseDeviceSignalCollectionConfig)||void 0===d?void 0:d.webviewDfpMemberLixTreatment)||"enabled"===(null===(h=e.host.abuseDeviceSignalCollectionConfig)||void 0===h?void 0:h.dfpMemberLixTreatment),disablePerfMarkerOptimization:e.host.abuseDeviceSignalCollectionConfig&&e.host.abuseDeviceSignalCollectionConfig.disablePerfMarkerOptimization||"enabled"===(null===(f=(p=e.host).__getLixTreatment)||void 0===f?void 0:f.call(p,"fingerprinting.collection.skip.performance.marker.check")),samplingTimeWindowInMillis:null===(g=e.host.abuseDeviceSignalCollectionConfig)||void 0===g?void 0:g.samplingTimeWindowInMillis,isOnDemandFingerprintingEnabled:M=M||"enabled"===(null===(v=(m=e.host).__getLixTreatment)||void 0===v?void 0:v.call(m,"pemberly.web.ondemand")),isSyncFingerprintingWithHeadersLixEnabled:"enabled"===(null===(y=(E=e.host).__getLixTreatment)||void 0===y?void 0:y.call(E,"sync.apfc.headers"))||"enabled"===(null===(b=e.host.abuseDeviceSignalCollectionConfig)||void 0===b?void 0:b.syncFingerprintingEnabledWithHeadersLixTreatment),isSyncFingerprintingWithCbLixEnabled:"enabled"===(null===(w=(T=e.host).__getLixTreatment)||void 0===w?void 0:w.call(T,"sync.apfc.couchbase"))||"enabled"===(null===(_=e.host.abuseDeviceSignalCollectionConfig)||void 0===_?void 0:_.syncFingerprintingEnabledWithCbLixTreatment),isRecaptchaV3IntegrationEnabled:D=D||"enabled"===(null===(S=(I=e.host).__getLixTreatment)||void 0===S?void 0:S.call(I,"pemberly.tracking.recaptcha.v3"))||"enabled"===(null===(A=e.host.abuseDeviceSignalCollectionConfig)||void 0===A?void 0:A.recaptchaV3IntegrationLixValue),isNetworkInterceptorEnabled:x=x||"enabled"===(null===(C=(k=e.host).__getLixTreatment)||void 0===C?void 0:C.call(k,"pemberly.tracking.apfc.network.interceptor"))||"enabled"===(null===(O=e.host.abuseDeviceSignalCollectionConfig)||void 0===O?void 0:O.networkInterceptorLixValue)}}}])}();var co,lo="undefined"!=typeof window&&"undefined"!=typeof performance,uo="undefined"!=typeof location&&-1!==location.search.indexOf("_LI_MEASURE_DEBUG");function ho(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax",n=arguments.length>2?arguments[2]:void 0;e.fireTrackingEvent("PageViewEvent",fo(n,t))}function fo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax";const n=S(document),r=A(document),i=J();let o={};return i&&(o.theme=i.toUpperCase()),r&&(o.interfaceLocale=r),e&&(o.pageKey=e),{header:{},requestHeader:o,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}function po(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(!e||null==t||!t.length)throw new Error("Invalid input to fireViewModuleImpressionEvent");const n=A(document),r={};n&&(r.interfaceLocale=n);const i={header:{},requestHeader:r,moduleNames:t};e.fireTrackingEvent("ViewModuleImpressionEvent",i)}function go(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=e.state&&e.state.currentPageInstance||{};let{trackingId:n}=t;return n&&!vo(n)&&e.convertUuidTrackingIdToBase64&&(n=e.convertUuidTrackingIdToBase64(n)),`${t.pageUrn};${n}`}function vo(e){return"string"==typeof e&&"=="===e.slice(-2)}function mo(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t={...e},n=f(window.location.href,"originalReferer")||f(window.location.href,"original_referer");return n&&(t.requestHeader={...t.requestHeader,referer:n}),yo(t)}function yo(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t={...e},n=J();return n&&(t.requestHeader={...t.requestHeader,theme:n.toUpperCase()}),t}!function(){function e(t,n){we(this,e),Se(this,"trackingCore",void 0),Se(this,"endPageInstance",void 0),Se(this,"startPageInstance",void 0),Se(this,"featureIdentifier",void 0),Se(this,"marks",[]),Se(this,"spans",[]),Se(this,"spanStarts",new Map),Se(this,"started",!1),Se(this,"ended",!1),Se(this,"featureKey",void 0),Se(this,"productName",void 0),Se(this,"flushOnEnd",void 0),Se(this,"basePageTreeId",void 0),Se(this,"debounceFlush",void 0),Se(this,"disableAutoFlush",void 0),Se(this,"isCanceled",!1),Se(this,"isClosed",!1),this.trackingCore=t;var r=n.featureKey,i=n.productName,o=n.flushDebounceMilliseconds,a=n.flushOnEnd;this.featureKey=r,this.productName=i,this.flushOnEnd=a;var s=i?"::".concat(i):"";this.featureIdentifier="".concat(r).concat(s);var c=void 0!==o?o:3e3;c>0&&(this.debounceFlush=function(e,t,n){var r,i,o;void 0===t&&(t=50),void 0===n&&(n={});var a=null!=(r=n.isImmediate)&&r,s=null!=(i=n.callback)&&i,c=n.maxWait,l=Date.now(),u=[];function d(){if(void 0!==c){var e=Date.now()-l;if(e+t>=c)return c-e}return t}var h=function(){var t=[].slice.call(arguments),n=this;return new Promise((function(r,i){var c=a&&void 0===o;if(void 0!==o&&clearTimeout(o),o=setTimeout((function(){if(o=void 0,l=Date.now(),!a){var r=e.apply(n,t);s&&s(r),u.forEach((function(e){return(0,e.resolve)(r)})),u=[]}}),d()),c){var h=e.apply(n,t);return s&&s(h),r(h)}u.push({resolve:r,reject:i})}))};return h.cancel=function(e){void 0!==o&&clearTimeout(o),u.forEach((function(t){return(0,t.reject)(e)})),u=[]},h}(this.flush.bind(this),c)),this.disableAutoFlush=c<0}_e(e,[{key:"start",value:function(e){var t;if(lo){if(this.started)throw new Error("Same PerfMeasurement (".concat(this.featureIdentifier,") cannot be started twice"));this.startPageInstance=e||(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance),this.spanStart("load"),this.started=!0}}},{key:"end",value:function(e){var t;if(!this.isClosed){if(this.isClosed=!0,this.isCanceled)throw new Error('[rum measurement] cannot end a canceled measurement "'.concat(this.featureIdentifier,'"'));if(lo){if(this.ended)throw new Error("Same PerfMeasurement (".concat(this.featureIdentifier,") should not be ended twice"));this.endPageInstance=e||(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance),this.spanEnd("load"),this.ended=!0,this.flushOnEnd&&this.flush()}}}},{key:"mark",value:function(e){lo&&(this.marks.push({name:e,startTime:ni()}),uo&&(performance.mark("LI:".concat(this.featureIdentifier,"-mark-").concat(e)),performance.measure("LI:".concat(this.featureIdentifier,"-mark-").concat(e),"LI:".concat(this.featureIdentifier,"-start"),"LI:".concat(this.featureIdentifier,"-mark-").concat(e))),this.handleNewData())}},{key:"spanStart",value:function(e){lo&&(this.spanStarts.set(e,ni()),uo&&performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start")))}},{key:"spanEnd",value:function(e,t){if(lo&&this.spanStarts.has(e)){var n=this.spanStarts.get(e),r=t||e;this.spans.push({name:r,startTime:n,duration:ni()-n}),uo&&(performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-end")),performance.measure("LI:".concat(this.featureIdentifier,"-span-").concat(t||e),"LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start"),"LI:".concat(this.featureIdentifier,"-span-").concat(e,"-end"))),this.handleNewData()}}},{key:"clearSpan",value:function(e){lo&&this.spanStarts.has(e)&&this.spanStarts.delete(e)}},{key:"addSpan",value:function(e){this.spans.push(e),this.handleNewData()}},{key:"setBasePageTreeId",value:function(e){this.basePageTreeId=e}},{key:"getTimestamp",value:function(){return ni()}},{key:"flush",value:function(){0===this.marks.length&&0===this.spans.length||(this.fireEvent(),this.marks=[],this.spans=[],this.debounceFlush&&this.debounceFlush.cancel())}},{key:"handleNewData",value:function(){this.debounceFlush?this.debounceFlush().catch((function(e){})):this.disableAutoFlush||this.flush()}},{key:"fireEvent",value:function(){var e=this,t=this.endPageInstance&&{header:{pageInstance:this.endPageInstance}};this.trackingCore.fireEvent("FeaturePerformanceMeasurementEvent",(function(t){var n=e.startPageInstance||t.pageInstance||vn(Ce),r={name:e.featureKey,startTime:-1,duration:-1,startPageInstance:n,marks:e.marks,spans:e.spans};return e.productName&&(r.productName=e.productName),e.basePageTreeId&&(r.basePageTreeId=e.basePageTreeId),r}),t)}},{key:"cancel",value:function(){this.isCanceled=!0}},{key:"check",value:function(){if(lo){if(this.isCanceled)throw new Error('[rum measurement] "'.concat(this.featureIdentifier,'" has been canceled'));if(!this.isClosed)throw new Error('[rum measurement] "'.concat(this.featureIdentifier,'" is still open'))}}}])}(),function(e){e[e.BATCH=0]="BATCH",e[e.FLUSH_ALL=1]="FLUSH_ALL"}(co||(co={}));const{ENTER:Eo,ESCAPE:bo}=R;class wo{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:r=!0,shouldMoveToTopContainer:i=!0,events:o={},focusElement:a,pageKey:s,onClose:c}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No modal element passed in");this._el=e,this._parentNode=this._el.parentNode,i&&(this._topLevelContainer=this._getTopLevelContainer()),this._wrapperEl=this._el.querySelector(".modal__wrapper"),this._overlayEl=this._el.querySelector(".modal__overlay"),o&&(this._events=o),r&&(this._outletEls=this._getOutletEls()),this._exitButtonEl=this._el.querySelector(".modal__dismiss"),this._onKeyDownEvent=e=>this._onKeyDown(e),this._enablePageViewTracking=t,this._pageKey=s,this._shouldHideModal=n,this._shouldMoveToTopContainer=i,this.onClose=c;this._el.querySelector("[id='modalNoDismiss']")&&(this._isModalNonDismissible=!0),this._focusElement=a,r&&this._outletEls.forEach(e=>{e.addEventListener("click",e=>{var t;const n=null===(t=e.target)||void 0===t?void 0:t.getAttribute("data-no-cool-off");this.open({noCoolOff:n})})}),this._isModalNonDismissible||(this._exitButtonEl&&this._exitButtonEl.addEventListener("click",()=>this.close()),this._overlayEl.addEventListener("click",this._handleOverlayClick.bind(this))),this._focusTrap=new q(this._wrapperEl)}_getOutletEls(){const e=this._el.dataset.outlet,t=[...("default-outlet"===e?this._parentNode:document).querySelectorAll(`[data-modal="${e}"]`)];return t.length||console.warn("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param "+e),t}_getTopLevelContainer(){const e=document.querySelector(".top-level-modal-container");if(!e){const e=document.createElement("div");return e.className="top-level-modal-container",document.body.appendChild(e)}return e}_handleOverlayClick(e){e.target===this._wrapperEl||this._wrapperEl.contains(e.target)||this.close()}_onKeyDown(e){const t=L(e.key),n=t===Eo&&document.activeElement===this._exitButtonEl;(t===bo||n)&&(this._isModalNonDismissible||this.close(),e.preventDefault())}open(){let{focusElement:e,noCoolOff:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(t||!this._shouldHideModal())return this._focusElement=e||this._focusElement,this._previouslyFocusedEl=document.activeElement,this._overlayEl.classList.add("modal__overlay--visible"),this._overlayEl.setAttribute("aria-hidden","false"),this._shouldMoveToTopContainer&&this._topLevelContainer.appendChild(this._el),this.noScroll(),document.addEventListener("keydown",this._onKeyDownEvent),y(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init(),this._enablePageViewTracking&&window.tracking?window.tracking.then(e=>{ho(e,"ajax",this._pageKey||""+this._el.id)}):(y(this._wrapperEl,"afterOpen"),Promise.resolve());y(this._el,"didNotOpen")}async close(){var e,t,n,r,i;this._events.onBeforeClose&&await(null===(n=this._events)||void 0===n||null===(r=n.onBeforeClose)||void 0===r?void 0:r.call(n,this._wrapperEl));this.isOpen&&(null===(i=this.onClose)||void 0===i||i.call(this));this._overlayEl.classList.remove("modal__overlay--visible"),this._overlayEl.setAttribute("aria-hidden","true"),this._shouldMoveToTopContainer&&(this.setFocus(),this._parentNode.appendChild(this._el)),this.removeNoScroll(),document.removeEventListener("keydown",this._onKeyDownEvent),y(this._el,"close"),null!==(e=this._focusElement)&&void 0!==e&&null!==(t=e.classList)&&void 0!==t&&t.contains("ellipsis-menu__trigger")?(this.setFocus(),this._focusTrap.tearDown()):setTimeout(()=>{this.setFocus(),this._focusTrap.tearDown()},150)}setFocus(){const e=this._focusElement||this._previouslyFocusedEl;null==e||e.focus()}noScroll(){document.body.classList.add("overflow-hidden")}removeNoScroll(){document.body.classList.remove("overflow-hidden")}get isOpen(){return this._overlayEl.classList.contains("modal__overlay--visible")}}function To(e,t){t=t||"log";if("undefined"!=typeof window&&window&&window.jet&&"error"===t.toLowerCase())try{throw new Error(e)}catch(e){try{window.jet.error(e)}catch(e){}}"undefined"!=typeof console&&"function"==typeof console[t]&&console[t](e)}const _o=/ /g,So=/[\s\u0000<>"]|%00/,Io=/\\/,Ao=/([.]|%2e){2}/i;let Co=new RegExp("^(?:HTTPS?|https?|ftp|mailto|tel|sms|blob|voyager|android-app|linkedin|chrome-extension|invalid|data:(?:(?:image/(?:gif|jpe?g|png|webp|bmp|tiff))|(?:application/x-font-woff)|(?:font/(?:opentype|ttf)))[;,]|[/.#?])");function ko(e){let t;if("string"!=typeof e)return To("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(To("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(_o,"+")),!Co.test(t))return To("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(So.test(t))return To("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n,r=t.split("?")[0],i=!1;try{n=decodeURI(r)}catch(e){i=!0}return i?(To("jSecure Error: malformed url path detected: "+r),"invalid://"):Io.test(r)||Ao.test(r)||Ao.test(n)?(To("jSecure Error: malicious data found in url path: "+r,"error"),"invalid://"):e}const Oo={redirect(e){window&&(window.location.href=e)}};const Ro={className:"class"};function No(e){return(new DOMParser).parseFromString(e,"image/svg+xml").firstChild}function Lo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(t).map(n=>{const r=Ro[n]||n;e.setAttribute(r,t[n])}),e}function Po(e,t){if(!e)return Promise.reject(new Error("An icon tag must be provided to inlineIcon"));const n=e.getAttribute("data-svg-class-name");return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)return Promise.reject(new Error("A path to the asset must be provided"));const n={focusable:"false",...t};return z(e,{sendCookies:!1,skipCsrfToken:!0}).then(e=>No(e.responseText)).then(e=>Lo(e,n))}(t,n?{className:n}:{}).then(t=>(e.appendChild(t),e.setAttribute("aria-hidden","true"),t))}const Do=["IMG","IFRAME","VIDEO","SCRIPT"];class xo{constructor(){let{delayedUrlAttributeName:e="data-delayed-url",delayedPosterAttributeName:t="data-delayed-poster",delayedBackground:n="data-delayed-background",embeddedSrcAttributeName:r="data-li-src",ghostClassesAttributeName:i="data-ghost-classes",ghostUrlAttributeName:a="data-ghost-url",lazyloadClassName:s="lazy-load",lazyloadedClassName:c="lazy-loaded",onLoadClassName:l="onload",onErrorClassName:u="onerror",disableElementInViewportCondition:d=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.elementCache=[],this.onLoadClassName=l,this.onErrorClassName=u,this.delayedUrlAttributeName=e,this.delayedPosterAttributeName=t,this.delayedBackground=n,this.embeddedSrcAttributeName=r,this.lazyloadClassName=s,this.lazyloadedClassName=c,this.ghostUrlAttributeName=a,this.lazyloadElSelector=`[${this.delayedUrlAttributeName}], [${this.embeddedSrcAttributeName}], .${this.lazyloadClassName}`,this.boundLoadVisibleImages=this.loadVisibleImages.bind(this),this.boundEvents=!1,this.scriptLoadPromises={},this.ghostClassesAttributeName=i,this.disableElementInViewportCondition=d,o(()=>this.refreshLoader())}getLazyLoadedJavascriptModule(e){return this.scriptLoadPromises[e]=this.scriptLoadPromises[e]||E(),this.scriptLoadPromises[e]}refreshLoader(){this.elementCache=u(document.querySelectorAll(this.lazyloadElSelector)),this.loadVisibleImages(),this.elementCache.length&&!this.boundEvents&&this._attachEvents()}_attachEvents(){window.addEventListener("scroll",this.boundLoadVisibleImages,!0),window.addEventListener("touchmove",this.boundLoadVisibleImages,!0),window.addEventListener("resize",this.boundLoadVisibleImages,!0),this.boundEvents=!0}_detachEvents(){window.removeEventListener("scroll",this.boundLoadVisibleImages,!0),window.removeEventListener("touchmove",this.boundLoadVisibleImages,!0),window.removeEventListener("resize",this.boundLoadVisibleImages,!0),this.boundEvents=!1}_dropHttp(e){return e&&e.replace(/^http:\/\//i,"//")}lazyloadElOnload(e){if(e.classList.add(this.lazyloadedClassName),this.updateBusyState(e),"SCRIPT"===e.tagName){const{moduleId:t}=e.dataset;this.getLazyLoadedJavascriptModule(t).resolve(window[t])}}lazyloadOnerror(e){const t=e.classList.contains(this.onErrorClassName),n=e.getAttribute(this.ghostUrlAttributeName);if(e.classList.add(this.lazyloadedClassName),e.classList.add(this.onErrorClassName),n&&!t){e.setAttribute("src",ko(n));const t=e.getAttribute(this.ghostClassesAttributeName);t&&t.length&&t.split(" ").forEach(t=>{e.classList.add(t)}),this.updateBusyState(e)}if("SCRIPT"===e.tagName){const{moduleId:t}=e.dataset;this.getLazyLoadedJavascriptModule(t).reject(new Error("Could not lazy load JS with src "+e.src))}}loadVisibleImages(){let e=0;for(;e<this.elementCache.length;){let t=this.elementCache[e];if("SCRIPT"===t.tagName||t.classList.contains(this.onLoadClassName)||this.disableElementInViewportCondition||d(t)){const n=t.hasAttribute(this.embeddedSrcAttributeName)&&this._dropHttp(t.getAttribute(this.embeddedSrcAttributeName))||t.getAttribute(this.delayedUrlAttributeName);n&&"ICON"===t.tagName?Po(t,n).then(e=>{this.lazyloadElOnload(e),this.lazyloadElOnload(t)}).catch(()=>this.lazyloadOnerror(t)):n&&-1!==Do.indexOf(t.tagName)?(this.updateBusyState(t,!0),t.onerror=this.lazyloadOnerror.bind(this,t),t.onload=t.oncanplay=this.lazyloadElOnload.bind(this,t),t.src=ko(n)):n&&t.hasAttribute(this.delayedBackground)?(t.style.backgroundImage=`url("${ko(n)}")`,this.lazyloadElOnload(t)):this.lazyloadOnerror(t),"VIDEO"===t.tagName&&(t.poster=ko(t.getAttribute(this.delayedPosterAttributeName))),t.removeAttribute(this.delayedUrlAttributeName),t.removeAttribute(this.embeddedSrcAttributeName),t.classList.remove(this.lazyloadClassName),this.elementCache.splice(e,1)}else e++}this.elementCache.length||this._detachEvents()}updateBusyState(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];"SCRIPT"!==e.tagName&&(null==e||e.setAttribute("aria-busy",t))}}let Mo=null;function Uo(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Mo=Mo||new xo(e),Mo}function Bo(e){return e.scrollHeight>e.offsetHeight}function Fo(e,t){const n=u(e);for(let e=0;e<n.length;e++)n[e]&&1===n[e].nodeType&&t(n[e])}function Ho(e){Go([e])}function jo(e){qo([e])}function Go(e){Fo(e,e=>{e.classList.add("hidden"),e.setAttribute("aria-hidden","true")})}function qo(e){Fo(e,e=>{e.classList.remove("hidden"),e.setAttribute("aria-hidden","false")})}function zo(e){null==e||e.setAttribute("disabled","disabled"),null==e||e.setAttribute("aria-disabled","true")}function Vo(e){null==e||e.removeAttribute("disabled"),null==e||e.removeAttribute("aria-disabled")}function Wo(){return document.documentElement.classList.contains("safari")}function Ko(){return document.documentElement.classList.contains("ios")}function Xo(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document;const r=null==n?void 0:n.querySelector("."+e);if(r&&Bo(r)){const i=n.querySelector(t);null==i||i.classList.remove("invisible"),null==i||i.addEventListener("click",()=>{r.classList.remove(e),i.classList.add("invisible")})}}const Yo={};function Qo(e){const t=document.getElementById(e);if(!t&&void 0!==Yo[e])return Yo[e];if(!t)return console.warn(`Element with id: ${e} not found`),Yo[e]=null,Yo[e];let n;for(const e of t.childNodes)try{if(e.nodeType===Node.COMMENT_NODE){n=JSON.parse(e.nodeValue);break}}catch(e){}return void 0===n?(console.warn(`Error retrieving content with id: ${e}. Use embedJson helper to embed this content`),null):(Yo[e]=n,t.parentNode.removeChild(t),Yo[e])}function Jo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $o=Object.hasOwnProperty,Zo=Object.setPrototypeOf,ea=Object.isFrozen,ta=Object.getPrototypeOf,na=Object.getOwnPropertyDescriptor,ra=Object.freeze,ia=Object.seal,oa=Object.create,aa="undefined"!=typeof Reflect&&Reflect,sa=aa.apply,ca=aa.construct;sa||(sa=function(e,t,n){return e.apply(t,n)}),ra||(ra=function(e){return e}),ia||(ia=function(e){return e}),ca||(ca=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(
/*! @license DOMPurify 2.3.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.5/LICENSE */
function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(t))))});var la,ua=ba(Array.prototype.forEach),da=ba(Array.prototype.pop),ha=ba(Array.prototype.push),fa=ba(String.prototype.toLowerCase),pa=ba(String.prototype.match),ga=ba(String.prototype.replace),va=ba(String.prototype.indexOf),ma=ba(String.prototype.trim),ya=ba(RegExp.prototype.test),Ea=(la=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return ca(la,t)});function ba(e){return function(t){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return sa(e,t,r)}}function wa(e,t){Zo&&Zo(e,null);for(var n=t.length;n--;){var r=t[n];if("string"==typeof r){var i=fa(r);i!==r&&(ea(t)||(t[n]=i),r=i)}e[r]=!0}return e}function Ta(e){var t=oa(null),n=void 0;for(n in e)sa($o,e,[n])&&(t[n]=e[n]);return t}function _a(e,t){for(;null!==e;){var n=na(e,t);if(n){if(n.get)return ba(n.get);if("function"==typeof n.value)return ba(n.value)}e=ta(e)}return function(e){return console.warn("fallback value for",e),null}}var Sa=ra(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Ia=ra(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Aa=ra(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Ca=ra(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ka=ra(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),Oa=ra(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Ra=ra(["#text"]),Na=ra(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),La=ra(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Pa=ra(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Da=ra(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),xa=ia(/\{\{[\s\S]*|[\s\S]*\}\}/gm),Ma=ia(/<%[\s\S]*|[\s\S]*%>/gm),Ua=ia(/^data-[\-\w.\u00B7-\uFFFF]/),Ba=ia(/^aria-[\-\w]+$/),Fa=ia(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ha=ia(/^(?:\w+script|data):/i),ja=ia(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Ga="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function qa(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var za=function(){return"undefined"==typeof window?null:window},Va=function(e,t){if("object"!==(void 0===e?"undefined":Ga(e))||"function"!=typeof e.createPolicy)return null;var n=null;t.currentScript&&t.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=t.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return e.createPolicy(r,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};var Wa=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:za(),n=function(t){return e(t)};if(n.version="2.3.5",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,i=t.document,o=t.DocumentFragment,a=t.HTMLTemplateElement,s=t.Node,c=t.Element,l=t.NodeFilter,u=t.NamedNodeMap,d=void 0===u?t.NamedNodeMap||t.MozNamedAttrMap:u,h=t.HTMLFormElement,f=t.DOMParser,p=t.trustedTypes,g=c.prototype,v=_a(g,"cloneNode"),m=_a(g,"nextSibling"),y=_a(g,"childNodes"),E=_a(g,"parentNode");if("function"==typeof a){var b=i.createElement("template");b.content&&b.content.ownerDocument&&(i=b.content.ownerDocument)}var w=Va(p,r),T=w?w.createHTML(""):"",_=i,S=_.implementation,I=_.createNodeIterator,A=_.createDocumentFragment,C=_.getElementsByTagName,k=r.importNode,O={};try{O=Ta(i).documentMode?i.documentMode:{}}catch(e){}var R={};n.isSupported="function"==typeof E&&S&&void 0!==S.createHTMLDocument&&9!==O;var N=xa,L=Ma,P=Ua,D=Ba,x=Ha,M=ja,U=Fa,B=null,F=wa({},[].concat(qa(Sa),qa(Ia),qa(Aa),qa(ka),qa(Ra))),H=null,j=wa({},[].concat(qa(Na),qa(La),qa(Pa),qa(Da))),G=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),q=null,z=null,V=!0,W=!0,K=!1,X=!1,Y=!1,Q=!1,J=!1,$=!1,Z=!1,ee=!1,te=!0,ne=!0,re=!1,ie={},oe=null,ae=wa({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),se=null,ce=wa({},["audio","video","img","source","image","track"]),le=null,ue=wa({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),de="http://www.w3.org/1998/Math/MathML",he="http://www.w3.org/2000/svg",fe="http://www.w3.org/1999/xhtml",pe=fe,ge=!1,ve=void 0,me=["application/xhtml+xml","text/html"],ye="text/html",Ee=void 0,be=null,we=i.createElement("form"),Te=function(e){return e instanceof RegExp||e instanceof Function},_e=function(e){be&&be===e||(e&&"object"===(void 0===e?"undefined":Ga(e))||(e={}),e=Ta(e),B="ALLOWED_TAGS"in e?wa({},e.ALLOWED_TAGS):F,H="ALLOWED_ATTR"in e?wa({},e.ALLOWED_ATTR):j,le="ADD_URI_SAFE_ATTR"in e?wa(Ta(ue),e.ADD_URI_SAFE_ATTR):ue,se="ADD_DATA_URI_TAGS"in e?wa(Ta(ce),e.ADD_DATA_URI_TAGS):ce,oe="FORBID_CONTENTS"in e?wa({},e.FORBID_CONTENTS):ae,q="FORBID_TAGS"in e?wa({},e.FORBID_TAGS):{},z="FORBID_ATTR"in e?wa({},e.FORBID_ATTR):{},ie="USE_PROFILES"in e&&e.USE_PROFILES,V=!1!==e.ALLOW_ARIA_ATTR,W=!1!==e.ALLOW_DATA_ATTR,K=e.ALLOW_UNKNOWN_PROTOCOLS||!1,X=e.SAFE_FOR_TEMPLATES||!1,Y=e.WHOLE_DOCUMENT||!1,$=e.RETURN_DOM||!1,Z=e.RETURN_DOM_FRAGMENT||!1,ee=e.RETURN_TRUSTED_TYPE||!1,J=e.FORCE_BODY||!1,te=!1!==e.SANITIZE_DOM,ne=!1!==e.KEEP_CONTENT,re=e.IN_PLACE||!1,U=e.ALLOWED_URI_REGEXP||U,pe=e.NAMESPACE||fe,e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(G.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(G.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(G.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ve=ve=-1===me.indexOf(e.PARSER_MEDIA_TYPE)?ye:e.PARSER_MEDIA_TYPE,Ee="application/xhtml+xml"===ve?function(e){return e}:fa,X&&(W=!1),Z&&($=!0),ie&&(B=wa({},[].concat(qa(Ra))),H=[],!0===ie.html&&(wa(B,Sa),wa(H,Na)),!0===ie.svg&&(wa(B,Ia),wa(H,La),wa(H,Da)),!0===ie.svgFilters&&(wa(B,Aa),wa(H,La),wa(H,Da)),!0===ie.mathMl&&(wa(B,ka),wa(H,Pa),wa(H,Da))),e.ADD_TAGS&&(B===F&&(B=Ta(B)),wa(B,e.ADD_TAGS)),e.ADD_ATTR&&(H===j&&(H=Ta(H)),wa(H,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&wa(le,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(oe===ae&&(oe=Ta(oe)),wa(oe,e.FORBID_CONTENTS)),ne&&(B["#text"]=!0),Y&&wa(B,["html","head","body"]),B.table&&(wa(B,["tbody"]),delete q.tbody),ra&&ra(e),be=e)},Se=wa({},["mi","mo","mn","ms","mtext"]),Ie=wa({},["foreignobject","desc","title","annotation-xml"]),Ae=wa({},Ia);wa(Ae,Aa),wa(Ae,Ca);var Ce=wa({},ka);wa(Ce,Oa);var ke=function(e){var t=E(e);t&&t.tagName||(t={namespaceURI:fe,tagName:"template"});var n=fa(e.tagName),r=fa(t.tagName);if(e.namespaceURI===he)return t.namespaceURI===fe?"svg"===n:t.namespaceURI===de?"svg"===n&&("annotation-xml"===r||Se[r]):Boolean(Ae[n]);if(e.namespaceURI===de)return t.namespaceURI===fe?"math"===n:t.namespaceURI===he?"math"===n&&Ie[r]:Boolean(Ce[n]);if(e.namespaceURI===fe){if(t.namespaceURI===he&&!Ie[r])return!1;if(t.namespaceURI===de&&!Se[r])return!1;var i=wa({},["title","style","font","a","script"]);return!Ce[n]&&(i[n]||!Ae[n])}return!1},Oe=function(e){ha(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=T}catch(t){e.remove()}}},Re=function(e,t){try{ha(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){ha(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!H[e])if($||Z)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Ne=function(e){var t=void 0,n=void 0;if(J)e="<remove></remove>"+e;else{var r=pa(e,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===ve&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=w?w.createHTML(e):e;if(pe===fe)try{t=(new f).parseFromString(o,ve)}catch(e){}if(!t||!t.documentElement){t=S.createDocument(pe,"template",null);try{t.documentElement.innerHTML=ge?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(i.createTextNode(n),a.childNodes[0]||null),pe===fe?C.call(t,Y?"html":"body")[0]:Y?t.documentElement:a},Le=function(e){return I.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Pe=function(e){return e instanceof h&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore)},De=function(e){return"object"===(void 0===s?"undefined":Ga(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":Ga(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},xe=function(e,t,r){R[e]&&ua(R[e],(function(e){e.call(n,t,r,be)}))},Me=function(e){var t=void 0;if(xe("beforeSanitizeElements",e,null),Pe(e))return Oe(e),!0;if(pa(e.nodeName,/[\u0080-\uFFFF]/))return Oe(e),!0;var r=Ee(e.nodeName);if(xe("uponSanitizeElement",e,{tagName:r,allowedTags:B}),!De(e.firstElementChild)&&(!De(e.content)||!De(e.content.firstElementChild))&&ya(/<[/\w]/g,e.innerHTML)&&ya(/<[/\w]/g,e.textContent))return Oe(e),!0;if("select"===r&&ya(/<template/i,e.innerHTML))return Oe(e),!0;if(!B[r]||q[r]){if(ne&&!oe[r]){var i=E(e)||e.parentNode,o=y(e)||e.childNodes;if(o&&i)for(var a=o.length-1;a>=0;--a)i.insertBefore(v(o[a],!0),m(e))}if(!q[r]&&Be(r)){if(G.tagNameCheck instanceof RegExp&&ya(G.tagNameCheck,r))return!1;if(G.tagNameCheck instanceof Function&&G.tagNameCheck(r))return!1}return Oe(e),!0}return e instanceof c&&!ke(e)?(Oe(e),!0):"noscript"!==r&&"noembed"!==r||!ya(/<\/no(script|embed)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,t=ga(t,N," "),t=ga(t,L," "),e.textContent!==t&&(ha(n.removed,{element:e.cloneNode()}),e.textContent=t)),xe("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(te&&("id"===t||"name"===t)&&(n in i||n in we))return!1;if(W&&!z[t]&&ya(P,t));else if(V&&ya(D,t));else if(!H[t]||z[t]){if(!(Be(e)&&(G.tagNameCheck instanceof RegExp&&ya(G.tagNameCheck,e)||G.tagNameCheck instanceof Function&&G.tagNameCheck(e))&&(G.attributeNameCheck instanceof RegExp&&ya(G.attributeNameCheck,t)||G.attributeNameCheck instanceof Function&&G.attributeNameCheck(t))||"is"===t&&G.allowCustomizedBuiltInElements&&(G.tagNameCheck instanceof RegExp&&ya(G.tagNameCheck,n)||G.tagNameCheck instanceof Function&&G.tagNameCheck(n))))return!1}else if(le[t]);else if(ya(U,ga(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==va(n,"data:")||!se[e]){if(K&&!ya(x,ga(n,M,"")));else if(n)return!1}else;return!0},Be=function(e){return e.indexOf("-")>0},Fe=function(e){var t=void 0,r=void 0,i=void 0,o=void 0;xe("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(o=a.length;o--;){var c=t=a[o],l=c.name,u=c.namespaceURI;if(r=ma(t.value),i=Ee(l),s.attrName=i,s.attrValue=r,s.keepAttr=!0,s.forceKeepAttr=void 0,xe("uponSanitizeAttribute",e,s),r=s.attrValue,!s.forceKeepAttr&&(Re(l,e),s.keepAttr))if(ya(/\/>/i,r))Re(l,e);else{X&&(r=ga(r,N," "),r=ga(r,L," "));var d=Ee(e.nodeName);if(Ue(d,i,r))try{u?e.setAttributeNS(u,l,r):e.setAttribute(l,r),da(n.removed)}catch(e){}}}xe("afterSanitizeAttributes",e,null)}},He=function e(t){var n=void 0,r=Le(t);for(xe("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)xe("uponSanitizeShadowNode",n,null),Me(n)||(n.content instanceof o&&e(n.content),Fe(n));xe("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,i){var a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;if((ge=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!De(e)){if("function"!=typeof e.toString)throw Ea("toString is not a function");if("string"!=typeof(e=e.toString()))throw Ea("dirty is not a string, aborting")}if(!n.isSupported){if("object"===Ga(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(De(e))return t.toStaticHTML(e.outerHTML)}return e}if(Q||_e(i),n.removed=[],"string"==typeof e&&(re=!1),re){if(e.nodeName){var h=Ee(e.nodeName);if(!B[h]||q[h])throw Ea("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(c=(a=Ne("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?a=c:a.appendChild(c);else{if(!$&&!X&&!Y&&-1===e.indexOf("<"))return w&&ee?w.createHTML(e):e;if(!(a=Ne(e)))return $?null:ee?T:""}a&&J&&Oe(a.firstChild);for(var f=Le(re?e:a);l=f.nextNode();)3===l.nodeType&&l===u||Me(l)||(l.content instanceof o&&He(l.content),Fe(l),u=l);if(u=null,re)return e;if($){if(Z)for(d=A.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return H.shadowroot&&(d=k.call(r,d,!0)),d}var p=Y?a.outerHTML:a.innerHTML;return X&&(p=ga(p,N," "),p=ga(p,L," ")),w&&ee?w.createHTML(p):p},n.setConfig=function(e){_e(e),Q=!0},n.clearConfig=function(){be=null,Q=!1},n.isValidAttribute=function(e,t,n){be||_e({});var r=Ee(e),i=Ee(t);return Ue(r,i,n)},n.addHook=function(e,t){"function"==typeof t&&(R[e]=R[e]||[],ha(R[e],t))},n.removeHook=function(e){R[e]&&da(R[e])},n.removeHooks=function(e){R[e]&&(R[e]=[])},n.removeAllHooks=function(){R={}},n}();const Ka={ADD_TAGS:["#comment","li-icon","icon","iframe"],ADD_ATTR:["target"],FORCE_BODY:!0,RETURN_DOM:!0};function Xa(e,t){let{ADD_TAGS:n=[],ADD_ATTR:r=[]}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i={...Ka};i.ADD_TAGS=[...i.ADD_TAGS,...n],i.ADD_ATTR=[...i.ADD_ATTR,...r];const o=Wa.sanitize(t,i);return e&&e.nodeType===Node.ELEMENT_NODE&&(e.innerHTML="",e.append(...o.childNodes)),o}var Ya="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",Qa=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",Ja=["b","del","em","i","s","strong","sub","sup"],$a=Ja.concat(["a","abbr","address","area","article","aside","audio","bdi","bdo","big","blockquote","br","button","center","cite","code","datalist","dd","details","dfn","div","dl","dt","fieldset","figcaption","figure","font","footer","h1","h2","h3","h4","h5","h6","header","hgroup","hr","img","ins","kbd","label","legend","li","map","mark","marquee","nav","nobr","ol","p","pre","q","rp","rt","ruby","samp","section","small","source","span","strike","table","tbody","td","tfoot","th","thead","time","tr","u","ul","var","video","wbr"]),Za=[Ya,"alt|checked|selected|colgroup|cols|colspan|disabled|height|hidden|maxlength|method|multiple|name|placeholder|readonly|rel|required|rows|rowspan|spellcheck|target|title|width","border|caption|color|controls|coords|hreflang|label|lang|loop|marginheight|marginwidth|preload|reversed|type|usemap|clear|headers|ismap|start|datetime|accept|max|min|size|step|style|cellspacing|cellpadding"].join("|");function es(){}var ts,ns,rs=(ns=/[&<>"'\u0000\\=]/g,ts={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(e){return null==e?null:e.toString().replace(ns,(function(e){return ts[e]}))}),is=function(){var e,t,n=/&(?:([a-z0-9]+)|#x([\da-f]{1,6})|#(\d{1,8}));/gi;if("undefined"==typeof document)return function(){throw new Error("document is undefined (i.e. you are probably in Node.js)")};e=document.createElement("div");var r={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};return t="function"==typeof String.fromCodePoint?function(e){return String.fromCodePoint(e)}:function(e){return e<=65535?String.fromCharCode(e):"�"},function(i){return null==i?null:(i+"").replace(n,(function(n,i,o,a){return i?(s=i,r.hasOwnProperty(s)?r[s]:(e.innerHTML="&"+s+";",c=e[Qa],r[s]=c,c)):o||a?t(parseInt(o||a,o?16:10)||65533):"�";var s,c}))}}();var os=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function as(e){return/[<&]/.test(e)}var ss,cs=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var n=0,r=e.length;n<r;n++)t(e[n],n)};function ls(e){e=os(e)?e:[e];var t,n,r,i=0,o="<(?!/?";return o+="(?:",cs(e,(function(e,a){t=e.tags||$a,n=e.attrs||Za,r=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++i+")?",r&&(o+="|(?:href|src)=([\"'])(?:(?:https?|ftp|mailto|invalid)(?::|&#(?:58|x3a);)|(?:data:image/(?:gif|jpg|jpeg|png);base64,)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++i),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function us(e){return ls({tags:e=e||$a,checkUrlAttrs:!0})}function ds(e,t){var n=(t=t||{}).allowTags,r=!1!==t.hasCustomElementMarkup;return n?!us(n).test(e):r?!ds.R_UNSAFE_CUSTOM_ELEMENT.test(e):!ds.R_UNSAFE_HTML.test(e)}function hs(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function fs(e,t,n){if(null==e)return null;e=e.toString();var r=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,r){var i,o=e;if(n.hasOwnProperty(r))return n[r];if(t.hasOwnProperty(r)){if(!((i="string"==typeof(o=t[r]))||o instanceof es||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=i?rs(o):o.toString()}return n[r]=o,o}))}(e,t):e,i=e;return as(r)&&!ds(r,n)&&(r=hs(r),To("Content contains non-whitelisted tags or attributes:\nContent: "+i,"error")),r}function ps(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e}ds.R_UNSAFE_HTML=us(),ds.R_UNSAFE_CUSTOM_ELEMENT=ls([{tags:$a,checkUrlAttrs:!0},{tags:[(ss={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[Ya,ss.attrs].join("|"),checkUrlAttrs:!1}]);var gs={option:[1,'<select multiple="multiple">',"</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};gs.optgroup=gs.option,gs.tbody=gs.tfoot=gs.colgroup=gs.caption=gs.thead,gs.th=gs.td;var vs=/<([\w:]+)/;function ms(e,t){var n,r,i,o,a,s,c,l=t.createDocumentFragment(),u=[];for(a=0,c=e.length;a<c;a++)if((o=e[a])||0===o)if("string"==typeof o){for(i=i||l.appendChild(t.createElement("div")),n=(vs.exec(o)||["",""])[1].toLowerCase(),bs(i,(r=gs[n]||gs._default)[1]+o+r[2]),s=r[0];s--;)i.lastChild&&i.lastChild.nodeType===Node.ELEMENT_NODE&&(i=i.lastChild);ps(u,i.childNodes),(i=l.firstChild).textContent=""}else ps(u,o.nodeType?[o]:o);for(l.textContent="",o=u[a=0];o;)l.appendChild(o),o=u[++a];return l}var ys=fs,Es=fs;function bs(e,t,n){var r=fs(t,n);return as(r)?e.innerHTML=r:e[Qa]=r,r}function ws(e,t){if(!(this instanceof ws))return new ws(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce((function(e,t){return e.concat(t)}),[]):null,this._string=e,this._options=t}ws.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new es,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(ds(e,this._options)||(n=e,e=hs(e),To("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var Ts={ALLOWED_TAGS:$a,FORMATTING_TAGS:Ja,htmlEncode:rs,htmlUnencode:is,log:To,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];let i,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(i=n[t],o+=i instanceof ws?i:rs(i))})),Es(o)},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=ms([e],t);else{if(!os(e))return e;n=ms(e,t)}return ps([],n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:ys,reEncode:function(e){return rs(is(e))},_redirector:Oo,redirect:function(e){const t=ko(e);t===e&&Oo.redirect(t)},sanitizeHTML:Es,sanitizeUrl:ko,setElementContent:bs,text:function(e){return To("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),rs(e)},unsafe:function(e){return e},UnsafeString:ws};function _s(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e instanceof HTMLElement)if(document.documentElement.classList.contains("ios")||t){const t=10,n=10;e.blur();let r=0;const i=window.setInterval((function(){e.focus(),r>=n&&window.clearInterval(i),r++}),t)}else e.focus()}const Ss=Object.freeze({CAUTION:"caution",ERROR:"error",GDPR:"gdpr",NOTIFY:"notify",SUCCESS:"success"});class Is{constructor(){let{removeToastCallback:e=(()=>{}),visibleToastCallback:t=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=document.getElementById("toasts");if(!n)throw new Error("No toasts element");this._el=n,this._position=n.getAttribute("type"),this.visibleToastCallback=t,this.removeToastCallback=e,this.bindEvents()}trigger(e,t,n,r){let i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e||!Object.values(Ss).includes(e))throw new Error("Valid type not specified: type must be caution, error, gdpr, notify or success");if(!t)throw new Error("No message specified");const o=n?`${n}_toast-${e}`:"toast-"+e,a=this._createToastEl(e,t,o,r);return this._addToast(a,i)}clearAllToasts(){let e=this._el.querySelectorAll(".toast");Array.from(e).forEach(e=>{this._removeToast(e)})}bindEvents(){this._el.addEventListener("click",e=>{const t=i(e.target,".toast__dismiss-btn");if(t){const e=i(t,".toast");e&&this._removeToast(e)}})}_isValidCtaMetadata(e){return["url","trk","text"].every(t=>e.hasOwnProperty(t))}_createToastEl(e,t,n,r){const i=document.querySelector("#toast-template").content.firstElementChild.cloneNode(!0),o=document.querySelector("#toast-icon-"+e).content.firstElementChild.cloneNode(!0);if(!i||!o)throw new Error("Toast templates are missing");i.classList.add("toast--"+e),i.setAttribute("type",e);const a=i.querySelector(".toast__message");a.insertBefore(o,a.firstElementChild);i.querySelector(".toast__dismiss-btn").setAttribute("data-tracking-control-name",n+"_dismiss");const s=i.querySelector(".toast__message-content");let c="text-color-text-neutral";if(e===Ss.CAUTION?c="text-color-text-caution":e===Ss.ERROR?c="text-color-text-negative":e===Ss.SUCCESS&&(c="text-color-text-positive"),s.classList.add(c),Xa(s,t),r&&this._isValidCtaMetadata(r)){const e=i.querySelector(".toast__message-content-container"),t=document.querySelector("#toast-cta").content.firstElementChild.cloneNode(!0),n=r.target||"_blank";t.setAttribute("href",Ts.sanitizeUrl(p(r.url,r.trk))),t.setAttribute("target",n),t.textContent=r.text,e.classList.add(c),e.append(t)}return i}_addToast(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this._el.appendChild(e);const n=this._el.querySelector(".toast__message");return this._hasToast()&&this._el.classList.remove("invisible"),this._refreshLazyLoader(),setTimeout((function(){e.classList.remove("toast--hidden"),t&&_s(n)}),this.TOAST_ADD_TIMEOUT),this.visibleToastCallback(),e}_removeToast(e){let t=this._el;e.classList.add("toast--hidden"),setTimeout(()=>{e.remove(),this._hasToast()||t.classList.add("invisible"),this.removeToastCallback()},500)}_hasToast(){return[...this._el.children].some(e=>"template"!==e.tagName.toLowerCase())}_refreshLazyLoader(){var e,t;null===(e=window.lazyloader)||void 0===e||null===(t=e.then)||void 0===t||t.call(e,e=>{e.refreshLoader()})}}Jo(Is,"TOAST_TYPES",Ss),Jo(Is,"TOAST_ADD_TIMEOUT",500);const As={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"};Object.keys(As).map(e=>As[e]);const Cs=["binlar","ask\\ jeeves","mozilla\\/4\\.0\\ \\(compatible\\;\\ msie\\ 6\\.0\\;\\ windows\\ nt\\ 5\\.1\\;1813\\)","companydatatree","genieo","microsoft\\+scheduled\\+cache\\+content\\+download\\+service","liferea","superfeedr","ez\\ publish\\ link\\ validator","htmlparser","argclrint","linkwalker","webtool","ask\\+jeeves","stackrambler","paros","^fdm\\+3\\.x","ms\\ search","indy\\+library","seznam","sitevigil","intergator","freedom(?!from)","google\\+page\\+speed\\+insights","znajdzfoto\\/image","riddler\\.io","^java\\/","twiceler","httpunit","ktxn","webcopier","mna\\+digital\\+circonus\\+check","stuff(?!nz)","updatepatrol","feedburner","hp\\+sitescope","crawler","gigablastopensource\\/","rpt\\-http","^fdm\\ 3\\.x","libwww\\-perl","((?=pital)|ca(?=pital))pita","bingpreview","oia\\.owa","^ahc\\/","thunderstone","microsoft\\ bits","alertsite","^python\\-requests\\/","dts\\ agent","tangjiutao","^inmon","linkscan","alexa\\ site\\ audit","webtrends(?!clientlibrary)","chkd","joedog","daumoa","typhoeus","loadimpactpageanalyzer","google\\ news","coldfusion","mna\\ digital\\ circonus\\ check","alexa\\+site\\+audit","getright","appengine","(?=crawler)crawl","ibot(?!ta)","jobo","python\\-httplib","powermarks","site24x7","proximic","yahoo\\+pipes","((?=aporter)|oper(?=aportable))aport","web\\+downloader","check\\_http","grabber","topsy\\.com\\/butterfly\\/","harvest","^inagist\\+url\\+resolver","fast","crescent(?!\\ build|\\+build)","sohu(?!ennews|video|news)","favorg","bloglines","fetch(?!tv)","wapt","microsoft\\+url\\+control","urchin","ning\\/1\\.0","pluck","google\\+news","spider","\\(compatible\\;\\+optimizer\\)","moreover\\/5\\.1","js\\-kit","server\\ density\\ external\\ llama","facebookexternalhit","ultraseek","catchpoint","yandex(?!\\ browser|\\+browser|mail)","echo(?!arena|fon|star)","^worldwatch\\/","combine(?!d)","winhttprequest","ez\\+publish\\+link\\+validator","jakarta","^webnotifier\\/","webmetrics","teoma","nerdbynature","ms\\+frontpage","nielsen","sucker","engagebdr","yahoofeedseeker","dts\\+agent","googleapps","holmes","plumtree","www\\-mechanize","google\\-hoteladsverifier","pingdom","drupal","sina\\_weibo","google\\ page\\ speed\\ insights","lisa","w3c\\_validator","^scan","yeti","snoopy","khte","trovit","atomz","httpcomponents","ms\\+search","google\\-http\\-java\\-client","spi\\_der","bubing","websitepulse","microsoft\\+bits","http\\_request2","ieautodiscovery","siteimprove","curl(?!ings)","go\\+1\\.1\\+package\\+http","^crowsnest\\/","email\\ exractor","utorrent","yahoocachesystem","shopwiki","justview","googlesecurityscanner","msnptc","rkg\\+url\\+verifier","monitor","bitvouseragent","((?=wormgame))worm","talktalk","help\\.coccoc\\.com","yahoo\\ pipes","heritrix","nutch","argus","kulturarw3","checkurl","universalsearch","amazon\\ route\\ 53\\ health\\ check\\ service","slurp","mozilla\\/5\\.0\\ \\(compatible\\;\\ msie\\ 5\\.0\\)","ezooms","kimengi\\/nineconnections\\.com","applesyndication","python\\-urllib","internal\\+zero\\-knowledge\\+agent","system\\+center\\+operations\\+manager","riverglassscanner","imgsizer","changedetection","nutscrape","feedzilla","contype","^lwp","\\(compatible\\;\\ optimizer\\)","infolink","outbrain","^prerender","admantx","^inagist\\ url\\ resolver","amazon\\+route\\+53\\+health\\+check\\+service","neustar","a6\\-indexer","comodo\\+ssl\\+checker","linkchecker","viglink","patric","newsnow","wasalive","scrapy","(?=gruber)grub","ruxitsynthetic","rkg\\ url\\ verifier","ocelli","webcapture","^kraken\\/","t\\-h\\-u\\-n\\-d\\-e\\-r\\-s\\-t\\-o\\-n\\-e","spider(?!solitaire)","isearch","hp\\ sitescope","maxamine","\\(simulated\\_by\\_webserver\\_stress\\_tool\\)","((?=obotics)|ther(?=obotfree))obot","yacy","twibble\\.io","google\\+wireless\\+transcoder","wget","internal\\ zero\\-knowledge\\ agent","google\\ wireless\\ transcoder","xenu","yahooseeker","advanced\\ email\\ extractor","feed43","ptst","reconnoiter","go\\ 1\\.1\\ package\\ http","advanced\\+email\\+extractor","linkdex","panscient\\.com","webcheck","linktiger","scooter","flipboard\\.com\\/browserproxy","evidon","twisted\\ pagegetter","cosmos","adbeat","sherlock","web\\ downloader","cookiereports","siteexplorer","miva","twisted\\+pagegetter","mfc\\_tear\\_sample","indy\\ library","b2w(?!tenisnew)","orangebot(?!swana)","lockss\\+cache","mozilla\\/4\\.0\\+\\(compatible\\;\\+msie\\+6\\.0\\;\\+windows\\+nt\\+5\\.1\\;1813\\)","yahooexternalcache","apache\\-httpclient\\/4\\.","archive\\.org","wesee\\:search","hiscan","ms\\ frontpage","tagscanner","google\\ web\\ preview","special\\_archiver","d24y\\-aegis","scoutjet","larbin","adsense\\-snapshot\\-google","keynote","skypeuripreview","clickajob","download\\+ninja","internet\\ ninja","^ltx71","ukonline","eventmachine\\ httpclient","nomad","mediapartners","twikle","microsoft\\ scheduled\\ cache\\ content\\ download\\ service","internet\\+ninja","scanalert","metauri","agentname","adr\\)","squider","isilo","teleport","automationtest","bordermanager","linklint","bot","templeton","rssreader","ichiro","(?=dialer\\-mobileapp)dialer","atomic\\_email\\_hunter","google\\+web\\+preview","longurl\\+api","longurl\\ api","internetseer","server\\+density\\+external\\+llama","topix","iopus","download\\ ninja","mozilla\\/5\\.0\\+\\(compatible\\;\\+msie\\+5\\.0\\)","europarchive","avantgo","flamingo\\_searchengine","lockss\\ cache","jobrapido","wesee\\:ads\\/","frontier","newspaper\\/0\\.0\\.","apachebench","flamingosearch","lydia","microsoft\\ url\\ control","phantomjs","system\\ center\\ operations\\ manager","^econtext\\/","akamai","cfschedule","searchme\\.com\\/support\\/","fortimail","comodo\\ ssl\\ checker","gomezagent","sitecon","webauto","golem","swcd","spundge\\/0\\.1","findlinks","^sjn","yandex","ia\\_archive","vagabondo","watchmouse","simplepie","1job","goldfire"].join("|");new RegExp(Cs,"i");Object.freeze({VERTICAL:"4:5",HORIZONTAL:"16:9",SQUARED:"1:1"});new Uint8Array(16);const ks=[];for(let e=0;e<256;++e)ks.push((e+256).toString(16).slice(1));"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);function Os(){let{endpoint:e,headers:t={"Content-Type":"application/json"},queryId:n,variables:r={},...i}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o=_(document);if(!o)throw new Error("Missing pageKey for graphQL request from browser");return z(e,{method:"POST",headers:t,postData:JSON.stringify({queryId:n,variables:r,pageKey:o}),...i})}class Rs{constructor(e,t){if(!e)throw Error("Missing endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}executeAction(e){let{variables:t,queryId:n,successCallback:r=(()=>{}),failureCallback:i=(()=>{})}=e;return Os({endpoint:this.endpoint,queryId:n,variables:t,pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;return r(JSON.parse(t).graphQL)}).catch(i)}}class Ns extends Rs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Ns.query,variables:{allowedCommentersScope:e.allowedCommentersScope,text:e.text,visibility:e.visibility||"PUBLIC",reshareUrn:e.reshareUrn,attributedShareUrn:e.attributedShareUrn,articleInput:e.articleInput,imagePostInput:e.imagePostInput,attributes:e.attributes,containerEntity:e.containerEntity},successCallback:t,failureCallback:n})}}Jo(Ns,"query","2849bb08e3a3bbd23c96c0e758c018b7");class Ls extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Ls.query,variables:{url:e},successCallback:t,failureCallback:n})}}Jo(Ls,"query","bece320b5f70fe4357082fe84eca6c56");const Ps="loader--absolute",Ds="loader--show",xs="loader--full-screen",Ms="no-scroll",Us="loader-wrapper";class Bs{constructor(e){let{wrapperEl:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("Loader el required");if(t&&!t.contains(e))throw new Error("Wrapper element is not a parent of the Loader el");this.el=e,this.wrapperEl=t,this.isAbsoluteVariant=this.wrapperEl&&this.el.classList.contains(Ps),window.addEventListener("pagehide",e=>{let{persisted:t}=e;t&&this.hide()})}show(){this.el.classList.add(Ds),this.el.classList.contains(xs)&&document.body.classList.add(Ms),this.isAbsoluteVariant&&this.wrapperEl.classList.add(Us)}hide(){this.el.classList.remove(Ds),document.body.classList.remove(Ms),this.isAbsoluteVariant&&this.wrapperEl.classList.remove(Us)}}class Fs extends wo{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:r=!0,pushState:i=!0,shouldMoveToTopContainer:o=!0,focusElement:a,pageKey:s}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No element passed into mobile web modal");super(e,{enablePageViewTracking:t,shouldHideModal:n,triggerByOutletEl:r,shouldMoveToTopContainer:o,focusElement:a,pageKey:s}),this.pushState=i,this.hashChangeHandlerRef=this._hashChangeHandler.bind(this)}historyBackClickHandler(){this.close({enableHistoryBack:!1})}_hashChangeHandler(e){const t=e.oldURL&&e.oldURL.split("#")[1];t&&t==="overlay_"+this._el.id&&this.historyBackClickHandler()}open(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};super.open(e),this._shouldHideModal()||(this.pushState&&history.pushState(this._el.id,"show modal","#overlay_"+this._el.id),window.addEventListener("hashchange",this.hashChangeHandlerRef))}close(){let{enableHistoryBack:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};window.removeEventListener("hashchange",this.hashChangeHandlerRef),this.pushState&&e&&(window.history.replaceState({},document.title,window.location.href.split("#")[0]),history.back()),super.close()}}document.querySelector.bind(document);String.fromCharCode(32);_(document);String.fromCharCode(32);const Hs=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,js=/(.)\1{3}/,Gs=/linkedin/i,qs=/\d\d/,zs=new RegExp("([a-zA-Z0-9]+://)?([a-zA-Z0-9_]+:[a-zA-Z0-9_]+@)?([a-zA-Z0-9.-]+\\.[A-Za-z]{2,4})(:[0-9]+)?(/.*)?"),Vs=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,Ws=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,Ks=/^[ぁ-ゔゞ゛゜ー]*$/,Xs=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,Ys=e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length<=e};return t.errorMessagePrefix="i18n_tooLong_",t},Qs=e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length>=e};return t.errorMessagePrefix="i18n_tooShort_",t},Js=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!qs.test(e)};Js.errorMessagePrefix="i18n_noConsecutiveDigits_";const $s=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Hs.test(e)};$s.errorMessagePrefix="i18n_noForbiddenCharacters_";const Zs=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!js.test(e)};Zs.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const ec=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Gs.test(e)};ec.errorMessagePrefix="i18n_noLinkedIn_";const tc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!zs.test(e)};tc.errorMessagePrefix="i18n_noUrl_";const nc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Ws.test(e)};nc.errorMessagePrefix="i18n_onlyChinese_";const rc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Ks.test(e)};rc.errorMessagePrefix="i18n_onlyPhonetic_";const ic=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==e.trim()};ic.errorMessagePrefix="i18n_required_";const oc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Vs.test(e)};oc.errorMessagePrefix="i18n_invalidFormat_";const ac=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Xs.test(e)};ac.errorMessagePrefix="i18n_invalidFormat_";const sc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Vs.test(e)||Xs.test(e)};sc.errorMessagePrefix="i18n_invalidFormat_";const cc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};cc.errorMessagePrefix="i18n_required_";const lc=[Ys(50),$s,Js,Zs,ec,tc],uc=[ic].concat(lc),dc=[rc,Ys(50),Zs];Ys(4),Qs(2),Ys(128),Ys(128),Ys(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(oc),Qs(6),Ys(200);!function(){if("function"==typeof window.CustomEvent)return!1;window.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:null};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}}(),function(){if("function"==typeof window.EventTarget)try{return!new e}catch(e){}const e=function(){this.listeners={}};e.prototype.listeners=null,e.prototype.addEventListener=function(e,t){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.removeEventListener=function(e,t){if(e in this.listeners)for(var n=this.listeners[e],r=0,i=n.length;r<i;r++)if(n[r]===t)return void n.splice(r,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,r=t.length;n<r;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const hc="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",fc={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},pc={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},gc={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},vc={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},mc={NOT_DISPLAYED:{BROWSER_NOT_SUPPORTED:"browser_not_supported",INVALID_CLIENT:"invalid_client",MISSING_CLIENT_ID:"missing_client_id",OPT_OUT_OR_NO_SESSION:"opt_out_or_no_session",SECURE_HTTP_REQUIRED:"secure_http_required",SUPPRESSED_BY_USER:"suppressed_by_user",UNREGISTERED_ORIGIN:"unregistered_origin",UNKNOWN_REASON:"unknown_reason"},SKIPPED:{AUTO_CANCEL:"auto_cancel",USER_CANCEL:"user_cancel",TAP_OUTSIDE:"tap_outside",ISSUING_FAILED:"issuing_failed"},DISMISSED:{CREDENTIAL_RETURNED:"credential_returned",CANCEL_CALLED:"cancel_called",FLOW_RESTARTED:"flow_restarted"}},{GOOGLE_ERROR:yc,GOOGLE_USER_FETCHED:Ec,INITIALIZED:bc}=fc,{INITIALIZATION:wc,AUTHENTICATION:Tc}=pc;EventTarget;const{GOOGLE_USER_FETCHED:_c,PROMPT_MOMENT:Sc,GOOGLE_ERROR:Ic}=fc;EventTarget;var Ac={exports:{}};function Cc(e){this.message=e}Cc.prototype=new Error,Cc.prototype.name="InvalidCharacterError";var kc="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new Cc("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,o=0,a="";r=t.charAt(o++);~r&&(n=i%4?64*n+r:r,i++%4)?a+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return a};var Oc=function(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(kc(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return kc(t)}};function Rc(e){this.message=e}Rc.prototype=new Error,Rc.prototype.name="InvalidTokenError",Ac.exports=function(e,t){if("string"!=typeof e)throw new Rc("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(Oc(e.split(".")[n]))}catch(e){throw new Rc("Invalid token specified: "+e.message)}},Ac.exports.InvalidTokenError=Rc;Ac.exports;const{GOOGLE_USER_FETCHED:Nc,PROMPT_MOMENT:Lc,GOOGLE_ERROR:Pc}=fc;EventTarget;const Dc={CLIENT_ID:hc,EVENTS:fc,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:pc,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GSI_SELECT_BY:{AUTO:"auto",USER:"user",FEDCM:"fedcm",FECM_AUTO:"fecm_auto",USER_1TAP:"user_1tap",USER_2TAP:"user_2tap",BTN:"btn",BTN_CONFIRM:"btn_confirm",BTN_ADD_SESSION:"btn_add_session",BTN_CONFIRM_ADD_SESSION:"btn_confirm_add_session",ITP_ADD_SESSION:"itp_add_session"},GOT_CONTEXTS:gc,GOT_PROMPT_MOMENT_REASONS:mc,GOT_PROMPT_MOMENT_TYPES:vc},{GOT_PROMPT_MOMENT_REASONS:xc,GOT_PROMPT_MOMENT_TYPES:Mc}=Dc;const{EVENTS:{GOOGLE_ERROR:Uc,GOOGLE_USER_FETCHED:Bc,INITIALIZED:Fc,PROMPT_MOMENT:Hc},GOT_PROMPT_MOMENT_REASONS:jc,GOT_PROMPT_MOMENT_TYPES:Gc}=Dc;new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);const qc="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var zc;!function(e){e.ProductName="productName",e.AdditionalDegradedResponseCodes="additionalDegradedResponseCodes",e.NonDegradedResponseCodes="nonDegradedResponseCodes",e.DegradationKeyOverrides="degradationKeyOverrides",e.ClientSensorGroupName="clientSensorGroupName",e.EnablePerformanceMeasurement="enablePerformanceMeasurement",e.CustomTrackingId="customTrackingId",e.DisableAvailabilityCalculation="disableAvailabilityCalculation",e.EnableSessionRecording="enableSessionRecording"}(zc||(zc={}));const Vc=new Set(Object.values(zc));class Wc extends Error{constructor(e){super(e),Object.setPrototypeOf(this,Wc.prototype)}}function Kc(e){return 0===e.length||!e.trim()}function Xc(e){if("string"!=typeof e)throw new Wc(`Keys must be strings. ${qc}.`);if(Kc(e))throw new Wc(`Keys should not be blank. ${qc}.`);if(/[^a-z0-9-]/.test(e))throw new Wc(`'${e}' can only contain lowercase alphanumeric characters and dashes (-). ${qc}.`);return e}class Yc{constructor(e,t,n){var r,i,o;if(this._shouldEnablePerformanceMeasurement=!1,this._shouldDisableAvailabilityCalculation=!1,this._shouldRecordSession=!1,this._featureKey=Xc(e),this._defaultDegradationKey=Xc(t),!n)return this._additionalDegradedResponseCodes=[],this._nonDegradedResponseCodes=[],void(this._degradationKeyOverrides=[]);if("object"!=typeof n)throw new Wc(`DegradationTrackingMetadata options should be an object. ${qc}.`);const a=n.productName;a&&(this._productName=function(e){if("string"!=typeof e)throw new Wc(`The product name must be a string. ${qc}.`);if(Kc(e))throw new Wc(`No product name was specified. Please configure a defaultProductName or specify it per instrumented API call. ${qc}.`);if(/[^a-zA-Z0-9-_ \\/]/.test(e))throw new Wc(`Product name '${e}' can only contain alphanumeric, underscores (_), spaces ( ), dashes (-) and forward slashes (/). ${qc}.`);return e}(a));const s=n.additionalDegradedResponseCodes,c=n.nonDegradedResponseCodes;!function(e,t){const n=(e,t)=>{if("number"!=typeof(n=e)||!isFinite(n)||Math.floor(n)!==n||e<=0||e>999)throw new Wc(`Please only specify positive integer response codes between 1 and 999 for the ${t} option. ${e} was specified. ${qc}.`);var n;if(429===e||999===e)throw new Wc(`PEM does not consider 429 and 999 API responses indications of the real member experience because it represents LinkedIn throttling abusive requests. We drop 429s and 999s by default, so please remove them from your ${t} options.`);if(t===zc.NonDegradedResponseCodes&&e>=400&&e<500)throw new Wc(`For server responses that have a status code, PEM does not consider 4xx as degraded. ${e} is not considered a degradation unless you explicitly add it to the ${zc.AdditionalDegradedResponseCodes} option. Please remove ${e} from the ${zc.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`)};if(void 0!==e&&!Array.isArray(e))throw new Wc(`Please specify an array of positive integer response codes between 1 and 999 for the response codes that shouldn't be counted as degraded for the ${zc.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`);if(void 0!==t&&!Array.isArray(t))throw new Wc(`Please specify an array of positive integer response codes between 1 and 999 for the response codes that should only be considered as the degraded state(s) for the ${zc.AdditionalDegradedResponseCodes} option. ${qc}.`);null==e||e.forEach(e=>n(e,zc.NonDegradedResponseCodes)),null==t||t.forEach(e=>n(e,zc.AdditionalDegradedResponseCodes));const r=new Set(t),i=new Set(e);if([...r].some(e=>i.has(e)))throw new Wc(`Response codes can't be both degraded and non-degraded. Please ensure that your additionalDegradedResponseCodes and nonDegradedResponseCodes don't have any overlapping response codes. ${qc}.`)}(c,s),this._nonDegradedResponseCodes=c||[],this._additionalDegradedResponseCodes=s||[],this._degradationKeyOverrides=n.degradationKeyOverrides||[],this._clientSensorGroupName=n.clientSensorGroupName,this._shouldEnablePerformanceMeasurement=null!==(r=n.enablePerformanceMeasurement)&&void 0!==r&&r,this._customTrackingId=n.customTrackingId,this._shouldDisableAvailabilityCalculation=null!==(i=n.disableAvailabilityCalculation)&&void 0!==i&&i,this._shouldRecordSession=null!==(o=n.enableSessionRecording)&&void 0!==o&&o,function(e){Object.keys(e).forEach(e=>{if(!Vc.has(e))throw new Wc(`An unsupported degradation tracking option '${e}' was provided. Please fix or remove it. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions`)})}(n)}static isDegradationTrackingMetadata(e){return null!=e&&Object.getOwnPropertyNames(Yc.prototype).every(t=>Object.hasOwnProperty.call(Object.getPrototypeOf(e),t))}get featureKey(){return this._featureKey}get defaultDegradationKey(){return this._defaultDegradationKey}get degradationKey(){return this._defaultDegradationKey}get productName(){return this._productName}get additionalDegradedResponseCodes(){return this._additionalDegradedResponseCodes}get nonDegradedResponseCodes(){return this._nonDegradedResponseCodes}get degradationKeyOverrides(){return this._degradationKeyOverrides}get clientSensorGroupName(){return this._clientSensorGroupName}get shouldEnablePerformanceMeasurement(){return this._shouldEnablePerformanceMeasurement}get customTrackingId(){return this._customTrackingId}get shouldDisableAvailabilityCalculation(){return this._shouldDisableAvailabilityCalculation}get shouldRecordSession(){return this._shouldRecordSession}}var Qc=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Jc=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),$c=function(){function e(){Qc(this,e),this.EventType={};this.EventType[this.EventType.DomContentLoaded=0]="DomContentLoaded";this.EventType[this.EventType.Load=1]="Load";this.EventType[this.EventType.FullSnapshot=2]="FullSnapshot";this.EventType[this.EventType.IncrementalSnapshot=3]="IncrementalSnapshot";this.EventType[this.EventType.Meta=4]="Meta";this.EventType[this.EventType.Global=5]="Global",this.IncrementalSource={};this.IncrementalSource[this.IncrementalSource.MouseMove=1]="MouseMove";this.IncrementalSource[this.IncrementalSource.MouseInteraction=2]="MouseInteraction";this.IncrementalSource[this.IncrementalSource.Scroll=3]="Scroll";this.IncrementalSource[this.IncrementalSource.ViewportResize=4]="ViewportResize";this.IncrementalSource[this.IncrementalSource.Input=5]="Input";this.IncrementalSource[this.IncrementalSource.TouchMove=6]="TouchMove",this.MouseInteractions={};this.MouseInteractions[this.MouseInteractions.MouseUp=0]="MouseUp";this.MouseInteractions[this.MouseInteractions.MouseDown=1]="MouseDown";this.MouseInteractions[this.MouseInteractions.Click=2]="Click";this.MouseInteractions[this.MouseInteractions.ContextMenu=3]="ContextMenu";this.MouseInteractions[this.MouseInteractions.DblClick=4]="DblClick";this.MouseInteractions[this.MouseInteractions.Focus=5]="Focus";this.MouseInteractions[this.MouseInteractions.Blur=6]="Blur";this.MouseInteractions[this.MouseInteractions.TouchStart=7]="TouchStart";this.MouseInteractions[this.MouseInteractions.touchEnd=8]="touchEnd",this.isCtrlDown=!1}return Jc(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e};return e.apply(this,arguments)}},{key:"_spread",value:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(arguments[t]);return e}},{key:"hookSetter",value:function(e,t,n,r){var i=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,r?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),i&&i.set&&i.set.call(t,e)}}),function(){return o.hookSetter(e,t,i||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var r={capture:!0,passive:!0};return n.addEventListener(e,t,r),function(){return n.removeEventListener(e,t,r)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var r=null,i=0;return function(o){var a=Date.now();i||!1!==n.leading||(i=a);var s=t-(a-i),c=this,l=arguments;s<=0||s>t?(r&&(window.clearTimeout(r),r=null),i=a,e.apply(c,l)):r||!1===n.trailing||(r=window.setTimeout((function(){i=!1===n.leading?0:Date.now(),r=null,e.apply(c,l)}),s))}}},{key:"getWindowHeight",value:function(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}},{key:"getWindowWidth",value:function(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}},{key:"isTouchEvent",value:function(e){return Boolean(e.changedTouches)}},{key:"polyfill",value:function(){"NodeList"in window&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach)}},{key:"convertObjectChildrenToString",value:function(e){var t={};return e&&Object.keys(e).forEach((function(n){try{e[n]&&(t[n]=e[n].toString())}catch(e){}})),t}},{key:"initKeyboardObserver",value:function(e){var t=this;function n(e){(void 0===e.key||"meta"!==e.key.toLowerCase()&&"control"!==e.key.toLowerCase())&&(void 0===e.keyCode||91!==e.keyCode&&17!==e.keyCode)||(t.isCtrlDown=!1)}function r(n){var r=!1,i=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(r=!0),"c"===a?i=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(r=!0),67===keyPressed?i=!0:86===keyPressed&&(o=!0));else(void 0===n.key||"meta"!==n.key.toLowerCase()&&"control"!==n.key.toLowerCase())&&(void 0===n.keyCode||91!==n.keyCode&&17!==n.keyCode)||(t.isCtrlDown=!0);var s=n.target.classList;void 0===s&&(s={}),s=JSON.parse(JSON.stringify(s)),e({inputClassList:s,isCut:r,isCopy:i,isPaste:o})}var i=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,r):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&i.push.apply(i,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){i.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],r=void 0,i=this,o=i.throttle((function(t){var o=Date.now()-r;e(n.map((function(e){return e.timeOffset-=o,e})),t?i.IncrementalSource.TouchMove:i.IncrementalSource.MouseMove),n=[],r=null}),500),a=i.throttle((function(e){var t=i.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;r||(r=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-r}),o(i.isTouchEvent(e))}),t,{trailing:!1}),s=[i.on("mousemove",a),i.on("touchmove",a)];return function(){s.forEach((function(e){return e()}))}}},{key:"initMouseInteractionObserver",value:function(e){var t=this,n=[];return Object.keys(t.MouseInteractions).filter((function(e){return Number.isNaN(Number(e))&&!e.endsWith("_Departed")})).forEach((function(r){var i=r.toLowerCase(),o=function(n){return function(r){var i=t.isTouchEvent(r)?r.changedTouches[0]:r,o=i.clientX,a=i.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(r);n.push(t.on(i,o))})),function(){n.forEach((function(e){return e()}))}}},{key:"initScrollObserver",value:function(e){var t=this.throttle((function(t){if(t.target)if(t.target===document){var n=document.scrollingElement||document.documentElement;e({x:n.scrollLeft,y:n.scrollTop})}else e({x:t.target.scrollLeft,y:t.target.scrollTop})}),100);return this.on("scroll",t)}},{key:"initViewportResizeObserver",value:function(e){var t=this,n=t.throttle((function(){var n=t.getWindowHeight(),r=t.getWindowWidth();e({width:Number(r),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,r=e.mousemoveCb,i=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mousemove&&t.mousemove.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.input&&t.input.apply(t,n._spread(e)),s.apply(null,n._spread(e))}}},{key:"initObservers",value:function(e,t){null==t&&(t={}),this.mergeHooks(e,t);var n=this.initMoveObserver(e.mousemoveCb,e.mousemoveWait),r=this.initMouseInteractionObserver(e.mouseInteractionCb),i=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),r(),i(),o(),a()}}},{key:"wrapEvent",value:function(e){return this._assign(this._assign({},e),{timestamp:Date.now()})}},{key:"record",value:function(e){null==e&&(e={});var t=e.emit,n=e.checkoutEveryNms,r=e.hooks,i=50;if(void 0!==e.mousemoveWait&&(i=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,r){if(t(e,r),e.type===a.EventType.FullSnapshot)o=e;else if(e.type===a.EventType.IncrementalSnapshot){n&&e.timestamp-o.timestamp>n&&c(!0)}}function c(e){null==e&&(e=!1),s(a.wrapEvent({type:a.EventType.Meta,data:{href:window.location.href,width:a.getWindowWidth(),height:a.getWindowHeight()}}),e),s(a.wrapEvent({type:a.EventType.FullSnapshot,data:{node:{type:"Document"},initialOffset:{left:document.documentElement.scrollLeft,top:document.documentElement.scrollTop}}})),s(a.wrapEvent({type:a.EventType.Global,data:{globalValues:a.convertObjectChildrenToString(window)}}))}try{var l=[];l.push(a.on("DOMContentLoaded",(function(){s(a.wrapEvent({type:a.EventType.DomContentLoaded,data:{}}))})));var u=function(){c(),l.push(a.initObservers({mousemoveCb:function(e,t){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:{source:t,positions:e}}))},mouseInteractionCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.MouseInteraction},e)}))},scrollCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.Scroll},e)}))},viewportResizeCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.ViewportResize},e)}))},keyboardCb:function(e){return s(a.wrapEvent({type:a.EventType.IncrementalSnapshot,data:a._assign({source:a.IncrementalSource.Input},e)}))},mousemoveWait:i},r))};return"interactive"===document.readyState||"complete"===document.readyState?u():l.push(a.on("load",(function(){s(a.wrapEvent({type:a.EventType.Load,data:{}})),u()}),window)),function(){l.forEach((function(e){return e()}))}}catch(e){console.log(e)}}}]),e}(),Zc=function(){function e(){Qc(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return Jc(e,[{key:"getBaseValue",value:function(e,t){if(!this.t[e]){this.t[e]={};for(var n=0;n<e.length;n++)this.t[e][e.charAt(n)]=n}return this.t[e][t]}},{key:"compressToBase64",value:function(e){if(null===e)return"";var t=this,n=this._compress(e,6,(function(e){return t.n.charAt(e)}));switch(n.length%4){default:case 0:return n;case 1:return n+"===";case 2:return n+"==";case 3:return n+"="}}},{key:"decompressFromBase64",value:function(e){if(null===e)return"";if(""===e)return null;var t=this;return this._decompress(e.length,32,(function(n){return t.getBaseValue(t.n,e.charAt(n))}))}},{key:"compress",value:function(e){var t=this;return this._compress(e,16,(function(e){return t.f(e)}))}},{key:"_compress",value:function(e,t,n){if(null===e)return"";var r,i,o,a={},s={},c="",l="",u="",d=2,h=3,f=2,p=[],g=0,v=0;for(o=0;o<e.length;o+=1)if(c=e.charAt(o),Object.prototype.hasOwnProperty.call(a,c)||(a[c]=h++,s[c]=!0),l=u+c,Object.prototype.hasOwnProperty.call(a,l))u=l;else{if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(r=0;r<f;r++)g<<=1,v===t-1?(v=0,p.push(n(g)),g=0):v++;for(i=u.charCodeAt(0),r=0;r<8;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}else{for(i=1,r=0;r<f;r++)g=g<<1|i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i=0;for(i=u.charCodeAt(0),r=0;r<16;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}0===--d&&(d=Math.pow(2,f),f++),delete s[u]}else for(i=a[u],r=0;r<f;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;0===--d&&(d=Math.pow(2,f),f++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(r=0;r<f;r++)g<<=1,v===t-1?(v=0,p.push(n(g)),g=0):v++;for(i=u.charCodeAt(0),r=0;r<8;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}else{for(i=1,r=0;r<f;r++)g=g<<1|i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i=0;for(i=u.charCodeAt(0),r=0;r<16;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1}0===--d&&(d=Math.pow(2,f),f++),delete s[u]}else for(i=a[u],r=0;r<f;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;0===--d&&(d=Math.pow(2,f),f++)}for(i=2,r=0;r<f;r++)g=g<<1|1&i,v===t-1?(v=0,p.push(n(g)),g=0):v++,i>>=1;for(;;){if(g<<=1,v===t-1){p.push(n(g));break}v++}return p.join("")}},{key:"decompress",value:function(e){return null===e?"":""===e?null:this._decompress(e.length,32768,(function(t){return e.charCodeAt(t)}))}},{key:"_decompress",value:function(e,t,n){var r=[],i=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,f=void 0,p=void 0,g=void 0,v={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)r[l]=l;for(d=0,f=Math.pow(2,2),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;switch(d){case 0:for(d=0,f=Math.pow(2,8),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;g=this.f(d);break;case 1:for(d=0,f=Math.pow(2,16),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;g=this.f(d);break;case 2:return""}for(r[3]=g,u=g,c.push(g);;){if(v.index>e)return"";for(d=0,f=Math.pow(2,a),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;switch(g=d){case 0:for(d=0,f=Math.pow(2,8),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;r[o++]=this.f(d),g=o-1,i--;break;case 1:for(d=0,f=Math.pow(2,16),p=1;p!==f;)h=v.val&v.position,v.position>>=1,0===v.position&&(v.position=t,v.val=n(v.index++)),d|=(h>0?1:0)*p,p<<=1;r[o++]=this.f(d),g=o-1,i--;break;case 2:return c.join("")}if(0===i&&(i=Math.pow(2,a),a++),r[g])s=r[g];else{if(g!==o)return null;s=u+u.charAt(0)}c.push(s),r[o++]=u+s.charAt(0),u=s,0===--i&&(i=Math.pow(2,a),a++)}}}]),e}(),el=function(){function e(){Qc(this,e),this.PREFIX="dcts-",this.CPR=new Zc}return Jc(e,[{key:"compressAndSplitEvent",value:function(e){if(null==e)return[];var t=this.CPR.compressToBase64(JSON.stringify(e)),n=Math.floor(t.length/3)+1;return t.match(new RegExp(".{1,"+n+"}","g"))}},{key:"processTelemetry",value:function(e,t,n){var r=this.compressAndSplitEvent(e);if(null!=r){for(var i={},o=0;o<r.length;o++)i[this.PREFIX+o]=r[o];return i["x-f-uc"]=t,i.csrf_token=n,JSON.stringify(i)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}();!function(){function e(){Qc(this,e),this.processor=new el,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new $c,this.workerThread=null,this.events=[]}Jc(e,[{key:"init",value:function(e,t,n,r,i,o){var a=this;if(this.isExist(o)&&""!==o&&window.Worker){var s=this.convertWorkerUrl(o);null!==s&&(this.workerThread=new Worker(s),this.workerThread.onmessage=function(t){a.sendTelemetry(t.data,e)})}this.isExist(e)||(e=this.DEFAULT_URL);var c=0,l=6;null===r||isNaN(r)||(l=r);var u=this.timestone.record({emit:function(n,r){r&&a.events.length>0&&c<l?(a.collect(e,t,a.events,i),c+=1,a.events.splice(0,a.events.length)):c>=l&&(u(),a.isExist(a.workerThread)&&a.workerThread.terminate()),a.events.push(n)},checkoutEveryNms:n})}},{key:"collect",value:function(e,t,n,r){if(this.isExist(r)||(r=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:r});else{var i=this.processor.processTelemetry(n,t,r);null!==i&&this.sendTelemetry(i,e)}}},{key:"collectFinalTelemetry",value:function(e,t,n){if(this.isExist(e)||(e=this.DEFAULT_URL),this.isExist(n)||(n=""),this.isExist(t)||(t="undefined-uc"),this.events.length>0)if(navigator.sendBeacon&&this.isExist(FormData)){var r=new FormData;r.append("x-f-uc",t),r.append("csrf_token",n);for(var i=this.processor.compressAndSplitEvent(this.events),o=0;o<i.length;o++)r.append(this.processor.getParamPrefix()+o,i[o]);navigator.sendBeacon(e,r)}else this.collect(e,t,this.events,"")}},{key:"sendTelemetry",value:function(e,t){var n=new XMLHttpRequest;n.open("POST",t),n.setRequestHeader("Content-Type","application/json"),n.send(e)}},{key:"isExist",value:function(e){return null!=e}},{key:"convertWorkerUrl",value:function(e){var t="https://"+window.location.host;if(0===e.indexOf(t)||0===e.indexOf("/"))return e;if(-1===e.indexOf(t)){var n=e.split(".com/");if(2===n.length)return"/"+n[1]}return null}}])}();const{EVENTS:tl,GOT_CONTEXTS:nl,GOT_PROMPT_MOMENT_TYPES:rl}=Dc,{GOOGLE_USER_FETCHED:il,PROMPT_MOMENT:ol}=tl;function al(){const e=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!e||0===e.trim().length};return e.errorMessageSuffix="error_empty",e}function sl(e){const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length<e};return t.errorMessageSuffix="error_too_short",t}function cl(e){const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t.length>e};return t.errorMessageSuffix="error_too_long",t}al(),sl(3),cl(128),al(),sl(6),cl(400);var ll=window||e;const ul=/^((?!\.(stg|corp)).)*\.linkedin\.(com|cn)$/;function dl(){const e=ll.location?ll.location.hostname:"";return ul.test(e)}function hl(){return dl()?fl()?"platform.linkedin.cn":"platform.linkedin.com":fl()?"platform.linkedin-ei.cn":"platform.linkedin-ei.com"}function fl(){const e=ll.location?ll.location.hostname:"";return/\.cn$/.test(e)}function pl(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if("function"!=typeof t||"function"!=typeof n)throw new TypeError("One of the specified callbacks is not a function.");const i=new ll.XMLHttpRequest;i.withCredentials=r,i.open("GET",e,!0),i.onreadystatechange=function(){this.readyState===this.DONE&&(200===this.status&&"function"==typeof t?t(this.responseText):n(this))},i.send()}function gl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ml,yl,El,bl,wl={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},Tl="GUEST",_l="MEMBER",Sl=0,Il=1,Al=2,Cl=(vl(ml={},Tl,"li_gc"),vl(ml,_l,"li_mc"),ml),kl=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in gl(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=r,this.optedInConsentMap={},wl)t[o]=t[o]||Sl,t[o]!==Sl&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===Il||t[o]===Sl&&i===Il},Ol=(yl=[wl.ADVERTISING,wl.ANALYTICS_AND_RESEARCH,wl.FUNCTIONAL],El=[Sl,Il,Al,Sl],bl=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";")),{parseConsentBody:function(e,t){var n=e.match(bl);if(!n)return{error:"Invalid consent body encoding",consent:new kl};for(var r=parseInt(n[1],10),i={},o=0;o<yl.length;o++)i[yl[o]]=El[r>>2*o&3];var a=new Date(1e3*parseInt(n[2],10)),s=parseInt(n[3],10),c=Sl;return s>=0&&s<=3&&(c=El[s]),{error:null,consent:new kl(i,a,t,c)}}}),Rl=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),Nl=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));return n&&n.length>1?n[1]:null},Ll=function(e,t){var n=Nl(Cl[e],t);return n?Dl(n,e):Nl(Cl[Tl],t)||Nl(Cl[_l],t)?Pl(Al):Pl(Il)},Pl=function(e){var t={};for(var n in wl)t[n]=e;return{error:null,consent:new kl(t,null,null,e)}};var Dl=function(e,t){e&&e.length>1&&'"'==e.charAt(0)&&'"'==e.charAt(e.length-1)&&(e=e.substring(1,e.length-1));var n,i=null;try{i=(n=e,"undefined"==typeof atob&&void 0!==r?r.from(n,"base64").toString("binary"):atob(n)).match(Rl)}catch(e){}if(!i)return{error:"Invalid consent encoding",consent:new kl};var o=parseInt(i[1],10),a=i[2];switch(o){case 1:return Ol.parseConsentBody(a,t);default:return{error:"Invalid encoded consent version ".concat(o),consent:new kl}}},xl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.cookie;return e||(e=Nl("liap",t)?Nl(Cl[_l],t)?_l:Tl:Nl(Cl[Tl],t)?Tl:_l),Ll(e,t)};function Ml(e){return function(){let e=xl();return!e||e.consent.optedInConsentMap.ADVERTISING}()&&function(e){return e["compliance.isGDPROptIn"]}(e)}function Ul(e){return function(){let e=xl();return!e||e.consent.optedInConsentMap.ANALYTICS_AND_RESEARCH}()}function Bl(e){return function(){let e=xl();return!e||e.consent.optedInConsentMap.FUNCTIONAL}()}function Fl(e){for(let t=1;t<arguments.length;t++){const n=arguments[t];if(n){const t=Object.keys(n);for(let r=0;r<t.length;r++){const i=t[r];e[i]=n[i]}}}return e}function Hl(e){const t=new ll.Date;t.setSeconds(0),t.setMilliseconds(0);const n=Math.floor(t.getMinutes()/e)*e;return t.setMinutes(n),t.getTime()}function jl(){return/utagdb=[^;]+/.test(ll.document.cookie)}let Gl;const ql={},zl={};function Vl(){return`https://${dl()?fl()?"www.linkedin.cn":"www.linkedin.com":fl()?"www.linkedin-ei.cn":"www.linkedin-ei.com"}/litms/api/metadata/user`}function Wl(){return function(e){let t=Fl({},e);return t["compliance.isAdvertisingOptIn"]=Ml(t),t["compliance.isAnalyticsAndResearchOptIn"]=Ul(),t["compliance.isFunctionalOptIn"]=Bl(),t}(ql)}function Kl(e){if(!zl[e]){const t=function(e){return`https://${hl()}/litms/allowlist/${encodeURIComponent(e)}`}(e),n=new Promise((e,n)=>{pl(t,t=>{e(JSON.parse(t))},e=>{n(e)},!1)});zl[e]=n}return zl[e]}ll.utag_data||(ll.utag_data={});const Xl="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;let Yl;function Ql(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=null;return"string"==typeof e&&(n=`https://${hl()}/litms/utag/${e}/utag.js?cb=${Hl(t)}`),n}function Jl(){return function(){if(void 0===Yl&&Xl){const e=ll.document.cookie.match(/litms_utag_override=([^;]+)/);Yl=e?e[1]:""}return Yl}().length>0}function $l(e,t,n,r){e.onLoadRulesRunOnce(n);let i=Fl({},t,Wl());e.view(i),jl()&&ll.trackingEventDebugData.push({profileName:r,eventType:"PV",trackingData:i})}function Zl(e,t,n,r){e.onLoadRulesRunOnce(n);let i=Fl({},t,Wl());e.link(i),jl()&&ll.trackingEventDebugData.push({profileName:r,eventType:"CI",trackingData:i})}function eu(e,t,n){if(function(e){ll.utag=e}(e),t instanceof Array&&t.length>0){const r=t.length;for(let i=0;i<r;i++){const r=t.shift();r.isControlInteraction?Zl(e,r.data,r.callback,n):$l(e,r.data,r.callback,n)}}}function tu(e,t){!function(e){return"object"==typeof e&&"function"==typeof e.fireTrackingEvent}(e)?console.error("Unable to fire tracking event"):e.fireTrackingEvent(t.info.name,t.body)}function nu(e,t){return`urn:li:externalMarketingTag:(${function(e){const t=e.data["ut.profile"],n=e.cfg.v;return`urn:li:tagManagementSystemProfile:(tealium,${t},${n})`}(e)},${parseInt(t)})`}function ru(e){const t=function(e){return Object.keys(e.loader.cfg).filter(t=>1===e.loader.cfg[t].send&&0!==e.loader.cfg[t].load)}(e).map(t=>function(e,t){return{tagUrn:nu(e,t)}}(e,t));if(0!==t.length)return{info:{name:"ExternalMarketingTagFireEvent"},body:{header:{},requestHeader:{},tags:t}}}ll.utag_cfg_ovrd=ll.utag_cfg_ovrd||{},ll.trackingEventDebugData=ll.trackingEventDebugData||[],ll.utag_cfg_ovrd.noview=!0,ll.utag_cfg_ovrd.nocookie=!0;const iu=Xl&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(ll.navigator.userAgent),ou={};let au,su,cu,lu={};class uu{constructor(){let{profileName:e,tracking2Instance:t,enableAllowlisting:n=!1,cacheBusterInterval:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.isInitialized=!1,this.isAllowlistingEnabled=!1,this._allowlistReadyPromise=Promise.resolve({}),this.isContainerTagLoaded=!1,this._queue=[],this.allowlist={pageKey:{},controlUrn:{}},this.tracking2Instance=t,this.profileName=e,this.enableAllowlisting=n,this.cacheBusterInterval=r}initialize(){return this._shouldInitialize()?this.isInitialized?(console.warn("Initialize should not be called more that once"),this.initializePromise.then()):(this.isInitialized=!0,this.initializePromise=new Promise((e,t)=>{this.enableAllowlisting?(this.isAllowlistingEnabled=!0,this._onInitializeSuccessCallback=e,this._onInitializeFailureCallback=t,this._allowlistReadyPromise=Kl(this.profileName).then(e=>this._processAllowlistResult(e)).catch(e=>console.error("Unable to retrieve allowlists for profile : "+this.profileName,e))):this._loadContainerTag(e,t)}),this.profileName&&(ou[this.profileName]=this),this.initializePromise):Promise.resolve()}_processAllowlistResult(e){Object.keys(e).forEach(t=>this.addValuesToAllowlist(t,e[t]))}_loadContainerTag(e,t){void 0!==ll.utag&&(ll.utag=void 0),void 0!==ll.utag_data&&(ll.utag_data=void 0);const n=function(){if(!Gl){const e=Vl();Gl=new Promise((t,n)=>{pl(e,e=>{try{t(JSON.parse(e))}catch(e){console.error("Invalid JSON format of userSettings"),n(e)}},e=>{n(e)})})}return Gl}().then(e=>{Object.keys(e).forEach(t=>{!function(e,t){const n="string"!=typeof t?"":t+".";"object"==typeof e&&Object.keys(e).forEach(t=>{ql[n+t]=e[t]})}(e[t],t)})}).catch(e=>{console.error("Unable to get user settings while calling loading container tag",e)}),r=(i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"main",t=arguments.length>1?arguments[1]:void 0;return Jl()?Yl:Ql(e,t)}(this.profileName,this.cacheBusterInterval),new Promise(e=>{const t=ll.document.createElement("script");t.type="text/javascript",t.src=i,t.async=!0,t.onload=e,ll.document.getElementsByTagName("head")[0].appendChild(t)}));var i;Promise.all([n,r]).then(()=>{this.isContainerTagLoaded=!0,this._uTag=ll.utag,function(e){const t=[];e.onLoadRulesRunOnce=function(e){t.push(e)};const n=e.loader.initcfg;e.loader.initcfg=function(){if(n.call(this,arguments),t.length>0){t.shift()()}}}(this._uTag),this._processQueuedEvents();const t={info:{name:"TagManagementSystemLoadEvent"},body:{header:{},requestHeader:{}}};"object"==typeof this.tracking2Instance&&tu(this.tracking2Instance,t),e(t)}).catch(e=>{console.error("Unable to complete loading container tag",e),t()})}_shouldInitialize(){return!iu}_shouldProcessEvent(e){return iu?Promise.resolve(!1):this.isAllowlistingEnabled?new Promise(t=>{this._allowlistReadyPromise.then(()=>{t(this._isEventAllowlisted(e))})}):Promise.resolve(!0)}_isEventAllowlisted(e){return void 0!==e.controlUrn?this._isEventAllowlistedByControlUrn(e):this._isEventAllowlistedByPageKey(e)}_isEventAllowlistedByPageKey(e){return void 0!==this.allowlist.pageKey[e.pageKey]}_isEventAllowlistedByControlUrn(e){return void 0!==this.allowlist.controlUrn[e.controlUrn]}addValuesToAllowlist(e,t){"string"==typeof e&&Array.isArray(t)&&void 0!==this.allowlist[e]&&t.forEach(t=>{this.allowlist[e][t]=!0})}_processQueuedEvents(){this.isContainerTagLoaded?eu(this._uTag,this._queue,this.profileName):this.isInitialized&&this.isAllowlistingEnabled&&this._loadContainerTag(this._onInitializeSuccessCallback,this._onInitializeFailureCallback)}_fireAuditEvent(){const e=ru(this._uTag);return void 0!==this.tracking2Instance&&void 0!==e&&tu(this.tracking2Instance,e),e}_createCallbackForAuditEvent(e){const t=this;return function(){const n=t._fireAuditEvent();"function"==typeof e&&e(n)}}_checkForCookieConsent(){xl().consent.consentAvailable&&!su?this._refireTracking():au=setTimeout(()=>{this._checkForCookieConsent()},2e3)}_refireTracking(){lu.payloads&&lu.payloads.forEach(e=>{const{data:t,callback:n}=e;t.cookieConsentGiven=!0,this.trackPageView(t,n)})}_savePayloadForRefire(e,t){if(Xl){su=!1;const{payloads:n=[],url:r}=lu,i=location.href,o={data:e,callback:t},a=i!==r?[]:n;a.push(o),lu={url:i,payloads:a},au||(au=setTimeout(()=>{this._checkForCookieConsent()},2e3))}}trackPageView(e,t){return xl().consent.consentAvailable||this._savePayloadForRefire(e,t),this._shouldProcessEvent(e).then(n=>{n&&(this._queue.push({isControlInteraction:!1,data:e,callback:this._createCallbackForAuditEvent(t)}),this._processQueuedEvents())})}trackControlInteraction(e,t){return this._shouldProcessEvent(e).then(n=>{n&&(this._queue.push({isControlInteraction:!0,data:e,callback:this._createCallbackForAuditEvent(t)}),this._processQueuedEvents())})}}function du(e){let{event:t,litmsInstance:n,pageKey:r}=e;const i=t.target.getAttribute("data-tracking-control-name"),o=t.target.hasAttribute("data-tracking-litms");i&&o&&n.trackControlInteraction({controlUrn:`urn:li:control:${r}-${i}`})}class hu{constructor(e){if(this.trackingInstance=e,this.pageKey=_(document),this.litmsProfileName=function(e){const t=e.querySelector('meta[name="litmsProfileName"]');return t?t.content:""}(document),!this.litmsProfileName)throw Error('Page missing "litmsProfileName" meta tag.');this.litmsInstance=new uu({tracking2Instance:this.trackingInstance,profileName:this.litmsProfileName}),this.litmsInstance.initialize(),this.clickEventListener=e=>du({event:e,litmsInstance:this.litmsInstance,pageKey:this.pageKey}),this.keydownEventListener=e=>{"Enter"!==e.key&&" "!==e.key&&"Spacebar"!==e.key||du({event:e,litmsInstance:this.litmsInstance,pageKey:this.pageKey})},document.body.addEventListener("click",this.clickEventListener,!0),document.body.addEventListener("keydown",this.keydownEventListener,!0)}trackPageView(){let{pageKey:e="",customParameters:t={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!("string"==typeof e||e instanceof String))throw new Error("The pageKey is not a string!");if(!("object"==typeof t||t instanceof Object))throw new Error("CustomParamteres is expected to be an object.");const n=e||this.pageKey;this.litmsInstance&&this.litmsInstance.trackPageView({pageKey:n,...t})}}function fu(e){if(!cu){if(!e)throw new Error("No trackingInstance passed in!");cu=new hu(e)}return cu}const{GOOGLE_USER_FETCHED:pu,GOOGLE_ERROR:gu,INITIALIZED:vu}=Dc.EVENTS,{INITIALIZATION:mu}=Dc.GSI_ERROR_TYPES;function yu(e){var t=e.intersectionRect;return t.width>=0&&t.height>=0}function Eu(e){try{return e.getBoundingClientRect()}catch(e){if("object"==typeof e&&null!==e&&16389==(65535&e.number))return{top:0,bottom:0,left:0,width:0,height:0,right:0,x:0,y:0};throw e}}function bu(e,t){return Math.round(e-t)}var wu,Tu=(wu=function(e,t){return(wu=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}wu(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),_u=function(){function e(){this.items=[]}return e.prototype.remove=function(e){for(var t=this.items.length,n=0;n<t;n++)this.removePredicate(e,this.items[n])&&(this.items.splice(n,1),n--,t--)},e.prototype.clear=function(){this.items=[]},e.prototype.push=function(e){this.items.push(e)},e.prototype.isEmpty=function(){return 0===this.items.length},e}(),Su=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Tu(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:t.callback===e},t}(_u),Iu=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Tu(t,e),t.prototype.removePredicate=function(e,t){return t===e},t}(_u),Au=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Tu(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:"function"==typeof e?t.callback===e:t.el===e},t}(_u),Cu=function(){return 0},ku=!("undefined"==typeof window||!window||"undefined"==typeof document||!document),Ou=ku&&!!window.requestAnimationFrame,Ru={hasDOM:ku,hasRAF:Ou,getScrollTop:Cu,getScrollLeft:Cu,getHeight:Cu,getWidth:Cu,rAF:Ou?window.requestAnimationFrame.bind(window):function(e){e()},meta:{width:0,height:0,scrollTop:0,scrollLeft:0,x:0,y:0,top:0,left:0},version:0,lastVersion:0,updateMeta:Cu,get isDirty(){return Ru.version!==Ru.lastVersion},document:window.document,IntersectionObserver:ku&&window.IntersectionObserver,performance:ku&&window.performance};function Nu(){++Ru.version}function Lu(){var e=null!=document.scrollingElement;Ru.getScrollTop=e?function(){return document.scrollingElement.scrollTop}:function(){return window.scrollY},Ru.getScrollLeft=e?function(){return document.scrollingElement.scrollLeft}:function(){return window.scrollX}}ku&&(Ru.getHeight=function(){return window.innerHeight},Ru.getWidth=function(){return window.innerWidth},Ru.updateMeta=function(){Ru.meta.height=Ru.getHeight(),Ru.meta.width=Ru.getWidth(),Ru.meta.scrollLeft=Ru.getScrollLeft(),Ru.meta.scrollTop=Ru.getScrollTop(),Ru.lastVersion=Ru.version},Ru.updateMeta(),"loading"!==document.readyState?Lu():document.addEventListener("DOMContentLoaded",Lu),window.addEventListener("resize",Nu,!1),window.addEventListener("scroll",Nu,!1));var Pu=function(){function e(){this.reads=[],this.work=[],this.running=!1}return e.prototype.scheduleRead=function(e){this.reads.unshift(e),this.run()},e.prototype.scheduleWork=function(e){this.work.unshift(e),this.run()},e.prototype.run=function(){var e=this;this.running||(this.running=!0,Ru.rAF((function(){e.running=!1;for(var t=0,n=e.reads.length;t<n;t++)e.reads.pop()();t=0;for(var r=e.work.length;t<r;t++)e.work.pop()();(e.work.length>0||e.reads.length>0)&&e.run()})))},e}(),Du=null;var xu=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Mu="xxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),Uu=0,Bu=function(){function e(e,t,n,r,i,o,a,s,c,l){this.dateNow=e,this.highResTime=t,this.scrollTop=n,this.scrollLeft=r,this.width=i,this.height=o,this.x=a,this.y=s,this.top=c,this.left=l}return e.generate=function(t){void 0===t&&(t=window);var n=this.revalidateRootMeta(t);return new e(Date.now(),performance.now(),n.scrollTop,n.scrollLeft,n.width,n.height,n.x,n.y,n.top,n.left)},e.revalidateRootMeta=function(e){void 0===e&&(e=document);var t,n={width:0,height:0,scrollTop:0,scrollLeft:0,x:0,y:0,top:0,left:0};return Ru.isDirty&&Ru.updateMeta(),e===window||e===document?(n.height=Ru.meta.height,n.width=Ru.meta.width,n.scrollLeft=Ru.meta.scrollLeft,n.scrollTop=Ru.meta.scrollTop,n):(t=Eu(e),n.scrollTop=e.scrollTop,n.scrollLeft=e.scrollLeft,n.width=t.width,n.height=t.height,n.x=t.x,n.y=t.y,n.top=t.top,n.left=t.left,n)},e}();function Fu(){return Uu+++Mu}var Hu=function(){function e(e,t){this.isTicking=!1,this.toRemove=[],this.engine=e||(Du||(Du=new Pu)),this.root=t||window}return e.prototype.tick=function(){if(this.queue.isEmpty())this.isTicking=!1;else{if(this.toRemove.length>0){for(var e=0;e<this.toRemove.length;e++)this.queue.remove(this.toRemove[e]);this.toRemove=[]}this.applyQueue(Bu.generate(this.root)),this.engine.scheduleRead(this.tick.bind(this))}},e.prototype.scheduleWork=function(e){this.engine.scheduleWork(e)},e.prototype.scheduleRead=function(e){this.engine.scheduleRead(e)},e.prototype.queryElement=function(e,t){var n,r,i=this;this.engine.scheduleRead((function(){n=Eu(e),r=Bu.generate(i.root)})),this.engine.scheduleWork((function(){t(n,r)}))},e.prototype.unwatch=function(e){this.toRemove.push(e)},e.prototype.unwatchAll=function(){this.queue.clear()},e.prototype.startTicking=function(){this.isTicking||(this.isTicking=!0,this.engine.scheduleRead(this.tick.bind(this)))},e}(),ju=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.queue=new Su,t}return xu(t,e),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],r=n.id;(0,n.callback)(e,r)}},t.prototype.watch=function(e){this.startTicking();var t=Fu();return this.queue.push({callback:e,id:t}),t},t}(Hu),Gu=function(e){function t(t){var n=e.call(this,void 0,window)||this;return n.predicate=t,n}return xu(t,e),t.prototype.applyQueue=function(t){this.predicate(t)&&e.prototype.applyQueue.call(this,t)},t}(ju),qu=function(e){function t(t,n,r){void 0===r&&(r=!1);var i=e.call(this,t,n)||this;return i.lastVersion=Ru.version,i.queue=new Au,i.ALLOW_CACHED_SCHEDULER=r,i}return xu(t,e),Object.defineProperty(t.prototype,"isDirty",{get:function(){return Ru.version!==this.lastVersion},enumerable:!1,configurable:!0}),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],r=n.callback,i=n.el,o=n.id,a=n.clientRect;!this.isDirty&&a&&this.ALLOW_CACHED_SCHEDULER||(a=this.queue.items[t].clientRect=Eu(i)),r(e,o,a)}this.lastVersion=Ru.version},t.prototype.watch=function(e,t,n){this.startTicking(),n=n||Fu();return this.queue.push({el:e,callback:t,id:n,clientRect:null}),n},t}(Hu),zu=null;var Vu=function(){function e(){this.queue=new Iu}return e.prototype.listen=function(e){this.queue.push(e)},e.prototype.unlisten=function(e){this.queue.remove(e)},e.prototype.trigger=function(e){for(var t=0;t<this.queue.items.length;t++)this.queue.items[t](e)},e}(),Wu=function(){function e(e){this.scheduler=new Gu(e.bind(this))}return e.prototype.trigger=function(){},e.prototype.listen=function(e){this.state=Bu.generate(),this.scheduler.watch(e)},e.prototype.unlisten=function(e){this.scheduler.unwatch(e)},e}(),Ku=null;function Xu(e,t){var n=(Ku||(Ku={scroll:new Wu((function(e){var t=this.state,n=t.scrollTop,r=t.scrollLeft;return this.state=e,n!==e.scrollTop||r!==e.scrollLeft})),resize:new Wu((function(e){var t=this.state,n=t.width,r=t.height;return this.state=e,r!==e.height||n!==e.width})),destroy:new Vu,beforeunload:new Vu,hide:new Vu,show:new Vu}))[e];n&&n.listen(t)}function Yu(e,t){if(Ku){var n=Ku[e];n&&n.unlisten(t)}}function Qu(e,t){if(Ku){var n=Ku[e];n&&n.trigger(t)}}function Ju(e){(zu||(zu=new ju)).scheduleWork(e)}function $u(e){var t=e.left,n=e.right,r=e.top,i=e.bottom;return{left:t,x:t,top:r,y:r,bottom:i,right:n,width:n-t,height:i-r}}Ru.hasDOM&&(window.addEventListener("beforeunload",(function(){Qu("beforeunload"),Qu("destroy")})),document.addEventListener("visibilitychange",(function(){"visible"===document.visibilityState?Qu("show"):Qu("hide")})));var Zu=function(){function e(e,t){void 0===t&&(t={}),this.records={},this.callback=e,t.threshold=t.threshold||0,this.rootMarginObj=function(e){var t=e.split(" ").map((function(e){return parseInt(e,10)}));switch(t.length){case 2:return{top:t[0],left:t[1],bottom:t[0],right:t[1]};case 3:return{top:t[0],left:t[1],bottom:t[2],right:t[1]};case 4:return{top:t[0],left:t[1],bottom:t[2],right:t[3]};default:return{top:0,left:0,bottom:0,right:0}}}(t.rootMargin||"0px"),this.root=t.root||null,Array.isArray(t.threshold)?this.thresholds=t.threshold:this.thresholds=[t.threshold],this.scheduler=new qu(void 0,this.root,t.ALLOW_CACHED_SCHEDULER)}return e.prototype.observe=function(e){var t=this,n=e,r=n.__spanielId=n.__spanielId||Fu();return this.scheduler.watch(e,(function(e,r,i){t.onTick(e,r,i,n)}),n.__spanielId),r},e.prototype.onTick=function(e,t,n,r){var i=this,o=this.generateEntryEvent(e,n,r),a=o.numSatisfiedThresholds,s=o.entry,c=this.records[t]||(this.records[t]={entry:s,numSatisfiedThresholds:0});a===c.numSatisfiedThresholds&&s.isIntersecting===c.entry.isIntersecting||(c.numSatisfiedThresholds=a,c.entry=s,this.scheduler.scheduleWork((function(){i.callback([s])})))},e.prototype.unobserve=function(e){this.scheduler.unwatch(e.__spanielId),delete this.records[e.__spanielId]},e.prototype.disconnect=function(){this.scheduler.unwatchAll(),this.records={}},e.prototype.takeRecords=function(){return[]},e.prototype.generateEntryEvent=function(e,t,n){for(var r=0,i=function(e,t,n,r){if("none"===n.style.display)return{time:e.dateNow,highResTime:e.highResTime,boundingClientRect:ed(),intersectionRatio:0,intersectionRect:ed(),isIntersecting:!1,rootBounds:ed(),target:n};var i=t.bottom,o=t.right,a=e.left+r.left,s=e.top+r.top,c={left:a,top:s,bottom:r.bottom,right:r.right,width:e.width-(r.right+r.left),height:e.height-(r.bottom+r.top),y:s,x:a},l=Math.max(c.left,t.left),u=Math.max(c.top,t.top),d=Math.min(c.left+c.width,t.right)-l,h=Math.min(c.top+c.height,t.bottom)-u,f=d>=0?l:0,p=u>=0?u:0,g={left:f,top:p,x:f,y:p,width:d,height:h,right:o,bottom:i};return function(e){var t=e.unixTime,n=e.highResTime,r=e.rootBounds,i=e.boundingClientRect,o=e.intersectionRect,a=e.target,s=i.height*i.width,c=s>0?o.width*o.height/s:0;return{time:t,highResTime:n,rootBounds:r,boundingClientRect:i,intersectionRect:o,target:a,intersectionRatio:c,isIntersecting:yu({intersectionRect:o})}}({unixTime:e.dateNow,highResTime:e.highResTime,rootBounds:c,target:n,boundingClientRect:$u(t),intersectionRect:g})}(e,t,n,this.rootMarginObj),o=0;o<this.thresholds.length;o++){var a=this.thresholds[o];i.intersectionRatio>=a&&r++}return{numSatisfiedThresholds:r,entry:i}},e}();function ed(){return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}}var td={x:0,y:0,width:0,height:0,bottom:0,left:0,top:0,right:0};!function(){function e(e,t){var n=this;this.paused=!1,this.queuedEntries=[],this.recordStore={},this.callback=e;var r=t||{threshold:[]},i=r.root,o=r.rootMargin,a=r.threshold,s=r.ALLOW_CACHED_SCHEDULER,c=r.BACKGROUND_TAB_FIX,l=r.USE_NATIVE_IO,u="string"!=typeof(o=o||"0px")?function(e){return e.top+"px "+e.right+"px "+e.bottom+"px "+e.left+"px"}(o):o;this.thresholds=a.sort((function(e){return e.ratio}));var d={root:i,rootMargin:u,threshold:this.thresholds.map((function(e){return e.ratio})),ALLOW_CACHED_SCHEDULER:s};this.usingNativeIo=!!l&&!!Ru.IntersectionObserver;var h=this.usingNativeIo?Ru.IntersectionObserver:Zu;this.observer=new h((function(e){return n.internalCallback(e)}),d),this.onTabHidden=this._onTabHidden.bind(this),this.onWindowClosed=this._onWindowClosed.bind(this),this.onTabShown=this._onTabShown.bind(this),Ru.hasDOM&&(Xu("beforeunload",this.onWindowClosed),Xu("hide",this.onTabHidden),Xu("show",this.onTabShown),c&&(this.paused="visible"!==Ru.document.visibilityState))}e.prototype._onWindowClosed=function(){this.onTabHidden()},e.prototype.setAllHidden=function(){for(var e=Object.keys(this.recordStore),t=0;t<e.length;t++)this.handleRecordExiting(this.recordStore[e[t]]);this.flushQueuedEntries()},e.prototype._onTabHidden=function(){this.paused=!0,this.setAllHidden()},e.prototype.generateObserverTimestamp=function(){return this.usingNativeIo?Math.floor(performance.now()):Date.now()},e.prototype._onTabShown=function(){this.paused=!1;for(var e=Object.keys(this.recordStore),t=performance.now(),n=this.generateObserverTimestamp(),r=0;r<e.length;r++){var i=this.recordStore[e[r]].lastSeenEntry;if(i){var o=i.intersectionRatio,a=i.boundingClientRect,s=i.rootBounds,c=i.intersectionRect,l=i.isIntersecting,u=i.target;this.handleObserverEntry({intersectionRatio:o,boundingClientRect:a,time:n,highResTime:t,isIntersecting:l,rootBounds:s,intersectionRect:c,target:u})}}},e.prototype.internalCallback=function(e){e.forEach(this.handleObserverEntry.bind(this))},e.prototype.flushQueuedEntries=function(){this.queuedEntries.length>0&&(this.callback(this.queuedEntries),this.queuedEntries=[])},e.prototype.generateSpanielEntry=function(e,t){var n=e.intersectionRatio,r=e.rootBounds,i=e.boundingClientRect,o=e.intersectionRect,a=e.isIntersecting,s=e.time,c=e.target,l=this.recordStore[c.__spanielId],u=this.usingNativeIo?Math.floor((Ru.performance.timeOrigin||Ru.performance.timing.navigationStart)+s):s,d=this.usingNativeIo?s:e.highResTime;if(!d)throw new Error("Missing intersection entry timestamp");return{intersectionRatio:n,isIntersecting:a,unixTime:u,time:u,highResTime:d,rootBounds:r,boundingClientRect:i,intersectionRect:o,target:c,duration:0,visibleTime:a?u:-1,entering:!1,payload:l.payload,label:t.threshold.label,threshold:t.threshold}},e.prototype.handleRecordExiting=function(e){var t=this,n=Date.now(),r=performance.now();e.thresholdStates.forEach((function(i){var o=e.lastSeenEntry&&e.lastSeenEntry.boundingClientRect;t.handleThresholdExiting({intersectionRatio:-1,isIntersecting:!1,unixTime:n,time:n,highResTime:r,payload:e.payload,label:i.threshold.label,threshold:i.threshold,entering:!1,rootBounds:td,boundingClientRect:o||td,intersectionRect:td,visibleTime:i.lastVisible.unixTime,duration:bu(r,i.lastVisible.highResTime),target:e.target},i),i.lastSatisfied=!1,i.visible=!1,i.lastEntry=null}))},e.prototype.handleThresholdExiting=function(e,t){var n=e.highResTime,r=!!t.threshold.time;t.lastSatisfied&&(!r||r&&t.visible)&&(e.duration=bu(n,t.lastVisible.highResTime),e.visibleTime=t.lastVisible.unixTime,e.entering=!1,t.visible=!1,this.queuedEntries.push(e)),clearTimeout(t.timeoutId)},e.prototype.handleObserverEntry=function(e){var t=this,n=e.target,r=this.recordStore[n.__spanielId];r&&(r.lastSeenEntry=e,this.paused||(r.thresholdStates.forEach((function(n){var r=!!n.threshold.time,i=t.generateSpanielEntry(e,n),o=e.intersectionRatio>=n.threshold.ratio,a="boolean"==typeof i.isIntersecting?i.isIntersecting:yu(e),s=o&&a;if(s!=n.lastSatisfied){if(s)if(i.entering=!0,n.lastVisible={highResTime:i.highResTime,unixTime:i.unixTime},r){var c=Number(setTimeout((function(){n.visible=!0,i.duration=bu(performance.now(),n.lastVisible.highResTime),i.visibleTime=n.lastVisible.unixTime,t.callback([i])}),n.threshold.time));n.timeoutId=c}else n.visible=!0,i.duration=Date.now()-n.lastVisible.unixTime,t.queuedEntries.push(i);else t.handleThresholdExiting(i,n);n.lastEntry=e,n.lastSatisfied=s}})),this.flushQueuedEntries()))},e.prototype.disconnect=function(){this.setAllHidden(),this.observer.disconnect(),this.recordStore={}},e.prototype.destroy=function(){this.disconnect(),Ru.hasDOM&&(Yu("beforeunload",this.onWindowClosed),Yu("hide",this.onTabHidden),Yu("show",this.onTabShown))},e.prototype.unobserve=function(e){var t=this,n=this.recordStore[e.__spanielId];n&&(delete this.recordStore[e.__spanielId],this.observer.unobserve(e),Ju((function(){t.handleRecordExiting(n),t.flushQueuedEntries()})))},e.prototype.observe=function(e,t){var n=e,r=n.__spanielId=n.__spanielId||Fu();return this.recordStore[r]={target:n,payload:t,lastSeenEntry:null,thresholdStates:this.thresholds.map((function(e){return{lastSatisfied:!1,lastEntry:null,threshold:e,visible:!1,lastVisible:{unixTime:0,highResTime:-1}}}))},this.observer.observe(n),r}}();Ru.IntersectionObserver&&Ru.IntersectionObserver;function nd(e){return t=>t.type&&t.type.toLowerCase()===e.toLowerCase()}nd("action"),nd("openpage"),nd("openlink");var rd={exports:{}};(function(e){function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function u(e,t,n){return(u=l()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&c(i,n.prototype),i}).apply(null,arguments)}function d(e){var t="function"==typeof Map?new Map:void 0;return(d=function(e){if(null===e||!function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return u(e,arguments,s(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),c(n,e)})(e)}function h(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function f(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?h(e):t}function p(e){return function(){var t,n=s(e);if(l()){var r=s(this).constructor;t=Reflect.construct(n,arguments,r)}else t=n.apply(this,arguments);return f(this,t)}}function g(e){"complete"===document.readyState?e():window.addEventListener("load",(function(){e()}))}function v(e,t){var n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(n)}function m(){var e,t,n=new Promise((function(n,r){e=n,t=r}));return n.resolve=e,n.reject=t,n}(function(){if("function"==typeof window.CustomEvent)return!1;window.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:null};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}})(),function(){if("function"==typeof window.EventTarget)try{return!new e}catch(e){}var e=function(){this.listeners={}};e.prototype.listeners=null,e.prototype.addEventListener=function(e,t){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(t)},e.prototype.removeEventListener=function(e,t){if(e in this.listeners)for(var n=this.listeners[e],r=0,i=n.length;r<i;r++)if(n[r]===t)return void n.splice(r,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,r=t.length;n<r;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();var y="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",E={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},b={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},w={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},T={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},_={NOT_DISPLAYED:{BROWSER_NOT_SUPPORTED:"browser_not_supported",INVALID_CLIENT:"invalid_client",MISSING_CLIENT_ID:"missing_client_id",OPT_OUT_OR_NO_SESSION:"opt_out_or_no_session",SECURE_HTTP_REQUIRED:"secure_http_required",SUPPRESSED_BY_USER:"suppressed_by_user",UNREGISTERED_ORIGIN:"unregistered_origin",UNKNOWN_REASON:"unknown_reason"},SKIPPED:{AUTO_CANCEL:"auto_cancel",USER_CANCEL:"user_cancel",TAP_OUTSIDE:"tap_outside",ISSUING_FAILED:"issuing_failed"},DISMISSED:{CREDENTIAL_RETURNED:"credential_returned",CANCEL_CALLED:"cancel_called",FLOW_RESTARTED:"flow_restarted"}},S={DISMISSED:"DISMISSED",INITIALIZED:"INITIALIZED",SNAPPLE_USER_FETCHED:"SNAPPLE_USER_FETCHED"},I={signin:{GOT:"signin",GSI_BUTTON:"signin_with"},signup:{GOT:"signup",GSI_BUTTON:"signup_with"},use:{GOT:"use",GSI_BUTTON:"continue_with"}},A=E.GOOGLE_ERROR,C=E.GOOGLE_USER_FETCHED,k=E.INITIALIZED,O=b.INITIALIZATION,R=b.AUTHENTICATION,N=function(e){a(i,e);var n=p(i);function i(e){var r,o=e.libSrcPath,a=e.el,s=e.clientId,c=void 0===s?y:s;if(t(this,i),r=n.call(this),!a)throw TypeError("DOM element for Sign In button is required");if(r.libSrcPath=o,r.el=a,r.clientId=c,window.gapi)r._initializeGoogleAuth();else{if(!o)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");g((function(){v(o,r._initializeGoogleAuth.bind(h(r)))}))}return r}return r(i,[{key:"_initializeGoogleAuth",value:function(){var e=this;return gapi.auth2.init({client_id:this.clientId}).then((function(t){e.auth2=t,e._attachSignIn();var n=new CustomEvent(k);e.dispatchEvent(n)})).catch((function(t){var n={type:O,message:t.error},r=new CustomEvent(A,{detail:n});e.dispatchEvent(r)}))}},{key:"_attachSignIn",value:function(){var e=this;this.auth2.attachClickHandler(this.el,{},(function(t){var n=new CustomEvent(C,{detail:e._getGoogleUserInformation(t)});e.dispatchEvent(n)}),(function(t){var n={type:R,message:t.error},r=new CustomEvent(A,{detail:n});e.dispatchEvent(r)}))}},{key:"_getGoogleUserInformation",value:function(e){var t=e.getBasicProfile(),n=e.getAuthResponse().id_token;return{email:t.getEmail(),familyName:t.getFamilyName(),givenName:t.getGivenName(),id:t.getId(),idToken:n,imageUrl:t.getImageUrl()}}}]),i}(d(EventTarget));function L(e,t){return e?t.getDismissedReason():t.getNotDisplayedReason()||t.getSkippedReason()||t.getDismissedReason()}var P=E.GOOGLE_USER_FETCHED,D=E.PROMPT_MOMENT,x=E.GOOGLE_ERROR,M=function(e){a(i,e);var n=p(i);function i(e){var r,o=e.autoSelect,a=void 0!==o&&o,s=e.libSrcPath,c=e.containerId,l=e.context,u=e.clientId,d=void 0===u?y:u,f=e.cancelOnTapOutside,p=void 0===f||f,E=e.itpSupport,b=e.useFedCM,w=void 0!==b&&b;if(t(this,i),r=n.call(this),!l)throw TypeError("context param is required to determine the message to show in Google One Tap");if(r.autoSelect=a,r.libSrcPath=s,r.containerId=c,r.cancelOnTapOutside=p,r.clientId=d,r.context=l,r.itpSupport=E,r.useFedCM=w,r.isInitialized=m(),window.google&&window.google.accounts&&window.google.accounts.id)r._onGoogleApiLoad();else{if(!s)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");g((function(){v(s,r._onGoogleApiLoad.bind(h(r)))}))}return r}return r(i,[{key:"_onGoogleApiLoad",value:function(){var e=this;return this._initGoogleApi(),this.isInitialized.then((function(){var t=new CustomEvent(E.INITIALIZED);e.dispatchEvent(t),e.promptOneTap()})).catch((function(t){var n=new CustomEvent(x,{detail:{type:b.INITIALIZATION,error:t}});e.dispatchEvent(n)}))}},{key:"_initGoogleApi",value:function(){var e={auto_select:this.autoSelect,client_id:this.clientId,prompt_parent_id:this.containerId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:this.context,use_fedcm_for_prompt:this.useFedCM};void 0!==this.itpSupport&&(e.itp_support=this.itpSupport);try{window.google.accounts.id.initialize(e)}catch(e){this.isInitialized.reject(e)}this.isInitialized.resolve()}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=this.context===w.SIGN_UP?this._getBasicProfile(t):{idToken:t};if(n){n.selectedBy=e.select_by;var r=new CustomEvent(P,{detail:n});this.dispatchEvent(r)}}},{key:"_getBasicProfile",value:function(e){try{var t=new gapi.auth2.BasicProfile({id_token:e});return{email:t.getEmail(),familyName:t.getFamilyName(),givenName:t.getGivenName(),id:t.getId(),idToken:e,imageUrl:t.getImageUrl()}}catch(e){return this._dispatchSkippedEvent(e.message),null}}},{key:"_dispatchSkippedEvent",value:function(e){var t={message:e,reason:_.SKIPPED.ISSUING_FAILED,type:T.SKIPPED},n=new CustomEvent(D,{detail:t});this.dispatchEvent(n)}},{key:"promptOneTap",value:function(){var e=this;google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:L(e.useFedCM,t)},r=new CustomEvent(D,{detail:n});e.dispatchEvent(r),e.checkIfDesktopAndApplyClass()}))}},{key:"hideOneTap",value:function(){google.accounts.id.cancel()}},{key:"checkIfDesktopAndApplyClass",value:function(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){var e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}]),i}(d(EventTarget)),U={exports:{}};function B(e){this.message=e}B.prototype=new Error,B.prototype.name="InvalidCharacterError";var F="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new B("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,o=0,a="";r=t.charAt(o++);~r&&(n=i%4?64*n+r:r,i++%4)?a+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return a},H=function(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(F(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return F(t)}};function j(e){this.message=e}j.prototype=new Error,j.prototype.name="InvalidTokenError",U.exports=function(e,t){if("string"!=typeof e)throw new j("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(H(e.split(".")[n]))}catch(e){throw new j("Invalid token specified: "+e.message)}},U.exports.InvalidTokenError=j;var G=U.exports,q=E.GOOGLE_USER_FETCHED,z=E.PROMPT_MOMENT,V=E.GOOGLE_ERROR,W=function(e){a(s,e);var n=p(s);function s(e){var r,i=e.autoSelect,o=void 0!==i&&i,a=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?y:u,f=e.context,p=void 0===f?"signin":f,E=e.gsiButtonConfig,b=void 0===E?{}:E,w=e.libSrcPath,T=e.hasContentAbove,_=void 0!==T&&T,S=e.promptParentId,I=e.showOneTap,A=void 0===I||I,C=e.itpSupport,k=e.useFedCM,O=void 0!==k&&k;if(t(this,s),(r=n.call(this)).autoSelect=o,r.buttonParentEl=a,r.cancelOnTapOutside=l,r.clientId=d,r.context=p,r.gsiButtonConfig=b,r.libSrcPath=w,r.hasContentAbove=_,r.promptParentId=S,r.showOneTap=A,r.itpSupport=C,r.useFedCM=O,r.isLibraryLoaded=m(),r.isInitialized=m(),window.google&&window.google.accounts&&window.google.accounts.id)r._onGoogleApiLoad();else{if(!w)throw TypeError("GSI library is not already loaded on the page. libSrcPath is required to load the library");g((function(){v(w,r._onGoogleApiLoad.bind(h(r)))}))}return r}return r(s,[{key:"_onGoogleApiLoad",value:function(){var e=this;return this.isLibraryLoaded.resolve(),this._initGoogleApi(),this.isInitialized.then((function(){var t=new CustomEvent(E.INITIALIZED);e.dispatchEvent(t),e.showGsiUI()})).catch((function(t){var n=new CustomEvent(V,{detail:{type:b.INITIALIZATION,error:t}});e.dispatchEvent(n)}))}},{key:"_initGoogleApi",value:function(){var e={auto_select:this.autoSelect,client_id:this.clientId,prompt_parent_id:this.promptParentId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:I[this.context].GOT,use_fedcm_for_prompt:this.useFedCM};void 0!==this.itpSupport&&(e.itp_support=this.itpSupport);try{window.google.accounts.id.initialize(e)}catch(e){this.isInitialized.reject(e)}this.isInitialized.resolve()}},{key:"showGsiUI",value:function(){this.buttonParentEl&&this.renderGSIButton(this.buttonParentEl,this.gsiButtonConfig),this.showOneTap&&this.promptOneTap()}},{key:"renderGSIButton",value:function(e,t){var n=this,r=t.locale,i=void 0===r?"en_US":r,o=t.logo_alignment,a=void 0===o?"center":o,s=t.shape,c=void 0===s?"pill":s,l=t.size,u=void 0===l?"large":l,d=t.text,h=t.theme,f=t.type,p=t.width,g=void 0===p?"400px":p;return this.isInitialized.then((function(){var t=d||I[n.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:i,logo_alignment:a,shape:c,size:u,text:t,theme:h,type:f,width:g})}))}},{key:"promptOneTap",value:function(){var e=this;return this.isInitialized.then((function(){window.google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:L(e.useFedCM,t)},r=new CustomEvent(z,{detail:n});e.dispatchEvent(r),e.hasContentAbove||e.checkIfDesktopAndApplyClass()}))}))}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=e.select_by,r=G(t),a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},this._getBasicProfile(r),{idToken:t,selectedBy:n});if(a){var s=new CustomEvent(q,{detail:a});this.dispatchEvent(s)}}},{key:"_getBasicProfile",value:function(e){return{email:e.email,familyName:e.family_name,givenName:e.given_name,id:e.sub,imageUrl:e.picture}}},{key:"hideOneTap",value:function(){window.google.accounts.id.cancel()}},{key:"checkIfDesktopAndApplyClass",value:function(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){var e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}]),s}(d(EventTarget)),K={PROD:"3fa91358-6f74-4525-b5df-da149652be36",LOCAL:"e5078fe9-f96f-4177-a256-a13b9bda6b1c"},X={MICROSOFT_ERROR:"microsoftError",USER_FETCHED:"microsoftUserFetched",PROMPT_MOMENT:"promptMomentNotification"},Y={signin:{MS_OT:"signin",MS_BUTTON:"signin_with"},signup:{MS_OT:"signup",MS_BUTTON:"signup_with"},use:{MS_OT:"use",MS_BUTTON:"continue_with"}},Q=X.MICROSOFT_ERROR,J=X.PROMPT_MOMENT,$=X.USER_FETCHED,Z=function(e){a(i,e);var n=p(i);function i(e){var r,o,a,s=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?K.PROD:u,f=e.context,p=void 0===f?"use":f,y=e.globalWindow,E=void 0===y?window:y,b=e.libSrcPath,w=e.locale,T=e.malButtonConfig,_=void 0===T?{}:T,S=e.oneTapPosition,I=void 0===S?"right":S,A=e.redirectState,C=e.redirectURI,k=e.showOneTap,O=void 0!==k&&k;if(t(this,i),(a=n.call(this)).buttonParentEl=s,a.cancelOnTapOutside=l,a.clientId=d,a.context=p,a.libSrcPath=b,a.locale=(w||"en-US").replace("_","-"),a.malButtonConfig=_,a.oneTapPosition=I,a.redirectState=A,a.window=E,a.redirectURI=C||a._getRedirectURI(),a.showOneTap=O,a.isLibraryLoaded=m(),null===(r=a.window.ms)||void 0===r||null===(o=r.auth)||void 0===o?void 0:o.initialize)a._onMicrosoftAuthLibLoad();else{if(!b)throw TypeError("MAL lib is not already loaded on the page. libSrcPath is required to load the library");g((function(){v(b,a._onMicrosoftAuthLibLoad.bind(h(a)))}))}return a}return r(i,[{key:"_getRedirectURI",value:function(){var e,t,n;return(null===(e=this.window)||void 0===e||null===(t=e.location)||void 0===t||null===(n=t.origin)||void 0===n?void 0:n.includes("linkedin.com"))?"https://www.linkedin.com/microsoft-login/handler":"https://www.linkedin-ei.com/microsoft-login/handler"}},{key:"_onMicrosoftAuthLibLoad",value:function(){var e=this;this.isLibraryLoaded.resolve();var t=this.window.ms.auth.initialize({auto_prompt:this.showOneTap,client_id:this.clientId,callback:this._handleCredentialResponse.bind(this),cancel_on_tap_outside:this.cancelOnTapOutside,context:this.context,locale:this.locale,redirect_state:this.redirectState,redirect_uri:this.redirectURI,ux_mode:"redirect"});if("success"===t.result)return Promise.resolve().then((function(){return e.showMALUI()}));console.error("MAL failed to init",t.result)}},{key:"showMALUI",value:function(){this.buttonParentEl&&this.renderMALButton(this.buttonParentEl,this.malButtonConfig),this.showOneTap&&this.promptMSOneTap()}},{key:"renderMALButton",value:function(e,t){var n=this,r=t.logo_alignment,i=void 0===r?"center":r,o=t.height,a=void 0===o?42:o,s=t.shape,c=void 0===s?"pill":s,l=t.size,u=void 0===l?"large":l,d=t.text,h=t.theme,f=void 0===h?"light":h,p=t.type,g=t.width,v=void 0===g?600:g;return this.isLibraryLoaded.then((function(){var t=d||Y[n.context].MS_BUTTON;n.window.ms.auth.renderSignInButton(e,{logo_alignment:i,height:a,shape:c,size:u,text:t,theme:f,type:p,width:v})}))}},{key:"promptMSOneTap",value:function(){var e=this;return this.isLibraryLoaded.then((function(){e.window.ms.auth.prompt(e.oneTapPosition,(function(t){var n={type:t.type,reason:t.reason},r=new CustomEvent(J,{detail:n});e.dispatchEvent(r)}))}))}},{key:"_handleCredentialResponse",value:function(e,t){if(e){var n=e.authCode,r=e.email,i=e.givenName,o=e.surname,a=e.id,s=e.idToken,c=e.photoUrl,l=new CustomEvent($,{detail:{authCode:n,email:r,familyName:o,givenName:i,id:a,idToken:s,imageUrl:c}});this.dispatchEvent(l)}else if(t){var u=new CustomEvent(Q,{detail:t});this.dispatchEvent(u)}}},{key:"hideOneTap",value:function(){this.window.ms.auth.cancel()}}]),i}(d(EventTarget)),ee=S.DISMISSED,te=S.INITIALIZED,ne=S.SNAPPLE_USER_FETCHED,re=function(e){a(i,e);var n=p(i);function i(e){var r,o=e.libSrcPath,a=e.snappleCTA,s=e.clientId,c=void 0===s?"com.linkedin.LinkedIn.service":s,l=e.redirectURI;if(t(this,i),r=n.call(this),!a)throw TypeError("snappleCTA is required. Please pass the correct CTA element to this Snapple Constructor");if(r.libSrcPath=o,r.clientId=c,r.redirectURI=r._getRedirectURL(l),r.snappleCTA=a,window.AppleID&&window.AppleID.auth&&window.AppleID.auth.init)r._onSnappleLibLoad();else{if(!o)throw TypeError("Snapple lib is not already loaded on the page. libSrcPath is required to load the library");g((function(){v(o,r._onSnappleLibLoad.bind(h(r)))}))}return r}return r(i,[{key:"_onSnappleLibLoad",value:function(){window.AppleID.auth.init({clientId:this.clientId,scope:"name email",redirectURI:this.redirectURI,usePopup:!0});var e=new CustomEvent(te);return this.dispatchEvent(e),Promise.resolve(this._attachEvents())}},{key:"_attachEvents",value:function(){var e=this;this.snappleCTA.addEventListener("click",(function(){return window.AppleID.auth.signIn().then((function(t){var n=new CustomEvent(ne,{detail:t});e.dispatchEvent(n)})).catch((function(t){var n=new CustomEvent(ee,{detail:{type:ee,message:t}});e.dispatchEvent(n)}))}))}},{key:"_getRedirectURL",value:function(e){var t=window.location.host.indexOf("linkedin.com")>-1;return this.redirectURI?e:t?"https://www.linkedin.com/redirect":"https://www.linkedin-ei.com/redirect"}}]),i}(d(EventTarget)),ie={CLIENT_ID:y,EVENTS:E,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:b,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GSI_SELECT_BY:{AUTO:"auto",USER:"user",FEDCM:"fedcm",FECM_AUTO:"fecm_auto",USER_1TAP:"user_1tap",USER_2TAP:"user_2tap",BTN:"btn",BTN_CONFIRM:"btn_confirm",BTN_ADD_SESSION:"btn_add_session",BTN_CONFIRM_ADD_SESSION:"btn_confirm_add_session",ITP_ADD_SESSION:"itp_add_session"},GOT_CONTEXTS:w,GOT_PROMPT_MOMENT_REASONS:_,GOT_PROMPT_MOMENT_TYPES:T},oe={CLIENT_IDS:K,CONTEXTS:Y,EVENTS:X,PROMPT_MOMENT_TYPES:{DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},PROMPT_MOMENT_REASONS:{DISPLAY:{ANOTHER_PROMPT_RUNNING:"another_prompt_running",BROWSER_NOT_SUPPORTED:"browser_not_supported",IN_COOLDOWN_PERIOD:"in_cooldown_period",NON_MSA_PROFILE:"non_msa_profile",UNKNOWN:"unknown"},SKIPPED:{TAP_OUTSIDE:"tap_outside",UNKNOWN:"unknown",USER_CANCELLED:"user_canceled"},DISMISSED:{CANCEL_CALLED:"cancel_called",CREDENTIAL_RETURNED:"credential_returned",CREDENTIAL_OBTAINED_FAILED:"credential_obtained_failed",FLOW_RESTARTED:"flow_restarted"}}};e.GoogleGsi=W,e.GoogleOneTap=M,e.GoogleSignIn=N,e.GoogleSignInConstants=ie,e.MicrosoftAuth=Z,e.MicrosoftSignInConstants=oe,e.SnappleAuth=re,e.SnappleEvents=S,Object.defineProperty(e,"__esModule",{value:!0})})(rd.exports);const{EVENTS:id,GOT_CONTEXTS:od,GOT_PROMPT_MOMENT_REASONS:ad,GOT_PROMPT_MOMENT_TYPES:sd,GSI_ERROR_TYPES:cd}=rd.exports.GoogleSignInConstants,{GOOGLE_USER_FETCHED:ld,PROMPT_MOMENT:ud,GOOGLE_ERROR:dd}=id,{SIGN_IN:hd}=od;ad.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,ad.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,ad.NOT_DISPLAYED.SUPPRESSED_BY_USER,ad.SKIPPED.AUTO_CANCEL,ad.SKIPPED.TAP_OUTSIDE,ad.SKIPPED.USER_CANCEL,Object.freeze({GOOGLE_AUTH_INITIALIZED:"google-auth--initialized",GOOGLE_ONE_TAP_DISPLAYED:"google-one-tap--displayed",GOOGLE_ONE_TAP_ACCOUNT_SELECTED:"google-one-tap--account-selected",GOOGLE_ONE_TAP_USER_DISMISSED:"google-one-tap--user-dismissed",GOOGLE_SIGN_IN_ACCOUNT_SELECTED:"google-sign-in--account-selected"}),Object.freeze({ONE_TAP:"one_tap",ONE_TAP_AUTO_LOGIN:"one-tap-auto-login",BUTTON:"button"}),Object.freeze({GOOGLE_AUTH_NO_SESSION:"GoogleAuthDisabledOrNoSessionError",GOOGLE_AUTH_MISC_ERROR:"GoogleAuthMiscError",GOOGLE_AUTH_INITIALIZATION_ERROR:"GoogleAuthLibraryInitializationError",GOOGLE_AUTH_AUTHENTICATION_ERROR:"GoogleAuthFetchUserInfoError",GOOGLE_AUTH_ONE_TAP_DISPLAYED:"GoogleAuthOneTapShown",GOOGLE_AUTH_ONE_TAP_ACCOUNT_SELECTED:"GoogleAuthOneTapAccountSelected",GOOGLE_AUTH_ONE_TAP_COOLDOWN:"GoogleAuthOneTapOnCooldown",GOOGLE_AUTH_BUTTON_ACCOUNT_SELECTED:"GoogleAuthButtonAccountSelected"});const{EVENTS:fd,PROMPT_MOMENT_REASONS:pd,PROMPT_MOMENT_TYPES:gd}=rd.exports.MicrosoftSignInConstants,{USER_FETCHED:vd,PROMPT_MOMENT:md}=fd;pd.DISPLAY.ANOTHER_PROMPT_RUNNING,pd.DISPLAY.BROWSER_NOT_SUPPORTED,pd.DISPLAY.IN_COOLDOWN_PERIOD,pd.DISPLAY.NON_MSA_PROFILE,pd.SKIPPED.TAP_OUTSIDE,pd.SKIPPED.USER_CANCELLED,Object.freeze({ONE_TAP:"one_tap",BUTTON:"button"});class yd{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},{enablePageViewTracking:r=!1,shouldHideModal:i=(()=>!1),triggerByOutletEl:o=!0,focusElement:a,pageKey:s}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!e)throw new Error("No element passed into to dialog modal");this.el=e,this.modalEl=this.el.querySelector(".modal"),this.modal=new Fs(this.modalEl,{enablePageViewTracking:r,shouldHideModal:i,triggerByOutletEl:o,focusElement:a,pageKey:s}),this._onPrimaryActionClick=t,this.primaryActionBtn=this.el.querySelector(".primary-action"),this.secondaryActionBtn=this.el.querySelector(".secondary-action"),n&&(this._onSecondaryActionClick=n),this.el.querySelector(".dialog-actions").addEventListener("click",this._actionHandler.bind(this))}_actionHandler(e){const t=e.target;if(this.primaryActionBtn&&this.primaryActionBtn.contains(t)){if(this.primaryActionBtn.disabled)return;this._onPrimaryActionClick&&this._onPrimaryActionClick(e)}else this.secondaryActionBtn&&this.secondaryActionBtn.contains(t)&&this._onSecondaryActionClick&&this._onSecondaryActionClick(e);this.modal.close()}}let Ed;function bd(){return Ed||(Ed=new Is),Ed}function wd(e){let{featureName:t,featureMappingToDegradationConfig:n,productName:r}=e;return n[t].map(e=>function(e,t,n){const{degradationKey:r,trackedResponseCodes:i,untrackedResponseCodes:o}=n,a=e;let s={productName:t};return i?s={...s,trackedResponseCodes:i}:o&&(s={...s,untrackedResponseCodes:o}),new Yc(a,r,s)}(t,r,e))}function Td(e,t){var n;return null===(n=window.tracking)||void 0===n?void 0:n.then(n=>{const r=n.generateEnvelope(e,t,{transporterKey:"sponsoredTransporter"});return n.fireEnvelope(r)})}const _d=document.querySelector("#full-page-header-back-button");window.onload=()=>{null==_d||_d.focus()};class Sd{constructor(e){this.storage=void 0===e?localStorage:e}read(e){try{const t=this.storage.getItem(e);if(t)return JSON.parse(t)}catch(e){}return null}write(e,t){try{this.storage.setItem(e,JSON.stringify(t))}catch(e){console.error(e)}}remove(e){try{this.storage.removeItem(e)}catch(e){console.error(e)}}readWithExpiry(e,t){const n=this.read(e+"_lastUpdatedAt");return n&&(new Date).getTime()-n<t?this.read(e):(this.removeWithExpiry(e),null)}writeWithExpiry(e,t){this.write(e,t),this.write(e+"_lastUpdatedAt",(new Date).getTime())}removeWithExpiry(e){this.remove(e),this.remove(e+"_lastUpdatedAt")}}(function(){try{Sd.instance||(Sd.instance=new Sd(localStorage)),Sd.instance}catch{}})(),function(){try{Sd.sessionInstance||(Sd.sessionInstance=new Sd(sessionStorage)),Sd.sessionInstance}catch{}}();class Id extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Id.query,variables:{postUrn:e},successCallback:t,failureCallback:n})}}let Ad;Jo(Id,"query","cb99e660f3455cad5185a1d9543e6bce");s.getInstance().addUnloadCallback(()=>{Ad&&Ad.close(),Ho(document.querySelector("#discard-post-modal")),Ho(document.querySelector("#visibility-settings-modal")),Ho(document.querySelector("#max-images-prompt-modal")),Ho(document.querySelector("#retry-upload-modal"))});Object.freeze({ANDROID:"com.linkedin.android",IOS:"com.linkedin.LinkedIn"});const Cd="PageViewHeartbeatEvent";const kd={PRODUCT_NAME:"Lite-feed",routeMappingToDegradationConfig:{FEED_REPOST:{"publish-repost":[{degradationKey:"publish-repost-failed"}]}}};wd({featureName:"publish-repost",productName:kd.PRODUCT_NAME,featureMappingToDegradationConfig:kd.routeMappingToDegradationConfig.FEED_REPOST});Object.freeze({NEW_REPOST_SUCCESS_EVENT:"Repost:newRepost:success",NEW_REPOST_FAIL_EVENT:"Repost:newRepost:fail"});class Od extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Od.query,variables:{digitalMediaRegisterUploadResponseDataFetcherInput:{imageUrl:e.imageUrl,owner:e.owner,uploadMechanisms:["SYNCHRONOUS_UPLOAD","SINGLE_REQUEST_UPLOAD"],uploadRecipes:[e.recipe]}},successCallback:t,failureCallback:n})}}Jo(Od,"query","20f8e9934e7df62932fd167d87c19b27");var Rd=function(){this.__data__=[],this.size=0};var Nd=function(e,t){return e===t||e!=e&&t!=t},Ld=Nd;var Pd=function(e,t){for(var n=e.length;n--;)if(Ld(e[n][0],t))return n;return-1},Dd=Pd,xd=Array.prototype.splice;var Md=Pd;var Ud=Pd;var Bd=Pd;var Fd=Rd,Hd=function(e){var t=this.__data__,n=Dd(t,e);return!(n<0)&&(n==t.length-1?t.pop():xd.call(t,n,1),--this.size,!0)},jd=function(e){var t=this.__data__,n=Md(t,e);return n<0?void 0:t[n][1]},Gd=function(e){return Ud(this.__data__,e)>-1},qd=function(e,t){var n=this.__data__,r=Bd(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function zd(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}zd.prototype.clear=Fd,zd.prototype.delete=Hd,zd.prototype.get=jd,zd.prototype.has=Gd,zd.prototype.set=qd;var Vd=zd,Wd=Vd;var Kd=function(){this.__data__=new Wd,this.size=0};var Xd=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var Yd=function(e){return this.__data__.get(e)};var Qd=function(e){return this.__data__.has(e)},Jd="object"==typeof W&&W&&W.Object===Object&&W,$d=Jd,Zd="object"==typeof self&&self&&self.Object===Object&&self,eh=$d||Zd||Function("return this")(),th=eh.Symbol,nh=th,rh=Object.prototype,ih=rh.hasOwnProperty,oh=rh.toString,ah=nh?nh.toStringTag:void 0;var sh=function(e){var t=ih.call(e,ah),n=e[ah];try{e[ah]=void 0;var r=!0}catch(e){}var i=oh.call(e);return r&&(t?e[ah]=n:delete e[ah]),i},ch=Object.prototype.toString;var lh=sh,uh=function(e){return ch.call(e)},dh=th?th.toStringTag:void 0;var hh=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":dh&&dh in Object(e)?lh(e):uh(e)};var fh=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},ph=hh,gh=fh;var vh,mh=function(e){if(!gh(e))return!1;var t=ph(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},yh=eh["__core-js_shared__"],Eh=(vh=/[^.]+$/.exec(yh&&yh.keys&&yh.keys.IE_PROTO||""))?"Symbol(src)_1."+vh:"";var bh=function(e){return!!Eh&&Eh in e},wh=Function.prototype.toString;var Th=mh,_h=bh,Sh=fh,Ih=function(e){if(null!=e){try{return wh.call(e)}catch(e){}try{return e+""}catch(e){}}return""},Ah=/^\[object .+?Constructor\]$/,Ch=Function.prototype,kh=Object.prototype,Oh=Ch.toString,Rh=kh.hasOwnProperty,Nh=RegExp("^"+Oh.call(Rh).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Lh=function(e){return!(!Sh(e)||_h(e))&&(Th(e)?Nh:Ah).test(Ih(e))},Ph=function(e,t){return null==e?void 0:e[t]};var Dh=function(e,t){var n=Ph(e,t);return Lh(n)?n:void 0},xh=Dh(eh,"Map"),Mh=Dh(Object,"create"),Uh=Mh;var Bh=function(){this.__data__=Uh?Uh(null):{},this.size=0};var Fh=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Hh=Mh,jh=Object.prototype.hasOwnProperty;var Gh=function(e){var t=this.__data__;if(Hh){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return jh.call(t,e)?t[e]:void 0},qh=Mh,zh=Object.prototype.hasOwnProperty;var Vh=Mh;var Wh=Bh,Kh=Fh,Xh=Gh,Yh=function(e){var t=this.__data__;return qh?void 0!==t[e]:zh.call(t,e)},Qh=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Vh&&void 0===t?"__lodash_hash_undefined__":t,this};function Jh(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Jh.prototype.clear=Wh,Jh.prototype.delete=Kh,Jh.prototype.get=Xh,Jh.prototype.has=Yh,Jh.prototype.set=Qh;var $h=Jh,Zh=Vd,ef=xh;var tf=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var nf=function(e,t){var n=e.__data__;return tf(t)?n["string"==typeof t?"string":"hash"]:n.map},rf=nf;var of=nf;var af=nf;var sf=nf;var cf=function(){this.size=0,this.__data__={hash:new $h,map:new(ef||Zh),string:new $h}},lf=function(e){var t=rf(this,e).delete(e);return this.size-=t?1:0,t},uf=function(e){return of(this,e).get(e)},df=function(e){return af(this,e).has(e)},hf=function(e,t){var n=sf(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function ff(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}ff.prototype.clear=cf,ff.prototype.delete=lf,ff.prototype.get=uf,ff.prototype.has=df,ff.prototype.set=hf;var pf=Vd,gf=xh,vf=ff;var mf=Vd,yf=Kd,Ef=Xd,bf=Yd,wf=Qd,Tf=function(e,t){var n=this.__data__;if(n instanceof pf){var r=n.__data__;if(!gf||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new vf(r)}return n.set(e,t),this.size=n.size,this};function _f(e){var t=this.__data__=new mf(e);this.size=t.size}_f.prototype.clear=yf,_f.prototype.delete=Ef,_f.prototype.get=bf,_f.prototype.has=wf,_f.prototype.set=Tf;var Sf=_f,If=Dh,Af=function(){try{var e=If(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Cf=Af;var kf=function(e,t,n){"__proto__"==t&&Cf?Cf(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},Of=kf,Rf=Nd;var Nf=function(e,t,n){(void 0!==n&&!Rf(e[t],n)||void 0===n&&!(t in e))&&Of(e,t,n)};var Lf=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var c=a[e?s:++i];if(!1===n(o[c],c,o))break}return t}}(),Pf={exports:{}};!function(e,t){var n=eh,r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=a?a(n):new e.constructor(n);return e.copy(r),r}}(Pf,Pf.exports);var Df=eh.Uint8Array;var xf=function(e){var t=new e.constructor(e.byteLength);return new Df(t).set(new Df(e)),t};var Mf=function(e,t){var n=t?xf(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var Uf=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t},Bf=fh,Ff=Object.create,Hf=function(){function e(){}return function(t){if(!Bf(t))return{};if(Ff)return Ff(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var jf=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object),Gf=Object.prototype;var qf=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Gf)},zf=Hf,Vf=jf,Wf=qf;var Kf=function(e){return"function"!=typeof e.constructor||Wf(e)?{}:zf(Vf(e))};var Xf=function(e){return null!=e&&"object"==typeof e},Yf=hh,Qf=Xf;var Jf=function(e){return Qf(e)&&"[object Arguments]"==Yf(e)},$f=Xf,Zf=Object.prototype,ep=Zf.hasOwnProperty,tp=Zf.propertyIsEnumerable,np=Jf(function(){return arguments}())?Jf:function(e){return $f(e)&&ep.call(e,"callee")&&!tp.call(e,"callee")},rp=Array.isArray;var ip=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},op=mh,ap=ip;var sp=function(e){return null!=e&&ap(e.length)&&!op(e)},cp=sp,lp=Xf;var up=function(e){return lp(e)&&cp(e)},dp={exports:{}};var hp=function(){return!1};!function(e,t){var n=eh,r=hp,i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||r;e.exports=s}(dp,dp.exports);var fp=hh,pp=jf,gp=Xf,vp=Function.prototype,mp=Object.prototype,yp=vp.toString,Ep=mp.hasOwnProperty,bp=yp.call(Object);var wp=function(e){if(!gp(e)||"[object Object]"!=fp(e))return!1;var t=pp(e);if(null===t)return!0;var n=Ep.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&yp.call(n)==bp},Tp=hh,_p=ip,Sp=Xf,Ip={};Ip["[object Float32Array]"]=Ip["[object Float64Array]"]=Ip["[object Int8Array]"]=Ip["[object Int16Array]"]=Ip["[object Int32Array]"]=Ip["[object Uint8Array]"]=Ip["[object Uint8ClampedArray]"]=Ip["[object Uint16Array]"]=Ip["[object Uint32Array]"]=!0,Ip["[object Arguments]"]=Ip["[object Array]"]=Ip["[object ArrayBuffer]"]=Ip["[object Boolean]"]=Ip["[object DataView]"]=Ip["[object Date]"]=Ip["[object Error]"]=Ip["[object Function]"]=Ip["[object Map]"]=Ip["[object Number]"]=Ip["[object Object]"]=Ip["[object RegExp]"]=Ip["[object Set]"]=Ip["[object String]"]=Ip["[object WeakMap]"]=!1;var Ap=function(e){return Sp(e)&&_p(e.length)&&!!Ip[Tp(e)]};var Cp=function(e){return function(t){return e(t)}},kp={exports:{}};!function(e,t){var n=Jd,r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r&&n.process,a=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(kp,kp.exports);var Op=Ap,Rp=Cp,Np=kp.exports,Lp=Np&&Np.isTypedArray,Pp=Lp?Rp(Lp):Op;var Dp=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},xp=kf,Mp=Nd,Up=Object.prototype.hasOwnProperty;var Bp=function(e,t,n){var r=e[t];Up.call(e,t)&&Mp(r,n)&&(void 0!==n||t in e)||xp(e,t,n)},Fp=kf;var Hp=function(e,t,n,r){var i=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=r?r(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),i?Fp(n,s,c):Bp(n,s,c)}return n};var jp=/^(?:0|[1-9]\d*)$/;var Gp=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&jp.test(e))&&e>-1&&e%1==0&&e<t},qp=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r},zp=np,Vp=rp,Wp=dp.exports,Kp=Gp,Xp=Pp,Yp=Object.prototype.hasOwnProperty;var Qp=function(e,t){var n=Vp(e),r=!n&&zp(e),i=!n&&!r&&Wp(e),o=!n&&!r&&!i&&Xp(e),a=n||r||i||o,s=a?qp(e.length,String):[],c=s.length;for(var l in e)!t&&!Yp.call(e,l)||a&&("length"==l||i&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Kp(l,c))||s.push(l);return s};var Jp=fh,$p=qf,Zp=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},eg=Object.prototype.hasOwnProperty;var tg=Qp,ng=function(e){if(!Jp(e))return Zp(e);var t=$p(e),n=[];for(var r in e)("constructor"!=r||!t&&eg.call(e,r))&&n.push(r);return n},rg=sp;var ig=function(e){return rg(e)?tg(e,!0):ng(e)},og=Hp,ag=ig;var sg=Nf,cg=Pf.exports,lg=Mf,ug=Uf,dg=Kf,hg=np,fg=rp,pg=up,gg=dp.exports,vg=mh,mg=fh,yg=wp,Eg=Pp,bg=Dp,wg=function(e){return og(e,ag(e))};var Tg=Sf,_g=Nf,Sg=Lf,Ig=function(e,t,n,r,i,o,a){var s=bg(e,n),c=bg(t,n),l=a.get(c);if(l)sg(e,n,l);else{var u=o?o(s,c,n+"",e,t,a):void 0,d=void 0===u;if(d){var h=fg(c),f=!h&&gg(c),p=!h&&!f&&Eg(c);u=c,h||f||p?fg(s)?u=s:pg(s)?u=ug(s):f?(d=!1,u=cg(c,!0)):p?(d=!1,u=lg(c,!0)):u=[]:yg(c)||hg(c)?(u=s,hg(s)?u=wg(s):mg(s)&&!vg(s)||(u=dg(c))):d=!1}d&&(a.set(c,u),i(u,c,r,o,a),a.delete(c)),sg(e,n,u)}},Ag=fh,Cg=ig,kg=Dp;var Og=function e(t,n,r,i,o){t!==n&&Sg(n,(function(a,s){if(o||(o=new Tg),Ag(a))Ig(t,n,s,r,e,i,o);else{var c=i?i(kg(t,s),a,s+"",t,n,o):void 0;void 0===c&&(c=a),_g(t,s,c)}}),Cg)};var Rg=function(e){return e};var Ng=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)},Lg=Math.max;var Pg=function(e,t,n){return t=Lg(void 0===t?e.length-1:t,0),function(){for(var r=arguments,i=-1,o=Lg(r.length-t,0),a=Array(o);++i<o;)a[i]=r[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=r[i];return s[t]=n(a),Ng(e,this,s)}};var Dg=function(e){return function(){return e}},xg=Af,Mg=xg?function(e,t){return xg(e,"toString",{configurable:!0,enumerable:!1,value:Dg(t),writable:!0})}:Rg,Ug=Date.now;var Bg=function(e){var t=0,n=0;return function(){var r=Ug(),i=16-(r-n);if(n=r,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(Mg),Fg=Rg,Hg=Pg,jg=Bg;var Gg=Nd,qg=sp,zg=Gp,Vg=fh;var Wg=function(e,t){return jg(Hg(e,t,Fg),e+"")},Kg=function(e,t,n){if(!Vg(n))return!1;var r=typeof t;return!!("number"==r?qg(n)&&zg(t,n.length):"string"==r&&t in n)&&Gg(n[t],e)};var Xg=Og;Yg=function(e,t,n){Xg(e,t,n)},Wg((function(e,t){var n=-1,r=t.length,i=r>1?t[r-1]:void 0,o=r>2?t[2]:void 0;for(i=Yg.length>3&&"function"==typeof i?(r--,i):void 0,o&&Kg(t[0],t[1],o)&&(i=r<3?void 0:i,r=1),e=Object(e);++n<r;){var a=t[n];a&&Yg(e,a,n,i)}return e}));var Yg;function Qg(e){const t=e.getBoundingClientRect();let{top:n,left:r}=t;const{right:i,bottom:o,width:a,height:s,x:c,y:l}=t;return n+=document.documentElement.scrollTop||document.body.scrollTop,r+=document.documentElement.scrollLeft||document.body.scrollLeft,{top:n,right:i,bottom:o,left:r,width:a,height:s,x:c,y:l}}function Jg(e,t,n){const r=Qg(e),i=Qg(t),o=Qg(n),a=r.top-o.top-n.clientTop-i.height+r.height,s=r.left-o.left-n.clientLeft-i.width+r.width;return{boundingCoordinates:r,elementCoordinates:i,elemOffsetParentCoordinates:o,topMinLimit:a,leftMinLimit:s,elemTop:i.top-o.top,elemLeft:i.left-o.left,topMaxLimit:a-r.height+i.height,leftMaxLimit:s-r.width+i.width}}document.querySelector(".upload-progress"),document.querySelector("#progressVal");const $g="data-draggable-initialized",Zg="touchstart",ev="touchmove",tv="touchend";class nv{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=this.onTouchStart.bind(this);if(this.options=e,!e.element||1!==e.element.nodeType)throw new Error("pass valid draggable element");if(this.draggableElementEl=e.element,e.boundingParent&&1===e.boundingParent.nodeType){if(!e.boundingParent.contains(e.element))throw new Error("pass a proper ancestor element");this.boundingParentEl=e.boundingParent}else this.boundingParentEl=document.body;nv.isDraggable(this.draggableElementEl)||this.draggableElementEl.addEventListener(Zg,t),this.draggableElementEl.setAttribute($g,!0)}dragElement(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];const i=n>0?Math.min(e.topMaxLimit,e.elemTop+n):Math.max(e.topMinLimit,e.elemTop+n),o=t>0?Math.min(e.leftMaxLimit,e.elemLeft+t):Math.max(e.leftMinLimit,e.elemLeft+t);this.draggableElementEl.style.left=o+"px",this.draggableElementEl.style.top=i+"px",this.options.onDrag instanceof Function&&this.options.onDrag(e.boundingCoordinates.left-o-e.elemOffsetParentCoordinates.left,e.boundingCoordinates.top-i-e.elemOffsetParentCoordinates.top,r)}onTouchMove(e){const t=!!e.touches;if(e.preventDefault(),this.isMoving||(this.isMoving=!0),t&&1===e.touches.length){const t=e.touches[0].clientX-this._startClientX,n=e.touches[0].clientY-this._startClientY;this.dragElement.call(this,this.limits,t,n)}}onTouchStart(e){this.limits=Jg(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),this.isMoving=!1;const t=this.onTouchMove.bind(this),n=!!e.touches;this._startClientX=n?e.touches[0].clientX:e.clientX,this._startClientY=n?e.touches[0].clientY:e.clientY,e.preventDefault(),document.addEventListener(ev,t),document.addEventListener(tv,(function e(){document.removeEventListener(ev,t),document.removeEventListener(tv,e)}))}moveTo(e,t){const n=Jg(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),r=e+n.boundingCoordinates.left-n.elementCoordinates.left,i=t+n.boundingCoordinates.top-n.elementCoordinates.top;this.dragElement.call(this,n,r,i,!1)}}nv.isDraggable=function(e){return!!e.getAttribute($g)};const rv="data-zoomable-initialized",iv="touchstart",ov="touchmove",av="touchend";class sv{constructor(e){const t=this.onTouchStart.bind(this);if(this.options=e,!e.element||1!==e.element.nodeType)throw new Error("pass valid zoomable element");if(!(e.scaleElement&&e.scaleElement instanceof Function))throw new Error("pass valid function to scale element");if(!(e.getMinDimensions&&e.getMinDimensions instanceof Function))throw new Error("pass valid function to get minimum dimensions");if(this.zoomableElement=e.element,e.boundingParent&&1===e.boundingParent.nodeType){if(!e.boundingParent.contains(e.element))throw new Error("pass a proper ancestor element");this.boundingParent=e.boundingParent}else this.boundingParent=document.body;sv.isZoomable(this.zoomableElement)||(this.zoomableElement.addEventListener(iv,t),this.zoomableElement.setAttribute(rv,!0))}scaleElement(e,t){if(1===e)return;this.limits=Jg(this.boundingParent,this.zoomableElement,this.zoomableElement.offsetParent);let n=this.limits.elementCoordinates.width*e,r=this.limits.elementCoordinates.height*e;if(n<this.limits.boundingCoordinates.width||r<this.limits.boundingCoordinates.height){const t=this.options.getMinDimensions();r=t.height,n=t.width,e=r/this.limits.elementCoordinates.height}let i=this.limits.elemLeft-(t.clientX-this.limits.elementCoordinates.left)*(e-1),o=this.limits.elemTop-(t.clientY-this.limits.elementCoordinates.top)*(e-1);const a=this.limits.leftMinLimit-this.zoomableElement.offsetWidth*(e-1),s=this.limits.leftMaxLimit,c=this.limits.topMinLimit-this.zoomableElement.offsetHeight*(e-1),l=this.limits.topMaxLimit;i<a?i=a:i>s&&(i=s),o<c?o=c:o>l&&(o=l),this.options.scaleElement(n,r,this.limits.boundingCoordinates.left-i-this.limits.elemOffsetParentCoordinates.left,this.limits.boundingCoordinates.top-o-this.limits.elemOffsetParentCoordinates.top),this.zoomableElement.style.left=i+"px",this.zoomableElement.style.top=o+"px"}onTouchMove(e){if(e.preventDefault(),2===e.touches.length){const t=Math.sqrt((e.touches[0].clientX-e.touches[1].clientX)*(e.touches[0].clientX-e.touches[1].clientX)+(e.touches[0].clientY-e.touches[1].clientY)*(e.touches[0].clientY-e.touches[1].clientY));if(this._startDistance>0){const n=t/this._startDistance,r=e.touches[0];this.scaleElement.call(this,n,r)}this._startDistance=t}}onTouchStart(e){e.preventDefault();const t=this.onTouchMove.bind(this);2===e.touches.length?this._startDistance=Math.sqrt((e.touches[0].x-e.touches[1].x)*(e.touches[0].x-e.touches[1].x)+(e.touches[0].y-e.touches[1].y)*(e.touches[0].y-e.touches[1].y)):this._startDistance=0,document.addEventListener(ov,t),document.addEventListener(av,(function e(){document.removeEventListener(ov,t),document.removeEventListener(av,e)}))}}sv.isZoomable=function(e){return!!e.getAttribute(rv)};class cv extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:cv.query,variables:{successRedirectUrl:e},successCallback:t,failureCallback:n})}}Jo(cv,"query","5f93d1d6b933cfbfdf7b0a80dedfb3f4");class lv extends Rs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:()=>{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};return this.executeAction({queryId:lv.query,successCallback:e,failureCallback:t})}}Jo(lv,"query","da4a9ce2de842c1abe01ca37ea9271ee");const uv=/^\d{4,15}$/,dv=/[-\s+().]/g,hv=/^\S+@\S+\.\S+$/,fv=/[,]|.*@.*@/,pv="MinLength",gv="MaxLength",vv="Regex",mv="Required",yv="RegexAllow",Ev=e=>e&&hv.test(e)&&!fv.test(e),bv={SPECIAL_CHARS:{pattern:/([!@#$%^&*+=|<>?:;\\])/,errorCode:"SpecialChars"},URL_KEYWORDS:{pattern:/(https?(:\/\/)?|www\.)/i,errorCode:"UrlKeywords"},EMAIL:{errorCode:"Email",validate:Ev},WORK_EMAIL:{errorCode:"WorkEmail",validate:e=>Ev(e)&&!["gmail","hotmail","yahoo","qq","outlook","aol","mail","icloud","163"].some(t=>e.includes(`@${t}.`))},PHONE_NUMBER:{errorCode:"PhoneNumber",validate(e){const t=e.replace(dv,"");return!(!t||!uv.test(t))}}},wv="EMAIL_ADDRESS",Tv="PHONE_NUMBER",_v="WORK_EMAIL",Sv="consentUnchecked",Iv={INPUT:"INPUT",SELECT:"SELECT"},Av="text",Cv="checkbox";function kv(e){return Object.keys(Iv).includes(e.tagName)}function Ov(e){const t=function(e){const t=[],{minLength:n,maxLength:r,inputType:i}=e.dataset;let o;switch(i){case wv:t.push({type:yv,RegexAllow:[bv.EMAIL]});break;case _v:t.push({type:yv,RegexAllow:[bv.WORK_EMAIL]});break;case Tv:o=e.value.replace(/ /g,""),t.push({type:yv,RegexAllow:[bv.PHONE_NUMBER]})}return e.required&&t.push({type:mv}),n&&t.push({type:pv,MinLength:n}),r&&t.push({type:gv,MaxLength:r}),{value:o||e.value,ruleSet:t}}(e),n=t.value;return t.ruleSet.map(e=>((e,t)=>{const n=t.trim();if(e)switch(e.type){case mv:if(0===n.length)return mv;break;case pv:if(n.length<e[pv])return pv;break;case gv:if(n.length>e[gv])return gv;break;case vv:for(let t=0;t<e[vv].length;t++){var r,i,o,a;if(!0===(null===(r=e[vv][t])||void 0===r||null===(i=r.validate)||void 0===i?void 0:i.call(r,n))||!0===(null===(o=e[vv][t])||void 0===o||null===(a=o.pattern)||void 0===a?void 0:a.test(n)))return vv+e[vv][t].errorCode}break;case yv:for(let t=0;t<e[yv].length;t++){var s,c,l,u;if(!1===(null===(s=e[yv][t])||void 0===s||null===(c=s.validate)||void 0===c?void 0:c.call(s,n))||!1===(null===(l=e[yv][t])||void 0===l||null===(u=l.pattern)||void 0===u?void 0:u.test(n)))return yv+e[yv][t].errorCode}}})(e,n)).filter(e=>!!e)}function Rv(e,t){return t&&!e?Sv:null}const Nv=(e,t)=>parseInt(t.split(e)[1]);function Lv(e,t){return document.getElementById(e.id+"-strings").dataset["str"+t]}const Pv=(e,t)=>({questionId:e,textQuestionAnswer:{answer:t}}),Dv=(e,t)=>({questionId:e,multipleChoiceAnswer:{options:[{index:t}]}}),xv=(e,t)=>({question:e,multipleChoiceAnswer:{options:[t]}});function Mv(e,t){const n=e.id+"_",r=n+"q",i=n+"c",o=Qo("hasDecoratedLeadGenFormData");return new Promise((n,a)=>{const s=[];let c,l;const{urn:u,legalInfoUrn:d,leadType:h,associatedEntityUrn:f,ownerUrn:p,submitter:g}=e.dataset;l=t?`lTrk=${t}&action=leadFormSubmit&activityType=sponsored`:e.dataset.leadTrackingParams,l||(c=e.closest("[data-lead-tracking-params]"),l=c.dataset.leadTrackingParams);const v={formResponse:{adFormUrn:u,submittedAt:Date.now(),answers:[],consentResponses:[]},trackingUrl:l,trackingAction:"LEAD_FORM_CLICK"},m={associatedEntity:f,form:u,legalInfoUrn:d,leadType:h,owner:p,formResponse:{answers:[],consentResponses:[]},leadTrackingParams:l,submittedAt:Date.now(),...null!=g&&g.length?{submitter:g}:{}};return Array.from(e).filter(kv).forEach(e=>{let t;if(e.tagName===Iv.SELECT)t=((e,t,n)=>{const r=Nv(e,t.id),i=t.selectedIndex;return{response:n?xv(r,i):Dv(r,i)}})(r,e,o),o?m.formResponse.answers.push(t.response):v.formResponse.answers.push(t.response);else if(e.type===Av)if(t=((e,t,n)=>{const r=Nv(e,t.id),i=Ov(t);return 0!==i.length?{errors:i}:{response:n?(o=r,a=t.value,{question:o,textQuestionAnswer:{answer:a}}):Pv(r,t.value)};var o,a})(r,e,o),t.response)o?m.formResponse.answers.push(t.response):v.formResponse.answers.push(t.response);else{const n=t.errors[0];s.push({element:e,errorType:n})}else e.type===Cv&&(t=((e,t,n,r,i)=>{const o=Nv(e,t),a=Rv(n,r);return a?{errors:a}:{response:{[i?"consent":"consentId"]:o,accepted:n}}})(i,e.id,e.checked,e.required,o),t.response?o?m.formResponse.consentResponses.push(t.response):v.formResponse.consentResponses.push(t.response):s.push({element:e,errorType:t.errors}))}),0===s.length?n(o?m:v):a(s)})}class Uv extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Uv.query,variables:e,successCallback:t,failureCallback:n})}}Jo(Uv,"query","0a321276f8bcd90441cffeb1ab648fa1");const Bv="VIEW_FORM",Fv=".lead-gen-input-container",Hv=".error-text",jv=".submit-btn",Gv="input-error",qv="checkbox-input",zv="inputbox-input";class Vv{constructor(e){let{isLivePreview:t=!1,encodedLeadGenFormTrackingContext:n,encryptedTrackingData:r,pemDegradationTrackingMetadata:i,persistFormOnSubmit:o,responseEndpoint:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("containerEl is not present");Xo("lead-gen-form__description-content-truncated",".lead-gen-form__description-btn-truncation",e),this.containerEl=e,this.formEl=e.querySelector("form"),this.formContentEl=e.querySelector(".lead-gen-form__content"),this.postSubmissionInfoEl=e.querySelector(".lead-gen-form__post-submission"),this.submitBtn=this.formEl.querySelector(jv),this.persistFormOnSubmit=o,this.encryptedTrackingData=r,this.encodedLeadGenFormTrackingContext=n,a&&(this.leadGenResponseMutation=new Uv(a,i)),t||this._bindInputHandlers(),this.encodedLeadGenFormTrackingContext&&!t&&(this._initClickTracking(),this._initViewTracking())}showPostSubmissionInfo(){Ho(this.formContentEl),this.postSubmissionInfoEl&&jo(this.postSubmissionInfoEl)}hideForm(){Ho(this.formContentEl)}enableSubmit(){Vo(this.submitBtn)}_clearFormErrors(){Array.from(this.formEl).filter(kv).map(e=>this._hideError(e))}_submitForm(){this._clearFormErrors(),Mv(this.formEl,this.encryptedTrackingData).then(e=>{if(zo(this.submitBtn),this.leadGenResponseMutation){const t=this.leadGenResponseMutation.execute(e);y(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,t)}else y(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,e);this.persistFormOnSubmit||this.hideForm()}).catch(e=>{e.forEach(e=>this._setAndShowError(e.element,e.errorType));const t=e[0];if(t){t.element.focus();H(Lv(t.element,t.errorType),F.ASSERTIVE)}})}_hideError(e){if(e){const t=e.closest(Fv),n=t.querySelector(Hv);Ho(n),t.classList.remove(Gv),e.removeAttribute("aria-invalid"),n.removeAttribute("role")}}_isError(e){var t;return null==e||null===(t=e.closest(Fv))||void 0===t?void 0:t.classList.contains(Gv)}_setAndShowError(e,t){if(e){const n=Lv(e,t),r=e.closest(Fv),i=r.querySelector(Hv);i.innerText=n,jo(i),r.classList.add(Gv),i.setAttribute("role","alert"),e.setAttribute("aria-invalid","true")}}_handleInputError(e){let t;if(this._hideError(e),e.type===Cv)t=Rv(e.checked,e.required);else if(e.type===Av){const n=Ov(e);n&&n.length&&(t=n[0])}t&&this._setAndShowError(e,t)}_bindInputHandlers(){this.formEl.addEventListener("click",e=>{e.target.classList.contains(qv)&&this._handleInputError(e.target)}),this.formEl.addEventListener("keyup",e=>{e.target.classList.contains(zv)&&this._handleInputError(e.target)}),this.submitBtn.addEventListener("click",e=>{e.preventDefault(),this._submitForm()})}fireInFormLeadGenTracking(e,t){!this.encryptedTrackingData&&t||function(e){let{actionType:t,serializedLeadGenFormTrackingContext:n,encryptedTrackingData:r}=e;const i=_(document,{skipSuffix:!0}),o=`${i}-${null==t?void 0:t.toLowerCase()}`,a=fo(i);r?Td("LeadGenFormClientActionEvent",{...a,sponsoredTrackingInfo:{sponsoredEventHeader:{encryptedTrackingData:r}},actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n}):window.tracking.then(e=>{e.fireTrackingEvent("LeadGenFormClientActionEvent",{...a,actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n})})}({actionType:e,serializedLeadGenFormTrackingContext:this.encodedLeadGenFormTrackingContext,encryptedTrackingData:this.encryptedTrackingData})}_initViewTracking(){const e=Bv,t=this.containerEl.closest('[data-id="main-feed-card"]');this.fireInFormLeadGenTracking(e,t)}_initClickTracking(){this.containerEl.addEventListener("click",e=>{const t=e.target.closest("[data-lgf-action-type]"),n=e.target.closest('[data-id="main-feed-card"]');if(t){const r=t.dataset.lgfActionType;if(n&&("consent_link"===e.target.dataset.feedControl||"legal_disclaimer_link"===e.target.dataset.feedControl))return;this.fireInFormLeadGenTracking(r,n)}})}}Jo(Vv,"LEAD_GEN_SUBMIT_EVENT","FormModal:LeadGen:submit");class Wv{constructor(e,t){if(!e)throw Error("Missing FollowMutation endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}execute(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return Os({endpoint:this.endpoint,queryId:Wv.query,variables:{followState:e,to:t},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;n(JSON.parse(t).graphQL)}).catch(r)}}Jo(Wv,"query","cbed571fffd8cea15209aed8d44e6759");const Kv=Object.freeze({APPRECIATION:"APPRECIATION",ASSENT:"ASSENT",CELEBRATION:"CELEBRATION",EMPATHY:"EMPATHY",ENTERTAINMENT:"ENTERTAINMENT",INSPIRATION:"INSPIRATION",INTEREST:"INTEREST",LIKE:"LIKE",MAYBE:"MAYBE",PRAISE:"PRAISE",UNKNOWN:"UNKNOWN",USEFULNESS:"USEFULNESS"});Object.freeze(Object.values(Kv));const Xv="CREATE",Yv="UPDATE";class Qv{constructor(e,t){if(!e)throw Error("Missing ReactionMutation endpoint");t&&(this.pemDegradationTrackingMetadata=t,this.isPemEnabled=!0),this.endpoint=e}execute(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{},i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{};const o={endpoint:this.endpoint,queryId:Qv.query,variables:{entityUrn:t,action:n},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled};return n!==Xv&&n!==Yv||(o.variables.reactionType=e),Os(o).then(e=>{const{responseText:t}=e;r(JSON.parse(t).graphQL)}).catch(i)}}Jo(Qv,"query","070ee23fd6fb77f92ac08f964ae1df29");new Set(["attributed-text-segment-list__content-truncated","attributed-text-segment-list__content-truncated-10","attributed-text-segment-list__content-truncated-20"]);Object.freeze({NEW_COMMENT_CREATE_EVENT:"Comment:newComment:create",NEW_COMMENT_SUCCESS_EVENT:"Comment:newComment:success",NEW_COMMENT_FAIL_EVENT:"Comment:newComment:fail"});Object.freeze({HTML:"html",TEXT:"text",DATA:"data"}),Object.freeze({DESKTOP:"desktop",IOS:"ios",ANDROID:"android"});HTMLElement;"light".toUpperCase();const Jv={PRIMARY_ACTION:"PRIMARY_ACTION",SECONDARY_ACTION:"SECONDARY_ACTION",SKIP:"SKIP",DISMISS:"DISMISS"},$v={PAGE_IMPRESSION:"PAGE_IMPRESSION",WIDGET_IMPRESSION:"WIDGET_IMPRESSION",WIDGET_ACTION:"WIDGET_ACTION"};var Zv=Object.freeze({__proto__:null,ACTION_CATEGORY:Jv,EVENT_TYPE:$v,LEGO_TRACKING_URLS:{LEGO_PAGE_IMPRESSION_EVENT:"/mwlite/lego/sendPageImpressionEvent/",LEGO_WIDGET_IMPRESSION_EVENT:"/mwlite/lego/sendWidgetImpressionEvent/",LEGO_WIDGET_ACTION_EVENT:"/mwlite/lego/sendWidgetActionEvent/"},fireLegoEvent:function(e,t){z(e,{method:"POST",postData:JSON.stringify(t),headers:{"Content-Type":"application/json"}}).catch(()=>{})}});class em extends Rs{constructor(){super(...arguments)}execute(e){let{eventType:t,trackingToken:n,widgetActionCategory:r}=e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:em.query,variables:{eventType:t,trackingToken:n,widgetActionCategory:r},successCallback:i,failureCallback:o})}}Jo(em,"query","48f4c814e38d5689b7c83a29c9676972");const tm=2e3;function nm(e){const t=b(e);return void 0!==t&&!t}class rm{constructor(e){let{globalDocument:t=document,globalWindow:n=window,heartbeatDuration:r=tm}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t||!n)return;this.tracking=e,this.document=t,this.window=n,this.heartbeatDuration=r,this._firePageViewHeartbeatEvent=this._firePageViewHeartbeatEvent.bind(this);const i=void 0!==this.document.msHidden?"msvisibilitychange":"visibilitychange";this.document.addEventListener(i,()=>this._documentVisibilityChangeHeartbeatHandler(),!0),this.window.addEventListener("beforeunload",()=>{nm(this.document)&&this._firePageViewHeartbeatEvent()},!0),nm(this.document)&&this._startPageViewHeartbeatInterval()}_startPageViewHeartbeatInterval(){this._pageViewHeartbeatStartTime=Date.now(),this._pageViewHeartbeat=this.window.setInterval(this._firePageViewHeartbeatEvent,this.heartbeatDuration)}_documentVisibilityChangeHeartbeatHandler(){const e=b(this.document);void 0!==e&&(e?(this._firePageViewHeartbeatEvent(),clearInterval(this._pageViewHeartbeat)):this._startPageViewHeartbeatInterval())}_firePageViewHeartbeatEvent(){const e=Date.now();this.tracking.fireTrackingEvent(Cd,{header:{},requestHeader:{},startTime:this._pageViewHeartbeatStartTime},{header:{time:e}}),this._pageViewHeartbeatStartTime=e}}Object.freeze({EVENT_FALLBACK_UI_SHOWN:"fallback-ui-shown"});const im=document.querySelector("#share-modal .textarea"),om=document.querySelector(".image-preview-wrapper"),am=document.querySelector("#share-modal .modal-content .reshare-section"),sm=document.querySelector(".post-button"),cm=document.querySelector("#comments-enabled"),lm=document.querySelector("#share-with-public"),um=document.querySelector(".post-settings-wrapper"),dm=document.querySelector('input[name="share-with"]:checked'),hm=document.querySelector("#share-modal .close-button"),fm=document.querySelector("#visibility-settings-modal"),pm=document.querySelector("#visibility-header-back .close-button"),gm=document.querySelector("#visibility-settings-modal .settings-list-wrapper"),vm=document.querySelector("#discard-post-modal-wrapper"),mm=document.querySelector("#share-modal"),ym=document.querySelector(".modal-spinner"),Em=document.querySelector("#share-modal .textarea"),bm=document.querySelector("#share-with-groups");document.querySelector("#share-group-urn");const wm=document.querySelector("#share-with-network");class Tm extends Fs{updatePostButtonStatus(){var e;const t=null===(e=im.innerText)||void 0===e?void 0:e.trim().length,n="loaded"===om.getAttribute("data-image-load-state"),r=am.children.length;t||n||r?Vo(sm):zo(sm)}clearModalContentBase(){am&&(am.textContent=""),im&&(im.textContent=""),cm&&(cm.checked=!0),lm&&(lm.checked=!0,um.setAttribute("data-post-visibility",dm.value))}historyBackClickHandler(){"share-modal"!==window.history.state&&"typeahead"!==window.history.state&&(window.history.pushState("share-modal","show-share-modal","#share-modal"),hm.click())}bindVisibilityModalEvents(){function e(e){const t=e.target,n=t.closest("[data-control-action]")||t.querySelector("[data-control-action]");n&&window.tracking.then(e=>{e.fireControlInteractionEvent(n.getAttribute("data-control-action"))})}fm.addEventListener("close",()=>{um.setAttribute("data-post-visibility",document.querySelector('input[name="share-with"]:checked').value)}),pm.addEventListener("click",()=>window.history.back()),gm.addEventListener("click",t=>e(t)),gm.addEventListener("keydown",t=>{if(13===t.keyCode){const n=t.target.querySelector("input[type=radio]");n&&(n.checked=!0,e(t))}})}discardPostConfirmationModalPrimaryActionCallback(e){let{enableHistoryBack:t}=e;this.close({enableHistoryBack:t}),Wo()&&"discard-post-modal"===window.history.state&&setTimeout(()=>{window.history.back()},100)}postSettingsClickHandler(){window.tracking.then(e=>{e.fireControlInteractionEvent("post-settings")}),this.visibilitySettingsModal.open()}}class _m extends Tm{constructor(e,t){let{endpoint:n="",enablePageViewTracking:r=!1,shouldHideModal:i=(()=>!1),triggerByOutletEl:o=!1,pushState:a=!1,historyUpdateUrl:s}=t;super(e,{enablePageViewTracking:r,shouldHideModal:i,triggerByOutletEl:o,pushState:a}),this.el=e,this.postData={},this.endpoint=n,this.historyUpdateUrl=s,this.postUrn=Qo("ugcPostUrn"),this.openShareModalByLink=this._checkIfOpenShareModalByLink(),this.bindPublishingShareEvents(),this.visibilitySettingsModal=new Fs(fm,{triggerByOutletEl:!1}),this.handleOpenByUrl()}bindPublishingShareEvents(){this.shareTextEvents(),this.bindShareModalEvents(),this.bindVisibilityModalEvents()}_checkIfOpenShareModalByLink(){const e=new URL(location.href);return!0===Boolean(e.searchParams.get("openShareModal"))}handleOpenByUrl(){this.openShareModalByLink&&this.open()}shareTextEvents(){const e=v(this.updatePostButtonStatus,300);Em.addEventListener("input",e)}bindShareModalEvents(){const e=new yd(vm,this.discardPostConfirmationModalPrimaryActionCallback.bind(this,{enableHistoryBack:!this.openShareModalByLink}),()=>{},{enablePageViewTracking:!0,pageKey:"article_discard_confirmation",triggerByOutletEl:!1});mm.addEventListener("open",()=>{im.focus()}),mm.addEventListener("close",()=>{this.clearModalContentBase(),Ho(ym)}),sm.addEventListener("click",()=>{this.processPostData()}),hm.addEventListener("click",()=>{sm.disabled?this.close():e.modal.open()}),um.addEventListener("click",this.postSettingsClickHandler.bind(this)),um.addEventListener("keydown",e=>{13===e.keyCode&&this.postSettingsClickHandler.apply(this)})}open(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{defaultText:n}=t;this.historyUpdateUrl&&window.history.replaceState({},document.title,this.historyUpdateUrl),super.open(),this._checkIfOpenShareModalByLink()&&this._removeShareParams(),this.renderShareArticleShareSection(),Ko()&&window.scrollTo(0,0),n&&(Em.textContent=n),this.shareData={},this.historyUpdateUrl&&window.history.replaceState({},document.title,this.historyUpdateUrl),this.isNewPost=!1,this.postUrn&&(this.shareData.reshareUrn=this.postUrn,this.shareData.attributedShareUrn=this.postUrn),null===(e=window.lazyloader)||void 0===e||e.then(e=>{e.refreshLoader()}),this.updatePostButtonStatus()}renderShareArticleShareSection(){const e=this.el.querySelector("#share-modal .modal-content .reshare-section");e.children.length?this.shareArticleNodeChild=e.children[0].cloneNode(!0):e.appendChild(this.shareArticleNodeChild)}composePostData(){this.shareData.text=Em.textContent,this.shareData.visibility="PUBLIC",bm&&(this.shareData.visibility="CONTAINER",this.shareData.containerEntity=bm.value),wm.checked&&(this.shareData.visibility="CONNECTIONS")}processPostData(){jo(ym),this.composePostData(),Os({endpoint:this.endpoint,queryId:_m.query,variables:this.shareData}).then(e=>{var t,n;200!==e.status&&Promise.reject();const r=(null===(t=JSON.parse(null==e?void 0:e.responseText).graphQL)||void 0===t||null===(n=t.createPost)||void 0===n?void 0:n.activityUrn)||Promise.reject();window.tracking.then(e=>{ho(e,"ajax","post_success_page_key")}),bd().trigger("success",Qo("postSuccessMessage"),"post-success-toast-dismiss",{url:"/feed/update/"+r,trk:"share-post-success",text:Qo("postSuccessViewPost"),target:"_self"}),this.close()}).catch(()=>{window.tracking.then(e=>{ho(e,"ajax","post_failure_page_key")}),bd().trigger("error",Qo("postFailureMessage"),"post-error-toast-dismiss"),this.close()})}close(){super.close({enableHistoryBack:!this.openShareModalByLink})}_removeShareParams(){var e;const t=new URL(window.location.href);null===(e=t.searchParams)||void 0===e||e.delete("openShareModal"),window.history.pushState({},document.title,t.toString())}}Jo(_m,"query","971e319c05beaf333e94125db8c4f942");const Sm={"send-connection-invite":[{degradationKey:"failed-to-invite"}],follow:[{degradationKey:"failed-to-follow"}],unfollow:[{degradationKey:"failed-to-unfollow"}]};wd({featureName:"send-connection-invite",productName:"Lite-feed",featureMappingToDegradationConfig:Sm}),wd({featureName:"follow",productName:"Lite-feed",featureMappingToDegradationConfig:Sm}),wd({featureName:"unfollow",productName:"Lite-feed",featureMappingToDegradationConfig:Sm});class Im extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Im.query,variables:{inviteeVanityName:e},successCallback:t,failureCallback:n})}}Jo(Im,"query","71a5ef30bcb1e84ab5a2b77850d4bb1e");class Am extends Rs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Am.query,variables:{skills:e},successCallback:t,failureCallback:n})}}Jo(Am,"query","a628cd3be2c138c07fc69c2413b23fb6");class Cm extends Rs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Cm.query,variables:{skills:e},successCallback:t,failureCallback:n})}}Jo(Cm,"query","a0ff03a6b1cbe44862cb2054f0612078");class km extends Rs{constructor(){super(...arguments)}execute(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:km.query,variables:{alertChannel:e.alertChannel||"EMAIL",alertFrequency:e.alertFrequency||"DAILY",creationChannel:e.creationChannel||"ONBOARD",searchParams:e.searchParams},successCallback:t,failureCallback:n})}}Jo(km,"query","ad184ece0303620a9753eca249efd99f");class Om extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Om.query,variables:{updateProfilePictureInput:e},successCallback:t,failureCallback:n})}}Jo(Om,"query","7edd5b8a4513caf8180a64ecde871630");class Rm extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Rm.query,variables:{updateSettingsResponseDataFetcherInput:{type:"SHOW_PICTURE_SETTING",valueString:e}},successCallback:t,failureCallback:n})}}Jo(Rm,"query","97ceca0bcbbf3fd6d744083b4de0a202");document.querySelector.bind(document);class Nm extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Nm.query,variables:{digitalmediaAssetUrn:e},successCallback:t,failureCallback:n})}}Jo(Nm,"query","85c85c121bf7eaabd2388b9143f94546");class Lm extends Rs{constructor(){super(...arguments)}execute(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:Lm.query,variables:{assetUrn:e},successCallback:t,failureCallback:n})}}Jo(Lm,"query","886ab48d89d7bb06bd1a5d5454286645");const Pm={legoTrackingUtils:Zv,getPageInstance:go,getEventBody:fo,firePageViewEvent:ho,fireViewModuleImpressionEvent:po,getTrackingInstance:function(){let{appId:e="seo",appVersion:t="0.0.0",locale:n,multiproduct:r="undefined-frontend-mpName",service:i="undefined-frontend-serviceName",callTreeId:o=null,endpoint:a="li/track",maxSize:s=10,debounceTime:c=50,disableCompression:l=!1,customDelegate:u={},retryConfig:d=null,isLoggedIn:h=!1,abuseDeviceSignalCollectionConfig:f={},customTransporterHosts:p}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const g={appId:e,appVersion:t,locale:n,multiproduct:r,service:i,endpoint:a,disableCompression:l,abuseDeviceSignalCollectionConfig:f,retryConfig:d,api:{AbortController:AbortController,location:window.location,document:document,performance:performance,PerformanceObserver:PerformanceObserver,Promise:Promise,assign:Object.assign,fetch:fetch,sendBeacon:navigator.sendBeacon.bind(navigator)},batching:{maxSize:s,debounceTime:c}};g.abuseDeviceSignalCollectionConfig.disablePerfMarkerOptimization=!0,o&&(g.treeID=o);const v=new Zn(g),m=new fr(v,{customTransporterHosts:p,preTransporter:e=>({...e,meta:mo(e.meta)}),shouldAnonymizeMemberId:()=>!!d&&!h,...u});return m}}}).call(this,n(14),n(17).Buffer)}});