/*! For license information please see authWallInit.js.LICENSE.txt */
(()=>{"use strict";var e={};function t(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 n(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{setTimeout(e)})}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();class i{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 r=function(){let e;return{getInstance:function(){return e||(e=new i),e}}}();class o{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 a=function(){let e;return{getInstance:function(){return e||(e=new o),e}}}();function s(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function c(e){const t=e.getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,i=window.innerWidth||document.documentElement.clientWidth,r=t.top<=n&&t.top+t.height>=0,o=t.left<=i&&t.left+t.width>=0;return r&&o}function l(){let{scrollTop:e=scrollY,clientHeight:t=window.innerHeight,scrollHeight:n=document.body.scrollHeight}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2?arguments[2]:void 0;return r?e<=t*i:e>=n-(t+t*i)}function u(e,t,n){const i=new RegExp(`([\\?&])${n?t:encodeURIComponent(t)}=([^&#]*)`).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function d(e,t){return h(e,"trk",t)}function h(e,t,n,i){if(!e||!t)throw new Error(`Required param of addQueryParam missing: url = ${e},  key = ${t}`);t=encodeURIComponent(t),n=encodeURIComponent(n);const r=u(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,o]=e.split("#"),a="&";return i<0?a="?":i===e.length-1&&(a=""),o&&(o="#"+o),`${r}${a}${t}=${n}${o||""}`}}function p(e,t,n){var i=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let r;return function(){for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];const c=()=>{r=null,n||e.apply(i,a)},l=n&&!r;clearTimeout(r),r=setTimeout(c,t),l&&e.apply(i,a)}}function f(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function v(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function m(){let e,t;const n=new Promise((n,i)=>{e=n,t=i});return n.resolve=e,n.reject=t,n}function g(e){return void 0!==e.msHidden?e.msHidden:void 0!==e.hidden?e.hidden:void 0}function y(e){return"string"!=typeof e?null:e.split("?")[0]}var E=Object.freeze({__proto__:null,closest:t,onload:n,UnloadHandler:r,PagehideHandler:a,makeArray:s,outerWidth:function(e){let t=e.offsetWidth,n=getComputedStyle(e);return t+=(parseInt(n.marginLeft,10)||0)+(parseInt(n.marginRight,10)||0),t},elementInViewport:c,hasElementScrolledToThreshold:l,getQueryParam:u,addTrackingCode:d,addQueryParam:h,debounce:p,getCookie:f,dispatchCustomEvent:v,getDeferredPromise:m,isDocumentHidden:g,stripQueryParams:y,getUrlWithQueryParamObject:function(e,t){if(!e||!t)return e;let n=e;for(const e of Object.keys(t))n=h(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],i=n&&n.split("&");i&&i.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 b(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelector('meta[name="pageKey"]'),i=e.getElementById("config"),r=i&&"true"===i.dataset.disableJsbeaconPagekeySuffix;return n&&n.content?`${n.content}${r||t.skipSuffix?"":"_jsbeacon"}`:""}function w(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function T(){return f("li_sugr")}function _(){var e,t;const n=null===(e=window.atob(f("li_gp")))||void 0===e||null===(t=e.split(";")[2])||void 0===t?void 0:t[0];return!!n&&!parseInt(n)}function S(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function I(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function C(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}var k=Object.freeze({__proto__:null,getPageKey:b,getPageTag:w,getLiSugrCookie:T,getGuestRetargetingOptOut:_,getLocale:S,getDomain:I,trimDoubleQuotes:C});const A={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},O={Down:A.ARROW_DOWN,Right:A.ARROW_RIGHT,Left:A.ARROW_LEFT,Up:A.ARROW_UP,Esc:A.ESCAPE,Spacebar:A.SPACEBAR,Tab:A.TAB};function x(e){return O[e]||e}class L{constructor(e,t,n){let{mainButton:i,closeButton:r}=n,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!e)throw Error("An element must be provided to Collapsible");if(!t)throw Error("An expandable element must be provided to Collapsible");if(!i)throw Error("A main button element must be provided to Collapsible");this.el=e,this.expandableEl=t,this._isList=["UL","OL","DL"].includes(this.expandableEl.tagName);const{isOpen:a=!1}=o;this.isOpen=a,this.mainButton=i,this.closeButton=r,this.buttons=[i],this._isList&&this.el.addEventListener("keyup",e=>this._onKeyUp(e)),this.expandableEl.addEventListener("keydown",e=>this._onKeyDown(e)),this.mainButton.addEventListener("click",e=>this.closeButton?this._open(e):this._toggle(e)),this.mainButton.addEventListener("keydown",e=>this._onButtonKeyDown(e)),this.closeButton&&(this.closeButton.addEventListener("click",()=>this.close()),this.closeButton.addEventListener("keydown",e=>this._onButtonKeyDown(e)),this.buttons.push(this.closeButton))}get isList(){return this._isList}_toggle(e){this.isOpen?this.close():this._open(e)}_onButtonKeyDown(e){switch(x(e.key)){case A.ENTER:case A.SPACEBAR:e.preventDefault(),this.isOpen?this.close():this._open(e);break;case A.ARROW_UP:this.isOpen||this._open(e);break;case A.ARROW_DOWN:this.isOpen&&this.close()}}_onKeyUp(e){x(e.key)===A.SPACEBAR&&e.preventDefault()}_onKeyDown(e){const n=x(e.key);if(n===A.ESCAPE&&this.isOpen)this.close();else if(this._isList){let i;switch(n){case A.SPACEBAR:v(e.target,"click");break;case A.ARROW_LEFT:case A.ARROW_UP:i=t(e.target,"li");let n=i.previousElementSibling;n&&v(n,"focusEl");break;case A.ARROW_RIGHT:case A.ARROW_DOWN:i=t(e.target,"li");let r=i.nextElementSibling;r&&v(r,"focusEl")}}}_open(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.isOpen){const{key:t}=e;this.isOpen=!0,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),v(this.el,"open",{key:t})}}close(){let{shouldReturnFocusToTrigger:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.isOpen&&(this.isOpen=!1,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),v(this.el,"close"),e&&setTimeout(()=>{this.mainButton.focus()},250))}}let R,N;const P=['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^="-"])'],D=[...P,'[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");[...P,"[tabindex]:not([disabled])"].join(",");function M(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function U(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement,i=arguments.length>2?arguments[2]:void 0;return e===n?!M(e):i&&i.get(e)?i.get(e):(M(e)?t=!1:e.parentNode&&(t=U(e.parentNode,n,i)),i&&i.set(e,t),t)}const F={POLITE:"polite",ASSERTIVE:"assertive"};function B(){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;R&&(R.removeAttribute("aria-hidden"),R.setAttribute("aria-live",t),R.textContent=e,clearTimeout(N),N=setTimeout(()=>{R.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 H{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,i=x(t),r=i===A.TAB&&e.shiftKey;!r&&i===A.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):r&&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(D)],n=new Map;let i,r,o=0,a=t.length-1;for(;(!i||!r)&&o<=a;){if(!i){const r=t[o];i=U(r,e,n)&&r,o++}if(!r){const i=t[a];r=U(i,e,n)&&i,a--}}return r=r||i,[i,r]}}const q=/.*(iPad|iPod|iPhone|Android|BB10|BlackBerry|IEMobile).*/;function W(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:navigator.userAgent;return!!e&&q.test(e)}class K{constructor(e){let{getFocusItemFromListItem:t=(e=>e.querySelector(D)),elementToFocus:n,dropdownTriggerEl:i,dropdownContentEl:r}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to CollapsibleDropdown");this.el=e,this.dropdownContentEl=r||this.el.querySelector(".collapsible-dropdown__list"),this._closeButton=this.el.querySelector(".collapsible-dropdown__close-button"),this._isMobile=W();const o=this.dropdownContentEl.closest(".collapsible-dropdown");if(this._isMobile&&o&&(this._focusTrap=new H(o)),!n){const e=this.dropdownContentEl===this.dropdownContentEl.parentElement.querySelector(D),t="-1"===this.dropdownContentEl.getAttribute("tabIndex");e||t||console.warn('elementToFocus not provided and the dropdown container is not focusable. Consider adding tabindex="-1" to:',this.dropdownContentEl)}this.elementToFocus=n||this.dropdownContentEl,this.dropdownTriggerEl=i||this.el.querySelector(".collapsible-dropdown__button"),this.hideClass="hidden",this.collapsible=new L(e,this.dropdownContentEl,{mainButton:this.dropdownTriggerEl}),this._handleBodyClick=this._handleBodyClick.bind(this),this._focusOutsideDropdown=this._focusOutsideDropdown.bind(this),this._leaveWindow=this._leaveWindow.bind(this),this._attachEventListeners(),this.collapsible.isList&&(this._getFocusItemFromListItem=t)}_attachEventListeners(){var e;this.el.addEventListener("open",e=>this._showDropdownList(e)),this.el.addEventListener("close",()=>this._hideDropdownList()),this.collapsible.isList&&this.dropdownContentEl.addEventListener("focusEl",e=>this._manageFocus(e)),null===(e=this._closeButton)||void 0===e||e.addEventListener("click",e=>this._handleCloseButtonClick(e))}_manageFocus(e){const{target:t}=e;if(t&&this._getFocusItemFromListItem){const e=this._getFocusItemFromListItem(t);e&&e.focus()}}_handleBodyClick(e){this.el.contains(e.target)||this.collapsible.close({shouldReturnFocusToTrigger:!1})}_handleCloseButtonClick(e){var t;null===(t=e.stopPropagation)||void 0===t||t.call(e),this.collapsible.close({shouldReturnFocusToTrigger:!0})}_showDropdownList(e){window.addEventListener("blur",this._leaveWindow),this.dropdownContentEl.classList.remove(this.hideClass),this.elementToFocus.focus();const{key:t}=e&&e.detail;var n;(t?this.elementToFocus.classList.remove("no-focus-ring"):this.elementToFocus.classList.add("no-focus-ring"),document.addEventListener("mousedown",this._handleBodyClick),this._isMobile)?null===(n=this._focusTrap)||void 0===n||n.init():this.el.addEventListener("focusout",this._focusOutsideDropdown)}_hideDropdownList(){var e;this._isMobile?null===(e=this._focusTrap)||void 0===e||e.tearDown():this.el.removeEventListener("focusout",this._focusOutsideDropdown);document.removeEventListener("mousedown",this._handleBodyClick),window.removeEventListener("blur",this._leaveWindow),this.dropdownContentEl.classList.add(this.hideClass)}_focusOutsideDropdown(e){e.relatedTarget&&!this.el.contains(e.relatedTarget)&&this.collapsible.isOpen&&this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}_leaveWindow(){this.collapsible.isOpen&&this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}shouldReturnFocusToTrigger(e){this._shouldReturnFocusToTrigger=e}close(){this.collapsible.close({shouldReturnFocusToTrigger:this._shouldReturnFocusToTrigger})}}function z(e){let{method:t="GET",headers:n={},sendCookies:i=!0,skipCsrfToken:r=!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(!r){const e=f("JSESSIONID");e&&(l.headers["Csrf-Token"]=C(e))}i&&(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(i=>{const r=new Error(`${t} request for ${e} has failed with status code ${n.status}`);return n.responseText=i,r.response=n,Promise.reject(r)}));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,i){try{window.tracking.then(r=>{window.pemTracking.then(o=>{o.trackFeatureDegradationsForFetch(t,n,i,e,r.state.currentPageInstance)})})}catch(e){}}class X{constructor(e){if(!e)throw Error("An element must be provided to LanguageSelector");this._el=e,this.listEl=this._el.querySelector(".collapsible-dropdown__list"),this.dropdownTriggerEl=this._el.querySelector(".language-selector__button"),this.currentListItem=this.listEl.querySelector(".language-selector__link--selected"),this.collapsibleDropdown=new K(e,{dropdownTriggerEl:this.dropdownTriggerEl,elementToFocus:this.currentListItem}),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(e){return function(e){const t=C(f("bcookie")||"");return z(`${function(e){let t="";return e.indexOf("linkedin.cn")>-1?t="https://www.linkedin.cn":e.indexOf("linkedin-ei.cn")>-1?t="https://www.linkedin-ei.cn":e.indexOf("linkedin-ei.com")>-1?t="https://www.linkedin-ei.com":e.indexOf("linkedin.com")>-1&&(t="https://www.linkedin.com"),t}(I(document))}/psettings/update-language/cors?csrfToken=${encodeURIComponent(t)}`,{method:"POST",headers:{"Content-Type":"application/json"},postData:JSON.stringify({locale:e}),skipCsrfToken:!0})}(e.target.getAttribute("data-locale")).then(()=>{location.reload()})}}var J="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self?self:{},Y=(parseInt,"object"==typeof J&&J&&J.Object===Object&&J),Q="object"==typeof self&&self&&self.Object===Object&&self;Y||Q||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const $="light",Z="dark";function ee(){const e=document.getElementById("config");let t;return e&&e.dataset&&(t=e.dataset.theme),t?document.documentElement.classList.contains("dark")?Z:$:void 0}var te,ne=["transporterKeys"],ie=["breadcrumb"],re=["$type"],oe=["requestStart"],ae=["requestTime","viewNames","requestType","requestTag"],se=["requestStart"],ce=["requestStart"],le=["requestTime","viewNames","requestType"];function ue(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function de(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ue(Object(n),!0).forEach((function(t){ke(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ue(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function he(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||we(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 pe(e,t,n){return t=ve(t),function(e,t){if(t&&("object"===_e(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return fe(e)}(e,function(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return function(){return!!e}()}()?Reflect.construct(t,n||[],ve(e).constructor):t.apply(e,n))}function fe(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ve(e){return(ve=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function me(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&&ge(e,t)}function ge(e,t){return(ge=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function ye(e,t){if(null==e)return{};var n,i,r=function(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Ee(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=we(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,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 be(e){return function(e){if(Array.isArray(e))return Te(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||we(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 we(e,t){if(e){if("string"==typeof e)return Te(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)?Te(e,t):void 0}}function Te(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function _e(e){return(_e="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 Se(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ie(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,Ae(i.key),i)}}function Ce(e,t,n){return t&&Ie(e.prototype,t),n&&Ie(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function ke(e,t,n){return(t=Ae(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ae(e){var t=function(e,t){if("object"!=_e(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=_e(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==_e(t)?t:String(t)}var Oe,xe="unknown",Le=new Uint8Array(16);function Re(){if(!Oe&&!(Oe="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 Oe(Le)}var Ne=/^(?:[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 Pe(e){return"string"==typeof e&&Ne.test(e)}for(var De=[],Me=0;Me<256;++Me)De.push((Me+256).toString(16).slice(1));function Ue(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(De[e[t+0]]+De[e[t+1]]+De[e[t+2]]+De[e[t+3]]+"-"+De[e[t+4]]+De[e[t+5]]+"-"+De[e[t+6]]+De[e[t+7]]+"-"+De[e[t+8]]+De[e[t+9]]+"-"+De[e[t+10]]+De[e[t+11]]+De[e[t+12]]+De[e[t+13]]+De[e[t+14]]+De[e[t+15]]).toLowerCase()}function Fe(e){if(!Pe(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 Be(e,t,n){function i(e,i,r,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 i&&(i=Fe(i)),16!==(null===(a=i)||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(i),s.set(e,i.length),(s=n(s))[6]=15&s[6]|t,s[8]=63&s[8]|128,r){o=o||0;for(var c=0;c<16;++c)r[o+c]=s[c];return r}return Ue(s)}try{i.name=e}catch(e){}return i.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",i.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",i}function je(e){return 14+(e+64>>>9<<4)+1}function Ge(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function He(e,t,n,i,r,o){return Ge((a=Ge(Ge(t,e),Ge(i,o)))<<(s=r)|a>>>32-s,n);var a,s}function qe(e,t,n,i,r,o,a){return He(t&n|~t&i,e,t,r,o,a)}function We(e,t,n,i,r,o,a){return He(t&i|n&~i,e,t,r,o,a)}function Ke(e,t,n,i,r,o,a){return He(t^n^i,e,t,r,o,a)}function ze(e,t,n,i,r,o,a){return He(n^(t|~i),e,t,r,o,a)}Be("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,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[je(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,c=i,l=r,u=o;n=qe(n,i,r,o,e[a],7,-680876936),o=qe(o,n,i,r,e[a+1],12,-389564586),r=qe(r,o,n,i,e[a+2],17,606105819),i=qe(i,r,o,n,e[a+3],22,-1044525330),n=qe(n,i,r,o,e[a+4],7,-176418897),o=qe(o,n,i,r,e[a+5],12,1200080426),r=qe(r,o,n,i,e[a+6],17,-1473231341),i=qe(i,r,o,n,e[a+7],22,-45705983),n=qe(n,i,r,o,e[a+8],7,1770035416),o=qe(o,n,i,r,e[a+9],12,-1958414417),r=qe(r,o,n,i,e[a+10],17,-42063),i=qe(i,r,o,n,e[a+11],22,-1990404162),n=qe(n,i,r,o,e[a+12],7,1804603682),o=qe(o,n,i,r,e[a+13],12,-40341101),r=qe(r,o,n,i,e[a+14],17,-1502002290),n=We(n,i=qe(i,r,o,n,e[a+15],22,1236535329),r,o,e[a+1],5,-165796510),o=We(o,n,i,r,e[a+6],9,-1069501632),r=We(r,o,n,i,e[a+11],14,643717713),i=We(i,r,o,n,e[a],20,-373897302),n=We(n,i,r,o,e[a+5],5,-701558691),o=We(o,n,i,r,e[a+10],9,38016083),r=We(r,o,n,i,e[a+15],14,-660478335),i=We(i,r,o,n,e[a+4],20,-405537848),n=We(n,i,r,o,e[a+9],5,568446438),o=We(o,n,i,r,e[a+14],9,-1019803690),r=We(r,o,n,i,e[a+3],14,-187363961),i=We(i,r,o,n,e[a+8],20,1163531501),n=We(n,i,r,o,e[a+13],5,-1444681467),o=We(o,n,i,r,e[a+2],9,-51403784),r=We(r,o,n,i,e[a+7],14,1735328473),n=Ke(n,i=We(i,r,o,n,e[a+12],20,-1926607734),r,o,e[a+5],4,-378558),o=Ke(o,n,i,r,e[a+8],11,-2022574463),r=Ke(r,o,n,i,e[a+11],16,1839030562),i=Ke(i,r,o,n,e[a+14],23,-35309556),n=Ke(n,i,r,o,e[a+1],4,-1530992060),o=Ke(o,n,i,r,e[a+4],11,1272893353),r=Ke(r,o,n,i,e[a+7],16,-155497632),i=Ke(i,r,o,n,e[a+10],23,-1094730640),n=Ke(n,i,r,o,e[a+13],4,681279174),o=Ke(o,n,i,r,e[a],11,-358537222),r=Ke(r,o,n,i,e[a+3],16,-722521979),i=Ke(i,r,o,n,e[a+6],23,76029189),n=Ke(n,i,r,o,e[a+9],4,-640364487),o=Ke(o,n,i,r,e[a+12],11,-421815835),r=Ke(r,o,n,i,e[a+15],16,530742520),n=ze(n,i=Ke(i,r,o,n,e[a+2],23,-995338651),r,o,e[a],6,-198630844),o=ze(o,n,i,r,e[a+7],10,1126891415),r=ze(r,o,n,i,e[a+14],15,-1416354905),i=ze(i,r,o,n,e[a+5],21,-57434055),n=ze(n,i,r,o,e[a+12],6,1700485571),o=ze(o,n,i,r,e[a+3],10,-1894986606),r=ze(r,o,n,i,e[a+10],15,-1051523),i=ze(i,r,o,n,e[a+1],21,-2054922799),n=ze(n,i,r,o,e[a+8],6,1873313359),o=ze(o,n,i,r,e[a+15],10,-30611744),r=ze(r,o,n,i,e[a+6],15,-1560198380),i=ze(i,r,o,n,e[a+13],21,1309151649),n=ze(n,i,r,o,e[a+4],6,-145523070),o=ze(o,n,i,r,e[a+11],10,-1120210379),r=ze(r,o,n,i,e[a+2],15,718787259),i=ze(i,r,o,n,e[a+9],21,-343485551),n=Ge(n,s),i=Ge(i,c),r=Ge(r,l),o=Ge(o,u)}return[n,i,r,o]}(function(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(je(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}(e),8*e.length))}));var Ve={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Xe(e,t,n){if(Ve.randomUUID&&!t&&!e)return Ve.randomUUID();var i=(e=e||{}).random||(e.rng||Re)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return Ue(i)}function Je(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:case 3:return t^n^i;case 2:return t&n^t&i^n&i}}function Ye(e,t){return e<<t|e>>>32-t}Be("v5",80,(function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}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),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=Ye(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var v=n[0],m=n[1],g=n[2],y=n[3],E=n[4],b=0;b<80;++b){var w=Math.floor(b/20),T=Ye(v,5)+Je(w,m,g,y)+E+t[w]+h[b]>>>0;E=y,y=g,g=Ye(m,30)>>>0,m=v,v=T}n[0]=n[0]+v>>>0,n[1]=n[1]+m>>>0,n[2]=n[2]+g>>>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 Qe=Uint8Array,$e=Uint16Array,Ze=Uint32Array,et=new Qe([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]),tt=new Qe([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]),nt=new Qe([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),it=function(e,t){for(var n=new $e(31),i=0;i<31;++i)n[i]=t+=1<<e[i-1];var r=new Ze(n[30]);for(i=1;i<30;++i)for(var o=n[i];o<n[i+1];++o)r[o]=o-n[i]<<5|i;return[n,r]},rt=it(et,2),ot=rt[0],at=rt[1];ot[28]=258,at[258]=28;for(var st=it(tt,0)[1],ct=new $e(32768),lt=0;lt<32768;++lt){var ut=(43690&lt)>>>1|(21845&lt)<<1;ut=(61680&(ut=(52428&ut)>>>2|(13107&ut)<<2))>>>4|(3855&ut)<<4,ct[lt]=((65280&ut)>>>8|(255&ut)<<8)>>>1}var dt=function(e,t,n){for(var i=e.length,r=0,o=new $e(t);r<i;++r)e[r]&&++o[e[r]-1];var a,s=new $e(t);for(r=0;r<t;++r)s[r]=s[r-1]+o[r-1]<<1;if(n){a=new $e(1<<t);var c=15-t;for(r=0;r<i;++r)if(e[r])for(var l=r<<4|e[r],u=t-e[r],d=s[e[r]-1]++<<u,h=d|(1<<u)-1;d<=h;++d)a[ct[d]>>>c]=l}else for(a=new $e(i),r=0;r<i;++r)e[r]&&(a[r]=ct[s[e[r]-1]++]>>>15-e[r]);return a},ht=new Qe(288);for(lt=0;lt<144;++lt)ht[lt]=8;for(lt=144;lt<256;++lt)ht[lt]=9;for(lt=256;lt<280;++lt)ht[lt]=7;for(lt=280;lt<288;++lt)ht[lt]=8;var pt=new Qe(32);for(lt=0;lt<32;++lt)pt[lt]=5;var ft=dt(ht,9,0),vt=dt(pt,5,0),mt=function(e){return(e+7)/8|0},gt=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8},yt=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8,e[i+2]|=n>>>16},Et=function(e,t){for(var n=[],i=0;i<e.length;++i)e[i]&&n.push({s:i,f:e[i]});var r=n.length,o=n.slice();if(!r)return[Ct,0];if(1==r){var a=new Qe(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!=r-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(i=1;i<r;++i)o[i].s>h&&(h=o[i].s);var p=new $e(h+1),f=bt(n[u-1],p,0);if(f>t){i=0;var v=0,m=f-t,g=1<<m;for(o.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<r;++i){var y=o[i].s;if(!(p[y]>t))break;v+=g-(1<<f-p[y]),p[y]=t}for(v>>>=m;v>0;){var E=o[i].s;p[E]<t?v-=1<<t-p[E]++-1:++i}for(;i>=0&&v;--i){var b=o[i].s;p[b]==t&&(--p[b],++v)}f=t}return[new Qe(p),f]},bt=function e(t,n,i){return-1==t.s?Math.max(e(t.l,n,i+1),e(t.r,n,i+1)):n[t.s]=i},wt=function(e){for(var t=e.length;t&&!e[--t];);for(var n=new $e(++t),i=0,r=e[0],o=1,a=function(e){n[i++]=e},s=1;s<=t;++s)if(e[s]==r&&s!=t)++o;else{if(!r&&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(r),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(r);o=1,r=e[s]}return[n.subarray(0,i),t]},Tt=function(e,t){for(var n=0,i=0;i<t.length;++i)n+=e[i]*t[i];return n},_t=function(e,t,n){var i=n.length,r=mt(t+2);e[r]=255&i,e[r+1]=i>>>8,e[r+2]=255^e[r],e[r+3]=255^e[r+1];for(var o=0;o<i;++o)e[r+o+4]=n[o];return 8*(r+4+i)},St=function(e,t,n,i,r,o,a,s,c,l,u){gt(t,u++,n),++r[256];for(var d=Et(r,15),h=d[0],p=d[1],f=Et(o,15),v=f[0],m=f[1],g=wt(h),y=g[0],E=g[1],b=wt(v),w=b[0],T=b[1],_=new $e(19),S=0;S<y.length;++S)_[31&y[S]]++;for(S=0;S<w.length;++S)_[31&w[S]]++;for(var I=Et(_,7),C=I[0],k=I[1],A=19;A>4&&!C[nt[A-1]];--A);var O,x,L,R,N=l+5<<3,P=Tt(r,ht)+Tt(o,pt)+a,D=Tt(r,h)+Tt(o,v)+a+14+3*A+Tt(_,C)+(2*_[16]+3*_[17]+7*_[18]);if(N<=P&&N<=D)return _t(t,u,e.subarray(c,c+l));if(gt(t,u,1+(D<P)),u+=2,D<P){O=dt(h,p,0),x=h,L=dt(v,m,0),R=v;var M=dt(C,k,0);for(gt(t,u,E-257),gt(t,u+5,T-1),gt(t,u+10,A-4),u+=14,S=0;S<A;++S)gt(t,u+3*S,C[nt[S]]);u+=3*A;for(var U=[y,w],F=0;F<2;++F){var B=U[F];for(S=0;S<B.length;++S){var j=31&B[S];gt(t,u,M[j]),u+=C[j],j>15&&(gt(t,u,B[S]>>>5&127),u+=B[S]>>>12)}}}else O=ft,x=ht,L=vt,R=pt;for(S=0;S<s;++S)if(i[S]>255){j=i[S]>>>18&31,yt(t,u,O[j+257]),u+=x[j+257],j>7&&(gt(t,u,i[S]>>>23&31),u+=et[j]);var G=31&i[S];yt(t,u,L[G]),u+=R[G],G>3&&(yt(t,u,i[S]>>>5&8191),u+=tt[G])}else yt(t,u,O[i[S]]),u+=x[i[S]];return yt(t,u,O[256]),u+x[256]},It=new Ze([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),Ct=new Qe(0),kt=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var n=t,i=9;--i;)n=(1&n&&-306674912)^n>>>1;e[t]=n}return e}(),At=function(e,t,n,i,r){return function(e,t,n,i,r,o){var a=e.length,s=new Qe(i+a+5*(1+Math.ceil(a/7e3))+r),c=s.subarray(i,s.length-r),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=_t(c,l+1,e.subarray(u,d))}else{for(var h=It[t-1],p=h>>>13,f=8191&h,v=(1<<n)-1,m=new $e(32768),g=new $e(v+1),y=Math.ceil(n/3),E=2*y,b=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<E)&v},w=new Ze(25e3),T=new $e(288),_=new $e(32),S=0,I=0,C=(u=0,0),k=0,A=0;u<a;++u){var O=b(u),x=32767&u,L=g[O];if(m[x]=L,g[O]=x,k<=u){var R=a-u;if((S>7e3||C>24576)&&R>423){l=St(e,c,0,w,T,_,I,C,A,u-A,l),C=S=I=0,A=u;for(var N=0;N<286;++N)T[N]=0;for(N=0;N<30;++N)_[N]=0}var P=2,D=0,M=f,U=x-L&32767;if(R>2&&O==b(u-U))for(var F=Math.min(p,R)-1,B=Math.min(32767,u),j=Math.min(258,R);U<=B&&--M&&x!=L;){if(e[u+P]==e[u+P-U]){for(var G=0;G<j&&e[u+G]==e[u+G-U];++G);if(G>P){if(P=G,D=U,G>F)break;var H=Math.min(U,G-2),q=0;for(N=0;N<H;++N){var W=u-U+N+32768&32767,K=W-m[W]+32768&32767;K>q&&(q=K,L=W)}}}U+=(x=L)-(L=m[x])+32768&32767}if(D){w[C++]=268435456|at[P]<<18|st[D];var z=31&at[P],V=31&st[D];I+=et[z]+tt[V],++T[257+z],++_[V],k=u+P,++S}else w[C++]=e[u],++T[e[u]]}}l=St(e,c,o,w,T,_,I,C,A,u-A,l),!o&&7&l&&(l=_t(c,l+1,Ct))}return function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);var i=new(2==e.BYTES_PER_ELEMENT?$e:4==e.BYTES_PER_ELEMENT?Ze:Qe)(n-t);return i.set(e.subarray(t,n)),i}(s,0,i+mt(l)+r)}(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,i,!r)},Ot=function(e,t,n){for(;n;++t)e[t]=n,n>>>=8},xt="undefined"!=typeof TextDecoder&&new TextDecoder;try{xt.decode(Ct,{stream:!0})}catch(vr){}function Lt(){return"undefined"!=typeof window&&"function"==typeof window.fetch}function Rt(){try{return Lt()&&"keepalive"in new Request("")}catch(e){return!1}}function Nt(e){var t=e.body,n=e.keepalive,i=e.headers,r=e.compress;i["content-type"]||(i["content-type"]="text/plain;charset=UTF-8");var o=t;if(r&&"undefined"!=typeof TextEncoder)try{o=function(e,t){t||(t={});var n=function(){var e=-1;return{p:function(t){for(var n=e,i=0;i<t.length;++i)n=kt[255&n^t[i]]^n>>>8;e=n},d:function(){return~e}}}(),i=e.length;n.p(e);var r=At(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),o=r.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&&Ot(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),n){e[3]=8;for(var i=0;i<=n.length;++i)e[i+10]=n.charCodeAt(i)}}(r,t),Ot(r,o-8,n.d()),Ot(r,o-4,i),r}((new TextEncoder).encode(t)),i["content-encoding"]="gzip"}catch(e){}return{body:o,keepalive:n,credentials:"include",headers:i,method:"POST",mode:"cors"}}function Pt(e){return e&&"message"in e?e.message:"UNKNOWN_ERROR"}var Dt,Mt="undefined"!=typeof navigator&&"sendBeacon"in navigator,Ut=Rt()?function(e,t,n,i){return new Promise((function(r){fetch(e,Nt({body:t,keepalive:!0,headers:n,compress:i})).catch((function(){return fetch(e,Nt({body:t,keepalive:!1,headers:n,compress:i}))})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:e.status}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:Pt(e)})}))}))}:function(e,t,n,i){return new Promise((function(r){if(Mt){var o=!1;try{o=navigator.sendBeacon(e,t)}catch(e){}if(o)return void r({type:"unknown",drop:!1})}fetch(e,Nt({body:t,keepalive:!1,headers:n,compress:i})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:200}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:Pt(e)})}))}))};function Ft(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 Bt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"key",i=arguments.length>3?arguments[3]:void 0,r=indexedDB.open(e);r.onupgradeneeded=function(){try{r.result.createObjectStore(t,{keyPath:n})}catch(e){null==i||i.onError(e)}};var o=new Promise((function(e,t){r.onsuccess=function(){var t=r.result;t.onversionchange=function(){return t.close()},e(t),null==i||i.onSuccess()},r.onerror=function(){t(r.error),null==i||i.onError(r.error)}}));return function(e,n){return o.then((function(i){return n(i.transaction(t,e).objectStore(t))}))}}function jt(){return Dt||(Dt=Bt("idb-queue","default")),Dt}function Gt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=0,i=null;return e.openKeyCursor().onsuccess=function(){var r=this.result;r&&n++<t.batchEvictionNumber?(i=r.key,r.continue()):null!=i&&e.delete(IDBKeyRange.upperBound(i))},Ft(e.transaction)}var Ht=!1;function qt(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]:jt();return n("readwrite",(function(n){return n.put(e),Ft(n.count()).then((function(e){if(!(e<=t.maxNumber))return Gt(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]:jt())("readwrite",(function(t){return Gt(t,e)}))}(t,n)}))}function Wt(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]:jt();return Ht?Promise.resolve():qt(e,t,n)}function Kt(e,t,n){return t("readonly",(function(t){var i=[];return t.openCursor(null,n).onsuccess=function(){var t=this.result;t&&(i.push(t.value),(e<0||i.length<e)&&t.continue())},Ft(t.transaction).then((function(){return i}))}))}function zt(){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,i=arguments.length>3?arguments[3]:void 0;return!t||n<1||(e[t]=JSON.stringify({attempt:n,errorCode:i})),e}function Vt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.debug("[beacon-transporter] ",e())}function Xt(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.error("[beacon-transporter] ",e())}function Jt(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(i){i.timeRemaining()>t.timeRemaining||i.didTimeout?e():n()}),{timeout:t.timeout})}()}var Yt=function(){function e(t){var n=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];Se(this,e),ke(this,"config",void 0),ke(this,"compress",void 0),ke(this,"throttleControl",void 0),ke(this,"withStore",void 0),ke(this,"disablePersistence",!1),this.config=t,this.compress=i;var r,o,a,s=t.measureIDB;s&&performance.mark(s.createStartMark),this.withStore=Bt(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=(r=this.replayEntries.bind(this),o=t.throttleWait,a=0,{throttledFn:function(){var e=Date.now();e-a>o&&(Vt((function(){return"[throttle] Run fn() at "+String(e)})),r(),a=e)},resetThrottle:function(){a=0}})}return Ce(e,[{key:"onNotify",value:function(){this.disablePersistence||this.throttleControl.throttledFn()}},{key:"push",value:function(e){var t=this;if(!this.disablePersistence){var n=function(){Vt((function(){return"Persisting to DB "+e.url})),Wt(e,t.config,t.withStore).then((function(){t.throttleControl.resetThrottle(),Vt((function(){return"push completed"}))})).catch((function(){t.disablePersistence=!0,Xt((function(){return"push failed"}))}))};this.config.useIdle?Jt(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]:jt();return Ht=!0,e("readwrite",(function(e){return e.clear(),Ft(e.transaction).finally((function(){return Ht=!1}))}))}(this.withStore).catch((function(){e.disablePersistence=!0,Xt((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 Kt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:jt(),"next")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,Xt((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 Kt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:jt(),"prev")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,Xt((function(){return"peekBack failed"})),[]}))}},{key:"replayEntries",value:function(){var e=this;if(!this.disablePersistence){var t=function(){Vt((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())},Ft(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]:jt())}(1,e.withStore).then((function(t){if(t.length>0){var n,i,r=t[0],o=r.url,a=r.body,s=r.headers,c=r.timestamp,l=r.statusCode,u=r.attemptCount;return Vt((function(){return"header: ".concat(String(e.config.headerName),"; attemptCount: ").concat(u)})),null===(n=(i=e.config).onBeforeRetry)||void 0===n||n.call(i,a),Ut(o,a,zt(s,e.config.headerName,u,l),e.compress).then((function(t){if("unknown"===t.type||"success"===t.type){var n,i;null===(n=(i=e.config).onResult)||void 0===n||n.call(i,t,a),e.replayEntries()}else{var r,s,d,h,p,f;if(u+1>e.config.attemptLimit)return Vt((function(){return"Exceeded attempt count, dropping the entry: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),t.drop=!0,void(null===(r=(s=e.config).onResult)||void 0===r||r.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),Vt((function(){return"Replaying the entry failed, pushing back to IDB: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),Wt({url:o,body:a,timestamp:c,statusCode:l,attemptCount:u+1},e.config,e.withStore);t.drop=!0,null===(p=(f=e.config).onResult)||void 0===p||p.call(f,t,a)}}))}})).catch((function(t){e.disablePersistence=!0,t&&t.message&&Xt((function(){return"Replay entry failed: ".concat(t.message)}))}))};this.config.useIdle?Jt(t):t()}}}]),e}(),Qt=function(){function e(){Se(this,e)}return Ce(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}(),$t=function(){function e(t,n){Se(this,e),ke(this,"queue",void 0),ke(this,"beaconListeners",new Set),this.queue=e.hasSupport&&!n.disablePersistenceRetry?new Yt(t,n.compress):new Qt}return Ce(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}();ke($t,"hasSupport","undefined"!=typeof globalThis&&!!globalThis.indexedDB);var Zt=[502,504],en=[429,503],tn=function(){function e(t,n,i,r){var o=this,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];Se(this,e),ke(this,"url",void 0),ke(this,"body",void 0),ke(this,"config",void 0),ke(this,"persistenceConfig",void 0),ke(this,"compress",void 0),ke(this,"timestamp",void 0),ke(this,"isClearQueuePending",!1),ke(this,"onClearCallback",void 0),this.url=t,this.body=n,this.config=i,this.persistenceConfig=r,this.compress=a,this.timestamp=Date.now(),this.onClearCallback=function(){return o.isClearQueuePending=!0}}return Ce(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 Ut(e.url,e.body,t,e.compress)}),n,t).finally((function(){Vt((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,i){var r=this,o=this.getAttemptCount(t)-1;return e(zt(n,this.config.headerName,o,i)).then((function(i){var o,a,s,c;if(i.drop=!1,"unknown"===i.type||"success"===i.type)r.isClearQueuePending||r.persistenceConfig.disabled||r.persistenceConfig.db.notifyQueue(),s=i;else if(Vt((function(){return"retry rejected "+JSON.stringify(i)})),r.shouldPersist(t,i))r.persistenceConfig.db.pushToQueue({url:r.url,body:r.body,headers:n,statusCode:i.statusCode,timestamp:r.timestamp,attemptCount:r.getAttemptCount(t)}),s={type:"persisted",drop:!1,statusCode:i.statusCode};else{if(t>0&&r.isRetryableError(i)){var l,u;null===(l=(u=r.config).onIntermediateResult)||void 0===l||l.call(u,i,r.body);var d=r.config.calculateRetryDelay(r.getAttemptCount(t),t);return Vt((function(){return"in memory retry in ".concat(d,"ms")})),(c=d,new Promise((function(e){return setTimeout(e,c)}))).then((function(){return r.retry(e,t-1,n,i.statusCode)}))}(s=i).drop=!0}return null===(o=(a=r.config).onIntermediateResult)||void 0===o||o.call(a,s,r.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}(),nn="internal:hide",rn="internal:error";function on(e,t,n){var i=e.get(t);i&&i.push(n)||e.set(t,[n])}function an(e,t,n){var i=e.get(t);i&&i.splice(i.indexOf(n)>>>0,1)}var sn,cn,ln=(sn=new Map,cn=new Map,{on:function(e,t){on(sn,e,t)},before:function(e,t){on(cn,e,t)},off:function(e,t){an(sn,e,t)},offBefore:function(e,t){an(cn,e,t)},emit:function(e,t){(cn.get(e)||[]).concat(sn.get(e)||[]).slice().map((function(e){e(t)}))},clear:function(){cn.clear(),sn.clear()}});if("undefined"!=typeof document&&"undefined"!=typeof window){var un=function(e){"pagehide"!==e.type&&"hidden"!==document.visibilityState||ln.emit(nn,e)};document.addEventListener("visibilitychange",un),window.addEventListener("pagehide",un)}var dn=null;if("undefined"==typeof crypto||!crypto.getRandomValues){var hn=("undefined"!=typeof FastBoot?FastBoot.require:require)("crypto");if(hn){var pn=new Uint8Array(256),fn=pn.length;dn={rng:function(){return fn>pn.length-16&&(hn.randomFillSync(pn),fn=0),pn.slice(fn,fn+=16)}}}}"object"===("undefined"==typeof crypto?"undefined":_e(crypto))&&crypto.randomUUID;function vn(){return Xe(dn,new Array(16),0)}function mn(e){return be(e).map((function(e){return String.fromCharCode(e)})).join("")}function gn(){return mn(vn())}var yn=/^[a-zA-Z0-9/+]+[=]+$/;function En(e){return Fe(e)}function bn(e,t){return{pageUrn:Tn(e),trackingId:t||function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=[],r=0,o=e.length,a=o%3,s=o-a;r<s;)t=e[r]<<16,t|=e[r+1]<<8,t|=e[r+2],i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push(n.charAt(63&t)),r+=3;switch(a){case 2:t=e[r]<<16,t|=e[r+1]<<8,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push("=");break;case 1:t=e[r]<<16,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push("="),i.push("=")}return i.join("")}(vn())}}function wn(e,t){return"urn:li:control:".concat(e,"-").concat(t)}function Tn(e){return"urn:li:page:".concat(e)}function _n(e,t){return{pageInstance:t.assign({},e.pageInstance),pageKey:e.pageKey,applicationInstance:e.applicationInstance}}function Sn(e,t){return void 0!==t.allSettled?t.allSettled(e):function(e){return new Promise((function(t){var n=new Set,i=function(e){n.delete(e),0===n.size&&t()};0===e.length?t():e.map((function(e){return e.then((function(){return i(e)})).catch((function(){return i(e)}))}))}))}(e)}function In(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Cn(e,t,n){if("undefined"!=typeof window&&window.indexedDB){var i,r="sequenceNumber";try{i=window.indexedDB.open(r)}catch(e){return Promise.resolve(null)}return new Promise((function(o,a){i.onupgradeneeded=function(){var e=i.result;e.objectStoreNames.contains(r)||e.createObjectStore(r,{autoIncrement:!0})},i.onsuccess=function(){var s=i.result,c=s.transaction(r,"readwrite"),l=c.objectStore(r),u=l.get(1);u.onsuccess=function(){var i=u.result;if(i){if("read"===e)return o(i);if("update"!==e)return o(null);var r,s=Object.assign({},i),c=!1,d=null!==(r=s.sequenceNumber)&&void 0!==r?r:0;if(void 0!==t&&t>d&&(s.sequenceNumber=t,c=!0),n&&Object.keys(n).forEach((function(e){var t,i=null!==(t=s[e])&&void 0!==t?t:0,r=n[e];r>i&&(s[e]=r,c=!0)})),c){var h=l.put(s,1);h.onsuccess=function(){return o(null)},h.onerror=function(){a(h.error)}}}else{var p={sequenceNumber:0};n&&Object.keys(n).forEach((function(e){p[e]=0}));var f=l.add(p);f.onsuccess=function(){return o(0)},f.onerror=function(){a(f.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()}},i.onerror=function(){return o(null)}}))}return Promise.resolve(null)}function kn(){return"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1||!Lt()||"undefined"==typeof Promise}function An(e,t,n,i){var r=["core-web-tracking:".concat(e)];null==i||i.forEach((function(e){return r.push(e)})),ln.emit(rn,{tags:r,reason:t instanceof Error?t:new Error("".concat(e,": ").concat(t)),responseHeaders:n})}function On(e){var t=window.structuredClone;return t?t(e):JSON.parse(JSON.stringify(e))}var xn=function(){function e(t){Se(this,e),ke(this,"heap",void 0),ke(this,"comparator",void 0),this.comparator=t,this.heap=[]}return Ce(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=be(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(),i=0;2*i+1<this.heap.length;){var r=2*i+1,o=2*i+2,a=o<this.heap.length&&this.comparator(this.heap[o],this.heap[r])?o:r;if(!this.comparator(this.heap[a],this.heap[i]))break;var s=[this.heap[i],this.heap[a]];this.heap[a]=s[0],this.heap[i]=s[1],i=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 i=[this.heap[n],this.heap[t]];this.heap[t]=i[0],this.heap[n]=i[1],t=n}}}]),e}();var Ln=function(e){if(!Nn(e))return[];for(var t=[],n=0,i=Object.keys(e);n<i.length;n++){var r=i[n];"default"!==r&&t.push(r)}return t},Rn=function(e,t){var n={},i=[];if(0===e.length)return[n,e];if(0===t.length)return[n,e];var r,o=Ee(e);try{for(o.s();!(r=o.n()).done;){var a=r.value,s=a.transporterKeys,c=ye(a,ne);if(s&&s.length>0){var l,u=Ee(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)):i.push(c)}}catch(e){u.e(e)}finally{u.f()}}else i.push(c)}}catch(e){o.e(e)}finally{o.f()}return[n,i]};var Nn=function(e){return e&&void 0!==e&&Object.keys(e).length>0},Pn=function(e,t){return(e.endsWith("/")?e:"".concat(e,"/"))+(t.startsWith("/")?t.slice(1):t)},Dn="beacons";function Mn(){if("undefined"==typeof Promise||"undefined"==typeof navigator)return!1;var e=navigator.userAgent.indexOf("Chrome")>-1,t=navigator.cookieEnabled,n=navigator.storage;return e&&Rt()&&t&&n}function Un(e,t,n,i,r){"control"!==i&&e.retryConfig&&Mn()&&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)}}))}(Dn);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==r?void 0:r.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==r?void 0:r.onBeforeRetry,onResult:null==r?void 0:r.onResult,idbName:Dn,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),i=Object.assign({attemptLimit:0,statusCodes:Zt,calculateRetryDelay:function(e,t){return 2e3*t}},t.inMemoryRetry);if(t.retryDB)e=t.retryDB;else{var r=Object.assign({idbName:"beacon-transporter",attemptLimit:3,statusCodes:en,maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},t.persistenceRetry);r.headerName=r.headerName||i.headerName,e=new $t(r,{compress:t.compress,disablePersistenceRetry:t.disablePersistenceRetry})}return{beacon:function(r,o,a){var s;return Lt()?new tn(r,o,i,{db:e,disabled:Boolean(t.disablePersistenceRetry),statusCodes:(null===(s=t.persistenceRetry)||void 0===s?void 0:s.statusCodes)||en},n).send(a):Promise.resolve({type:"unknown",drop:!0})},database:e}}(u),h=d.beacon,p=d.database;return e.retryBeacon={shouldRetry:!0,beacon:h,database:p},"enabled"===i?(e.retryBeacon.shouldRetry=!1,!u.disablePersistenceRetry&&t.shouldAnonymizeMemberId()?p.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 p.clearQueue()}}),(function(){return p.clearQueue()})).then((function(){e.retryBeacon.shouldRetry=!0})).catch((function(e){An("retry:idb",e)})):(e.retryBeacon.shouldRetry=!0,Promise.resolve())):void 0})).catch((function(e){An("retry:setup",e)}))}var Fn=function(){function e(t){Se(this,e),ke(this,"host",void 0),this.host=t}return Ce(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&&Un(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){An("retry:logout",e)}))}},{key:"sendPayload",value:function(e,t,n,i){var r,o=this.getRetryTreatment();Rt()&&"control"!==o&&null!==(r=this.host.retryBeacon)&&void 0!==r&&r.shouldRetry?this.sendPayloadWithRetry(e,t,n):this.sendPayloadFireForget(e,t,n,i)}},{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){An("retry:beacon",e)}))}},{key:"sendPayloadFireForget",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;(!Array.isArray(t)||t.length>0)&&(kn()?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("undefined"!=typeof window&&void 0!==window.XMLHttpRequest){var i=new XMLHttpRequest;if(i.open("POST",e,!0),i.withCredentials=!0,n.headers)for(var r=0,o=Object.keys(n.headers);r<o.length;r++){var a=o[r];i.setRequestHeader(a,n.headers[a])}i.send(t)}}(e,JSON.stringify(t),{headers:n}):Ut(e,JSON.stringify(t),n,this.shouldCompressPayload()).then((function(e){null==i||i.onResult(e,t)}),(function(){})))}},{key:"getRetryTreatment",value:function(){var e,t,n;if(!this.host.retryConfig)return"control";var i=this.host.retryConfig.lixKey;return i?null!==(e=null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,i))&&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&&Mn()&&"undefined"!=typeof globalThis&&!!globalThis.indexedDB}}]),e}(),Bn="undefined"!=typeof window&&"undefined"!=typeof document,jn=/JSESSIONID="?([^";]+)"?/,Gn="",Hn=0;function qn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.cacheLifeSpan,n=void 0===t?1e4:t,i=e.regex,r=void 0===i?jn:i;if(!Gn||Date.now()-Hn>n){var o=Bn&&document.cookie.match(r);Gn=o&&o[1]||"",Hn=Date.now()}return Gn}var Wn={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"}},Kn=function(){function e(t){Se(this,e),ke(this,"networkTransporter",void 0),ke(this,"inactive",void 0),ke(this,"mpName",void 0),ke(this,"endpoint",void 0),ke(this,"debug",void 0),this.networkTransporter=new Fn(t),this.mpName=t.appId,this.inactive=t.inactive;var n=function(e){var t,n=!1;return Wn.prod.pattern.test(e)?t=Wn.prod.monitorEndpoint:Wn.eiValidate.pattern.test(e)?(n=!0,t=Wn.eiValidate.monitorEndpoint):Wn.ei.pattern.test(e)?t=Wn.ei.monitorEndpoint:(t=Wn.ei.monitorEndpoint,n=!0),{endpoint:t,debug:n}}(t.endpoint);this.endpoint=n.endpoint,this.debug=n.debug}return Ce(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":qn(),"x-restli-protocol-version":"2.0.0"},i=[],r=null!==(t=null==e?void 0:e.stats)&&void 0!==t?t:{},o=r.failures,a=r.previousInstanceEventStats.reduce((function(e,t){return e.push.apply(e,be(t.failures)),e}),[]);[].concat(be(o),be(a)).forEach((function(e){var t=e.reason,n=e.rawError,r=e.eventTopic,o=e.header,a=e.requestHeader;i.push({reason:t,rawError:n,failedTopicName:r,header:o,requestHeader:a})}));var s={clientTrackingFailures:i,debug:this.debug};this.networkTransporter.sendPayload(this.endpoint,s,n)}}}]),e}();function zn(e){return"string"==typeof e}function Vn(e){return zn(e)?e:e.topicName||e.eventName}function Xn(e){return zn(e)?e:e.eventName}var Jn,Yn,Qn=function(){function e(t){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Se(this,e),ke(this,"host",void 0),ke(this,"cmoTransporter",void 0),ke(this,"clientMonitoringInstanceId",gn()),ke(this,"currentContext",{pageKey:xe,pageInstance:bn(xe)}),ke(this,"appState",{}),ke(this,"estimatedFragmentSize",0),ke(this,"fragmentSizeLimit",void 0),ke(this,"activeFragmentEvent",void 0),ke(this,"debounceTimer",void 0),this.host=t,this.cmoTransporter=i.cmoTransporter||new Kn(t),this.fragmentSizeLimit=(null===(n=t.clientMonitoringConfig)||void 0===n?void 0:n.fragmentSizeLimit)||10240,this.activeFragmentEvent=Zn(this.clientMonitoringInstanceId,0,0,!1,this.getEventHeaders())}return Ce(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,i=Ee(this.activeFragmentEvent.stats.previousInstanceEventStats);try{for(i.s();!(n=i.n()).done;){var r=n.value;if(r.instanceId===e)return void t(r)}}catch(e){i.e(e)}finally{i.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,i){var r=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:r,instanceEventNumber:i,reason:e,rawError:n,eventName:Xn(t),eventTopic:Vn(t)};this.estimatedFragmentSize+=JSON.stringify(c).length,r===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.failures.push(c):this.findPreviousInstanceStat(r,(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,i=this.activeFragmentEvent;i.header=t,i.requestHeader=n,this.cmoTransporter.fireFragment(i),this.estimatedFragmentSize=0,this.activeFragmentEvent=Zn(this.clientMonitoringInstanceId,i.fragmentNumber+1,i.firstEventNumber+i.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=ei(e.trackingId));var t=this.currentContext.pageInstance;return t.trackingId=ei(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:gn(),memberId:0}}}}]),e}();function $n(e){return Jn||(Jn=new Qn(e)),{getCurrentInstanceId:function(){return Jn.getCurrentInstanceId()},logEventGenerated:function(e){return Jn.logEventGenerated(e)},logEventReadyToSend:function(e){Jn.logEventReadyToSend(e)},logEventSent:function(e){Jn.logEventSent(e)},logPersistedEventSent:function(e,t){Jn.logEventSent(t,e)},logNetworkResponseCode:function(e){Jn.logNetworkResponseCode(e)},logPersistedNetworkResponseCode:function(e,t){var n;null===(n=Jn)||void 0===n||n.logNetworkResponseCode(t,e)},logFailedEvent:function(e,t,n,i){Jn.logFailedEvent(e,t,n,i)},logPersistedFailedEvent:function(e,t,n,i,r){Jn.logFailedEvent(t,n,i,r,e)},flush:function(){Jn.flush()},destroy:function(){Jn=void 0},isDestroyed:function(){return void 0===Jn},setCurrentContext:function(e){Jn.setCurrentContext(e)},updateAppState:function(e){Jn.updateAppState(e)}}}function Zn(e,t,n,i,r){return{fragmentNumber:t,firstEventNumber:n,isLastFragment:i,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:r.requestHeader,header:r.header}}function ei(e){return Array.isArray(e)?mn(e):16===e.length?e:function(e){return"string"==typeof e&&!!e.match(yn)}(e)?atob(e):mn(En(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"}(Yn||(Yn={}));var ti=["PageViewEvent","SponsoredImpressionEvent","JobViewEvent"],ni="PageViewEvent",ii=function(){function e(t){var n,i,r,o=this;Se(this,e),ke(this,"host",void 0),ke(this,"queue",void 0),ke(this,"preContextQueue",void 0),ke(this,"debounceTimer",void 0),ke(this,"unloadHandlers",void 0),ke(this,"maxQueueSize",void 0),ke(this,"flushDebounceTime",void 0),ke(this,"trackingEventListeners",[]),ke(this,"onHideHandler",(function(){o.forceFlush()})),ke(this,"networkTransporter",void 0),ke(this,"clientMonitoringConn",void 0),ke(this,"clientGlobalSequenceNumberCounter",void 0),ke(this,"clientTopicLocalSequenceNumberCountersMap",{}),ke(this,"isTimerRunning",void 0),ke(this,"trackingEndpoint",void 0),ke(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===(i=t.api)||void 0===i||null===(i=i.location)||void 0===i||null===(i=i.host)||void 0===i?void 0:i.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===(r=t.api)||void 0===r||null===(r=r.location)||void 0===r?void 0:r.host),this.maxQueueSize=a&&a.maxSize||1,this.flushDebounceTime=a&&a.debounceTime||0,ln.on(nn,this.onHideHandler),this.networkTransporter=new Fn(t),this.isLixEnabled("pemberly.tracking.monitoring")&&t.clientMonitoringConfig&&!t.inactive&&(this.clientMonitoringConn=$n(t)),this.getSequenceNumberFromIDB(),this.updateSequenceNumberOnExit(),this.isTimerRunning=!1,this.isEvenBatchEnabled=this.isLixEnabled("pemberly.tracking.even-batch")||s}return Ce(e,[{key:"checkAndEnablePersistentRetry",value:function(e){var t,n=(t=this.clientMonitoringConn,{onIntermediateResult:function(e,n){var i;if(t&&!t.isDestroyed())try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length)return;e.statusCode&&t.logNetworkResponseCode(e.statusCode),!0===e.drop&&i.forEach((function(n){var i,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.logFailedEvent(Yn.UNKNOWN_EXECUTION_ERROR,{eventName:r,topicName:o},s,null!==(i=n.eventBody.header.clientMonitoringInstanceEventNumber)&&void 0!==i?i:-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 i=n[0].eventBody.header.clientMonitoringInstanceId,r=n.length;t.logPersistedEventSent(i,r)}catch(e){}},onResult:function(e,n){var i;if(t)try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length||!i[0].eventBody.header.clientMonitoringInstanceId)return;var r=i[0].eventBody.header.clientMonitoringInstanceId;e.statusCode&&t.logPersistedNetworkResponseCode(r,e.statusCode),!0===e.drop&&i.forEach((function(n){var 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.logPersistedFailedEvent(r,Yn.UNKNOWN_EXECUTION_ERROR,{eventName:i,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(Vn(e.id)));var n=this.host,i=n.api.Promise,r=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),r?(this.batchFire(),i.resolve(!0)):(this.flush(!0),i.resolve(!0))}return this.preContextQueue.push(t),i.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,ln.off(nn,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:bn(xe),pageKey:xe}).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;Cn("read").then((function(t){var n;e.clientGlobalSequenceNumberCounter=null!==(n=null==t?void 0:t.sequenceNumber)&&void 0!==n?n:0,ti.forEach((function(n){var i;e.clientTopicLocalSequenceNumberCountersMap[n]=null!==(i=null==t?void 0:t[n])&&void 0!==i?i:0}))})).catch((function(e){An("sequence-number:idb-read",e)}))}},{key:"updateSequenceNumberToIDB",value:function(){Cn("update",this.clientGlobalSequenceNumberCounter,this.clientTopicLocalSequenceNumberCountersMap).catch((function(e){An("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=_n(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 i=this.host,r=i.appId,o=i.api,a={eventBody:t,eventInfo:"string"==typeof e?{appId:r,eventName:e,topicName:e}:o.assign({appId:r},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,i=n.appVersion,r=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===ni:e.eventName===ni}(e.id)&&(null===(t=e.body.requestHeader)||void 0===t?void 0:t.pageKey)||u,p=e.meta.requestHeader||{referer:s.referrer,path:"".concat(a.pathname).concat(a.search)},f=p.referer,v=p.path,m=null;"string"!=typeof r&&null!==this.host.locale||(m=r);var g={interfaceLocale:m,pageKey:h,referer:f,path:v,isFlushOnCloseBrowserTabEnabled:!kn()&&(Rt()||"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:i,server:"",service:"",guid:gn(),memberId:0};"number"==typeof this.clientGlobalSequenceNumberCounter&&c(y,{clientGlobalSequenceNumber:this.clientGlobalSequenceNumberCounter});var E=Vn(e.id);if(ti.includes(E)){var b=this.clientTopicLocalSequenceNumberCountersMap[E];"number"==typeof b&&c(y,{clientTopicLocalSequenceNumber:b})}var w={header:c(y,e.meta.header||{}),requestHeader:c(g,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,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.isEvenBatchEnabled)if(Array.isArray(e)&&e.length>0)t=e;else{var r=this.maxQueueSize+1;this.queue.length>0&&(this.queue.length<=r||i)?(t=this.queue,this.queue=[]):t=this.queue.splice(0,r)}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),i=n.getBreadcrumbs(e),r=n.envelop(e.id,t,i);n.trigger(r,e.meta);var o=r.eventInfo.eventName;"LixTreatmentsEvent"===o||"JavaScriptErrorEvent"===o?s.push(r):c.push(r),"number"==typeof n.clientGlobalSequenceNumberCounter&&n.clientGlobalSequenceNumberCounter++;var a=Vn(e.id);ti.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,i=t.eventInfo.topicName||n,r="rawError"in e?e.rawError:"null",o=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(r)].join(", ");null==a||a.logFailedEvent(Yn.UNKNOWN_EXECUTION_ERROR,{eventName:n,topicName:i},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 ri,oi=function(){function e(t,n){Se(this,e),this.clientBreadcrumbType=t,this.id=n}return Ce(e,[{key:"builder",get:function(){return function(){var e={},t=new Proxy({},{get:function(n,i){return"build"===i?function(){return e}:function(n){return e[i.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"}(ri||(ri={}));var ai=function(e){function t(){return Se(this,t),pe(this,t,[ri.FEED_UPDATE_SERVED,gn()])}return me(t,oi),Ce(t)}(),si=function(e){function t(){var e;return Se(this,t),ke(fe(e=pe(this,t,[ri.UNKNOWN,gn()])),"content",void 0),ke(fe(e),"featureBreadcrumbType",void 0),e}return me(t,oi),Ce(t)}(),ci=function(e){function t(){return Se(this,t),pe(this,t,[ri.SPONSORED_UPDATE_SERVED,gn()])}return me(t,oi),Ce(t)}();function li(e,t){var n;switch(t){case"proto.sdui.breadcrumbs.feed.FeedUpdateServedBreadcrumb":n=(new ai).builder;break;case"proto.sdui.breadcrumbs.feed.SponsoredUpdateServedBreadcrumb":n=(new ci).builder;break;case"proto.sdui.tracking.TrackingBreadcrumb":n=(new si).builder;var i,r=e;try{if(void 0!==r.content.type)i=(new TextDecoder).decode(new Uint8Array(r.content.data));else{if(!(r.content instanceof Uint8Array))throw new Error("Invalid breadcrumb content type");i=(new TextDecoder).decode(r.content)}for(var o=null==e?void 0:e.breadcrumbType,a={content:JSON.parse(i),breadcrumbType:o},s=0,c=Object.entries(a);s<c.length;s++){var l=he(c[s],2),u=l[0],d=l[1];Nn(d)&&n[u](d)}return n.build()}catch(e){throw new Error("Error parsing breadcrumb content: ".concat(e))}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 p=e[h];null!=p&&n[h](p)}return n.build()}function ui(e){var t,n=[],i=[],r=Ee(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a=o.breadcrumb,s=ye(o,ie);if(i.push(s),a){var c=a.$type,l=li(ye(a,re),c);n.push(l)}}}catch(e){r.e(e)}finally{r.f()}return{extractedBreadcrumbs:n,trackingScopesWithoutBreadcrumbs:i}}function di(e){var t,n=new Set,i=[],r=Ee(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a="".concat(o.contentTrackingId,"-").concat(o.topicName);n.has(a)||(n.add(a),i.push(o))}}catch(e){r.e(e)}finally{r.f()}var s=ui(i);return{breadcrumbs:s.extractedBreadcrumbs,trackingScopes:s.trackingScopesWithoutBreadcrumbs}}function hi(e){if(!e)return{};var t=e.trk,n=!1,i=e.licu&&decodeURIComponent(e.licu);e.external_control&&(i="urn:li:externalControl:".concat(decodeURIComponent(e.external_control)),n=!0);var r,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?r={pageInstance:o,pageKey:t}:t&&(r={pageKey:t}),e.external_page&&e.external_page_instance){var a=decodeURIComponent(e.external_page);r={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&&((r=r||{}).applicationInstance=s),{fromExternalApp:n||!!s,previousApplicationInstance:s,previousContext:r,previousControlId:e.lici&&decodeURIComponent(e.lici),previousControlUrn:i}}var pi=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 fi(e){return"retryConfig"in e.host}function vi(e){return"location"in e.api}var mi;!function(){function e(t,n,i,r,o,a,s,c){var l,u,d,h;if(Se(this,e),ke(this,"transporter",void 0),ke(this,"delegate",void 0),ke(this,"viewSpecs",void 0),ke(this,"transportConfig",void 0),ke(this,"dynamicTransporterSupportLixKey",void 0),ke(this,"domain",void 0),ke(this,"trackingAppName",void 0),ke(this,"dynamicTransporterSupportLixValue",void 0),ke(this,"currentContext",void 0),ke(this,"appState",void 0),ke(this,"referrer",void 0),ke(this,"previousAppContext",void 0),ke(this,"customTransporters",void 0),ke(this,"clientMonitoringConn",void 0),ke(this,"dynamicTransporterSupportEnabled",void 0),this.transporter=t,this.delegate=n,this.viewSpecs=i,this.transportConfig=r,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 p=null==pi?void 0:pi["".concat(null==s?void 0:s.toLowerCase(),"TransporterConfig")];Nn(p)?this.transportConfig=p:this.transportConfig=r}if(n&&n.customTransporterHosts)for(var f in n.customTransporterHosts)if(Object.prototype.hasOwnProperty.call(n.customTransporterHosts,f)){var v=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[f]=new ii(this.transporter.host.api.assign(v,n.customTransporterHosts[f]))}if(this.dynamicTransporterSupportEnabled&&Nn(this.transportConfig))for(var m=0,g=Object.entries(this.transportConfig);m<g.length;m++){var y,E,b=he(g[m],2),w=b[0],T=b[1];T=de(de({},T),{},{endpoint:a&&null!==(y=T)&&void 0!==y&&y.endpoint?"".concat(Pn(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 ii(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&&vi(t.host)&&(this.clientMonitoringConn=$n(t.host)),Nn(i)&&(this.viewSpecs=i)}Ce(e,[{key:"host",get:function(){return this.transporter.host}},{key:"addBeforeHandlerToHideEvent",value:function(e){ln.before(nn,e)}},{key:"removeBeforeHandlerToHideEvent",value:function(e){ln.offBefore(nn,e)}},{key:"checkAndEnablePersistentRetry",value:function(){fi(this.transporter)&&this.transporter.checkAndEnablePersistentRetry(this.delegate)}},{key:"flushAndClearPersistedEventsOnLogout",value:function(){this.forceFlush();var e=fi(this.transporter)?this.transporter.clearPersistedEventsOnLogout():null;return null!=e?e:this.host.api.Promise.resolve()}},{key:"getCurrentContext",value:function(){if(this.currentContext)return _n(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]:{},i=this.navMetaFromSeed(e,hi(t),null==n?void 0:n.pageInstanceTrackingId);if(this.setCurrentContext(i.to),!n.suppressEventsFiring)return this.fireNavEvents(i)}},{key:"setCurrentContext",value:function(e){var t;this.currentContext=_n(e,this.host.api),null===(t=this.clientMonitoringConn)||void 0===t||t.setCurrentContext(_n(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,i,r){return this.fireEvent("ControlInteractionEvent",(function(n){var o=wn(n.pageKey,e),a={controlTrackingId:i,controlUrn:o,interactionType:t};return r&&r(o),a}),{context:n})}},{key:"getViewHierarchy",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-name]");if(i){var r=i.getAttribute("data-view-name");r&&t.push(r)}n=null==i?void 0:i.parentElement}return t}},{key:"getViewTrackingScope",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-tracking-scope]");if(i){var r=i.getAttribute("data-view-tracking-scope");if(r)try{var o=JSON.parse(r);o&&o.length&&t.push.apply(t,be(o))}catch(e){An("getViewTrackingScope","Error parsing trackingScope ".concat(r))}}n=null==i?void 0:i.parentElement}return t}},{key:"fireInteraction",value:function(e){var t,n=e.manualFireReason,i=e.interactionType,r=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,p=e.actionType,f=e.contentTrackingId,v=void 0===f?void 0:f,m=e.clientBreadcrumbs,g=void 0===m?[]:m,y=e.isShadowEvent,E=e.cooloffToken,b=e.testId,w=e.mediaStateInfo,T=r?this.getViewHierarchy(r):[],_=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(r);if(this.dynamicTransporterSupportEnabled){var I=Ln(this.transportConfig),C=he(Rn(S,I),2),k=C[0],A=C[1],O="GenericActionEvent",x={verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,mediaStateInfo:w};if(Nn(k)){for(var L=0,R=Object.entries(k);L<R.length;L++){var N=he(R[L],2),P=N[0],D=di(N[1]),M=D.breadcrumbs,U=D.trackingScopes;this.fireEvent(O,de(de({},x),{},{trackingScopeHierarchy:{entries:U}}),{header:{viewHierarchy:_,testId:b},transporterKey:P},M,y)}if(0===A.length)return Promise.resolve(!0)}var F=di(A),B=F.breadcrumbs,j=F.trackingScopes;return this.fireEvent(O,{verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:j},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(be(g),be(B)),y)}var G=di(S),H=G.breadcrumbs,q=G.trackingScopes;return this.fireEvent("GenericActionEvent",{verticalPosition:l,horizontalPosition:u,controlUrn:h||"",interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:q},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(be(g),be(H)),y)}},{key:"fireImpression",value:function(e,t){var n,i=e.manualFireReason,r=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,p=e.width,f=void 0===p?-1:p,v=e.height,m=void 0===v?-1:v,g=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,C=e.mediaStateInfo,k=r?this.getViewHierarchy(r):[],A=k.length>0?k:a;0!==A.length&&(!this.viewSpecs||null!==(n=this.viewSpecs)&&void 0!==n&&n.some((function(e){return e.viewName==A[0]})))||console.warn("No viewHierarchy provided or found from element.");var O=c.length>0?c:this.getViewTrackingScope(r);if(this.dynamicTransporterSupportEnabled){var x=Ln(this.transportConfig),L=he(Rn(O,x),2),R=L[0],N=L[1],P="GenericImpressionEvent",D={viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,mediaStateInfo:C},M={header:{viewHierarchy:A,testId:I},context:null==t?void 0:t.context};if(Nn(R)){for(var U=0,F=Object.entries(R);U<F.length;U++){var B=he(F[U],2),j=B[0],G=di(B[1]),H=G.breadcrumbs,q=G.trackingScopes;this.fireEvent(P,de(de({},D),{},{trackingScopeHierarchy:{entries:q}}),de(de({},M),{},{transporterKey:j}),H,_)}if(0===N.length)return Promise.resolve(!0)}var W=di(N),K=W.breadcrumbs,z=W.trackingScopes;return this.fireEvent(P,{viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,trackingScopeHierarchy:{entries:z},mediaStateInfo:C},M,[].concat(be(T),be(K)),_)}var V=di(O),X=V.breadcrumbs,J=V.trackingScopes,Y={header:{viewHierarchy:A,testId:I},context:null==t?void 0:t.context};return this.fireEvent("GenericImpressionEvent",{viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,trackingScopeHierarchy:{entries:J},mediaStateInfo:C},Y,[].concat(be(T),be(X)),_)}},{key:"fireEvent",value:function(e,t,n,i,r){var o=this;if(!t){var a=Vn(e),s=void 0===t?"undefined":null===t?"null":_e(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(Yn.MISSING_REQUIRED_PROPERTIES,e,c,l)}throw new Error(c)}var u=i||[];if(u.length>0){var d=(u=u.map((function(e){return o.transformBreadcrumb(e)}))).map((function(e){return oi.toPointer(e)}));this.host.api.assign(t,{clientBreadcrumbPointers:d})}var h=u.length>0?this.generateEnvelopeWithBreadcrumbs(e,t,n,u,r):this.generateEnvelope(e,t,n,r);return this.fireEnvelope(h)}},{key:"generateEnvelopeWithBreadcrumbs",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.generateEnvelope(e,t,n,r);return i.length>0?this.addBreadcrumbsToEnvelope(o,i):o}},{key:"transformBreadcrumb",value:function(e){try{if(Nn(e.content))return de({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(zn(e.id)){var i=e.id;e.id={eventName:i,topicName:i,shouldAnonymizeMemberId:!0}}else e.id.shouldAnonymizeMemberId=!0;var r=this.delegate&&this.delegate.preTransporter?this.delegate.preTransporter(e):e;if(r){var o=r.meta.transporterKey,a=o?this.customTransporters[o]:this.transporter;if(!a&&o){var s=Vn(r.id),c="Could not find custom transporter: ".concat(o);if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(s);this.clientMonitoringConn.logFailedEvent(Yn.UNKNOWN_EXECUTION_ERROR,r.id,c,l)}throw new Error(c)}return a.fireEvent(r)}return this.host.api.Promise.resolve(!0)}},{key:"generatePageInstance",value:function(e,t){return bn(e,t)}},{key:"firePVE",value:function(e,t,n){return this._firePVE(e,t,n)}},{key:"_firePVE",value:function(e,t,n){var i={pageType:"full",totalTime:0,trackingCode:this.getTrackingCode(),trackingInfo:{}},r=this.host.api.assign(i,t),o=this.generateEnvelope("PageViewEvent",r,{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),ln.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 wn((t||this.currentContext||{pageKey:xe}).pageKey,e)}},{key:"fireRawCIE",value:function(e,t,n,i){var r={controlTrackingId:i,controlUrn:e,interactionType:t};return{beacon:this.fireEvent("ControlInteractionEvent",r,{context:n}),controlUrn:e}}},{key:"generateNavigationEvent",value:function(e){var t=e.triggerId,n=e.triggerUrn,i=e.from;return{previousPageInstance:i&&i.pageInstance,triggerControlTrackingId:t,triggerControlUrn:n}}},{key:"getTrackingCode",value:function(){return this.previousAppContext&&this.previousAppContext.pageKey}},{key:"navMetaFromSeed",value:function(e,t,n){var i="NavigationEvent";this.previousAppContext=t.previousContext;var r=t.fromExternalApp?{eventName:i,topicName:"InboundNavigationEvent"}:i;return t.fromExternalApp||(this.referrer="https://www.linkedin.com"),{from:t.previousContext,navEventId:r,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,i=e.from,r=e.navEventId,o=this.generateEnvelope(r,t);o.meta.requestHeader.pageKey=n.pageKey;var a=i&&i.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,i,r,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&&_n(this.currentContext,this.host.api),requestHeader:this.host.api.assign({trackingCode:this.getTrackingCode()},a.requestHeader||{},vi(this.host)?{path:"".concat(this.host.api.location.pathname).concat(this.host.api.location.search),referer:"enabled"===(null===(n=(i=this.host).__getLixTreatment)||void 0===n?void 0:n.call(i,"pai.referrer.fix.subsquent"))?this.referrer?this.referrer:null===(r=this.host.api.document)||void 0===r?void 0:r.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}}}])}();!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"}(mi||(mi={}));var gi,yi,Ei="otel-origin-jet-tag";!function(){function e(t,n){var i,r,o=this;Se(this,e),ke(this,"core",void 0),ke(this,"protocol",void 0),ke(this,"throttleKeySet",new Set),ke(this,"config",void 0),ke(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!==(i=null==n?void 0:n.throttleTime)&&void 0!==i?i:100,useOTel:null!==(r=null==n?void 0:n.useOTel)&&void 0!==r&&r},ln.on(rn,this.reportTransporterError)}Ce(e,[{key:"reportError",value:function(e){var t,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.callTreeId,a=void 0===o?"":o,s=r.responseHeaders,c=void 0===s?{}:s,l=r.sduiScreenId,u=r.componentKey,d=e.message,h=e.name,p=e.stack,f=void 0===p?"":p,v=e.fileName,m=void 0===v?"":v,g=e.lineNumber,y=void 0===g?0:g,E=e.columnNumber,b=void 0===E?0:E,w=this.core.host,T=w.appId,_=w.appVersion,S=w.service,I=w.serviceInstance,C=w.treeID,k=void 0===C?"":C,A=w.api,O=A.Promise,x=A.location,L=x.host,R=x.pathname,N=x.search,P=x.hash,D=void 0===P?"":P;if(this.config.useOTel&&!i.includes(Ei)&&ln.emit(mi.INTERNAL_OTEL_JET_EVENT,{error:e,tags:i,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:f,t:h,u:m},h:D,l:n.protocol,o:L,p:R,pageKey:e.pageKey,q:N,service:S,serviceInstance:I,serviceVersion:_,t:i,trackingID:e.pageInstance.trackingId,treeID:k,callTreeId:a,responseTraceHeaders:t,sduiScreenId:l,componentKey:u}}))};if(this.config.throttleTime<0)return U();var F=(h+d+f+i.join("")+a).split("").reduce((function(e,t){return(e<<5)-e+t.charCodeAt(0)|0}),0);return this.throttleKeySet.has(F)?O.resolve(!1):(this.throttleKeySet.add(F),setTimeout((function(){return n.throttleKeySet.delete(F)}),this.config.throttleTime),U())}},{key:"flush",value:function(){this.core.forceFlush()}},{key:"destroy",value:function(){this.core.destroy(),ln.off(rn,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"}(gi||(gi={})),function(e){e.PageLoadStartEvent="PageLoadStartEvent",e.PageLoadEndEvent="PageLoadEndEvent",e.ResourceLoadEvent="ResourceLoadEvent",e.ViewLoadEvent="ViewLoadEvent",e.PEMTracer="PEMTracer"}(yi||(yi={}));var bi,wi,Ti,_i,Si,Ii,Ci,ki=(ke(ke(ke(ke(ke(ke(ke(ke(ke(ke(te={},"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),ke(ke(ke(ke(ke(ke(te,"beacon-timeout",3e4),"enable-memory-measurement",!1),"pageKeyPrefix",""),"enable-pem-tracking-3",!1),"enable-tracking-3",!1),"enable-otel",!1)),Ai=-1,Oi=-2,xi=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"],Li={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"},Ri={"http/0.9":"HTTP0_9","http/1.0":"HTTP1_0","http/1.1":"HTTP1_1",h2:"HTTP2"},Ni="pageLoadId does not exist",Pi="rum token passed is invalid",Di=new RegExp(/batch-(\d+)$|enabled$/),Mi=function(){function e(){Se(this,e),ke(this,"userTimingEntries",[]),ke(this,"longTasks",[]),ke(this,"resourceTimingEntries",[]),ke(this,"cdnData",void 0)}return Ce(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(Fi),cdnData:this.cdnData}}}]),e}(),Ui=["resourceTreeId","name","entryType","startTime","duration","initiatorType","nextHopProtocol","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","workerStart"];function Fi(e){return Ui.reduce((function(t,n){var i=e[n];return void 0!==i&&(t[n]=i),t}),{})}function Bi(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};Ii=Object.assign(Object.assign({},n),t),Ci=function(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t.root?e.ownerDocument:e}(Ii.root,n);var i=ji(e,Si.All,(function(){return ji(e,Si.Two,(function(){return ji(e,Si.One)}))}));if(i){var r=Ji(function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{counter:0,visited:new Map},r=[];if(t.length>2&&t.length>Ii.optimizedMinLength)for(var o=1;o<t.length-1;o++){if(i.counter>Ii.maxNumberOfTries)return r;i.counter+=1;var a=be(t);a.splice(o,1);var s=Hi(a);if(i.visited.has(s))return r;Wi(a)&&Yi(a,n)&&(r.push(a),i.visited.set(s,!0),r=r.concat(e(a,n,i)))}return r}(i,e));return r.length>0&&(i=r[0]),Hi(i)}throw new Error("Selector was not found.")}function ji(e,t,n){for(var i=null,r=[],o=e,a=0,s=function(){var e=Vi(function(e){var t=e.getAttribute("id");return t&&Ii.idName(t)?{name:"#"+tr(t,{isIdentifier:!0}),penalty:0}:null}(o))||Vi.apply(void 0,be(function(e){return Array.from(e.attributes).filter((function(e){return Ii.attr(e.name,e.value)})).map((function(e){return{name:"["+tr(e.name,{isIdentifier:!0})+'="'+tr(e.value)+'"]',penalty:.5}}))}(o)))||Vi.apply(void 0,be(function(e){return Array.from(e.classList).filter(Ii.className).map((function(e){return{name:"."+tr(e,{isIdentifier:!0}),penalty:1}}))}(o)))||Vi(function(e){var t=e.tagName.toLowerCase();return Ii.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 i=0;n&&(n.nodeType===Node.ELEMENT_NODE&&i++,n!==e);)n=n.nextSibling;return i}(o);if(t===Si.All)s&&(e=e.concat(e.filter(zi).map((function(e){return Ki(e,s)}))));else if(t===Si.Two)e=e.slice(0,1),s&&(e=e.concat(e.filter(zi).map((function(e){return Ki(e,s)}))));else if(t===Si.One){var c=he(e=e.slice(0,1),1)[0];s&&zi(c)&&(e=[Ki(c,s)])}var l,u=Ee(e);try{for(u.s();!(l=u.n()).done;)l.value.level=a}catch(e){u.e(e)}finally{u.f()}if(r.push(e),r.length>=Ii.seedMinLength&&(i=Gi(r,n)))return 1;o=o.parentElement,a++};o&&o!==Ii.root.parentElement&&!s(););return i||(i=Gi(r,n)),i}function Gi(e,t){var n=Ji(function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(t.length>0){var i,r=[],o=Ee(t[0]);try{for(o.s();!(i=o.n()).done;){var a=i.value;r=r.concat(e(t.slice(1,t.length),n.concat(a)))}}catch(t){o.e(t)}finally{o.f()}return r}return[n]}(e));if(n.length>Ii.threshold)return t?t():null;var i,r=Ee(n);try{for(r.s();!(i=r.n()).done;){var o=i.value;if(Wi(o))return o}}catch(e){r.e(e)}finally{r.f()}return null}function Hi(e){for(var t=e[0],n=t.name,i=1;i<e.length;i++){var r=e[i].level||0;n=t.level===r-1?"".concat(e[i].name," > ").concat(n):"".concat(e[i].name," ").concat(n),t=e[i]}return n}function qi(e){return e.map((function(e){return e.penalty})).reduce((function(e,t){return e+t}),0)}function Wi(e){switch(Ci.querySelectorAll(Hi(e)).length){case 0:throw new Error("Can't select any node with this selector: ".concat(Hi(e)));case 1:return!0;default:return!1}}function Ki(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function zi(e){return"html"!==e.name&&!e.name.startsWith("#")}function Vi(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=t.filter(Xi);return i.length>0?i:null}function Xi(e){return null!=e}function Ji(e){return Array.from(e).sort((function(e,t){return qi(e)-qi(t)}))}function Yi(e,t){return Ci.querySelector(Hi(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"}(bi||(bi={})),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"}(wi||(wi={})),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"}(Ti||(Ti={})),function(e){e.DEFAULT="DEFAULT",e.INITIAL="INITIAL",e.SUBSEQUENT="SUBSEQUENT",e.PAGINATED="PAGINATED"}(_i||(_i={})),function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(Si||(Si={}));var Qi=/[ -,\.\/:-@\[-\^`\{-~]/,$i=/[ -,\.\/:-@\[\]\^`\{-~]/,Zi=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,er={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};function tr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},er),t);"single"!=n.quotes&&"double"!=n.quotes&&(n.quotes="single");for(var i="double"==n.quotes?'"':"'",r=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?Qi.test(l)?"\\"+l:"\\"+u.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?"\\"+u.toString(16).toUpperCase()+" ":"\\"==l||!r&&('"'==l&&i==l||"'"==l&&i==l)||r&&$i.test(l)?"\\"+l:l;a+=d}return r&&(/^-[-\d]/.test(a)?a="\\-"+a.slice(1):/\d/.test(o)&&(a="\\3"+o+" "+a.slice(1))),a=a.replace(Zi,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!r&&n.wrap?i+a+i:a}var nr,ir=[{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 rr(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e&&"function"==typeof e.now&&(e.timeOrigin||e.timing)){var n,i=e.now();return n=!e.timing&&t?Math.floor(e.timeOrigin):e.timing.navigationStart,Math.round(i+n)}return Date.now()}function or(e){var t=e||performance;return Math.round(t.now())}function ar(e){if(!e)return"null";if(e.nodeType===Node.ELEMENT_NODE)try{return Bi(e,{idName:function(e){return 0!==e.indexOf("ember")}})}catch(e){return"serialization_error"}var t=ar(e.parentElement||void 0);return"".concat(t," > nodeType(").concat(e.nodeType,")")}function sr(e,t,n){var i=[];return e&&"function"==typeof e.getEntriesByType&&(t["user-timing-measure-enabled"]&&e.getEntriesByType("measure").forEach((function(e){var t=e.name,n=e.startTime,r=e.duration;i.push({entryType:"MEASURE",name:t,startTime:n,duration:r})})),t["user-timing-mark-enabled"]&&e.getEntriesByType("mark").forEach((function(e){var t=e.name,n=e.startTime,r=e.duration;i.push({entryType:"MARK",name:t,startTime:n,duration:r})})),n&&(e.clearMeasures(),e.clearMarks())),i}function cr(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}var lr=function(){function e(t){Se(this,e),ke(this,"hostApis",void 0),ke(this,"hostnameProperties",void 0),ke(this,"usedHostnames",void 0),ke(this,"abortController",void 0),ke(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 Ce(e,[{key:"clearUsedHostnames",value:function(){this.usedHostnames=new Set}},{key:"getPresentData",value:function(){var e=this;return In(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,i=n.AbortController,r=n.Promise,o=Sn(In(this.pendingPromises),r),a=setTimeout((function(){t.abortController.abort(),t.abortController=new i}),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,i,r=this.hostApis.assign,o=(n=e.name,i=this.hostApis.document,(nr=nr||i.createElement("a")).href=n,nr.hostname);if(this.usedHostnames.add(o),!this.hostnameProperties[o]&&!this.isResourcePossiblyFromCache(e)){var a=this.fetchCdnFromUrl(e.name).then((function(e){var n=r({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(){Se(this,e)}return Ce(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 i,r=(t=t||"").length%16,o=t.length-r,a=[0,n],s=[0,n],c=[0,0],l=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(i=0;i<o;i+=16)c=[255&t.charCodeAt(i+4)|(255&t.charCodeAt(i+5))<<8|(255&t.charCodeAt(i+6))<<16|(255&t.charCodeAt(i+7))<<24,255&t.charCodeAt(i)|(255&t.charCodeAt(i+1))<<8|(255&t.charCodeAt(i+2))<<16|(255&t.charCodeAt(i+3))<<24],l=[255&t.charCodeAt(i+12)|(255&t.charCodeAt(i+13))<<8|(255&t.charCodeAt(i+14))<<16|(255&t.charCodeAt(i+15))<<24,255&t.charCodeAt(i+8)|(255&t.charCodeAt(i+9))<<8|(255&t.charCodeAt(i+10))<<16|(255&t.charCodeAt(i+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],r){case 15:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+14)],48));case 14:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+13)],40));case 13:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+12)],32));case 12:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+11)],24));case 11:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+10)],16));case 10:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+9)],8));case 9:l=e.x64Xor(l,[0,t.charCodeAt(i+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(i+7)],56));case 7:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+6)],48));case 6:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+5)],40));case 5:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+4)],32));case 4:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+3)],24));case 3:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+2)],16));case 2:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+1)],8));case 1:c=e.x64Xor(c,[0,t.charCodeAt(i)]),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(){Se(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 Ce(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:{}}},i=Date.now(),r={},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(){r[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()-r[c],++a>=o&&(n.data.latency.acq_time.allFeatures=Date.now()-i,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()-i,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,i=e.length;n<i;n++)t(e[n],n,e);else for(var r in e)e.hasOwnProperty(r)&&t(e[r],r,e)}},{key:"map",value:function(e,n){var i=[];return null==e?i:Array.prototype.map&&e.map===Array.prototype.map?e.map(n):(t.each(e,(function(e,t,r){i.push(n(e,t,r))})),i)}},{key:"getIPs",value:function(e,t){var n={},i=new(window.RTCPeerConnection||window.webkitRTCPeerConnection||window.mozRTCPeerConnection||window.msRTCPeerConnection)({iceServers:[{urls:"stun:stun.l.google.com:19302"}]},{optional:[{RtpDataChannels:!0}]}),r=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=i.localDescription;null!==e&&e.sdp.split("\n").forEach((function(e){0!==e.indexOf("a=candidate:")&&0!==e.indexOf("c=IN")||r(e)})),t(Object.keys(n))}};i.onicecandidate=function(e){e.candidate&&r(e.candidate.candidate)},i.onicegatheringstatechange=function(e){"complete"===i.iceGatheringState&&a()},i.createDataChannel("bl");try{i.createOffer().then((function(e){i.setLocalDescription(e)}))}catch(e){i.createOffer((function(e){i.setLocalDescription(e,(function(){}),(function(){}))}),(function(){}))}setTimeout((function(){a()}),2e3)}},{key:"automationKey",value:function(e,n){if(t.getHasLiedBrowser())e("undetected, fake browser");else{var i=t.getBrowserNameAndVersion().split(" ")[0];"Chrome"!==i||!0!==navigator.webdriver?"Firefox"===i&&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 i=n.audio;if(i.excludeIOS11&&navigator.userAgent.match(/OS 11.+Version\/11.+Safari/))return e(n.EXCLUDED);var r=window.OfflineAudioContext||window.webkitOfflineAudioContext;if(null==r)return e(n.NOT_AVAILABLE);var o=new r(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")}),i.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 i=t.getBrowserNameAndVersion().split(" "),r=i[0],o=i[1],a=n.NOT_AVAILABLE;if("Chrome"===r)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"===r){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"===r){var c=indexedDB.open("test");c.onerror=function(){e(!0)},c.onsuccess=function(){e(!1)}}else e("IE"===r||"EDGE"===r?!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 i in e)if(e.hasOwnProperty(i)){var r=e[i];n[i]=r(i)}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 i=["monospace","sans-serif","serif"],r=["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&&(r=r.concat(n.fonts.extendedJsFonts)),void 0!==n.fonts&&void 0!==n.fonts.userDefinedFonts&&(r=r.concat(n.fonts.userDefinedFonts)),r=r.filter((function(e,t){return r.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<i.length;n++)if(t=e[n].offsetWidth!==c[i[n]]||e[n].offsetHeight!==l[i[n]])return t;return t},p=function(){for(var e=[],t=0,n=i.length;t<n;t++){var r=u();r.style.fontFamily=i[t],a.appendChild(r),e.push(r)}return e}();o.appendChild(a);for(var f=0,v=i.length;f<v;f++)c[i[f]]=p[f].offsetWidth,l[i[f]]=p[f].offsetHeight;var m=function(){for(var e={},t=0,n=r.length;t<n;t++){for(var o=[],a=0,c=i.length;a<c;a++){var l=d(r[t],i[a]);s.appendChild(l),o.push(l)}e[r[t]]=o}return e}();o.appendChild(s);for(var g=[],y=0,E=r.length;y<E;y++)h(m[r[y]])&&g.push(r[y]);o.removeChild(s),o.removeChild(a);var b={};b.fontsHash=e.x64hash128(g.join(),23),n.fonts.hashOnly||(b.lists=g),t(b)}},{key:"mimetypesComponent",value:function(e,t){if(void 0!==navigator.mimeTypes&&null!==navigator.mimeTypes){for(var n=navigator.mimeTypes,i=[],r=0;r<n.length;r++){var o={};o.type=n[r].type,o.suffixes=n[r].suffixes,o.description=n[r].description,i.push(o)}e(i)}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=[],i=0,r=navigator.plugins.length;i<r;i++)navigator.plugins[i]&&n.push(navigator.plugins[i]);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,i=e.plugins.sortPluginsFor.length;n<i;n++){var r=e.plugins.sortPluginsFor[n];if(navigator.userAgent.match(r)){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={},i=document.createElement("canvas");i.width=2e3,i.height=200,i.style.display="inline";var r=i.getContext("2d");return r.rect(0,0,10,10),r.rect(2,2,6,6),n.canvasWinding=!1===r.isPointInPath(5,5,"evenodd")?"yes":"no",r.textBaseline="alphabetic",r.fillStyle="#f60",r.fillRect(125,1,62,20),r.fillStyle="#069",t.dontUseFakeFontInCanvas?r.font="11pt Arial":r.font="11pt no-real-font-123",r.fillText("Cwm fjordbank glyphs vext quiz, 😃",2,15),r.fillStyle="rgba(102, 204, 0, 0.2)",r.font="18pt Arial",r.fillText("Cwm fjordbank glyphs vext quiz, 😃",4,45),r.globalCompositeOperation="multiply",r.fillStyle="rgb(255,0,255)",r.beginPath(),r.arc(50,50,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(0,255,255)",r.beginPath(),r.arc(100,50,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(255,255,0)",r.beginPath(),r.arc(75,100,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(255,0,255)",r.arc(75,75,75,0,2*Math.PI,!0),r.arc(75,75,25,0,2*Math.PI,!0),r.fill("evenodd"),i.toDataURL&&(n.canvasHash=e.x64hash128(i.toDataURL(),23)),n}},{key:"getWebglFp",value:function(n){var i,r=function(e){return i.clearColor(0,0,0,1),i.enable(i.DEPTH_TEST),i.depthFunc(i.LEQUAL),i.clear(i.COLOR_BUFFER_BIT|i.DEPTH_BUFFER_BIT),"["+e[0]+", "+e[1]+"]"};if(!(i=t.getWebglCanvas()))return null;var o={},a=i.createBuffer();i.bindBuffer(i.ARRAY_BUFFER,a);var s=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);i.bufferData(i.ARRAY_BUFFER,s,i.STATIC_DRAW),a.itemSize=3,a.numItems=3;var c=i.createProgram(),l=i.createShader(i.VERTEX_SHADER);i.shaderSource(l,"attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}"),i.compileShader(l);var u=i.createShader(i.FRAGMENT_SHADER);i.shaderSource(u,"precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}"),i.compileShader(u),i.attachShader(c,l),i.attachShader(c,u),i.linkProgram(c),i.useProgram(c),c.vertexPosAttrib=i.getAttribLocation(c,"attrVertex"),c.offsetUniform=i.getUniformLocation(c,"uniformOffset"),i.enableVertexAttribArray(c.vertexPosArray),i.vertexAttribPointer(c.vertexPosAttrib,a.itemSize,i.FLOAT,!1,0,0),i.uniform2f(c.offsetUniform,1,1),i.drawArrays(i.TRIANGLE_STRIP,0,a.numItems);try{o.webglHash=e.x64hash128(i.canvas.toDataURL(),23)}catch(e){}if(n.webgl.hashOnly)return o;o.vendorAndRenderer=t.getWebglVendorAndRenderer(),o.extensions=i.getSupportedExtensions()||[],o["webgl aliased line width range"]=r(i.getParameter(i.ALIASED_LINE_WIDTH_RANGE)),o["webgl aliased point size range"]=r(i.getParameter(i.ALIASED_POINT_SIZE_RANGE)),o["webgl alpha bits"]=i.getParameter(i.ALPHA_BITS),o["webgl antialiasing"]=i.getContextAttributes().antialias?"yes":"no",o["webgl blue bits"]=i.getParameter(i.BLUE_BITS),o["webgl depth bits"]=i.getParameter(i.DEPTH_BITS),o["webgl green bits"]=i.getParameter(i.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}(i),o["webgl max combined texture image units"]=i.getParameter(i.MAX_COMBINED_TEXTURE_IMAGE_UNITS),o["webgl max cube map texture size"]=i.getParameter(i.MAX_CUBE_MAP_TEXTURE_SIZE),o["webgl max fragment uniform vectors"]=i.getParameter(i.MAX_FRAGMENT_UNIFORM_VECTORS),o["webgl max render buffer size"]=i.getParameter(i.MAX_RENDERBUFFER_SIZE),o["webgl max texture image units"]=i.getParameter(i.MAX_TEXTURE_IMAGE_UNITS),o["webgl max texture size"]=i.getParameter(i.MAX_TEXTURE_SIZE),o["webgl max varying vectors"]=i.getParameter(i.MAX_VARYING_VECTORS),o["webgl max vertex attribs"]=i.getParameter(i.MAX_VERTEX_ATTRIBS),o["webgl max vertex texture image units"]=i.getParameter(i.MAX_VERTEX_TEXTURE_IMAGE_UNITS),o["webgl max vertex uniform vectors"]=i.getParameter(i.MAX_VERTEX_UNIFORM_VECTORS),o["webgl max viewport dims"]=r(i.getParameter(i.MAX_VIEWPORT_DIMS)),o["webgl red bits"]=i.getParameter(i.RED_BITS),o["webgl renderer"]=i.getParameter(i.RENDERER),o["webgl shading language version"]=i.getParameter(i.SHADING_LANGUAGE_VERSION),o["webgl stencil bits"]=i.getParameter(i.STENCIL_BITS),o["webgl vendor"]=i.getParameter(i.VENDOR),o["webgl version"]=i.getParameter(i.VERSION);try{var d=i.getExtension("WEBGL_debug_renderer_info");d&&(o["webgl unmasked vendor"]=i.getParameter(d.UNMASKED_VENDOR_WEBGL),o["webgl unmasked renderer"]=i.getParameter(d.UNMASKED_RENDERER_WEBGL))}catch(e){}return i.getShaderPrecisionFormat?(t.each(["FLOAT","INT"],(function(e){t.each(["VERTEX","FRAGMENT"],(function(n){t.each(["HIGH","MEDIUM","LOW"],(function(r){t.each(["precision","rangeMin","rangeMax"],(function(t){var a=i.getShaderPrecisionFormat(i[n+"_SHADER"],i[r+"_"+e])[t];"precision"!==t&&(t="precision "+t);var s=["webgl ",n.toLowerCase()," shader ",r.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,i=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 i.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||(i.indexOf("linux")>=0||i.indexOf("android")>=0||i.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||(i.indexOf("mac")>=0||i.indexOf("ipad")>=0||i.indexOf("ipod")>=0||i.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||(i.indexOf("win")<0&&i.indexOf("linux")<0&&i.indexOf("mac")<0&&i.indexOf("iphone")<0&&i.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 i,r=eval.toString().length;if(37===r&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===r&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===r&&"Chrome"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(t){try{t.toSource(),i=!0}catch(t){i=!1}}return i&&"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 i=n.fonts.swfContainerId;t.addFlashDivNode(),window.swfobject.embedSWF(n.fonts.swfPath,i,"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 i=n[n.length-1];return i.substring(2,i.length-1)}}}catch(e){return""}return""},setItem:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.getDomain(),r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(n){var o=["".concat(e,"=").concat(t,"; path=").concat(r,"; secure=true")];"string"==typeof i&&i.length>0&&o.push("domain="+i),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",r="DFP_WEB",o="RECAPTCHA_V3_WEB";function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2?arguments[2]:void 0,i=n?n.querySelector("#"+e):document.getElementById(e);if(i){var r=i.firstChild.nodeValue;if(t&&i.parentNode.removeChild(i),r)try{return JSON.parse(r)}catch(e){return}}}function s(e,t,n){var i=new XMLHttpRequest,r=n?"https://www.linkedin.com":"https://www.linkedin-ei.com";r+=String(t),i.open("POST",r),i.setRequestHeader("Content-Type","application/json"),i.send(e)}function c(e){var t=document.getElementsByClassName(e);return void 0!==t&&t.length>=1}var l=function(){function e(){Se(this,e)}return Ce(e,null,[{key:"str2ab",value:function(e){for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),i=0,r=e.length;i<r;i++)n[i]=e.charCodeAt(i);return t}},{key:"encode",value:function(e){return window.btoa(String.fromCharCode.apply(null,e))}},{key:"importPk",value:function(t,n,i){var r=window.atob(n),o=e.str2ab(r);return window.crypto.subtle.importKey(t,o,{name:"RSA-OAEP",hash:"SHA-256"},!0,i)}},{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,i){var r={a:null,b:null,c:null};try{var o=Date.now();if("string"!=typeof n||"number"!=typeof i)throw new Error("ec1");var a=window.crypto.getRandomValues(new Uint8Array(16));r.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 r.b=t,r.c=e.encode(new Uint8Array(a)),r.d=Date.now()-o,r.e=i,r}))}))})).catch((function(e){return r.error=String(e),r}))}catch(t){return r.error=String(t),Promise.resolve(r)}}},{key:"encryptWithKeyIds",value:function(t,n,i,r){if("string"!=typeof n||"string"!=typeof i)return Promise.resolve(e.wrapErrorResult("Error: ec2"));var o=a(n),s=parseInt(a(i));return(""===o||"string"!=typeof o||"number"!=typeof s||Number.isNaN(s))&&(o=r?"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",s=r?2:1),e.encryptWithKey(t,o,s)}},{key:"encryptWithKeyFromDifferentSources",value:function(t,n,i,r,o){return null!=r&&"string"==typeof r.publicKey&&"number"==typeof r.publicKeyVersion?e.encryptWithKey(t,r.publicKey,r.publicKeyVersion):e.encryptWithKeyIds(t,n,i,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}(),u=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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0==--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0==--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m==t-1){f.push(n(v));break}m++}return f.join("")}};return e}(),d={apfcTypes:1,collectionType:2,trackingId:3},h={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},f={liedOS:1,liedBrowser:2,liedResolution:3,adBlockInstalled:4,liedLanguages:5},v={type:1,description:2,suffixes:3},m={canvasHash:1,canvasWinding:2},g={label:1,gid:2,id:3,kind:4},y={lists:1,fontsHash:2},E={Orientation:1,Enabled:2},b={charging:1,dischargingTime:2,level:3,chargingTime:4},w={touchStart:1,touchEvent:2,maxTouchPoints:3},T={"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},_={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},S={"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},I={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,i=new Array(t);n<t;n++)i[n]=e[n];return i}var A=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?"),O=/^fs_/;var x,L,R=/(?![^(]*\)),/,N=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 "+_e(e)+".");var t,n,i=A.exec(e);return i&&(t=i[1].replace(O,""),n=i[2]),{id:n,type:t}}(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(R),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o},P=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));return n&&n.length>1?n[1]:null},D={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},M="GUEST",U="MEMBER",F="ENTERPRISE_UNBOUND",B=(C(x={},M,"li_gc"),C(x,U,"li_mc"),C(x,F,"li_ec"),x);C(L={},M,"mypreferences/g/guest-cookies"),C(L,U,"settings/member-cookies"),C(L,F,"mypreferences/e/enterprise-cookies");var j,G,H,q,W=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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=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=i,this.optedInConsentMap={},D)t[o]=t[o]||0,0!==t[o]&&(this.consentAvailable=!0),this.optedInConsentMap[o]=1===t[o]||0===t[o]&&1===r},K=(j=[D.ADVERTISING,D.ANALYTICS_AND_RESEARCH,D.FUNCTIONAL],G=[0,1,2,0],H=function(e){for(var t={},n=0;n<j.length;n++)t[j[n]]=G[e>>2*n&3];return t},q=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(";")),i=e.match(n);if(!i)return{error:"Invalid consent body encoding",consent:new W};var r=H(parseInt(i[1],10)),o=new Date(1e3*parseInt(i[2],10)),a=q(parseInt(i[3],10));return{error:null,consent:new W(r,o,t,a)}},parseConsentBodyEnterpriseUnbound:function(e,t,n){var i=function(e){try{var t=N(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(!i)return{error:"Invalid enterprise profile urn provided",consent:new W};var r=i.enterpriseAccountId,o=i.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 W};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=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),4!==n.length);i=!0);}catch(e){r=!0,o=e}finally{try{i||null==s.return||s.return()}finally{if(r)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),i=t[1],a=t[2],s=t[3];return i===r&&a===o&&s===n}))[0];if(!c)return{error:null,consent:new W};var l=H(c[0]),u=new Date(1e3*parseInt(s[2],10)),d=q(parseInt(s[3],10));return{error:null,consent:new W(l,u,F,d)}}}),z=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),V=function(e){var t={};for(var n in D)t[n]=e;return{error:null,consent:new W(t,null,null,e)}},X=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 r,o=null;try{o=(r=e,"undefined"==typeof atob&&"undefined"!=typeof Buffer?Buffer.from(r,"base64").toString("binary"):atob(r)).match(z)}catch(e){}if(!o)return{error:"Invalid consent encoding",consent:new W};var a=parseInt(o[1],10),s=o[2];return 1===a?t===F?K.parseConsentBodyEnterpriseUnbound(s,n,i):K.parseConsentBody(s,t):{error:"Invalid encoded consent version ".concat(a),consent:new W}},J=new Map([["/voyager/api/voyagerSocialDashNormComments","createComment"],["/signup/cold-join","createAccount"],["/signup/api/createAccount","createAccount"],["/signup/api/cors/createAccount","createAccount"]]);function Y(e){var t;try{t=new URL(e)}catch(n){t=new URL(e,window.location.origin)}return t.pathname}var Q=function(){function e(t,n){Se(this,e),this.callback=t,this.config=n,this.setupInterceptorForFetch(),this.setupInterceptorForOpen()}return Ce(e,[{key:"setupInterceptorForFetch",value:function(){var e=window.fetch,t=this;window.fetch=function(n,i){try{var r=Y(n);t.runActionInterceptorLogic(r)}catch(e){}return e(n,i)}}},{key:"setupInterceptorForOpen",value:function(){var e=XMLHttpRequest.prototype.open,t=XMLHttpRequest.prototype.send,n=this;XMLHttpRequest.prototype.open=function(t,n){try{this._sanitizedPath=Y(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=J.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 i={token:t,expectedAction:e};n(o,JSON.stringify(i))})).catch((function(e){var t={error:e};n(o,JSON.stringify(t))}))}))}}}]),e}(),$={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},Z=!1;try{var ee=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]:{},i=n.enterpriseProfileUrn,r=n.enterpriseAppInstanceId;if("string"!=typeof t){if("undefined"==typeof document)return{error:"cookie string must be provided in SSR mode",consent:new W};t=document.cookie}if(i&&!r||!i&&r)return{error:"enterpriseProfileUrn and enterpriseAppInstanceId must both be provided if at least one is provided",consent:new W};if(!(e!==F||i&&r))return{error:"enterpriseProfileUrn and enterpriseAppInstanceId are required for unbound userMode",consent:new W};if(!e){var o=P(B[F],t);if(o&&i&&r){var a=X(o,F,i,r);if(a.consent.userMode===F||a.error)return a}e=P("liap",t)?P(B[U],t)?U:M:P(B[M],t)?M:U}return function(e,t,n,i){var r=P(B[e],t);return r?X(r,e,n,i):P(B[M],t)||P(B[U],t)||P(B[F],t)?V(2):V(1)}(e,t,i,r)}().consent.optedInConsentMap;Z=ee[D.FUNCTIONAL]}catch(e){}var te=function(){function e(t,n,i){var r=this;if(Se(this,e),void 0!==n&&void 0!==t&&"enabled"===t.globalIntegration)"complete"===document.readyState?this.initializeGlobalIntegration(n,i):window.addEventListener("load",(function(){r.initializeGlobalIntegration(n,i)}));else if(void 0!==t){var o=JSON.parse(JSON.stringify($));c("settings-iframe")||c("setting-headline")||(o.useRequestIdleCallBack=!1),this.initialize(o,t)}else{var a=JSON.parse(JSON.stringify($));c("settings-iframe")||c("setting-headline")||(a.useRequestIdleCallBack=!1),"complete"===document.readyState?this.initialize(a):window.addEventListener("load",(function(){r.initialize(a)}))}}return Ce(e,[{key:"initializeGlobalIntegration",value:function(e,t){t.enableNetworkInterceptor&&!globalThis.apfcInterceptorInitialized&&(new Q(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($,e,t)}},{key:"checkConfigAndInitializeThirdPartyIntegration",value:function(e,t){(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes(o)||!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(r)||!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 i=Date.now(),r=Number(n.getItem("df_ts"));(!1===Z||i-r>t)&&n.deleteItem("df_ts")}}},{key:"addDfCookieIfRequired",value:function(e){if(!0===Z&&"number"==typeof e.samplingTimeWindowInMillis&&e.samplingTimeWindowInMillis>0){var t=Date.now(),i=new Date;i.setTime(t+e.samplingTimeWindowInMillis),n.setItem("df_ts",t,i)}}},{key:"initialize",value:function(e,n){if(null!=n||null!=a("apfcDfPK")){var i=this.reqid,r=this.pageInstance,o=this.isProd();return(new t).getFeatures((function(t,a){t.reqid=i,t.pageInstance=r,t.fullFeatureCollection=a,l.encryptWithKeyFromDifferentSources(JSON.stringify(t),"apfcDfPK","apfcDfPKV",n,o).then((function(t){globalThis.apfcDf=t,!0===a&&s(JSON.stringify(t),e.telemetryCollectPath,o)}))}),e)}globalThis.triggerApfc=this.reentry}},{key:"intializeGlobalIntegration",value:function(i,r,o){var a=this.isProd();return(new t).getFeatures((function(t,c){if(!0===c){if(e.prototype.populateFpDataCookie(t,o),!0===o.isSyncEnabledWithHeaders){var C=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 i=t.extensions,r=[],o=0;o<i.length;o++){var a=i[o];r[o]=_.hasOwnProperty(a)?_[a]:a}t.extensions=r}null!=t&&(Object.keys(T).forEach((function(e){n[T[e]]=t[e]})),e.webgl=n)}(e),function(e){var t=e.touchSupport,n={};null!=t&&(Object.keys(w).forEach((function(e){n[w[e]]=t[e]})),e.touchSupport=n)}(e),function(e){var t=e.battery,n={};null!=t&&(Object.keys(b).forEach((function(e){n[b[e]]=t[e]})),e.battery=n)}(e),function(e){var t=e.screenOrientation,n={};null!=t&&(Object.keys(E).forEach((function(e){n[E[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 i=t.lists,r=[],o=0;o<i.length;o++){var a=i[o];r[o]=S.hasOwnProperty(a)?S[a]:a}t.lists=r}null!=t&&(Object.keys(y).forEach((function(e){n[y[e]]=t[e]})),e.fonts=n)}(e),function(e){var t=e.enumerateDevices,n=[];if(null!=t){for(var i=function(){var e=t[r],i={};Object.keys(g).forEach((function(t){i[g[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();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 i=function(){var e=t[r],i={};Object.keys(v).forEach((function(t){i[v[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e.mimetyps=n}}(e),function(e){var t=e.signals,n={};null!=t&&(Object.keys(f).forEach((function(e){n[f[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(h).forEach((function(e){n[h[e]]=t[e]})),e.location=n)}(e),function(e){var t=e.FPDataCookie,n={};null!=t&&(Object.keys(d).forEach((function(e){n[d[e]]=t[e]})),e.FPDataCookie=n)}(e),Object.keys(I).forEach((function(n){t[I[n]]=e[n]})),t}(t));globalThis.apfcDfH=(k=C,u.compressToBase64(k))}l.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 i={};return i.payload=t,i.browserId=n.getBcookie(),i}(e);s(JSON.stringify(t),i.gloablIntegrationDataCollectionPath,a)}r("DNA",JSON.stringify(e))})),globalThis.dnaIntegrationCompleted=!0}var k}),i)}},{key:"intializeDfpIntegration",value:function(t,i){var o=n.getBcookie(),a=this.isProd()?"fb6bbd47-fa7c-4264-b4e9-b25948407586":"ee078acd-0704-4344-9e5b-6b84b480c30a";try{if(RegExp("^[\\w-]*$").test(o)){var s="https://merchantpool1.linkedin.com/mdt.js?session_id=".concat(o,"&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:o,instanceId:a};e.prototype.populateFpDataCookie(l,i),t(r,JSON.stringify(l))}else{var u={error:"Invalid session_id: "+o};t(r,JSON.stringify(u))}}catch(i){var d={error:i};t(r,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(),u="https://li.protechts.net/index.html?ts="+a+"&r_id="+encodeURIComponent(o)+"&app_id="+s+"&uc=scraping";l.generateSha256HashOrDefault(c).then((function(n){""!==(c=n)&&(u+="&d_id="+c);try{var l=document.createElement("iframe");l.setAttribute("id","humanThirdPartyIframe"),l.setAttribute("src",u),l.setAttribute("sandbox","allow-same-origin allow-scripts"),l.setAttribute("aria-hidden","true"),l.style.height="0px",l.style.width="0px",l.style.border="none",l.style.position="absolute",l.style.left="-9999px",document.body.appendChild(l);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}();te.prototype.reentry=function(e){globalThis.triggerApfc=null,new te(e)},te.prototype.reentryGlobalIntegration=function(e,t){globalThis.triggerDnaApfcEvent=null,new te({globalIntegration:"enabled"},e,t)},te.prototype.reentryGlobalIntegrationOnDemand=function(e,t){if(void 0!==t&&void 0!==e){var n=te.prototype.extractDataCookie();!0===t.onlyOnDemandFlow&&null===n||(t.fpDataCookie=n,null!==n&&(t.enableOnDemandMode=!0),te.prototype.reentryGlobalIntegration(e,t))}},te.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 i={};return i.trackingId=t[0],i.memberId=t[1],i.sessionUrn=t[2],i.collectionType=t[3],i.apfcTypes=t[4].split(","),i},te.prototype.populateFpDataCookie=function(e,t){"object"==_e(e)&&"object"==_e(t)&&(e.FPDataCookie=t.fpDataCookie)},te.prototype.isProd=function(){var e=location&&location.host;return e&&e.indexOf(".linkedin.com")>-1&&!e.startsWith("pemberly")},te.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=te.prototype.reentryGlobalIntegration),void 0===globalThis.triggerDnaApfcEventOnDemand&&(globalThis.triggerDnaApfcEventOnDemand=te.prototype.reentryGlobalIntegrationOnDemand),(void 0===globalThis.maxApfcVersion||2>globalThis.maxApfcVersion)&&(globalThis.maxApfcVersion=2,globalThis.triggerDnaApfcEventOnDemandVersioned=te.prototype.reentryGlobalIntegrationOnDemand),new te)}();var ur=function(){function e(){Se(this,e)}return Ce(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}(),dr=function(){function e(t,n,i,r,o,a,s,c,l,u){Se(this,e),ke(this,"hostApis",void 0),ke(this,"statics",void 0),ke(this,"options",void 0),ke(this,"allowTimingOrigin",void 0),ke(this,"fireResourceLoadEvent",void 0),ke(this,"isTracerEnabled",void 0),ke(this,"responseRleCache",void 0),ke(this,"fireApfcEvent",void 0),ke(this,"abuseDeviceSignalCollectionConfig",void 0),ke(this,"trackingEndpoint",void 0),ke(this,"collectResourceTimings",void 0),ke(this,"collectCdnData",void 0),ke(this,"perfObserver",void 0),ke(this,"renderTimings",new Map),ke(this,"urlToTreeId",new Map),ke(this,"cdnDataProvider",void 0),ke(this,"observables",new Mi),ke(this,"trackingEndpointPattern",void 0),this.hostApis=t,this.statics=n,this.options=i,this.allowTimingOrigin=r,this.fireResourceLoadEvent=o,this.isTracerEnabled=a,this.responseRleCache=s,this.fireApfcEvent=c,this.abuseDeviceSignalCollectionConfig=l,this.trackingEndpoint=u,this.collectResourceTimings=i["enable-rs-timing"],this.collectCdnData=i["enable-cdn-tracking"],this.collectCdnData&&(this.cdnDataProvider=new lr(t)),this.trackingEndpointPattern=function(e){if(!e)return"/li/track";try{return new URL(e).pathname}catch(t){return e}}(this.trackingEndpoint)}return Ce(e,[{key:"recordTreeId",value:function(e,t){this.collectResourceTimings&&this.urlToTreeId.set(function(e,t){return(nr=nr||t.createElement("a")).href=e,nr.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:rr(this.hostApis.performance,this.allowTimingOrigin)})}},{key:"recordRenderEnd",value:function(e,t,n){var i=this.renderTimings.get(e);if(i&&(i.renderEnd=i.renderEnd||rr(this.hostApis.performance,this.allowTimingOrigin),t))return n?this.collectViewLoadEventData(i,n):void An("ViewLoadEvent",Ni)}},{key:"collectViewLoadEventData",value:function(e,t){var n=e.renderName,i=e.renderEnd,r=void 0===i?-1:i,o=e.renderStart,a=void 0===o?-1:o,s=[];return s.push({viewProgressType:"RENDER_START",timestamp:a}),s.push({viewProgressType:"RENDER_END",timestamp:r}),{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,i=e.immediate,r=this.collectSynchronousData(n);if(i)return r;var o=this.collectAsynchronousData();return"then"in o?o.then((function(e){return(0,t.hostApis.assign)(r,e),r})):r}},{key:"collectPageLoadStartData",value:function(e){var t=e.isInitial,n=e.rumKey,i=Object.create(null);i.pageKey=n,i.pageLoadType=t?"INITIAL_LOAD":"SUBSEQUENT_LOAD",i.networkInformationMetrics=this.snapshot.networkInformationMetrics;var r=this.statics,o=r.webUIFramework,a=r.timeSource,s=r.isSinglePageApp,c=r.appRenderMode,l=r.isAppRenderFailed,u=r.isFromServiceWorker,d=r.treeId;return i.treeId=d,i.browserPageLoadStartContext={webUIFramework:o,timeSource:a,isSinglePageApp:s,appRenderMode:c,isAppRenderFailed:l,isFromServiceWorker:u},i}},{key:"collectPageLoadEndData",value:function(e){var t=Object.create(null),n=Object.create(null);t.cdnData=[],t.browserPageLoadEndContext={},t.navigationTiming=Object.create(null);var i=e.isInitial,r=e.immediate,o=this.hostApis.assign;if(i){var a=pr(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,xi.forEach((function(e){Object.prototype.hasOwnProperty.call(a,e)&&(n[e]=a[e])})),o(t.navigationTiming,n)}if(!r){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,i=e.transferSize,r=e.initiatorType,o=e.nextHopProtocol,a=e.encodedBodySize,s=e.decodedBodySize,c=e.requestStart,l={};l.resourceKey=n,l.isNetwork=!!i&&0!==i,l.loadType=r||"unknown",l.timeOrigin=t;var u=[];Object.keys(Li).forEach((function(t){var n;t in Ti&&void 0!==e[t]&&u.push({resourceProgressType:Li[t],duration:null!==(n=e[t])&&void 0!==n?n:-1})})),l.resourceProgressStates=u;var d={},h=Ri[o];d.nextHopProtocol=null!=h?h:"UNKNOWN",d.transferSize=i,d.encodedBodySize=a,d.decodedBodySize=s,l.resourceNetworkContext=d,l.requestStart=c;try{var p,f,v=new URL(n),m=v.pathname+v.search+v.hash;return null===(p=this.responseRleCache)||void 0===p||p.offerResourceLoadEvent(m,l),null===(f=this.responseRleCache)||void 0===f?void 0:f.flushCacheByUrl(m)}catch(e){var g,y="".concat("Invalid url from ResourceLoadEvent"," request url ").concat(n);return e instanceof Error?(e.message="".concat(y," ").concat(e.message),An("ResourceLoadEvent",e)):An("ResourceLoadEvent",y),null===(g=this.responseRleCache)||void 0===g?void 0:g.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,i=t.PerformanceObserver,r=Object.create(null);return this.statics.pageLoadMode=e?"INITIAL":"PARTIAL",i||(this.observables.userTimingEntries=sr(this.hostApis.performance,this.options,!0),this.collectResourceTimings&&this.processNewResourceTimings()),this.observables.attachTreeIds(this.urlToTreeId),this.urlToTreeId.clear(),n(r,this.observables.getData(),this.snapshot,this.statics),e&&n(r,pr(this.hostApis.performance)),n(r,this.collectAsynchronousData(!0)),r}},{key:"collectAsynchronousData",value:function(e){var t=this,n={cdnData:[],usedCDN:this.extractUsedCDN([])};if(e){if(this.collectCdnData){var i=this.cdnDataProvider.getPresentData();n.cdnData=i,n.usedCDN=this.extractUsedCDN(i)}return n}var r=[];return this.collectCdnData&&r.push(this.cdnDataProvider.getDataWhenReady(this.options["async-plugins-timeout"]).then((function(e){n.cdnData=e,n.usedCDN=t.extractUsedCDN(e)}))),r.length>0?Sn(r,Promise).then((function(){return n})):n}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;try{var n=this.abuseDeviceSignalCollectionConfig||{},i=n.isDnaIntegrationLixEnabled,r=n.isHumanIntegrationLixEnabled,o=n.isDfpIntegrationLixEnabled,a=n.samplingTimeWindowInMillis,s=n.isOnDemandFingerprintingEnabled,c=n.isSyncFingerprintingWithHeadersLixEnabled,l=n.isSyncFingerprintingWithCbLixEnabled,u=n.isRecaptchaV3IntegrationEnabled,d=n.isNetworkInterceptorEnabled;if(r||o||i||c||l||u||d){var h,p,f={treeId:null!==(h=null===(p=this.statics.treeId)||void 0===p?void 0:p.toString())&&void 0!==h?h:"",humanIntegrationEnabled:r,dfpIntegrationEnabled:o,dnaIntegrationEnabled:i,samplingTimeWindowInMillis:a,onlyOnDemandFlow:t,isSyncEnabledWithHeaders:c,isSyncEnabledWithCb:l,recaptchaV3IntegrationEnabled:u,enableNetworkInterceptor:d};(!t||t&&s||c||l)&&ur.collectFeatures(f,this.fireApfcEvent)}}catch(e){}}},{key:"setupPerformanceObserver",value:function(e,t){var n=this;this.perfObserver=new e((function(e){var i=(n.abuseDeviceSignalCollectionConfig||{}).disablePerfMarkerOptimization;i&&n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1}),e.getEntries().forEach((function(e){var r=e.entryType,o=e.name,a=e.startTime,s=e.duration;"resource"===r?n.processSingleResourceTiming(e,t):"mark"===r?(n.observables.userTimingEntries.push({entryType:"MARK",name:o,startTime:a,duration:s}),"mark_meaningful_paint_end"!==o||i||n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1})):"measure"===r?n.observables.userTimingEntries.push({entryType:"MEASURE",name:o,startTime:a,duration:s}):"longtask"===r&&n.observables.longTasks.push({duration:s,name:o,startTime:a})}))})),this.observables.userTimingEntries=sr(this.hostApis.performance,this.options,!1);var i=["longtask"];(this.collectResourceTimings||this.collectCdnData)&&i.push("resource"),this.options["user-timing-mark-enabled"]&&i.push("mark"),this.options["user-timing-measure-enabled"]&&i.push("measure"),this.perfObserver.observe({entryTypes:i})}},{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"]&&ln.emit(mi.INTERNAL_OTEL_RESOURCE,{resourceTiming:e}),this.observables.resourceTimingEntries.push(e);var i=-1!==e.name.indexOf(this.trackingEndpointPattern);if(this.isTracerEnabled&&!i&&!function(e){for(var t=0,n=ir;t<n.length;t++){var i=n[t];if(i.strToFilter&&-1!==e.indexOf(i.strToFilter))return!0;if(i.pattern&&i.pattern.test(e))return!0}return!1}(e.name)){var r=this.collectResourceLoadEvent(e,t);r&&r.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:cr(this.renderTimings),networkInformationMetrics:hr(this.hostApis.connection)};return this.renderTimings.clear(),e}}]),e}();function hr(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 pr(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 i=e.timing,r=e.navigation;return i&&r?(t.navigationTimingApi=!0,xi.forEach((function(e){e in i&&(t[e]=i[e])})),t.navigationType=r.type,t.redirectCount=r.redirectCount):t.navigationTimingApi=!1,t}var fr=function(){function e(t,n,i){Se(this,e),ke(this,"featureName",void 0),ke(this,"trackingCore",void 0),ke(this,"rumConfig",void 0),ke(this,"observing",!1),ke(this,"basePageTreeId",void 0),ke(this,"startPageInstance",void 0),ke(this,"startMemory",void 0),ke(this,"reportTimeouts",[]),this.featureName=t,this.trackingCore=n,this.rumConfig=i}return Ce(e,[{key:"startObserving",value:function(){var t,n=this,i=this.getMemory();i&&!this.observing&&(this.basePageTreeId=this.trackingCore.host.treeID||"",this.startPageInstance=(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance)||bn(xe),this.startMemory=i,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:or(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]}})),i=t.usedJSHeapSize-this.startMemory.usedJSHeapSize;return n.push({name:(i<0?"usedJSHeapSizeDecrease":"usedJSHeapSizeIncrease")+e,startTime:Math.abs(i)},{name:"utilization"+e,startTime:Math.round(t.usedJSHeapSize/t.totalJSHeapSize*100)}),n}},{key:"getMemory",value:function(){return this.trackingCore.host.api.performance.memory}}]),e}();ke(fr,"checkpoints",[1,3,10,30,90,180,300]);var vr,mr,gr,yr,Er,br=Ce((function e(t,n,i){Se(this,e),ke(this,"webUIFramework",void 0),ke(this,"timeSource",void 0),ke(this,"isSinglePageApp",void 0),ke(this,"appRenderMode",void 0),ke(this,"isAppRenderFailed",void 0),ke(this,"pageLoadMode","INITIAL"),ke(this,"isSSL",void 0),ke(this,"treeId",void 0),ke(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:"===i.api.location.protocol?1:0,this.treeId=i.treeID,this.isFromServiceWorker=i.isFromServiceWorker})),wr=function(){function e(t){Se(this,e),ke(this,"isPEMTracerEnabled",void 0),ke(this,"responseContextMap",new Map),ke(this,"resourceLoadEventsMap",new Map),this.isPEMTracerEnabled=t}return Ce(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 i=new xn((function(e,t){return e.requestTime<t.requestTime}));i.heapPush(t),this.responseContextMap.set(e,i)}}},{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 i=new xn((function(e,t){return e.requestStart<t.requestStart}));i.heapPush(t),this.resourceLoadEventsMap.set(e,i)}}},{key:"mergeAndConsume",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e),i=null==t?void 0:t.heappop(),r=null==n?void 0:n.heappop();return this.mergeRleAndRes(i,r)}},{key:"mergeRleAndRes",value:function(e,t){if(e&&t){e.requestStart;var n=ye(e,oe),i=(t.requestTime,t.viewNames),r=t.requestType,o=t.requestTag,a=ye(t,ae);return n.targetViewNames=i||[],r&&(n.requestType=r),o&&(n.requestTag=o),n.resourceNetworkContext=de(de({},n.resourceNetworkContext),a),On(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,i=Ee(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;t=[].concat(be(t),be(this.flushCacheByUrl(r)))}}catch(e){i.e(e)}finally{i.f()}}var o=this.resourceLoadEventsMap.keys();if(o){var a,s=Ee(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(be(t),be(u.map((function(e){return e.requestStart,On(ye(e,se))})))))}}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,On(ye(e,ce))})))||n;if(this.canFlush(e)){for(var i=this.responseContextMap.get(e);i&&i.heapsize()>0;){var r=this.mergeAndConsume(e);r&&n.push(r)}this.deleteEntryByRequestUrl(e)}return n}}]),e}(),Tr=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)}},_r=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){}},Sr=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},Ir=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},Cr=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},kr=-1,Ar=function(){return"hidden"===document.visibilityState?0:1/0},Or=function(){Sr((function(e){var t=e.timeStamp;kr=t}),!0)},xr=function(){return kr<0&&(kr=Ar(),Or(),Ir((function(){setTimeout((function(){kr=Ar(),Or()}),0)}))),{get firstHiddenTime(){return kr}}},Lr=!1,Rr=-1,Nr=function(e,t){Lr||(function(e,t){var n,i=xr(),r=Tr("FCP"),o=function(e){"first-contentful-paint"===e.name&&(s&&s.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},a=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],s=a?null:_r("paint",o);(a||s)&&(n=Cr(e,r,t),a&&o(a),Ir((function(i){r=Tr("FCP"),n=Cr(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))}((function(e){Rr=e.value})),Lr=!0);var n,i=function(t){Rr>-1&&e(t)},r=Tr("CLS",0),o=0,a=[],s=function(e){if(!e.hadRecentInput){var t=a[0],i=a[a.length-1];o&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,a.push(e)):(o=e.value,a=[e]),o>r.value&&(r.value=o,r.entries=a,n())}},c=_r("layout-shift",s);c&&(n=Cr(i,r,t),Sr((function(){c.takeRecords().map(s),n(!0)})),Ir((function(){o=0,Rr=-1,r=Tr("CLS",0),n=Cr(i,r,t)})))},Pr={passive:!0,capture:!0},Dr=new Date,Mr=function(e,t){vr||(vr=t,mr=e,gr=new Date,Br(removeEventListener),Ur())},Ur=function(){if(mr>=0&&mr<gr-Dr){var e={entryType:"first-input",name:vr.type,target:vr.target,cancelable:vr.cancelable,startTime:vr.timeStamp,processingStart:vr.timeStamp+mr};yr.forEach((function(t){t(e)})),yr=[]}},Fr=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(){Mr(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,Pr),removeEventListener("pointercancel",i,Pr)};addEventListener("pointerup",n,Pr),addEventListener("pointercancel",i,Pr)}(t,e):Mr(t,e)}},Br=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,Fr,Pr)}))},jr=function(e,t){var n,i=xr(),r=Tr("FID"),o=function(e){e.startTime<i.firstHiddenTime&&(r.value=e.processingStart-e.startTime,r.entries.push(e),n(!0))},a=_r("first-input",o);n=Cr(e,r,t),a&&Sr((function(){a.takeRecords().map(o),a.disconnect()}),!0),a&&Ir((function(){var i;r=Tr("FID"),n=Cr(e,r,t),yr=[],mr=-1,vr=null,Br(addEventListener),i=o,yr.push(i),Ur()}))},Gr={},Hr=function(e,t){var n,i=xr(),r=Tr("LCP"),o=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},a=_r("largest-contentful-paint",o);if(a){n=Cr(e,r,t);var s=function(){Gr[r.id]||(a.takeRecords().map(o),a.disconnect(),Gr[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),Sr(s,!0),Ir((function(i){r=Tr("LCP"),n=Cr(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,Gr[r.id]=!0,n(!0)}))}))}))}},qr=["LCP","FID","CLS"],Wr={LCP:"LargestContentfulPaint",FID:"FirstInputDelay",CLS:"CumulativeLayoutShift"},Kr={},zr=function(){var e;if(!Bn)return"";var t=window.performance,n=void 0;if("function"==typeof(null==t?void 0:t.getEntriesByType)){var i,r=null===(i=window.performance)||void 0===i?void 0:i.getEntriesByType("navigation");(null==r?void 0:r.length)>0&&(n=r[0])}return(null===(e=n)||void 0===e?void 0:e.name)||window.location.href}(),Vr=!1,Xr=new Set,Jr={LCP:"largest-contentful-paint",FID:"first-input",CLS:"layout-shift"};function Yr(){var e=!0===window.__test__resetWebVitalsState;if(!Vr||e){e&&(Xr=new Set),qr.forEach(Qr);var t=Symbol();Er=t,[Hr,jr,Nr].forEach((function(e){return e($r.bind(null,t),!0)})),[Hr,jr,Nr].forEach((function(e){return e(Zr.bind(null,t))})),Vr=!0}}function Qr(e){Kr[e]={name:e,verboseName:Wr[e]||e,value:Ai,updateHistory:[]};var t=Jr[e];"undefined"!=typeof PerformanceObserver&&void 0!==PerformanceObserver.supportedEntryTypes&&"string"==typeof t&&PerformanceObserver.supportedEntryTypes.indexOf(t)>-1||(Kr[e].value=Oi)}function $r(e,t){if(e===Er){var n=Kr[t.name],i=or();n&&(n.updateHistory.push({time:i,data:t}),n.value=t.value),Xr.forEach((function(e){return e(t,i,!1)}))}}function Zr(e,t){e===Er&&Xr.forEach((function(e){return e(t,or(),!0)}))}var eo,to=function(){function e(t,n){var i=this;Se(this,e),ke(this,"basePageTreeId",void 0),ke(this,"basePageKey",void 0),ke(this,"observing",!1),ke(this,"appContextMap",new Map),ke(this,"rumConfig",void 0),ke(this,"trackingCore",void 0),ke(this,"onMetricUpdate",(function(e,t,n){var r;i.observing&&(n?i.reportMetric(e.name):i.appContextMap.set(t,{time:t,url:location.href,pageKey:null===(r=i.trackingCore.getCurrentContext())||void 0===r?void 0:r.pageKey}))})),this.trackingCore=t,this.rumConfig=n}return Ce(e,[{key:"startObserving",value:function(){var e,t,n=this;Yr(),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",qr.forEach((function(e){var t;(null===(t=Kr[e])||void 0===t?void 0:t.value)===Oi&&n.reportMetric(e)})),t=this.onMetricUpdate,Xr.add(t))}},{key:"stopObserving",value:function(){var e;this.observing=!1,e=this.onMetricUpdate,Xr.delete(e)}},{key:"reportMetric",value:function(e){var t=Kr[e];if(t){var n={name:Wr[e]||e};"CLS"===e?n.doubleValue=t.value:n.longValue=Math.round(t.value);var i=function(e,t,n,i,r){var o={basePageTreeId:e,basePageKey:t,basePageUrl:zr},a=null;switch(n.name){case"LCP":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1],a={pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",element:ar(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,i);break;case"FID":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1];return{pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",processingStart:Math.round(o.processingStart),processingEnd:Math.round(o.processingEnd),target:ar(o.target)}}(n,i);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 i=n.reduce((function(e,t){return e&&e.value>t.value?e:t})),r=e.updateHistory.find((function(e){return e.data.entries.includes(i)})),o=null;i&&i.sources&&i.sources.length&&(o=i.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(r.time);return o&&s?{shiftCount:n.length,"largestShift.value":i.value,"largestShift.hadRecentInput":i.hadRecentInput,"largestShift.largestSource.node":ar(null===(a=o)||void 0===a?void 0:a.node),"largestShift.pageKey":s.pageKey||"_unknown","largestShift.url":s.url,"largestShift.startTime":Math.round(i.startTime)}:null}(n,i)}if(a){var s={};return r(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 i=e[n];t[n]="string"==typeof i?i:JSON.stringify(i)})),t}(i);var r={scope:{scopeType:"APPLICATION_INSTANCE",scopeKey:this.basePageTreeId},metrics:[n]};if(this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"ClientPerfMetricsEvent"},r),this.rumConfig["enable-otel"])if("LCP"===e){var o={value:n.longValue,metadata:i};ln.emit(mi.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,o)}else if("CLS"===e){var a={value:n.doubleValue,metadata:i};ln.emit(mi.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,a)}else if("FID"===e){var s={value:n.longValue,metadata:i};ln.emit(mi.INTERNAL_OTEL_FIRST_INPUT_DELAY,s)}}}}]),e}(),no="x-li-uuid",io="x-li-pop",ro="x-msedge-ref",oo="x-li-fabric",ao="x-li-pem-resp-meta",so="content-type",co="x-cache",lo=function(){function e(t){Se(this,e),ke(this,"_callTreeId",void 0),ke(this,"_fabric",void 0),ke(this,"_msEdgeRef",void 0),ke(this,"_pointOfPresenceId",void 0),ke(this,"_responseMetadata",void 0),ke(this,"_contentType",void 0),ke(this,"_cdnCacheMetadata",void 0),ke(this,"_downstreamAvailability",void 0);var n=new Map;null==t||t.forEach((function(e,t){n.set(t.toLowerCase(),e)})),this._callTreeId=n.get(no)||null,this._pointOfPresenceId=n.get(io)||null,this._msEdgeRef=n.get(ro)||null,this._fabric=n.get(oo)||null,this._responseMetadata=n.get(ao)||null,this._contentType=n.get(so)||null,this._cdnCacheMetadata=n.get(co)||null,this._downstreamAvailability=function(e){if(null==e)return 1;var t,n=Ee(e.split(","));try{for(n.s();!(t=n.n()).done;){var i=t.value.split("=",2);if(2===i.length&&"availability"===i[0]){var r=parseFloat(i[1]);if(r>=0&&r<=1)return r}}}catch(e){n.e(e)}finally{n.f()}return 1}(this._responseMetadata)}return Ce(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"}(eo||(eo={}));function uo(e,t,n,i,r){var o=new lo(i),a=function(e,t,n){if(t){if(429===t||999===t)return eo.TOO_MANY_REQUESTS;if(e&&!e.hasAnyLinkedInHeaders()&&t&&t>=400&&t<600)return eo.BLOCKED_BY_CLIENT_PROXY;if((i=t)>=400&&i<500)return eo.CLIENT_ERROR;if(function(e){return e>=500&&e<600}(t))return function(e){if(e){if(e.fabric)return eo.SERVER_ERROR;if(e.pointOfPresenceId)return eo.TRAFFIC_LI_POP_TO_DC_ERROR;if(e.microsoftEdgeReference)return eo.TRAFFIC_AFD_TO_LI_POP_ERROR}return eo.SERVER_ERROR}(e);if(function(e,t){return!!(e>=200&&e<300&&t&&t.downstreamAvailability<1)}(t,e))return eo.DOWNSTREAM_GRACEFUL_DEGRADATION;if(!n)return null}var i;if(n instanceof Error){if("AbortError"===n.name)return eo.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 eo.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 eo.CLIENT_TIMEOUT;if(0===n.status&&"abort"===n.statusText)return eo.CLIENT_ABORTED;if("readyState"in n&&0===n.readyState)return eo.NETWORK_ERROR}return eo.UNCLASSIFIED}(o,n,r),s=null;return a&&(s={errorType:a},a===eo.UNCLASSIFIED&&r&&(s.errorMessage=r.message,function(e,t,n){var i=["tracer-unclassified-error"];null==n||n.forEach((function(e){return i.push("target-view-name-".concat(e))})),An("resource-load-tracer",e instanceof Error||"string"==typeof e?e:JSON.stringify(e),Object.fromEntries(t||[]),i)}(r,i,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,i){var r,o,a,s,c,l,u=this;Se(this,e),ke(this,"core",void 0),ke(this,"config",void 0),ke(this,"collector",void 0),ke(this,"boomerangStart",-1),ke(this,"webVitalsObserver",void 0),ke(this,"appMemoryObserver",void 0),ke(this,"pageMemoryObserver",void 0),ke(this,"liveTokens",new Set),ke(this,"stateWM",new WeakMap),ke(this,"activeToken",void 0),ke(this,"isInitial",void 0),ke(this,"pageLoadId",void 0),ke(this,"initialResourcesEvents",[]),ke(this,"responseRleCache",void 0),ke(this,"beforeHideHandlerBound",this.beforeHideHandler.bind(this)),ke(this,"fireApfcEventBound",this.fireApfcEvent.bind(this)),ke(this,"isTracerEnabled",void 0),ke(this,"isPEMTracerEnabled",void 0),this.core=i,this.config=function(e,t){for(var n in e)void 0!==t[n]&&(e[n]=t[n]);return e}(i.host.api.assign({},ki),n);var d="enabled"===(null===(r=(o=i.host).__getLixTreatment)||void 0===r?void 0:r.call(o,"pemberly.tracking.time-origin-epoch-time")),h=this.getAbuseDeviceSignalCollectionConfig(i),p=null===(a=(s=i.host).__getLixTreatment)||void 0===a?void 0:a.call(s,"pemberly.tracking.generic-tracers"),f=!!p&&Di.test(p);this.isTracerEnabled=f||this.config["enable-tracking-3"];var v="enabled"===(null===(c=(l=i.host).__getLixTreatment)||void 0===c?void 0:c.call(l,"pemberly.tracking.pem-tracers"));this.isPEMTracerEnabled=v||this.config["enable-pem-tracking-3"],this.responseRleCache=new wr(this.isPEMTracerEnabled),this.collector=new dr(i.host.api,new br(t,this.config,i.host),this.config,d,(function(e){return u.fireResourceLoadEvent(e,u.activeToken)}),this.isTracerEnabled,this.responseRleCache,this.fireApfcEventBound,h,i.host.endpoint),this.collector.startObserving(),ln.before(nn,this.beforeHideHandlerBound)}Ce(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,i=this.collector.recordRenderEnd(e,this.isTracerEnabled,n);i&&this.isTracerEnabled&&this.core.fireEvent({appId:this.config["app-id"],eventName:"ViewLoadEvent"},i)}},{key:"provisionNetworkResponse",value:function(e,t){var n,i,r=this;null===(n=this.responseRleCache)||void 0===n||n.offerResponseContext(e,t);var o=null===(i=this.responseRleCache)||void 0===i?void 0:i.flushCacheByUrl(e);null==o||o.forEach((function(e){r.fireResourceLoadEvent(e,r.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 i,r=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=r,this.liveTokens.add(r),this.isTracerEnabled?(this.stateWM.set(r,{isInitial:this.isInitial,startTime:rr(this.core.host.api.performance,o),pageKey:e}),this.firePageLoadStartEvent(r)):this.stateWM.set(r,{isInitial:this.isInitial,startTime:rr(this.core.host.api.performance,o)}),this.config["enable-memory-measurement"]&&(null===(i=this.pageMemoryObserver)||void 0===i||i.stopObserving(),this.pageMemoryObserver=new fr("page-memory",this.core,this.config),this.pageMemoryObserver.startObserving(),void 0===this.appMemoryObserver&&(this.appMemoryObserver=new fr("application-memory",this.core,this.config),this.appMemoryObserver.startObserving())),r}},{key:"observeWebVitals",value:function(){void 0===this.webVitalsObserver&&(this.webVitalsObserver=new to(this.core,this.config),this.webVitalsObserver.startObserving())}},{key:"end",value:function(e){var t,n,i=this,r=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=rr(this.core.host.api.performance,s);a.endProps={renderCompleteTime:c,isImpactedByHiddenWindow:r,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(i.isTracerEnabled){i.flushResourceLoadEvents(l);var e=i.collector.collectPageLoadEndData({isInitial:a.isInitial});"then"in e?e.then((function(e){i.firePageLoadEndEvent(e,l)})):i.firePageLoadEndEvent(e,l)}var t=i.collector.collect({isInitial:a.isInitial});"then"in t?t.then((function(e){i.fireRumEvent(e,l)})):i.fireRumEvent(t,l)}),u),this.activeToken=void 0}else An("rum-end",Pi)}},{key:"onDataResponse",value:function(e,t,n,i,r,o,a){var s=uo(t,n,i,r,o);if(null!=a&&a.serverSideResponse){var c=this.generateResourceLoadEventFromResponseContext(e,de({nextHopProtocol:bi.UNKNOWN},s));this.fireResourceLoadEvent(c,this.activeToken)}else this.provisionNetworkResponse(e,s)}},{key:"onOopsPage",value:function(e,t){An("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=gn(),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 An("PageLoadStartEvent",Pi)}},{key:"destroy",value:function(){var e,t,n;ln.offBefore(nn,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 i=e.collector.collectPageLoadEndData({isInitial:n.isInitial,immediate:!0});e.firePageLoadEndEvent(i,t),e.flushResourceLoadEvents(t)}var r=e.collector.collect({isInitial:n.isInitial,immediate:!0});e.fireRumEvent(r,t)}}))}},{key:"flushResourceLoadEvents",value:function(e){var t,n,i=this,r=null===(t=this.responseRleCache)||void 0===t?void 0:t.flushCache();null==r||r.map((function(t){i.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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps,a=i.pageLoadId,s=i.pageKey;if(o){var c=o.renderCompleteTime,l=o.isImpactedByHiddenWindow;if(a?e.pageLoadId=a:An("PageLoadEndEvent",Ni),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,p=d||r,f=c-p;e.navigationTiming.boomerangStart=h,e.navigationTiming.timeDone=f,e.navigationTiming.navigationStart=p,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 i,r=null!==(i=this.getPageLoadIdFromState(t))&&void 0!==i?i:this.pageLoadId;if(!r)return void this.initialResourcesEvents.push(e);this.initialResourcesEvents.length>0&&(this.initialResourcesEvents.forEach((function(e){e.parentPageLoadId=r,n.core.fireEvent({appId:n.config["app-id"],eventName:"ResourceLoadEvent"},e)})),this.initialResourcesEvents=[]),e.parentPageLoadId=r,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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps;if(o){var a=o.renderCompleteTime,s=o.isImpactedByHiddenWindow,c=o.rumKey,l=this.boomerangStart=e.navigationStart||this.boomerangStart,u=e.navigationStart||r,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)})),i.fireRumEventTimeout&&clearTimeout(i.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,i=null===(n=document)||void 0===n||null===(n=n.cookie)||void 0===n?void 0:n.split(";"),r={issueTime:0,browserId:""};try{r=function(e){var t,n={issueTime:0,browserId:""},i=Ee(e);try{for(i.s();!(t=i.n()).done;){var r=t.value.split("=");if(r.length>1&&"bscookie"===r[0]){var o=decodeURIComponent(r[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){i.e(e)}finally{i.f()}return n}(i)}catch(e){}var o={type:e,bsCookieInfo:r,payload:t};this.core.fireEvent({appId:this.config["app-id"],eventName:"ApfcEvent"},o)}},{key:"generateResourceLoadEventFromResponseContext",value:function(e,t){var n=t.requestTime,i=t.viewNames,r=t.requestType,o={resourceKey:e,isNetwork:!0,targetViewNames:i||[],loadType:"serversideresponse",resourceNetworkContext:de({},ye(t,le)),resourceProgressStates:[],timeOrigin:n};return r&&(o.loadType=r),o}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;this.collector.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:t})}},{key:"getAbuseDeviceSignalCollectionConfig",value:function(e){var t,n,i,r,o,a,s,c,l,u,d,h,p,f,v,m,g,y,E,b,w,T,_,S,I,C,k,A,O,x=null===(t=(n=e.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.fireApfcEvent"),L=!1,R=!1,N=!1,P=!1,D=!1,M=!1;if("enabled"===x)L=!0;else if(null!=x&&x.startsWith("v2:")){var U=x.split(":");if(2===U.length){var F=new Set(U[1].split(","));L=F.has("a"),P=F.has("b"),D=F.has("c"),R=F.has("d"),N=F.has("e"),M=F.has("f")}}return{isDnaIntegrationLixEnabled:L=L||"enabled"===(null===(i=e.host.abuseDeviceSignalCollectionConfig)||void 0===i?void 0:i.webviewDnaMemberLixTreatment)||"enabled"===(null===(r=e.host.abuseDeviceSignalCollectionConfig)||void 0===r?void 0:r.dnaMemberLixTreatment),isHumanIntegrationLixEnabled:R=R||"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:N=N||"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===(p=(f=e.host).__getLixTreatment)||void 0===p?void 0:p.call(f,"fingerprinting.collection.skip.performance.marker.check")),samplingTimeWindowInMillis:null===(v=e.host.abuseDeviceSignalCollectionConfig)||void 0===v?void 0:v.samplingTimeWindowInMillis,isOnDemandFingerprintingEnabled:M=M||"enabled"===(null===(m=(g=e.host).__getLixTreatment)||void 0===m?void 0:m.call(g,"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:P=P||"enabled"===(null===(S=(I=e.host).__getLixTreatment)||void 0===S?void 0:S.call(I,"pemberly.tracking.recaptcha.v3"))||"enabled"===(null===(C=e.host.abuseDeviceSignalCollectionConfig)||void 0===C?void 0:C.recaptchaV3IntegrationLixValue),isNetworkInterceptorEnabled:D=D||"enabled"===(null===(k=(A=e.host).__getLixTreatment)||void 0===k?void 0:k.call(A,"pemberly.tracking.apfc.network.interceptor"))||"enabled"===(null===(O=e.host.abuseDeviceSignalCollectionConfig)||void 0===O?void 0:O.networkInterceptorLixValue)}}}])}();var ho,po="undefined"!=typeof window&&"undefined"!=typeof performance,fo="undefined"!=typeof location&&-1!==location.search.indexOf("_LI_MEASURE_DEBUG");function vo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax",n=arguments.length>2?arguments[2]:void 0;e.fireTrackingEvent("PageViewEvent",mo(n,t))}function mo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax";const n=w(document),i=S(document),r=ee();let o={};return r&&(o.theme=r.toUpperCase()),i&&(o.interfaceLocale=i),e&&(o.pageKey=e),{header:{},requestHeader:o,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}function go(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=S(document),i={};n&&(i.interfaceLocale=n);const r={header:{},requestHeader:i,moduleNames:t};e.fireTrackingEvent("ViewModuleImpressionEvent",r)}function yo(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=e.state&&e.state.currentPageInstance||{};let{trackingId:n}=t;return n&&!Eo(n)&&e.convertUuidTrackingIdToBase64&&(n=e.convertUuidTrackingIdToBase64(n)),`${t.pageUrn};${n}`}function Eo(e){return"string"==typeof e&&"=="===e.slice(-2)}!function(){function e(t,n){Se(this,e),ke(this,"trackingCore",void 0),ke(this,"endPageInstance",void 0),ke(this,"startPageInstance",void 0),ke(this,"featureIdentifier",void 0),ke(this,"marks",[]),ke(this,"spans",[]),ke(this,"spanStarts",new Map),ke(this,"started",!1),ke(this,"ended",!1),ke(this,"featureKey",void 0),ke(this,"productName",void 0),ke(this,"flushOnEnd",void 0),ke(this,"basePageTreeId",void 0),ke(this,"debounceFlush",void 0),ke(this,"disableAutoFlush",void 0),ke(this,"isCanceled",!1),ke(this,"isClosed",!1),this.trackingCore=t;var i=n.featureKey,r=n.productName,o=n.flushDebounceMilliseconds,a=n.flushOnEnd;this.featureKey=i,this.productName=r,this.flushOnEnd=a;var s=r?"::".concat(r):"";this.featureIdentifier="".concat(i).concat(s);var c=void 0!==o?o:3e3;c>0&&(this.debounceFlush=function(e,t,n){var i,r,o;void 0===t&&(t=50),void 0===n&&(n={});var a=null!=(i=n.isImmediate)&&i,s=null!=(r=n.callback)&&r,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(i,r){var c=a&&void 0===o;if(void 0!==o&&clearTimeout(o),o=setTimeout((function(){if(o=void 0,l=Date.now(),!a){var i=e.apply(n,t);s&&s(i),u.forEach((function(e){return(0,e.resolve)(i)})),u=[]}}),d()),c){var h=e.apply(n,t);return s&&s(h),i(h)}u.push({resolve:i,reject:r})}))};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}Ce(e,[{key:"start",value:function(e){var t;if(po){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(po){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){po&&(this.marks.push({name:e,startTime:or()}),fo&&(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){po&&(this.spanStarts.set(e,or()),fo&&performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start")))}},{key:"spanEnd",value:function(e,t){if(po&&this.spanStarts.has(e)){var n=this.spanStarts.get(e),i=t||e;this.spans.push({name:i,startTime:n,duration:or()-n}),fo&&(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){po&&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 or()}},{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||bn(xe),i={name:e.featureKey,startTime:-1,duration:-1,startPageInstance:n,marks:e.marks,spans:e.spans};return e.productName&&(i.productName=e.productName),e.basePageTreeId&&(i.basePageTreeId=e.basePageTreeId),i}),t)}},{key:"cancel",value:function(){this.isCanceled=!0}},{key:"check",value:function(){if(po){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"}(ho||(ho={}));const{ENTER:bo,ESCAPE:wo}=A;class To{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,shouldMoveToTopContainer:r=!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,r&&(this._topLevelContainer=this._getTopLevelContainer()),this._wrapperEl=this._el.querySelector(".modal__wrapper"),this._overlayEl=this._el.querySelector(".modal__overlay"),o&&(this._events=o),i&&(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=r,this.onClose=c;this._el.querySelector("[id='modalNoDismiss']")&&(this._isModalNonDismissible=!0),this._focusElement=a,i&&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 H(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=x(e.key),n=t===bo&&document.activeElement===this._exitButtonEl;(t===wo||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),v(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init(),this._enablePageViewTracking&&window.tracking?window.tracking.then(e=>{vo(e,"ajax",this._pageKey||""+this._el.id)}):(v(this._wrapperEl,"afterOpen"),Promise.resolve());v(this._el,"didNotOpen")}async close(){var e,t,n,i,r;this._events.onBeforeClose&&await(null===(n=this._events)||void 0===n||null===(i=n.onBeforeClose)||void 0===i?void 0:i.call(n,this._wrapperEl));this.isOpen&&(null===(r=this.onClose)||void 0===r||r.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),v(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")}}class _o{constructor(e){if(!e)throw Error("An element must be provided to SidePanel");this.el=e,this.modalEl=this.el.querySelector(".modal"),this.modal=new To(this.modalEl,{events:this._events()}),this._onAfterOpen()}_onAfterOpen(){this.modalEl.addEventListener("afterOpen",e=>{e.target.classList.remove("translate-x-full")})}_events(){return{onBeforeClose:e=>new Promise(t=>{e.classList.add("translate-x-full"),setTimeout(()=>{t()},330)})}}}class So{constructor(){const e=document.querySelector(".member-nav-menu");if(!e)throw Error("The member header should have a dropdown element");const t=document.querySelector('[data-id="member-nav-header__link-item-me"]');this.collapsibleDropdown=new K(e,{dropdownTriggerEl:t}),this.searchEl=document.querySelector('[data-id="member-nav-header__search"]'),this.searchEl&&(this.searchEl.addEventListener("focusin",()=>this.searchEl.classList.add("member-nav-header__search--focused")),this.searchEl.addEventListener("focusout",()=>this.searchEl.classList.remove("member-nav-header__search--focused"))),this.sidePanelEl=document.querySelector(".sidepanel-menu"),this.sidePanelEl&&(this.sidePanel=new _o(this.sidePanelEl))}}function Io(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 Co=/ /g,ko=/[\s\u0000<>"]|%00/,Ao=/\\/,Oo=/([.]|%2e){2}/i;let xo=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 Lo(e){let t;if("string"!=typeof e)return Io("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(Io("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(Co,"+")),!xo.test(t))return Io("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(ko.test(t))return Io("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n,i=t.split("?")[0],r=!1;try{n=decodeURI(i)}catch(e){r=!0}return r?(Io("jSecure Error: malformed url path detected: "+i),"invalid://"):Ao.test(i)||Oo.test(i)||Oo.test(n)?(Io("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):e}const Ro={redirect(e){window&&(window.location.href=e)}};function No(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window;return e.innerWidth<=769}function Po(e){return e.scrollHeight>e.offsetHeight}function Do(e,t){const n=s(e);for(let e=0;e<n.length;e++)n[e]&&1===n[e].nodeType&&t(n[e])}function Mo(e){Fo([e])}function Uo(e){Bo([e])}function Fo(e){Do(e,e=>{e.classList.add("hidden"),e.setAttribute("aria-hidden","true")})}function Bo(e){Do(e,e=>{e.classList.remove("hidden"),e.setAttribute("aria-hidden","false")})}function jo(e){null==e||e.setAttribute("disabled","disabled"),null==e||e.setAttribute("aria-disabled","true")}function Go(e){null==e||e.removeAttribute("disabled"),null==e||e.removeAttribute("aria-disabled")}function Ho(){return document.documentElement.classList.contains("safari")}function qo(){return document.documentElement.classList.contains("ios")}function Wo(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document;const i=null==n?void 0:n.querySelector("."+e);if(i&&Po(i)){const r=n.querySelector(t);null==r||r.classList.remove("invisible"),null==r||r.addEventListener("click",()=>{i.classList.remove(e),r.classList.add("invisible")})}}const Ko={};function zo(e){const t=document.getElementById(e);if(!t&&void 0!==Ko[e])return Ko[e];if(!t)return console.warn(`Element with id: ${e} not found`),Ko[e]=null,Ko[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):(Ko[e]=n,t.parentNode.removeChild(t),Ko[e])}function Vo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Xo=Object.hasOwnProperty,Jo=Object.setPrototypeOf,Yo=Object.isFrozen,Qo=Object.getPrototypeOf,$o=Object.getOwnPropertyDescriptor,Zo=Object.freeze,ea=Object.seal,ta=Object.create,na="undefined"!=typeof Reflect&&Reflect,ia=na.apply,ra=na.construct;ia||(ia=function(e,t,n){return e.apply(t,n)}),Zo||(Zo=function(e){return e}),ea||(ea=function(e){return e}),ra||(ra=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(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 oa,aa=ma(Array.prototype.forEach),sa=ma(Array.prototype.pop),ca=ma(Array.prototype.push),la=ma(String.prototype.toLowerCase),ua=ma(String.prototype.match),da=ma(String.prototype.replace),ha=ma(String.prototype.indexOf),pa=ma(String.prototype.trim),fa=ma(RegExp.prototype.test),va=(oa=TypeError,function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return ra(oa,t)});function ma(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return ia(e,t,i)}}function ga(e,t){Jo&&Jo(e,null);for(var n=t.length;n--;){var i=t[n];if("string"==typeof i){var r=la(i);r!==i&&(Yo(t)||(t[n]=r),i=r)}e[i]=!0}return e}function ya(e){var t=ta(null),n=void 0;for(n in e)ia(Xo,e,[n])&&(t[n]=e[n]);return t}function Ea(e,t){for(;null!==e;){var n=$o(e,t);if(n){if(n.get)return ma(n.get);if("function"==typeof n.value)return ma(n.value)}e=Qo(e)}return function(e){return console.warn("fallback value for",e),null}}var ba=Zo(["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"]),wa=Zo(["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"]),Ta=Zo(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),_a=Zo(["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"]),Sa=Zo(["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"]),Ia=Zo(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Ca=Zo(["#text"]),ka=Zo(["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"]),Aa=Zo(["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"]),Oa=Zo(["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"]),xa=Zo(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),La=ea(/\{\{[\s\S]*|[\s\S]*\}\}/gm),Ra=ea(/<%[\s\S]*|[\s\S]*%>/gm),Na=ea(/^data-[\-\w.\u00B7-\uFFFF]/),Pa=ea(/^aria-[\-\w]+$/),Da=ea(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ma=ea(/^(?:\w+script|data):/i),Ua=ea(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Fa="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 Ba(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 ja=function(){return"undefined"==typeof window?null:window},Ga=function(e,t){if("object"!==(void 0===e?"undefined":Fa(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 i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};var Ha=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ja(),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 i=t.document,r=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,p=t.DOMParser,f=t.trustedTypes,v=c.prototype,m=Ea(v,"cloneNode"),g=Ea(v,"nextSibling"),y=Ea(v,"childNodes"),E=Ea(v,"parentNode");if("function"==typeof a){var b=r.createElement("template");b.content&&b.content.ownerDocument&&(r=b.content.ownerDocument)}var w=Ga(f,i),T=w?w.createHTML(""):"",_=r,S=_.implementation,I=_.createNodeIterator,C=_.createDocumentFragment,k=_.getElementsByTagName,A=i.importNode,O={};try{O=ya(r).documentMode?r.documentMode:{}}catch(e){}var x={};n.isSupported="function"==typeof E&&S&&void 0!==S.createHTMLDocument&&9!==O;var L=La,R=Ra,N=Na,P=Pa,D=Ma,M=Ua,U=Da,F=null,B=ga({},[].concat(Ba(ba),Ba(wa),Ba(Ta),Ba(Sa),Ba(Ca))),j=null,G=ga({},[].concat(Ba(ka),Ba(Aa),Ba(Oa),Ba(xa))),H=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,W=null,K=!0,z=!0,V=!1,X=!1,J=!1,Y=!1,Q=!1,$=!1,Z=!1,ee=!1,te=!0,ne=!0,ie=!1,re={},oe=null,ae=ga({},["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=ga({},["audio","video","img","source","image","track"]),le=null,ue=ga({},["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",pe="http://www.w3.org/1999/xhtml",fe=pe,ve=!1,me=void 0,ge=["application/xhtml+xml","text/html"],ye="text/html",Ee=void 0,be=null,we=r.createElement("form"),Te=function(e){return e instanceof RegExp||e instanceof Function},_e=function(e){be&&be===e||(e&&"object"===(void 0===e?"undefined":Fa(e))||(e={}),e=ya(e),F="ALLOWED_TAGS"in e?ga({},e.ALLOWED_TAGS):B,j="ALLOWED_ATTR"in e?ga({},e.ALLOWED_ATTR):G,le="ADD_URI_SAFE_ATTR"in e?ga(ya(ue),e.ADD_URI_SAFE_ATTR):ue,se="ADD_DATA_URI_TAGS"in e?ga(ya(ce),e.ADD_DATA_URI_TAGS):ce,oe="FORBID_CONTENTS"in e?ga({},e.FORBID_CONTENTS):ae,q="FORBID_TAGS"in e?ga({},e.FORBID_TAGS):{},W="FORBID_ATTR"in e?ga({},e.FORBID_ATTR):{},re="USE_PROFILES"in e&&e.USE_PROFILES,K=!1!==e.ALLOW_ARIA_ATTR,z=!1!==e.ALLOW_DATA_ATTR,V=e.ALLOW_UNKNOWN_PROTOCOLS||!1,X=e.SAFE_FOR_TEMPLATES||!1,J=e.WHOLE_DOCUMENT||!1,$=e.RETURN_DOM||!1,Z=e.RETURN_DOM_FRAGMENT||!1,ee=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,te=!1!==e.SANITIZE_DOM,ne=!1!==e.KEEP_CONTENT,ie=e.IN_PLACE||!1,U=e.ALLOWED_URI_REGEXP||U,fe=e.NAMESPACE||pe,e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(H.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(H.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(H.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),me=me=-1===ge.indexOf(e.PARSER_MEDIA_TYPE)?ye:e.PARSER_MEDIA_TYPE,Ee="application/xhtml+xml"===me?function(e){return e}:la,X&&(z=!1),Z&&($=!0),re&&(F=ga({},[].concat(Ba(Ca))),j=[],!0===re.html&&(ga(F,ba),ga(j,ka)),!0===re.svg&&(ga(F,wa),ga(j,Aa),ga(j,xa)),!0===re.svgFilters&&(ga(F,Ta),ga(j,Aa),ga(j,xa)),!0===re.mathMl&&(ga(F,Sa),ga(j,Oa),ga(j,xa))),e.ADD_TAGS&&(F===B&&(F=ya(F)),ga(F,e.ADD_TAGS)),e.ADD_ATTR&&(j===G&&(j=ya(j)),ga(j,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&ga(le,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(oe===ae&&(oe=ya(oe)),ga(oe,e.FORBID_CONTENTS)),ne&&(F["#text"]=!0),J&&ga(F,["html","head","body"]),F.table&&(ga(F,["tbody"]),delete q.tbody),Zo&&Zo(e),be=e)},Se=ga({},["mi","mo","mn","ms","mtext"]),Ie=ga({},["foreignobject","desc","title","annotation-xml"]),Ce=ga({},wa);ga(Ce,Ta),ga(Ce,_a);var ke=ga({},Sa);ga(ke,Ia);var Ae=function(e){var t=E(e);t&&t.tagName||(t={namespaceURI:pe,tagName:"template"});var n=la(e.tagName),i=la(t.tagName);if(e.namespaceURI===he)return t.namespaceURI===pe?"svg"===n:t.namespaceURI===de?"svg"===n&&("annotation-xml"===i||Se[i]):Boolean(Ce[n]);if(e.namespaceURI===de)return t.namespaceURI===pe?"math"===n:t.namespaceURI===he?"math"===n&&Ie[i]:Boolean(ke[n]);if(e.namespaceURI===pe){if(t.namespaceURI===he&&!Ie[i])return!1;if(t.namespaceURI===de&&!Se[i])return!1;var r=ga({},["title","style","font","a","script"]);return!ke[n]&&(r[n]||!Ce[n])}return!1},Oe=function(e){ca(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=T}catch(t){e.remove()}}},xe=function(e,t){try{ca(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){ca(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!j[e])if($||Z)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Le=function(e){var t=void 0,n=void 0;if(Q)e="<remove></remove>"+e;else{var i=ua(e,/^[\r\n\t ]+/);n=i&&i[0]}"application/xhtml+xml"===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=w?w.createHTML(e):e;if(fe===pe)try{t=(new p).parseFromString(o,me)}catch(e){}if(!t||!t.documentElement){t=S.createDocument(fe,"template",null);try{t.documentElement.innerHTML=ve?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),fe===pe?k.call(t,J?"html":"body")[0]:J?t.documentElement:a},Re=function(e){return I.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Ne=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)},Pe=function(e){return"object"===(void 0===s?"undefined":Fa(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":Fa(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},De=function(e,t,i){x[e]&&aa(x[e],(function(e){e.call(n,t,i,be)}))},Me=function(e){var t=void 0;if(De("beforeSanitizeElements",e,null),Ne(e))return Oe(e),!0;if(ua(e.nodeName,/[\u0080-\uFFFF]/))return Oe(e),!0;var i=Ee(e.nodeName);if(De("uponSanitizeElement",e,{tagName:i,allowedTags:F}),!Pe(e.firstElementChild)&&(!Pe(e.content)||!Pe(e.content.firstElementChild))&&fa(/<[/\w]/g,e.innerHTML)&&fa(/<[/\w]/g,e.textContent))return Oe(e),!0;if("select"===i&&fa(/<template/i,e.innerHTML))return Oe(e),!0;if(!F[i]||q[i]){if(ne&&!oe[i]){var r=E(e)||e.parentNode,o=y(e)||e.childNodes;if(o&&r)for(var a=o.length-1;a>=0;--a)r.insertBefore(m(o[a],!0),g(e))}if(!q[i]&&Fe(i)){if(H.tagNameCheck instanceof RegExp&&fa(H.tagNameCheck,i))return!1;if(H.tagNameCheck instanceof Function&&H.tagNameCheck(i))return!1}return Oe(e),!0}return e instanceof c&&!Ae(e)?(Oe(e),!0):"noscript"!==i&&"noembed"!==i||!fa(/<\/no(script|embed)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,t=da(t,L," "),t=da(t,R," "),e.textContent!==t&&(ca(n.removed,{element:e.cloneNode()}),e.textContent=t)),De("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(te&&("id"===t||"name"===t)&&(n in r||n in we))return!1;if(z&&!W[t]&&fa(N,t));else if(K&&fa(P,t));else if(!j[t]||W[t]){if(!(Fe(e)&&(H.tagNameCheck instanceof RegExp&&fa(H.tagNameCheck,e)||H.tagNameCheck instanceof Function&&H.tagNameCheck(e))&&(H.attributeNameCheck instanceof RegExp&&fa(H.attributeNameCheck,t)||H.attributeNameCheck instanceof Function&&H.attributeNameCheck(t))||"is"===t&&H.allowCustomizedBuiltInElements&&(H.tagNameCheck instanceof RegExp&&fa(H.tagNameCheck,n)||H.tagNameCheck instanceof Function&&H.tagNameCheck(n))))return!1}else if(le[t]);else if(fa(U,da(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==ha(n,"data:")||!se[e]){if(V&&!fa(D,da(n,M,"")));else if(n)return!1}else;return!0},Fe=function(e){return e.indexOf("-")>0},Be=function(e){var t=void 0,i=void 0,r=void 0,o=void 0;De("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j};for(o=a.length;o--;){var c=t=a[o],l=c.name,u=c.namespaceURI;if(i=pa(t.value),r=Ee(l),s.attrName=r,s.attrValue=i,s.keepAttr=!0,s.forceKeepAttr=void 0,De("uponSanitizeAttribute",e,s),i=s.attrValue,!s.forceKeepAttr&&(xe(l,e),s.keepAttr))if(fa(/\/>/i,i))xe(l,e);else{X&&(i=da(i,L," "),i=da(i,R," "));var d=Ee(e.nodeName);if(Ue(d,r,i))try{u?e.setAttributeNS(u,l,i):e.setAttribute(l,i),sa(n.removed)}catch(e){}}}De("afterSanitizeAttributes",e,null)}},je=function e(t){var n=void 0,i=Re(t);for(De("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)De("uponSanitizeShadowNode",n,null),Me(n)||(n.content instanceof o&&e(n.content),Be(n));De("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;if((ve=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Pe(e)){if("function"!=typeof e.toString)throw va("toString is not a function");if("string"!=typeof(e=e.toString()))throw va("dirty is not a string, aborting")}if(!n.isSupported){if("object"===Fa(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Pe(e))return t.toStaticHTML(e.outerHTML)}return e}if(Y||_e(r),n.removed=[],"string"==typeof e&&(ie=!1),ie){if(e.nodeName){var h=Ee(e.nodeName);if(!F[h]||q[h])throw va("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(c=(a=Le("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?a=c:a.appendChild(c);else{if(!$&&!X&&!J&&-1===e.indexOf("<"))return w&&ee?w.createHTML(e):e;if(!(a=Le(e)))return $?null:ee?T:""}a&&Q&&Oe(a.firstChild);for(var p=Re(ie?e:a);l=p.nextNode();)3===l.nodeType&&l===u||Me(l)||(l.content instanceof o&&je(l.content),Be(l),u=l);if(u=null,ie)return e;if($){if(Z)for(d=C.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return j.shadowroot&&(d=A.call(i,d,!0)),d}var f=J?a.outerHTML:a.innerHTML;return X&&(f=da(f,L," "),f=da(f,R," ")),w&&ee?w.createHTML(f):f},n.setConfig=function(e){_e(e),Y=!0},n.clearConfig=function(){be=null,Y=!1},n.isValidAttribute=function(e,t,n){be||_e({});var i=Ee(e),r=Ee(t);return Ue(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(x[e]=x[e]||[],ca(x[e],t))},n.removeHook=function(e){x[e]&&sa(x[e])},n.removeHooks=function(e){x[e]&&(x[e]=[])},n.removeAllHooks=function(){x={}},n}();const qa={ADD_TAGS:["#comment","li-icon","icon","iframe"],ADD_ATTR:["target"],FORCE_BODY:!0,RETURN_DOM:!0};function Wa(e,t){let{ADD_TAGS:n=[],ADD_ATTR:i=[]}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r={...qa};r.ADD_TAGS=[...r.ADD_TAGS,...n],r.ADD_ATTR=[...r.ADD_ATTR,...i];const o=Ha.sanitize(t,r);return e&&e.nodeType===Node.ELEMENT_NODE&&(e.innerHTML="",e.append(...o.childNodes)),o}var Ka="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",za=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",Va=["b","del","em","i","s","strong","sub","sup"],Xa=Va.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"]),Ja=[Ka,"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 Ya(){}var Qa,$a,Za=($a=/[&<>"'\u0000\\=]/g,Qa={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(e){return null==e?null:e.toString().replace($a,(function(e){return Qa[e]}))}),es=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 i={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(r){return null==r?null:(r+"").replace(n,(function(n,r,o,a){return r?(s=r,i.hasOwnProperty(s)?i[s]:(e.innerHTML="&"+s+";",c=e[za],i[s]=c,c)):o||a?t(parseInt(o||a,o?16:10)||65533):"�";var s,c}))}}();var ts=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function ns(e){return/[<&]/.test(e)}var is,rs=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var n=0,i=e.length;n<i;n++)t(e[n],n)};function os(e){e=ts(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",rs(e,(function(e,a){t=e.tags||Xa,n=e.attrs||Ja,i=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++r+")?",i&&(o+="|(?:href|src)=([\"'])(?:(?:https?|ftp|mailto|invalid)(?::|&#(?:58|x3a);)|(?:data:image/(?:gif|jpg|jpeg|png);base64,)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++r),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function as(e){return os({tags:e=e||Xa,checkUrlAttrs:!0})}function ss(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!as(n).test(e):i?!ss.R_UNSAFE_CUSTOM_ELEMENT.test(e):!ss.R_UNSAFE_HTML.test(e)}function cs(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function ls(e,t,n){if(null==e)return null;e=e.toString();var i=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,i){var r,o=e;if(n.hasOwnProperty(i))return n[i];if(t.hasOwnProperty(i)){if(!((r="string"==typeof(o=t[i]))||o instanceof Ya||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=r?Za(o):o.toString()}return n[i]=o,o}))}(e,t):e,r=e;return ns(i)&&!ss(i,n)&&(i=cs(i),Io("Content contains non-whitelisted tags or attributes:\nContent: "+r,"error")),i}function us(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e}ss.R_UNSAFE_HTML=as(),ss.R_UNSAFE_CUSTOM_ELEMENT=os([{tags:Xa,checkUrlAttrs:!0},{tags:[(is={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[Ka,is.attrs].join("|"),checkUrlAttrs:!1}]);var ds={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,"",""]};ds.optgroup=ds.option,ds.tbody=ds.tfoot=ds.colgroup=ds.caption=ds.thead,ds.th=ds.td;var hs=/<([\w:]+)/;function ps(e,t){var n,i,r,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(r=r||l.appendChild(t.createElement("div")),n=(hs.exec(o)||["",""])[1].toLowerCase(),ms(r,(i=ds[n]||ds._default)[1]+o+i[2]),s=i[0];s--;)r.lastChild&&r.lastChild.nodeType===Node.ELEMENT_NODE&&(r=r.lastChild);us(u,r.childNodes),(r=l.firstChild).textContent=""}else us(u,o.nodeType?[o]:o);for(l.textContent="",o=u[a=0];o;)l.appendChild(o),o=u[++a];return l}var fs=ls,vs=ls;function ms(e,t,n){var i=ls(t,n);return ns(i)?e.innerHTML=i:e[za]=i,i}function gs(e,t){if(!(this instanceof gs))return new gs(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce((function(e,t){return e.concat(t)}),[]):null,this._string=e,this._options=t}gs.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new Ya,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(ss(e,this._options)||(n=e,e=cs(e),Io("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var ys={ALLOWED_TAGS:Xa,FORMATTING_TAGS:Va,htmlEncode:Za,htmlUnencode:es,log:Io,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];let r,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(r=n[t],o+=r instanceof gs?r:Za(r))})),vs(o)},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=ps([e],t);else{if(!ts(e))return e;n=ps(e,t)}return us([],n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:fs,reEncode:function(e){return Za(es(e))},_redirector:Ro,redirect:function(e){const t=Lo(e);t===e&&Ro.redirect(t)},sanitizeHTML:vs,sanitizeUrl:Lo,setElementContent:ms,text:function(e){return Io("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),Za(e)},unsafe:function(e){return e},UnsafeString:gs};function Es(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 i=0;const r=window.setInterval((function(){e.focus(),i>=n&&window.clearInterval(r),i++}),t)}else e.focus()}const bs=".toast",ws=Object.freeze({CAUTION:"caution",ERROR:"error",GDPR:"gdpr",NOTIFY:"notify",SUCCESS:"success"});class Ts{constructor(){let{removeToastCallback:e=(()=>{}),visibleToastCallback:t=(()=>{}),customToastSelector:n=bs}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=document.getElementById("toasts");if(!i)throw new Error("No toasts element");this._el=i,this._position=i.getAttribute("type"),this.visibleToastCallback=t,this.removeToastCallback=e,this.bindEvents(n)}trigger(e,t,n,i){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e||!Object.values(ws).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,i);return this._addToast(a,r)}clearAllToasts(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:bs;let t=this._el.querySelectorAll(e);Array.from(t).forEach(e=>{this._removeToast(e)})}bindEvents(e){this._el.addEventListener("click",n=>{const i=t(n.target,".toast__dismiss-btn");if(i){const n=t(i,e);n&&this._removeToast(n)}})}_isValidCtaMetadata(e){return["url","trk","text"].every(t=>e.hasOwnProperty(t))}_createToastEl(e,t,n,i){const r=document.querySelector("#toast-template").content.firstElementChild.cloneNode(!0),o=document.querySelector("#toast-icon-"+e).content.firstElementChild.cloneNode(!0);if(!r||!o)throw new Error("Toast templates are missing");r.classList.add("toast--"+e),r.setAttribute("type",e);const a=r.querySelector(".toast__message");a.insertBefore(o,a.firstElementChild);r.querySelector(".toast__dismiss-btn").setAttribute("data-tracking-control-name",n+"_dismiss");const s=r.querySelector(".toast__message-content");let c="text-color-text-neutral";if(e===ws.CAUTION?c="text-color-text-caution":e===ws.ERROR?c="text-color-text-negative":e===ws.SUCCESS&&(c="text-color-text-positive"),s.classList.add(c),Wa(s,t),i&&this._isValidCtaMetadata(i)){const e=r.querySelector(".toast__message-content-container"),t=document.querySelector("#toast-cta").content.firstElementChild.cloneNode(!0),n=i.target||"_blank";t.setAttribute("href",ys.sanitizeUrl(d(i.url,i.trk))),t.setAttribute("target",n),t.textContent=i.text,e.classList.add(c),e.append(t)}return r}_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._el.classList.add("animate")),this._refreshLazyLoader(),setTimeout((function(){e.classList.remove("toast--hidden"),t&&Es(n)}),this.TOAST_ADD_TIMEOUT),setTimeout(()=>{this._refreshLazyLoader()},400),this.visibleToastCallback(),e}_removeToast(e){let t=this._el;e.classList.add("toast--hidden"),setTimeout(()=>{e.remove(),this._hasToast()||(t.classList.add("invisible"),t.classList.remove("animate")),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()})}}Vo(Ts,"TOAST_TYPES",ws),Vo(Ts,"TOAST_ADD_TIMEOUT",500);const _s={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"};Object.keys(_s).map(e=>_s[e]);const Ss=["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(Ss,"i");Object.freeze({VERTICAL:"4:5",HORIZONTAL:"16:9",SQUARED:"1:1"});class Is{constructor(e){let{scrollThreshold:t=50,hideOnScrollBack:i=!1,hideOnScrollDown:r=!1,isBottom:o=!0,exposeStickyState:a=!1,marginApplied:s=!1,debounceDelay:c=100,isPositionSticky:l=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(i&&r)throw new Error("hideOnScrollBack & hideOnScrollDown cannot both be true at the same time");this.el=e,this.scrollThreshold=t,this.hideOnScrollBack=i,this.hideOnScrollDown=r,this.isBottom=o,this.exposeStickyState=a,this._scrollListener=p(this._onScroll.bind(this),c),this.marginApplied=s,this.previousScrollPosition=window.pageYOffset,this._setSpacingBound=this._setSpacing.bind(this),this.isPositionSticky=l,this._setupResizeListener(),n(()=>{this.originalMarginTop=parseInt(window.getComputedStyle(document.body).marginTop)||0,this.originalMarginBottom=parseInt(window.getComputedStyle(document.body).marginBottom)||0,this._setSpacing(!0),this._doesPageHaveEnoughScroll()?window.addEventListener("scroll",this._scrollListener):this.hideOnScrollBack||this.show()})}reactivate(){this._setupResizeListener(),this._setSpacing()}deactivate(){this._removeResizeListener(),this._resetSpacing()}_setupResizeListener(){W()||this.isPositionSticky||window.addEventListener("resize",this._setSpacingBound)}_removeResizeListener(){window.removeEventListener("resize",this._setSpacingBound)}_doesPageHaveEnoughScroll(){return document.body.scrollHeight>window.innerHeight+this.scrollThreshold}_setSpacing(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isPositionSticky||(this.isBottom?this._setBottomSpacing():this.hideOnScrollBack||this.hideOnScrollDown||(this._setTopSpacing(),e&&this.show()))}_resetSpacing(){this.isPositionSticky||(this.marginApplied?(document.body.style.marginTop="0px",document.body.style.marginBottom="0px"):(document.body.style.marginTop=this.originalMarginTop+"px",document.body.style.marginBottom=this.originalMarginBottom+"px"))}_setBottomSpacing(){let e=this.el.clientHeight;document.body.style.marginBottom&&!this.marginApplied&&(e+=this.originalMarginBottom),document.body.style.marginBottom=e+"px"}_setTopSpacing(){let e=this.el.clientHeight;document.body.style.marginTop&&!this.marginApplied&&(e+=this.originalMarginTop),document.body.style.marginTop=e+"px"}show(){this.el.classList.add("show"),v(this.el,"show")}hide(){this.el.classList.remove("show"),v(this.el,"hide")}_onScroll(){const e=window.pageYOffset;e>this.scrollThreshold?(this.hideOnScrollBack||this.hideOnScrollDown||this.exposeStickyState||window.removeEventListener("scroll",this._scrollListener),this.hideOnScrollDown?this.hide():this.show(),this.exposeStickyState&&this.el.classList.add("stuck")):(this.hideOnScrollBack&&this.hide(),this.exposeStickyState&&this.el.classList.remove("stuck")),this.previousScrollPosition>e&&this.hideOnScrollDown&&this.show(),this.previousScrollPosition=e}}new Uint8Array(16);const Cs=[];for(let e=0;e<256;++e)Cs.push((e+256).toString(16).slice(1));"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);function ks(){let{endpoint:e,headers:t={"Content-Type":"application/json"},queryId:n,variables:i={},...r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o=b(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:i,pageKey:o}),...r})}class As{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:i=(()=>{}),failureCallback:r=(()=>{})}=e;return ks({endpoint:this.endpoint,queryId:n,variables:t,pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;return i(JSON.parse(t).graphQL)}).catch(r)}}class Os extends As{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:Os.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})}}Vo(Os,"query","2849bb08e3a3bbd23c96c0e758c018b7");class xs extends As{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:xs.query,variables:{url:e},successCallback:t,failureCallback:n})}}Vo(xs,"query","bece320b5f70fe4357082fe84eca6c56");const Ls="loader--absolute",Rs="loader--show",Ns="loader--full-screen",Ps="no-scroll",Ds="loader-wrapper";class Ms{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(Ls),window.addEventListener("pagehide",e=>{let{persisted:t}=e;t&&this.hide()})}show(){this.el.classList.add(Rs),this.el.classList.contains(Ns)&&document.body.classList.add(Ps),this.isAbsoluteVariant&&this.wrapperEl.classList.add(Ds)}hide(){this.el.classList.remove(Rs),document.body.classList.remove(Ps),this.isAbsoluteVariant&&this.wrapperEl.classList.remove(Ds)}}const Us="dismissable-input",Fs="dismissable-input--focus",Bs="dismissable-input__button",js="dismissable-input__button--show",Gs="dismissable-input__input";class Hs{constructor(e){this.el=e,this._input=this.el.querySelector("."+Gs),this._dismissButtonEl=this.el.querySelector("."+Bs),this._isDismissable=!!this._dismissButtonEl,this._attachEventListeners()}_attachEventListeners(){this._input.addEventListener("focus",this._onInputFocus.bind(this)),this._input.addEventListener("input",this._updateDismissButton.bind(this)),this._input.addEventListener("blur",this._onInputBlur.bind(this)),this._isDismissable&&(this._dismissButtonEl.addEventListener("click",this.clear.bind(this)),this._updateDismissButton())}_onInputFocus(){this.el.classList.add(Fs),this._updateDismissButton(),v(this._input,"dismissableInputFocused")}_updateDismissButton(){this._isDismissable&&(this._input.value.length?(this._showDismissButton(),this._dismissButtonEl.disabled=!1):(this._hideDismissButton(),this._dismissButtonEl.disabled=!0))}_hideDismissButton(){this._dismissButtonEl.classList.remove(js)}_showDismissButton(){this._dismissButtonEl.classList.add(js)}_onInputBlur(){this.el.classList.remove(Fs)}clear(){this._input.value="",setTimeout(()=>{this._input.focus()},300),v(this.el,"clear")}}const qs={block:"typeahead-input",showList:"typeahead-input__dropdown--show",dropdown:"typeahead-input__dropdown",dropdownList:"typeahead-input__dropdown-list",dropdownText:"typeahead-input__dropdown-text",listItemFocus:"typeahead-input__dropdown-item--highlighted",listItem:"typeahead-input__dropdown-item",liveText:"typeahead-live-text",template:"typeahead-item-template"},Ws="i18n_aria_live_text_no-suggestions",Ks="i18n_aria_live_text_one-suggestion",zs="i18n_aria_live_text_multiple-suggestions",Vs=500;class Xs{constructor(e,t){let{createDismissableInput:n,elementClasses:i=qs,generateApiUrl:r,liveTextEl:o,liveTextClearTime:a=Vs,onSelect:s,onInput:c=(()=>{}),inputEl:l,dropdownContainerEl:u,dropdownListEl:d,isFullPageTypeahead:h,closeOnEscape:f=!1,debounceTime:v=Vs}=t;this.el=e,this._liveTextClearTime=a,this._elementClasses=i,this._closeOnEscape=f,this._input=l||this.el.querySelector("."+Gs),this._dropdownContainerEl=u||this.el.querySelector("."+this._elementClasses.dropdown),this._dropdownListEl=d||this.el.querySelector("."+this._elementClasses.dropdownList),this._listId=this._dropdownListEl.id,this._generateApiUrl=r,this._onSelect=s,this._onInput=c,this._typeaheadItemTemplate=this.el.querySelector("."+this._elementClasses.template),this._boundClickOutsideToCloseHandler=this._clickOutsideToCloseHandler.bind(this),this._liveTextEl=o||this.el.querySelector("."+this._elementClasses.liveText),n&&(this.dismissableInput=new Hs(this.el)),this.isFullPageTypeahead=h,this._getLiveTextOptions(),this._resetState(),this._attachEventListeners(),this._requestHandler=p(this._getAndApplyResults.bind(this),v)}_resetState(){this._dropdownListItemEls=[],this._setHighlightedEl(null),this._setExpandedState(!1)}_attachEventListeners(){this.checkForListItemSelectHandler=this._checkForListItemSelect.bind(this),this.hideListHandler=this._hideList.bind(this),this.onKeyDownHandler=this._onKeyDown.bind(this),this.onUserInputHandler=this._onUserInput.bind(this),this.onClearHandler=this._onClear.bind(this),this._input.addEventListener("keydown",this.onKeyDownHandler),this._input.addEventListener("input",this.onUserInputHandler),this._input.addEventListener("focus",this.onUserInputHandler),!this.isFullPageTypeahead&&this._input.addEventListener("blur",this.hideListHandler),this._dropdownListEl.addEventListener("mousedown",this.checkForListItemSelectHandler),this._isDismissable&&this.el.addEventListener("clear",this.onClearHandler)}_removeEventListeners(){this._input.removeEventListener("keydown",this.onKeyDownHandler),this._input.removeEventListener("input",this.onUserInputHandler),this._input.removeEventListener("focus",this.onUserInputHandler),!this.isFullPageTypeahead&&this._input.removeEventListener("blur",this.hideListHandler),this._dropdownListEl.addEventListener("mousedown",this.checkForListItemSelectHandler)}_isListActive(){return this._input.getAttribute("aria-owns")===this._listId&&Boolean(this._input.getAttribute("aria-expanded"))}_clickOutsideToCloseHandler(e){e.target!==this._input&&this._hideList()}_onKeyDown(e){if(!this._isListActive())return;switch(x(e.key)){case A.ARROW_DOWN:e.preventDefault(),this._moveToResult(1);break;case A.ARROW_UP:e.preventDefault(),this._moveToResult(-1);break;case A.ESCAPE:this._closeOnEscape&&this._hideList();break;case A.ENTER:this._checkForListItemSelect(e)}}_moveToResult(e){if(0===this._dropdownListItemEls.length)return;const t=-1===e?-1:0;let n=null===this._highlighted.index?t:this._highlighted.index+e;n<0&&(n=this._dropdownListItemEls.length-1),n>=this._dropdownListItemEls.length&&(n=0),this._setHighlightedEl(n)}_setHighlightedEl(e){this._highlighted&&this._highlighted.el&&(this._highlighted.el.classList.remove(this._elementClasses.listItemFocus),this._highlighted.el.setAttribute("aria-selected",!1)),null===e?(this._highlighted={el:null,index:null},this._input.removeAttribute("aria-activedescendant")):(this._highlighted.el=this._dropdownListItemEls[e],this._highlighted.index=e,this._highlighted.el.setAttribute("aria-selected",!0),this._highlighted.el.classList.add(this._elementClasses.listItemFocus),this._input.setAttribute("aria-activedescendant",this._highlighted.el.id))}_isInputValid(){return this._input.value.length>0}_onUserInput(e){this._onInput(e),this._isInputValid()?this._requestHandler():this._hideList()}_getAndApplyResults(){if(this._isInputValid()){const e=this._input.value;this._makeTypeaheadRequest(e).then(e=>this._appendResults(e)).then(()=>this._showList())}}_makeTypeaheadRequest(e){return z(this._generateApiUrl(e),{sendCookies:!1}).then(e=>e&&JSON.parse(e.responseText)||[])}_getItemEl(){return document.importNode(this._typeaheadItemTemplate.content,!0)}_appendResults(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this._hideList(),e.forEach((e,t)=>{const n=this._getItemEl(),i=n.querySelector("."+this._elementClasses.listItem),r=i.querySelector("."+this._elementClasses.dropdownText);i.id=`${this._input.name}-${t+1}`,r.textContent=e.displayName,r.dataset.id=e.id,this._dropdownListEl.appendChild(n)}),this._dropdownListItemEls=s(this._dropdownListEl.children)}_shouldShowList(){return this._dropdownListItemEls.length>0&&this._isInputValid()}_showList(){this._shouldShowList()?(this._dropdownContainerEl.classList.add(this._elementClasses.showList),document.body.addEventListener("click",this._boundClickOutsideToCloseHandler),this._setExpandedState(!0)):(this._hideList(),this._setExpandedState(!1)),this._setLiveText()}_hideList(){if(this._isListActive()){for(;this._dropdownListEl.firstChild;)this._dropdownListEl.removeChild(this._dropdownListEl.firstChild);this._resetState(),this._dropdownContainerEl.classList.remove(this._elementClasses.showList),document.body.removeEventListener("click",this._boundClickOutsideToCloseHandler)}}_onClear(){this.hideListHandler()}_checkForListItemSelect(e){if(!this._isListActive())return;const t="mousedown"===e.type?e.target:this._highlighted.el;if(!t)return;e.preventDefault();const n=t.classList.contains(this._elementClasses.dropdownText)?t:t.querySelector("."+this._elementClasses.dropdownText)||t.closest("."+this._elementClasses.dropdownText);n&&this.el.contains(n)&&this._updateInputTo(n,e)}_updateInputTo(e,t){this._input.value=e.textContent.trim(),this._input.focus(),"function"==typeof this._onSelect&&this._onSelect(e,t),this._hideList()}_getLiveTextOptions(){this._liveTextNoSuggestions=zo(Ws),this._liveTextOneSuggestion=zo(Ks),this._liveTextMultipleSuggestions=zo(zs)}_getLiveText(){let e;switch((this._dropdownListItemEls||[]).length){case 0:e=this._liveTextNoSuggestions;break;case 1:e=this._liveTextOneSuggestion;break;default:e=this._liveTextMultipleSuggestions}return e}_setLiveText(){const e=this._getLiveText(),t=document.createElement("p");t.textContent=e,this._liveTextEl.children.length&&(this._liveTextEl.removeChild(this._liveTextEl.firstChild),clearTimeout(this._liveTextTimeout)),this._liveTextEl.appendChild(t),this._liveTextTimeout=setTimeout(()=>{this._liveTextEl.firstChild&&this._liveTextEl.removeChild(this._liveTextEl.firstChild)},this._liveTextClearTime)}_setExpandedState(e){this._input.setAttribute("aria-expanded",e),e&&(this._input.setAttribute("aria-owns",this._listId),this._input.setAttribute("aria-controls",this._listId))}}class Js{constructor(e,t,n){let{onCloseExpandedSearch:i=(e=>e),isMobileDevice:r=!1}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(this.el=e,this.expandedEl=t,this.placeholderEl=n,this.isMobileDevice=r,!this.el)throw new Error("No element passed in to BaseSearchBar");this.isExpanded=!1,this.type=this.el.getAttribute("data-searchbar-type"),this.firstInput=this.el.querySelector("input:first-of-type"),this.isIOSDevice="iPhone"===navigator.platform||"iPad"===navigator.platform||"iPod"===navigator.platform,this.onCloseExpandedSearch=i,r&&(this.focusTrap=new H(this.expandedEl))}showExpandedSearch(){this.isExpanded=!0,this.isMobileDevice&&(this.focusTrap.init(),this.placeholderEl.classList.add("hidden")),this.placeholderEl.classList.remove("show-on-mobile"),this.placeholderEl.classList.add("hide-on-mobile"),this.expandedEl.classList.add("isExpanded"),document.body.classList.add("no-scroll"),this.isIOSDevice&&(document.body.classList.add("fixed"),this.expandedEl.addEventListener("touchstart",this._onIOSTouchStartEvent)),document.addEventListener("keyup",this._onKeyUpEvent.bind(this)),this.firstInput.focus()}hideExpandedSearch(){this.firstInput.blur(),this.isExpanded=!1,this.isMobileDevice&&(this.focusTrap.tearDown(),this.placeholderEl.classList.remove("hidden")),this.expandedEl.classList.remove("isExpanded"),this.placeholderEl.classList.remove("hide-on-mobile"),this.placeholderEl.classList.add("show-on-mobile"),document.body.classList.remove("no-scroll"),this.isIOSDevice&&(document.body.classList.remove("fixed"),this.expandedEl.removeEventListener("touchstart",this._onIOSTouchStartEvent)),document.removeEventListener("keyup",this._onKeyUpEvent),this.placeholderEl.focus(),this.onCloseExpandedSearch()}_onKeyUpEvent(e){const{key:t,target:n}=e,i="Escape"===t,r="INPUT"===n.tagName;i&&!r?(e.preventDefault(),this.hideExpandedSearch()):"Tab"===t&&this._userIsTabbedOut()&&this.hideExpandedSearch()}_onIOSTouchStartEvent(e){const{target:n}=e;t(n,"."+qs.block)||document.activeElement.blur()}_userIsTabbedOut(){if(this.expandedEl.classList.contains("isExpanded")&&No()){return!this.expandedEl.contains(document.activeElement)}return!1}}class Ys extends Xs{constructor(e,t){let{generateApiUrl:n,liveTextEl:i,onSelect:r,onInput:o,isFullPageTypeahead:a,liveTextClearTime:s=Vs,debounceTime:c=Vs}=t;super(e,{createDismissableInput:!0,generateApiUrl:n,liveTextEl:i,liveTextClearTime:s,onSelect:r,onInput:o,isFullPageTypeahead:a,debounceTime:c})}}const Qs={clearButton:"recent-searches__clear-btn",dropdown:"recent-searches",dropdownList:"recent-searches__list",listItem:"recent-searches__item",listItemClearButton:"recent-searches__item--clear",listItemLink:"recent-searches__item-link",listItemFocus:"recent-searches__item--highlighted",showList:"recent-searches--show"},$s="i18n_aria_live_text_recent-searches-one-suggestion",Zs="i18n_aria_live_text_recent-searches-multiple-suggestions",ec="i18n_aria_live_text_recent-searches-cleared";class tc extends Xs{constructor(e,t){let{liveTextEl:n,clearRecentSearchApiBaseUrl:i}=t;if(super(e,{liveTextEl:n,elementClasses:Qs,liveTextClearTime:1e3,closeOnEscape:!0}),!e)throw Error("An element must be provided to RecentSearches");if(this.dropdownContainerEl=e.querySelector("."+Qs.dropdown),!this.dropdownContainerEl)throw Error("A RecentSearches container element must be in the RecentSearches parent element");this._clearRecentSearchApiBaseUrl=i,this._dropdownListItemEls=s(this.dropdownContainerEl.querySelectorAll("."+Qs.listItem)),this._clearBtnItem=e.querySelector("."+Qs.listItemClearButton),this._dropdownListItemEls.push(this._clearBtnItem),this._dismissButtonEl=e.querySelector("."+Bs)}_attachEventListeners(){this._clearBtn=this.el.querySelector("."+Qs.clearButton),this._clearRecentSearchesHandler=this._clearRecentSearches.bind(this),this._clearBtn.addEventListener("mousedown",this._clearRecentSearchesHandler),super._attachEventListeners()}_removeEventListeners(){this._clearBtn.removeEventListener("mousedown",this._clearRecentSearchesHandler),super._removeEventListeners()}_onUserInput(){this._shouldShowList()?this._showList():this._hideList()}_redirect(e){e.click()}_clickOutsideToCloseHandler(e){e.target===this._input||this._dismissButtonEl.contains(e.target)||this._hideList()}_checkForListItemSelect(e){if(!this._isListActive())return;const t="mousedown"===e.type?e.target:this._highlighted.el;if(!t)return;e.preventDefault();const n=t.querySelector("."+Qs.listItemLink);n?this._redirect(n):t.classList.contains(Qs.listItemLink)?this._redirect(t):t===this._clearBtnItem&&this._clearRecentSearches()}_shouldShowList(){return this._dropdownListItemEls.length>1&&0===this._input.value.length}_onClear(){this.onUserInputHandler()}_hideList(){this._isListActive()&&(this.dropdownContainerEl.classList.remove(Qs.showList),document.body.removeEventListener("click",this._boundClickOutsideToCloseHandler),this._setExpandedState(!1),this._setHighlightedEl(null))}_getLiveTextOptions(){this._liveTextOneSuggestion=zo($s),this._liveTextMultipleSuggestions=zo(Zs),this._liveTextClearedSuggestions=zo(ec)}_getLiveText(){let e;switch(this._informUserThatSearchesAreCleared?0:this._dropdownListItemEls.length){case 0:e=this._liveTextClearedSuggestions,this._informUserThatSearchesAreCleared=!1;break;case 2:e=this._liveTextOneSuggestion;break;default:e=this._liveTextMultipleSuggestions}return e}_clearRecentSearches(){z(this._clearRecentSearchApiBaseUrl,{method:"DELETE"}).then(()=>{this._removeEventListeners(),this._informUserThatSearchesAreCleared=!0,super._hideList(),super._setLiveText()}).catch(e=>{throw e})}}class nc{constructor(e,t,n){this.el=e,this.mobileTriggerEl=n,this.baseSearchBarsMap=t,this.currentType=this.el.getAttribute("data-current-search-type"),this.switcherTriggerAndTabs=this.el.querySelector(".switcher-tabs__trigger-and-tabs"),this.switcherTabs=this.el.querySelector(".switcher-tabs"),this.dropdownList=this.el.querySelector(".switcher-tabs__list"),this.dropdownTrigger=this.el.querySelector(".switcher-tabs__placeholder"),this.dropdownPlaceholderText=this.el.querySelector(".switcher-tabs__placeholder-text"),this._handleSwitcherClick=this._handleSwitcherClick.bind(this),this._initMobileExpandedSwitcher(),this._initCollapsibleSwitcher()}_initMobileExpandedSwitcher(){this.el.addEventListener("click",this._handleSwitcherClick),this.mobileTriggerEl.addEventListener("click",e=>{e.preventDefault(),this.baseSearchBarsMap[this.currentType].showExpandedSearch()}),this.cancelBtn=this.el.querySelector(".switcher-tabs__cancel-btn"),this.cancelBtn.addEventListener("click",e=>{e.preventDefault(),this.baseSearchBarsMap[this.currentType].hideExpandedSearch()})}_initCollapsibleSwitcher(){this.collapsibleSwitcher=new K(this.switcherTriggerAndTabs,{dropdownContentEl:this.dropdownList,dropdownTriggerEl:this.dropdownTrigger}),this.switcherTriggerAndTabs.addEventListener("open",()=>this._openSwitcher()),this.switcherTriggerAndTabs.addEventListener("close",()=>this._closeSwitcher()),this._updatePlaceholderText()}_openSwitcher(){this.dropdownList.addEventListener("click",this._handleSwitcherClick),this.switcherTabs.classList.remove("hidden"),this.dropdownList.querySelector("button").focus()}_closeSwitcher(){this.dropdownList.removeEventListener("click",this._handleSwitcherClick),this.switcherTabs.classList.add("hidden")}_handleSwitcherClick(e){if(!e.target.classList.contains("switcher-tabs__button")&&!e.target.classList.contains("switcher-tabs__tab"))return;const n=t(e.target,".switcher-tabs__tab"),i=n.querySelector(".switcher-tabs__button").getAttribute("data-switcher-type");i&&n&&this.currentType!==i?(this.collapsibleSwitcher.collapsible.currentListItem=n,this._switchTo(i,n)):this.collapsibleSwitcher.collapsible.close()}_switchTo(e,t){this._updateActiveTab(t),this._updatePlaceholderText(),this.el.setAttribute("data-current-search-type",e),this.collapsibleSwitcher.collapsible.close(),this.baseSearchBarsMap[this.currentType].isExpanded?this.baseSearchBarsMap[e].showExpandedSearch():this.baseSearchBarsMap[e].hideExpandedSearch(),this.currentType=e}_updateActiveTab(e){const n=this.el.querySelector(".tab-selected");if(t(n,".switcher-tabs__tab")&&(n.setAttribute("aria-selected","false"),n.classList.remove("tab-selected")),e.classList.contains("switcher-tabs__tab")){const t=e.querySelector(".switcher-tabs__button");t.classList.add("tab-selected"),t.setAttribute("aria-selected","true")}}_updatePlaceholderText(){let e=this.el.querySelector(".tab-selected");e&&(this.dropdownPlaceholderText.textContent=e.textContent)}}class ic{constructor(e){let{typeaheadApiBaseUrl:t,clearRecentSearchApiBaseUrl:n,shouldSearchOnSelect:i=!0,onCloseExpandedSearch:r,includeSwitcher:o=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.el=e,!this.el)throw new Error("No element passed into SearchBar");this.typeaheadApiBaseUrl=t;const a=this.el.querySelector(".search-bar__live-text");this.shouldSearchOnSelect=i,this.placeholderEl=this.el.querySelector(".search-bar__placeholder");const c=!!this.el.querySelector(".search-bar__mobile-wrapper");if(this.baseSearchBarsMap=s(this.el.querySelectorAll(".base-search-bar")).reduce((e,t)=>{const n=new Js(t,this.el,this.placeholderEl,{onCloseExpandedSearch:r,isMobileDevice:c});return e[n.type]=n,e},{}),t){this.baseSearchBarFormEl=this.baseSearchBarsMap.JOBS.el.querySelector(".base-search-bar__form"),this.geoIdInputEl=this.el.querySelector('input[name="geoId"]');const e=this.el.querySelector(".keywords-typeahead-input");new Ys(e,{generateApiUrl:this._generateKeywordsTypeaheadApiUrl.bind(this),liveTextEl:a,onSelect:this._onKeywordsTypeaheadSelect.bind(this)});e.querySelector("."+Qs.dropdown)&&new tc(e,{clearRecentSearchApiBaseUrl:n,liveTextEl:a}),new Ys(this.el.querySelector(".location-typeahead-input"),{generateApiUrl:this._generateLocationTypeaheadApiUrl.bind(this),liveTextEl:a,onSelect:this._onLocationTypeaheadSelect.bind(this),onInput:this._onLocationTypeaheadInput.bind(this)}),Array.from(this.el.querySelectorAll(`.${Us}.search-input`)).forEach(e=>{new Hs(e);e.querySelector("."+Qs.dropdown)&&new tc(e,{clearRecentSearchApiBaseUrl:n,liveTextEl:a})}),this._addCustomErrorStateHandler()}else Array.from(this.el.querySelectorAll("."+Us)).forEach(e=>new Hs(e));o&&(this.switcher=new nc(e,this.baseSearchBarsMap,this.placeholderEl)),this.setupSearchInputFocusTracking()}_generateKeywordsTypeaheadApiUrl(e){return`${this.typeaheadApiBaseUrl}?query=${window.encodeURIComponent(e)}`}_generateLocationTypeaheadApiUrl(e){return`${this.typeaheadApiBaseUrl}?query=${window.encodeURIComponent(e)}&typeaheadType=GEO&geoTypes=POPULATED_PLACE,ADMIN_DIVISION_2,MARKET_AREA,COUNTRY_REGION`}_onKeywordsTypeaheadSelect(){this.shouldSearchOnSelect&&this._submitForm()}_onLocationTypeaheadSelect(e){this.geoIdInputEl&&(this.geoIdInputEl.value=e.dataset.id),this.shouldSearchOnSelect&&this._submitForm()}_onLocationTypeaheadInput(){this.geoIdInputEl&&(this.geoIdInputEl.value="")}_submitForm(){const e=this.el.querySelector(".keywords-typeahead-input input");null!=e&&e.validity.valueMissing?e.reportValidity():this.baseSearchBarFormEl&&this.baseSearchBarFormEl.submit()}_addCustomErrorStateHandler(){const e=this.el.querySelector(".keywords-typeahead-input input"),t=this.el.querySelector(".keywords-typeahead-input-helper");null==e||e.addEventListener("invalid",n=>{n.preventDefault(),this.baseSearchBarFormEl.classList.add("input-error"),null==t||t.classList.remove("hidden"),e.focus()})}setupSearchInputFocusTracking(){this.el.addEventListener("dismissableInputFocused",e=>{const t=e.target.getAttribute("data-tracking-control-name");t&&window.tracking&&window.tracking.then(e=>{e.fireTrackingEvent("SearchInputFocusEvent",{header:{},controlUrn:`urn:li:control:${b(document)}-${t}`})})})}}class rc extends To{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,pushState:r=!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:i,shouldMoveToTopContainer:o,focusElement:a,pageKey:s}),this.pushState=r,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);b(document);String.fromCharCode(32);class oc{constructor(e,t){let{isShown:n=!0}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!e)throw Error("An element must be provided to the dismissable element");if(!t)throw Error("A dismiss button must be provided to the dismissable element");this.el=e,this.dismissBtn=t,this._dismissEvent=e=>this.dismiss(e),n&&this.show()}show(){this.el.classList.add("show"),this.el.classList.remove("dismiss"),this.dismissBtn.addEventListener("click",this._dismissEvent),v(this.el,"show")}dismiss(e){this.el.classList.remove("show"),this.el.classList.add("dismiss"),v(this.el,"dismiss",e),this.dismissBtn.removeEventListener("click",this._dismissEvent)}}function ac(){let{counterMetricEndpoint:e,metricsType:t,pageKey:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!e||!t||!n)throw new Error("counterMetricEndpoint, metricsType and pageKey are required");const i=JSON.stringify({pageKey:n,metricsType:t});z(e,{method:"POST",headers:{"Content-Type":"application/json"},postData:i})}const sc=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,cc=/(.)\1{3}/,lc=/linkedin/i,uc=/\d\d/,dc=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]+)?(/.*)?"),hc=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,pc=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,fc=/^[ぁ-ゔゞ゛゜ー]*$/,vc=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,mc=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},gc=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},yc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!uc.test(e)};yc.errorMessagePrefix="i18n_noConsecutiveDigits_";const Ec=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!sc.test(e)};Ec.errorMessagePrefix="i18n_noForbiddenCharacters_";const bc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!cc.test(e)};bc.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const wc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!lc.test(e)};wc.errorMessagePrefix="i18n_noLinkedIn_";const Tc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!dc.test(e)};Tc.errorMessagePrefix="i18n_noUrl_";const _c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return pc.test(e)};_c.errorMessagePrefix="i18n_onlyChinese_";const Sc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return fc.test(e)};Sc.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 Cc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return hc.test(e)};Cc.errorMessagePrefix="i18n_invalidFormat_";const kc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return vc.test(e)};kc.errorMessagePrefix="i18n_invalidFormat_";const Ac=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return hc.test(e)||vc.test(e)};Ac.errorMessagePrefix="i18n_invalidFormat_";const Oc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};Oc.errorMessagePrefix="i18n_required_";const xc=[mc(50),Ec,yc,bc,wc,Tc],Lc=[Ic].concat(xc),Rc=[Sc,mc(50),bc];mc(4),gc(2),mc(128),mc(128),mc(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(Cc),gc(6),mc(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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const Nc="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",Pc={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},Dc={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},Mc={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},Uc={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},Fc={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:Bc,GOOGLE_USER_FETCHED:jc,INITIALIZED:Gc}=Pc,{INITIALIZATION:Hc,AUTHENTICATION:qc}=Dc;EventTarget;const{GOOGLE_USER_FETCHED:Wc,PROMPT_MOMENT:Kc,GOOGLE_ERROR:zc}=Pc;EventTarget;var Vc={exports:{}};function Xc(e){this.message=e}Xc.prototype=new Error,Xc.prototype.name="InvalidCharacterError";var Jc="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new Xc("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a};var Yc=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(Jc(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 Jc(t)}};function Qc(e){this.message=e}Qc.prototype=new Error,Qc.prototype.name="InvalidTokenError",Vc.exports=function(e,t){if("string"!=typeof e)throw new Qc("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(Yc(e.split(".")[n]))}catch(e){throw new Qc("Invalid token specified: "+e.message)}},Vc.exports.InvalidTokenError=Qc;Vc.exports;const{GOOGLE_USER_FETCHED:$c,PROMPT_MOMENT:Zc,GOOGLE_ERROR:el}=Pc;EventTarget;const tl={CLIENT_ID:Nc,EVENTS:Pc,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:Dc,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:Mc,GOT_PROMPT_MOMENT_REASONS:Fc,GOT_PROMPT_MOMENT_TYPES:Uc},{GOT_PROMPT_MOMENT_REASONS:nl,GOT_PROMPT_MOMENT_TYPES:il}=tl;const{EVENTS:{GOOGLE_ERROR:rl,GOOGLE_USER_FETCHED:ol,INITIALIZED:al,PROMPT_MOMENT:sl},GOT_PROMPT_MOMENT_REASONS:cl,GOT_PROMPT_MOMENT_TYPES:ll}=tl;new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);const ul="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var dl;!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"}(dl||(dl={}));const hl=new Set(Object.values(dl));class pl extends Error{constructor(e){super(e),Object.setPrototypeOf(this,pl.prototype)}}function fl(e){return 0===e.length||!e.trim()}function vl(e){if("string"!=typeof e)throw new pl(`Keys must be strings. ${ul}.`);if(fl(e))throw new pl(`Keys should not be blank. ${ul}.`);if(/[^a-z0-9-]/.test(e))throw new pl(`'${e}' can only contain lowercase alphanumeric characters and dashes (-). ${ul}.`);return e}class ml{constructor(e,t,n){var i,r,o;if(this._shouldEnablePerformanceMeasurement=!1,this._shouldDisableAvailabilityCalculation=!1,this._shouldRecordSession=!1,this._featureKey=vl(e),this._defaultDegradationKey=vl(t),!n)return this._additionalDegradedResponseCodes=[],this._nonDegradedResponseCodes=[],void(this._degradationKeyOverrides=[]);if("object"!=typeof n)throw new pl(`DegradationTrackingMetadata options should be an object. ${ul}.`);const a=n.productName;a&&(this._productName=function(e){if("string"!=typeof e)throw new pl(`The product name must be a string. ${ul}.`);if(fl(e))throw new pl(`No product name was specified. Please configure a defaultProductName or specify it per instrumented API call. ${ul}.`);if(/[^a-zA-Z0-9-_ \\/]/.test(e))throw new pl(`Product name '${e}' can only contain alphanumeric, underscores (_), spaces ( ), dashes (-) and forward slashes (/). ${ul}.`);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 pl(`Please only specify positive integer response codes between 1 and 999 for the ${t} option. ${e} was specified. ${ul}.`);var n;if(429===e||999===e)throw new pl(`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===dl.NonDegradedResponseCodes&&e>=400&&e<500)throw new pl(`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 ${dl.AdditionalDegradedResponseCodes} option. Please remove ${e} from the ${dl.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`)};if(void 0!==e&&!Array.isArray(e))throw new pl(`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 ${dl.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`);if(void 0!==t&&!Array.isArray(t))throw new pl(`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 ${dl.AdditionalDegradedResponseCodes} option. ${ul}.`);null==e||e.forEach(e=>n(e,dl.NonDegradedResponseCodes)),null==t||t.forEach(e=>n(e,dl.AdditionalDegradedResponseCodes));const i=new Set(t),r=new Set(e);if([...i].some(e=>r.has(e)))throw new pl(`Response codes can't be both degraded and non-degraded. Please ensure that your additionalDegradedResponseCodes and nonDegradedResponseCodes don't have any overlapping response codes. ${ul}.`)}(c,s),this._nonDegradedResponseCodes=c||[],this._additionalDegradedResponseCodes=s||[],this._degradationKeyOverrides=n.degradationKeyOverrides||[],this._clientSensorGroupName=n.clientSensorGroupName,this._shouldEnablePerformanceMeasurement=null!==(i=n.enablePerformanceMeasurement)&&void 0!==i&&i,this._customTrackingId=n.customTrackingId,this._shouldDisableAvailabilityCalculation=null!==(r=n.disableAvailabilityCalculation)&&void 0!==r&&r,this._shouldRecordSession=null!==(o=n.enableSessionRecording)&&void 0!==o&&o,function(e){Object.keys(e).forEach(e=>{if(!hl.has(e))throw new pl(`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(ml.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 gl=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},yl=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),El=function(){function e(){gl(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 yl(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);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,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=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 i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!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:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.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(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,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(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];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),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),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,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),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:r},i))};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}(),bl=function(){function e(){gl(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return yl(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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m===t-1){f.push(n(v));break}m++}return f.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 i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,m={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(m.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),wl=function(){function e(){gl(this,e),this.PREFIX="dcts-",this.CPR=new bl}return yl(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 i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}();!function(){function e(){gl(this,e),this.processor=new wl,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new El,this.workerThread=null,this.events=[]}yl(e,[{key:"init",value:function(e,t,n,i,r,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===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),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,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,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 i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}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:_l,GOT_PROMPT_MOMENT_TYPES:Sl}=tl,{GOOGLE_USER_FETCHED:Il,PROMPT_MOMENT:Cl}=Tl;function kl(){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 Al(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 Ol(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}const xl={session_key:[kl(),Al(3),Ol(128)],session_password:[kl(),Al(6),Ol(400)]};function Ll(e,t){const n=xl[e];if(!n)throw new Error("No validation rules for element named "+e);for(let e=0;e<n.length;e++)if(n[e](t))return n[e].errorMessageSuffix}var Rl="undefined"!=typeof window&&window||e.g;const Nl=/^((?!\.(stg|corp)).)*\.linkedin\.(com|cn)$/,Pl=["twclid","clickid","fbclid"];function Dl(){const e=Rl.location?Rl.location.hostname:"";return Nl.test(e)}function Ml(){return Dl()?Fl()?"platform.linkedin.cn":"platform.linkedin.com":Fl()?"platform.linkedin-ei.cn":"platform.linkedin-ei.com"}function Ul(){return Dl()?Fl()?"www.linkedin.cn":"www.linkedin.com":Fl()?"www.linkedin-ei.cn":"www.linkedin-ei.com"}function Fl(){const e=Rl.location?Rl.location.hostname:"";return/\.cn$/.test(e)}function Bl(e,t,n){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if("function"!=typeof t||"function"!=typeof n)throw new TypeError("One of the specified callbacks is not a function.");const o=new Rl.XMLHttpRequest;o.withCredentials=i,o.open("GET",e,!0),Object.keys(r).forEach(e=>{o.setRequestHeader(e,r[e])}),o.onreadystatechange=function(){this.readyState===this.DONE&&(200===this.status&&"function"==typeof t?t(this.responseText):n(this))},o.send()}function jl(e,t,n,i){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};if("function"!=typeof n||"function"!=typeof i)throw new TypeError("One of the specified callbacks is not a function.");const a=new Rl.XMLHttpRequest;a.withCredentials=r,a.open("POST",e,!0);const s={"Content-Type":"application/json","Csrf-Token":Gl()},c=Object.assign({},s,o);Object.keys(c).forEach(e=>{const t=c[e];t&&a.setRequestHeader(e,t)}),a.onreadystatechange=function(){this.readyState===this.DONE&&(200===this.status&&"function"==typeof n?n(this.responseText):i(this))};const l="string"==typeof t?t:JSON.stringify(t);a.send(l)}function Gl(){const e=document.cookie.match(/JSESSIONID="?([^";]+)"?/);return e&&e[1]||""}function Hl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function ql(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wl(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,Xl(i.key),i)}}function Kl(e,t,n){return t&&Wl(e.prototype,t),n&&Wl(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function zl(e,t,n){return(t=Xl(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vl(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Hl(e,t);var n={}.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)?Hl(e,t):void 0}}(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 Xl(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function Jl(e){return(Jl="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)}var Yl=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?");var Ql=/^fs_/;function $l(e){if("string"!=typeof e)throw new TypeError("URNs must be of type string, but the parameter passed to extractEntityInfoFromUrn was of type "+Jl(e)+".");var t,n,i=Yl.exec(e);return i&&(t=i[1].replace(Ql,""),n=i[2]),{id:n,type:t}}var Zl=/(?![^(]*\)),/;var eu={checkForEntityId:function(e){var t=Yl.exec(e);return t?t[2]:e},extractEntityInfoFromUrn:$l,urnToObject:function e(t){var n=$l(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(Zl),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o}},tu=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));return n&&n.length>1?n[1]:null};var nu={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},iu="GUEST",ru="MEMBER",ou="ENTERPRISE_UNBOUND",au=0,su=1,cu=2,lu=zl(zl(zl({},iu,"li_gc"),ru,"li_mc"),ou,"li_ec");zl(zl(zl({},iu,"mypreferences/g/guest-cookies"),ru,"settings/member-cookies"),ou,"mypreferences/e/enterprise-cookies"),Object.freeze(["dark","light"]);var uu,du,hu,pu,fu=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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in ql(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},nu)t[o]=t[o]||au,t[o]!==au&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===su||t[o]===au&&r===su})),vu=(uu=[nu.ADVERTISING,nu.ANALYTICS_AND_RESEARCH,nu.FUNCTIONAL],du=[au,su,cu,au],hu=function(e){for(var t={},n=0;n<uu.length;n++)t[uu[n]]=du[e>>2*n&3];return t},pu=function(e){var t=au;return e>=0&&e<=3&&(t=du[e]),t},{parseConsentBody:function(e,t){var n=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";")),i=e.match(n);if(!i)return{error:"Invalid consent body encoding",consent:new fu};var r=hu(parseInt(i[1],10)),o=new Date(1e3*parseInt(i[2],10)),a=pu(parseInt(i[3],10));return{error:null,consent:new fu(r,o,t,a)}},parseConsentBodyEnterpriseUnbound:function(e,t,n){var i=function(e){try{var t=eu.urnToObject(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(!i)return{error:"Invalid enterprise profile urn provided",consent:new fu};var r=i.enterpriseAccountId,o=i.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 fu};var c=s[1].split("|").map((function(e){return e.split(",").map((function(e){return parseInt(e,10)}))})).filter((function(e){var t=Vl(e,4),i=t[1],a=t[2],s=t[3];return i===r&&a===o&&s===n}))[0];if(!c)return{error:null,consent:new fu};var l=hu(c[0]),u=new Date(1e3*parseInt(s[2],10)),d=pu(parseInt(s[3],10));return{error:null,consent:new fu(l,u,ou,d)}}}),mu=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),gu=function(e,t,n,i){var r=tu(lu[e],t);return r?bu(r,e,n,i):tu(lu[iu],t)||tu(lu[ru],t)||tu(lu[ou],t)?yu(cu):yu(su)},yu=function(e){var t={};for(var n in nu)t[n]=e;return{error:null,consent:new fu(t,null,null,e)}},Eu=function(){return"undefined"==typeof document},bu=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 r,o=null;try{o=(r=e,"undefined"==typeof atob&&"undefined"!=typeof Buffer?Buffer.from(r,"base64").toString("binary"):atob(r)).match(mu)}catch(e){}if(!o)return{error:"Invalid consent encoding",consent:new fu};var a=parseInt(o[1],10),s=o[2];switch(a){case 1:return t===ou?vu.parseConsentBodyEnterpriseUnbound(s,n,i):vu.parseConsentBody(s,t);default:return{error:"Invalid encoded consent version ".concat(a),consent:new fu}}},wu=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]:{},i=n.enterpriseProfileUrn,r=n.enterpriseAppInstanceId;if("string"!=typeof t){if(Eu())return{error:"cookie string must be provided in SSR mode",consent:new fu};t=document.cookie}if(i&&!r||!i&&r)return{error:"enterpriseProfileUrn and enterpriseAppInstanceId must both be provided if at least one is provided",consent:new fu};if(!(e!==ou||i&&r))return{error:"enterpriseProfileUrn and enterpriseAppInstanceId are required for unbound userMode",consent:new fu};if(!e){var o=tu(lu[ou],t);if(o&&i&&r){var a=bu(o,ou,i,r),s=a.consent.userMode===ou;if(s||a.error)return a}e=tu("liap",t)?tu(lu[ru],t)?ru:iu:tu(lu[iu],t)?iu:ru}return gu(e,t,i,r)},Tu={SHARE_DATA_WITH_TRUSTED_PARTNERS:"SHARE_DATA_WITH_TRUSTED_PARTNERS"},_u=0,Su=1;function Iu(e){let{userSettings:t,enterpriseContext:n={}}=e;return function(e){let t=wu(null,void 0,e);return!t||t.consent.optedInConsentMap.ADVERTISING}(n)&&function(e){return e["compliance.isGDPROptIn"]}(t)}function Cu(e){let{userSettings:t,enterpriseContext:n={}}=e;return function(e){let t=wu(null,void 0,e);return!t||t.consent.optedInConsentMap.ANALYTICS_AND_RESEARCH}(n)}function ku(e){let{userSettings:t,enterpriseContext:n={}}=e;return function(e){let t=wu(null,void 0,e);return!t||t.consent.optedInConsentMap.FUNCTIONAL}(n)}function Au(e){for(let t=1;t<arguments.length;t++){const n=arguments[t];if(n){const t=Object.keys(n);for(let i=0;i<t.length;i++){const r=t[i];e[r]=n[r]}}}return e}function Ou(e){const t=new Rl.Date;t.setSeconds(0),t.setMilliseconds(0);const n=Math.floor(t.getMinutes()/e)*e;return t.setMinutes(n),t.getTime()}function xu(){return/utagdb=[^;]+/.test(Rl.document.cookie)}let Lu;Kl((function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.guestPreferencesData,i=void 0===n?null:n,r=t.issuedAt,o=void 0===r?null:r,a=t.defaultConsent,s=void 0===a?_u:a;for(var c in ql(this,e),i=i||{},this.issuedAt=o,this.guestPreferencesMap={},Tu)"number"!=typeof i[c]&&(i[c]=s),this.guestPreferencesMap[c]=i[c]===Su}));const Ru={},Nu={},Pu={};function Du(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;const n=new URLSearchParams;e&&n.append("isEnterprise",!0),t&&n.append("includePersonalizationData",!0);const i=n.toString()?"?"+n.toString():"";return`https://${Ul()}/litms/api/metadata/user${i}`}function Mu(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=`${t}.${t}`;return e[n+".isEnterpriseUser"]||e[t+".isEnterpriseUser"]}function Uu(e,t){const n=`${t}.${t}`;return{enterpriseProfileUrn:e[n+".enterpriseProfile"]||e[t+".enterpriseProfile"],enterpriseAppInstanceId:e[n+".enterpriseAppInstanceId"]||e[t+".enterpriseAppInstanceId"]}}function Fu(e,t){let n=Au({},e);const i={userSettings:n,enterpriseContext:Uu(e,t)};return n["compliance.isAdvertisingOptIn"]=!function(e,t){const n=e[`${t}.${t}`+".isBoundUser"]||e[t+".isBoundUser"];return Mu(e,t)&&!n}(e,t)&&Iu(i),n["compliance.isAnalyticsAndResearchOptIn"]=Cu(i),n["compliance.isFunctionalOptIn"]=ku(i),n}function Bu(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=e[t+".xLiTrack"],i=e[t+".xLiIdentity"],r=e[t+".enterpriseAppInstanceId"],o={"X-LI-Track":n,"x-li-identity":i,"x-li-enterprise-app-instance-id":r};return Object.keys(o).reduce((e,t)=>(o[t]&&(e[t]=o[t]),e),{})}function ju(e){return Fu(Ru,e)}function Gu(e){if(!Nu[e]){const t=function(e){return`https://${Ml()}/litms/allowlist/${encodeURIComponent(e)}`}(e),n=new Promise((e,n)=>{Bl(t,t=>{e(JSON.parse(t))},e=>{n(e)},!1)});Nu[e]=n}return Nu[e]}Rl.utag_data||(Rl.utag_data={});const Hu="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;let qu;function Wu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=null;return"string"==typeof e&&(n=`https://${Ml()}/litms/utag/${e}/utag.js?cb=${Ou(t)}`),n}function Ku(){return function(){if(void 0===qu&&Hu){const e=Rl.document.cookie.match(/litms_utag_override=([^;]+)/);qu=e?e[1]:""}return qu}().length>0}function zu(e,t,n,i){e.onLoadRulesRunOnce(n);let r=Au({},t,ju(i));e.view(r),xu()&&Rl.trackingEventDebugData.push({profileName:i,eventType:"PV",trackingData:r})}function Vu(e,t,n,i){e.onLoadRulesRunOnce(n);let r=Au({},t,ju(i));e.link(r),xu()&&Rl.trackingEventDebugData.push({profileName:i,eventType:"CI",trackingData:r})}function Xu(e,t,n){if(function(e){Rl.utag=e}(e),t instanceof Array&&t.length>0){const i=t.length;for(let r=0;r<i;r++){const i=t.shift();i.isControlInteraction?Vu(e,i.data,i.callback,n):zu(e,i.data,i.callback,n)}}}function Ju(e){return Object.keys(e.loader.cfg).filter(t=>1===e.loader.cfg[t].send&&0!==e.loader.cfg[t].load)}function Yu(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 Qu(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 $u(e){const t=Ju(e).map(t=>function(e,t){return{tagUrn:Qu(e,t)}}(e,t));if(0!==t.length)return{info:{name:"ExternalMarketingTagFireEvent"},body:{header:{},requestHeader:{},tags:t}}}function Zu(e,t){const n=e.data["ut.profile"],i=function(e,t){return{profileName:e.data["ut.profile"],version:e.cfg.v,eventSource:t}}(e,t);jl(`https://${Ul()}/litms/api/events/tms-load`,i,e=>{console.debug("TMS load event sent successfully:",e)},e=>{console.warn("Failed to send TMS load event:",e.status,e.statusText)},!0,Bu(e.data,n))}function ed(e,t,n){const i=e.data["ut.profile"],r=function(e,t,n){const i=e.data["ut.profile"],r=Ju(e).map((function(t){return{tagId:t,version:e.loader.cfg[t].v}}));return 0===r.length?null:{profileName:i,tags:r,eventType:n.eventType,eventSource:t,pageKey:n.pageKey||e.data["meta.pageKey"],controlUrn:n.controlUrn||e.data["meta.controlUrn"]}}(e,t,n);if(!r)return;jl(`https://${Ul()}/litms/api/events/ext-tag-load`,r,e=>{console.debug("External tag load event sent successfully:",e)},e=>{console.warn("Failed to send external tag load event:",e.status,e.statusText)},!0,Bu(e.data,i))}Rl.utag_cfg_ovrd=Rl.utag_cfg_ovrd||{},Rl.trackingEventDebugData=Rl.trackingEventDebugData||[],Rl.utag_cfg_ovrd.noview=!0,Rl.utag_cfg_ovrd.nocookie=!0;const td=Hu&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(Rl.navigator.userAgent),nd={};let id,rd,od,ad={};class sd{constructor(){let{profileName:e,tracking2Instance:t,enableAllowlisting:n=!1,cacheBusterInterval:i,includePersonalizationData:r=!1,eventSource:o="microsite"}=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=i,this.landingPageUrl,this.includePersonalizationData=r,this.eventSource=o}initialize(){if(!this._shouldInitialize())return Promise.resolve();if(this.isInitialized)return console.warn("Initialize should not be called more that once"),this.initializePromise.then();if(Hu){sessionStorage.getItem("utagLandingPage")&&sessionStorage.removeItem("utagLandingPage"),this.landingPageUrl=Rl.location.href}return this.isInitialized=!0,this.initializePromise=new Promise((e,t)=>{this.enableAllowlisting?(this.isAllowlistingEnabled=!0,this._onInitializeSuccessCallback=e,this._onInitializeFailureCallback=t,this._allowlistReadyPromise=Gu(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&&(nd[this.profileName]=this),this.initializePromise}_processAllowlistResult(e){Object.keys(e).forEach(t=>this.addValuesToAllowlist(t,e[t]))}_setLandingPageCookie(){const e=ju(this.profileName),t={userSettings:e,enterpriseContext:Uu(e,this.profileName)};if(this.landingPageUrl&&Iu(t)&&Pl.find(e=>this.landingPageUrl.includes(e))){const e=Dl()?".linkedin.com":"linkedin-ei.com";Rl.document.cookie=`l_page=${this.landingPageUrl};domain=${e};path=/;max-age=15780000`}}_loadContainerTag(e,t){void 0!==Rl.utag&&(Rl.utag=void 0),void 0!==Rl.utag_data&&(Rl.utag_data=void 0);const n=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!Lu){const i=Du(Mu(e,t),n);Lu=new Promise((n,r)=>{Bl(i,e=>{try{n(JSON.parse(e))}catch(e){console.error("Invalid JSON format of userSettings"),r(e)}},e=>{r(e)},!0,Bu(e,t))})}return Lu}(Ru,this.profileName,this.includePersonalizationData).then(e=>{var t;Object.keys(e).forEach(t=>{!function(e,t){const n="string"!=typeof t?"":t+".";"object"==typeof e&&Object.keys(e).forEach(t=>{Ru[n+t]=e[t]})}(e[t],t)}),this.includePersonalizationData&&(t=e)&&"object"==typeof t&&(Pu.personalizationData=t.personalizationData||{}),Hu&&this._setLandingPageCookie()}).catch(e=>{console.error("Unable to get user settings while calling loading container tag",e)}),i=(r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"main",t=arguments.length>1?arguments[1]:void 0;return Ku()?qu:Wu(e,t)}(this.profileName,this.cacheBusterInterval),new Promise(e=>{const t=Rl.document.createElement("script");t.type="text/javascript",t.src=r,t.async=!0,t.onload=e,Rl.document.getElementsByTagName("head")[0].appendChild(t)}));var r;Promise.all([n,i]).then(()=>{this.isContainerTagLoaded=!0,this._uTag=Rl.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&&Yu(this.tracking2Instance,t),Zu(this._uTag,this.eventSource),e(t)}).catch(e=>{console.error("Unable to complete loading container tag",e),t()})}_shouldInitialize(){return!td}_shouldProcessEvent(e){return td?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?Xu(this._uTag,this._queue,this.profileName):this.isInitialized&&this.isAllowlistingEnabled&&this._loadContainerTag(this._onInitializeSuccessCallback,this._onInitializeFailureCallback)}_fireAuditEvent(e){const t=$u(this._uTag);return void 0!==this.tracking2Instance&&void 0!==t&&Yu(this.tracking2Instance,t),ed(this._uTag,this.eventSource,e),t}_createCallbackForAuditEvent(e,t){const n=this;return function(){const i=n._fireAuditEvent(t);"function"==typeof e&&e(i)}}_checkForCookieConsent(){const e=Uu(Ru,this.profileName);wu(null,void 0,e).consent.consentAvailable&&!rd?!function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return!!Array.isArray(e)&&e.some(e=>{let{data:t}=e;const n=t["entity.refreshOnCookieConsent"];return"boolean"==typeof n?n:"string"==typeof n&&"true"===n.toLowerCase()})}(ad.payloads)?this._refireTracking():location.reload():id=setTimeout(()=>{this._checkForCookieConsent()},2e3)}_refireTracking(){ad.payloads&&ad.payloads.forEach(e=>{const{data:t,callback:n}=e;t.cookieConsentGiven=!0,this.trackPageView(t,n)})}_savePayloadForRefire(e,t){if(Hu){rd=!1;const{payloads:n=[],url:i}=ad,r=location.href,o={data:e,callback:t},a=r!==i?[]:n;a.push(o),ad={url:r,payloads:a},id||(id=setTimeout(()=>{this._checkForCookieConsent()},2e3))}}trackPageView(e,t){const n=Uu(Ru,this.profileName);return wu(null,void 0,n).consent.consentAvailable||this._savePayloadForRefire(e,t),this._shouldProcessEvent(e).then(n=>{if(n){const n=Object.assign({},e,{eventType:e.eventType||"PageViewEvent"});this._queue.push({isControlInteraction:!1,data:e,callback:this._createCallbackForAuditEvent(t,n)}),this._processQueuedEvents()}})}trackControlInteraction(e,t){return this._shouldProcessEvent(e).then(n=>{if(n){const n=Object.assign({},e,{eventType:e.eventType||"ControlInteractionEvent"});this._queue.push({isControlInteraction:!0,data:e,callback:this._createCallbackForAuditEvent(t,n)}),this._processQueuedEvents()}})}getPersonalizationData(){return Pu.personalizationData||{}}}function cd(e){let{event:t,litmsInstance:n,pageKey:i}=e;const r=t.target.getAttribute("data-tracking-control-name"),o=t.target.hasAttribute("data-tracking-litms");r&&o&&n.trackControlInteraction({controlUrn:`urn:li:control:${i}-${r}`})}class ld{constructor(e){if(this.trackingInstance=e,this.pageKey=b(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 sd({tracking2Instance:this.trackingInstance,profileName:this.litmsProfileName}),this.litmsInstance.initialize(),this.clickEventListener=e=>cd({event:e,litmsInstance:this.litmsInstance,pageKey:this.pageKey}),this.keydownEventListener=e=>{"Enter"!==e.key&&" "!==e.key&&"Spacebar"!==e.key||cd({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 ud(){try{const e={};return void 0!==window.globalThis.apfcDf&&(e.df=window.globalThis.apfcDf),JSON.stringify(e)}catch(e){return JSON.stringify({error:e.message})}}const dd='[data-js-module-id="guest-input"]';class hd{constructor(e){let{customValidate:t,fireTrackingOnInit:n=!0,initSuccess:i,initFailure:r}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to sign in form");this.el=e,this._customValidate=t,this._fireTrackingOnInit=n,this.initSuccess=i,this.initFailure=r,this.showText=zo("i18n_sign_in_form_show_text"),this.showLabelText=zo("i18n_sign_in_form_show_label"),this.hideText=zo("i18n_sign_in_form_hide_text"),this.hideLabelText=zo("i18n_sign_in_form_hide_label"),this.usernameEl=this.el.querySelector("input[name=session_key]"),this.passwordEl=this.el.querySelector("input[name=session_password]"),this.usernameElId=this.usernameEl.id,this.passwordElId=this.passwordEl.id,this.usernameMsgEl=this.el.querySelector(`[data-js-module-id="guest-input__message"][for="${this.usernameElId}"]`),this.passwordMsgEl=this.el.querySelector(`[data-js-module-id="guest-input__message"][for="${this.passwordElId}"]`),this.sessionRedirectEl=this.el.querySelector("input[name=session_redirect]"),this.passwordVisibilityToggle=this.el.querySelector('[data-id="sign-in-form__password-visibility-toggle"]'),this.anonymousLoginToggleInput=this.el.querySelector(".anonymous-login-toggle input"),this.passwordVisibilityToggle.addEventListener("click",this._togglePasswordVisibility.bind(this)),this.el.addEventListener("submit",e=>{if(e.preventDefault(),!this._validate()){if(this._customValidate)return this._customValidate(this.el);if(this.el.appendChild(this._createHiddenInputElement("apfc",ud())),this.anonymousLoginToggleInput&&this.anonymousLoginToggleInput.checked){const t=this.sessionRedirectEl.value,n=h("/public-profile/settings/anonymousLogin","csrfToken",C(f("JSESSIONID")));this.sessionRedirectEl.value=h(n,"originalSessionRedirect",t);try{localStorage.setItem("voyager-web:anonymous-login",Date.now())}catch(e){}}this.el.submit()}}),window.tracking&&window.tracking.then(e=>{const t=b(document,{skipSuffix:!0}),n=t+"_login-form",i=`${t}-${this.el.querySelector('[data-id="sign-in-form__submit-btn"]').dataset.trackingControlName}`,r=yo(e),o=this._createHiddenInputElement("pageInstance",r),a=this._createHiddenInputElement("controlId",i);this.el.appendChild(a),this.el.appendChild(o),this._fireTrackingOnInit&&this.fireTracking(e,n)})}fireTracking(e,t){vo(e,"ajax",t),function(e){if(!od){if(!e)throw new Error("No trackingInstance passed in!");od=new ld(e)}return od}(e).trackPageView({pageKey:t})}setUsernameInputValue(e){this.usernameEl.value=e}resetFormState(){this.usernameEl.value="",this.passwordEl.value="","text"===this.passwordEl.getAttribute("type")&&this._togglePasswordVisibility()}_createHiddenInputElement(e,t){const n=document.createElement("input");return n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),n}_togglePasswordVisibility(){"password"===this.passwordEl.getAttribute("type")?(this.passwordEl.setAttribute("type","text"),this.passwordVisibilityToggle.innerText=this.hideText,this.passwordVisibilityToggle.setAttribute("aria-label",this.hideLabelText)):(this.passwordEl.setAttribute("type","password"),this.passwordVisibilityToggle.innerText=this.showText,this.passwordVisibilityToggle.setAttribute("aria-label",this.showLabelText))}_validate(){const e=Ll(this.usernameEl.name,this.usernameEl.value);if(e){this.usernameEl.closest(dd).classList.add("input-error"),this.usernameMsgEl.classList.remove("hidden");const t="i18n_username_"+e;return this.usernameMsgEl.innerText=zo(t),this.usernameEl.focus(),!0}this.usernameEl.closest(dd).classList.remove("input-error"),this.usernameMsgEl.classList.add("hidden");const t=Ll(this.passwordEl.name,this.passwordEl.value);if(t){this.passwordEl.closest(dd).classList.add("input-error"),this.passwordMsgEl.classList.remove("hidden");const e="i18n_password_"+t;return this.passwordMsgEl.innerText=zo(e),this.passwordEl.focus(),!0}this.passwordEl.closest(dd).classList.remove("input-error"),this.passwordMsgEl.classList.add("hidden")}}const pd=30,fd="cta-modal";class vd{constructor(e){let{daysCoolOff:t=pd,dismissOnOutsideClick:n=!0,dismissOnScroll:i=!1,dismissBtnEl:r,coolOffKey:o=fd}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to cta modal");this.el=e,this.coolOffPeriod=24*t*60*60*1e3,this.coolOffKey=o,this.dismissBtnEl=r||this.el.querySelector(".cta-modal__dismiss-btn"),this._dismissEvent=e=>this._dismiss(e),this._interactionEvent=e=>this._interactionListener(e),this.dismissOnOutsideClick=n,this.dismissOnScroll=i,this._hideModal()?v(this.el,"didNotOpen"):(this.dismissable=new oc(this.el,this.dismissBtnEl,{isShown:!1}),this.dismissable.show(),this._addEventListeners())}_addEventListeners(){this.el.addEventListener("dismiss",this._dismissEvent),this.dismissOnOutsideClick&&document.body.addEventListener("click",this._interactionEvent),this.dismissOnScroll&&window.addEventListener("scroll",this._interactionEvent)}_dismiss(e){this._hardDismissal(e)&&this._setCoolOff(e),this._removeEventListeners()}_removeEventListeners(){this.el.removeEventListener("dismiss",this._dismissEvent),this.dismissOnOutsideClick&&document.body.removeEventListener("click",this._interactionEvent),this.dismissOnScroll&&window.removeEventListener("scroll",this._interactionEvent)}_interactionListener(e){this.el.contains(e.target)||this.dismissable.dismiss()}_setCoolOff(){try{localStorage.setItem(this.coolOffKey,Date.now())}catch(e){return""}}_hideModal(){try{const e=localStorage.getItem(this.coolOffKey);if(e){return Date.now()-e<this.coolOffPeriod||(localStorage.removeItem(this.coolOffKey),!1)}}catch(e){return!1}}_hardDismissal(e){return e.detail&&this.dismissBtnEl.contains(e.detail.target)}}const md="sign-in-card";class gd{constructor(e){let{daysCoolOff:t,dismissOnOutsideClick:n,dismissOnScroll:i,dismissBtnEl:r,coolOffKey:o=md}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to sign in card");this.el=e,this.dismissBtnEl=r;const a=this.el.querySelector('[data-id="sign-in-form"]');a&&new hd(a),this.ctaModal=new vd(this.el,{daysCoolOff:t,dismissOnOutsideClick:n,dismissOnScroll:i,dismissBtnEl:this.dismissBtnEl,coolOffKey:o})}}const{GOOGLE_USER_FETCHED:yd,GOOGLE_ERROR:Ed,INITIALIZED:bd}=tl.EVENTS,{INITIALIZATION:wd}=tl.GSI_ERROR_TYPES;function Td(e){var t=e.intersectionRect;return t.width>=0&&t.height>=0}function _d(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 Sd(e,t){return Math.round(e-t)}var Id,Cd=(Id=function(e,t){return(Id=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}Id(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),kd=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}(),Ad=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Cd(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:t.callback===e},t}(kd),Od=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Cd(t,e),t.prototype.removePredicate=function(e,t){return t===e},t}(kd),xd=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Cd(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}(kd),Ld=function(){return 0},Rd=!("undefined"==typeof window||!window||"undefined"==typeof document||!document),Nd=Rd&&!!window.requestAnimationFrame,Pd={hasDOM:Rd,hasRAF:Nd,getScrollTop:Ld,getScrollLeft:Ld,getHeight:Ld,getWidth:Ld,rAF:Nd?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:Ld,get isDirty(){return Pd.version!==Pd.lastVersion},document:window.document,IntersectionObserver:Rd&&window.IntersectionObserver,performance:Rd&&window.performance};function Dd(){++Pd.version}function Md(){var e=null!=document.scrollingElement;Pd.getScrollTop=e?function(){return document.scrollingElement.scrollTop}:function(){return window.scrollY},Pd.getScrollLeft=e?function(){return document.scrollingElement.scrollLeft}:function(){return window.scrollX}}Rd&&(Pd.getHeight=function(){return window.innerHeight},Pd.getWidth=function(){return window.innerWidth},Pd.updateMeta=function(){Pd.meta.height=Pd.getHeight(),Pd.meta.width=Pd.getWidth(),Pd.meta.scrollLeft=Pd.getScrollLeft(),Pd.meta.scrollTop=Pd.getScrollTop(),Pd.lastVersion=Pd.version},Pd.updateMeta(),"loading"!==document.readyState?Md():document.addEventListener("DOMContentLoaded",Md),window.addEventListener("resize",Dd,!1),window.addEventListener("scroll",Dd,!1));var Ud=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,Pd.rAF((function(){e.running=!1;for(var t=0,n=e.reads.length;t<n;t++)e.reads.pop()();t=0;for(var i=e.work.length;t<i;t++)e.work.pop()();(e.work.length>0||e.reads.length>0)&&e.run()})))},e}(),Fd=null;var Bd=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 i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),jd="xxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),Gd=0,Hd=function(){function e(e,t,n,i,r,o,a,s,c,l){this.dateNow=e,this.highResTime=t,this.scrollTop=n,this.scrollLeft=i,this.width=r,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 Pd.isDirty&&Pd.updateMeta(),e===window||e===document?(n.height=Pd.meta.height,n.width=Pd.meta.width,n.scrollLeft=Pd.meta.scrollLeft,n.scrollTop=Pd.meta.scrollTop,n):(t=_d(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 qd(){return Gd+++jd}var Wd=function(){function e(e,t){this.isTicking=!1,this.toRemove=[],this.engine=e||(Fd||(Fd=new Ud)),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(Hd.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,i,r=this;this.engine.scheduleRead((function(){n=_d(e),i=Hd.generate(r.root)})),this.engine.scheduleWork((function(){t(n,i)}))},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}(),Kd=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.queue=new Ad,t}return Bd(t,e),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],i=n.id;(0,n.callback)(e,i)}},t.prototype.watch=function(e){this.startTicking();var t=qd();return this.queue.push({callback:e,id:t}),t},t}(Wd),zd=function(e){function t(t){var n=e.call(this,void 0,window)||this;return n.predicate=t,n}return Bd(t,e),t.prototype.applyQueue=function(t){this.predicate(t)&&e.prototype.applyQueue.call(this,t)},t}(Kd),Vd=function(e){function t(t,n,i){void 0===i&&(i=!1);var r=e.call(this,t,n)||this;return r.lastVersion=Pd.version,r.queue=new xd,r.ALLOW_CACHED_SCHEDULER=i,r}return Bd(t,e),Object.defineProperty(t.prototype,"isDirty",{get:function(){return Pd.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],i=n.callback,r=n.el,o=n.id,a=n.clientRect;!this.isDirty&&a&&this.ALLOW_CACHED_SCHEDULER||(a=this.queue.items[t].clientRect=_d(r)),i(e,o,a)}this.lastVersion=Pd.version},t.prototype.watch=function(e,t,n){this.startTicking(),n=n||qd();return this.queue.push({el:e,callback:t,id:n,clientRect:null}),n},t}(Wd),Xd=null;var Jd=function(){function e(){this.queue=new Od}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}(),Yd=function(){function e(e){this.scheduler=new zd(e.bind(this))}return e.prototype.trigger=function(){},e.prototype.listen=function(e){this.state=Hd.generate(),this.scheduler.watch(e)},e.prototype.unlisten=function(e){this.scheduler.unwatch(e)},e}(),Qd=null;function $d(e,t){var n=(Qd||(Qd={scroll:new Yd((function(e){var t=this.state,n=t.scrollTop,i=t.scrollLeft;return this.state=e,n!==e.scrollTop||i!==e.scrollLeft})),resize:new Yd((function(e){var t=this.state,n=t.width,i=t.height;return this.state=e,i!==e.height||n!==e.width})),destroy:new Jd,beforeunload:new Jd,hide:new Jd,show:new Jd}))[e];n&&n.listen(t)}function Zd(e,t){if(Qd){var n=Qd[e];n&&n.unlisten(t)}}function eh(e,t){if(Qd){var n=Qd[e];n&&n.trigger(t)}}function th(e){(Xd||(Xd=new Kd)).scheduleWork(e)}function nh(e){var t=e.left,n=e.right,i=e.top,r=e.bottom;return{left:t,x:t,top:i,y:i,bottom:r,right:n,width:n-t,height:r-i}}Pd.hasDOM&&(window.addEventListener("beforeunload",(function(){eh("beforeunload"),eh("destroy")})),document.addEventListener("visibilitychange",(function(){"visible"===document.visibilityState?eh("show"):eh("hide")})));var ih=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 Vd(void 0,this.root,t.ALLOW_CACHED_SCHEDULER)}return e.prototype.observe=function(e){var t=this,n=e,i=n.__spanielId=n.__spanielId||qd();return this.scheduler.watch(e,(function(e,i,r){t.onTick(e,i,r,n)}),n.__spanielId),i},e.prototype.onTick=function(e,t,n,i){var r=this,o=this.generateEntryEvent(e,n,i),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(){r.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 i=0,r=function(e,t,n,i){if("none"===n.style.display)return{time:e.dateNow,highResTime:e.highResTime,boundingClientRect:rh(),intersectionRatio:0,intersectionRect:rh(),isIntersecting:!1,rootBounds:rh(),target:n};var r=t.bottom,o=t.right,a=e.left+i.left,s=e.top+i.top,c={left:a,top:s,bottom:i.bottom,right:i.right,width:e.width-(i.right+i.left),height:e.height-(i.bottom+i.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,p=d>=0?l:0,f=u>=0?u:0,v={left:p,top:f,x:p,y:f,width:d,height:h,right:o,bottom:r};return function(e){var t=e.unixTime,n=e.highResTime,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.target,s=r.height*r.width,c=s>0?o.width*o.height/s:0;return{time:t,highResTime:n,rootBounds:i,boundingClientRect:r,intersectionRect:o,target:a,intersectionRatio:c,isIntersecting:Td({intersectionRect:o})}}({unixTime:e.dateNow,highResTime:e.highResTime,rootBounds:c,target:n,boundingClientRect:nh(t),intersectionRect:v})}(e,t,n,this.rootMarginObj),o=0;o<this.thresholds.length;o++){var a=this.thresholds[o];r.intersectionRatio>=a&&i++}return{numSatisfiedThresholds:i,entry:r}},e}();function rh(){return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}}var oh={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 i=t||{threshold:[]},r=i.root,o=i.rootMargin,a=i.threshold,s=i.ALLOW_CACHED_SCHEDULER,c=i.BACKGROUND_TAB_FIX,l=i.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:r,rootMargin:u,threshold:this.thresholds.map((function(e){return e.ratio})),ALLOW_CACHED_SCHEDULER:s};this.usingNativeIo=!!l&&!!Pd.IntersectionObserver;var h=this.usingNativeIo?Pd.IntersectionObserver:ih;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),Pd.hasDOM&&($d("beforeunload",this.onWindowClosed),$d("hide",this.onTabHidden),$d("show",this.onTabShown),c&&(this.paused="visible"!==Pd.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(),i=0;i<e.length;i++){var r=this.recordStore[e[i]].lastSeenEntry;if(r){var o=r.intersectionRatio,a=r.boundingClientRect,s=r.rootBounds,c=r.intersectionRect,l=r.isIntersecting,u=r.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,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.isIntersecting,s=e.time,c=e.target,l=this.recordStore[c.__spanielId],u=this.usingNativeIo?Math.floor((Pd.performance.timeOrigin||Pd.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:i,boundingClientRect:r,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(),i=performance.now();e.thresholdStates.forEach((function(r){var o=e.lastSeenEntry&&e.lastSeenEntry.boundingClientRect;t.handleThresholdExiting({intersectionRatio:-1,isIntersecting:!1,unixTime:n,time:n,highResTime:i,payload:e.payload,label:r.threshold.label,threshold:r.threshold,entering:!1,rootBounds:oh,boundingClientRect:o||oh,intersectionRect:oh,visibleTime:r.lastVisible.unixTime,duration:Sd(i,r.lastVisible.highResTime),target:e.target},r),r.lastSatisfied=!1,r.visible=!1,r.lastEntry=null}))},e.prototype.handleThresholdExiting=function(e,t){var n=e.highResTime,i=!!t.threshold.time;t.lastSatisfied&&(!i||i&&t.visible)&&(e.duration=Sd(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,i=this.recordStore[n.__spanielId];i&&(i.lastSeenEntry=e,this.paused||(i.thresholdStates.forEach((function(n){var i=!!n.threshold.time,r=t.generateSpanielEntry(e,n),o=e.intersectionRatio>=n.threshold.ratio,a="boolean"==typeof r.isIntersecting?r.isIntersecting:Td(e),s=o&&a;if(s!=n.lastSatisfied){if(s)if(r.entering=!0,n.lastVisible={highResTime:r.highResTime,unixTime:r.unixTime},i){var c=Number(setTimeout((function(){n.visible=!0,r.duration=Sd(performance.now(),n.lastVisible.highResTime),r.visibleTime=n.lastVisible.unixTime,t.callback([r])}),n.threshold.time));n.timeoutId=c}else n.visible=!0,r.duration=Date.now()-n.lastVisible.unixTime,t.queuedEntries.push(r);else t.handleThresholdExiting(r,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(),Pd.hasDOM&&(Zd("beforeunload",this.onWindowClosed),Zd("hide",this.onTabHidden),Zd("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),th((function(){t.handleRecordExiting(n),t.flushQueuedEntries()})))},e.prototype.observe=function(e,t){var n=e,i=n.__spanielId=n.__spanielId||qd();return this.recordStore[i]={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),i}}();Pd.IntersectionObserver&&Pd.IntersectionObserver;const ah=350,sh=575;class ch{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.querySelector(".sticky-header"),{disableUnderMinimumViewportHeight:t=!1,minimumViewportHeight:n=ah,disableUnderMinimumViewportWidth:i=!1,minimumViewportWidth:r=sh}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("A header element is required to instantiate a StickyHeader");if(!e.querySelector("nav"))throw Error("The header must contain a 'nav' element in order to instantiate a StickyHeader");let o=8;if(No()){const t=e.querySelector(".search-bar");t&&(o=t.getBoundingClientRect().height)}this.stickyHeader=e,this.stickyElementOptions={exposeStickyState:!0,isBottom:!1,isPositionSticky:!0,scrollThreshold:o};const a=t&&n>0,s=i&&r>0;return a||s?(a&&this.setupDisableUnderMinimumViewportHeight(n),s&&this.setupDisableUnderMinimumViewportWidth(r)):this.instantiateStickyElement(),this.stickyElement}instantiateStickyElement(){this.stickyElement=new Is(this.stickyHeader,this.stickyElementOptions)}setupDisableUnderMinimumViewportHeight(e){const t=`(min-height: ${e}px)`,n=window.matchMedia(t);n.addEventListener("change",this.handleMediaQueryChange.bind(this)),this.handleMediaQueryChange(n)}setupDisableUnderMinimumViewportWidth(e){const t=`(min-width: ${e}px)`,n=window.matchMedia(t);n.addEventListener("change",this.handleMediaQueryChange.bind(this)),this.handleMediaQueryChange(n)}handleMediaQueryChange(e){e.matches?(this.stickyHeader.classList.remove("sticky-header--disabled"),this.stickyElement||this.instantiateStickyElement()):this.stickyHeader.classList.add("sticky-header--disabled")}}function lh(e){return t=>t.type&&t.type.toLowerCase()===e.toLowerCase()}lh("action"),lh("openpage"),lh("openlink");class uh{constructor(e){let{actionButtonClassName:t="promo__action",dismissButtonClassName:n="promo__dismiss",lockScreenClassName:i="no-scroll",startCoolOffAfterImpression:r=!1,dismissableOverlay:o=!0,overlayClassName:a="overlay"}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to apptivation promo");this.promo=e,this.actionBtns=this.promo.querySelectorAll("."+t),this.dismissBtn=this.promo.querySelector("."+n),this.overlay=this.promo.querySelector("."+a),this.containsOverlay=!!this.overlay,this.lockScreenClassName=i,this.clickHandler=this._dismissPromo.bind(this),this.actionBtns.forEach(e=>{e.addEventListener("click",this.clickHandler)}),this.dismissBtn&&this.dismissBtn.addEventListener("click",this.clickHandler);const s=this.promo.hasAttribute("data-enable-app-detection");this._initPromise=this._getInitializationParams(e,s),this._initPromise.then(e=>{let{cooloffInMinutes:t,impressionsBeforeDisplay:n}=e;if(this.cooloffInMinutes=t,this.coolOffEnabled=this.cooloffInMinutes>0,this.impressionsBeforeDisplay=n,this.containsOverlay&&o&&this.overlay.addEventListener("click",this.clickHandler),!this._hasMetImpressionThreshold(this.impressionsBeforeDisplay))return;let i=!this.coolOffEnabled;this.coolOffEnabled&&(i=this._hasCoolOffExpired(r),i&&this._setCoolOfStart("global:impression")),this._toggleShowPromo(i)})}_getInitializationParams(e,t){const n=this._getSanitizedDatasetNumber(e.dataset,"cooloffInMinutes"),i=this._getSanitizedDatasetNumber(e.dataset,"impressionsBeforeDisplay");return new Promise(e=>{t?window.appDetection.then(t=>{const r=t.find(e=>"com.linkedin.android"===e.id);e(r?{cooloffInMinutes:0,impressionsBeforeDisplay:0}:{cooloffInMinutes:n,impressionsBeforeDisplay:i})}).catch(()=>{e({cooloffInMinutes:n,impressionsBeforeDisplay:i})}):e({cooloffInMinutes:n,impressionsBeforeDisplay:i})})}isVisible(){return this._initPromise.then(()=>!this.promo.classList.contains("hidden"))}_getSanitizedDatasetNumber(e,t){const n=e[t]&&e[t].replace(/\D/g,""),i=parseInt(n,10);return Number.isNaN(i)?0:i}_hasCoolOffExpired(e){this.cooloffStartTimestampMap=this._getCoolOfStartMap();const t=e?"global:impression":"global:dismiss",n=60*this.cooloffInMinutes*1e3,i=this.cooloffStartTimestampMap[t],r=i?parseInt(i,10):0;return Date.now()-r>n}_hasMetImpressionThreshold(e){if(e<2)return!0;return!(function(e){if(!e)throw"impressionKey is required";try{return(JSON.parse(localStorage.getItem("ssr-ui-lib:global-impression-count-map"))||{})[e]||0}catch(e){return 0}}("base-promo")+1<e)||(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(!e)throw"impressionKey is required";try{const n=JSON.parse(localStorage.getItem("ssr-ui-lib:global-impression-count-map"))||{},i=n[e]||0;n[e]=i+t,localStorage.setItem("ssr-ui-lib:global-impression-count-map",JSON.stringify(n)),n[e]}catch(e){return t}}("base-promo"),!1)}_dismissPromo(e){e.preventDefault(),this.actionBtns.forEach(e=>{e.removeEventListener("click",this.clickHandler)}),this.dismissBtn&&this.dismissBtn.removeEventListener("click",this.clickHandler);const{target:t}=e,n="A"===t.tagName,i=t.getAttribute("href");if(this._toggleShowPromo(!1),this.coolOffEnabled&&this._setCoolOfStart("global:dismiss"),n)if(this.shouldUseAndroidOemDeepLink){const e=uh._getAndroidOEMDeepLinkFromUrl(i);location.assign(e),uh._checkNativeAppOpen(i)}else location.assign(i)}get shouldUseAndroidOemDeepLink(){return/Android/.test(navigator.userAgent)&&this.promo.hasAttribute("data-use-deep-link-for-oem-custom-browsers")}static _getAndroidOEMDeepLinkFromUrl(e){const{pathname:t,search:n}=new URL(e);return`linkedin://you${t}${n}`}static _checkNativeAppOpen(e){const t=setTimeout(()=>{"hidden"!==document.visibilityState&&location.assign(e)},1500);document.addEventListener("visibilitychange",()=>{clearTimeout(t)})}_toggleShowPromo(e){this.promo.classList.toggle("hidden",!e),e&&this.promo.focus(),this.containsOverlay&&document.body.classList.toggle(this.lockScreenClassName,e)}_getCoolOfStartMap(){return JSON.parse(localStorage.getItem("ssr-ui-lib:base-promo-cooloff-start-timestamp-map"))||{}}_setCoolOfStart(e){this.cooloffStartTimestampMap[e]=Date.now(),localStorage.setItem("ssr-ui-lib:base-promo-cooloff-start-timestamp-map",JSON.stringify(this.cooloffStartTimestampMap))}}class dh{constructor(e){if(!e)throw Error("An element must be provided to promo bottom sheet");this._el=e,this.basePromo=new uh(this._el,{actionButtonClassName:"promo-bottom-sheet__action",dismissButtonClassName:"promo-bottom-sheet__dismiss",overlayClassName:"overlay"})}}function hh(e){var t;null===(t=window.appDetection)||void 0===t||t.then(t=>{t.some(e=>"windows"===(null==e?void 0:e.platform)&&"7EE7776C.LinkedInforWindows_w1wdnht996qgy!App"===(null==e?void 0:e.id))&&e()})}class ph{constructor(e){let{isShown:t=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to WindowsAppUpsell");this.el=e,this.dismissBtn=this.el.querySelector(".windows-app-upsell .cta-modal__dismiss-btn"),this.dismissable=new oc(this.el,this.dismissBtn,{isShown:t}),hh(this.updateDeeplink.bind(this))}updateDeeplink(){const e=this.el.querySelector(".windows-app-upsell .windows-app-upsell__cta");e&&e.setAttribute("href","linkedin://")}}class fh extends As{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:fh.query,variables:{handleString:e},successCallback:t,failureCallback:n})}}Vo(fh,"query","77715b456915324f44eb5c5ae5981169");const vh=10;class mh{constructor(e){let{minutesCoolOff:t=vh,triggerByOutletEl:n=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No element passed into to sign in modal");this.el=e,this.coolOffEnabled=this.el.hasAttribute("data-cool-off-enabled"),this.coolOffPeriod=60*t*1e3,this.showOnPageLoad=this.el.hasAttribute("data-show-on-page-load"),this.modalEl=this.el.querySelector(".modal");const i=this.el.querySelector('[data-id="sign-in-form"]');i&&(null!==zo("joinUrl")?this.signInForm=new hd(i,{customValidate:this._onSubmitValidate.bind(this),fireTrackingOnInit:!1}):this.signInForm=new hd(i,{fireTrackingOnInit:!1})),this.modal=new To(this.modalEl,{enablePageViewTracking:!0,shouldHideModal:this._shouldHideModal.bind(this),triggerByOutletEl:n}),this.modalEl.addEventListener("close",()=>{this._setCoolOff()}),this.showOnPageLoad&&this.modal.open()}_onSubmitValidate(e){var t,n=this;const i=(null===(t=e.querySelector("input[name=session_key]"))||void 0===t?void 0:t.value)||"";new fh("/ssr-login/api/runQuery").execute(i,(function(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};"UNKNOWN"!==(null==r||null===(t=r.handleVerification)||void 0===t?void 0:t.handleVerificationStatus)?e.submit():n._signUpRedirect(i)}),()=>{this._signUpRedirect(i)})}_signUpRedirect(e){const t=document.createElement("form"),n=document.querySelector('input[name="loginCsrfParam"]').value;t.classList.add("hidden"),t.method="post",t.action=h(zo("joinUrl")?zo("joinUrl"):"/signup/cold-join","csrfToken",n),document.body.appendChild(t);const i=document.createElement("input");i.name="username",i.value=e,t.appendChild(i);const r=document.createElement("input");r.name="csrfToken",r.value=n,t.appendChild(r),t.submit()}_shouldHideModal(){if(!this.coolOffEnabled)return!1;try{const e=localStorage.getItem("sign-in-modal-cool-off-hidden");if(e){return Date.now()-e<this.coolOffPeriod||(localStorage.removeItem("sign-in-modal-cool-off-hidden"),!1)}}catch(e){return!1}}_setCoolOff(){if(this.coolOffEnabled&&!this._shouldHideModal())try{localStorage.setItem("sign-in-modal-cool-off-hidden",Date.now())}catch(e){return""}}}class gh{constructor(e){var t;this.el=e,this.mergeSignInSignUpContainer=null,this._onSubmitValidate=this._onSubmitValidate.bind(this),this._goBackToValidationForm=this._goBackToValidationForm.bind(this),document.querySelectorAll(".merge-sign-in-sign-up__validation-form").forEach(e=>{null==e||e.addEventListener("submit",e=>{e.preventDefault(),this.mergeSignInSignUpContainer=e.target.closest(".merge-sign-in-sign-up__container"),this._onSubmitValidate(e)})}),null===(t=this.el.querySelector(".merge-sign-in-sign-up__back"))||void 0===t||t.addEventListener("click",this._goBackToValidationForm)}_onSubmitValidate(e){var t;const n=(null===(t=e.target.querySelector("#username"))||void 0===t?void 0:t.value)||"";if(!n)return;return new fh("/ssr-login/api/runQuery").execute(n,this._onValidationSucceeeded.bind(this),this._onValidationFailed.bind(this))}_onValidationSucceeeded(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};"UNKNOWN"===(null==t||null===(e=t.handleVerification)||void 0===e?void 0:e.handleVerificationStatus)?this._showJoinForm():this._showSignInForm()}_onValidationFailed(){this._showJoinForm()}_hideValidationForm(){const e=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__validation-form"),t=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__entity-image");this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__back").classList.remove("hidden"),null==t||t.classList.add("hidden"),e.classList.add("hidden")}_showSignInForm(){const e=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__sign-in-form");this._hideValidationForm(),e.classList.remove("hidden")}_signUpRedirect(e){const t=document.createElement("form"),n=document.querySelector('input[name="loginCsrfParam"]').value;t.classList.add("hidden"),t.method="post",t.action=h(zo("joinUrl")?zo("joinUrl"):"/signup/cold-join","csrfToken",n),document.body.appendChild(t);const i=document.createElement("input");i.name="username",i.value=e,t.appendChild(i);const r=document.createElement("input");r.name="csrfToken",r.value=n,t.appendChild(r),t.submit()}_showJoinForm(){const e=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__join-form");this._hideValidationForm(),e.classList.remove("hidden"),this._signUpRedirect()}_goBackToValidationForm(){const e=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__sign-in-form"),t=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__join-form"),n=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__validation-form"),i=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__back"),r=this.mergeSignInSignUpContainer.querySelector(".merge-sign-in-sign-up__entity-image");i.classList.add("hidden"),e.classList.add("hidden"),t.classList.add("hidden"),n.classList.remove("hidden"),null==r||r.classList.remove("hidden")}}const yh=10;class Eh{constructor(e){let{minutesCoolOff:t=yh,triggerByOutletEl:n=!0,onNotOpenedOnInit:i=(()=>{})}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to contextual sign in card");if(this.el=e,this.coolOffEnabled=this.el.hasAttribute("data-cool-off-enabled"),this.showOnPageLoad=this.el.hasAttribute("data-show-on-page-load"),this.coolOffPeriod=60*t*1e3,this.signInModalEl=this.el.querySelector(".sign-in-modal"),this.signInModalEl&&(this.signInModal=new mh(this.signInModalEl)),zo("isMergeSignInSignUpV2Enabled")&&(this.mergeSignInSignUp=new gh(this.el)),null===zo("mergeSignInSignUpLixValue")||"control"===zo("mergeSignInSignUpLixValue")){var r,o,a;this.contextualModalEl=this.el.querySelector(".modal--contextual-sign-in"),this.contextualModalEl&&(this.anonymousLoginToggleInput=this.contextualModalEl.querySelector(".anonymous-login-toggle input"),this.contextualModal=new To(this.contextualModalEl,{enablePageViewTracking:!0,shouldHideModal:this._shouldHideModal.bind(this),triggerByOutletEl:n}));const e=this.el.querySelector(".contextual-sign-in-modal__sign-in-form");e&&(this.signInForm=new hd(e,{fireTrackingOnInit:!1})),null===(r=this.signInModal)||void 0===r||r.modalEl.addEventListener("open",()=>{this._syncToggleStates(this.signInModal.signInForm.anonymousLoginToggleInput,this.anonymousLoginToggleInput),this.contextualModal.close(),localStorage.removeItem("contextual-sign-in-modal-cool-off-hidden"),this.signInModal.modal.noScroll()}),null===(o=this.signInModal)||void 0===o||o.modalEl.addEventListener("close",()=>{this._syncToggleStates(this.anonymousLoginToggleInput,this.signInModal.signInForm.anonymousLoginToggleInput),this._setCoolOff()});const t=this.el.querySelector(".contextual-sign-in-modal__sign-in-with-email-cta"),s=this.el.querySelector(".contextual-sign-in-modal__sign-in-form"),c=this.el.querySelector(".contextual-sign-in-modal__google-sign-in-primary"),l=this.el.querySelector(".contextual-sign-in-modal__google-sign-in-secondary");null==t||t.addEventListener("click",()=>{t.classList.add("hidden"),s.classList.remove("hidden"),c.classList.add("hidden"),l.classList.remove("contextual-sign-in-modal__google-sign-in-secondary--hidden")}),this.contextualModalEl.addEventListener("close",()=>{this._setCoolOff()}),this.showOnPageLoad&&this.contextualModal.open(),null!==(a=this.contextualModal)&&void 0!==a&&a.isOpen||i()}}_syncToggleStates(e,t){e&&t&&(e.checked=t.checked)}_shouldHideModal(){if(!this.coolOffEnabled)return!1;try{const e=localStorage.getItem("contextual-sign-in-modal-cool-off-hidden");if(e){return Date.now()-e<this.coolOffPeriod||(localStorage.removeItem("contextual-sign-in-modal-cool-off-hidden"),!1)}}catch(e){return!1}}_setCoolOff(){if(this.coolOffEnabled&&!this._shouldHideModal())try{localStorage.setItem("contextual-sign-in-modal-cool-off-hidden",Date.now())}catch(e){return""}}}var bh={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 i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}function r(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 i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}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 i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&c(r,n.prototype),r}).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 p(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?h(e):t}function f(e){return function(){var t,n=s(e);if(l()){var i=s(this).constructor;t=Reflect.construct(n,arguments,i)}else t=n.apply(this,arguments);return p(this,t)}}function v(e){"complete"===document.readyState?e():window.addEventListener("load",(function(){e()}))}function m(e,t){var n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(n)}function g(){var e,t,n=new Promise((function(n,i){e=n,t=i}));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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;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"}},C=E.GOOGLE_ERROR,k=E.GOOGLE_USER_FETCHED,A=E.INITIALIZED,O=b.INITIALIZATION,x=b.AUTHENTICATION,L=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.el,s=e.clientId,c=void 0===s?y:s;if(t(this,r),i=n.call(this),!a)throw TypeError("DOM element for Sign In button is required");if(i.libSrcPath=o,i.el=a,i.clientId=c,window.gapi)i._initializeGoogleAuth();else{if(!o)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");v((function(){m(o,i._initializeGoogleAuth.bind(h(i)))}))}return i}return i(r,[{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(A);e.dispatchEvent(n)})).catch((function(t){var n={type:O,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{key:"_attachSignIn",value:function(){var e=this;this.auth2.attachClickHandler(this.el,{},(function(t){var n=new CustomEvent(k,{detail:e._getGoogleUserInformation(t)});e.dispatchEvent(n)}),(function(t){var n={type:x,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{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()}}}]),r}(d(EventTarget));function R(e,t){return e?t.getDismissedReason():t.getNotDisplayedReason()||t.getSkippedReason()||t.getDismissedReason()}var N=E.GOOGLE_USER_FETCHED,P=E.PROMPT_MOMENT,D=E.GOOGLE_ERROR,M=function(e){a(r,e);var n=f(r);function r(e){var i,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,p=e.cancelOnTapOutside,f=void 0===p||p,E=e.itpSupport,b=e.useFedCM,w=void 0!==b&&b;if(t(this,r),i=n.call(this),!l)throw TypeError("context param is required to determine the message to show in Google One Tap");if(i.autoSelect=a,i.libSrcPath=s,i.containerId=c,i.cancelOnTapOutside=f,i.clientId=d,i.context=l,i.itpSupport=E,i.useFedCM=w,i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!s)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(s,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(r,[{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(D,{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 i=new CustomEvent(N,{detail:n});this.dispatchEvent(i)}}},{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(P,{detail:t});this.dispatchEvent(n)}},{key:"promptOneTap",value:function(){var e=this;google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:R(e.useFedCM,t)},i=new CustomEvent(P,{detail:n});e.dispatchEvent(i),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")}}}]),r}(d(EventTarget)),U={exports:{}};function F(e){this.message=e}F.prototype=new Error,F.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new F("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a},j=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(B(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 B(t)}};function G(e){this.message=e}G.prototype=new Error,G.prototype.name="InvalidTokenError",U.exports=function(e,t){if("string"!=typeof e)throw new G("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(j(e.split(".")[n]))}catch(e){throw new G("Invalid token specified: "+e.message)}},U.exports.InvalidTokenError=G;var H=U.exports,q=E.GOOGLE_USER_FETCHED,W=E.PROMPT_MOMENT,K=E.GOOGLE_ERROR,z=function(e){a(s,e);var n=f(s);function s(e){var i,r=e.autoSelect,o=void 0!==r&&r,a=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?y:u,p=e.context,f=void 0===p?"signin":p,E=e.gsiButtonConfig,b=void 0===E?{}:E,w=e.libSrcPath,T=e.hasContentAbove,_=void 0!==T&&T,S=e.promptParentId,I=e.showOneTap,C=void 0===I||I,k=e.itpSupport,A=e.useFedCM,O=void 0!==A&&A;if(t(this,s),(i=n.call(this)).autoSelect=o,i.buttonParentEl=a,i.cancelOnTapOutside=l,i.clientId=d,i.context=f,i.gsiButtonConfig=b,i.libSrcPath=w,i.hasContentAbove=_,i.promptParentId=S,i.showOneTap=C,i.itpSupport=k,i.useFedCM=O,i.isLibraryLoaded=g(),i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!w)throw TypeError("GSI library is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(w,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(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(K,{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,i=t.locale,r=void 0===i?"en_US":i,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,p=t.type,f=t.width,v=void 0===f?"400px":f;return this.isInitialized.then((function(){var t=d||I[n.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:r,logo_alignment:a,shape:c,size:u,text:t,theme:h,type:p,width:v})}))}},{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:R(e.useFedCM,t)},i=new CustomEvent(W,{detail:n});e.dispatchEvent(i),e.hasContentAbove||e.checkIfDesktopAndApplyClass()}))}))}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=e.select_by,i=H(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){r(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(i),{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)),V={PROD:"3fa91358-6f74-4525-b5df-da149652be36",LOCAL:"e5078fe9-f96f-4177-a256-a13b9bda6b1c"},X={MICROSOFT_ERROR:"microsoftError",USER_FETCHED:"microsoftUserFetched",PROMPT_MOMENT:"promptMomentNotification"},J={signin:{MS_OT:"signin",MS_BUTTON:"signin_with"},signup:{MS_OT:"signup",MS_BUTTON:"signup_with"},use:{MS_OT:"use",MS_BUTTON:"continue_with"}},Y=X.MICROSOFT_ERROR,Q=X.PROMPT_MOMENT,$=X.USER_FETCHED,Z=function(e){a(r,e);var n=f(r);function r(e){var i,o,a,s=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?V.PROD:u,p=e.context,f=void 0===p?"use":p,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,C=e.redirectState,k=e.redirectURI,A=e.showOneTap,O=void 0!==A&&A;if(t(this,r),(a=n.call(this)).buttonParentEl=s,a.cancelOnTapOutside=l,a.clientId=d,a.context=f,a.libSrcPath=b,a.locale=(w||"en-US").replace("_","-"),a.malButtonConfig=_,a.oneTapPosition=I,a.redirectState=C,a.window=E,a.redirectURI=k||a._getRedirectURI(),a.showOneTap=O,a.isLibraryLoaded=g(),null===(i=a.window.ms)||void 0===i||null===(o=i.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");v((function(){m(b,a._onMicrosoftAuthLibLoad.bind(h(a)))}))}return a}return i(r,[{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,i=t.logo_alignment,r=void 0===i?"center":i,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,p=void 0===h?"light":h,f=t.type,v=t.width,m=void 0===v?600:v;return this.isLibraryLoaded.then((function(){var t=d||J[n.context].MS_BUTTON;n.window.ms.auth.renderSignInButton(e,{logo_alignment:r,height:a,shape:c,size:u,text:t,theme:p,type:f,width:m})}))}},{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},i=new CustomEvent(Q,{detail:n});e.dispatchEvent(i)}))}))}},{key:"_handleCredentialResponse",value:function(e,t){if(e){var n=e.authCode,i=e.email,r=e.givenName,o=e.surname,a=e.id,s=e.idToken,c=e.photoUrl,l=new CustomEvent($,{detail:{authCode:n,email:i,familyName:o,givenName:r,id:a,idToken:s,imageUrl:c}});this.dispatchEvent(l)}else if(t){var u=new CustomEvent(Y,{detail:t});this.dispatchEvent(u)}}},{key:"hideOneTap",value:function(){this.window.ms.auth.cancel()}}]),r}(d(EventTarget)),ee=S.DISMISSED,te=S.INITIALIZED,ne=S.SNAPPLE_USER_FETCHED,ie=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.snappleCTA,s=e.clientId,c=void 0===s?"com.linkedin.LinkedIn.service":s,l=e.redirectURI;if(t(this,r),i=n.call(this),!a)throw TypeError("snappleCTA is required. Please pass the correct CTA element to this Snapple Constructor");if(i.libSrcPath=o,i.clientId=c,i.redirectURI=i._getRedirectURL(l),i.snappleCTA=a,window.AppleID&&window.AppleID.auth&&window.AppleID.auth.init)i._onSnappleLibLoad();else{if(!o)throw TypeError("Snapple lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(o,i._onSnappleLibLoad.bind(h(i)))}))}return i}return i(r,[{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"}}]),r}(d(EventTarget)),re={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:V,CONTEXTS:J,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=z,e.GoogleOneTap=M,e.GoogleSignIn=L,e.GoogleSignInConstants=re,e.MicrosoftAuth=Z,e.MicrosoftSignInConstants=oe,e.SnappleAuth=ie,e.SnappleEvents=S,Object.defineProperty(e,"__esModule",{value:!0})})(bh.exports);const{EVENTS:wh,GOT_CONTEXTS:Th,GOT_PROMPT_MOMENT_REASONS:_h,GOT_PROMPT_MOMENT_TYPES:Sh,GSI_ERROR_TYPES:Ih}=bh.exports.GoogleSignInConstants,{GOOGLE_USER_FETCHED:Ch,PROMPT_MOMENT:kh,GOOGLE_ERROR:Ah}=wh,{SIGN_IN:Oh}=Th,xh=[_h.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,_h.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,_h.NOT_DISPLAYED.SUPPRESSED_BY_USER],Lh=[_h.SKIPPED.AUTO_CANCEL,_h.SKIPPED.TAP_OUTSIDE,_h.SKIPPED.USER_CANCEL],Rh=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"}),Nh=Object.freeze({ONE_TAP:"one_tap",ONE_TAP_AUTO_LOGIN:"one-tap-auto-login",BUTTON:"button"}),Ph=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"});class Dh{constructor(e){var t;let{clientId:n,globalWindow:i=window,onNotDisplayed:r,onSkipped:o,showOneTapOnInit:a=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.buttons=Array.from(document.querySelectorAll(".google-auth-button__placeholder")),this.clientId=n,this.isLinkedInAppWebView=!0===zo("isLinkedInAppWebView"),this.el=e,this.showOneTapOnInit=a,this.canShowOneTap=!this.isLinkedInAppWebView,(this.buttons.length||this.canShowOneTap&&this.el)&&(this.useAutoSelect=this._shouldAutologin(),this.shouldRemoveUndefinedValues=zo("shouldRemoveUndefinedValues"),this.window=i,this.onNotDisplayed=r,this.onSkipped=o,this.loader=new Ms(this.el.querySelector(".loader"),this.el),this._isMobile=W(),this.isFedCmBrowser=!!this.window.FederatedCredential,this.tncFlow=zo("tncFlow"),this.useFedCM=this.isFedCmBrowser&&"fedcm"===this.tncFlow,this.useItpSupport=!this.useFedCM&&zo("isItpSupportEnabled"),this.buttonsSafeToSkipTncRedirect=this.buttons.every(e=>e.hasAttribute("data-safe-to-skip-tnc-redirect")),this.oneTapShouldShowTermsAndConditions=!this.useFedCM&&"control"===this.tncFlow,this.googleOneTapModuleEl=this.useFedCM?null:this.el.querySelector(".google-one-tap__module"),this.tncEl=this.oneTapShouldShowTermsAndConditions&&(null===(t=this.googleOneTapModuleEl)||void 0===t?void 0:t.querySelector(".google-auth__tnc-container ")),this.isInitialized=this._initGoogleAuth().catch(e=>{this._fireCounterIngraphMetric(Ph.GOOGLE_AUTH_INITIALIZATION_ERROR),this._throwGoogleAuthError(e,"constructor--"+Ph.GOOGLE_AUTH_INITIALIZATION_ERROR)}))}_initGoogleAuth(){return this.window.lazyloader.then(e=>e.getLazyLoadedJavascriptModule("google-gsi-lib")).then(()=>{var e,t;this.googleGsiInstance=new bh.exports.GoogleGsi({autoSelect:this.useAutoSelect,cancelOnTapOutside:!1,clientId:this.clientId,context:Oh,hasContentAbove:this.oneTapShouldShowTermsAndConditions,promptParentId:null===(e=this.googleOneTapModuleEl)||void 0===e||null===(t=e.querySelector("#google-one-tap__container"))||void 0===t?void 0:t.id,showOneTap:this.canShowOneTap&&this.showOneTapOnInit,itpSupport:this.useItpSupport,useFedCM:this.useFedCM}),this._addEventListeners()})}_addEventListeners(){this.googleGsiInstance.addEventListener(wh.INITIALIZED,()=>{this._fireControlInteractionEvent(Rh.GOOGLE_AUTH_INITIALIZED),this._initButtons()}),this.googleGsiInstance.addEventListener(Ch,e=>{let{detail:t}=e;const{email:n,familyName:i,givenName:r,idToken:o,imageUrl:a,selectedBy:s}=t;this.loader.show();const c=Dh._getRequestType(s);this._addGoogleFieldToForm("googleGivenName",r),this._addGoogleFieldToForm("googleIdToken",o),this._addGoogleFieldToForm("googleFamilyName",i),this._addGoogleFieldToForm("googleImageUrl",a),this._addGoogleFieldToForm("googleEmail",n),this._addGoogleFieldToForm("soogleLoginRequestType",c),this._addGoogleFieldToForm("apfc",ud());const l=c===Nh.BUTTON?Rh.GOOGLE_SIGN_IN_ACCOUNT_SELECTED:Rh.GOOGLE_ONE_TAP_ACCOUNT_SELECTED;this._fireControlInteractionEvent(l),this._conditionalIncludeTermsAndConditionsSkip(l),this._fireCounterIngraphMetricForAccountSelected(c),this.el.submit()}),this.googleGsiInstance.addEventListener(kh,e=>{let{detail:t}=e;if(!this.useFedCM&&zo("isGoogleAuthButtonLocaleSupportEnabled")){const e=this._isMobile?document.querySelector("#credential_picker_iframe"):document.querySelector("#credential_picker_container iframe"),t=zo("gsiLocale");e&&t&&(e.src=h(e.src,"hl",t))}const{reason:n,type:i}=t;let r="google-one-tap-moment--"+i;r=n?`${r}-${n}`:r,this._fireControlInteractionEvent(r);const o=this._getIngraphMetricTypeForPrompts(i,n);if(o&&this._fireCounterIngraphMetric(o),n){if(i===Sh.SKIPPED){if(n===_h.SKIPPED.USER_CANCEL&&(this._toggleGoogleOneTapModule(!1),this._fireControlInteractionEvent(Rh.GOOGLE_ONE_TAP_USER_DISMISSED)),this.onSkipped)this.onSkipped(t);else if(-1===Lh.indexOf(n))throw Error(`GoogleOneTapError ${i}: ${n}`)}else if(i===Sh.DISPLAY)if(this.onNotDisplayed)this.onNotDisplayed(t);else if(-1===xh.indexOf(n))throw Error(`GoogleOneTapError ${i}: ${n}`)}else if(i===Sh.DISPLAY){if(this._isMobile){const e=document.querySelector("#credential_picker_iframe");if(e){new ResizeObserver(e=>{for(let t of e)this.googleOneTapModuleEl&&(0===t.contentRect.height?this._toggleGoogleOneTapModule(!1):(this._toggleGoogleOneTapModule(!0),this.googleOneTapModuleEl.style.bottom=t.contentRect.height+"px"))}).observe(e)}}else this._toggleGoogleOneTapModule(!0);this._fireViewModuleImpressionEvent("google-one-tap")}}),this.googleGsiInstance.addEventListener(Ah,e=>{let{detail:t}=e;const{type:n,error:i}=t,r=this._getIngraphMetricTypeForGoogleError(n);r&&(this._fireCounterIngraphMetric(r),i&&this._throwGoogleAuthError(i,"library--"+r))})}_toggleGoogleOneTapModule(e){var t,n;null===(t=this.googleOneTapModuleEl)||void 0===t||t.classList.toggle("hidden",!e),null===(n=this.tncEl)||void 0===n||n.classList.toggle("hidden",!e)}_fireCounterIngraphMetric(e){this.window.ingraphTracking&&this.window.ingraphTracking.then(t=>{t.fireCounterIngraphMetric({metricsType:e})})}_getIngraphMetricTypeForPrompts(e,t){return e||t?e!==Sh.DISPLAY||t?e===Sh.DISPLAY&&t===_h.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION?Ph.GOOGLE_AUTH_NO_SESSION:e===Sh.DISPLAY&&t===_h.NOT_DISPLAYED.SUPPRESSED_BY_USER?Ph.GOOGLE_AUTH_ONE_TAP_COOLDOWN:Lh.indexOf(t)>=0||xh.indexOf(t)>=0?Ph.GOOGLE_AUTH_MISC_ERROR:void 0:Ph.GOOGLE_AUTH_ONE_TAP_DISPLAYED:null}_getIngraphMetricTypeForGoogleError(e){return e?e===Ih.AUTHENTICATION?Ph.GOOGLE_AUTH_AUTHENTICATION_ERROR:e===Ih.INITIALIZATION?Ph.GOOGLE_AUTH_INITIALIZATION_ERROR:void 0:null}_fireCounterIngraphMetricForAccountSelected(e){switch(e){case Nh.BUTTON:return void this._fireCounterIngraphMetric(Ph.GOOGLE_AUTH_BUTTON_ACCOUNT_SELECTED);default:return void this._fireCounterIngraphMetric(Ph.GOOGLE_AUTH_ONE_TAP_ACCOUNT_SELECTED)}}_fireViewModuleImpressionEvent(e){this.window.tracking&&this.window.tracking.then(t=>{go(t,[e])})}_fireControlInteractionEvent(e){this.window.tracking&&this.window.tracking.then(t=>{t.fireControlInteractionEvent(e)})}_throwGoogleAuthError(e,t){const n="google-auth--"+t;throw e.message=`${n}: ${e.message}`,e}_initButtons(){var e,t;null!==(e=this.buttons)&&void 0!==e&&e.length&&(this._fireViewModuleImpressionEvent("google-button-view"),null===(t=this.buttons)||void 0===t||t.forEach(e=>{this._addGoogleIframeMutationObserver(e),this.googleGsiInstance.renderGSIButton(e,this._getButtonConfig(e))}))}_addGoogleIframeMutationObserver(e){const t=new MutationObserver((function(t,n){for(const i of t)"childList"===i.type&&i.addedNodes.forEach(t=>{if("IFRAME"===t.tagName?t:t.querySelector("iframe")){const t=e.closest(".google-auth-button");t&&(t.dataset.googleAuthIframeInitialized=""),n.disconnect()}})}));return t.observe(e,{childList:!0,subtree:!0}),t}_getButtonConfig(e){if(e){const t=e.clientWidth&&e.clientWidth+"px"||e.style.maxWidth||"0px",{logoAlignment:n,text:i,theme:r,locale:o}=e.dataset,a={text:i||"continue_with",width:t};return n&&(a.logo_alignment=n),r&&(a.theme=r),o&&(a.locale=o),a}return{}}static _getRequestType(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";switch(!0){case"auto"===e:case"fedcm_auto"===e:return Nh.ONE_TAP_AUTO_LOGIN;case e.indexOf("user")>-1:case e.indexOf("fedcm")>-1:case e.indexOf("itp")>-1:return Nh.ONE_TAP;default:return Nh.BUTTON}}_addGoogleFieldToForm(e,t){if(this.shouldRemoveUndefinedValues&&void 0===t)return;const n=document.createElement("input");n.type="hidden",n.name=e,n.id=e,n.value=t,this.el.appendChild(n)}_shouldAutologin(){return!(null!==f("li_g_recent_logout"))}_conditionalIncludeTermsAndConditionsSkip(e){(e===Rh.GOOGLE_ONE_TAP_ACCOUNT_SELECTED&&this.googleOneTapModuleEl&&this.tncEl&&!this.tncEl.classList.contains("hidden")||e===Rh.GOOGLE_SIGN_IN_ACCOUNT_SELECTED&&this.buttonsSafeToSkipTncRedirect)&&this._addGoogleFieldToForm("termsAndConditionsSkip",!0)}promptOneTap(){this.canShowOneTap&&this.isInitialized.then(()=>{this.googleGsiInstance.promptOneTap()})}}class Mh{constructor(){let{isDev:e=!1,googleAuthConfig:t={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.disableOneTapOnInitIfCsm=zo("disableOneTapOnInitIfCsm"),this.googleAuth;const n=document.querySelector(".base-google-auth");if(n){const i={...t,showOneTapOnInit:!this.disableOneTapOnInitIfCsm,...e&&{clientId:"858594933940-drrbstpmpgu7oqc7498bpkdn2b5prc73.apps.googleusercontent.com"}};this.googleAuth=new Dh(n,i)}const i=document.querySelector(".base-contextual-sign-in-modal");if(i){const e={triggerByOutletEl:!0,onNotOpenedOnInit:()=>{this.googleAuth&&this.disableOneTapOnInitIfCsm&&this.googleAuth.promptOneTap()}};this.baseContextualSignInModal=new Eh(i,e)}const r=document.querySelector(".windows-app-upsell");r&&(this.windowsAppUpsell=new ph(r))}openContextualSignInModal(){this.baseContextualSignInModal.contextualModal.open()}openSignInModal(){this.baseContextualSignInModal.signInModal.open()}}const{EVENTS:Uh,PROMPT_MOMENT_REASONS:Fh,PROMPT_MOMENT_TYPES:Bh}=bh.exports.MicrosoftSignInConstants,{USER_FETCHED:jh,PROMPT_MOMENT:Gh}=Uh;Fh.DISPLAY.ANOTHER_PROMPT_RUNNING,Fh.DISPLAY.BROWSER_NOT_SUPPORTED,Fh.DISPLAY.IN_COOLDOWN_PERIOD,Fh.DISPLAY.NON_MSA_PROFILE,Fh.SKIPPED.TAP_OUTSIDE,Fh.SKIPPED.USER_CANCELLED,Object.freeze({ONE_TAP:"one_tap",BUTTON:"button"});class Hh{constructor(e){if(!e)throw Error("An element must be provided to TopNavMenu");this.el=e,hh(this.updateDeeplink.bind(this))}updateDeeplink(){const e=this.el.querySelector(".top-nav-link[data-tracking-control-name$=_windows]");e&&e.setAttribute("href","linkedin://")}}class qh{constructor(e){let{searchBarOptions:t,signInCardOptions:n,signInModalOptions:i}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to Nav");this.el=e;const r=this.el.querySelector(".search-bar");r&&new ic(r,t);const o=this.el.querySelector(".sign-in-card");o&&new gd(o,n);const a=this.el.querySelector(".sign-in-modal");a&&new mh(a,i);const s=this.el.querySelector(".top-nav-menu");s&&new Hh(s)}}class Wh{constructor(){let{typeaheadApiBaseUrl:e,stickyHeaderOptions:t,guestUpsellsOptions:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const i=document.querySelector(".search-bar");i&&(this.searchBar=new ic(i,{typeaheadApiBaseUrl:e}));const r=document.querySelector(".language-selector");r&&(this.languageSelector=new X(r));document.querySelector(".sticky-header")&&new ch(void 0,t),document.querySelector(".member-nav-menu")&&new So;const o=document.querySelector(".nav");o&&new qh(o);document.querySelector(".focus-page--guest-upsells.guest-upsells")&&new Mh(n)}}class Kh{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},{enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!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 rc(this.modalEl,{enablePageViewTracking:i,shouldHideModal:r,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 zh;function Vh(){return zh||(zh=new Ts),zh}function Xh(e){let{featureName:t,featureMappingToDegradationConfig:n,productName:i}=e;return n[t].map(e=>function(e,t,n){const{degradationKey:i,trackedResponseCodes:r,untrackedResponseCodes:o}=n,a=e;let s={productName:t};return r?s={...s,trackedResponseCodes:r}:o&&(s={...s,untrackedResponseCodes:o}),new ml(a,i,s)}(t,i,e))}function Jh(e,t){var n;return null===(n=window.tracking)||void 0===n?void 0:n.then(n=>{const i=n.generateEnvelope(e,t,{transporterKey:"sponsoredTransporter"});return n.fireEnvelope(i)})}const Yh=document.querySelector("#full-page-header-back-button");window.onload=()=>{null==Yh||Yh.focus()};class Qh{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{Qh.instance||(Qh.instance=new Qh(localStorage)),Qh.instance}catch{}})(),function(){try{Qh.sessionInstance||(Qh.sessionInstance=new Qh(sessionStorage)),Qh.sessionInstance}catch{}}();class $h extends As{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:$h.query,variables:{postUrn:e},successCallback:t,failureCallback:n})}}let Zh;Vo($h,"query","cb99e660f3455cad5185a1d9543e6bce");r.getInstance().addUnloadCallback(()=>{Zh&&Zh.close(),Mo(document.querySelector("#discard-post-modal")),Mo(document.querySelector("#visibility-settings-modal")),Mo(document.querySelector("#max-images-prompt-modal")),Mo(document.querySelector("#retry-upload-modal"))});Object.freeze({ANDROID:"com.linkedin.android",IOS:"com.linkedin.LinkedIn"});const ep={PRODUCT_NAME:"Lite-feed",routeMappingToDegradationConfig:{FEED_REPOST:{"publish-repost":[{degradationKey:"publish-repost-failed"}]}}};Xh({featureName:"publish-repost",productName:ep.PRODUCT_NAME,featureMappingToDegradationConfig:ep.routeMappingToDegradationConfig.FEED_REPOST});Object.freeze({NEW_REPOST_SUCCESS_EVENT:"Repost:newRepost:success",NEW_REPOST_FAIL_EVENT:"Repost:newRepost:fail"});class tp extends As{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:tp.query,variables:{digitalMediaRegisterUploadResponseDataFetcherInput:{imageUrl:e.imageUrl,owner:e.owner,uploadMechanisms:["SYNCHRONOUS_UPLOAD","SINGLE_REQUEST_UPLOAD"],uploadRecipes:[e.recipe]}},successCallback:t,failureCallback:n})}}Vo(tp,"query","20f8e9934e7df62932fd167d87c19b27");var np=function(){this.__data__=[],this.size=0};var ip=function(e,t){return e===t||e!=e&&t!=t},rp=ip;var op=function(e,t){for(var n=e.length;n--;)if(rp(e[n][0],t))return n;return-1},ap=op,sp=Array.prototype.splice;var cp=op;var lp=op;var up=op;var dp=np,hp=function(e){var t=this.__data__,n=ap(t,e);return!(n<0)&&(n==t.length-1?t.pop():sp.call(t,n,1),--this.size,!0)},pp=function(e){var t=this.__data__,n=cp(t,e);return n<0?void 0:t[n][1]},fp=function(e){return lp(this.__data__,e)>-1},vp=function(e,t){var n=this.__data__,i=up(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function mp(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}mp.prototype.clear=dp,mp.prototype.delete=hp,mp.prototype.get=pp,mp.prototype.has=fp,mp.prototype.set=vp;var gp=mp,yp=gp;var Ep=function(){this.__data__=new yp,this.size=0};var bp=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var wp=function(e){return this.__data__.get(e)};var Tp=function(e){return this.__data__.has(e)},_p="object"==typeof J&&J&&J.Object===Object&&J,Sp=_p,Ip="object"==typeof self&&self&&self.Object===Object&&self,Cp=Sp||Ip||Function("return this")(),kp=Cp.Symbol,Ap=kp,Op=Object.prototype,xp=Op.hasOwnProperty,Lp=Op.toString,Rp=Ap?Ap.toStringTag:void 0;var Np=function(e){var t=xp.call(e,Rp),n=e[Rp];try{e[Rp]=void 0;var i=!0}catch(e){}var r=Lp.call(e);return i&&(t?e[Rp]=n:delete e[Rp]),r},Pp=Object.prototype.toString;var Dp=Np,Mp=function(e){return Pp.call(e)},Up=kp?kp.toStringTag:void 0;var Fp=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Up&&Up in Object(e)?Dp(e):Mp(e)};var Bp=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},jp=Fp,Gp=Bp;var Hp,qp=function(e){if(!Gp(e))return!1;var t=jp(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},Wp=Cp["__core-js_shared__"],Kp=(Hp=/[^.]+$/.exec(Wp&&Wp.keys&&Wp.keys.IE_PROTO||""))?"Symbol(src)_1."+Hp:"";var zp=function(e){return!!Kp&&Kp in e},Vp=Function.prototype.toString;var Xp=qp,Jp=zp,Yp=Bp,Qp=function(e){if(null!=e){try{return Vp.call(e)}catch(e){}try{return e+""}catch(e){}}return""},$p=/^\[object .+?Constructor\]$/,Zp=Function.prototype,ef=Object.prototype,tf=Zp.toString,nf=ef.hasOwnProperty,rf=RegExp("^"+tf.call(nf).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var of=function(e){return!(!Yp(e)||Jp(e))&&(Xp(e)?rf:$p).test(Qp(e))},af=function(e,t){return null==e?void 0:e[t]};var sf=function(e,t){var n=af(e,t);return of(n)?n:void 0},cf=sf(Cp,"Map"),lf=sf(Object,"create"),uf=lf;var df=function(){this.__data__=uf?uf(null):{},this.size=0};var hf=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},pf=lf,ff=Object.prototype.hasOwnProperty;var vf=function(e){var t=this.__data__;if(pf){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return ff.call(t,e)?t[e]:void 0},mf=lf,gf=Object.prototype.hasOwnProperty;var yf=lf;var Ef=df,bf=hf,wf=vf,Tf=function(e){var t=this.__data__;return mf?void 0!==t[e]:gf.call(t,e)},_f=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=yf&&void 0===t?"__lodash_hash_undefined__":t,this};function Sf(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}Sf.prototype.clear=Ef,Sf.prototype.delete=bf,Sf.prototype.get=wf,Sf.prototype.has=Tf,Sf.prototype.set=_f;var If=Sf,Cf=gp,kf=cf;var Af=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var Of=function(e,t){var n=e.__data__;return Af(t)?n["string"==typeof t?"string":"hash"]:n.map},xf=Of;var Lf=Of;var Rf=Of;var Nf=Of;var Pf=function(){this.size=0,this.__data__={hash:new If,map:new(kf||Cf),string:new If}},Df=function(e){var t=xf(this,e).delete(e);return this.size-=t?1:0,t},Mf=function(e){return Lf(this,e).get(e)},Uf=function(e){return Rf(this,e).has(e)},Ff=function(e,t){var n=Nf(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function Bf(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}Bf.prototype.clear=Pf,Bf.prototype.delete=Df,Bf.prototype.get=Mf,Bf.prototype.has=Uf,Bf.prototype.set=Ff;var jf=gp,Gf=cf,Hf=Bf;var qf=gp,Wf=Ep,Kf=bp,zf=wp,Vf=Tp,Xf=function(e,t){var n=this.__data__;if(n instanceof jf){var i=n.__data__;if(!Gf||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new Hf(i)}return n.set(e,t),this.size=n.size,this};function Jf(e){var t=this.__data__=new qf(e);this.size=t.size}Jf.prototype.clear=Wf,Jf.prototype.delete=Kf,Jf.prototype.get=zf,Jf.prototype.has=Vf,Jf.prototype.set=Xf;var Yf=Jf,Qf=sf,$f=function(){try{var e=Qf(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Zf=$f;var ev=function(e,t,n){"__proto__"==t&&Zf?Zf(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},tv=ev,nv=ip;var iv=function(e,t,n){(void 0!==n&&!nv(e[t],n)||void 0===n&&!(t in e))&&tv(e,t,n)};var rv=function(e){return function(t,n,i){for(var r=-1,o=Object(t),a=i(t),s=a.length;s--;){var c=a[e?s:++r];if(!1===n(o[c],c,o))break}return t}}(),ov={exports:{}};!function(e,t){var n=Cp,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=a?a(n):new e.constructor(n);return e.copy(i),i}}(ov,ov.exports);var av=Cp.Uint8Array;var sv=function(e){var t=new e.constructor(e.byteLength);return new av(t).set(new av(e)),t};var cv=function(e,t){var n=t?sv(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var lv=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},uv=Bp,dv=Object.create,hv=function(){function e(){}return function(t){if(!uv(t))return{};if(dv)return dv(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var pv=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object),fv=Object.prototype;var vv=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||fv)},mv=hv,gv=pv,yv=vv;var Ev=function(e){return"function"!=typeof e.constructor||yv(e)?{}:mv(gv(e))};var bv=function(e){return null!=e&&"object"==typeof e},wv=Fp,Tv=bv;var _v=function(e){return Tv(e)&&"[object Arguments]"==wv(e)},Sv=bv,Iv=Object.prototype,Cv=Iv.hasOwnProperty,kv=Iv.propertyIsEnumerable,Av=_v(function(){return arguments}())?_v:function(e){return Sv(e)&&Cv.call(e,"callee")&&!kv.call(e,"callee")},Ov=Array.isArray;var xv=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},Lv=qp,Rv=xv;var Nv=function(e){return null!=e&&Rv(e.length)&&!Lv(e)},Pv=Nv,Dv=bv;var Mv=function(e){return Dv(e)&&Pv(e)},Uv={exports:{}};var Fv=function(){return!1};!function(e,t){var n=Cp,i=Fv,r=t&&!t.nodeType&&t,o=r&&e&&!e.nodeType&&e,a=o&&o.exports===r?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||i;e.exports=s}(Uv,Uv.exports);var Bv=Fp,jv=pv,Gv=bv,Hv=Function.prototype,qv=Object.prototype,Wv=Hv.toString,Kv=qv.hasOwnProperty,zv=Wv.call(Object);var Vv=function(e){if(!Gv(e)||"[object Object]"!=Bv(e))return!1;var t=jv(e);if(null===t)return!0;var n=Kv.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Wv.call(n)==zv},Xv=Fp,Jv=xv,Yv=bv,Qv={};Qv["[object Float32Array]"]=Qv["[object Float64Array]"]=Qv["[object Int8Array]"]=Qv["[object Int16Array]"]=Qv["[object Int32Array]"]=Qv["[object Uint8Array]"]=Qv["[object Uint8ClampedArray]"]=Qv["[object Uint16Array]"]=Qv["[object Uint32Array]"]=!0,Qv["[object Arguments]"]=Qv["[object Array]"]=Qv["[object ArrayBuffer]"]=Qv["[object Boolean]"]=Qv["[object DataView]"]=Qv["[object Date]"]=Qv["[object Error]"]=Qv["[object Function]"]=Qv["[object Map]"]=Qv["[object Number]"]=Qv["[object Object]"]=Qv["[object RegExp]"]=Qv["[object Set]"]=Qv["[object String]"]=Qv["[object WeakMap]"]=!1;var $v=function(e){return Yv(e)&&Jv(e.length)&&!!Qv[Xv(e)]};var Zv=function(e){return function(t){return e(t)}},em={exports:{}};!function(e,t){var n=_p,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i&&n.process,a=function(){try{var e=r&&r.require&&r.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(em,em.exports);var tm=$v,nm=Zv,im=em.exports,rm=im&&im.isTypedArray,om=rm?nm(rm):tm;var am=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},sm=ev,cm=ip,lm=Object.prototype.hasOwnProperty;var um=function(e,t,n){var i=e[t];lm.call(e,t)&&cm(i,n)&&(void 0!==n||t in e)||sm(e,t,n)},dm=ev;var hm=function(e,t,n,i){var r=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=i?i(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?dm(n,s,c):um(n,s,c)}return n};var pm=/^(?:0|[1-9]\d*)$/;var fm=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&pm.test(e))&&e>-1&&e%1==0&&e<t},vm=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i},mm=Av,gm=Ov,ym=Uv.exports,Em=fm,bm=om,wm=Object.prototype.hasOwnProperty;var Tm=function(e,t){var n=gm(e),i=!n&&mm(e),r=!n&&!i&&ym(e),o=!n&&!i&&!r&&bm(e),a=n||i||r||o,s=a?vm(e.length,String):[],c=s.length;for(var l in e)!t&&!wm.call(e,l)||a&&("length"==l||r&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||Em(l,c))||s.push(l);return s};var _m=Bp,Sm=vv,Im=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},Cm=Object.prototype.hasOwnProperty;var km=Tm,Am=function(e){if(!_m(e))return Im(e);var t=Sm(e),n=[];for(var i in e)("constructor"!=i||!t&&Cm.call(e,i))&&n.push(i);return n},Om=Nv;var xm=function(e){return Om(e)?km(e,!0):Am(e)},Lm=hm,Rm=xm;var Nm=iv,Pm=ov.exports,Dm=cv,Mm=lv,Um=Ev,Fm=Av,Bm=Ov,jm=Mv,Gm=Uv.exports,Hm=qp,qm=Bp,Wm=Vv,Km=om,zm=am,Vm=function(e){return Lm(e,Rm(e))};var Xm=Yf,Jm=iv,Ym=rv,Qm=function(e,t,n,i,r,o,a){var s=zm(e,n),c=zm(t,n),l=a.get(c);if(l)Nm(e,n,l);else{var u=o?o(s,c,n+"",e,t,a):void 0,d=void 0===u;if(d){var h=Bm(c),p=!h&&Gm(c),f=!h&&!p&&Km(c);u=c,h||p||f?Bm(s)?u=s:jm(s)?u=Mm(s):p?(d=!1,u=Pm(c,!0)):f?(d=!1,u=Dm(c,!0)):u=[]:Wm(c)||Fm(c)?(u=s,Fm(s)?u=Vm(s):qm(s)&&!Hm(s)||(u=Um(c))):d=!1}d&&(a.set(c,u),r(u,c,i,o,a),a.delete(c)),Nm(e,n,u)}},$m=Bp,Zm=xm,eg=am;var tg=function e(t,n,i,r,o){t!==n&&Ym(n,(function(a,s){if(o||(o=new Xm),$m(a))Qm(t,n,s,i,e,r,o);else{var c=r?r(eg(t,s),a,s+"",t,n,o):void 0;void 0===c&&(c=a),Jm(t,s,c)}}),Zm)};var ng=function(e){return e};var ig=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)},rg=Math.max;var og=function(e,t,n){return t=rg(void 0===t?e.length-1:t,0),function(){for(var i=arguments,r=-1,o=rg(i.length-t,0),a=Array(o);++r<o;)a[r]=i[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=i[r];return s[t]=n(a),ig(e,this,s)}};var ag=function(e){return function(){return e}},sg=$f,cg=sg?function(e,t){return sg(e,"toString",{configurable:!0,enumerable:!1,value:ag(t),writable:!0})}:ng,lg=Date.now;var ug=function(e){var t=0,n=0;return function(){var i=lg(),r=16-(i-n);if(n=i,r>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(cg),dg=ng,hg=og,pg=ug;var fg=ip,vg=Nv,mg=fm,gg=Bp;var yg=function(e,t){return pg(hg(e,t,dg),e+"")},Eg=function(e,t,n){if(!gg(n))return!1;var i=typeof t;return!!("number"==i?vg(n)&&mg(t,n.length):"string"==i&&t in n)&&fg(n[t],e)};var bg=tg;wg=function(e,t,n){bg(e,t,n)},yg((function(e,t){var n=-1,i=t.length,r=i>1?t[i-1]:void 0,o=i>2?t[2]:void 0;for(r=wg.length>3&&"function"==typeof r?(i--,r):void 0,o&&Eg(t[0],t[1],o)&&(r=i<3?void 0:r,i=1),e=Object(e);++n<i;){var a=t[n];a&&wg(e,a,n,r)}return e}));var wg;function Tg(e){const t=e.getBoundingClientRect();let{top:n,left:i}=t;const{right:r,bottom:o,width:a,height:s,x:c,y:l}=t;return n+=document.documentElement.scrollTop||document.body.scrollTop,i+=document.documentElement.scrollLeft||document.body.scrollLeft,{top:n,right:r,bottom:o,left:i,width:a,height:s,x:c,y:l}}function _g(e,t,n){const i=Tg(e),r=Tg(t),o=Tg(n),a=i.top-o.top-n.clientTop-r.height+i.height,s=i.left-o.left-n.clientLeft-r.width+i.width;return{boundingCoordinates:i,elementCoordinates:r,elemOffsetParentCoordinates:o,topMinLimit:a,leftMinLimit:s,elemTop:r.top-o.top,elemLeft:r.left-o.left,topMaxLimit:a-i.height+r.height,leftMaxLimit:s-i.width+r.width}}document.querySelector(".upload-progress"),document.querySelector("#progressVal");const Sg="data-draggable-initialized",Ig="touchstart",Cg="touchmove",kg="touchend";class Ag{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;Ag.isDraggable(this.draggableElementEl)||this.draggableElementEl.addEventListener(Ig,t),this.draggableElementEl.setAttribute(Sg,!0)}dragElement(e,t,n){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];const r=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=r+"px",this.options.onDrag instanceof Function&&this.options.onDrag(e.boundingCoordinates.left-o-e.elemOffsetParentCoordinates.left,e.boundingCoordinates.top-r-e.elemOffsetParentCoordinates.top,i)}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=_g(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(Cg,t),document.addEventListener(kg,(function e(){document.removeEventListener(Cg,t),document.removeEventListener(kg,e)}))}moveTo(e,t){const n=_g(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),i=e+n.boundingCoordinates.left-n.elementCoordinates.left,r=t+n.boundingCoordinates.top-n.elementCoordinates.top;this.dragElement.call(this,n,i,r,!1)}}Ag.isDraggable=function(e){return!!e.getAttribute(Sg)};const Og="data-zoomable-initialized",xg="touchstart",Lg="touchmove",Rg="touchend";class Ng{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;Ng.isZoomable(this.zoomableElement)||(this.zoomableElement.addEventListener(xg,t),this.zoomableElement.setAttribute(Og,!0))}scaleElement(e,t){if(1===e)return;this.limits=_g(this.boundingParent,this.zoomableElement,this.zoomableElement.offsetParent);let n=this.limits.elementCoordinates.width*e,i=this.limits.elementCoordinates.height*e;if(n<this.limits.boundingCoordinates.width||i<this.limits.boundingCoordinates.height){const t=this.options.getMinDimensions();i=t.height,n=t.width,e=i/this.limits.elementCoordinates.height}let r=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;r<a?r=a:r>s&&(r=s),o<c?o=c:o>l&&(o=l),this.options.scaleElement(n,i,this.limits.boundingCoordinates.left-r-this.limits.elemOffsetParentCoordinates.left,this.limits.boundingCoordinates.top-o-this.limits.elemOffsetParentCoordinates.top),this.zoomableElement.style.left=r+"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,i=e.touches[0];this.scaleElement.call(this,n,i)}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(Lg,t),document.addEventListener(Rg,(function e(){document.removeEventListener(Lg,t),document.removeEventListener(Rg,e)}))}}Ng.isZoomable=function(e){return!!e.getAttribute(Og)};class Pg extends As{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:Pg.query,variables:{successRedirectUrl:e},successCallback:t,failureCallback:n})}}Vo(Pg,"query","5f93d1d6b933cfbfdf7b0a80dedfb3f4");class Dg extends As{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:Dg.query,successCallback:e,failureCallback:t})}}Vo(Dg,"query","da4a9ce2de842c1abe01ca37ea9271ee");const Mg=/^\d{4,15}$/,Ug=/[-\s+().]/g,Fg=/^\S+@\S+\.\S+$/,Bg=/[,]|.*@.*@/,jg="MinLength",Gg="MaxLength",Hg="Regex",qg="Required",Wg="RegexAllow",Kg=e=>e&&Fg.test(e)&&!Bg.test(e),zg={SPECIAL_CHARS:{pattern:/([!@#$%^&*+=|<>?:;\\])/,errorCode:"SpecialChars"},URL_KEYWORDS:{pattern:/(https?(:\/\/)?|www\.)/i,errorCode:"UrlKeywords"},EMAIL:{errorCode:"Email",validate:Kg},WORK_EMAIL:{errorCode:"WorkEmail",validate:e=>Kg(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(Ug,"");return!(!t||!Mg.test(t))}}},Vg="EMAIL_ADDRESS",Xg="PHONE_NUMBER",Jg="WORK_EMAIL",Yg="consentUnchecked",Qg={INPUT:"INPUT",SELECT:"SELECT"},$g="text",Zg="checkbox";function ey(e){return Object.keys(Qg).includes(e.tagName)}function ty(e){const t=function(e){const t=[],{minLength:n,maxLength:i,inputType:r}=e.dataset;let o;switch(r){case Vg:t.push({type:Wg,RegexAllow:[zg.EMAIL]});break;case Jg:t.push({type:Wg,RegexAllow:[zg.WORK_EMAIL]});break;case Xg:o=e.value.replace(/ /g,""),t.push({type:Wg,RegexAllow:[zg.PHONE_NUMBER]})}return e.required&&t.push({type:qg}),n&&t.push({type:jg,MinLength:n}),i&&t.push({type:Gg,MaxLength:i}),{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 qg:if(0===n.length)return qg;break;case jg:if(n.length<e[jg])return jg;break;case Gg:if(n.length>e[Gg])return Gg;break;case Hg:for(let t=0;t<e[Hg].length;t++){var i,r,o,a;if(!0===(null===(i=e[Hg][t])||void 0===i||null===(r=i.validate)||void 0===r?void 0:r.call(i,n))||!0===(null===(o=e[Hg][t])||void 0===o||null===(a=o.pattern)||void 0===a?void 0:a.test(n)))return Hg+e[Hg][t].errorCode}break;case Wg:for(let t=0;t<e[Wg].length;t++){var s,c,l,u;if(!1===(null===(s=e[Wg][t])||void 0===s||null===(c=s.validate)||void 0===c?void 0:c.call(s,n))||!1===(null===(l=e[Wg][t])||void 0===l||null===(u=l.pattern)||void 0===u?void 0:u.test(n)))return Wg+e[Wg][t].errorCode}}})(e,n)).filter(e=>!!e)}function ny(e,t){return t&&!e?Yg:null}const iy=(e,t)=>parseInt(t.split(e)[1]);function ry(e,t){return document.getElementById(e.id+"-strings").dataset["str"+t]}const oy=(e,t)=>({questionId:e,textQuestionAnswer:{answer:t}}),ay=(e,t)=>({questionId:e,multipleChoiceAnswer:{options:[{index:t}]}}),sy=(e,t)=>({question:e,multipleChoiceAnswer:{options:[t]}});function cy(e,t){const n=e.id+"_",i=n+"q",r=n+"c",o=zo("hasDecoratedLeadGenFormData");return new Promise((n,a)=>{const s=[];let c,l;const{urn:u,legalInfoUrn:d,leadType:h,associatedEntityUrn:p,ownerUrn:f,submitter:v}=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 m={formResponse:{adFormUrn:u,submittedAt:Date.now(),answers:[],consentResponses:[]},trackingUrl:l,trackingAction:"LEAD_FORM_CLICK"},g={associatedEntity:p,form:u,legalInfoUrn:d,leadType:h,owner:f,formResponse:{answers:[],consentResponses:[]},leadTrackingParams:l,submittedAt:Date.now(),...null!=v&&v.length?{submitter:v}:{}};return Array.from(e).filter(ey).forEach(e=>{let t;if(e.tagName===Qg.SELECT)t=((e,t,n)=>{const i=iy(e,t.id),r=t.selectedIndex;return{response:n?sy(i,r):ay(i,r)}})(i,e,o),o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else if(e.type===$g)if(t=((e,t,n)=>{const i=iy(e,t.id),r=ty(t);return 0!==r.length?{errors:r}:{response:n?(o=i,a=t.value,{question:o,textQuestionAnswer:{answer:a}}):oy(i,t.value)};var o,a})(i,e,o),t.response)o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else{const n=t.errors[0];s.push({element:e,errorType:n})}else e.type===Zg&&(t=((e,t,n,i,r)=>{const o=iy(e,t),a=ny(n,i);return a?{errors:a}:{response:{[r?"consent":"consentId"]:o,accepted:n}}})(r,e.id,e.checked,e.required,o),t.response?o?g.formResponse.consentResponses.push(t.response):m.formResponse.consentResponses.push(t.response):s.push({element:e,errorType:t.errors}))}),0===s.length?n(o?g:m):a(s)})}class ly extends As{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:ly.query,variables:e,successCallback:t,failureCallback:n})}}Vo(ly,"query","0a321276f8bcd90441cffeb1ab648fa1");const uy="VIEW_FORM",dy=".lead-gen-input-container",hy=".error-text",py=".submit-btn",fy="input-error",vy="checkbox-input",my="inputbox-input";class gy{constructor(e){let{isLivePreview:t=!1,encodedLeadGenFormTrackingContext:n,encryptedTrackingData:i,pemDegradationTrackingMetadata:r,persistFormOnSubmit:o,responseEndpoint:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("containerEl is not present");Wo("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(py),this.persistFormOnSubmit=o,this.encryptedTrackingData=i,this.encodedLeadGenFormTrackingContext=n,a&&(this.leadGenResponseMutation=new ly(a,r)),t||this._bindInputHandlers(),this.encodedLeadGenFormTrackingContext&&!t&&(this._initClickTracking(),this._initViewTracking())}showPostSubmissionInfo(){Mo(this.formContentEl),this.postSubmissionInfoEl&&Uo(this.postSubmissionInfoEl)}hideForm(){Mo(this.formContentEl)}enableSubmit(){Go(this.submitBtn)}_clearFormErrors(){Array.from(this.formEl).filter(ey).map(e=>this._hideError(e))}_submitForm(){this._clearFormErrors(),cy(this.formEl,this.encryptedTrackingData).then(e=>{if(jo(this.submitBtn),this.leadGenResponseMutation){const t=this.leadGenResponseMutation.execute(e);v(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,t)}else v(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();B(ry(t.element,t.errorType),F.ASSERTIVE)}})}_hideError(e){if(e){const t=e.closest(dy),n=t.querySelector(hy);Mo(n),t.classList.remove(fy),e.removeAttribute("aria-invalid"),n.removeAttribute("role")}}_isError(e){var t;return null==e||null===(t=e.closest(dy))||void 0===t?void 0:t.classList.contains(fy)}_setAndShowError(e,t){if(e){const n=ry(e,t),i=e.closest(dy),r=i.querySelector(hy);r.innerText=n,Uo(r),i.classList.add(fy),r.setAttribute("role","alert"),e.setAttribute("aria-invalid","true")}}_handleInputError(e){let t;if(this._hideError(e),e.type===Zg)t=ny(e.checked,e.required);else if(e.type===$g){const n=ty(e);n&&n.length&&(t=n[0])}t&&this._setAndShowError(e,t)}_bindInputHandlers(){this.formEl.addEventListener("click",e=>{e.target.classList.contains(vy)&&this._handleInputError(e.target)}),this.formEl.addEventListener("keyup",e=>{e.target.classList.contains(my)&&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:i}=e;const r=b(document,{skipSuffix:!0}),o=`${r}-${null==t?void 0:t.toLowerCase()}`,a=mo(r);i?Jh("LeadGenFormClientActionEvent",{...a,sponsoredTrackingInfo:{sponsoredEventHeader:{encryptedTrackingData:i}},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=uy,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 i=t.dataset.lgfActionType;if(n&&("consent_link"===e.target.dataset.feedControl||"legal_disclaimer_link"===e.target.dataset.feedControl))return;this.fireInFormLeadGenTracking(i,n)}})}}Vo(gy,"LEAD_GEN_SUBMIT_EVENT","FormModal:LeadGen:submit");class yy{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]:()=>{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return ks({endpoint:this.endpoint,queryId:yy.query,variables:{followState:e,to:t},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;n(JSON.parse(t).graphQL)}).catch(i)}}Vo(yy,"query","cbed571fffd8cea15209aed8d44e6759");const Ey=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(Ey));const by="CREATE",wy="UPDATE";class Ty{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 i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{},r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{};const o={endpoint:this.endpoint,queryId:Ty.query,variables:{entityUrn:t,action:n},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled};return n!==by&&n!==wy||(o.variables.reactionType=e),ks(o).then(e=>{const{responseText:t}=e;i(JSON.parse(t).graphQL)}).catch(r)}}Vo(Ty,"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"});"light".toUpperCase();class _y extends As{constructor(){super(...arguments)}execute(e){let{eventType:t,trackingToken:n,widgetActionCategory:i}=e,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:_y.query,variables:{eventType:t,trackingToken:n,widgetActionCategory:i},successCallback:r,failureCallback:o})}}Vo(_y,"query","48f4c814e38d5689b7c83a29c9676972");function Sy(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function Iy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cy(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,xy(i.key),i)}}function ky(e,t,n){return t&&Cy(e.prototype,t),n&&Cy(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Ay(e,t,n){return(t=xy(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Oy(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Sy(e,t);var n={}.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)?Sy(e,t):void 0}}(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 xy(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function Ly(e){return(Ly="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)}var Ry=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?");var Ny=/^fs_/;function Py(e){if("string"!=typeof e)throw new TypeError("URNs must be of type string, but the parameter passed to extractEntityInfoFromUrn was of type "+Ly(e)+".");var t,n,i=Ry.exec(e);return i&&(t=i[1].replace(Ny,""),n=i[2]),{id:n,type:t}}var Dy=/(?![^(]*\)),/;var My={checkForEntityId:function(e){var t=Ry.exec(e);return t?t[2]:e},extractEntityInfoFromUrn:Py,urnToObject:function e(t){var n=Py(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(Dy),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o}};var Uy={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},Fy="GUEST",By="MEMBER",jy="ENTERPRISE_UNBOUND",Gy=0,Hy=1,qy=2;Ay(Ay(Ay({},Fy,"li_gc"),By,"li_mc"),jy,"li_ec");Ay(Ay(Ay({},Fy,"mypreferences/g/guest-cookies"),By,"settings/member-cookies"),jy,"mypreferences/e/enterprise-cookies"),Object.freeze(["dark","light"]);var Wy=ky((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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in Iy(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},Uy)t[o]=t[o]||Gy,t[o]!==Gy&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===Hy||t[o]===Gy&&r===Hy})),Ky=(function(){var e=[Uy.ADVERTISING,Uy.ANALYTICS_AND_RESEARCH,Uy.FUNCTIONAL],t=[Gy,Hy,qy,Gy],n=function(n){for(var i={},r=0;r<e.length;r++){i[e[r]]=t[n>>2*r&3]}return i},i=function(e){var n=Gy;return e>=0&&e<=3&&(n=t[e]),n}}(),new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),{SHARE_DATA_WITH_TRUSTED_PARTNERS:"SHARE_DATA_WITH_TRUSTED_PARTNERS"}),zy=0,Vy=1;ky((function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.guestPreferencesData,i=void 0===n?null:n,r=t.issuedAt,o=void 0===r?null:r,a=t.defaultConsent,s=void 0===a?zy:a;for(var c in Iy(this,e),i=i||{},this.issuedAt=o,this.guestPreferencesMap={},Ky)"number"!=typeof i[c]&&(i[c]=s),this.guestPreferencesMap[c]=i[c]===Vy}));Object.freeze({EVENT_FALLBACK_UI_SHOWN:"fallback-ui-shown"});const Xy=document.querySelector("#share-modal .textarea"),Jy=document.querySelector(".image-preview-wrapper"),Yy=document.querySelector("#share-modal .modal-content .reshare-section"),Qy=document.querySelector(".post-button"),$y=document.querySelector("#comments-enabled"),Zy=document.querySelector("#share-with-public"),eE=document.querySelector(".post-settings-wrapper"),tE=document.querySelector('input[name="share-with"]:checked'),nE=document.querySelector("#share-modal .close-button"),iE=document.querySelector("#visibility-settings-modal"),rE=document.querySelector("#visibility-header-back .close-button"),oE=document.querySelector("#visibility-settings-modal .settings-list-wrapper"),aE=document.querySelector("#discard-post-modal-wrapper"),sE=document.querySelector("#share-modal"),cE=document.querySelector(".modal-spinner"),lE=document.querySelector("#share-modal .textarea"),uE=document.querySelector("#share-with-groups");document.querySelector("#share-group-urn");const dE=document.querySelector("#share-with-network");class hE extends rc{updatePostButtonStatus(){var e;const t=null===(e=Xy.innerText)||void 0===e?void 0:e.trim().length,n="loaded"===Jy.getAttribute("data-image-load-state"),i=Yy.children.length;t||n||i?Go(Qy):jo(Qy)}clearModalContentBase(){Yy&&(Yy.textContent=""),Xy&&(Xy.textContent=""),$y&&($y.checked=!0),Zy&&(Zy.checked=!0,eE.setAttribute("data-post-visibility",tE.value))}historyBackClickHandler(){"share-modal"!==window.history.state&&"typeahead"!==window.history.state&&(window.history.pushState("share-modal","show-share-modal","#share-modal"),nE.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"))})}iE.addEventListener("close",()=>{eE.setAttribute("data-post-visibility",document.querySelector('input[name="share-with"]:checked').value)}),rE.addEventListener("click",()=>window.history.back()),oE.addEventListener("click",t=>e(t)),oE.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}),Ho()&&"discard-post-modal"===window.history.state&&setTimeout(()=>{window.history.back()},100)}postSettingsClickHandler(){window.tracking.then(e=>{e.fireControlInteractionEvent("post-settings")}),this.visibilitySettingsModal.open()}}class pE extends hE{constructor(e,t){let{endpoint:n="",enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!1),triggerByOutletEl:o=!1,pushState:a=!1,historyUpdateUrl:s}=t;super(e,{enablePageViewTracking:i,shouldHideModal:r,triggerByOutletEl:o,pushState:a}),this.el=e,this.postData={},this.endpoint=n,this.historyUpdateUrl=s,this.postUrn=zo("ugcPostUrn"),this.openShareModalByLink=this._checkIfOpenShareModalByLink(),this.bindPublishingShareEvents(),this.visibilitySettingsModal=new rc(iE,{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=p(this.updatePostButtonStatus,300);lE.addEventListener("input",e)}bindShareModalEvents(){const e=new Kh(aE,this.discardPostConfirmationModalPrimaryActionCallback.bind(this,{enableHistoryBack:!this.openShareModalByLink}),()=>{},{enablePageViewTracking:!0,pageKey:"article_discard_confirmation",triggerByOutletEl:!1});sE.addEventListener("open",()=>{Xy.focus()}),sE.addEventListener("close",()=>{this.clearModalContentBase(),Mo(cE)}),Qy.addEventListener("click",()=>{this.processPostData()}),nE.addEventListener("click",()=>{Qy.disabled?this.close():e.modal.open()}),eE.addEventListener("click",this.postSettingsClickHandler.bind(this)),eE.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(),qo()&&window.scrollTo(0,0),n&&(lE.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=lE.textContent,this.shareData.visibility="PUBLIC",uE&&(this.shareData.visibility="CONTAINER",this.shareData.containerEntity=uE.value),dE.checked&&(this.shareData.visibility="CONNECTIONS")}processPostData(){Uo(cE),this.composePostData(),ks({endpoint:this.endpoint,queryId:pE.query,variables:this.shareData}).then(e=>{var t,n;200!==e.status&&Promise.reject();const i=(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=>{vo(e,"ajax","post_success_page_key")}),Vh().trigger("success",zo("postSuccessMessage"),"post-success-toast-dismiss",{url:"/feed/update/"+i,trk:"share-post-success",text:zo("postSuccessViewPost"),target:"_self"}),this.close()}).catch(()=>{window.tracking.then(e=>{vo(e,"ajax","post_failure_page_key")}),Vh().trigger("error",zo("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())}}Vo(pE,"query","971e319c05beaf333e94125db8c4f942");const fE={"send-connection-invite":[{degradationKey:"failed-to-invite"}],follow:[{degradationKey:"failed-to-follow"}],unfollow:[{degradationKey:"failed-to-unfollow"}]};Xh({featureName:"send-connection-invite",productName:"Lite-feed",featureMappingToDegradationConfig:fE}),Xh({featureName:"follow",productName:"Lite-feed",featureMappingToDegradationConfig:fE}),Xh({featureName:"unfollow",productName:"Lite-feed",featureMappingToDegradationConfig:fE});class vE extends As{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:vE.query,variables:{inviteeVanityName:e},successCallback:t,failureCallback:n})}}Vo(vE,"query","71a5ef30bcb1e84ab5a2b77850d4bb1e");class mE extends As{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:mE.query,variables:{skills:e},successCallback:t,failureCallback:n})}}Vo(mE,"query","a628cd3be2c138c07fc69c2413b23fb6");class gE extends As{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:gE.query,variables:{skills:e},successCallback:t,failureCallback:n})}}Vo(gE,"query","a0ff03a6b1cbe44862cb2054f0612078");class yE extends As{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:yE.query,variables:{alertChannel:e.alertChannel||"EMAIL",alertFrequency:e.alertFrequency||"DAILY",creationChannel:e.creationChannel||"ONBOARD",searchParams:e.searchParams},successCallback:t,failureCallback:n})}}Vo(yE,"query","ad184ece0303620a9753eca249efd99f");class EE extends As{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:EE.query,variables:{updateProfilePictureInput:e},successCallback:t,failureCallback:n})}}Vo(EE,"query","7edd5b8a4513caf8180a64ecde871630");class bE extends As{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:bE.query,variables:{updateSettingsResponseDataFetcherInput:{type:"SHOW_PICTURE_SETTING",valueString:e}},successCallback:t,failureCallback:n})}}Vo(bE,"query","97ceca0bcbbf3fd6d744083b4de0a202");document.querySelector.bind(document);class wE extends As{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:wE.query,variables:{digitalmediaAssetUrn:e},successCallback:t,failureCallback:n})}}Vo(wE,"query","85c85c121bf7eaabd2388b9143f94546");class TE extends As{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:TE.query,variables:{assetUrn:e},successCallback:t,failureCallback:n})}}Vo(TE,"query","886ab48d89d7bb06bd1a5d5454286645");const _E=/^http[s]?:\/\/(qprod\.)?www\.linkedin(?:-ei)?\.(com|cn)$/,SE={FIRST_NAME_INPUT:"#first-name",FIRST_NAME_LABEL:'[for="first-name"]',LAST_NAME_INPUT:"#last-name",LAST_NAME_LABEL:'[for="last-name"]',PHONETIC_FIRST_NAME_INPUT:"#phonetic-first-name",PHONETIC_LAST_NAME_INPUT:"#phonetic-last-name",EMAIL_INPUT:"#email-or-phone",EMAIL_LABEL:'[for="email-or-phone"]',PROFILE_CARD:".profile-card",PASSWORD_INPUT:"#password",PASSWORD_LABEL:'[for="password"]',PASSWORD_INLINE_ALERT:"#password + .inline-alert"},IE={PHOTO:".profile-card__photo",NAME:".profile-card__info-name",NOT_YOU:".profile-card__not-you",EMAIL:".profile-card__info-email",EDIT_ICON:".profile-card__edit-icon",EDIT_PHOTO:{CANCEL_ICON:".profile-card__edit-photo-cancel-icon",MODAL:".profile-card__edit-photo-modal",TEXT:".profile-card__edit-photo-text"}},CE=".third-party-join__container",kE=".third-party-join__btn",AE="hidden",OE="src",xE="required",LE="FACEBOOK",RE="GOOGLE",NE="MICROSOFT",PE="WECHAT",DE="CAPTCHA";function ME(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{e()})}function UE(e,t){const n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(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){}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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const FE="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",BE={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},jE={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},GE={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},HE={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},qE={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"}},WE={signin:{GOT:"signin",GSI_BUTTON:"signin_with"},signup:{GOT:"signup",GSI_BUTTON:"signup_with"},use:{GOT:"use",GSI_BUTTON:"continue_with"}},{GOOGLE_ERROR:KE,GOOGLE_USER_FETCHED:zE,INITIALIZED:VE}=BE,{INITIALIZATION:XE,AUTHENTICATION:JE}=jE;class YE extends EventTarget{constructor(e){let{libSrcPath:t,el:n,clientId:i=FE}=e;if(super(),!n)throw TypeError("DOM element for Sign In button is required");if(this.libSrcPath=t,this.el=n,this.clientId=i,window.gapi)this._initializeGoogleAuth();else{if(!t)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");ME(()=>{UE(t,this._initializeGoogleAuth.bind(this))})}}_initializeGoogleAuth(){return gapi.auth2.init({client_id:this.clientId}).then(e=>{this.auth2=e,this._attachSignIn();const t=new CustomEvent(VE);this.dispatchEvent(t)}).catch(e=>{const t={type:XE,message:e.error},n=new CustomEvent(KE,{detail:t});this.dispatchEvent(n)})}_attachSignIn(){this.auth2.attachClickHandler(this.el,{},e=>{const t=new CustomEvent(zE,{detail:this._getGoogleUserInformation(e)});this.dispatchEvent(t)},e=>{const t={type:JE,message:e.error},n=new CustomEvent(KE,{detail:t});this.dispatchEvent(n)})}_getGoogleUserInformation(e){const 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()}}}const{GOOGLE_USER_FETCHED:QE,PROMPT_MOMENT:$E}=BE;class ZE extends EventTarget{constructor(e){let{autoSelect:t=!1,libSrcPath:n,containerId:i,context:r,clientId:o=FE,cancelOnTapOutside:a=!0}=e;if(super(),!r)throw TypeError("context param is required to determine the message to show in Google One Tap");if(this.autoSelect=t,this.libSrcPath=n,this.containerId=i,this.cancelOnTapOutside=a,this.clientId=o,this.context=r,window.google&&window.google.accounts&&window.google.accounts.id)this._onGoogleApiLoad();else{if(!n)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");ME(()=>{UE(n,this._onGoogleApiLoad.bind(this))})}}_onGoogleApiLoad(){return google.accounts.id.initialize({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}),Promise.resolve().then(()=>this.promptOneTap())}_handleCredentialResponse(e){const t=e.credential;let n=this.context===GE.SIGN_UP?this._getBasicProfile(t):{idToken:t};if(n){n.selectedBy=e.select_by;const t=new CustomEvent(QE,{detail:n});this.dispatchEvent(t)}}_getBasicProfile(e){try{const 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}}_dispatchSkippedEvent(e){const t={message:e,reason:qE.SKIPPED.ISSUING_FAILED,type:HE.SKIPPED},n=new CustomEvent($E,{detail:t});this.dispatchEvent(n)}promptOneTap(){google.accounts.id.prompt(e=>{const t={type:e.getMomentType(),reason:e.getNotDisplayedReason()||e.getSkippedReason()||e.getDismissedReason()},n=new CustomEvent($E,{detail:t});this.dispatchEvent(n),this.checkIfDesktopAndApplyClass()})}hideOneTap(){google.accounts.id.cancel()}checkIfDesktopAndApplyClass(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){const e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}function eb(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tb(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}var nb={exports:{}};function ib(e){this.message=e}ib.prototype=new Error,ib.prototype.name="InvalidCharacterError";var rb="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new ib("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a};var ob=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(rb(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 rb(t)}};function ab(e){this.message=e}ab.prototype=new Error,ab.prototype.name="InvalidTokenError",nb.exports=function(e,t){if("string"!=typeof e)throw new ab("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(ob(e.split(".")[n]))}catch(e){throw new ab("Invalid token specified: "+e.message)}},nb.exports.InvalidTokenError=ab;var sb=nb.exports;const{GOOGLE_USER_FETCHED:cb,PROMPT_MOMENT:lb}=BE;class ub extends EventTarget{constructor(e){let{autoSelect:t=!1,buttonParentEl:n,cancelOnTapOutside:i=!0,clientId:r=FE,context:o="signin",gsiButtonConfig:a={},libSrcPath:s,hasContentAbove:c=!1,promptParentId:l,showOneTap:u=!0}=e;if(super(),this.autoSelect=t,this.buttonParentEl=n,this.cancelOnTapOutside=i,this.clientId=r,this.context=o,this.gsiButtonConfig=a,this.isLibraryLoaded=function(){let e,t;const n=new Promise((n,i)=>{e=n,t=i});return n.resolve=e,n.reject=t,n}(),this.libSrcPath=s,this.hasContentAbove=c,this.promptParentId=l,this.showOneTap=u,window.google&&window.google.accounts&&window.google.accounts.id)this._onGoogleApiLoad();else{if(!s)throw TypeError("GSI lib is not already loaded on the page. libSrcPath is required to load the library");ME(()=>{UE(s,this._onGoogleApiLoad.bind(this))})}}_onGoogleApiLoad(){return this.isLibraryLoaded.resolve(),window.google.accounts.id.initialize({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:WE[this.context].GOT,use_fedcm_for_prompt:!1}),Promise.resolve().then(()=>this.showGsiUI())}showGsiUI(){this.buttonParentEl&&this.renderGSIButton(this.buttonParentEl,this.gsiButtonConfig),this.showOneTap&&this.promptOneTap()}renderGSIButton(e,t){let{locale:n="en_US",logo_alignment:i="center",shape:r="pill",size:o="large",text:a,theme:s,type:c,width:l="400px"}=t;return this.isLibraryLoaded.then(()=>{const t=a||WE[this.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:n,logo_alignment:i,shape:r,size:o,text:t,theme:s,type:c,width:l})})}promptOneTap(){return this.isLibraryLoaded.then(()=>{window.google.accounts.id.prompt(e=>{const t={type:e.getMomentType(),reason:e.getNotDisplayedReason()||e.getSkippedReason()||e.getDismissedReason()},n=new CustomEvent(lb,{detail:t});this.dispatchEvent(n),this.hasContentAbove||this.checkIfDesktopAndApplyClass()})})}_handleCredentialResponse(e){let{credential:t,select_by:n}=e;const i=sb(t),r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?tb(Object(n),!0).forEach((function(t){eb(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):tb(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},this._getBasicProfile(i),{idToken:t,selectedBy:n});if(r){const e=new CustomEvent(cb,{detail:r});this.dispatchEvent(e)}}_getBasicProfile(e){const{email:t,family_name:n,given_name:i,sub:r,picture:o}=e;return{email:t,familyName:n,givenName:i,id:r,imageUrl:o}}hideOneTap(){window.google.accounts.id.cancel()}checkIfDesktopAndApplyClass(){if(!/.*(iPad|iPod|iPhone|Android|BlackBerry).*/.test(navigator.userAgent)){const e=document.getElementById("credential_picker_container");e&&e.classList.add("credential_picker_container--desktop")}}}const db={CLIENT_ID:FE,EVENTS:BE,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:jE,GSI_ERROR_MESSAGES:{INIT_FAILED:"idpiframe_initialization_failed",POPUP_CLOSED_BY_USER:"popup_closed_by_user",ACCESS_DENIED:"access_denied",IMMEDIATE_FAILED:"immediate_failed"},GOT_CONTEXTS:GE,GOT_PROMPT_MOMENT_REASONS:qE,GOT_PROMPT_MOMENT_TYPES:HE};function hb(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.body;const n=t.querySelectorAll(e);n.length&&Array.from(n).forEach(e=>e.classList.remove(AE))}function pb(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.body;const n=t.querySelectorAll(e);n.length&&Array.from(n).forEach(e=>e.classList.add(AE))}function fb(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:document.body;const r=mb(e,i);r&&r.setAttribute(t,n)}function vb(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document.body;const i=mb(e,n);i&&i.removeAttribute(t)}function mb(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.body;if(e)return t.querySelector(e);console.warn("you attempted to get an element with a falsey selector: ".concat(e,", this is probably a bug."))}function gb(e,t){const n=document.createElement("input");return n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),n}k.getPageKey(document).replace("_jsbeacon","");const{EVENTS:yb,GOT_CONTEXTS:Eb,GOT_PROMPT_MOMENT_REASONS:bb,GOT_PROMPT_MOMENT_TYPES:wb}=db,{GOOGLE_USER_FETCHED:Tb,PROMPT_MOMENT:_b}=yb,{SIGN_IN:Sb}=Eb;bb.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,bb.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,bb.NOT_DISPLAYED.SUPPRESSED_BY_USER,bb.SKIPPED.AUTO_CANCEL,bb.SKIPPED.TAP_OUTSIDE,bb.SKIPPED.USER_CANCEL;const{GOOGLE_USER_FETCHED:Ib,GOOGLE_ERROR:Cb,INITIALIZED:kb}=db.EVENTS,{INITIALIZATION:Ab,AUTHENTICATION:Ob}=db.GSI_ERROR_TYPES,{INIT_FAILED:xb,POPUP_CLOSED_BY_USER:Lb}=db.GSI_ERROR_MESSAGES;"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self&&self;var Rb=function(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&n.path)}},n.exports),n.exports}((function(e,t){e.exports=function(){function e(t){return(e="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})(t)}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 i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e}function r(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&&a(e,t)}function o(e){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function a(e,t){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function c(e,t,n){return(c=s()?Reflect.construct.bind():function(e,t,n){var i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&a(r,n.prototype),r}).apply(null,arguments)}function l(e){var t="function"==typeof Map?new Map:void 0;return(l=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 c(e,arguments,o(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),a(n,e)})(e)}function u(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function d(e){var t=s();return function(){var n,i=o(e);if(t){var r=o(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return u(this,n)}}function h(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 i,r,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(i=n.next()).done)&&(o.push(i.value),!t||o.length!==t);a=!0);}catch(e){s=!0,r=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw r}}return o}}(e,t)||f(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 p(e){return function(e){if(Array.isArray(e))return v(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||f(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 f(e,t){if(e){if("string"==typeof e)return v(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)?v(e,t):void 0}}function v(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var m="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",g="undefined"==typeof document||"textContent"in document.createElement("div")?"textContent":"innerText",y=["b","del","em","i","s","strong","sub","sup"],E=y.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"]),b=[m,"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|attributionsrc"].join("|"),w=i((function e(){t(this,e)}));function T(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var _=function(){var e=/[&<>"'\u0000\\=]/g,t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"};return function(n){return null==n?null:n.toString().replace(e,(function(e){return function(e){return e in t}(e)?t[e]:e}))}}(),S=function(){var e,t="undefined"!=typeof document?document.createElement("div"):null,n=/&(?:([a-z0-9]+)|#x([\da-f]{1,6})|#(\d{1,8}));/gi,i={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};function r(e){if(function(e){return T(i,e)}(e))return i[e];if(!t)return e;t.innerHTML="&".concat(e,";");var n=t[g];return i[e]=n,n}return e="function"==typeof String.fromCodePoint?function(e){return String.fromCodePoint(e)}:function(e){return e<=65535?String.fromCharCode(e):"�"},function(t){return null==t?null:(t+"").replace(n,(function(t,n,i,o){return n?r(n):i||o?e(parseInt(i||o,i?16:10)||65533):"�"}))}}();function I(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"log",n="undefined"!=typeof window;if(n&&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)}function C(e){return/[<&]/.test(e)}function k(e){e=Array.isArray(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",e.forEach((function(e,a){t=e.tags||E,n=e.attrs||b,i=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:".concat(n,")(?:=([\"'])[^'\"<>]*\\").concat(++r,")?"),i&&(o+="|(?:".concat("href|src",")=([\"'])(?:(?:").concat("https?|ftp|mailto|invalid",")(?::|&#(?:58|x3a);)|(?:").concat("data:image/(?:gif|jpg|jpeg|png);base64,",")|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\").concat(++r)),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function A(e){return k({tags:e=e||E,checkUrlAttrs:!0})}function O(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n&&n.length>0?!A(n).test(e):i?!O.R_UNSAFE_CUSTOM_ELEMENT.test(e):!O.R_UNSAFE_HTML.test(e)}function x(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}O.R_UNSAFE_HTML=A(),O.R_UNSAFE_CUSTOM_ELEMENT=function(){var e={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"};return k([{tags:E,checkUrlAttrs:!0},{tags:[e.tag],attrs:[m,e.attrs].join("|"),checkUrlAttrs:!1}])}();var L={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,"",""]},R=/<([\w:]+)/;function N(e,t){var n,i,r,o,a,s=t.createDocumentFragment(),c=[];for(r=0,a=e.length;r<a;r++)if(i=e[r])if("string"==typeof i){n=n||s.appendChild(t.createElement("div"));var l=h(R.exec(i)||["",""],2)[1];if(void 0!==l){var u=l.toLowerCase(),d=u in L&&L[u]||L._default;for(U(n,d[1]+i+d[2]),o=d[0];o--;)n&&n.lastChild&&n.lastChild.nodeType===Node.ELEMENT_NODE&&(n=n.lastChild);c.push.apply(c,p(Array.from(n.childNodes))),(n=s.firstChild)&&(n.textContent="")}}else i instanceof Node&&c.push(i);for(s.textContent="",i=c[r=0];i;)s.appendChild(i),i=c[++r];return s}function P(e,t,n){e=e.toString();var i=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,i){if(T(n,i))return n[i];if(T(t,i)){var r=t[i],o="string"==typeof r;if(!(o||r instanceof w||"number"==typeof r))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");return r?(r=o?"".concat(_(r)):r.toString(),n[i]=r,r):e}return e}))}(e,t):e,r=e;return C(i)&&!O(i,n)&&(i=x(i),I("Content contains tags or attributes that are not allowed:\nContent: "+r,"error")),i}var D=P,M=P;function U(e,t,n){var i=P(t,n);return i&&C(i)?e.innerHTML=i:i&&(e[g]=i),i}var F,B,j=function(e){r(o,e);var n=d(o);function o(e){var i,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t(this,o),(i=n.call(this)).options=r,i.tags=i.options.allowTags?i.options.allowTags.flat():[],i.str=e,i}return i(o,[{key:"toString",value:function(){var e=this.str,t=this.strValue,n=e;return void 0!==t?t:(O(e,{allowTags:this.tags,hasCustomElementMarkup:this.options.hasCustomElementMarkup})||(n=e,e=x(e),I("UnsafeString contains tags or attributes that are not allowed.\nString: "+n,"error")),this.strValue=e,e)}}]),o}(w),G=function(){if("undefined"!=typeof window){var e=window.trustedTypes;if(e&&e.createPolicy&&e.isHTML)return e}}();if(G){var H=G.createPolicy("jSecure",{createHTML:function(e){return e}});F=function(e){return H.createHTML(e)},B=function(e){return G.isHTML(e)}}else{var q=function(e){r(o,e);var n=d(o);function o(){return t(this,o),n.apply(this,arguments)}return i(o,[{key:"toHTML",value:function(){return this.toString()}}]),o}(l(String));F=function(e){return new q(e)},B=function(t){return null!==t&&"object"===e(t)&&"toHTML"in t&&"function"==typeof t.toHTML}}function W(e,t){return Array.isArray(e)&&Object.prototype.hasOwnProperty.call(e,"raw")&&Object.isFrozen(e)&&e.length===t.length+1}function K(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return String(null!=e?e:"").replace(/(^[\0- ]*j\s*a\s*v\s*a\s*s\s*c\s*r\s*i\s*p\s*t\s*):/i,"$1​:")}function z(e){return e.map((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=String(null!=e?e:"");return B(e)&&(t=S(t)),_(K(t))}))}function V(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return F(t.map((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=String(null!=e?e:"");return B(e)?t:M(t)})).join(""))}function X(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return W(e,n)?String.raw.apply(String,[{raw:e}].concat(p(z(n)))):V.apply(void 0,[e].concat(n))}var J=/ /g,Y=/[\s\u0000<>"]|%00/,Q=/\\/,$=/([/\\]|^)([.]|%2e){2}([/\\]|$)/i,Z=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 ee(e){var t;if("string"!=typeof e)return I("jSecure Warning: url must be a string","error"),"invalid://";if((t=e.trim()).indexOf(" ")>-1&&(I("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(J,"+")),!Z.test(t))return I("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(Y.test(t))return I("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";var n,i=t.split("?")[0],r=!1;if(i){try{if(n=decodeURI(i),$.test(n))return I("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"}catch(e){r=!0}if(r)return I("jSecure Error: malformed url path detected: "+i),"invalid://";if(Q.test(i)||$.test(i))return I("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"}return e}var te={redirect:function(e){window&&(window.location.href=e)}};return{ALLOWED_TAGS:E,FORMATTING_TAGS:y,html:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return V(X.apply(void 0,[e].concat(n)))},htmlEncode:_,htmlUnencode:S,log:I,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];var r,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(r=n[t],o+=r instanceof j?r:_(r))})),"".concat(M(o))},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=N([e],t);else{if(!Array.isArray(e))return e;n=N(e,t)}return Array.from(n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:D,reEncode:function(e){return _(S(e))},_redirector:te,redirect:function(e){var t=ee(e);t===e&&te.redirect(t)},sanitizeHTML:M,sanitizeUrl:ee,setElementContent:U,unsafe:function(e){return e},UnsafeString:function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this instanceof e||console.warn("Calling 'UnsafeString' without the 'new' keword is deprecated"),new j(t,n)},unsanitizedHTML:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return F(X.apply(void 0,[e].concat(n)))}}}()}));function Nb(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];t?Mb(e):Db(e)}function Pb(e){e.querySelectorAll(".inline-alert").forEach(e=>e.parentNode.removeChild(e))}function Db(e){const t=e.querySelector(".alert");t&&t.classList.add("hidden")}function Mb(e){const t=e.nextElementSibling;t&&t.classList.contains("artdeco-inline-feedback")&&t.parentNode.removeChild(t)}function Ub(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.classList.remove("error","text-input-error"),t&&e.classList.remove("error--is-inline")}const Fb=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,Bb=/(.)\1{3}/,jb=/linkedin/i,Gb=/\d\d/,Hb=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]+)?(/.*)?"),qb=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,Wb=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,Kb=/^[ぁ-ゔゞ゛゜ー]*$/,zb=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,Vb=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},Xb=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},Jb=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Gb.test(e)};Jb.errorMessagePrefix="i18n_noConsecutiveDigits_";const Yb=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Fb.test(e)};Yb.errorMessagePrefix="i18n_noForbiddenCharacters_";const Qb=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Bb.test(e)};Qb.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const $b=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!jb.test(e)};$b.errorMessagePrefix="i18n_noLinkedIn_";const Zb=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Hb.test(e)};Zb.errorMessagePrefix="i18n_noUrl_";const ew=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Wb.test(e)};ew.errorMessagePrefix="i18n_onlyChinese_";const tw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Kb.test(e)};tw.errorMessagePrefix="i18n_onlyPhonetic_";const nw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==e.trim()};nw.errorMessagePrefix="i18n_required_";const iw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return qb.test(e)};iw.errorMessagePrefix="i18n_invalidFormat_";const rw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return zb.test(e)};rw.errorMessagePrefix="i18n_invalidFormat_";const ow=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return qb.test(e)||zb.test(e)};ow.errorMessagePrefix="i18n_invalidFormat_";const aw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};aw.errorMessagePrefix="i18n_required_";const sw=[Vb(50),Yb,Jb,Qb,$b,Zb],cw=[nw].concat(sw),lw=[tw,Vb(50),Qb],uw={"first-name":cw,"last-name":cw,"phonetic-first-name":lw,"phonetic-last-name":lw,"real-name":[nw,ew,Vb(4),Xb(2)],"email-or-phone":[nw,Vb(128),ow],"email-address":[nw,Vb(128),iw],"optional-email-address":[Vb(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};return t.errorMessagePrefix=e.errorMessagePrefix,t})(iw)],"phone-number":[nw,rw],password:[nw,Xb(6),Vb(200)],koreaConsentAll:[],koreaConsentData:[aw],koreaConsentShare:[aw]},dw={button:!0,reset:!0,submit:!0,checkbox:!0},hw=e=>e.type&&!dw[e.type],pw={"email-or-phone":"emailOrPhoneNumber","optional-email-address":"emailAddress","phone-number":"phoneNumber","email-address":"emailAddress",password:"password","first-name":"firstName","last-name":"lastName","phonetic-first-name":"phoneticFirstName","phonetic-last-name":"phoneticLastName"},fw={session_key:"email-or-phone",session_password:"password"};function vw(){let{name:e,value:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e=fw[e]||e;const n=uw[e];if(!n)throw new Error("No validation rules for element named ".concat(e));return n.reduce((n,i)=>(i(t)||n.push(i.errorMessagePrefix+e),n),[])}const{GOT_PROMPT_MOMENT_REASONS:mw,GOT_PROMPT_MOMENT_TYPES:gw}=db,yw="PageViewEvent",Ew="EntityActivityEvent",bw="ControlInteractionEvent",ww="FOCUS",Tw="SHORT_PRESS",_w="click",Sw="view",Iw={ERROR_ALERT:"error-alert",ERROR_ALERT_DISMISS_BUTTON:"error-alert-dismiss-button",GOOGLE_ONE_TAP_SIGNUP_BUTTON:"google-one-tap-signup-button",GOOGLE_ONE_TAP_CLOSE_BUTTON:"google-one-tap-close-button",JOIN_WITH_GOOGLE_BUTTON:"join-with-google-button",JOIN_WITH_FACEBOOK_BUTTON:"join-with-facebook-button",JOIN_WITH_MICROSOFT_BUTTON:"join-with-microsoft-button",AGREE_AND_JOIN_BUTTON:"agree-and-join-button",CONTINUE_BUTTON:"continue-button",CHALLENGE_DIALOG:"challenge-dialog",CHALLENGE_SOLVED:"challenge-solved",CHALLENGE_FAILED:"challenge-failed",PROFILE_CARD_NOT_YOU_BUTTON:"profile-card-not-you-button",DELETE_PHOTO_BUTTON:"delete-photo-button"},Cw={GOOLE_ONE_TAP:{GOOGLE_ONE_TAP_SIGNUP_IGNORED:"google-one-tap-signup-ignored",GOOGLE_ONE_TAP_IMPRESSION:"google-one-tap-impression-success",GOOGLE_ONE_TAP_NO_ACCOUNT:"google-one-tap-no-account",GOOGLE_ONE_TAP_ERROR:"google-one-tap-error",GOOGLE_ONE_TAP_REQUEST_FAIL_ERROR:"google-one-tap-request-fail-error",GOOGLE_ONE_TAP_ILLEGAL_REQUEST_ERROR:"google-one-tap-illegal-request-error",GOOGLE_ONE_TAP_INITIALIZATION_ERROR:"google-one-tap-initialization-error",GOOGLE_ONE_TAP_CONFIGURATION_ERROR:"google-one-tap-configuration-error"},THIRD_PARTY_JOIN_BUTTON:{FACEBOOK_IMPRESSION:"facebook-impression",FACEBOOK_ERROR:"facebook-error",GOOGLE_IMPRESSION:"google-impression",GOOGLE_ERROR:"google-error",MICROSOFT_IMPRESSION:"microsoft-impression",GAAP_ERROR:"gaap-error"},JOIN_REQUEST:{JOIN_REQUEST_SUCCESS:"request-success",JOIN_REQUEST_FAILURE:"request-failure",JOIN_REQUEST_FAILURE_WITH_GOOGLE_ONE_TAP:"request-failure-with-google-one-tap",JOIN_REQUEST_FAILURE_WITH_FACEBOOK:"request-failure-with-facebook",JOIN_REQUEST_FAILURE_WITH_GOOGLE:"request-failure-with-google"},INPUT:{EDIT:"input-edit"},ALERT:{VALIDATION_FAILURE_ALERT:"validation-failure-alert"}};function kw(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const i=10,r=n===i;r||(window.tracking?window.tracking.then(n=>{n.fireTrackingEvent(e,t)}):window.setTimeout(()=>{kw(e,t,n+1)},500))}function Aw(e,t){e.forEach(e=>{const n=t?e.target:e,i={header:{},pageType:"form",requestHeader:{interfaceLocale:k.getLocale(document)||null},trackingInfo:{clientTimestamp:Date.now(),pageTag:k.getPageTag(document)||null,source:"registration-ui-lib",formId:n.id}};kw(yw,i),t&&t.unobserve(n)})}function Ow(e){if(k.getPageKey(document)&&k.getPageKey)return"urn:li:control:".concat(k.getPageKey(document),"-").concat(e)}function xw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!k.getPageKey(document)||!e.controlName)return;const t={header:{},requestHeader:{},controlUrn:Ow(e.controlName),interactionType:e.interactionType||ww};kw(bw,t)}function Lw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!k.getPageKey(document)||!e.trackingCode)return;const t={header:{},pageType:"form",requestHeader:{interfaceLocale:k.getLocale(document)||null},trackingCode:"".concat(k.getPageKey(document),"-").concat(e.trackingCode),activityType:e.activityType||_w,pageKey:k.getPageKey(document),attributes:e.customData||{}};kw(Ew,t)}function Rw(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";n?Pw(e,t,i,r):Nw(e,t)}function Nw(e,t){const n=e.querySelector(".alert");if(!n)throw new Error('showAlert has been called but no element exists that matches the selector ".alert"');const i=n.querySelector('p[class="alert-content"]');Rb.setElementContent(i,t||zo("i18n_server_generic_error")),n.classList.remove("hidden"),xw({controlName:Iw.ERROR_ALERT,interactionType:Tw})}function Pw(e,t,n,i){if(!hw(e))throw new Error("you cannot show an alert for this type of element ".concat(e.type));e.nextElementSibling&&e.nextElementSibling.classList.contains("artdeco-inline-feedback")?function(e,t){const n=e.querySelector(".artdeco-inline-feedback__message");Rb.setElementContent(n,t||zo("i18n_server_generic_error"))}(e.nextElementSibling,t):function(e,t,n,i){e.insertAdjacentHTML("afterend",function(e,t,n){return'<div class="inline-alert artdeco-inline-feedback artdeco-inline-feedback--error w-full pt-1" '.concat(t?"role=".concat(t):""," ").concat(n?"aria-live=".concat(n):"",' tabindex="-1">\n      <p class="input-helper-error artdeco-inline-feedback__message">\n        ').concat(e,"\n      </p>\n    </div>\n  ")}(t,n,i))}(e,t,n,i)}function Dw(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.classList.add("error","text-input-error"),t&&e.classList.add("error--is-inline")}const Mw=790,Uw=580,Fw="auth_popup";class Bw{constructor(e,t){if(!e)throw new Error("No element passed in.");let n;switch(this.element=e,this.provider=t,this.show(),this._setupGaapCallback(),this._attachEventListeners(),this.provider){case LE:n=Cw.THIRD_PARTY_JOIN_BUTTON.FACEBOOK_IMPRESSION;break;case RE:n=Cw.THIRD_PARTY_JOIN_BUTTON.GOOGLE_IMPRESSION;break;case PE:n=Cw.THIRD_PARTY_JOIN_BUTTON.WECHAT_IMPRESSION;break;case NE:n=Cw.THIRD_PARTY_JOIN_BUTTON.MICROSOFT_IMPRESSION}Lw({trackingCode:n,activityType:Sw})}onUserInfoFetch(){}onError(){}hide(){this.element.classList.add(AE)}show(){this.element.classList.remove(AE)}_setupGaapCallback(){window.thirdPartyCallback=(e,t)=>{if(this.gaapAuthWindow.close(),""!==t||0!==vw({name:"email-or-phone",value:e}).length)return this.onError(this.provider),Lw({trackingCode:Cw.THIRD_PARTY_JOIN_BUTTON.GAAP_ERROR,activityType:_w,customData:{provider:this.provider,errorContent:t}}),this.provider===RE&&window.ingraphTracking.then(e=>{e.fireCounterIngraphMetric({metricsType:"JoinWithGoogleError"})}),Promise.reject(t);const n=function(e,t){return z(Rb.sanitizeUrl("".concat(zo("dust-var-callbackUrl")).concat(e,"?handle=").concat(t))).then(e=>e.responseText)}(this.provider,e).then(t=>(this.element.classList.add(AE),function(e,t){const n={id:t,phoneticFirstName:"",phoneticLastName:"",displayDigitalMediaAssetUrn:"",firstName:"",lastName:"",profilePictureUrl:""};if(!e)return n;return n.phoneticFirstName=e.phoneticFirstName,n.phoneticLastName=e.phoneticLastName,n.displayDigitalMediaAssetUrn=e.displayDigitalMediaAssetUrn,n.firstName=e.firstName,n.lastName=e.lastName,n.profilePictureUrl=e.profilePictureUrl,n}(t?JSON.parse(t):t,e))).catch(e=>{let t;switch(this.onError(this.provider),this.provider){case LE:t=Cw.THIRD_PARTY_JOIN_BUTTON.FACEBOOK_ERROR;break;case RE:t=Cw.THIRD_PARTY_JOIN_BUTTON.GOOGLE_ERROR;break;case PE:t=Cw.THIRD_PARTY_JOIN_BUTTON.WECHAT_ERROR}throw Lw({trackingCode:t,activityType:_w,customData:{errorContent:e}}),e});return this.onUserInfoFetch(n),n}}_attachEventListeners(){this.element.querySelector(kE).addEventListener("click",()=>{var e;let t;switch(this.gaapAuthWindow=(e=zo("dust-var-authUrl"),window.open(Rb.sanitizeUrl(e),Fw,"width=".concat(Mw,",height=").concat(Uw))),this.provider){case LE:t=Iw.JOIN_WITH_FACEBOOK_BUTTON;break;case RE:t=Iw.JOIN_WITH_GOOGLE_BUTTON,window.ingraphTracking.then(e=>{e.fireCounterIngraphMetric({metricsType:"JoinWithGoogleTapped"})});break;case PE:t=Iw.JOIN_WITH_WECHAT_BUTTON}xw({controlName:t,interactionType:Tw})})}}const{EVENTS:{GOOGLE_ERROR:jw,GOOGLE_USER_FETCHED:Gw,INITIALIZED:Hw,PROMPT_MOMENT:qw},GOT_PROMPT_MOMENT_REASONS:Ww,GOT_PROMPT_MOMENT_TYPES:Kw}=db,zw="btn",Vw="user";class Xw{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No element passed in.");this.element=e,this.useGoogleGsi=t.useGoogleGSI,this.gsiButtonConfig=t.gsiButtonConfig,this.locale=t.locale,this._setupGaapCallback(),this.useGoogleGsi||this._attachEventListeners(),Lw({trackingCode:Cw.THIRD_PARTY_JOIN_BUTTON.GOOGLE_IMPRESSION,activityType:Sw})}onUserInfoFetch(){}onError(){}hide(){this.element.classList.add(AE)}show(){this.element.classList.remove(AE)}_setupGaapCallback(){if(window.lazyloader){const e=this.useGoogleGsi?"google-gsi-lib":"google-sign-in-lib";window.lazyloader.then(t=>t.getLazyLoadedJavascriptModule(e)).then(this._initGoogleSignin.bind(this))}else this._initGoogleSignin()}_initGoogleSignin(){let e;if(this.useGoogleGsi){var t;const n=this.element.querySelector(".third-party-join__gsi-btn-container"),i=n.clientWidth&&"".concat(n.clientWidth,"px")||n.style.maxWidth||"0px",r={libSrcPath:n.dataset.libSrcPath,buttonParentEl:n,context:"use",gsiButtonConfig:{text:(null===(t=this.gsiButtonConfig)||void 0===t?void 0:t.text)||"continue_with",width:i,locale:this.locale},promptParentId:"google-one-tap__container"};e=new ub(r),this.show()}else e=new YE({el:this.element.querySelector(kE)});e.addEventListener(Gw,e=>{if(this.useGoogleGsi)return void this._submitWithGoogle(e.detail);const t=function(e){if(!e)return{};const{email:t,givenName:n,familyName:i,idToken:r,imageUrl:o,id:a}=e;return{displayDigitalMediaAssetUrn:"",firstName:n,id:t,idToken:r,lastName:i,phoneticFirstName:"",phoneticLastName:"",profilePictureUrl:o,userId:a}}(e.detail);this.onUserInfoFetch(Promise.resolve(t))}),e.addEventListener(Hw,()=>{this.show()}),e.addEventListener(jw,e=>{let{detail:t}=e;const{type:n,message:i}=t,r="join-with-google-error--".concat(n,"-").concat(i);n===db.GSI_ERROR_TYPES.INITIALIZATION?this.hide():this.onError(RE),xw({controlName:r,interactionType:Tw})}),e.addEventListener(qw,e=>{let{detail:t}=e;const{reason:n,type:i}=t,r=document.querySelector(".google-one-tap-module");n?Object.values(Ww.SKIPPED).includes(n)&&r&&r.classList.add("hidden"):i===Kw.DISPLAY&&(r&&r.classList.contains("google-one-tap-module--mobile")?this._showTermsAndConditionsSkipForGoogleOneTapMobile():r&&r.classList.remove("hidden"))}),this.googleSignIn=e}_attachEventListeners(){this.element.querySelector(kE).addEventListener("click",()=>{xw({controlName:Iw.JOIN_WITH_GOOGLE_BUTTON,interactionType:Tw})})}_submitWithGoogle(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{email:t,idToken:n,imageUrl:i,familyName:r,givenName:o}=e,a=document.createElement("form");a.action="https://www.linkedin.com/uas/login-submit",a.method="post",a.id="googleBtnJoinForm",a.classList.add("hidden"),document.body.appendChild(a);const s=zo("dust-var-loginCsrfParam"),c=zo("dust-var-postOnboardingRedirectUrl"),l=zo("trackingPrefix");this._isEligibleForTermsAndConditionsSkip(e.selectedBy)&&a.appendChild(gb("termsAndConditionsSkip","true")),a.appendChild(gb("googleGivenName",o)),a.appendChild(gb("googleFamilyName",r)),a.appendChild(gb("googleImageUrl",i)),a.appendChild(gb("googleEmail",t)),a.appendChild(gb("googleIdToken",n)),a.appendChild(gb("loginCsrfParam",s)),a.appendChild(gb("session_redirect",c)),a.appendChild(gb("trk",l)),a.submit()}_isEligibleForTermsAndConditionsSkip(e){if(e===Vw){const e=zo("termsAndConditionsSkipGoogleOneTapEnabled"),t=document.querySelector(".google-one-tap-module");if(t&&!t.classList.contains("hidden")&&e)return!0}else if(e===zw){const e=zo("termsAndConditionsSkipAuthButtonEnabled");if(document.querySelector(".auth-button__tc-skip-text")&&e)return!0}return!1}_showTermsAndConditionsSkipForGoogleOneTapMobile(){const e=document.querySelector("#credential_picker_iframe"),t=document.querySelector(".google-one-tap-module");if(!e||!t)return;new ResizeObserver(e=>{for(const n of e)0===n.contentRect.height?t.classList.add("hidden"):(t.classList.remove("hidden"),t.style.bottom="".concat(n.contentRect.height,"px"))}).observe(e)}}function Jw(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Yw(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Qw(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Yw(Object(n),!0).forEach((function(t){Jw(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Yw(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function $w(e,t){if(null==e)return{};var n,i,r=function(e,t){if(null==e)return{};var n={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(t.includes(i))continue;n[i]=e[i]}return n}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}const Zw=new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);function eT(e){let t,n;switch(e.length){case 2:n=e.substring(0,1),t=e.substring(1);break;case 3:const i=e.substring(0,2);Zw.has(i)?(n=i,t=e.substring(2)):(n=e.substring(0,1),t=e.substring(1));break;case 4:n=e.substring(0,2),t=e.substring(2);break;default:throw new Error("Expected Real Name to be between 2-4 characters.",name)}return{firstName:t,lastName:n}}class tT{sendFingerprint(e,t,n){const i=this.getFingerprintData(),r=new XMLHttpRequest;i["x-f-uc"]=n,i.csrf_token=t,r.open("POST",e),r.setRequestHeader("Content-type","application/json"),r.send(JSON.stringify(i))}collectInitialFingerprint(e,t,n,i){setTimeout(()=>{this.sendFingerprint(e,t,n)},i)}collectFinalFingerprint(e,t,n){return()=>{if(navigator.sendBeacon&&"undefined"!=typeof FormData){let i=this.getFingerprintData();i.csrf_token=t;let r=new FormData;r.append("x-f-uc",n);for(let e in i)i.hasOwnProperty(e)&&r.append(e,i[e]);navigator.sendBeacon(e,r)}else this.sendFingerprint(e,t,n)}}getFingerprintData(){var e={};const t=Date.now();return"undefined"!=typeof Ubba_fetch&&(e=Ubba_fetch()),e.liExecutionTime=Date.now()-t,e}}function nT(){return zo("dust-var-source")||null}function iT(){const e=zo("dust-var-postOnboardingRedirectUrl");return e?{postOnboardingRedirectUrl:e}:null}function rT(){const e=zo("dust-var-invitationId"),t=zo("dust-var-sharedKey");return e||t?{invitationId:e,sharedKey:t}:null}function oT(){let e={};if(void 0===window.globalThis)return e.error="gt",e;try{void 0!==window.globalThis.apfcDf?e.df=window.globalThis.apfcDf:e.error="ad"}catch(t){e.error=t.message}return e}function aT(){let e="default";const t=new tT;try{e=JSON.stringify(t.getFingerprintData())}catch(t){e="error while fetching the fingerprinting data : "+t}return e}function sT(e,t){return Qw(Qw({},e),t)}const cT="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var lT;!function(e){e.ProductName="productName",e.UntrackedResponseCodes="untrackedResponseCodes",e.TrackedResponseCodes="trackedResponseCodes",e.ClientSensorGroupName="clientSensorGroupName"}(lT||(lT={}));const uT=new Set(Object.values(lT));class dT extends Error{constructor(e){super(e),Object.setPrototypeOf(this,dT.prototype)}}function hT(e){return 0===e.length||!e.trim()}function pT(e){if("string"!=typeof e)throw new dT("Keys must be strings. ".concat(cT,"."));if(hT(e))throw new dT("Keys should not be blank. ".concat(cT,"."));if(/[^a-z0-9-]/.test(e))throw new dT("'".concat(e,"' can only contain lowercase alphanumeric characters and dashes (-). ").concat(cT,"."));return e}class fT{constructor(e,t,n){if(this._featureKey=pT(e),this._degradationKey=pT(t),!n)return this._untrackedResponseCodes=[],void(this._trackedResponseCodes=[]);if("object"!=typeof n)throw new dT("DegradationTrackingMetadata options should be an object. ".concat(cT,"."));const i=n.productName;i&&(this._productName=function(e){if("string"!=typeof e)throw new dT("The product name must be a string. ".concat(cT,"."));if(hT(e))throw new dT("No product name was specified. Please configure a defaultProductName or specify it per instrumented API "+"call. ".concat(cT,"."));return e}(i));const r=n.untrackedResponseCodes,o=n.trackedResponseCodes;if(r&&o)throw new dT("You may only specify one of the options: ".concat(lT.UntrackedResponseCodes," or ")+"".concat(lT.TrackedResponseCodes," to exclude or include response codes from counting ")+"as the degraded state. ".concat(cT,"."));!function(e,t){const n=(e,t)=>{if("number"!=typeof(n=e)||!isFinite(n)||Math.floor(n)!==n||e<=0||e>999)throw new dT("Please only specify positive integer response codes between 1 and 999 for the ".concat(t," option. ")+"".concat(e," was specified. ").concat(cT,"."));var n;if(429===e||999===e)throw new dT("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 ".concat(t," options."));if(t===lT.UntrackedResponseCodes&&(e<500||e>=600))throw new dT("For server responses that have a status code, PEM does not consider non-5xx as degradations by default "+"anymore. ".concat(e," is not considered a degradation unless you explicitly add it to the ")+"".concat(lT.TrackedResponseCodes," option. Please remove ").concat(e," from the ")+"".concat(lT.UntrackedResponseCodes," option. ").concat(cT,"."))};if(void 0!==e&&!Array.isArray(e))throw new dT("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 ".concat(lT.UntrackedResponseCodes," option. ")+"".concat(cT,"."));if(void 0!==t&&!Array.isArray(t))throw new dT("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 "+"".concat(lT.TrackedResponseCodes," option. ").concat(cT,"."));e&&e.forEach(e=>n(e,lT.UntrackedResponseCodes));t&&t.forEach(e=>n(e,lT.TrackedResponseCodes))}(r,o),this._untrackedResponseCodes=r||[],this._trackedResponseCodes=o||[],this._clientSensorGroupName=n.clientSensorGroupName,function(e){Object.keys(e).forEach(e=>{if(!uT.has(e))throw new dT("An unsupported degradation tracking option '".concat(e,"' was provided. Please fix or remove it. ")+"".concat(cT))})}(n)}static isDegradationTrackingMetadata(e){return null!=e&&Object.getOwnPropertyNames(fT.prototype).every(t=>Object.hasOwnProperty.call(Object.getPrototypeOf(e),t))}get featureKey(){return this._featureKey}get degradationKey(){return this._degradationKey}get productName(){return this._productName}get untrackedResponseCodes(){return this._untrackedResponseCodes}get trackedResponseCodes(){return this._trackedResponseCodes}get clientSensorGroupName(){return this._clientSensorGroupName}}var vT;!function(e){e.ProductName="productName",e.CustomTrackingId="customTrackingId",e.ClientSensorGroupName="clientSensorGroupName",e.AdditionalDegradedResponseCodes="additionalDegradedResponseCodes",e.NonDegradedResponseCodes="nonDegradedResponseCodes",e.DegradationKeyOverrides="degradationKeyOverrides"}(vT||(vT={}));new Set(Object.values(vT));const mT="delete me",gT="v=2&",yT={FIRST_AND_LAST_QUOTES:/^\"(.+)\"$/};class ET{constructor(){const e=zo("registrationUrl");if(!e)throw new Error('Document missing embed with element ID === "registrationUrl"');this.registrationUrl=E.addQueryParam(e,"csrfToken",this._getCsrfTokenFromBcookie()),this.shouldSignInOnDuplicateAccount=zo("shouldSignInOnDuplicateAccount"),this.signInOnDuplicateAccountUrl=zo("signInOnDuplicateAccountUrl"),this.isPemEnabled="enabled"===zo("dust-var-pemDegradationTrackingTreatment")}sendCreateAccountRequest(e){const{emailOrPhoneNumber:t,emailAddress:n,phoneNumber:i}=e;n||i||(t.includes("@")?e.emailAddress=t:e.phoneNumber=t),e.emailAddress&&(e.botDetectionInput=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Date.now().toString();if(!e)throw new Error("emailAddress is a required field in botDetectionInput");const n=()=>Math.floor(9e8*Math.random())+1e8,i="".concat(n(),":").concat(n(),":").concat(n());return{nonce:i,clientTimestampParamValue:t,clientOutput:"",jsVersion:"",email:e,requestId:"".concat(e,":").concat(i)}}(e.emailAddress));const r=[new fT("account-creation","failed-account-creation",{productName:"Registration-UI-Lib - Account Creation"})],o={method:"POST",headers:{Accept:"*/*","Content-Type":"application/json","X-NuxSupportsCp":"on"},sendCookies:!0,skipCsrfToken:!0,postData:JSON.stringify(e),isPemEnabled:this.isPemEnabled,pemDegradationTrackingMetadata:r};return z(this.registrationUrl,o).catch(e=>this._handleError(e)).then(e=>this._handleResponse(e))}_getCsrfTokenFromBcookie(){const e=(E.getCookie("bcookie")||"").trim();if(e!==mT)return e.replace(yT.FIRST_AND_LAST_QUOTES,"$1").replace(gT,"")}_attemptSignInOnDuplicateAccount(){var e,t,n,i;const r=document.createElement("form");r.action=this.signInOnDuplicateAccountUrl,r.method="post",r.classList.add("hidden"),document.body.appendChild(r);const o=(null===(e=document.querySelector("#email-or-phone"))||void 0===e?void 0:e.value)||(null===(t=document.querySelector("#phone-number"))||void 0===t?void 0:t.value)||(null===(n=document.querySelector("#email-address"))||void 0===n?void 0:n.value),a=null===(i=document.querySelector("#password"))||void 0===i?void 0:i.value,s=zo("dust-var-loginCsrfParam");o&&a&&s&&(r.appendChild(gb("session_key",o)),r.appendChild(gb("session_password",a)),r.appendChild(gb("loginCsrfParam",s)),r.appendChild(gb("loginFlow","EXISTING_ACCOUNT_REGISTRATION")),r.submit())}_handleError(e){if(e.response&&e.response.responseText)try{e.response.responseObj=JSON.parse(e.response.responseText),!this.shouldSignInOnDuplicateAccount||"DUPLICATE_EMAIL"!==e.response.responseObj.errorType&&"DUPLICATE_PHONE"!==e.response.responseObj.errorType||(e.response.responseObj.isSignInOnDuplicateAccountAttempted=!0,this._attemptSignInOnDuplicateAccount())}catch(e){}throw e}_handleResponse(e){if(e.responseObj=JSON.parse(e.responseText),e.responseObj.challengeUrl){const t=new Error("Challenge Issued with Challenge URL: ".concat(e.responseObj.challengeUrl));throw t.response=e,t}if(e.responseObj.requiresChallenge){const t=new Error("Issue prefetched ".concat(e.responseObj.requiresChallenge," challenge"));throw t.response=e,t}return e}}const bT=".challenge-dialog",wT=".challenge-dialog__iframe";class TT{constructor(e){if(!e)throw Error("Challenge URL is required");this.complete=!1,this.challengeDialogElem=document.querySelector(bT),this.challengeIframeElem=this.challengeDialogElem.querySelector(wT),this.challengeIframeElem.src=Rb.sanitizeUrl(e)}getFirstFocusableEl(){return Array.from(this.challengeDialogElem.querySelectorAll('button, [href], input:not([type=hidden]), select, textarea, [tabindex]:not([tabindex="-1"])')).filter(e=>!e.disabled)[0]}onBlur(){window.setTimeout(()=>{this.getFirstFocusableEl().focus()},0)}prepareChallenge(){this.challengePromise=new Promise((e,t)=>{this.challengeDialogElem.style.display="none",this.modal=new To(this.challengeDialogElem,{triggerByOutletEl:!1,shouldMoveToTopContainer:!0,events:{onBeforeClose:this._handleDialogClose.bind(this,t)}}),this.modal.open(),document.getElementById("focus-capture").addEventListener("focus",()=>{this.getFirstFocusableEl().focus()});this._setupEventListeners(n=>{if(!_E.test(n.origin)||!n.data)return;const i=JSON.parse(n.data);if("CHALLENGE_SOLVED"===i.eventId)xw({controlName:Iw.CHALLENGE_SOLVED,interactionType:Tw}),e(i.payload),this.cleanup();else if("CHALLENGE_FAILED"===i.eventId)xw({controlName:Iw.CHALLENGE_FAILED,interactionType:Tw}),t(i.payload);else if("FRAME_RESIZE"===i.eventId){const e=i.payload&&i.payload.newHeight?i.payload.newHeight:220;this.challengeIframeElem.style.height="".concat(e,"px")}}),this.challengeIframeElem.onload=()=>{var e,t;null===(e=this.challengeIframeElem.contentWindow)||void 0===e||e.addEventListener("blur",this.onBlur.bind(this)),null===(t=this.challengeIframeElem.contentDocument)||void 0===t||null===(t=t.body)||void 0===t||t.addEventListener("keyup",e=>{if("Escape"===e.key||27===e.which){if(this.challengeIframeElem.contentDocument.activeElement!==this.challengeIframeElem.contentDocument.body)return this.challengeIframeElem.contentDocument.activeElement.blur(),e.stopPropagation(),!1;this.modal.close()}}),xw({controlName:Iw.CHALLENGE_DIALOG,interactionType:ww})}}).then(e=>(this._tearDownEventListeners(),this.cleanup(),e)).catch(e=>{throw this._tearDownEventListeners(),this.cleanup(),e})}showChallenge(){return this.challengePromise||this.prepareChallenge(),this.challengeDialogElem.style.display="",this.challengePromise}_setupEventListeners(e){window.addEventListener("message",e,!1),this._tearDownEventListeners=()=>{window.removeEventListener("message",e,!1)}}_tearDownEventListeners(){}cleanup(){this.complete=!0,this.challengeIframeElem.onload=null,this.challengeIframeElem.src="about:blank",this.modal=null}_handleDialogClose(e){this.complete||e("softFail")}_getCsrfTokenFromBcookie(){return(E.getCookie("bcookie")||"").trim().replace("v=2&","")}}var _T=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},ST=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),IT=function(){function e(){_T(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 ST(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);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,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=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 i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!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:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.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(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,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(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];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),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),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,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),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:r},i))};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}(),CT=function(){function e(){_T(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return ST(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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m===t-1){f.push(n(v));break}m++}return f.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 i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,m={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(m.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),kT=function(){function e(){_T(this,e),this.PREFIX="dcts-",this.CPR=new CT}return ST(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 i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}(),AT=function(){function e(){_T(this,e),this.processor=new kT,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new IT,this.workerThread=null,this.events=[]}return ST(e,[{key:"init",value:function(e,t,n,i,r,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===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),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,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,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 i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}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}}]),e}();function OT(){const e=function(){let e="";const t=document.cookie.split("; ");for(let n=0;n<t.length;++n)0===t[n].indexOf("JSESSIONID=")&&t[n].length>6&&(e=t[n].substring("JSESSIONID=".length));return e}(),t=new AT,n=document.querySelector('meta[name="platform-worker"]'),i=n&&n.content||"";t.init("/platform-telemetry/li/gather","rgn",5e3,20,e,i),window.addEventListener("beforeunload",()=>{t.collectFinalTelemetry("/platform-telemetry/li/gather","rgn",e)})}var xT="validation-failed",LT="validation-succeeded",RT="account-creation-challenged",NT="account-creation-failed",PT="account-creation-succeeded",DT="challenge-closed",MT="challenge-failed",UT="challenge-succeeded",FT="prefetched-captcha-challenge-invalid",BT="split-join-form-step-change",jT="third-party-profile-card-toggled",GT="global-error",HT="third-party-scrim";function qT(e,t){E.dispatchCustomEvent(e,BT,{splitJoinStepNum:t})}function WT(e,t){E.dispatchCustomEvent(e,GT,{globalErrorMessage:t})}const KT="join-form__form-input-container",zT="join-form__form-input-container--is-hidden",VT="join-form__form-input-container--is-last-section";class XT{constructor(e,t){if(!e)throw new Error("No element passed in.");this.elem=e,this.isNested=e.parentNode.classList.contains(KT),this.requiredInputs=Array.from(e.querySelectorAll("input[required]")),this.elem.classList.add("".concat(KT,"--is-section-").concat(t))}get isVisible(){return!this.elem.classList.contains(zT)}show(){this.elem.classList.remove(zT),this.requiredInputs.forEach(e=>e.setAttribute("required","required")),this.elem.querySelector("input").focus()}hide(){this.requiredInputs.forEach(e=>e.removeAttribute("required")),this.elem.classList.add(zT)}}class JT{constructor(e){this.currentSplitJoinSectionNum=0,this._joinFormElem=e,this.totalSplitJoinSections=this._joinFormElem.querySelectorAll(".".concat(KT)).length;const t=this.totalSplitJoinSections>2,n=this._joinFormElem.querySelector(".".concat(KT,":not(.").concat(zT,")")),i=t?this._joinFormElem.querySelector(".".concat(zT,":not(.").concat(VT,")")):this._joinFormElem.querySelector(".".concat(VT)),r=this._joinFormElem.querySelector(".".concat(VT));if(!n)throw new Error("Split join form must have a default visible section");if(!i)throw new Error("Split join form must have at least two sections");this._orderedSplitJoinSections=[new XT(n,1),new XT(i,2)],t&&this._orderedSplitJoinSections.push(new XT(r,3)),this._orderedSplitJoinSections.forEach(e=>{e.elem.classList.contains(zT)&&e.requiredInputs.forEach(e=>{e.removeAttribute("required")})})}get sectionForCurrentStep(){return this._orderedSplitJoinSections[this.currentSplitJoinSectionNum]}get isLastStep(){return this.currentSplitJoinSectionNum+1===this.totalSplitJoinSections}get isFirstStep(){return 0===this.currentSplitJoinSectionNum}nextStep(){if(this.isLastStep)return;const e=this.sectionForCurrentStep;this.currentSplitJoinSectionNum+=1,this.sectionForCurrentStep.isNested&&this.sectionForCurrentStep.isVisible&&!this.isLastStep&&(this.currentSplitJoinSectionNum+=1);const t=this.sectionForCurrentStep;t.isNested||e.isNested?e.isNested&&this._hideNestedSectionParent(e):e.hide(),t.show(),qT(this._joinFormElem,this.currentSplitJoinSectionNum)}prevStep(){if(this.isFirstStep)return;const e=this.sectionForCurrentStep;this.currentSplitJoinSectionNum-=1;const t=this.sectionForCurrentStep;e.isNested||t.isNested?t.isNested&&(e.hide(),this._showNestedSectionParent(t)):(e.hide(),t.show()),qT(this._joinFormElem,this.currentSplitJoinSectionNum)}firstStep(){this.isFirstStep||(this.sectionForCurrentStep.isNested?this._hideNestedSectionParent(this.sectionForCurrentStep):this.sectionForCurrentStep.hide(),this.currentSplitJoinSectionNum=0,this.sectionForCurrentStep.isNested?this._showNestedSectionParent(this.sectionForCurrentStep):this.sectionForCurrentStep.show(),qT(this._joinFormElem,this.currentSplitJoinSectionNum))}lastStep(){this.isLastStep||(this.sectionForCurrentStep.isNested?this._hideNestedSectionParent(this.sectionForCurrentStep):this.sectionForCurrentStep.hide(),this.currentSplitJoinSectionNum=this.totalSplitJoinSections-1,this.sectionForCurrentStep.show(),qT(this._joinFormElem,this.currentSplitJoinSectionNum))}getSectionAtIndex(e){return this._orderedSplitJoinSections[e]}_hideNestedSectionParent(e){let{elem:t}=e;this._orderedSplitJoinSections.forEach(e=>{e.elem!==t&&e.elem.contains(t)&&e.hide()})}_showNestedSectionParent(e){let{elem:t}=e;this._orderedSplitJoinSections.forEach(e=>{e.elem!==t&&e.elem.contains(t)&&e.show()})}}const YT=new URL("/legal/privacy-policy",window.location.origin),QT={DATA:new URL("#data",YT),SHARE:new URL("#share",YT)};class $T extends To{constructor(e,t){var n,i,r;super(e,t),this.koreaConsentModal=e,this.joinForm=e.closest(".join-form"),this.agreeToTermBtn=this.koreaConsentModal.querySelector(".korea-consent__agree-btn"),this.agreeToAllTermsBtn=this.koreaConsentModal.querySelector(".korea-consent__agree-all-btn"),this.continueBtn=this.koreaConsentModal.querySelector(".korea-consent__continue-btn"),this.backBtn=this.koreaConsentModal.querySelector(".korea-consent__back-btn"),this.dataStepDisplay=this.koreaConsentModal.querySelector("[data-modal-step-display=DATA]"),this.shareStepDisplay=this.koreaConsentModal.querySelector("[data-modal-step-display=SHARE]"),this.iframeEl=this.koreaConsentModal.querySelector(".korea-consent__iframe"),this.koreaConsentSection=null===(n=this.koreaConsentModal.parentElement)||void 0===n?void 0:n.parentElement,this.consentSubList=null===(i=this.koreaConsentSection)||void 0===i?void 0:i.querySelector(".korea-consent__sublist"),this.termCheckboxes=null===(r=this.consentSubList)||void 0===r?void 0:r.querySelectorAll("input[type=checkbox]"),this.agreeToAllTermsCheckboxEl=this.koreaConsentSection.querySelector("#korea-consent__agree-all-checkbox"),this._setupListeners()}get allTermsAccepted(){let e=!1;return this.termCheckboxes.forEach(t=>{!0!==t.checked&&(e=!0)}),!e}_setupListeners(){this.agreeToTermBtn.addEventListener("click",e=>{this.agreeToTerm(e)}),this.continueBtn.addEventListener("click",()=>{this.continueToNextTerm()}),this.backBtn.addEventListener("click",()=>{this.backToPreviousTerm()}),this.agreeToAllTermsBtn.addEventListener("click",()=>{this.agreedToAllTerms()})}_getOutletEls(){return[]}agreeToTerm(){const e=this.iframeEl.src===QT.DATA.href?"DATA":"SHARE",t=this.koreaConsentSection.querySelector("[data-checkbox-term-type=".concat(e,"]"));t.checked=!0,t.value="true",this.allTermsAccepted&&Nb(this.joinForm),this.close()}agreedToAllTerms(){this.agreeToAllTermsCheckboxEl.checked=!0,this.termCheckboxes.forEach(e=>{e.checked=!0,e.value="true"}),Nb(this.joinForm),this.close()}continueToNextTerm(){this.backBtn.classList.remove("hidden"),this.continueBtn.classList.add("hidden"),this.agreeToAllTermsBtn.removeAttribute("disabled"),this.dataStepDisplay.classList.add("hidden"),this.shareStepDisplay.classList.remove("hidden"),this.iframeEl.src=QT.SHARE.href}backToPreviousTerm(){this.backBtn.classList.add("hidden"),this.continueBtn.classList.remove("hidden"),this.agreeToAllTermsBtn.setAttribute("disabled","disabled"),this.dataStepDisplay.classList.remove("hidden"),this.shareStepDisplay.classList.add("hidden"),this.iframeEl.src=QT.DATA.href}agreeToAllTermsCheckbox(e){e.preventDefault(),this.open(e)}open(e){var t;if(!e)return super.open();const n="korea-consent__agree-all"===e.target.id||"korea-consent__agree-all-checkbox"===e.target.id?"ALL":null===(t=e.target.closest(".korea-consent__list-item"))||void 0===t?void 0:t.dataset.articleType;return"ALL"===n?this._initialAllTermsState():("SHARE"===n?Boolean(this.iframeEl.src===QT.SHARE.href)||(this.iframeEl.src=QT.SHARE.href):Boolean(this.iframeEl.src===QT.DATA.href)||(this.iframeEl.src=QT.DATA.href),this.agreeToTermBtn.classList.remove("hidden"),this.agreeToAllTermsBtn.classList.add("hidden"),this.backBtn.classList.add("hidden"),this.continueBtn.classList.add("hidden"),this.dataStepDisplay.classList.add("hidden"),this.shareStepDisplay.classList.add("hidden")),super.open()}_initialAllTermsState(){Boolean(this.iframeEl.src===QT.DATA.href)||(this.iframeEl.src=QT.DATA.href),this.agreeToAllTermsBtn.setAttribute("disabled","disabled"),this.agreeToAllTermsBtn.classList.remove("hidden"),this.dataStepDisplay.classList.remove("hidden"),this.shareStepDisplay.classList.add("hidden"),this.continueBtn.classList.remove("hidden"),this.backBtn.classList.add("hidden"),this.agreeToTermBtn.classList.add("hidden")}}const{EVENTS:ZT,GOT_CONTEXTS:e_,GOT_PROMPT_MOMENT_TYPES:t_}=db,{GOOGLE_USER_FETCHED:n_,PROMPT_MOMENT:i_}=ZT;class r_{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("No element passed in.");var n;this.joinForm=e,this.inputs=Array.from(this.joinForm.querySelectorAll("input")),this.inputNameToErrors={},this.registrationServerClient=new ET,this.isSplitJoinForm=zo("dust-var-isSplitJoinForm"),this.isGoogleOneTapEnabled="true"===zo("dust-var-isSmartLockEnabled"),this.isMobile=zo("dust-var-isMobile"),this.joinBtnProvider=zo("dust-var-joinBtnProvider"),this.isInlineError=zo("dust-var-isInlineError"),this.isInstantThirdPartyBtnEnabled="true"===zo("dust-var-isInstantThirdPartyBtnEnabled"),this.useGoogleGSI="true"===zo("dust-var-useGoogleGSI"),this.locale=zo("dust-var-locale"),this.thirdPartyConfig=t.thirdPartyConfig,this.handleSubmit=this._handleSubmit.bind(this),this.emailDomainsCount=0,this.enablePasswordValidation=zo("enablePasswordValidation"),this.shouldShowPasswordFieldOnEmailPhoneInput=zo("dust-var-shouldShowPasswordFieldOnEmailPhoneInput"),this.isCorpNetwork="true"===zo("isCorpNetwork"),this.nameInferenceTreatment=zo("dust-var-nameInferenceTreatment"),this._shouldPrefillNamesFromNameInference=!0,this.isCaptchaChallengePrefetchEnabled=zo("dust-var-isCaptchaChallengePrefetchEnabled"),this.shouldIgnoreGoogleOneTapInstanceError=zo("dust-var-shouldIgnoreGoogleOneTapInstanceError"),this.isSplitJoinForm&&(this.splitJoin=this._initSplitJoinForm()),this._attachEventListeners(),this._initThirdPartySignup(),this.shouldShowKoreaConsent="true"===zo("dust-var-shouldShowKoreaConsent"),this.shouldShowKoreaConsent&&this._setupKoreaConsent(),this.isTimeStoneIntegrationEnabled="true"===zo("dust-var-isTimeStoneIntegrationEnabled"),this.isTimeStoneIntegrationEnabled&&OT(),n=[this.joinForm],E.onload(()=>{if(window.IntersectionObserver){const e=new IntersectionObserver(Aw,{threshold:1});n.forEach(t=>e.observe(t))}else Aw(n)}),this.shouldShowPasswordFieldOnEmailPhoneInput&&this._hidePasswordInput(),this.isCaptchaChallengePrefetchEnabled&&this._prefetchCaptchaChallengeUrl().then(e=>{if(e.submissionId.length&&e.challengeUrl.length){this._submissionId=e.submissionId,this._captchaChallengeHandler=new TT(e.challengeUrl),this._captchaChallengeHandler.prepareChallenge();setTimeout(()=>{this._cleanupPrefetchedCaptchaChallenge()},9e5)}})}get inputNameToElement(){return Object.defineProperty(this,"inputNameToElement",{value:this.inputs.reduce((e,t)=>(e[t.name]=t,e),{})}),this.inputNameToElement}get isThirdPartyJoinEnabled(){return this.isGoogleOneTapEnabled||this.joinBtnProvider}get isThirdPartyProfileCardVisible(){const e=mb(SE.PROFILE_CARD,this.joinForm);return e&&!e.classList.contains(AE)}get thirdPartyAccountFields(){return{id:"",profilePictureUrl:"",firstName:"",lastName:"",phoneticFirstName:"",phoneticLastName:"",displayDigitalMediaAssetUrn:"",thirdPartyCredentials:{googleUserIdToken:"",thirdPartyProvider:""}}}get emailHandle(){const e=this.inputNameToElement["email-or-phone"],t=this.inputNameToElement["email-address"],n=e||t;let i=null;return n&&(i={input:"#".concat(n.id),label:'[for="'.concat(n.id,'"]')}),Object.defineProperty(this,"emailHandle",{value:i}),this.emailHandle}get location(){return this._location||window.location}get inputsWithErrors(){const e=[];return this.inputs.filter(e=>this._isValidInput(e)).forEach(t=>{this.inputNameToErrors[t.name]||(this.inputNameToErrors[t.name]=vw(t)),this.inputNameToErrors[t.name].length&&e.push({inputName:t.name,errorMessageKeys:this.inputNameToErrors[t.name]})}),e}set location(e){this._location=e}_setupEmailDomainList(e){const t=["gmail.com","yahoo.com","outlook.com","icloud.com","hotmail.com"];this.isCorpNetwork&&t.unshift("test.linkedin.com");const n=this.joinForm.querySelector("#email-domains");n.options&&n.options.length>0||(t.forEach(t=>{const i=document.createElement("option");i.value=e+t,n.appendChild(i)}),fb(this.emailHandle.input,"list","email-domains",this.joinForm),this.emailDomainsCount=t.length)}_clearEmailDomainList(){vb(this.emailHandle.input,"list",this.joinForm),this.joinForm.querySelector("#email-domains").innerHTML="",this.emailDomainsCount=0}_attachEventListeners(){let e;var t;this.joinForm.addEventListener("change",e=>this._handleChange(e)),this.joinForm.addEventListener("input",e=>this._handleInput(e)),this.joinForm.addEventListener("focusout",e=>this._handleFocusOut(e)),this.joinForm.addEventListener("focusin",e=>this._handleFocusIn(e)),this.joinForm.addEventListener("submit",this.handleSubmit),this.joinForm.addEventListener("invalid",t=>{t.preventDefault(),e||(e=window.setTimeout(()=>{e=null,this._handleInvalidSubmit()},0))},!0),this.joinForm.querySelector("[type=submit]").addEventListener("click",e=>{xw({controlName:this.isSplitJoinForm&&this.splitJoin.isLastStep?Iw.CONTINUE_BUTTON:Iw.AGREE_AND_JOIN_BUTTON,interactionType:Tw})}),this.joinForm.querySelector(SE.PROFILE_CARD)?(this.joinForm.querySelector(IE.EDIT_ICON).addEventListener("click",()=>this._showPhotoModal()),this.joinForm.querySelector(IE.EDIT_PHOTO.CANCEL_ICON).addEventListener("click",()=>this._hidePhotoModal()),this.joinForm.querySelector(IE.NOT_YOU).addEventListener("click",()=>{this.location.reload(),xw({controlName:Iw.PROFILE_CARD_NOT_YOU_BUTTON,interactionType:Tw})}),this.joinForm.querySelector(IE.EDIT_PHOTO.TEXT).addEventListener("click",()=>this._removePhoto())):console.warn("Profile card element not found"),this.isInlineError||((t=this.joinForm).querySelector(".alert").querySelector(".wrapper").addEventListener("click",()=>{Nb(t),xw({controlName:Iw.ERROR_ALERT_DISMISS_BUTTON,interactionType:Tw})}),this.joinForm.addEventListener(GT,e=>{Rw(this.joinForm,e.detail.globalErrorMessage)})),this.joinForm.addEventListener(BT,e=>{let{detail:{splitJoinStepNum:t}}=e;this._handleSplitJoinStepChange(t)}),zo("dust-var-hasShowPassword")&&this.joinForm.querySelector(".join-form__show-password-btn").addEventListener("click",e=>{let{target:t}=e;const n=this.inputNameToElement.password.type;fb("#password","type","password"===n?"text":"password"),fb(".join-form__show-password-btn","aria-label",zo("password"===n?"i18n_hide_password_aria_label":"i18n_show_password_aria_label")),t.textContent="password"===n?t.dataset.hideCopy:t.dataset.showCopy});const n=this.inputNameToElement["email-or-phone"]||this.inputNameToElement["email-address"];n&&(n.addEventListener("input",e=>{const t=n.value;t.includes("@")?"@"==t.charAt(t.length-1)&&this._setupEmailDomainList(t):this._clearEmailDomainList()}),this.shouldShowPasswordFieldOnEmailPhoneInput&&(n.addEventListener("focus",()=>{this._showPasswordInput()}),n.addEventListener("focusout",e=>{let{currentTarget:t}=e;t.value||this._hidePasswordInput()})))}_thirdPartyJoinErrorAlert(e){switch(e){case LE:WT(this.joinForm,zo("i18n_third_party_join_error-message-facebook"));break;case RE:WT(this.joinForm,zo("i18n_third_party_join_error-message-google"));break;case PE:WT(this.joinForm,zo("i18n_third_party_join_error-message-wechat"))}}_handleInvalidSubmit(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.inputsWithErrors;return!!e.length&&(e.forEach(t=>{const n=this.inputNameToElement[t.inputName];this.shouldShowKoreaConsent&&["koreaConsentData","koreaConsentShare"].includes(t.inputName)&&this.isInlineError?Rw(this.joinForm,zo(e[0].errorMessageKeys[0])):(Dw(n,this.isInlineError),this.isInlineError&&Rw(n,zo(t.errorMessageKeys[0]),this.isInlineError))}),this.inputNameToElement[e[0].inputName].focus(),fb(".artdeco-inline-feedback--error","aria-live","assertive"),fb(".artdeco-inline-feedback--error","role","alert"),this.isInlineError||Rw(this.joinForm,zo(e[0].errorMessageKeys[0])),Lw({trackingCode:Cw.ALERT.VALIDATION_FAILURE_ALERT,activityType:_w,customData:e.reduce((e,t)=>(e[t.inputName]=t.errorMessageKeys.map(e=>e.split("_")[1]).join(),e),{})}),t=this.joinForm,n=e,E.dispatchCustomEvent(t,xT,n),!0);var t,n}_handleChange(e){const t=e.target;hw(t)&&(t.value?t.classList.add("input__input--has-text"):t.classList.remove("input__input--has-text"),this.inputNameToErrors[t.name]=vw(t),0===this.inputNameToErrors[t.name].length&&(Ub(t,this.isInlineError),this.isInlineError&&Nb(t,this.isInlineError)))}_handleFocusOut(e){if(delete e.target.dataset.isEditing,!this.isInlineError)return;const t=e.target;if(hw(t)){this.inputNameToErrors[t.name]=vw(t);const e=mb(this.emailHandle.input,this.joinForm);this.nameInferenceTreatment.startsWith("enabled")&&e.name&&t.name===e.name&&!this.inputNameToErrors[e.name].length&&this._nameInference().then(e=>{this._prefillNames(e.firstName||"",e.lastName||"")}).catch(()=>{}),this.inputNameToErrors[t.name].length&&(Dw(t,this.isInlineError),Rw(this.isInlineError?t:this.joinForm,zo(this.inputNameToErrors[t.name][0]),this.isInlineError,"alert","assertive"))}}_handleFocusIn(e){const t=e.target;!hw(t)||"first-name"!==t.name&&"last-name"!==t.name||(this._shouldPrefillNamesFromNameInference=!1)}_handleInput(e){if(e.target.dataset.isEditing||(Lw({trackingCode:Cw.INPUT.EDIT,activityType:_w,customData:{editingInputName:e.target.name}}),e.target.dataset.isEditing="isEditing"),!this.isInlineError)return;const t=e.target;hw(t)&&(Ub(t,this.isInlineError),Nb(t,this.isInlineError))}_handleSubmit(e){if(e&&e.preventDefault(),this.isInlineError?Pb(this.joinForm):Nb(this.joinForm),this._handleInvalidSubmit())return;if(this.isSplitJoinForm&&!this.splitJoin.isLastStep&&!this.isThirdPartyProfileCardVisible)return void this._handleSplitJoinSubmit();var t;t=this.joinForm,E.dispatchCustomEvent(t,LT);const n=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={};return Array.from(e.elements).forEach(e=>{if(hw(e)){const t=e.name,i=e.value;i&&("real-name"===t?n=Qw(Qw({},n),eT(i)):n[pw[t]]=i)}}),n.source=nT(),n.redirectInfo=iT(),n.invitationInfo=rT(),n.sendConfirmationEmail=zo("dust-var-sendConfirmationEmail"),"enabled"===zo("dust-var-apfcDf")&&(n.apfc=JSON.stringify(oT())),"enabled"===zo("dust-var-fpLixTreatment")&&(n.fpData=aT()),n=sT(t,n),n}(this.joinForm,this.thirdPartyUserInfo);this._hasValidPrefetchedCaptchaChallenge()&&(n.submissionId=this._submissionId,n.captchaChallengePrefetched=!0),this._sendCreateAccountRequest(this.joinForm,n)}validatePassword(){const e=this.inputNameToElement.password;return z("/signup/api/verifyPassword",{method:"POST",headers:{Accept:"*/*","Content-Type":"application/json"},postData:JSON.stringify({password:e.value}),sendCookies:!0})}async _handleSplitJoinSubmit(){if(this.enablePasswordValidation)try{const e=await this.validatePassword(),{weakPassword:t}=JSON.parse(e.responseText);if(t)return void this._handleInvalidSubmit([{inputName:"password",errorMessageKeys:["i18n_invalid_password"]}])}catch(e){}if(this._hideGoogleOneTap(),this._hideThirdPartyJoinContainer(),this.nameInferenceTreatment.startsWith("lazy-enabled")){const e=mb(".join-form__form-body-submit-button",this.joinForm);e.disabled=!0,this._nameInference().then(t=>{this._prefillNames(t.firstName||"",t.lastName||""),e.disabled=!1,this.splitJoin.nextStep()}).catch(()=>{e.disabled=!1,this.splitJoin.nextStep()})}else this.splitJoin.nextStep()}_resetSplitJoinForm(){this._resetThirdPartyJoin(),this.splitJoin.firstStep()}_resetThirdPartyJoin(){this.isGoogleOneTapEnabled?this._showGoogleOneTap():this.joinBtnProvider&&this._showThirdPartyJoinContainer(),this.isThirdPartyProfileCardVisible&&this._toggleProfilecard()}_handleSplitJoinStepChange(e){const t=mb('.join-form__form-body-agreement[data-is-not-yielded="true"]',this.joinForm);if(!t)return;const n=mb(".join-form__form-body-submit-button",this.joinForm);if(t.classList[this.splitJoin.isLastStep?"add":"remove"]("join-form__form-body-agreement--is-hidden"),this.splitJoin.isLastStep||this.splitJoin.isFirstStep){const e=this.splitJoin.isLastStep?zo("i18n_continue"):this._lastSubmitBtnText;this._lastSubmitBtnText=n.value,n.classList[this.splitJoin.isLastStep?"add":"remove"]("join-form__form-body-submit-button--no-agreement-text"),n.value=e,Rb.setElementContent(n,e)}}_isValidInput(e){const t=hw(e);if("koreaConsentAll"===e.name)return!1;if(("koreaConsentData"===e.name||"koreaConsentShare"===e.name)&&"checkbox"===e.type)return!0!==e.checked;if(!this.isSplitJoinForm)return t;let n=e.parentNode;for(;!n.classList.contains(KT);)n=n.parentNode;return t&&!n.classList.contains(zT)}_getRequiredElemNames(){const e=["first-name","last-name"];let t=[];return this.inputs.forEach(n=>{n.hasAttribute("required")&&("real-name"===n.name?t=t.concat(e):t.push(n.name))}),t}fireClientSideIngraph(e){const t=k.getPageKey(document),n=document.querySelector('meta[name="clientSideIngraphs"]');if(n){const{counterMetricEndpoint:i}=n.dataset;try{ac({counterMetricEndpoint:i,metricsType:e,pageKey:t})}catch(e){console.log("Error firing client side ingraph",e)}}}_sendCreateAccountRequest(e,t){!function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e.length&&e.forEach(e=>{const n=pw[e];if(!n||!t[n])throw new Error(n?"Missing required field ".concat(n,"."):"No mapping exists for inputs named ".concat(e))})}(this._getRequiredElemNames(),t);const n=mb(".join-form__form-body-submit-button",this.joinForm);return n.disabled=!0,this.registrationServerClient.sendCreateAccountRequest(t).then(e=>this.inputs.find(e=>"remember-me-checkbox"===e.name&&e.checked)?this.setRememberMeCookie().then(()=>e).catch(()=>(this.fireClientSideIngraph("RememberMeCookieFailure"),e)):e).then(t=>{!function(e,t){E.dispatchCustomEvent(e,PT,t)}(e,t.responseObj),Lw({trackingCode:Cw.JOIN_REQUEST.JOIN_REQUEST_SUCCESS,activityType:_w}),zo("dust-var-cancelOnboardingRedirect")||Rb.redirect(t.responseObj&&t.responseObj.redirectUrl||"/")}).catch(i=>{n.disabled=!1;const r=(i.response||{}).responseObj||{};let o;if(r.challengeUrl||r.requiresChallenge===DE){if(r.requiresChallenge===DE){if(!this._hasValidPrefetchedCaptchaChallenge())return function(e){E.dispatchCustomEvent(e,FT)}(this.joinForm),WT(this.joinForm,zo("i18n_server_generic_error")),void this._cleanupPrefetchedCaptchaChallenge();o=this._captchaChallengeHandler.showChallenge(),t.resolvingPrefetchedCaptchaChallenge=!0}else o=new TT(r.challengeUrl).showChallenge(),t.resolvingPrefetchedCaptchaChallenge=!1;!function(e,t){E.dispatchCustomEvent(e,RT,t)}(e,r),o.then(n=>{!function(e){E.dispatchCustomEvent(e,UT)}(e),t.submissionId=r.submissionId,t.resolvedChallengeUrl=n,t.requestSignature=r.requestSignature,t.captchaChallengePrefetched=!1,this._sendCreateAccountRequest(e,t)}).catch(t=>{"softFail"===t?function(e){E.dispatchCustomEvent(e,DT)}(e):function(e,t){E.dispatchCustomEvent(e,MT,t)}(e,t),WT(this.joinForm,zo("i18n_server_generic_error"))})}else r.isSignInOnDuplicateAccountAttempted||(!function(e,t){E.dispatchCustomEvent(e,NT,t)}(e,r),WT(e,r.translatedMessage),this.isSplitJoinForm&&!this.isThirdPartyProfileCardVisible?this._resetSplitJoinForm():this._resetThirdPartyJoin());!function(e,t){if(Lw({trackingCode:Cw.JOIN_REQUEST.JOIN_REQUEST_FAILURE,activityType:_w,customData:e}),!t)return;const n=t.thirdPartyProvider;var i,r=_w;switch(n){case LE:i=Cw.JOIN_REQUEST.JOIN_REQUEST_FAILURE_WITH_FACEBOOK;break;case RE:i=Cw.JOIN_REQUEST.JOIN_REQUEST_FAILURE_WITH_GOOGLE;break;default:i=Cw.JOIN_REQUEST.JOIN_REQUEST_FAILURE_WITH_GOOGLE_ONE_TAP}Lw({activityType:r,trackingCode:i})}(r,t.thirdPartyCredentials)})}setRememberMeCookie(){return z("/checkpoint/rm/associate",{method:"POST",headers:{Accept:"*/*","Content-Type":"application/json"},sendCookies:!0})}_initThirdPartySignup(){this.isGoogleOneTapEnabled&&(this.googleOneTapPromise=this._initOneTap()),this.joinBtnProvider&&(!this.isGoogleOneTapEnabled||this.isInstantThirdPartyBtnEnabled||this.useGoogleGSI)&&(this.thirdPartyJoinButton=this._initThirdPartyJoinButton())}_initOneTap(){const e=this.useGoogleGSI?"google-gsi-lib":"google-one-tap-lib";return window.lazyloader.then(t=>t.getLazyLoadedJavascriptModule(e)).then(()=>{var e;return this.useGoogleGSI?this.googleOneTapInstance=new ub({cancelOnTapOutside:!1,context:e_.SIGN_UP,promptParentId:"google-one-tap__container",gsiButtonConfig:{locale:this.locale}}):this.googleOneTapInstance=new ZE({cancelOnTapOutside:!1,context:e_.SIGN_UP}),null===(e=window.ingraphTracking)||void 0===e||e.then(e=>{e.fireCounterIngraphMetric({metricsType:"GoogleOneTapShown"})}),this.googleOneTapInstance.addEventListener(n_,e=>{var t;let{detail:n}=e;n&&(this._parseThirdPartyUserInfo(n),this.renderUserDetails(),xw({controlName:Iw.GOOGLE_ONE_TAP_SIGNUP_BUTTON,interactionType:Tw}),null===(t=window.ingraphTracking)||void 0===t||t.then(e=>{e.fireCounterIngraphMetric({metricsType:"GoogleOneTap"})}))}),this.googleOneTapInstance.addEventListener(i_,e=>{let{detail:t}=e;const{reason:n,type:i}=t;this.isMobile&&function(e,t){let{reason:n,type:i}=t;"display"!==i||n?E.dispatchCustomEvent(e,HT,{showScrim:!1}):E.dispatchCustomEvent(e,HT,{showScrim:!0})}(this.joinForm,t),this.joinBtnProvider&&i===t_.DISPLAY&&n&&!this.isInstantThirdPartyBtnEnabled&&(this.thirdPartyJoinButton=this._initThirdPartyJoinButton()),function(e){let{reason:t,type:n}=e;if(t){const e="".concat("google-one-tap-moment--").concat(n,"-").concat(t);n===gw.SKIPPED&&t===mw.SKIPPED.USER_CANCEL?xw({controlName:Iw.GOOGLE_ONE_TAP_CLOSE_BUTTON,interactionType:Tw}):n===gw.SKIPPED?Lw({activityType:_w,trackingCode:e}):n===gw.DISPLAY&&Lw({activityType:Sw,trackingCode:e})}}(t)}),this.googleOneTapInstance})}_initSplitJoinForm(){return new JT(this.joinForm)}_initThirdPartyJoinButton(){if(this.isSplitJoinForm&&!this.splitJoin.isFirstStep)return;const e=zo("dust-var-useStandaloneLibrary");let t;var n;this.joinBtnProvider!==RE||"true"!==e&&!this.useGoogleGSI?t=new Bw(document.querySelector(CE),this.joinBtnProvider):t=new Xw(document.querySelector(CE),{useGoogleGSI:this.useGoogleGSI,gsiButtonConfig:null===(n=this.thirdPartyConfig)||void 0===n?void 0:n[RE],locale:this.locale});return t.onError=e=>this._thirdPartyJoinErrorAlert(e),t.onUserInfoFetch=e=>{e.then(e=>{e&&(this._parseThirdPartyUserInfo(e),this.renderUserDetails())})},t}_parseThirdPartyUserInfo(e){this.thirdPartyUserInfo=this.thirdPartyAccountFields,e.givenName?(e.id=e.email,e.firstName=e.givenName,e.lastName=e.familyName,e.profilePictureUrl=e.imageUrl,e.thirdPartyCredentials={googleUserIdToken:e.idToken}):e.thirdPartyCredentials={thirdPartyProvider:this.joinBtnProvider,googleUserIdToken:e.idToken},Object.keys(this.thirdPartyAccountFields).forEach(t=>{e[t]&&(this.thirdPartyUserInfo[t]=e[t])})}setInputValues(){let{firstName:e="",lastName:t="",email:n=""}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this._setPropertyValue(SE.FIRST_NAME_INPUT,e),this._setPropertyValue(SE.LAST_NAME_INPUT,t),this.emailHandle){this._setPropertyValue(this.emailHandle.input,n);const e=mb(this.emailHandle.input,this.joinForm);this.inputNameToErrors[e.name]=vw(e)}this.inputNameToElement.password.focus()}renderUserDetails(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const{phoneticFirstName:t,phoneticLastName:n,firstName:i,lastName:r,id:o,profilePictureUrl:a}=this.thirdPartyUserInfo;let s;var c;(this._setPropertyValue(SE.FIRST_NAME_INPUT,i),this._setPropertyValue(SE.LAST_NAME_INPUT,r),this._setPropertyValue(SE.PHONETIC_FIRST_NAME_INPUT,t),this._setPropertyValue(SE.PHONETIC_LAST_NAME_INPUT,n),this.emailHandle&&(this._setPropertyValue(this.emailHandle.input,o),s=mb(this.emailHandle.input,this.joinForm),this.inputNameToErrors[s.name]=vw(s)),i&&r&&o&&s&&!this.inputNameToErrors[s.name].length||e&&a)&&(this._toggleProfilecard(),this._hideThirdPartyJoinContainer(),this.inputNameToElement.password.focus(),this.joinBtnProviderprovider===RE&&(null===(c=window.ingraphTracking)||void 0===c||c.then(e=>{e.fireCounterIngraphMetric({metricsType:"JoinWithGooglePasswordScreenShown"})})))}_renderProfilecard(){const{profilePictureUrl:e,firstName:t,lastName:n,id:i}=this.thirdPartyUserInfo;fb(IE.PHOTO,OE,e,this.joinForm),e||(pb(IE.PHOTO,this.joinForm),pb(IE.EDIT_ICON,this.joinForm)),t&&n&&(mb(IE.NAME,this.joinForm).innerText="".concat(t," ").concat(n)),i&&(mb(IE.EMAIL,this.joinForm).innerText=i)}_toggleProfilecard(){var e,t;this.isThirdPartyProfileCardVisible?(pb(SE.PROFILE_CARD,this.joinForm),this._showFieldsForThirdPartyProfileCard()):(this.isInlineError?Pb(this.joinForm):Nb(this.joinForm),hb(SE.PROFILE_CARD,this.joinForm),this._hideFieldsForThirdPartyProfileCard(),this._renderProfilecard()),e=this.joinForm,t=this.isThirdPartyProfileCardVisible,E.dispatchCustomEvent(e,jT,{isProfileCardVisible:t})}_hideFieldsForThirdPartyProfileCard(){const{firstName:e,lastName:t,id:n}=this.thirdPartyUserInfo;this.emailHandle&&n&&(pb(this.emailHandle.input,this.joinForm),pb(this.emailHandle.label,this.joinForm),vb(this.emailHandle.input,xE,this.joinForm)),!this.isSplitJoinForm&e&&t&&(pb(SE.FIRST_NAME_INPUT,this.joinForm),pb(SE.FIRST_NAME_LABEL,this.joinForm),pb(SE.LAST_NAME_INPUT,this.joinForm),pb(SE.LAST_NAME_LABEL,this.joinForm))}_showFieldsForThirdPartyProfileCard(){this.emailHandle&&(hb(this.emailHandle.input,this.joinForm),hb(this.emailHandle.label,this.joinForm),fb(this.emailHandle.input,xE,"required",this.joinForm)),this.isSplitJoinForm||(hb(SE.FIRST_NAME_INPUT,this.joinForm),hb(SE.FIRST_NAME_LABEL,this.joinForm),hb(SE.LAST_NAME_INPUT,this.joinForm),hb(SE.LAST_NAME_LABEL,this.joinForm))}_showGoogleOneTap(){if(this.isGoogleOneTapEnabled){if(!this.googleOneTapInstance){if(this.shouldIgnoreGoogleOneTapInstanceError)return;throw new Error("Cannot show: Google One Tap Instance Missing")}this.googleOneTapInstance.promptOneTap()}}_hideGoogleOneTap(){if(this.isGoogleOneTapEnabled){if(!this.googleOneTapInstance){if(this.shouldIgnoreGoogleOneTapInstanceError)return;throw new Error("Cannot hide: Google One Tap Instance Missing")}this.googleOneTapInstance.hideOneTap()}}_showThirdPartyJoinContainer(){this.joinBtnProvider&&this.thirdPartyJoinButton&&this.thirdPartyJoinButton.show()}_hideThirdPartyJoinContainer(){this.joinBtnProvider&&this.thirdPartyJoinButton&&this.thirdPartyJoinButton.hide()}_setPropertyValue(e,t){const n=mb(e,this.joinForm);n&&t&&(n.value=t)}_showPhotoModal(){hb(IE.EDIT_PHOTO.MODAL,this.joinForm)}_hidePhotoModal(){pb(IE.EDIT_PHOTO.MODAL,this.joinForm)}_removePhoto(){this._hidePhotoModal(),fb(IE.PHOTO,OE,"",this.joinForm),pb(IE.PHOTO,this.joinForm),pb(IE.EDIT_ICON,this.joinForm),this.thirdPartyUserInfo.profilePictureUrl="",xw({controlName:Iw.DELETE_PHOTO_BUTTON,interactionType:Tw})}_setupKoreaConsent(){this.koreaConsentModalEl=this.joinForm.querySelector(".korea-consent__modal"),this.koreaConsentModal=new $T(this.koreaConsentModalEl),this.agreeToAllTermsOption=this.joinForm.querySelector("#korea-consent__agree-all"),this.agreeToAllTermsCheckbox=this.joinForm.querySelector("#korea-consent__agree-all-checkbox"),this.agreeToAllTermsOption.addEventListener("click",e=>{this.koreaConsentModal.agreeToAllTermsCheckbox(e)}),this.agreeToAllTermsCheckbox.addEventListener("click",e=>{this.koreaConsentModal.agreeToAllTermsCheckbox(e)}),this.consentSubList=this.joinForm.querySelector(".korea-consent__sublist"),this.consentSubList.addEventListener("click",e=>{e.preventDefault(),this.koreaConsentModal.open(e)})}_showPasswordInput(){hb(SE.PASSWORD_INPUT,this.joinForm),hb(SE.PASSWORD_LABEL,this.joinForm),hb(SE.PASSWORD_INLINE_ALERT,this.joinForm)}_hidePasswordInput(){pb(SE.PASSWORD_INPUT,this.joinForm),pb(SE.PASSWORD_LABEL,this.joinForm),pb(SE.PASSWORD_INLINE_ALERT,this.joinForm)}_nameInference(){const e=mb(this.emailHandle.input,this.joinForm);return z("/signup/api/nameInference?email=".concat(e.value),{method:"GET"}).then(e=>e&&JSON.parse(e.responseText)||{})}_prefillNames(e,t){this._shouldPrefillNamesFromNameInference&&(this.nameInferenceTreatment.endsWith("both")?e.length&&t.length&&(this._setPropertyValue(SE.FIRST_NAME_INPUT,e),this._setPropertyValue(SE.LAST_NAME_INPUT,t)):(this._setPropertyValue(SE.FIRST_NAME_INPUT,e),this._setPropertyValue(SE.LAST_NAME_INPUT,t)))}_prefetchCaptchaChallengeUrl(){return z("/signup/api/challengeUrl?challengeType=".concat(DE),{method:"GET"}).then(e=>e&&JSON.parse(e.responseText)||{})}_hasValidPrefetchedCaptchaChallenge(){return this._submissionId&&this._captchaChallengeHandler&&!this._captchaChallengeHandler.complete}_cleanupPrefetchedCaptchaChallenge(){this._captchaChallengeHandler.cleanup(),this._submissionId=null,this._captchaChallengeHandler=null}}const o_=["endpoint","headers","queryId","variables"];function a_(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}class s_{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 c_=function(){let e;return{getInstance:function(){return e||(e=new s_),e}}}();function l_(e,t){return function(e,t,n,i){if(!e||!t)throw new Error("Required param of addQueryParam missing: url = ".concat(e,",  key = ").concat(t));t=encodeURIComponent(t),n=encodeURIComponent(n);const r=function(e,t,n){const i=new RegExp("([\\?&])".concat(n?t:encodeURIComponent(t),"=([^&#]*)")).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,o]=e.split("#"),a="&";return i<0?a="?":i===e.length-1&&(a=""),o&&(o="#".concat(o)),"".concat(r).concat(a).concat(t,"=").concat(n).concat(o||"")}}(e,"trk",t)}function u_(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function d_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function h_(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelector('meta[name="pageKey"]'),i=e.getElementById("config"),r=i&&"true"===i.dataset.disableJsbeaconPagekeySuffix;return n&&n.content?"".concat(n.content).concat(r||t.skipSuffix?"":"_jsbeacon"):""}function p_(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function f_(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function v_(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}const m_={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},g_={Down:m_.ARROW_DOWN,Right:m_.ARROW_RIGHT,Left:m_.ARROW_LEFT,Up:m_.ARROW_UP,Esc:m_.ESCAPE,Spacebar:m_.SPACEBAR,Tab:m_.TAB};function y_(e){return g_[e]||e}const E_=['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^="-"])','[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");function b_(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function w_(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement,i=arguments.length>2?arguments[2]:void 0;return e===n?!b_(e):i&&i.get(e)?i.get(e):(b_(e)?t=!1:e.parentNode&&(t=w_(e.parentNode,n,i)),i&&i.set(e,t),t)}class T_{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 __=["class","disabled","style","tabindex","type"];class S_{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 T_(this._container)}init(){this._observer.observe(this._container,{attributeFilter:__,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,i=y_(t),r=i===m_.TAB&&e.shiftKey;!r&&i===m_.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):r&&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(E_)],n=new Map;let i,r,o=0,a=t.length-1;for(;(!i||!r)&&o<=a;){if(!i){const r=t[o];i=w_(r,e,n)&&r,o++}if(!r){const i=t[a];r=w_(i,e,n)&&i,a--}}return r=r||i,[i,r]}}function I_(e){let{method:t="GET",headers:n={},sendCookies:i=!0,skipCsrfToken:r=!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(!r){const e=u_("JSESSIONID");e&&(l.headers["Csrf-Token"]=v_(e))}i&&(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(i=>{const r=new Error("".concat(t," request for ").concat(e," has failed with status code ").concat(n.status));return n.responseText=i,r.response=n,Promise.reject(r)}));return a&&(s.length?C_(u,e,c,s):console.warn("Please set the value for the option pemDegradationTrackingMetadata when PEM is enabled.")),d}function C_(e,t,n,i){try{window.tracking.then(r=>{window.pemTracking.then(o=>{o.trackFeatureDegradationsForFetch(t,n,i,e,r.state.currentPageInstance)})})}catch(e){}}var k_="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self?self:{},A_="object"==typeof k_&&k_&&k_.Object===Object&&k_,O_="object"==typeof self&&self&&self.Object===Object&&self;A_||O_||Function("return this")();const x_="light",L_="dark";function R_(){const e=document.getElementById("config");let t;return e&&e.dataset&&(t=e.dataset.theme),t?document.documentElement.classList.contains("dark")?L_:x_:void 0}var N_,P_=["breadcrumb"],D_=["$type"],M_=["requestStart"],U_=["requestTime","viewNames","requestType","requestTag"],F_=["requestStart"],B_=["requestStart"],j_=["requestTime","viewNames","requestType"],G_=["basePageTreeId"];function H_(){return(H_="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var i=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=Y_(e)););return e}(e,t);if(i){var r=Object.getOwnPropertyDescriptor(i,t);return r.get?r.get.call(arguments.length<3?e:n):r.value}}).apply(this,arguments)}function q_(){q_=function(){return t};var e,t={},n=Object.prototype,i=n.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function u(e,t,n,i){var o=t&&t.prototype instanceof m?t:m,a=Object.create(o.prototype),s=new O(i||[]);return r(a,"_invoke",{value:I(e,n,s)}),a}function d(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=u;var h="suspendedStart",p="executing",f="completed",v={};function m(){}function g(){}function y(){}var E={};l(E,a,(function(){return this}));var b=Object.getPrototypeOf,w=b&&b(b(x([])));w&&w!==n&&i.call(w,a)&&(E=w);var T=y.prototype=m.prototype=Object.create(E);function _(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function n(r,o,a,s){var c=d(e[r],e,o);if("throw"!==c.type){var l=c.arg,u=l.value;return u&&"object"==iS(u)&&i.call(u,"__await")?t.resolve(u.__await).then((function(e){n("next",e,a,s)}),(function(e){n("throw",e,a,s)})):t.resolve(u).then((function(e){l.value=e,a(l)}),(function(e){return n("throw",e,a,s)}))}s(c.arg)}var o;r(this,"_invoke",{value:function(e,i){function r(){return new t((function(t,r){n(e,i,t,r)}))}return o=o?o.then(r,r):r()}})}function I(t,n,i){var r=h;return function(o,a){if(r===p)throw new Error("Generator is already running");if(r===f){if("throw"===o)throw a;return{value:e,done:!0}}for(i.method=o,i.arg=a;;){var s=i.delegate;if(s){var c=C(s,i);if(c){if(c===v)continue;return c}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if(r===h)throw r=f,i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);r=p;var l=d(t,n,i);if("normal"===l.type){if(r=i.done?f:"suspendedYield",l.arg===v)continue;return{value:l.arg,done:i.done}}"throw"===l.type&&(r=f,i.method="throw",i.arg=l.arg)}}}function C(t,n){var i=n.method,r=t.iterator[i];if(r===e)return n.delegate=null,"throw"===i&&t.iterator.return&&(n.method="return",n.arg=e,C(t,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+i+"' method")),v;var o=d(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;var a=o.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function k(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function x(t){if(t||""===t){var n=t[a];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function n(){for(;++r<t.length;)if(i.call(t,r))return n.value=t[r],n.done=!1,n;return n.value=e,n.done=!0,n};return o.next=o}}throw new TypeError(iS(t)+" is not iterable")}return g.prototype=y,r(T,"constructor",{value:y,configurable:!0}),r(y,"constructor",{value:g,configurable:!0}),g.displayName=l(y,c,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===g||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,l(e,c,"GeneratorFunction")),e.prototype=Object.create(T),e},t.awrap=function(e){return{__await:e}},_(S.prototype),l(S.prototype,s,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,i,r,o){void 0===o&&(o=Promise);var a=new S(u(e,n,i,r),o);return t.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},_(T),l(T,c,"Generator"),l(T,a,(function(){return this})),l(T,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),n=[];for(var i in t)n.push(i);return n.reverse(),function e(){for(;n.length;){var i=n.pop();if(i in t)return e.value=i,e.done=!1,e}return e.done=!0,e}},t.values=x,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(A),!t)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function r(i,r){return s.type="throw",s.arg=t,n.next=i,r&&(n.method="next",n.arg=e),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),l=i.call(a,"finallyLoc");if(c&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),A(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var r=i.arg;A(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,i){return this.delegate={iterator:x(t),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=e),v}},t}function W_(e,t,n,i,r,o,a){try{var s=e[o](a),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(i,r)}function K_(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function z_(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?K_(Object(n),!0).forEach((function(t){sS(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):K_(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function V_(e,t){if(null==e)return{};var n,i,r=function(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function X_(e,t,n){return t=Y_(t),function(e,t){if(t&&("object"===iS(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return J_(e)}(e,function(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return function(){return!!e}()}()?Reflect.construct(t,n||[],Y_(e).constructor):t.apply(e,n))}function J_(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Y_(e){return(Y_=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Q_(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&&$_(e,t)}function $_(e,t){return($_=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function Z_(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=tS(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,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 eS(e){return function(e){if(Array.isArray(e))return nS(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||tS(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 tS(e,t){if(e){if("string"==typeof e)return nS(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)?nS(e,t):void 0}}function nS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function iS(e){return(iS="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 rS(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oS(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,cS(i.key),i)}}function aS(e,t,n){return t&&oS(e.prototype,t),n&&oS(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function sS(e,t,n){return(t=cS(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cS(e){var t=function(e,t){if("object"!=iS(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=iS(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==iS(t)?t:String(t)}var lS,uS=new Uint8Array(16);function dS(){if(!lS&&!(lS="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 lS(uS)}var hS=/^(?:[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 pS(e){return"string"==typeof e&&hS.test(e)}for(var fS=[],vS=0;vS<256;++vS)fS.push((vS+256).toString(16).slice(1));function mS(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(fS[e[t+0]]+fS[e[t+1]]+fS[e[t+2]]+fS[e[t+3]]+"-"+fS[e[t+4]]+fS[e[t+5]]+"-"+fS[e[t+6]]+fS[e[t+7]]+"-"+fS[e[t+8]]+fS[e[t+9]]+"-"+fS[e[t+10]]+fS[e[t+11]]+fS[e[t+12]]+fS[e[t+13]]+fS[e[t+14]]+fS[e[t+15]]).toLowerCase()}function gS(e){if(!pS(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 yS(e,t,n){function i(e,i,r,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 i&&(i=gS(i)),16!==(null===(a=i)||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(i),s.set(e,i.length),(s=n(s))[6]=15&s[6]|t,s[8]=63&s[8]|128,r){o=o||0;for(var c=0;c<16;++c)r[o+c]=s[c];return r}return mS(s)}try{i.name=e}catch(e){}return i.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",i.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",i}function ES(e){return 14+(e+64>>>9<<4)+1}function bS(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function wS(e,t,n,i,r,o){return bS((a=bS(bS(t,e),bS(i,o)))<<(s=r)|a>>>32-s,n);var a,s}function TS(e,t,n,i,r,o,a){return wS(t&n|~t&i,e,t,r,o,a)}function _S(e,t,n,i,r,o,a){return wS(t&i|n&~i,e,t,r,o,a)}function SS(e,t,n,i,r,o,a){return wS(t^n^i,e,t,r,o,a)}function IS(e,t,n,i,r,o,a){return wS(n^(t|~i),e,t,r,o,a)}yS("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,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[ES(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,c=i,l=r,u=o;n=TS(n,i,r,o,e[a],7,-680876936),o=TS(o,n,i,r,e[a+1],12,-389564586),r=TS(r,o,n,i,e[a+2],17,606105819),i=TS(i,r,o,n,e[a+3],22,-1044525330),n=TS(n,i,r,o,e[a+4],7,-176418897),o=TS(o,n,i,r,e[a+5],12,1200080426),r=TS(r,o,n,i,e[a+6],17,-1473231341),i=TS(i,r,o,n,e[a+7],22,-45705983),n=TS(n,i,r,o,e[a+8],7,1770035416),o=TS(o,n,i,r,e[a+9],12,-1958414417),r=TS(r,o,n,i,e[a+10],17,-42063),i=TS(i,r,o,n,e[a+11],22,-1990404162),n=TS(n,i,r,o,e[a+12],7,1804603682),o=TS(o,n,i,r,e[a+13],12,-40341101),r=TS(r,o,n,i,e[a+14],17,-1502002290),n=_S(n,i=TS(i,r,o,n,e[a+15],22,1236535329),r,o,e[a+1],5,-165796510),o=_S(o,n,i,r,e[a+6],9,-1069501632),r=_S(r,o,n,i,e[a+11],14,643717713),i=_S(i,r,o,n,e[a],20,-373897302),n=_S(n,i,r,o,e[a+5],5,-701558691),o=_S(o,n,i,r,e[a+10],9,38016083),r=_S(r,o,n,i,e[a+15],14,-660478335),i=_S(i,r,o,n,e[a+4],20,-405537848),n=_S(n,i,r,o,e[a+9],5,568446438),o=_S(o,n,i,r,e[a+14],9,-1019803690),r=_S(r,o,n,i,e[a+3],14,-187363961),i=_S(i,r,o,n,e[a+8],20,1163531501),n=_S(n,i,r,o,e[a+13],5,-1444681467),o=_S(o,n,i,r,e[a+2],9,-51403784),r=_S(r,o,n,i,e[a+7],14,1735328473),n=SS(n,i=_S(i,r,o,n,e[a+12],20,-1926607734),r,o,e[a+5],4,-378558),o=SS(o,n,i,r,e[a+8],11,-2022574463),r=SS(r,o,n,i,e[a+11],16,1839030562),i=SS(i,r,o,n,e[a+14],23,-35309556),n=SS(n,i,r,o,e[a+1],4,-1530992060),o=SS(o,n,i,r,e[a+4],11,1272893353),r=SS(r,o,n,i,e[a+7],16,-155497632),i=SS(i,r,o,n,e[a+10],23,-1094730640),n=SS(n,i,r,o,e[a+13],4,681279174),o=SS(o,n,i,r,e[a],11,-358537222),r=SS(r,o,n,i,e[a+3],16,-722521979),i=SS(i,r,o,n,e[a+6],23,76029189),n=SS(n,i,r,o,e[a+9],4,-640364487),o=SS(o,n,i,r,e[a+12],11,-421815835),r=SS(r,o,n,i,e[a+15],16,530742520),n=IS(n,i=SS(i,r,o,n,e[a+2],23,-995338651),r,o,e[a],6,-198630844),o=IS(o,n,i,r,e[a+7],10,1126891415),r=IS(r,o,n,i,e[a+14],15,-1416354905),i=IS(i,r,o,n,e[a+5],21,-57434055),n=IS(n,i,r,o,e[a+12],6,1700485571),o=IS(o,n,i,r,e[a+3],10,-1894986606),r=IS(r,o,n,i,e[a+10],15,-1051523),i=IS(i,r,o,n,e[a+1],21,-2054922799),n=IS(n,i,r,o,e[a+8],6,1873313359),o=IS(o,n,i,r,e[a+15],10,-30611744),r=IS(r,o,n,i,e[a+6],15,-1560198380),i=IS(i,r,o,n,e[a+13],21,1309151649),n=IS(n,i,r,o,e[a+4],6,-145523070),o=IS(o,n,i,r,e[a+11],10,-1120210379),r=IS(r,o,n,i,e[a+2],15,718787259),i=IS(i,r,o,n,e[a+9],21,-343485551),n=bS(n,s),i=bS(i,c),r=bS(r,l),o=bS(o,u)}return[n,i,r,o]}(function(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(ES(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}(e),8*e.length))}));var CS={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function kS(e,t,n){if(CS.randomUUID&&!t&&!e)return CS.randomUUID();var i=(e=e||{}).random||(e.rng||dS)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return mS(i)}function AS(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:case 3:return t^n^i;case 2:return t&n^t&i^n&i}}function OS(e,t){return e<<t|e>>>32-t}yS("v5",80,(function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}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),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=OS(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var v=n[0],m=n[1],g=n[2],y=n[3],E=n[4],b=0;b<80;++b){var w=Math.floor(b/20),T=OS(v,5)+AS(w,m,g,y)+E+t[w]+h[b]>>>0;E=y,y=g,g=OS(m,30)>>>0,m=v,v=T}n[0]=n[0]+v>>>0,n[1]=n[1]+m>>>0,n[2]=n[2]+g>>>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 xS=Uint8Array,LS=Uint16Array,RS=Uint32Array,NS=new xS([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]),PS=new xS([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]),DS=new xS([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),MS=function(e,t){for(var n=new LS(31),i=0;i<31;++i)n[i]=t+=1<<e[i-1];var r=new RS(n[30]);for(i=1;i<30;++i)for(var o=n[i];o<n[i+1];++o)r[o]=o-n[i]<<5|i;return[n,r]},US=MS(NS,2),FS=US[0],BS=US[1];FS[28]=258,BS[258]=28;for(var jS=MS(PS,0)[1],GS=new LS(32768),HS=0;HS<32768;++HS){var qS=(43690&HS)>>>1|(21845&HS)<<1;qS=(61680&(qS=(52428&qS)>>>2|(13107&qS)<<2))>>>4|(3855&qS)<<4,GS[HS]=((65280&qS)>>>8|(255&qS)<<8)>>>1}var WS=function(e,t,n){for(var i=e.length,r=0,o=new LS(t);r<i;++r)e[r]&&++o[e[r]-1];var a,s=new LS(t);for(r=0;r<t;++r)s[r]=s[r-1]+o[r-1]<<1;if(n){a=new LS(1<<t);var c=15-t;for(r=0;r<i;++r)if(e[r])for(var l=r<<4|e[r],u=t-e[r],d=s[e[r]-1]++<<u,h=d|(1<<u)-1;d<=h;++d)a[GS[d]>>>c]=l}else for(a=new LS(i),r=0;r<i;++r)e[r]&&(a[r]=GS[s[e[r]-1]++]>>>15-e[r]);return a},KS=new xS(288);for(HS=0;HS<144;++HS)KS[HS]=8;for(HS=144;HS<256;++HS)KS[HS]=9;for(HS=256;HS<280;++HS)KS[HS]=7;for(HS=280;HS<288;++HS)KS[HS]=8;var zS=new xS(32);for(HS=0;HS<32;++HS)zS[HS]=5;var VS=WS(KS,9,0),XS=WS(zS,5,0),JS=function(e){return(e+7)/8|0},YS=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8},QS=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8,e[i+2]|=n>>>16},$S=function(e,t){for(var n=[],i=0;i<e.length;++i)e[i]&&n.push({s:i,f:e[i]});var r=n.length,o=n.slice();if(!r)return[oI,0];if(1==r){var a=new xS(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!=r-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(i=1;i<r;++i)o[i].s>h&&(h=o[i].s);var p=new LS(h+1),f=ZS(n[u-1],p,0);if(f>t){i=0;var v=0,m=f-t,g=1<<m;for(o.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<r;++i){var y=o[i].s;if(!(p[y]>t))break;v+=g-(1<<f-p[y]),p[y]=t}for(v>>>=m;v>0;){var E=o[i].s;p[E]<t?v-=1<<t-p[E]++-1:++i}for(;i>=0&&v;--i){var b=o[i].s;p[b]==t&&(--p[b],++v)}f=t}return[new xS(p),f]},ZS=function e(t,n,i){return-1==t.s?Math.max(e(t.l,n,i+1),e(t.r,n,i+1)):n[t.s]=i},eI=function(e){for(var t=e.length;t&&!e[--t];);for(var n=new LS(++t),i=0,r=e[0],o=1,a=function(e){n[i++]=e},s=1;s<=t;++s)if(e[s]==r&&s!=t)++o;else{if(!r&&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(r),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(r);o=1,r=e[s]}return[n.subarray(0,i),t]},tI=function(e,t){for(var n=0,i=0;i<t.length;++i)n+=e[i]*t[i];return n},nI=function(e,t,n){var i=n.length,r=JS(t+2);e[r]=255&i,e[r+1]=i>>>8,e[r+2]=255^e[r],e[r+3]=255^e[r+1];for(var o=0;o<i;++o)e[r+o+4]=n[o];return 8*(r+4+i)},iI=function(e,t,n,i,r,o,a,s,c,l,u){YS(t,u++,n),++r[256];for(var d=$S(r,15),h=d[0],p=d[1],f=$S(o,15),v=f[0],m=f[1],g=eI(h),y=g[0],E=g[1],b=eI(v),w=b[0],T=b[1],_=new LS(19),S=0;S<y.length;++S)_[31&y[S]]++;for(S=0;S<w.length;++S)_[31&w[S]]++;for(var I=$S(_,7),C=I[0],k=I[1],A=19;A>4&&!C[DS[A-1]];--A);var O,x,L,R,N=l+5<<3,P=tI(r,KS)+tI(o,zS)+a,D=tI(r,h)+tI(o,v)+a+14+3*A+tI(_,C)+(2*_[16]+3*_[17]+7*_[18]);if(N<=P&&N<=D)return nI(t,u,e.subarray(c,c+l));if(YS(t,u,1+(D<P)),u+=2,D<P){O=WS(h,p,0),x=h,L=WS(v,m,0),R=v;var M=WS(C,k,0);for(YS(t,u,E-257),YS(t,u+5,T-1),YS(t,u+10,A-4),u+=14,S=0;S<A;++S)YS(t,u+3*S,C[DS[S]]);u+=3*A;for(var U=[y,w],F=0;F<2;++F){var B=U[F];for(S=0;S<B.length;++S){var j=31&B[S];YS(t,u,M[j]),u+=C[j],j>15&&(YS(t,u,B[S]>>>5&127),u+=B[S]>>>12)}}}else O=VS,x=KS,L=XS,R=zS;for(S=0;S<s;++S)if(i[S]>255){j=i[S]>>>18&31,QS(t,u,O[j+257]),u+=x[j+257],j>7&&(YS(t,u,i[S]>>>23&31),u+=NS[j]);var G=31&i[S];QS(t,u,L[G]),u+=R[G],G>3&&(QS(t,u,i[S]>>>5&8191),u+=PS[G])}else QS(t,u,O[i[S]]),u+=x[i[S]];return QS(t,u,O[256]),u+x[256]},rI=new RS([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),oI=new xS(0),aI=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var n=t,i=9;--i;)n=(1&n&&-306674912)^n>>>1;e[t]=n}return e}(),sI=function(e,t,n,i,r){return function(e,t,n,i,r,o){var a=e.length,s=new xS(i+a+5*(1+Math.ceil(a/7e3))+r),c=s.subarray(i,s.length-r),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=nI(c,l+1,e.subarray(u,d))}else{for(var h=rI[t-1],p=h>>>13,f=8191&h,v=(1<<n)-1,m=new LS(32768),g=new LS(v+1),y=Math.ceil(n/3),E=2*y,b=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<E)&v},w=new RS(25e3),T=new LS(288),_=new LS(32),S=0,I=0,C=(u=0,0),k=0,A=0;u<a;++u){var O=b(u),x=32767&u,L=g[O];if(m[x]=L,g[O]=x,k<=u){var R=a-u;if((S>7e3||C>24576)&&R>423){l=iI(e,c,0,w,T,_,I,C,A,u-A,l),C=S=I=0,A=u;for(var N=0;N<286;++N)T[N]=0;for(N=0;N<30;++N)_[N]=0}var P=2,D=0,M=f,U=x-L&32767;if(R>2&&O==b(u-U))for(var F=Math.min(p,R)-1,B=Math.min(32767,u),j=Math.min(258,R);U<=B&&--M&&x!=L;){if(e[u+P]==e[u+P-U]){for(var G=0;G<j&&e[u+G]==e[u+G-U];++G);if(G>P){if(P=G,D=U,G>F)break;var H=Math.min(U,G-2),q=0;for(N=0;N<H;++N){var W=u-U+N+32768&32767,K=W-m[W]+32768&32767;K>q&&(q=K,L=W)}}}U+=(x=L)-(L=m[x])+32768&32767}if(D){w[C++]=268435456|BS[P]<<18|jS[D];var z=31&BS[P],V=31&jS[D];I+=NS[z]+PS[V],++T[257+z],++_[V],k=u+P,++S}else w[C++]=e[u],++T[e[u]]}}l=iI(e,c,o,w,T,_,I,C,A,u-A,l),!o&&7&l&&(l=nI(c,l+1,oI))}return function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);var i=new(2==e.BYTES_PER_ELEMENT?LS:4==e.BYTES_PER_ELEMENT?RS:xS)(n-t);return i.set(e.subarray(t,n)),i}(s,0,i+JS(l)+r)}(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,i,!r)},cI=function(e,t,n){for(;n;++t)e[t]=n,n>>>=8},lI="undefined"!=typeof TextDecoder&&new TextDecoder;try{lI.decode(oI,{stream:!0})}catch(hr){}function uI(){return"undefined"!=typeof window&&"function"==typeof window.fetch}function dI(){try{return uI()&&"keepalive"in new Request("")}catch(e){return!1}}function hI(e){var t=e.body,n=e.keepalive,i=e.headers,r=e.compress;i["content-type"]||(i["content-type"]="text/plain;charset=UTF-8");var o=t;if(r&&"undefined"!=typeof TextEncoder)try{o=function(e,t){t||(t={});var n=function(){var e=-1;return{p:function(t){for(var n=e,i=0;i<t.length;++i)n=aI[255&n^t[i]]^n>>>8;e=n},d:function(){return~e}}}(),i=e.length;n.p(e);var r=sI(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),o=r.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&&cI(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),n){e[3]=8;for(var i=0;i<=n.length;++i)e[i+10]=n.charCodeAt(i)}}(r,t),cI(r,o-8,n.d()),cI(r,o-4,i),r}((new TextEncoder).encode(t)),i["content-encoding"]="gzip"}catch(e){}return{body:o,keepalive:n,credentials:"include",headers:i,method:"POST",mode:"cors"}}function pI(e){return e&&"message"in e?e.message:"UNKNOWN_ERROR"}var fI,vI="undefined"!=typeof navigator&&"sendBeacon"in navigator,mI=dI()?function(e,t,n,i){return new Promise((function(r){fetch(e,hI({body:t,keepalive:!0,headers:n,compress:i})).catch((function(){return fetch(e,hI({body:t,keepalive:!1,headers:n,compress:i}))})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:e.status}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:pI(e)})}))}))}:function(e,t,n,i){return new Promise((function(r){if(vI){var o=!1;try{o=navigator.sendBeacon(e,t)}catch(e){}if(o)return void r({type:"unknown",drop:!1})}fetch(e,hI({body:t,keepalive:!1,headers:n,compress:i})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:200}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:pI(e)})}))}))};function gI(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 yI(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"key",i=arguments.length>3?arguments[3]:void 0,r=indexedDB.open(e);r.onupgradeneeded=function(){try{r.result.createObjectStore(t,{keyPath:n})}catch(e){null==i||i.onError(e)}};var o=new Promise((function(e,t){r.onsuccess=function(){var t=r.result;t.onversionchange=function(){return t.close()},e(t),null==i||i.onSuccess()},r.onerror=function(){t(r.error),null==i||i.onError(r.error)}}));return function(e,n){return o.then((function(i){return n(i.transaction(t,e).objectStore(t))}))}}function EI(){return fI||(fI=yI("idb-queue","default")),fI}function bI(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=0,i=null;return e.openKeyCursor().onsuccess=function(){var r=this.result;r&&n++<t.batchEvictionNumber?(i=r.key,r.continue()):null!=i&&e.delete(IDBKeyRange.upperBound(i))},gI(e.transaction)}var wI=!1;function TI(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]:EI();return n("readwrite",(function(n){return n.put(e),gI(n.count()).then((function(e){if(!(e<=t.maxNumber))return bI(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]:EI())("readwrite",(function(t){return bI(t,e)}))}(t,n)}))}function _I(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]:EI();return wI?Promise.resolve():TI(e,t,n)}function SI(e,t,n){return t("readonly",(function(t){var i=[];return t.openCursor(null,n).onsuccess=function(){var t=this.result;t&&(i.push(t.value),(e<0||i.length<e)&&t.continue())},gI(t.transaction).then((function(){return i}))}))}function II(){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,i=arguments.length>3?arguments[3]:void 0;return!t||n<1||(e[t]=JSON.stringify({attempt:n,errorCode:i})),e}function CI(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.debug("[beacon-transporter] ",e())}function kI(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.error("[beacon-transporter] ",e())}function AI(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(i){i.timeRemaining()>t.timeRemaining||i.didTimeout?e():n()}),{timeout:t.timeout})}()}var OI=function(){function e(t){var n=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];rS(this,e),sS(this,"config",void 0),sS(this,"compress",void 0),sS(this,"throttleControl",void 0),sS(this,"withStore",void 0),sS(this,"disablePersistence",!1),this.config=t,this.compress=i;var r,o,a,s=t.measureIDB;s&&performance.mark(s.createStartMark),this.withStore=yI(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=(r=this.replayEntries.bind(this),o=t.throttleWait,a=0,{throttledFn:function(){var e=Date.now();e-a>o&&(CI((function(){return"[throttle] Run fn() at "+String(e)})),r(),a=e)},resetThrottle:function(){a=0}})}return aS(e,[{key:"onNotify",value:function(){this.disablePersistence||this.throttleControl.throttledFn()}},{key:"push",value:function(e){var t=this;if(!this.disablePersistence){var n=function(){CI((function(){return"Persisting to DB "+e.url})),_I(e,t.config,t.withStore).then((function(){t.throttleControl.resetThrottle(),CI((function(){return"push completed"}))})).catch((function(){t.disablePersistence=!0,kI((function(){return"push failed"}))}))};this.config.useIdle?AI(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]:EI();return wI=!0,e("readwrite",(function(e){return e.clear(),gI(e.transaction).finally((function(){return wI=!1}))}))}(this.withStore).catch((function(){e.disablePersistence=!0,kI((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 SI(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:EI(),"next")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,kI((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 SI(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:EI(),"prev")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,kI((function(){return"peekBack failed"})),[]}))}},{key:"replayEntries",value:function(){var e=this;if(!this.disablePersistence){var t=function(){CI((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())},gI(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]:EI())}(1,e.withStore).then((function(t){if(t.length>0){var n,i,r=t[0],o=r.url,a=r.body,s=r.headers,c=r.timestamp,l=r.statusCode,u=r.attemptCount;return CI((function(){return"header: ".concat(String(e.config.headerName),"; attemptCount: ").concat(u)})),null===(n=(i=e.config).onBeforeRetry)||void 0===n||n.call(i,a),mI(o,a,II(s,e.config.headerName,u,l),e.compress).then((function(t){if("unknown"===t.type||"success"===t.type){var n,i;null===(n=(i=e.config).onResult)||void 0===n||n.call(i,t,a),e.replayEntries()}else{var r,s,d,h,p,f;if(u+1>e.config.attemptLimit)return CI((function(){return"Exceeded attempt count, dropping the entry: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),t.drop=!0,void(null===(r=(s=e.config).onResult)||void 0===r||r.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),CI((function(){return"Replaying the entry failed, pushing back to IDB: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),_I({url:o,body:a,timestamp:c,statusCode:l,attemptCount:u+1},e.config,e.withStore);t.drop=!0,null===(p=(f=e.config).onResult)||void 0===p||p.call(f,t,a)}}))}})).catch((function(t){e.disablePersistence=!0,t&&t.message&&kI((function(){return"Replay entry failed: ".concat(t.message)}))}))};this.config.useIdle?AI(t):t()}}}]),e}(),xI=function(){function e(){rS(this,e)}return aS(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}(),LI=function(){function e(t,n){rS(this,e),sS(this,"queue",void 0),sS(this,"beaconListeners",new Set),this.queue=e.hasSupport&&!n.disablePersistenceRetry?new OI(t,n.compress):new xI}return aS(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}();sS(LI,"hasSupport","undefined"!=typeof globalThis&&!!globalThis.indexedDB);var RI=[502,504],NI=[429,503],PI=function(){function e(t,n,i,r){var o=this,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];rS(this,e),sS(this,"url",void 0),sS(this,"body",void 0),sS(this,"config",void 0),sS(this,"persistenceConfig",void 0),sS(this,"compress",void 0),sS(this,"timestamp",void 0),sS(this,"isClearQueuePending",!1),sS(this,"onClearCallback",void 0),this.url=t,this.body=n,this.config=i,this.persistenceConfig=r,this.compress=a,this.timestamp=Date.now(),this.onClearCallback=function(){return o.isClearQueuePending=!0}}return aS(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 mI(e.url,e.body,t,e.compress)}),n,t).finally((function(){CI((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,i){var r=this,o=this.getAttemptCount(t)-1;return e(II(n,this.config.headerName,o,i)).then((function(i){var o,a,s,c;if(i.drop=!1,"unknown"===i.type||"success"===i.type)r.isClearQueuePending||r.persistenceConfig.disabled||r.persistenceConfig.db.notifyQueue(),s=i;else if(CI((function(){return"retry rejected "+JSON.stringify(i)})),r.shouldPersist(t,i))r.persistenceConfig.db.pushToQueue({url:r.url,body:r.body,headers:n,statusCode:i.statusCode,timestamp:r.timestamp,attemptCount:r.getAttemptCount(t)}),s={type:"persisted",drop:!1,statusCode:i.statusCode};else{if(t>0&&r.isRetryableError(i)){var l,u;null===(l=(u=r.config).onIntermediateResult)||void 0===l||l.call(u,i,r.body);var d=r.config.calculateRetryDelay(r.getAttemptCount(t),t);return CI((function(){return"in memory retry in ".concat(d,"ms")})),(c=d,new Promise((function(e){return setTimeout(e,c)}))).then((function(){return r.retry(e,t-1,n,i.statusCode)}))}(s=i).drop=!0}return null===(o=(a=r.config).onIntermediateResult)||void 0===o||o.call(a,s,r.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}(),DI="internal:hide";function MI(e,t,n){var i=e.get(t);i&&i.push(n)||e.set(t,[n])}function UI(e,t,n){var i=e.get(t);i&&i.splice(i.indexOf(n)>>>0,1)}var FI,BI,jI=(FI=new Map,BI=new Map,{on:function(e,t){MI(FI,e,t)},before:function(e,t){MI(BI,e,t)},off:function(e,t){UI(FI,e,t)},offBefore:function(e,t){UI(BI,e,t)},emit:function(e,t){(BI.get(e)||[]).concat(FI.get(e)||[]).slice().map((function(e){e(t)}))},clear:function(){BI.clear(),FI.clear()}});if("undefined"!=typeof document&&"undefined"!=typeof window){var GI=function(e){"pagehide"!==e.type&&"hidden"!==document.visibilityState||jI.emit(DI,e)};document.addEventListener("visibilitychange",GI),window.addEventListener("pagehide",GI)}var HI=null;if("undefined"==typeof crypto||!crypto.getRandomValues){var qI=("undefined"!=typeof FastBoot?FastBoot.require:require)("crypto");if(qI){var WI=new Uint8Array(256),KI=WI.length;HI={rng:function(){return KI>WI.length-16&&(qI.randomFillSync(WI),KI=0),WI.slice(KI,KI+=16)}}}}"object"===("undefined"==typeof crypto?"undefined":iS(crypto))&&crypto.randomUUID;function zI(){return kS(HI,new Array(16),0)}function VI(e){return eS(e).map((function(e){return String.fromCharCode(e)})).join("")}function XI(){return VI(zI())}var JI=/^[a-zA-Z0-9/+]+[=]+$/;function YI(e,t){return{pageUrn:$I(e),trackingId:t||function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=[],r=0,o=e.length,a=o%3,s=o-a;r<s;)t=e[r]<<16,t|=e[r+1]<<8,t|=e[r+2],i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push(n.charAt(63&t)),r+=3;switch(a){case 2:t=e[r]<<16,t|=e[r+1]<<8,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push("=");break;case 1:t=e[r]<<16,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push("="),i.push("=")}return i.join("")}(zI())}}function QI(e,t){return"urn:li:control:".concat(e,"-").concat(t)}function $I(e){return"urn:li:page:".concat(e)}function ZI(e,t){return{pageInstance:t.assign({},e.pageInstance),pageKey:e.pageKey,applicationInstance:e.applicationInstance}}function eC(e,t){return void 0!==t.allSettled?t.allSettled(e):function(e){return new Promise((function(t){var n=new Set,i=function(e){n.delete(e),0===n.size&&t()};0===e.length?t():e.map((function(e){return e.then((function(){return i(e)})).catch((function(){return i(e)}))}))}))}(e)}function tC(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function nC(e,t,n){if("undefined"!=typeof window&&window.indexedDB){var i,r="sequenceNumber";try{i=window.indexedDB.open(r)}catch(e){return Promise.resolve(null)}return new Promise((function(o,a){i.onupgradeneeded=function(){var e=i.result;e.objectStoreNames.contains(r)||e.createObjectStore(r,{autoIncrement:!0})},i.onsuccess=function(){var s=i.result,c=s.transaction(r,"readwrite"),l=c.objectStore(r),u=l.get(1);u.onsuccess=function(){var i=u.result;if(i){if("read"===e)return o(i);if("update"!==e)return o(null);var r,s=Object.assign({},i),c=!1,d=null!==(r=s.sequenceNumber)&&void 0!==r?r:0;if(void 0!==t&&t>d&&(s.sequenceNumber=t,c=!0),n&&Object.keys(n).forEach((function(e){var t,i=null!==(t=s[e])&&void 0!==t?t:0,r=n[e];r>i&&(s[e]=r,c=!0)})),c){var h=l.put(s,1);h.onsuccess=function(){return o(null)},h.onerror=function(){a(h.error)}}}else{var p={sequenceNumber:0};n&&Object.keys(n).forEach((function(e){p[e]=0}));var f=l.add(p);f.onsuccess=function(){return o(0)},f.onerror=function(){a(f.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()}},i.onerror=function(){return o(null)}}))}return Promise.resolve(null)}function iC(){return"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1||!uI()||"undefined"==typeof Promise}function rC(e,t,n,i){var r=["core-web-tracking:".concat(e)];null==i||i.forEach((function(e){return r.push(e)})),jI.emit("internal:error",{tags:r,reason:t instanceof Error?t:new Error("".concat(e,": ").concat(t)),responseHeaders:n})}var oC=function(e){var t=window.structuredClone;return t?t(e):JSON.parse(JSON.stringify(e))},aC=function(){function e(t){rS(this,e),sS(this,"heap",void 0),sS(this,"comparator",void 0),this.comparator=t,this.heap=[]}return aS(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=eS(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(),i=0;2*i+1<this.heap.length;){var r=2*i+1,o=2*i+2,a=o<this.heap.length&&this.comparator(this.heap[o],this.heap[r])?o:r;if(!this.comparator(this.heap[a],this.heap[i]))break;var s=[this.heap[i],this.heap[a]];this.heap[a]=s[0],this.heap[i]=s[1],i=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 i=[this.heap[n],this.heap[t]];this.heap[t]=i[0],this.heap[n]=i[1],t=n}}}]),e}();function sC(){if("undefined"==typeof Promise||"undefined"==typeof navigator)return!1;var e=navigator.userAgent.indexOf("Chrome")>-1,t=navigator.cookieEnabled,n=navigator.storage;return e&&dI()&&t&&n}function cC(e,t,n,i,r){"control"!==i&&e.retryConfig&&sC()&&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)}}))}("beacons");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==r?void 0:r.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==r?void 0:r.onBeforeRetry,onResult:null==r?void 0:r.onResult,idbName:"beacons",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),i=Object.assign({attemptLimit:0,statusCodes:RI,calculateRetryDelay:function(e,t){return 2e3*t}},t.inMemoryRetry);if(t.retryDB)e=t.retryDB;else{var r=Object.assign({idbName:"beacon-transporter",attemptLimit:3,statusCodes:NI,maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},t.persistenceRetry);r.headerName=r.headerName||i.headerName,e=new LI(r,{compress:t.compress,disablePersistenceRetry:t.disablePersistenceRetry})}return{beacon:function(r,o,a){var s;return uI()?new PI(r,o,i,{db:e,disabled:Boolean(t.disablePersistenceRetry),statusCodes:(null===(s=t.persistenceRetry)||void 0===s?void 0:s.statusCodes)||NI},n).send(a):Promise.resolve({type:"unknown",drop:!0})},database:e}}(u),h=d.beacon,p=d.database;return e.retryBeacon={shouldRetry:!0,beacon:h,database:p},"enabled"===i?(e.retryBeacon.shouldRetry=!1,!u.disablePersistenceRetry&&t.shouldAnonymizeMemberId()?p.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 p.clearQueue()}}),(function(){return p.clearQueue()})).then((function(){e.retryBeacon.shouldRetry=!0})).catch((function(e){rC("retry:idb",e)})):(e.retryBeacon.shouldRetry=!0,Promise.resolve())):void 0})).catch((function(e){rC("retry:setup",e)}))}var lC=function(){function e(t){rS(this,e),sS(this,"host",void 0),this.host=t}return aS(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&&cC(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){rC("retry:logout",e)}))}},{key:"sendPayload",value:function(e,t,n,i){var r,o=this.getRetryTreatment();dI()&&"control"!==o&&null!==(r=this.host.retryBeacon)&&void 0!==r&&r.shouldRetry?this.sendPayloadWithRetry(e,t,n):this.sendPayloadFireForget(e,t,n,i)}},{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){rC("retry:beacon",e)}))}},{key:"sendPayloadFireForget",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;(!Array.isArray(t)||t.length>0)&&(iC()?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("undefined"!=typeof window&&void 0!==window.XMLHttpRequest){var i=new XMLHttpRequest;if(i.open("POST",e,!0),i.withCredentials=!0,n.headers)for(var r=0,o=Object.keys(n.headers);r<o.length;r++){var a=o[r];i.setRequestHeader(a,n.headers[a])}i.send(t)}}(e,JSON.stringify(t),{headers:n}):mI(e,JSON.stringify(t),n,this.shouldCompressPayload()).then((function(e){null==i||i.onResult(e,t)}),(function(){})))}},{key:"getRetryTreatment",value:function(){var e,t,n;if(!this.host.retryConfig)return"control";var i=this.host.retryConfig.lixKey;return i?null!==(e=null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,i))&&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&&sC()&&"undefined"!=typeof globalThis&&!!globalThis.indexedDB}}]),e}(),uC="undefined"!=typeof window&&"undefined"!=typeof document,dC=/JSESSIONID="?([^";]+)"?/,hC="",pC=0;function fC(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.cacheLifeSpan,n=void 0===t?1e4:t,i=e.regex,r=void 0===i?dC:i;if(!hC||Date.now()-pC>n){var o=uC&&document.cookie.match(r);hC=o&&o[1]||"",pC=Date.now()}return hC}var vC={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"}},mC=function(){function e(t){rS(this,e),sS(this,"networkTransporter",void 0),sS(this,"inactive",void 0),sS(this,"mpName",void 0),sS(this,"endpoint",void 0),sS(this,"debug",void 0),this.networkTransporter=new lC(t),this.mpName=t.appId,this.inactive=t.inactive;var n=function(e){var t,n=!1;return vC.prod.pattern.test(e)?t=vC.prod.monitorEndpoint:vC.eiValidate.pattern.test(e)?(n=!0,t=vC.eiValidate.monitorEndpoint):vC.ei.pattern.test(e)?t=vC.ei.monitorEndpoint:(t=vC.ei.monitorEndpoint,n=!0),{endpoint:t,debug:n}}(t.endpoint);this.endpoint=n.endpoint,this.debug=n.debug}return aS(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":fC(),"x-restli-protocol-version":"2.0.0"},i=[],r=null!==(t=null==e?void 0:e.stats)&&void 0!==t?t:{},o=r.failures,a=r.previousInstanceEventStats.reduce((function(e,t){return e.push.apply(e,eS(t.failures)),e}),[]);[].concat(eS(o),eS(a)).forEach((function(e){var t=e.reason,n=e.rawError,r=e.eventTopic,o=e.header,a=e.requestHeader;i.push({reason:t,rawError:n,failedTopicName:r,header:o,requestHeader:a})}));var s={clientTrackingFailures:i,debug:this.debug};this.networkTransporter.sendPayload(this.endpoint,s,n)}}}]),e}();function gC(e){return"string"==typeof e}function yC(e){return gC(e)?e:e.topicName||e.eventName}function EC(e){return gC(e)?e:e.eventName}var bC,wC,TC=function(){function e(t){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};rS(this,e),sS(this,"host",void 0),sS(this,"cmoTransporter",void 0),sS(this,"clientMonitoringInstanceId",XI()),sS(this,"currentContext",{pageKey:"unknown",pageInstance:YI("unknown")}),sS(this,"appState",{}),sS(this,"estimatedFragmentSize",0),sS(this,"fragmentSizeLimit",void 0),sS(this,"activeFragmentEvent",void 0),sS(this,"debounceTimer",void 0),this.host=t,this.cmoTransporter=i.cmoTransporter||new mC(t),this.fragmentSizeLimit=(null===(n=t.clientMonitoringConfig)||void 0===n?void 0:n.fragmentSizeLimit)||10240,this.activeFragmentEvent=SC(this.clientMonitoringInstanceId,0,0,!1,this.getEventHeaders())}return aS(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,i=Z_(this.activeFragmentEvent.stats.previousInstanceEventStats);try{for(i.s();!(n=i.n()).done;){var r=n.value;if(r.instanceId===e)return void t(r)}}catch(e){i.e(e)}finally{i.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,i){var r=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:r,instanceEventNumber:i,reason:e,rawError:n,eventName:EC(t),eventTopic:yC(t)};this.estimatedFragmentSize+=JSON.stringify(c).length,r===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.failures.push(c):this.findPreviousInstanceStat(r,(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,i=this.activeFragmentEvent;i.header=t,i.requestHeader=n,this.cmoTransporter.fireFragment(i),this.estimatedFragmentSize=0,this.activeFragmentEvent=SC(this.clientMonitoringInstanceId,i.fragmentNumber+1,i.firstEventNumber+i.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=IC(e.trackingId));var t=this.currentContext.pageInstance;return t.trackingId=IC(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:XI(),memberId:0}}}}]),e}();function _C(e){return bC||(bC=new TC(e)),{getCurrentInstanceId:function(){return bC.getCurrentInstanceId()},logEventGenerated:function(e){return bC.logEventGenerated(e)},logEventReadyToSend:function(e){bC.logEventReadyToSend(e)},logEventSent:function(e){bC.logEventSent(e)},logPersistedEventSent:function(e,t){bC.logEventSent(t,e)},logNetworkResponseCode:function(e){bC.logNetworkResponseCode(e)},logPersistedNetworkResponseCode:function(e,t){var n;null===(n=bC)||void 0===n||n.logNetworkResponseCode(t,e)},logFailedEvent:function(e,t,n,i){bC.logFailedEvent(e,t,n,i)},logPersistedFailedEvent:function(e,t,n,i,r){bC.logFailedEvent(t,n,i,r,e)},flush:function(){bC.flush()},destroy:function(){bC=void 0},isDestroyed:function(){return void 0===bC},setCurrentContext:function(e){bC.setCurrentContext(e)},updateAppState:function(e){bC.updateAppState(e)}}}function SC(e,t,n,i,r){return{fragmentNumber:t,firstEventNumber:n,isLastFragment:i,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:r.requestHeader,header:r.header}}function IC(e){return Array.isArray(e)?VI(e):16===e.length?e:function(e){return"string"==typeof e&&!!e.match(JI)}(e)?atob(e):VI(function(e){return gS(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"}(wC||(wC={}));var CC=["PageViewEvent","SponsoredImpressionEvent","JobViewEvent"],kC=function(){function e(t){var n,i,r,o=this;rS(this,e),sS(this,"host",void 0),sS(this,"queue",void 0),sS(this,"preContextQueue",void 0),sS(this,"debounceTimer",void 0),sS(this,"unloadHandlers",void 0),sS(this,"maxQueueSize",void 0),sS(this,"flushDebounceTime",void 0),sS(this,"trackingEventListeners",[]),sS(this,"onHideHandler",(function(){o.forceFlush()})),sS(this,"networkTransporter",void 0),sS(this,"clientMonitoringConn",void 0),sS(this,"clientGlobalSequenceNumberCounter",void 0),sS(this,"clientTopicLocalSequenceNumberCountersMap",{}),sS(this,"isTimerRunning",void 0),sS(this,"trackingEndpoint",void 0),sS(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===(i=t.api)||void 0===i||null===(i=i.location)||void 0===i||null===(i=i.host)||void 0===i?void 0:i.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===(r=t.api)||void 0===r||null===(r=r.location)||void 0===r?void 0:r.host),this.maxQueueSize=a&&a.maxSize||1,this.flushDebounceTime=a&&a.debounceTime||0,jI.on(DI,this.onHideHandler),this.networkTransporter=new lC(t),this.isLixEnabled("pemberly.tracking.monitoring")&&t.clientMonitoringConfig&&!t.inactive&&(this.clientMonitoringConn=_C(t)),this.getSequenceNumberFromIDB(),this.updateSequenceNumberOnExit(),this.isTimerRunning=!1,this.isEvenBatchEnabled=this.isLixEnabled("pemberly.tracking.even-batch")||s}return aS(e,[{key:"checkAndEnablePersistentRetry",value:function(e){var t,n=(t=this.clientMonitoringConn,{onIntermediateResult:function(e,n){var i;if(t&&!t.isDestroyed())try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length)return;e.statusCode&&t.logNetworkResponseCode(e.statusCode),!0===e.drop&&i.forEach((function(n){var i,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.logFailedEvent(wC.UNKNOWN_EXECUTION_ERROR,{eventName:r,topicName:o},s,null!==(i=n.eventBody.header.clientMonitoringInstanceEventNumber)&&void 0!==i?i:-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 i=n[0].eventBody.header.clientMonitoringInstanceId,r=n.length;t.logPersistedEventSent(i,r)}catch(e){}},onResult:function(e,n){var i;if(t)try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length||!i[0].eventBody.header.clientMonitoringInstanceId)return;var r=i[0].eventBody.header.clientMonitoringInstanceId;e.statusCode&&t.logPersistedNetworkResponseCode(r,e.statusCode),!0===e.drop&&i.forEach((function(n){var 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.logPersistedFailedEvent(r,wC.UNKNOWN_EXECUTION_ERROR,{eventName:i,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(yC(e.id)));var n=this.host,i=n.api.Promise,r=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),r?(this.batchFire(),i.resolve(!0)):(this.flush(!0),i.resolve(!0))}return this.preContextQueue.push(t),i.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,jI.off(DI,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:YI("unknown"),pageKey:"unknown"}).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;nC("read").then((function(t){var n;e.clientGlobalSequenceNumberCounter=null!==(n=null==t?void 0:t.sequenceNumber)&&void 0!==n?n:0,CC.forEach((function(n){var i;e.clientTopicLocalSequenceNumberCountersMap[n]=null!==(i=null==t?void 0:t[n])&&void 0!==i?i:0}))})).catch((function(e){rC("sequence-number:idb-read",e)}))}},{key:"updateSequenceNumberToIDB",value:function(){nC("update",this.clientGlobalSequenceNumberCounter,this.clientTopicLocalSequenceNumberCountersMap).catch((function(e){rC("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=ZI(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 i=this.host,r=i.appId,o=i.api,a={eventBody:t,eventInfo:"string"==typeof e?{appId:r,eventName:e,topicName:e}:o.assign({appId:r},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,i=n.appVersion,r=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?"PageViewEvent"===e:"PageViewEvent"===e.eventName}(e.id)&&(null===(t=e.body.requestHeader)||void 0===t?void 0:t.pageKey)||u,p=e.meta.requestHeader||{referer:s.referrer,path:"".concat(a.pathname).concat(a.search)},f=p.referer,v=p.path,m=null;"string"!=typeof r&&null!==this.host.locale||(m=r);var g={interfaceLocale:m,pageKey:h,referer:f,path:v,isFlushOnCloseBrowserTabEnabled:!iC()&&(dI()||"undefined"!=typeof navigator&&"sendBeacon"in navigator),isBrowserPersistentRetryEnabled:this.networkTransporter.isBrowserPersistentRetryEnabled()},y={pageInstance:d,time:e.meta.time,version:i,server:"",service:"",guid:XI(),memberId:0};"number"==typeof this.clientGlobalSequenceNumberCounter&&c(y,{clientGlobalSequenceNumber:this.clientGlobalSequenceNumberCounter});var E=yC(e.id);if(CC.includes(E)){var b=this.clientTopicLocalSequenceNumberCountersMap[E];"number"==typeof b&&c(y,{clientTopicLocalSequenceNumber:b})}var w={header:c(y,e.meta.header||{}),requestHeader:c(g,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,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.isEvenBatchEnabled)if(Array.isArray(e)&&e.length>0)t=e;else{var r=this.maxQueueSize+1;this.queue.length>0&&(this.queue.length<=r||i)?(t=this.queue,this.queue=[]):t=this.queue.splice(0,r)}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),i=n.getBreadcrumbs(e),r=n.envelop(e.id,t,i);n.trigger(r,e.meta);var o=r.eventInfo.eventName;"LixTreatmentsEvent"===o||"JavaScriptErrorEvent"===o?s.push(r):c.push(r),"number"==typeof n.clientGlobalSequenceNumberCounter&&n.clientGlobalSequenceNumberCounter++;var a=yC(e.id);CC.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,i=t.eventInfo.topicName||n,r="rawError"in e?e.rawError:"null",o=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(r)].join(", ");null==a||a.logFailedEvent(wC.UNKNOWN_EXECUTION_ERROR,{eventName:n,topicName:i},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 AC,OC=function(){function e(t,n){rS(this,e),this.clientBreadcrumbType=t,this.id=n}return aS(e,[{key:"builder",get:function(){return function(){var e={},t=new Proxy({},{get:function(n,i){return"build"===i?function(){return e}:function(n){return e[i.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"}(AC||(AC={}));var xC=function(e){function t(){return rS(this,t),X_(this,t,[AC.FEED_UPDATE_SERVED,XI()])}return Q_(t,OC),aS(t)}();function LC(e,t){var n;if("proto.sdui.breadcrumbs.feed.FeedUpdateServedBreadcrumb"!==t)throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."));if(!(n=(new xC).builder))throw new Error("breadcrumb class ".concat(t," needs to be defined in core-web-tracking."));for(var i in e){var r=e[i];null!=r&&n[i](r)}return n.build()}function RC(e){var t,n=new Set,i=[],r=Z_(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a="".concat(o.contentTrackingId,"-").concat(o.topicName);n.has(a)||(n.add(a),i.push(o))}}catch(e){r.e(e)}finally{r.f()}var s=function(e){var t,n=[],i=[],r=Z_(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a=o.breadcrumb,s=V_(o,P_);if(i.push(s),a){var c=a.$type,l=LC(V_(a,D_),c);n.push(l)}}}catch(e){r.e(e)}finally{r.f()}return{extractedBreadcrumbs:n,trackingScopesWithoutBreadcrumbs:i}}(i);return{breadcrumbs:s.extractedBreadcrumbs,trackingScopes:s.trackingScopesWithoutBreadcrumbs}}function NC(e){if(!e)return{};var t=e.trk,n=!1,i=e.licu&&decodeURIComponent(e.licu);e.external_control&&(i="urn:li:externalControl:".concat(decodeURIComponent(e.external_control)),n=!0);var r,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?r={pageInstance:o,pageKey:t}:t&&(r={pageKey:t}),e.external_page&&e.external_page_instance){var a=decodeURIComponent(e.external_page);r={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&&((r=r||{}).applicationInstance=s),{fromExternalApp:n||!!s,previousApplicationInstance:s,previousContext:r,previousControlId:e.lici&&decodeURIComponent(e.lici),previousControlUrn:i}}function PC(e){return"retryConfig"in e.host}function DC(e){return"location"in e.api}var MC,UC,FC;!function(){function e(t,n){var i,r;if(rS(this,e),sS(this,"transporter",void 0),sS(this,"delegate",void 0),sS(this,"currentContext",void 0),sS(this,"appState",void 0),sS(this,"referrer",void 0),sS(this,"previousAppContext",void 0),sS(this,"customTransporters",void 0),sS(this,"clientMonitoringConn",void 0),this.transporter=t,this.delegate=n,this.appState={},this.customTransporters={},n&&n.customTransporterHosts)for(var o in n.customTransporterHosts)if(Object.prototype.hasOwnProperty.call(n.customTransporterHosts,o)){var a=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[o]=new kC(this.transporter.host.api.assign(a,n.customTransporterHosts[o]))}"enabled"===(null===(i=(r=t.host).__getLixTreatment)||void 0===i?void 0:i.call(r,"pemberly.tracking.monitoring"))&&t.host.clientMonitoringConfig&&!t.host.inactive&&DC(t.host)&&(this.clientMonitoringConn=_C(t.host))}aS(e,[{key:"host",get:function(){return this.transporter.host}},{key:"addBeforeHandlerToHideEvent",value:function(e){jI.before(DI,e)}},{key:"removeBeforeHandlerToHideEvent",value:function(e){jI.offBefore(DI,e)}},{key:"checkAndEnablePersistentRetry",value:function(){PC(this.transporter)&&this.transporter.checkAndEnablePersistentRetry(this.delegate)}},{key:"flushAndClearPersistedEventsOnLogout",value:function(){this.forceFlush();var e=PC(this.transporter)?this.transporter.clearPersistedEventsOnLogout():null;return null!=e?e:this.host.api.Promise.resolve()}},{key:"getCurrentContext",value:function(){if(this.currentContext)return ZI(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]:{},i=this.navMetaFromSeed(e,NC(t),null==n?void 0:n.pageInstanceTrackingId);if(this.setCurrentContext(i.to),!n.suppressEventsFiring)return this.fireNavEvents(i)}},{key:"setCurrentContext",value:function(e){var t;this.currentContext=ZI(e,this.host.api),null===(t=this.clientMonitoringConn)||void 0===t||t.setCurrentContext(ZI(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,i,r){return this.fireEvent("ControlInteractionEvent",(function(n){var o=QI(n.pageKey,e),a={controlTrackingId:i,controlUrn:o,interactionType:t};return r&&r(o),a}),{context:n})}},{key:"getViewHierarchy",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-name]");if(i){var r=i.getAttribute("data-view-name");r&&t.push(r)}n=null==i?void 0:i.parentElement}return t}},{key:"getViewTrackingScope",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-tracking-scope]");if(i){var r=i.getAttribute("data-view-tracking-scope");if(r)try{var o=JSON.parse(r);o&&o.length&&t.push.apply(t,eS(o))}catch(e){rC("getViewTrackingScope","Error parsing trackingScope ".concat(r))}}n=null==i?void 0:i.parentElement}return t}},{key:"fireInteraction",value:function(e){var t=e.manualFireReason,n=e.interactionType,i=e.targetView,r=e.viewHierarchy,o=e.viewTrackingScope,a=e.verticalPosition,s=e.horizontalPosition,c=e.controlUrn,l=e.actionType,u=e.contentTrackingId,d=e.clientBreadcrumbs,h=void 0===d?[]:d,p=e.isShadowEvent,f=e.cooloffToken,v=i?this.getViewHierarchy(i):[],m=v.length>0?v:r||[],g=o||this.getViewTrackingScope(i);0===m.length&&console.warn("No viewHierarchy provided or found from element.");var y=RC(g),E=y.breadcrumbs,b=y.trackingScopes;return this.fireEvent("GenericActionEvent",{verticalPosition:a,horizontalPosition:s,controlUrn:c||"",interactionType:n,actionType:l,contentTrackingId:""===u?void 0:u,manualFireReason:t,cooloffToken:f,trackingScopeHierarchy:{entries:b}},{header:{viewHierarchy:m}},[].concat(eS(h),eS(E)),p)}},{key:"fireImpression",value:function(e,t){var n=e.manualFireReason,i=e.targetView,r=e.viewHierarchy,o=e.viewTrackingScope,a=e.viewDurationInMilliseconds,s=void 0===a?0:a,c=e.contentViewFraction,l=void 0===c?1:c,u=e.width,d=void 0===u?-1:u,h=e.height,p=void 0===h?-1:h,f=e.verticalPosition,v=e.horizontalPosition,m=e.impressionTime,g=e.contentTrackingId,y=e.clientBreadcrumbs,E=void 0===y?[]:y,b=e.isShadowEvent,w=e.cooloffToken,T=i?this.getViewHierarchy(i):[],_=T.length>0?T:r||[],S=o||this.getViewTrackingScope(i);0===_.length&&console.warn("No viewHierarchy provided or found from element.");var I=RC(S),C=I.breadcrumbs,k=I.trackingScopes,A={header:{viewHierarchy:_},context:null==t?void 0:t.context};return this.fireEvent("GenericImpressionEvent",{viewDurationInMilliseconds:s,contentViewFraction:l,width:d,height:p,verticalPosition:f,horizontalPosition:v,impressionTime:m,contentTrackingId:""===g?void 0:g,manualFireReason:n,cooloffToken:w,trackingScopeHierarchy:{entries:k}},A,[].concat(eS(E),eS(C)),b)}},{key:"fireEvent",value:function(e,t,n,i,r){if(!t){var o=yC(e),a=void 0===t?"undefined":null===t?"null":iS(t),s='Firing tracking event "'.concat(o,'" with invalid body, you fired "').concat(a,'"');if(this.clientMonitoringConn){var c=this.clientMonitoringConn.logEventGenerated(o);this.clientMonitoringConn.logFailedEvent(wC.MISSING_REQUIRED_PROPERTIES,e,s,c)}throw new Error(s)}var l=i||[];if(l.length>0){var u=l.map((function(e){return OC.toPointer(e)}));this.host.api.assign(t,{clientBreadcrumbPointers:u})}var d=l.length>0?this.generateEnvelopeWithBreadcrumbs(e,t,n,l,r):this.generateEnvelope(e,t,n,r);return this.fireEnvelope(d)}},{key:"generateEnvelopeWithBreadcrumbs",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.generateEnvelope(e,t,n,r);return i.length>0?this.addBreadcrumbsToEnvelope(o,i):o}},{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(gC(e.id)){var i=e.id;e.id={eventName:i,topicName:i,shouldAnonymizeMemberId:!0}}else e.id.shouldAnonymizeMemberId=!0;var r=this.delegate&&this.delegate.preTransporter?this.delegate.preTransporter(e):e;if(r){var o=r.meta.transporterKey,a=o?this.customTransporters[o]:this.transporter;if(!a&&o){var s=yC(r.id),c="Could not find custom transporter: ".concat(o);if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(s);this.clientMonitoringConn.logFailedEvent(wC.UNKNOWN_EXECUTION_ERROR,r.id,c,l)}throw new Error(c)}return a.fireEvent(r)}return this.host.api.Promise.resolve(!0)}},{key:"generatePageInstance",value:function(e,t){return YI(e,t)}},{key:"firePVE",value:function(e,t,n){return this._firePVE(e,t,n)}},{key:"_firePVE",value:function(e,t,n){var i={pageType:"full",totalTime:0,trackingCode:this.getTrackingCode(),trackingInfo:{}},r=this.host.api.assign(i,t),o=this.generateEnvelope("PageViewEvent",r,{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),jI.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 QI((t||this.currentContext||{pageKey:"unknown"}).pageKey,e)}},{key:"fireRawCIE",value:function(e,t,n,i){var r={controlTrackingId:i,controlUrn:e,interactionType:t};return{beacon:this.fireEvent("ControlInteractionEvent",r,{context:n}),controlUrn:e}}},{key:"generateNavigationEvent",value:function(e){var t=e.triggerId,n=e.triggerUrn,i=e.from;return{previousPageInstance:i&&i.pageInstance,triggerControlTrackingId:t,triggerControlUrn:n}}},{key:"getTrackingCode",value:function(){return this.previousAppContext&&this.previousAppContext.pageKey}},{key:"navMetaFromSeed",value:function(e,t,n){var i="NavigationEvent";this.previousAppContext=t.previousContext;var r=t.fromExternalApp?{eventName:i,topicName:"InboundNavigationEvent"}:i;return t.fromExternalApp||(this.referrer="https://www.linkedin.com"),{from:t.previousContext,navEventId:r,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,i=e.from,r=e.navEventId,o=this.generateEnvelope(r,t);o.meta.requestHeader.pageKey=n.pageKey;var a=i&&i.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,i,r,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&&ZI(this.currentContext,this.host.api),requestHeader:this.host.api.assign({trackingCode:this.getTrackingCode()},a.requestHeader||{},DC(this.host)?{path:"".concat(this.host.api.location.pathname).concat(this.host.api.location.search),referer:"enabled"===(null===(n=(i=this.host).__getLixTreatment)||void 0===n?void 0:n.call(i,"pai.referrer.fix.subsquent"))?this.referrer?this.referrer:null===(r=this.host.api.document)||void 0===r?void 0:r.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}}}])}();!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"}(MC||(MC={})),function(){function e(t,n){var i,r,o=this;rS(this,e),sS(this,"core",void 0),sS(this,"protocol",void 0),sS(this,"throttleKeySet",new Set),sS(this,"config",void 0),sS(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!==(i=null==n?void 0:n.throttleTime)&&void 0!==i?i:100,useOTel:null!==(r=null==n?void 0:n.useOTel)&&void 0!==r&&r},jI.on("internal:error",this.reportTransporterError)}aS(e,[{key:"reportError",value:function(e){var t,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.callTreeId,a=void 0===o?"":o,s=r.responseHeaders,c=void 0===s?{}:s,l=r.sduiScreenId,u=r.componentKey,d=e.message,h=e.name,p=e.stack,f=void 0===p?"":p,v=e.fileName,m=void 0===v?"":v,g=e.lineNumber,y=void 0===g?0:g,E=e.columnNumber,b=void 0===E?0:E,w=this.core.host,T=w.appId,_=w.appVersion,S=w.service,I=w.serviceInstance,C=w.treeID,k=void 0===C?"":C,A=w.api,O=A.Promise,x=A.location,L=x.host,R=x.pathname,N=x.search,P=x.hash,D=void 0===P?"":P;if(this.config.useOTel&&jI.emit(MC.INTERNAL_OTEL_JET_EVENT,{error:e,tags:i,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:f,t:h,u:m},h:D,l:n.protocol,o:L,p:R,pageKey:e.pageKey,q:N,service:S,serviceInstance:I,serviceVersion:_,t:i,trackingID:e.pageInstance.trackingId,treeID:k,callTreeId:a,responseTraceHeaders:t,sduiScreenId:l,componentKey:u}}))};if(this.config.throttleTime<0)return U();var F=(h+d+f+i.join("")+a).split("").reduce((function(e,t){return(e<<5)-e+t.charCodeAt(0)|0}),0);return this.throttleKeySet.has(F)?O.resolve(!1):(this.throttleKeySet.add(F),setTimeout((function(){return n.throttleKeySet.delete(F)}),this.config.throttleTime),U())}},{key:"flush",value:function(){this.core.forceFlush()}},{key:"destroy",value:function(){this.core.destroy(),jI.off("internal:error",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"}(UC||(UC={})),function(e){e.PageLoadStartEvent="PageLoadStartEvent",e.PageLoadEndEvent="PageLoadEndEvent",e.ResourceLoadEvent="ResourceLoadEvent",e.CustomMeasureEvent="CustomMeasureEvent",e.ViewLoadEvent="ViewLoadEvent",e.PEMTracer="PEMTracer"}(FC||(FC={}));var BC,jC,GC,HC,qC,WC,KC,zC=(sS(sS(sS(sS(sS(sS(sS(sS(sS(sS(N_={},"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),sS(sS(sS(sS(sS(sS(N_,"beacon-timeout",3e4),"enable-memory-measurement",!1),"pageKeyPrefix",""),"enable-pem-tracking-3",!1),"enable-tracking-3",!1),"enable-otel",!1)),VC=-1,XC=-2,JC=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"],YC={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"},QC={"http/0.9":"HTTP0_9","http/1.0":"HTTP1_0","http/1.1":"HTTP1_1",h2:"HTTP2"},$C="rum token passed is invalid",ZC=new RegExp(/batch-(\d+)$|enabled$/),ek=function(){function e(){rS(this,e),sS(this,"userTimingEntries",[]),sS(this,"longTasks",[]),sS(this,"resourceTimingEntries",[]),sS(this,"cdnData",void 0)}return aS(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(nk),cdnData:this.cdnData}}}]),e}(),tk=["resourceTreeId","name","entryType","startTime","duration","initiatorType","nextHopProtocol","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","workerStart"];function nk(e){return tk.reduce((function(t,n){var i=e[n];return void 0!==i&&(t[n]=i),t}),{})}function ik(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};WC=Object.assign(Object.assign({},n),t),KC=function(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t.root?e.ownerDocument:e}(WC.root,n);var i=rk(e,qC.All,(function(){return rk(e,qC.Two,(function(){return rk(e,qC.One)}))}));if(i){var r=pk(function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{counter:0,visited:new Map},r=[];if(t.length>2&&t.length>WC.optimizedMinLength)for(var o=1;o<t.length-1;o++){if(i.counter>WC.maxNumberOfTries)return r;i.counter+=1;var a=eS(t);a.splice(o,1);var s=ak(a);if(i.visited.has(s))return r;ck(a)&&fk(a,n)&&(r.push(a),i.visited.set(s,!0),r=r.concat(e(a,n,i)))}return r}(i,e));return r.length>0&&(i=r[0]),ak(i)}throw new Error("Selector was not found.")}function rk(e,t,n){for(var i=null,r=[],o=e,a=0,s=function(){var e=dk(function(e){var t=e.getAttribute("id");return t&&WC.idName(t)?{name:"#"+Ek(t,{isIdentifier:!0}),penalty:0}:null}(o))||dk.apply(void 0,eS(function(e){return Array.from(e.attributes).filter((function(e){return WC.attr(e.name,e.value)})).map((function(e){return{name:"["+Ek(e.name,{isIdentifier:!0})+'="'+Ek(e.value)+'"]',penalty:.5}}))}(o)))||dk.apply(void 0,eS(function(e){return Array.from(e.classList).filter(WC.className).map((function(e){return{name:"."+Ek(e,{isIdentifier:!0}),penalty:1}}))}(o)))||dk(function(e){var t=e.tagName.toLowerCase();return WC.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 i=0;n&&(n.nodeType===Node.ELEMENT_NODE&&i++,n!==e);)n=n.nextSibling;return i}(o);if(t===qC.All)s&&(e=e.concat(e.filter(uk).map((function(e){return lk(e,s)}))));else if(t===qC.Two)e=e.slice(0,1),s&&(e=e.concat(e.filter(uk).map((function(e){return lk(e,s)}))));else if(t===qC.One){var c=function(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||tS(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.")}()}(e=e.slice(0,1),1)[0];s&&uk(c)&&(e=[lk(c,s)])}var l,u=Z_(e);try{for(u.s();!(l=u.n()).done;)l.value.level=a}catch(e){u.e(e)}finally{u.f()}if(r.push(e),r.length>=WC.seedMinLength&&(i=ok(r,n)))return 1;o=o.parentElement,a++};o&&o!==WC.root.parentElement&&!s(););return i||(i=ok(r,n)),i}function ok(e,t){var n=pk(function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(t.length>0){var i,r=[],o=Z_(t[0]);try{for(o.s();!(i=o.n()).done;){var a=i.value;r=r.concat(e(t.slice(1,t.length),n.concat(a)))}}catch(t){o.e(t)}finally{o.f()}return r}return[n]}(e));if(n.length>WC.threshold)return t?t():null;var i,r=Z_(n);try{for(r.s();!(i=r.n()).done;){var o=i.value;if(ck(o))return o}}catch(e){r.e(e)}finally{r.f()}return null}function ak(e){for(var t=e[0],n=t.name,i=1;i<e.length;i++){var r=e[i].level||0;n=t.level===r-1?"".concat(e[i].name," > ").concat(n):"".concat(e[i].name," ").concat(n),t=e[i]}return n}function sk(e){return e.map((function(e){return e.penalty})).reduce((function(e,t){return e+t}),0)}function ck(e){switch(KC.querySelectorAll(ak(e)).length){case 0:throw new Error("Can't select any node with this selector: ".concat(ak(e)));case 1:return!0;default:return!1}}function lk(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function uk(e){return"html"!==e.name&&!e.name.startsWith("#")}function dk(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=t.filter(hk);return i.length>0?i:null}function hk(e){return null!=e}function pk(e){return Array.from(e).sort((function(e,t){return sk(e)-sk(t)}))}function fk(e,t){return KC.querySelector(ak(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"}(BC||(BC={})),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"}(jC||(jC={})),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"}(GC||(GC={})),function(e){e.DEFAULT="DEFAULT",e.INITIAL="INITIAL",e.SUBSEQUENT="SUBSEQUENT",e.PAGINATED="PAGINATED"}(HC||(HC={})),function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(qC||(qC={}));var vk=/[ -,\.\/:-@\[-\^`\{-~]/,mk=/[ -,\.\/:-@\[\]\^`\{-~]/,gk=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,yk={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};function Ek(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},yk),t);"single"!=n.quotes&&"double"!=n.quotes&&(n.quotes="single");for(var i="double"==n.quotes?'"':"'",r=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?vk.test(l)?"\\"+l:"\\"+u.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?"\\"+u.toString(16).toUpperCase()+" ":"\\"==l||!r&&('"'==l&&i==l||"'"==l&&i==l)||r&&mk.test(l)?"\\"+l:l;a+=d}return r&&(/^-[-\d]/.test(a)?a="\\-"+a.slice(1):/\d/.test(o)&&(a="\\3"+o+" "+a.slice(1))),a=a.replace(gk,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!r&&n.wrap?i+a+i:a}var bk,wk=[{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 Tk(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e&&"function"==typeof e.now&&(e.timeOrigin||e.timing)){var n,i=e.now();return n=!e.timing&&t?Math.floor(e.timeOrigin):e.timing.navigationStart,Math.round(i+n)}return Date.now()}function _k(e){var t=e||performance;return Math.round(t.now())}function Sk(e){if(!e)return"null";if(e.nodeType===Node.ELEMENT_NODE)try{return ik(e,{idName:function(e){return 0!==e.indexOf("ember")}})}catch(e){return"serialization_error"}var t=Sk(e.parentElement||void 0);return"".concat(t," > nodeType(").concat(e.nodeType,")")}function Ik(e,t,n,i){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,o=e.duration;r.push({entryType:"MEASURE",name:t,startTime:n,duration:o}),null==i||i({measurementName:t,measurementType:"MEASURE",measureProgressStates:[{measureProgressName:t,timestamp:n,duration:o}]})})),t["user-timing-mark-enabled"]&&e.getEntriesByType("mark").forEach((function(e){var t=e.name,n=e.startTime,o=e.duration;r.push({entryType:"MARK",name:t,startTime:n,duration:o}),null==i||i({measurementName:t,measurementType:"MARK",measureProgressStates:[{measureProgressName:t,timestamp:n}]})})),n&&(e.clearMeasures(),e.clearMarks())),r}function Ck(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}var kk,Ak,Ok=function(){function e(t){rS(this,e),sS(this,"hostApis",void 0),sS(this,"hostnameProperties",void 0),sS(this,"usedHostnames",void 0),sS(this,"abortController",void 0),sS(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 aS(e,[{key:"clearUsedHostnames",value:function(){this.usedHostnames=new Set}},{key:"getPresentData",value:function(){var e=this;return tC(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,i=n.AbortController,r=n.Promise,o=eC(tC(this.pendingPromises),r),a=setTimeout((function(){t.abortController.abort(),t.abortController=new i}),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,i,r=this.hostApis.assign,o=(n=e.name,i=this.hostApis.document,(bk=bk||i.createElement("a")).href=n,bk.hostname);if(this.usedHostnames.add(o),!this.hostnameProperties[o]&&!this.isResourcePossiblyFromCache(e)){var a=this.fetchCdnFromUrl(e.name).then((function(e){var n=r({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}(),xk=["latency","acq_time","allFeatures","requestIdleCallback","getCookieString","_cookieRegEx","bcookie","substring","getDomain","; path=","string","domain=","expires=","toUTCString","cookie","=([^;]*)","DNA","HUMAN","DFP_WEB","querySelector","nodeValue","https://www.linkedin.com","https://www.linkedin-ei.com","POST","setRequestHeader","application/json","send","getElementsByClassName","str2ab","btoa","fromCharCode","importPk","atob","crypto","subtle","importKey","RSA-OAEP","SHA-256","wrap","spki","wrapKey","raw","encode","wrapErrorResult","error","encryptWithKey","number","getRandomValues","AES-CBC","generateKey","encrypt","decrypt","resolve","encryptWithKeyIds","Error: ec2","isNaN","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","encryptWithKeyFromDifferentSources","publicKey","publicKeyVersion","uuidv4","from","_compress","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=","charAt","===","call","pow","battery","signals","FPDataCookie","apfcDf","flash/compiled/FontList.swf","/platform-telemetry/li/apfcDf","/apfc/collect","n/a","err","excluded","enabled","globalIntegration","complete","checkConfigAndInitializeAllIntegration","load","parse","useRequestIdleCallBack","settings-iframe","setting-headline","addEventListener","samplingTimeWindowInMillis","getItem","df_ts","enableOnDemandMode","pauseApfc","checkConfigAndInitializeGlobalIntegration","checkConfigAndInitializeThirdPartyIntegration","deleteItem","li_apfcdc","deleteDfCookieIfRequired","addDfCookieIfRequired","fpDataCookie","apfcTypes","dnaIntegrationEnabled","dnaIntegrationCompleted","intializeGlobalIntegration","includes","humanIntegrationEnabled","humanIntegrationCompleted","initializeHumanIntegration","dfpIntegrationEnabled","dfpIntegrationCompleted","intializeDfpIntegration","initialize","apfcDfPK","reentry","placePonfBeacon","reqid","pageInstance","isProd","fullFeatureCollection","populateFpDataCookie","apfcDfH","compressToBase64","apfcDfPKV","isSyncEnabledWithCb","payload","getBcookie","fb6bbd47-fa7c-4264-b4e9-b25948407586","ee078acd-0704-4344-9e5b-6b84b480c30a","https://merchantpool1.linkedin.com/mdt.js?session_id=","setAttribute","src","dfpIframeScript","doFpt","getElementsByTagName","PXdOjV695v","PXgoH0hfKu","https://li.protechts.net/index.html?ts=","&app_id=","&uc=scraping","generateSha256HashOrDefault","iframe","humanThirdPartyIframe","allow-same-origin allow-scripts","aria-hidden","true","0px","border","scraping","triggerApfc","reentryGlobalIntegration","reentryGlobalIntegrationOnDemand","extractDataCookie","onlyOnDemandFlow",":::","trackingId","memberId","sessionUrn","object","pemberly","isEmpty","div_bc","noscript","parseFromString","text/html","getAttribute","class","ponfUrl","searchParams","get","getElementById","bc_context",".linkedin-ei.com","undefined","triggerDnaApfcEvent","triggerDnaApfcEventOnDemand","x64Add","x64Multiply","x64Rotl","x64LeftShift","x64Fmix","x64Xor","x64hash128","length","charCodeAt","slice","00000000","toString","each","prototype","forEach","hasOwnProperty","map","push","getIPs","webkitRTCPeerConnection","stun:stun.l.google.com:19302","localDescription","sdp","split","indexOf","a=candidate:","c=IN","keys","candidate","iceGatheringState","createOffer","then","setLocalDescription","automationKey","undetected, fake browser","getBrowserNameAndVersion","webdriver","Firefox","document","documentElement","__webdriver_script_fn","Selenium","callPhantom","_phantom","NOT_AVAILABLE","webRtcKey","enumerateDevicesKey","isEnumerateDevicesSupported","mediaDevices","enumerateDevices","gid","groupId","kind","label","catch","audioKey","audio","excludeIOS11","userAgent","webkitOfflineAudioContext","type","triangle","frequency","setValueAtTime","currentTime","createDynamicsCompressor","threshold","knee","reduction","attack","release","function","connect","destination","startRendering","oncomplete","audioTimeout","timeout","renderedBuffer","getChannelData","reduce","abs","disconnect","UserAgent","language","userLanguage","systemLanguage","colorDepthKey","screen","colorDepth","deviceMemoryKey","deviceMemory"," GB","pixelDepthKey","pixelDepth","pixelRatioKey","devicePixelRatio","getScreenResolution","screenOrientationKey","detectScreenOrientation","Enabled","orientation","Orientation","msOrientation","mozOrientation","width","height","getAvailableScreenResolution","availWidth","availHeight","getTimezoneOffset","timezone","Intl","DateTimeFormat","resolvedOptions","sessionStorageKey","hasSessionStorage","localStorageKey","hasLocalStorage","indexedDbKey","addBehaviorKey","body","addBehavior","openDatabaseKey","openDatabase","cpuClassKey","getNavigatorCpuClass","oscpuKey","appNameKey","appName","appVersionKey","appVersion","appCodeNameKey","appCodeName","now","platformKey","getNavigatorPlatform","productKey","productSubKey","vendorKey","vendorSubKey","vendorSub","doNotTrackKey","incognitoKey","Chrome","RequestFileSystem","webkitRequestFileSystem","TEMPORARY","storage","estimate","Safari","localStorage","setItem","test","removeItem","open","onsuccess","EDGE","PointerEvent","MSPointerEvent","match","IE ","join","replace","OPR","splice","getWebglFp","javascriptsKey","scripts","locationKey","hash","host","hostname","href","origin","pathname","port","protocol","getSignals","getAdBlock","getHasLiedResolution","getHasLiedOs","getHasLiedBrowser","flashFontsKey","hasSwfObjectLoaded","hasMinFlashInstalled","swfPath","loadSwfAndDetectFonts","flash not installed","jsFontsKey","sans-serif","Andale Mono","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier New","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Console","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MYRIAD","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Trebuchet MS","Verdana","Wingdings","Wingdings 3","fonts","extendedJsFonts","concat","userDefinedFonts","filter","createElement","div","style","position","absolute","left","-9999px","fontSize","72px","normal","fontWeight","letterSpacing","lineBreak","lineHeight","textTransform","none","textAlign","textDecoration","textShadow","wordBreak","wordSpacing","textContent","mmmmmmmmmmlli","offsetWidth","offsetHeight","fontFamily","appendChild","removeChild","fontsHash","lists","mimetypesComponent","mimeTypes","suffixes","description","pluginsComponent","isIE","excludeIE","getIEPlugins","getRegularPlugins","plugins","pluginsShouldBeSorted","sort","name","getOwnPropertyDescriptor","ActiveXObject","AcroPDF.PDF","Adodb.Stream","AgControl.AgControl","DevalVRXCtrl.DevalVRXCtrl.1","MacromediaFlashPaper.MacromediaFlashPaper","Msxml2.DOMDocument","Msxml2.XMLHTTP","PDF.PdfCtrl","QuickTime.QuickTime","RealPlayer","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)","Scripting.Dictionary","Shell.UIHelper","ShockwaveFlash.ShockwaveFlash","Skype.Detection","TDCCtl.TDCCtl","WMPlayer.OCX","rmocx.RealPlayer G2 Control.1","ERROR","batteryKey","getBattery","level","charging","chargingTime","connection","downlink","downlinkMax","effectiveType","rtt","saveData","touchSupportKey","getTouchSupport","hardwareConcurrencyKey","getHardwareConcurrency","hasIndexedDB","hardwareConcurrency","cpuClass","getDoNotTrack","doNotTrack","msDoNotTrack","maxTouchPoints","msMaxTouchPoints","createEvent","TouchEvent","ontouchstart","canvas","inline","getContext","rect","canvasWinding","yes","textBaseline","fillStyle","#f60","dontUseFakeFontInCanvas","11pt Arial","font","fillText","Cwm fjordbank glyphs vext quiz, 😃","18pt Arial","multiply","beginPath","closePath","fill","arc","rgb(255,0,255)","evenodd","toDataURL","canvasHash","clearColor","enable","DEPTH_TEST","depthFunc","LEQUAL","clear","DEPTH_BUFFER_BIT","getWebglCanvas","createBuffer","bindBuffer","ARRAY_BUFFER","STATIC_DRAW","itemSize","numItems","createProgram","createShader","attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}","shaderSource","precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}","compileShader","attachShader","useProgram","vertexPosAttrib","getAttribLocation","attrVertex","offsetUniform","getUniformLocation","enableVertexAttribArray","vertexPosArray","vertexAttribPointer","FLOAT","uniform2f","drawArrays","TRIANGLE_STRIP","webgl","hashOnly","vendorAndRenderer","getWebglVendorAndRenderer","extensions","getSupportedExtensions","webgl aliased line width range","getParameter","ALIASED_LINE_WIDTH_RANGE","webgl aliased point size range","webgl alpha bits","antialias","BLUE_BITS","webgl depth bits","DEPTH_BITS","webgl green bits","GREEN_BITS","webgl max anisotropy","getExtension","EXT_texture_filter_anisotropic","MOZ_EXT_texture_filter_anisotropic","MAX_TEXTURE_MAX_ANISOTROPY_EXT","webgl max combined texture image units","MAX_COMBINED_TEXTURE_IMAGE_UNITS","webgl max cube map texture size","webgl max fragment uniform vectors","MAX_FRAGMENT_UNIFORM_VECTORS","webgl max render buffer size","MAX_RENDERBUFFER_SIZE","webgl max texture image units","MAX_TEXTURE_IMAGE_UNITS","webgl max varying vectors","MAX_VARYING_VECTORS","webgl max vertex texture image units","MAX_VERTEX_TEXTURE_IMAGE_UNITS","MAX_VERTEX_UNIFORM_VECTORS","webgl max viewport dims","MAX_VIEWPORT_DIMS","webgl red bits","RED_BITS","webgl renderer","webgl shading language version","SHADING_LANGUAGE_VERSION","webgl stencil bits","STENCIL_BITS","webgl vendor","VENDOR","WEBGL_debug_renderer_info","UNMASKED_VENDOR_WEBGL","webgl unmasked renderer","UNMASKED_RENDERER_WEBGL","getShaderPrecisionFormat","INT","VERTEX","FRAGMENT","HIGH","LOW","precision","rangeMax","_SHADER","precision ","webgl ","toLowerCase"," shader ","innerHTML","&nbsp;","className","adsbox","getHasLiedLanguages","languages","substr","platform","windows phone","win","Windows","Android","linux","cros","Linux","iphone","ipad","mac","Other","Windows Phone","iOS","pike","ipod","Mac","productSub","opr","Opera","chrome","safari","trident","Internet Explorer","20030107","toSource","isCanvasSupported","Microsoft Internet Explorer","Netscape","swfobject","hasFlashPlayerVersion","9.0.0","addFlashDivNode","swfContainerId","embedSWF","always","false","components","webrtc","tsSeed","location","javascripts","oscpu","numOfCores","vendor","languageKey","timezoneOffset","screenResolution","screenOrientation","availableScreenResolution","availableScreenResolutionKey","sessionStorage","indexedDb","webglKey","signalsKey","touchSupport","networkInfo","networkInfoKey","automation","mimetyps","fontsFlash","getFeatures","excludes","key","alias","getData","shouldEnforceDataLimit","dataLimit","stringify","data","errors"," Data length for:"," was found to be:"];kk=xk,Ak=176,function(e){for(;--e;)kk.push(kk.shift())}(++Ak);var Lk=function(e,t){return xk[e-=0]};!function(){var e=function(e,t,n,i,r,o){function a(){rS(this,a)}return aS(a,null,[{key:Lk("0x0"),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:Lk("0x1"),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:Lk("0x2"),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:Lk("0x3"),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:Lk("0x4"),value:function(e){return e=a[Lk("0x5")](e,[0,e[0]>>>1]),e=a[Lk("0x1")](e,[4283543511,3981806797]),e=a[Lk("0x5")](e,[0,e[0]>>>1]),e=a[Lk("0x1")](e,[3301882366,444984403]),a[Lk("0x5")](e,[0,e[0]>>>1])}},{key:Lk("0x6"),value:function(e,t){t=t||0;var n,i=(e=e||"")[Lk("0x7")]%16,r=e[Lk("0x7")]-i,o=[0,t],s=[0,t],c=[0,0],l=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(n=0;n<r;n+=16)c=[255&e[Lk("0x8")](n+4)|(255&e[Lk("0x8")](n+5))<<8|(255&e[Lk("0x8")](n+6))<<16|(255&e[Lk("0x8")](n+7))<<24,255&e.charCodeAt(n)|(255&e[Lk("0x8")](n+1))<<8|(255&e[Lk("0x8")](n+2))<<16|(255&e[Lk("0x8")](n+3))<<24],l=[255&e[Lk("0x8")](n+12)|(255&e[Lk("0x8")](n+13))<<8|(255&e[Lk("0x8")](n+14))<<16|(255&e[Lk("0x8")](n+15))<<24,255&e.charCodeAt(n+8)|(255&e[Lk("0x8")](n+9))<<8|(255&e[Lk("0x8")](n+10))<<16|(255&e[Lk("0x8")](n+11))<<24],c=a[Lk("0x1")](c,u),c=a.x64Rotl(c,31),c=a.x64Multiply(c,d),o=a.x64Xor(o,c),o=a[Lk("0x2")](o,27),o=a[Lk("0x0")](o,s),o=a[Lk("0x0")](a.x64Multiply(o,[0,5]),[0,1390208809]),l=a[Lk("0x1")](l,d),l=a[Lk("0x2")](l,33),l=a.x64Multiply(l,u),s=a.x64Xor(s,l),s=a[Lk("0x2")](s,31),s=a[Lk("0x0")](s,o),s=a[Lk("0x0")](a[Lk("0x1")](s,[0,5]),[0,944331445]);switch(c=[0,0],l=[0,0],i){case 15:l=a[Lk("0x5")](l,a.x64LeftShift([0,e[Lk("0x8")](n+14)],48));case 14:l=a[Lk("0x5")](l,a[Lk("0x3")]([0,e.charCodeAt(n+13)],40));case 13:l=a.x64Xor(l,a[Lk("0x3")]([0,e[Lk("0x8")](n+12)],32));case 12:l=a[Lk("0x5")](l,a.x64LeftShift([0,e[Lk("0x8")](n+11)],24));case 11:l=a[Lk("0x5")](l,a[Lk("0x3")]([0,e[Lk("0x8")](n+10)],16));case 10:l=a[Lk("0x5")](l,a[Lk("0x3")]([0,e[Lk("0x8")](n+9)],8));case 9:l=a.x64Xor(l,[0,e[Lk("0x8")](n+8)]),l=a.x64Multiply(l,d),l=a.x64Rotl(l,33),l=a[Lk("0x1")](l,u),s=a[Lk("0x5")](s,l);case 8:c=a.x64Xor(c,a.x64LeftShift([0,e.charCodeAt(n+7)],56));case 7:c=a[Lk("0x5")](c,a[Lk("0x3")]([0,e[Lk("0x8")](n+6)],48));case 6:c=a[Lk("0x5")](c,a[Lk("0x3")]([0,e[Lk("0x8")](n+5)],40));case 5:c=a[Lk("0x5")](c,a.x64LeftShift([0,e[Lk("0x8")](n+4)],32));case 4:c=a.x64Xor(c,a[Lk("0x3")]([0,e.charCodeAt(n+3)],24));case 3:c=a[Lk("0x5")](c,a[Lk("0x3")]([0,e[Lk("0x8")](n+2)],16));case 2:c=a[Lk("0x5")](c,a[Lk("0x3")]([0,e.charCodeAt(n+1)],8));case 1:c=a[Lk("0x5")](c,[0,e[Lk("0x8")](n)]),c=a[Lk("0x1")](c,u),c=a[Lk("0x2")](c,31),c=a[Lk("0x1")](c,d),o=a[Lk("0x5")](o,c)}return o=a[Lk("0x5")](o,[0,e[Lk("0x7")]]),s=a[Lk("0x5")](s,[0,e[Lk("0x7")]]),o=a[Lk("0x0")](o,s),s=a[Lk("0x0")](s,o),o=a[Lk("0x4")](o),s=a.x64Fmix(s),o=a.x64Add(o,s),s=a[Lk("0x0")](s,o),("00000000"+(o[0]>>>0).toString(16))[Lk("0x9")](-8)+(Lk("0xa")+(o[1]>>>0)[Lk("0xb")](16)).slice(-8)+("00000000"+(s[0]>>>0)[Lk("0xb")](16)).slice(-8)+(Lk("0xa")+(s[1]>>>0)[Lk("0xb")](16))[Lk("0x9")](-8)}}]),a}(),t=function(t,n,i,r,o,a,s,c,l,u,d,h,p,f,v,m,g,y,E,b,w,T,_,S,I,C,k,A,O,x,L,R,N,P,D,M,U,F,B,j,G,H,q,W,K,z,V,X,J,Y,Q,$,Z,ee,te,ne,ie,re,oe,ae,se,ce,le,ue){function de(){rS(this,de),this[Lk("0x1f8")]=[{key:Lk("0x1f9"),getData:de[Lk("0x2d")],shouldEnforceDataLimit:!0,dataLimit:1e3},{key:Lk("0x31"),getData:de.enumerateDevicesKey,shouldEnforceDataLimit:!0,dataLimit:22e3},{key:Lk("0x81"),getData:de[Lk("0x80")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x1fa"),getData:de.seedKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x83"),getData:de[Lk("0x82")],shouldEnforceDataLimit:!0,dataLimit:300},{key:Lk("0x85"),getData:de[Lk("0x84")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x1fb"),getData:de.locationKey,shouldEnforceDataLimit:!0,dataLimit:1500},{key:Lk("0x1fc"),getData:de.javascriptsKey,shouldEnforceDataLimit:!0,dataLimit:2200},{key:Lk("0x1d3"),getData:de.platformKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"product",getData:de[Lk("0x89")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x1e4"),getData:de[Lk("0x8a")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x149"),getData:de[Lk("0x7d")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x1fd"),getData:de[Lk("0x7f")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x148"),getData:de[Lk("0x145")],alias:Lk("0x1fe"),shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x5b"),getData:de.deviceMemoryKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x1ff"),getData:de.vendorKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x8d"),getData:de.vendorSubKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x54"),getData:de[Lk("0x200")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x201"),getData:de[Lk("0x201")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x6f"),getData:de.timezone,shouldEnforceDataLimit:!0,dataLimit:100},{key:"userAgent",getData:de[Lk("0x53")],shouldEnforceDataLimit:!0,dataLimit:1500},{key:Lk("0x24"),getData:de.webdriver,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x14b"),getData:de.doNotTrackKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:"incognito",getData:de.incognitoKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x59"),getData:de[Lk("0x57")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x5e"),getData:de[Lk("0x5d")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"pixelRatio",getData:de.pixelRatioKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x202"),getData:de.screenResolutionKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x203"),getData:de[Lk("0x62")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x204"),getData:de[Lk("0x205")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x206"),getData:de.sessionStorageKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x97"),getData:de[Lk("0x75")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x207"),getData:de.indexedDbKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x7a"),getData:de[Lk("0x78")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"openDatabase",getData:de[Lk("0x7b")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x152"),getData:de.canvasKey,shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x18c"),getData:de[Lk("0x208")],shouldEnforceDataLimit:!0,dataLimit:6e3},{key:"signals",getData:de[Lk("0x209")],shouldEnforceDataLimit:!0,dataLimit:150},{key:Lk("0x20a"),getData:de[Lk("0x143")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x20b"),getData:de[Lk("0x20c")],shouldEnforceDataLimit:!0,dataLimit:150},{key:"battery",getData:de[Lk("0x138")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x38"),getData:de[Lk("0x37")],shouldEnforceDataLimit:!0,dataLimit:100},{key:Lk("0x20d"),getData:de[Lk("0x21")],shouldEnforceDataLimit:!0,dataLimit:100},{key:"plugins",getData:de[Lk("0x119")],shouldEnforceDataLimit:!0,dataLimit:17e3},{key:Lk("0x20e"),getData:de[Lk("0x115")],shouldEnforceDataLimit:!0,dataLimit:27e3},{key:"fonts",getData:de[Lk("0xbd")],shouldEnforceDataLimit:!0,dataLimit:1500},{key:Lk("0x20f"),getData:de[Lk("0xb7")],shouldEnforceDataLimit:!0,dataLimit:100}]}return aS(de,[{key:Lk("0x210"),value:function(e,t){if(Lk("0x47")==iS(e)){if(!t)return e({error:"Options not provided"});var n={data:{latency:{acq_time:{}},errors:{}}},i=Date[Lk("0x86")](),r={},o=0,a=0;this[Lk("0x1f8")][Lk("0xe")]((function(s){if(!t[Lk("0x211")][s[Lk("0x212")]]){var c=s[Lk("0x212")];void 0!==s.alias&&null!==s[Lk("0x213")]&&s[Lk("0x213")][Lk("0x7")]>0&&(c=s.alias),o++;var l=function(){r[c]=Date[Lk("0x86")]();try{s[Lk("0x214")]((function(t){if(!1!==s[Lk("0x215")]){var l=s[Lk("0xf")](Lk("0x216"))&&"number"==typeof s.dataLimit?s[Lk("0x216")]:1e3,u=JSON[Lk("0x217")](t)[Lk("0x7")];u>l&&(n[Lk("0x218")][Lk("0x219")][c]="Exceeded current data limit:"+l+Lk("0x21a")+c+Lk("0x21b")+u,t={})}n.data[c]=t,n[Lk("0x218")][Lk("0x21c")].acq_time[c]=Date[Lk("0x86")]()-r[c],++a>=o&&(n.data.latency[Lk("0x21d")][Lk("0x21e")]=Date.now()-i,n[Lk("0x218")].allFeaturesCollectionAt=Date.now(),e(n[Lk("0x218")],!0))}),t)}catch(e){n[Lk("0x218")][Lk("0x219")][c]=String(e)}};"function"==typeof window[Lk("0x21f")]&&!1!==t.useRequestIdleCallBack?window[Lk("0x21f")](l):l()}})),n[Lk("0x218")][Lk("0x21c")][Lk("0x21d")][Lk("0x21e")]=Date[Lk("0x86")]()-i,e(n[Lk("0x218")],!1)}}}],[{key:t,value:function(e,t){if(Array[Lk("0xd")][Lk("0xe")]&&e[Lk("0xe")]===Array[Lk("0xd")][Lk("0xe")])e[Lk("0xe")](t);else if(e[Lk("0x7")]===+e[Lk("0x7")])for(var n=0,i=e.length;n<i;n++)t(e[n],n,e);else for(var r in e)e[Lk("0xf")](r)&&t(e[r],r,e)}},{key:n,value:function(e,t){var n=[];return null==e?n:Array.prototype[Lk("0x10")]&&e.map===Array[Lk("0xd")][Lk("0x10")]?e.map(t):(de[Lk("0xc")](e,(function(e,i,r){n[Lk("0x11")](t(e,i,r))})),n)}},{key:i,value:function(e,t){var n={},i=new(window.RTCPeerConnection||window[Lk("0x13")]||window.mozRTCPeerConnection||window.msRTCPeerConnection)({iceServers:[{urls:Lk("0x14")}]},{optional:[{RtpDataChannels:!0}]}),r=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=i[Lk("0x15")];null!==e&&e[Lk("0x16")][Lk("0x17")]("\n").forEach((function(e){0!==e[Lk("0x18")](Lk("0x19"))&&0!==e[Lk("0x18")](Lk("0x1a"))||r(e)})),t(Object[Lk("0x1b")](n))}};i.onicecandidate=function(e){e[Lk("0x1c")]&&r(e[Lk("0x1c")].candidate)},i.onicegatheringstatechange=function(e){"complete"===i[Lk("0x1d")]&&a()},i.createDataChannel("bl");try{i[Lk("0x1e")]()[Lk("0x1f")]((function(e){i[Lk("0x20")](e)}))}catch(e){i[Lk("0x1e")]((function(e){i[Lk("0x20")](e,(function(){}),(function(){}))}),(function(){}))}setTimeout((function(){a()}),2e3)}},{key:r,value:function(e,t){if(de.getHasLiedBrowser())e(Lk("0x22"));else{var n=de[Lk("0x23")]()[Lk("0x17")](" ")[0];"Chrome"!==n||!0!==navigator[Lk("0x24")]?Lk("0x25")===n&&window[Lk("0x26")][Lk("0x27")].getAttribute(Lk("0x24"))||"_Selenium_IDE_Recorder"in window||Lk("0x28")in document?e(Lk("0x29")):window[Lk("0x2a")]||window[Lk("0x2b")]?e("PhantomJS"):e(t[Lk("0x2c")]):e(Lk("0x29"))}}},{key:o,value:function(e,t){try{de[Lk("0x12")](t,(function(t){e({ips:t})}))}catch(t){e({exception:{name:t.name,message:t.message}})}}},{key:a,value:function(e,t){if(!de[Lk("0x2f")]())return e(t.NOT_AVAILABLE);navigator[Lk("0x30")][Lk("0x31")]().then((function(t){e(t[Lk("0x10")]((function(e){var t={};return t.id=e.deviceId,t[Lk("0x32")]=e[Lk("0x33")],t[Lk("0x34")]=e[Lk("0x34")],t.label=e[Lk("0x35")],t})))}))[Lk("0x36")]((function(t){e(t)}))}},{key:"isEnumerateDevicesSupported",value:function(){return navigator[Lk("0x30")]&&navigator[Lk("0x30")].enumerateDevices}},{key:s,value:function(e,t){var n=t[Lk("0x38")];if(n[Lk("0x39")]&&navigator[Lk("0x3a")].match(/OS 11.+Version\/11.+Safari/))return e(t.EXCLUDED);var i=window.OfflineAudioContext||window[Lk("0x3b")];if(null==i)return e(t[Lk("0x2c")]);var r=new i(1,44100,44100),o=r.createOscillator();o[Lk("0x3c")]=Lk("0x3d"),o[Lk("0x3e")][Lk("0x3f")](1e4,r[Lk("0x40")]);var a=r[Lk("0x41")]();de[Lk("0xc")]([[Lk("0x42"),-50],[Lk("0x43"),40],["ratio",12],[Lk("0x44"),-20],[Lk("0x45"),0],[Lk("0x46"),.25]],(function(e){void 0!==a[e[0]]&&Lk("0x47")==iS(a[e[0]][Lk("0x3f")])&&a[e[0]][Lk("0x3f")](e[1],r.currentTime)})),o[Lk("0x48")](a),a[Lk("0x48")](r[Lk("0x49")]),o.start(0),r[Lk("0x4a")]();var s=setTimeout((function(){return r[Lk("0x4b")]=function(){},r=null,e(Lk("0x4c"))}),n[Lk("0x4d")]);r[Lk("0x4b")]=function(t){var n;try{clearTimeout(s),n=t[Lk("0x4e")][Lk("0x4f")](0)[Lk("0x9")](4500,5e3)[Lk("0x50")]((function(e,t){return e+Math[Lk("0x51")](t)}),0)[Lk("0xb")](),o[Lk("0x52")](),a[Lk("0x52")]()}catch(t){return void e(t)}e(n)}}},{key:c,value:function(e){e(navigator[Lk("0x3a")])}},{key:l,value:function(e,t){e(void 0===navigator[Lk("0x24")]||null===navigator[Lk("0x24")]?t.NOT_AVAILABLE:navigator[Lk("0x24")])}},{key:"languageKey",value:function(e,t){e(navigator[Lk("0x54")]||navigator[Lk("0x55")]||navigator.browserLanguage||navigator[Lk("0x56")]||t.NOT_AVAILABLE)}},{key:u,value:function(e,t){e(window[Lk("0x58")][Lk("0x59")]||t[Lk("0x2c")])}},{key:d,value:function(e,t){var n=navigator[Lk("0x5b")]||t[Lk("0x2c")];n!==t[Lk("0x2c")]&&(n+=Lk("0x5c")),e(n)}},{key:h,value:function(e,t){e(window[Lk("0x58")][Lk("0x5e")]||t[Lk("0x2c")])}},{key:p,value:function(e,t){e(window[Lk("0x60")]||t[Lk("0x2c")])}},{key:"screenResolutionKey",value:function(e,t){e(de[Lk("0x61")](t))}},{key:f,value:function(e,t){if(t[Lk("0x58")][Lk("0x63")]){var n={};n[Lk("0x64")]=void 0!==screen[Lk("0x65")],n[Lk("0x66")]=screen[Lk("0x67")]||screen[Lk("0x68")]||(screen.orientation||{})[Lk("0x3c")],e(n)}else e(t.EXCLUDED)}},{key:"getScreenResolution",value:function(){return{w:window[Lk("0x58")][Lk("0x69")],h:window.screen[Lk("0x6a")]}}},{key:"availableScreenResolutionKey",value:function(e,t){e(de.getAvailableScreenResolution(t))}},{key:v,value:function(e){return window.screen[Lk("0x6c")]&&window[Lk("0x58")][Lk("0x6d")]?{w:window[Lk("0x58")][Lk("0x6c")],h:window[Lk("0x58")].availHeight}:e[Lk("0x2c")]}},{key:"timezoneOffset",value:function(e){e((new Date)[Lk("0x6e")]()/60)}},{key:m,value:function(e,t){window[Lk("0x70")]&&window[Lk("0x70")][Lk("0x71")]?e((new window.Intl.DateTimeFormat)[Lk("0x72")]().timeZone):e(t.NOT_AVAILABLE)}},{key:g,value:function(e,t){e(de[Lk("0x74")](t))}},{key:y,value:function(e,t){e(de[Lk("0x76")](t))}},{key:E,value:function(e,t){e(de.hasIndexedDB(t))}},{key:b,value:function(e){e(!(!document[Lk("0x79")]||!document[Lk("0x79")][Lk("0x7a")]))}},{key:w,value:function(e){e(!!window[Lk("0x7c")])}},{key:T,value:function(e,t){e(de[Lk("0x7e")](t))}},{key:_,value:function(e,t){e(navigator.oscpu||t.NOT_AVAILABLE)}},{key:S,value:function(e,t){e(navigator[Lk("0x81")]||t[Lk("0x2c")])}},{key:I,value:function(e,t){e(navigator[Lk("0x83")]||t.NOT_AVAILABLE)}},{key:C,value:function(e,t){e(navigator[Lk("0x85")]||t.NOT_AVAILABLE)}},{key:"seedKey",value:function(e,t){e(Date[Lk("0x86")]())}},{key:k,value:function(e,t){e(de[Lk("0x88")](t))}},{key:A,value:function(e,t){e(navigator.product||t.NOT_AVAILABLE)}},{key:O,value:function(e,t){e(navigator.productSub||t[Lk("0x2c")])}},{key:x,value:function(e,t){e(navigator.vendor||t[Lk("0x2c")])}},{key:L,value:function(e,t){e(navigator[Lk("0x8d")]||t[Lk("0x2c")])}},{key:R,value:function(e,t){e(de.getDoNotTrack(t))}},{key:N,value:function(e,t){var n=de[Lk("0x23")]()[Lk("0x17")](" "),i=n[0],r=n[1],o=t[Lk("0x2c")];if(Lk("0x90")===i)if(parseInt(r)<=74){var a=window[Lk("0x91")]||window[Lk("0x92")];a?a(window[Lk("0x93")],100,(function(t){e(!1)}),(function(t){e(!0)})):e(o)}else"storage"in navigator&&"estimate"in navigator[Lk("0x94")]?navigator[Lk("0x94")][Lk("0x95")]().then((function(t){var n=t.quota;e(o=n<125829120)})):e(o);else if(Lk("0x96")===i){if(o=!1,window.safariIncognito)o=!0;else{try{window[Lk("0x7c")](null,null,null,null)}catch(e){o=!0}try{window[Lk("0x97")][Lk("0x98")](Lk("0x99"),1)}catch(e){o=!0}}void 0===o&&(o=!1,window[Lk("0x97")][Lk("0x9a")](Lk("0x99"))),e(o)}else if(Lk("0x25")===i){var s=indexedDB[Lk("0x9b")](Lk("0x99"));s.onerror=function(){e(!0)},s[Lk("0x9c")]=function(){e(!1)}}else e("IE"===i||Lk("0x9d")===i?!window.indexedDB&&(window[Lk("0x9e")]||window[Lk("0x9f")]):o)}},{key:"getBrowserNameAndVersion",value:function(){var e,t=navigator[Lk("0x3a")],n=t[Lk("0xa0")](/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i[Lk("0x99")](n[1])?(e=/\brv[ :]+(\d+)/g.exec(t)||[],Lk("0xa1")+(e[1]||"")):Lk("0x90")===n[1]&&null!=(e=t.match(/\b(OPR|Edge)\/(\d+)/))?e[Lk("0x9")](1)[Lk("0xa2")](" ")[Lk("0xa3")](Lk("0xa4"),"Opera"):(n=n[2]?[n[1],n[2]]:[navigator[Lk("0x81")],navigator[Lk("0x83")],"-?"],null!=(e=t[Lk("0xa0")](/version\/(\d+)/i))&&n[Lk("0xa5")](1,1,e[1]),n.join(" "))}},{key:"canvasKey",value:function(e,t){de.isCanvasSupported()?e(de.getCanvasFp(t)):e(t[Lk("0x2c")])}},{key:"webglKey",value:function(e,t){de.isWebGlSupported()?e(de[Lk("0xa6")](t)):e(t[Lk("0x2c")])}},{key:P,value:function(e,t){if(void 0===document[Lk("0xa8")]||null===document.scripts)return e(t[Lk("0x2c")]);e([])}},{key:D,value:function(e,t){e({hash:location[Lk("0xaa")]||t[Lk("0x2c")],host:location[Lk("0xab")]||t[Lk("0x2c")],hostname:location[Lk("0xac")]||t.NOT_AVAILABLE,href:location[Lk("0xad")]||t[Lk("0x2c")],origin:location[Lk("0xae")]||t[Lk("0x2c")],pathname:location[Lk("0xaf")]||t[Lk("0x2c")],port:location[Lk("0xb0")]||t[Lk("0x2c")],protocol:location[Lk("0xb1")]||t[Lk("0x2c")]})}},{key:"signalsKey",value:function(e){e(de.getSignals())}},{key:M,value:function(){var e={adBlockInstalled:function(){return de[Lk("0xb3")]()},liedLanguages:function(){return de.getHasLiedLanguages()},liedResolution:function(){return de[Lk("0xb4")]()},liedOS:function(){return de[Lk("0xb5")]()},liedBrowser:function(){return de[Lk("0xb6")]()}},t={};for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=i(n)}return t}},{key:U,value:function(e,t){return de[Lk("0xb8")]()?de[Lk("0xb9")]()?t.fonts[Lk("0xba")]?void de[Lk("0xbb")]((function(t){e(t)}),t):e("missing options.fonts.swfPath"):e(Lk("0xbc")):e("swf object not loaded")}},{key:F,value:function(t,n){var i=["monospace",Lk("0xbe"),"serif"],r=[Lk("0xbf"),"Arial","Arial Black",Lk("0xc0"),Lk("0xc1"),Lk("0xc2"),Lk("0xc3"),Lk("0xc4"),Lk("0xc5"),Lk("0xc6"),Lk("0xc7"),"Calibri",Lk("0xc8"),Lk("0xc9"),Lk("0xca"),Lk("0xcb"),Lk("0xcc"),Lk("0xcd"),Lk("0xce"),Lk("0xcf"),"Courier",Lk("0xd0"),"Geneva","Georgia",Lk("0xd1"),Lk("0xd2"),Lk("0xd3"),Lk("0xd4"),"Lucida Calligraphy",Lk("0xd5"),"Lucida Fax",Lk("0xd6"),Lk("0xd7"),Lk("0xd8"),Lk("0xd9"),Lk("0xda"),Lk("0xdb"),Lk("0xdc"),Lk("0xdd"),"MS Gothic",Lk("0xde"),Lk("0xdf"),Lk("0xe0"),Lk("0xe1"),"MS Serif",Lk("0xe2"),"MYRIAD PRO",Lk("0xe3"),Lk("0xe4"),Lk("0xe5"),Lk("0xe6"),Lk("0xe7"),Lk("0xe8"),Lk("0xe9"),Lk("0xea"),Lk("0xeb"),Lk("0xec"),Lk("0xed"),"Times New Roman PS",Lk("0xee"),Lk("0xef"),Lk("0xf0"),"Wingdings 2",Lk("0xf1")];void 0!==n[Lk("0xf2")]&&void 0!==n[Lk("0xf2")][Lk("0xf3")]&&(r=r[Lk("0xf4")](n.fonts[Lk("0xf3")])),void 0!==n[Lk("0xf2")]&&void 0!==n[Lk("0xf2")][Lk("0xf5")]&&(r=r[Lk("0xf4")](n[Lk("0xf2")].userDefinedFonts)),r=r[Lk("0xf6")]((function(e,t){return r[Lk("0x18")](e)===t}));var o=document.getElementsByTagName(Lk("0x79"))[0],a=document[Lk("0xf7")](Lk("0xf8")),s=document[Lk("0xf7")](Lk("0xf8")),c={},l={},u=function(){var e=document[Lk("0xf7")]("span");return e[Lk("0xf9")][Lk("0xfa")]=Lk("0xfb"),e.style[Lk("0xfc")]=Lk("0xfd"),e[Lk("0xf9")][Lk("0xfe")]=Lk("0xff"),e.style.fontStyle=Lk("0x100"),e[Lk("0xf9")][Lk("0x101")]=Lk("0x100"),e[Lk("0xf9")][Lk("0x102")]=Lk("0x100"),e.style[Lk("0x103")]="auto",e[Lk("0xf9")][Lk("0x104")]=Lk("0x100"),e[Lk("0xf9")][Lk("0x105")]=Lk("0x106"),e[Lk("0xf9")][Lk("0x107")]=Lk("0xfc"),e[Lk("0xf9")][Lk("0x108")]=Lk("0x106"),e.style[Lk("0x109")]=Lk("0x106"),e[Lk("0xf9")].whiteSpace="normal",e[Lk("0xf9")][Lk("0x10a")]=Lk("0x100"),e[Lk("0xf9")][Lk("0x10b")]=Lk("0x100"),e[Lk("0x10c")]=Lk("0x10d"),e},d=function(e,t){var n=u();return n[Lk("0xf9")].fontFamily="'"+e+"',"+t,n},h=function(e){for(var t=!1,n=0;n<i[Lk("0x7")];n++)if(t=e[n][Lk("0x10e")]!==c[i[n]]||e[n][Lk("0x10f")]!==l[i[n]])return t;return t},p=function(){for(var e=[],t=0,n=i[Lk("0x7")];t<n;t++){var r=u();r[Lk("0xf9")][Lk("0x110")]=i[t],a[Lk("0x111")](r),e[Lk("0x11")](r)}return e}();o[Lk("0x111")](a);for(var f=0,v=i[Lk("0x7")];f<v;f++)c[i[f]]=p[f].offsetWidth,l[i[f]]=p[f][Lk("0x10f")];var m=function(){for(var e={},t=0,n=r[Lk("0x7")];t<n;t++){for(var o=[],a=0,c=i[Lk("0x7")];a<c;a++){var l=d(r[t],i[a]);s[Lk("0x111")](l),o[Lk("0x11")](l)}e[r[t]]=o}return e}();o[Lk("0x111")](s);for(var g=[],y=0,E=r[Lk("0x7")];y<E;y++)h(m[r[y]])&&g[Lk("0x11")](r[y]);o[Lk("0x112")](s),o.removeChild(a);var b={};b[Lk("0x113")]=e.x64hash128(g[Lk("0xa2")](),23),n.fonts.hashOnly||(b[Lk("0x114")]=g),t(b)}},{key:B,value:function(e,t){if(void 0!==navigator[Lk("0x116")]&&null!==navigator.mimeTypes){for(var n=navigator.mimeTypes,i=[],r=0;r<n[Lk("0x7")];r++){var o={};o.type=n[r].type,o[Lk("0x117")]=n[r].suffixes,o[Lk("0x118")]=n[r][Lk("0x118")],i[Lk("0x11")](o)}e(i)}else e(t[Lk("0x2c")])}},{key:j,value:function(e,t){de[Lk("0x11a")]()?t.plugins[Lk("0x11b")]?e(t.EXCLUDED):e(de[Lk("0x11c")](t)):e(de[Lk("0x11d")](t))}},{key:"getRegularPlugins",value:function(e){if(void 0===navigator[Lk("0x11e")]||null===navigator[Lk("0x11e")])return e[Lk("0x2c")];for(var t=[],n=0,i=navigator[Lk("0x11e")][Lk("0x7")];n<i;n++)navigator.plugins[n]&&t[Lk("0x11")](navigator[Lk("0x11e")][n]);return t[Lk("0x7")]>0&&de[Lk("0x11f")](e)&&(t=t[Lk("0x120")]((function(e,t){return e[Lk("0x121")]>t.name?1:e.name<t[Lk("0x121")]?-1:0}))),de.map(t,(function(e){var t=de[Lk("0x10")](e,(function(e){return[e[Lk("0x3c")],e.suffixes]}));return[e.name,e[Lk("0x118")],t]}))}},{key:"getIEPlugins",value:function(e){var t=[];if(Object[Lk("0x122")]&&Object[Lk("0x122")](window,Lk("0x123"))||Lk("0x123")in window){var n=[Lk("0x124"),Lk("0x125"),Lk("0x126"),Lk("0x127"),Lk("0x128"),Lk("0x129"),Lk("0x12a"),Lk("0x12b"),Lk("0x12c"),"QuickTimeCheckObject.QuickTimeCheck.1",Lk("0x12d"),Lk("0x12e"),Lk("0x12f"),Lk("0x130"),"SWCtl.SWCtl",Lk("0x131"),Lk("0x132"),Lk("0x133"),Lk("0x134"),Lk("0x135"),"rmocx.RealPlayer G2 Control",Lk("0x136")];t=de.map(n,(function(t){try{return new window.ActiveXObject(t),t}catch(t){return e[Lk("0x137")]}}))}else t[Lk("0x11")](e[Lk("0x2c")]);return navigator[Lk("0x11e")]&&(t=t[Lk("0xf4")](de[Lk("0x11d")](e))),t}},{key:G,value:function(e){for(var t=!1,n=0,i=e.plugins.sortPluginsFor[Lk("0x7")];n<i;n++){var r=e.plugins.sortPluginsFor[n];if(navigator[Lk("0x3a")][Lk("0xa0")](r)){t=!0;break}}return t}},{key:H,value:function(e,t){void 0!==navigator.getBattery?navigator[Lk("0x139")]().then((function(t){var n={};n[Lk("0x13a")]=t.level,n[Lk("0x13b")]=t.charging,n.chargingTime=t[Lk("0x13c")],n.dischargingTime=t.dischargingTime,e(n)})):e(t.NOT_AVAILABLE)}},{key:"networkInfoKey",value:function(e,t){var n=navigator[Lk("0x13d")];e(void 0!==n?{downlink:n[Lk("0x13e")],downlinkMax:n[Lk("0x13f")],type:n[Lk("0x3c")],effectiveType:n[Lk("0x140")],rtt:n[Lk("0x141")],saveData:n[Lk("0x142")]}:t[Lk("0x2c")])}},{key:q,value:function(e){e(de[Lk("0x144")]())}},{key:W,value:function(e,t){e(de[Lk("0x146")](t))}},{key:K,value:function(e){try{return!!window.sessionStorage}catch(t){return e[Lk("0x137")]}}},{key:z,value:function(e){try{return!!window.localStorage}catch(t){return e[Lk("0x137")]}}},{key:V,value:function(e){try{return!!window.indexedDB}catch(t){return e[Lk("0x137")]}}},{key:"getHardwareConcurrency",value:function(e){return navigator[Lk("0x148")]?navigator[Lk("0x148")]:e[Lk("0x2c")]}},{key:X,value:function(e){return navigator[Lk("0x149")]||e[Lk("0x2c")]}},{key:"getNavigatorPlatform",value:function(e){return navigator.platform?navigator.platform:e[Lk("0x2c")]}},{key:J,value:function(e){return navigator.doNotTrack?navigator[Lk("0x14b")]:navigator[Lk("0x14c")]?navigator[Lk("0x14c")]:window[Lk("0x14b")]?window[Lk("0x14b")]:e[Lk("0x2c")]}},{key:Y,value:function(){var e,t=0;void 0!==navigator[Lk("0x14d")]?t=navigator[Lk("0x14d")]:void 0!==navigator[Lk("0x14e")]&&(t=navigator[Lk("0x14e")]);try{document[Lk("0x14f")](Lk("0x150")),e=!0}catch(t){e=!1}return{maxTouchPoints:t,touchEvent:e,touchStart:Lk("0x151")in window}}},{key:"getCanvasFp",value:function(t){var n={},i=document.createElement(Lk("0x152"));i.width=2e3,i.height=200,i.style.display=Lk("0x153");var r=i[Lk("0x154")]("2d");return r[Lk("0x155")](0,0,10,10),r[Lk("0x155")](2,2,6,6),n[Lk("0x156")]=!1===r.isPointInPath(5,5,"evenodd")?Lk("0x157"):"no",r[Lk("0x158")]="alphabetic",r[Lk("0x159")]=Lk("0x15a"),r.fillRect(125,1,62,20),r[Lk("0x159")]="#069",t[Lk("0x15b")]?r.font=Lk("0x15c"):r[Lk("0x15d")]="11pt no-real-font-123",r[Lk("0x15e")](Lk("0x15f"),2,15),r[Lk("0x159")]="rgba(102, 204, 0, 0.2)",r[Lk("0x15d")]=Lk("0x160"),r[Lk("0x15e")](Lk("0x15f"),4,45),r.globalCompositeOperation=Lk("0x161"),r.fillStyle="rgb(255,0,255)",r[Lk("0x162")](),r.arc(50,50,50,0,2*Math.PI,!0),r[Lk("0x163")](),r[Lk("0x164")](),r[Lk("0x159")]="rgb(0,255,255)",r[Lk("0x162")](),r[Lk("0x165")](100,50,50,0,2*Math.PI,!0),r.closePath(),r[Lk("0x164")](),r.fillStyle="rgb(255,255,0)",r.beginPath(),r[Lk("0x165")](75,100,50,0,2*Math.PI,!0),r[Lk("0x163")](),r[Lk("0x164")](),r[Lk("0x159")]=Lk("0x166"),r[Lk("0x165")](75,75,75,0,2*Math.PI,!0),r[Lk("0x165")](75,75,25,0,2*Math.PI,!0),r[Lk("0x164")](Lk("0x167")),i[Lk("0x168")]&&(n[Lk("0x169")]=e[Lk("0x6")](i[Lk("0x168")](),23)),n}},{key:Q,value:function(t){var n,i=function(e){return n[Lk("0x16a")](0,0,0,1),n[Lk("0x16b")](n[Lk("0x16c")]),n[Lk("0x16d")](n[Lk("0x16e")]),n[Lk("0x16f")](n.COLOR_BUFFER_BIT|n[Lk("0x170")]),"["+e[0]+", "+e[1]+"]"};if(!(n=de[Lk("0x171")]()))return null;var r={},o=n[Lk("0x172")]();n[Lk("0x173")](n[Lk("0x174")],o);var a=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);n.bufferData(n[Lk("0x174")],a,n[Lk("0x175")]),o[Lk("0x176")]=3,o[Lk("0x177")]=3;var s=n[Lk("0x178")](),c=n[Lk("0x179")](n.VERTEX_SHADER);n.shaderSource(c,Lk("0x17a")),n.compileShader(c);var l=n[Lk("0x179")](n.FRAGMENT_SHADER);n[Lk("0x17b")](l,Lk("0x17c")),n[Lk("0x17d")](l),n[Lk("0x17e")](s,c),n.attachShader(s,l),n.linkProgram(s),n[Lk("0x17f")](s),s[Lk("0x180")]=n[Lk("0x181")](s,Lk("0x182")),s[Lk("0x183")]=n[Lk("0x184")](s,"uniformOffset"),n[Lk("0x185")](s[Lk("0x186")]),n[Lk("0x187")](s[Lk("0x180")],o[Lk("0x176")],n[Lk("0x188")],!1,0,0),n[Lk("0x189")](s[Lk("0x183")],1,1),n[Lk("0x18a")](n[Lk("0x18b")],0,o.numItems);try{r.webglHash=e[Lk("0x6")](n[Lk("0x152")].toDataURL(),23)}catch(e){}if(t[Lk("0x18c")][Lk("0x18d")])return r;r[Lk("0x18e")]=de[Lk("0x18f")](),r[Lk("0x190")]=n[Lk("0x191")]()||[],r[Lk("0x192")]=i(n[Lk("0x193")](n[Lk("0x194")])),r[Lk("0x195")]=i(n[Lk("0x193")](n.ALIASED_POINT_SIZE_RANGE)),r[Lk("0x196")]=n.getParameter(n.ALPHA_BITS),r["webgl antialiasing"]=n.getContextAttributes()[Lk("0x197")]?"yes":"no",r["webgl blue bits"]=n.getParameter(n[Lk("0x198")]),r[Lk("0x199")]=n[Lk("0x193")](n[Lk("0x19a")]),r[Lk("0x19b")]=n[Lk("0x193")](n[Lk("0x19c")]),r[Lk("0x19d")]=function(e){var t=e[Lk("0x19e")](Lk("0x19f"))||e[Lk("0x19e")]("WEBKIT_EXT_texture_filter_anisotropic")||e[Lk("0x19e")](Lk("0x1a0"));if(t){var n=e.getParameter(t[Lk("0x1a1")]);return 0===n&&(n=2),n}return null}(n),r[Lk("0x1a2")]=n[Lk("0x193")](n[Lk("0x1a3")]),r[Lk("0x1a4")]=n.getParameter(n.MAX_CUBE_MAP_TEXTURE_SIZE),r[Lk("0x1a5")]=n[Lk("0x193")](n[Lk("0x1a6")]),r[Lk("0x1a7")]=n[Lk("0x193")](n[Lk("0x1a8")]),r[Lk("0x1a9")]=n[Lk("0x193")](n[Lk("0x1aa")]),r["webgl max texture size"]=n[Lk("0x193")](n.MAX_TEXTURE_SIZE),r[Lk("0x1ab")]=n[Lk("0x193")](n[Lk("0x1ac")]),r["webgl max vertex attribs"]=n[Lk("0x193")](n.MAX_VERTEX_ATTRIBS),r[Lk("0x1ad")]=n[Lk("0x193")](n[Lk("0x1ae")]),r["webgl max vertex uniform vectors"]=n[Lk("0x193")](n[Lk("0x1af")]),r[Lk("0x1b0")]=i(n[Lk("0x193")](n[Lk("0x1b1")])),r[Lk("0x1b2")]=n.getParameter(n[Lk("0x1b3")]),r[Lk("0x1b4")]=n[Lk("0x193")](n.RENDERER),r[Lk("0x1b5")]=n[Lk("0x193")](n[Lk("0x1b6")]),r[Lk("0x1b7")]=n[Lk("0x193")](n[Lk("0x1b8")]),r[Lk("0x1b9")]=n.getParameter(n[Lk("0x1ba")]),r["webgl version"]=n[Lk("0x193")](n.VERSION);try{var u=n.getExtension(Lk("0x1bb"));u&&(r["webgl unmasked vendor"]=n[Lk("0x193")](u[Lk("0x1bc")]),r[Lk("0x1bd")]=n[Lk("0x193")](u[Lk("0x1be")]))}catch(e){}return n[Lk("0x1bf")]?(de[Lk("0xc")]([Lk("0x188"),Lk("0x1c0")],(function(e){de[Lk("0xc")]([Lk("0x1c1"),Lk("0x1c2")],(function(t){de[Lk("0xc")]([Lk("0x1c3"),"MEDIUM",Lk("0x1c4")],(function(i){de.each([Lk("0x1c5"),"rangeMin",Lk("0x1c6")],(function(o){var a=n[Lk("0x1bf")](n[t+Lk("0x1c7")],n[i+"_"+e])[o];"precision"!==o&&(o=Lk("0x1c8")+o);var s=[Lk("0x1c9"),t[Lk("0x1ca")](),Lk("0x1cb"),i[Lk("0x1ca")]()," ",e[Lk("0x1ca")]()," ",o].join("");r[s]=a}))}))}))})),r):r}},{key:$,value:function(){try{var e=de[Lk("0x171")](),t=e[Lk("0x19e")]("WEBGL_debug_renderer_info");return e[Lk("0x193")](t[Lk("0x1bc")])+"~"+e[Lk("0x193")](t[Lk("0x1be")])}catch(e){return null}}},{key:Z,value:function(){var e=document.createElement("div");e[Lk("0x1cc")]=Lk("0x1cd"),e[Lk("0x1ce")]=Lk("0x1cf");var t=!1;try{document[Lk("0x79")][Lk("0x111")](e),t=0===document.getElementsByClassName(Lk("0x1cf"))[0][Lk("0x10f")],document[Lk("0x79")][Lk("0x112")](e)}catch(e){t=!1}return t}},{key:ee,value:function(){if(void 0!==navigator[Lk("0x1d1")])try{if(navigator[Lk("0x1d1")][0][Lk("0x1d2")](0,2)!==navigator[Lk("0x54")][Lk("0x1d2")](0,2))return!0}catch(e){return!0}return!1}},{key:te,value:function(){return window[Lk("0x58")][Lk("0x69")]<window[Lk("0x58")][Lk("0x6c")]||window.screen[Lk("0x6a")]<window[Lk("0x58")].availHeight}},{key:ne,value:function(){var e,t=navigator[Lk("0x3a")][Lk("0x1ca")](),n=navigator.oscpu,i=navigator[Lk("0x1d3")][Lk("0x1ca")]();if(e=t[Lk("0x18")](Lk("0x1d4"))>=0?"Windows Phone":t[Lk("0x18")](Lk("0x1d5"))>=0?Lk("0x1d6"):t[Lk("0x18")]("android")>=0?Lk("0x1d7"):t.indexOf(Lk("0x1d8"))>=0||t[Lk("0x18")](Lk("0x1d9"))>=0?Lk("0x1da"):t[Lk("0x18")](Lk("0x1db"))>=0||t.indexOf(Lk("0x1dc"))>=0?"iOS":t[Lk("0x18")](Lk("0x1dd"))>=0?"Mac":Lk("0x1de"),("ontouchstart"in window||navigator.maxTouchPoints>0||navigator[Lk("0x14e")]>0)&&Lk("0x1df")!==e&&Lk("0x1d7")!==e&&Lk("0x1e0")!==e&&"Other"!==e)return!0;if(void 0!==n){if((n=n.toLowerCase())[Lk("0x18")]("win")>=0&&"Windows"!==e&&Lk("0x1df")!==e)return!0;if(n[Lk("0x18")](Lk("0x1d8"))>=0&&Lk("0x1da")!==e&&Lk("0x1d7")!==e)return!0;if(n.indexOf(Lk("0x1dd"))>=0&&"Mac"!==e&&Lk("0x1e0")!==e)return!0;if((-1===n[Lk("0x18")](Lk("0x1d5"))&&-1===n[Lk("0x18")](Lk("0x1d8"))&&-1===n[Lk("0x18")](Lk("0x1dd")))!=("Other"===e))return!0}return i[Lk("0x18")](Lk("0x1d5"))>=0&&Lk("0x1d6")!==e&&Lk("0x1df")!==e||(i.indexOf(Lk("0x1d8"))>=0||i[Lk("0x18")]("android")>=0||i.indexOf(Lk("0x1e1"))>=0)&&Lk("0x1da")!==e&&"Android"!==e||(i[Lk("0x18")](Lk("0x1dd"))>=0||i[Lk("0x18")](Lk("0x1dc"))>=0||i[Lk("0x18")](Lk("0x1e2"))>=0||i.indexOf(Lk("0x1db"))>=0)&&Lk("0x1e3")!==e&&Lk("0x1e0")!==e||(i[Lk("0x18")]("win")<0&&i[Lk("0x18")](Lk("0x1d8"))<0&&i[Lk("0x18")](Lk("0x1dd"))<0&&i[Lk("0x18")](Lk("0x1db"))<0&&i[Lk("0x18")](Lk("0x1dc"))<0)!=(Lk("0x1de")===e)||void 0===navigator[Lk("0x11e")]&&Lk("0x1d6")!==e&&"Windows Phone"!==e}},{key:ie,value:function(){var e,t=navigator[Lk("0x3a")][Lk("0x1ca")](),n=navigator[Lk("0x1e4")];if(e=t[Lk("0x18")]("firefox")>=0?Lk("0x25"):t[Lk("0x18")]("opera")>=0||t[Lk("0x18")](Lk("0x1e5"))>=0?Lk("0x1e6"):t[Lk("0x18")](Lk("0x1e7"))>=0?"Chrome":t[Lk("0x18")](Lk("0x1e8"))>=0?Lk("0x96"):t[Lk("0x18")](Lk("0x1e9"))>=0?Lk("0x1ea"):Lk("0x1de"),(Lk("0x90")===e||"Safari"===e||Lk("0x1e6")===e)&&Lk("0x1eb")!==n)return!0;var i,r=eval[Lk("0xb")]()[Lk("0x7")];if(37===r&&Lk("0x96")!==e&&"Firefox"!==e&&Lk("0x1de")!==e)return!0;if(39===r&&"Internet Explorer"!==e&&Lk("0x1de")!==e)return!0;if(33===r&&Lk("0x90")!==e&&Lk("0x1e6")!==e&&Lk("0x1de")!==e)return!0;try{throw"a"}catch(e){try{e[Lk("0x1ec")](),i=!0}catch(e){i=!1}}return i&&Lk("0x25")!==e&&"Other"!==e}},{key:re,value:function(){var e=document[Lk("0xf7")](Lk("0x152"));return!(!e.getContext||!e[Lk("0x154")]("2d"))}},{key:"isWebGlSupported",value:function(){if(!de[Lk("0x1ed")]())return!1;var e=de.getWebglCanvas();return!!window.WebGLRenderingContext&&!!e}},{key:oe,value:function(){return Lk("0x1ee")===navigator[Lk("0x81")]||!(Lk("0x1ef")!==navigator[Lk("0x81")]||!/Trident/[Lk("0x99")](navigator.userAgent))}},{key:ae,value:function(){return void 0!==window[Lk("0x1f0")]}},{key:se,value:function(){return window[Lk("0x1f0")][Lk("0x1f1")](Lk("0x1f2"))}},{key:ce,value:function(e){var t=document.createElement(Lk("0xf8"));t.setAttribute("id",e[Lk("0xf2")][Lk("0x1f4")]),document.body.appendChild(t)}},{key:"loadSwfAndDetectFonts",value:function(e,t){window.___fp_swf_loaded=function(t){e(t)};var n=t[Lk("0xf2")].swfContainerId;de[Lk("0x1f3")](),window[Lk("0x1f0")][Lk("0x1f5")](t[Lk("0xf2")].swfPath,n,"1","1",Lk("0x1f2"),!1,{onReady:"___fp_swf_loaded"},{allowScriptAccess:Lk("0x1f6"),menu:Lk("0x1f7")},{})}},{key:le,value:function(){var e=document[Lk("0xf7")](Lk("0x152")),t=null;try{t=e.getContext(Lk("0x18c"))||e[Lk("0x154")]("experimental-webgl")}catch(e){}return t||(t=null),t}}]),de}(Lk("0xc"),Lk("0x10"),Lk("0x12"),Lk("0x21"),Lk("0x2d"),Lk("0x2e"),Lk("0x37"),Lk("0x53"),Lk("0x24"),Lk("0x57"),Lk("0x5a"),Lk("0x5d"),Lk("0x5f"),Lk("0x62"),Lk("0x6b"),Lk("0x6f"),Lk("0x73"),Lk("0x75"),Lk("0x77"),Lk("0x78"),Lk("0x7b"),Lk("0x7d"),Lk("0x7f"),Lk("0x80"),Lk("0x82"),Lk("0x84"),Lk("0x87"),Lk("0x89"),Lk("0x8a"),Lk("0x8b"),Lk("0x8c"),Lk("0x8e"),Lk("0x8f"),Lk("0xa7"),Lk("0xa9"),Lk("0xb2"),Lk("0xb7"),Lk("0xbd"),Lk("0x115"),Lk("0x119"),Lk("0x11f"),Lk("0x138"),Lk("0x143"),Lk("0x145"),Lk("0x74"),Lk("0x76"),Lk("0x147"),Lk("0x7e"),Lk("0x14a"),Lk("0x144"),Lk("0xa6"),Lk("0x18f"),Lk("0xb3"),Lk("0x1d0"),Lk("0xb4"),Lk("0xb5"),Lk("0xb6"),Lk("0x1ed"),Lk("0x11a"),Lk("0xb8"),Lk("0xb9"),Lk("0x1f3"),Lk("0x171")),n={getItem:function(e){var t=this[Lk("0x220")]().match(this[Lk("0x221")](e));return t?t[1][Lk("0xa3")](/^"(.*)"$/,"$1"):""},getBcookie:function(){try{for(var e=document.cookie.split(/\s*;\s*/),t=0;t<e[Lk("0x7")];t++){var n=e[t].split("=");if(n[Lk("0x7")]>1&&Lk("0x222")===n[0]){var i=n[n[Lk("0x7")]-1];return i[Lk("0x223")](2,i[Lk("0x7")]-1)}}}catch(e){return""}return""},setItem:function(e,t,n){var i=arguments[Lk("0x7")]>3&&void 0!==arguments[3]?arguments[3]:this[Lk("0x224")]();if(n){var r=[e+"="+t+Lk("0x225")+(arguments[Lk("0x7")]>4&&void 0!==arguments[4]?arguments[4]:"/")+"; secure=true"];Lk("0x226")==iS(i)&&i.length>0&&r[Lk("0x11")](Lk("0x227")+i),r.push(Lk("0x228")+(n instanceof Date?n[Lk("0x229")]():n)),document[Lk("0x22a")]=r.join("; ")}},deleteItem:function(e){this.setItem(e,"",new Date(0))},_cookieRegEx:function(e){return new RegExp(e+Lk("0x22b"))},getCookieString:function(){return document[Lk("0x22a")]},getDomain:function(){return window[Lk("0x1fb")]?window.location.hostname:""}},i=Lk("0x22c"),r=Lk("0x22d"),o=Lk("0x22e");function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments[2],i=n?n[Lk("0x22f")]("#"+e):document.getElementById(e);if(i){var r=i.firstChild[Lk("0x230")];if(t&&i.parentNode[Lk("0x112")](i),r)try{return JSON.parse(r)}catch(e){return}}}function s(e,t,n){var i=new XMLHttpRequest,r=Lk(n?"0x231":"0x232");r+=String(t),i[Lk("0x9b")](Lk("0x233"),r),i[Lk("0x234")]("Content-Type",Lk("0x235")),i[Lk("0x236")](e)}function c(e){var t=document[Lk("0x237")](e);return void 0!==t&&t[Lk("0x7")]>=1}var l=function(e,t,n,i,r,o,s,c){function l(){rS(this,l)}return aS(l,null,[{key:Lk("0x238"),value:function(e){for(var t=new ArrayBuffer(e[Lk("0x7")]),n=new Uint8Array(t),i=0,r=e[Lk("0x7")];i<r;i++)n[i]=e[Lk("0x8")](i);return t}},{key:"encode",value:function(e){return window[Lk("0x239")](String[Lk("0x23a")].apply(null,e))}},{key:Lk("0x23b"),value:function(e,t,n){var i=window[Lk("0x23c")](t),r=l[Lk("0x238")](i);return window[Lk("0x23d")][Lk("0x23e")][Lk("0x23f")](e,r,{name:Lk("0x240"),hash:Lk("0x241")},!0,n)}},{key:Lk("0x242"),value:function(e,t){return l[Lk("0x23b")](Lk("0x243"),t,[Lk("0x244")])[Lk("0x1f")]((function(t){return window[Lk("0x23d")].subtle[Lk("0x244")](Lk("0x245"),e,t,{name:"RSA-OAEP"})}))[Lk("0x1f")]((function(e){return l[Lk("0x246")](new Uint8Array(e))}))}},{key:Lk("0x247"),value:function(e){var t={a:null,b:null,c:null};return t[Lk("0x248")]=e,t}},{key:Lk("0x249"),value:function(e,t,n){var i={a:null,b:null,c:null};try{var r=Date[Lk("0x86")]();if(Lk("0x226")!=iS(t)||Lk("0x24a")!=iS(n))throw new Error("ec1");var o=window.crypto[Lk("0x24b")](new Uint8Array(16));i.a=l[Lk("0x246")](o);var a=(new TextEncoder)[Lk("0x246")](e),s=Lk("0x24c");return window[Lk("0x23d")].subtle[Lk("0x24d")]({name:s,length:256},!0,[Lk("0x24e"),Lk("0x24f")])[Lk("0x1f")]((function(e){return window.crypto[Lk("0x23e")][Lk("0x24e")]({name:s,iv:o},e,a)[Lk("0x1f")]((function(o){return l[Lk("0x242")](e,t)[Lk("0x1f")]((function(e){return i.b=e,i.c=l[Lk("0x246")](new Uint8Array(o)),i.d=Date[Lk("0x86")]()-r,i.e=n,i}))}))}))[Lk("0x36")]((function(e){return i[Lk("0x248")]=String(e),i}))}catch(e){return i[Lk("0x248")]=String(e),Promise[Lk("0x250")](i)}}},{key:Lk("0x251"),value:function(e,t,n,i){if("string"!=typeof t||Lk("0x226")!=iS(n))return Promise[Lk("0x250")](l[Lk("0x247")](Lk("0x252")));var r=a(t),o=parseInt(a(n));return(""===r||Lk("0x226")!=iS(r)||Lk("0x24a")!=iS(o)||Number[Lk("0x253")](o))&&(r=Lk(i?"0x254":"0x255"),o=i?2:1),l[Lk("0x249")](e,r,o)}},{key:Lk("0x256"),value:function(e,t,n,i,r){return null!=i&&Lk("0x226")==iS(i[Lk("0x257")])&&"number"==typeof i[Lk("0x258")]?l[Lk("0x249")](e,i.publicKey,i[Lk("0x258")]):l[Lk("0x251")](e,t,n,r)}},{key:Lk("0x259"),value:function(){return([1e7]+-1e3+-4e3+-8e3+-1e11)[Lk("0xa3")](/[018]/g,(function(e){return(e^window[Lk("0x23d")][Lk("0x24b")](new Uint8Array(1))[0]&15>>e/4)[Lk("0xb")](16)}))}},{key:"generateSha256HashOrDefault",value:function(e){var t=(new TextEncoder)[Lk("0x246")](e);return crypto.subtle.digest(Lk("0x241"),t)[Lk("0x1f")]((function(e){return Array[Lk("0x25a")](new Uint8Array(e)).map((function(e){return("00"+e[Lk("0xb")](16))[Lk("0x9")](-2)})).join("")}))[Lk("0x36")]((function(){return""}))}}]),l}(),u=function(){var e={compressToBase64:function(t){if(null==t)return"";var n=e[Lk("0x25b")](t,6,(function(e){return Lk("0x25c")[Lk("0x25d")](e)}));switch(n[Lk("0x7")]%4){default:case 0:return n;case 1:return n+Lk("0x25e");case 2:return n+"==";case 3:return n+"="}},_compress:function(e,t,n){if(null==e)return"";var i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=0;for(o=0;o<e[Lk("0x7")];o+=1)if(c=e[Lk("0x25d")](o),Object.prototype[Lk("0xf")].call(a,c)||(a[c]=h++,s[c]=!0),l=u+c,Object.prototype[Lk("0xf")][Lk("0x25f")](a,l))u=l;else{if(Object[Lk("0xd")][Lk("0xf")][Lk("0x25f")](s,u)){if(u[Lk("0x8")](0)<256){for(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r=0;for(r=u[Lk("0x8")](0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0==--d&&(d=Math[Lk("0x260")](2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1;0==--d&&(d=Math[Lk("0x260")](2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object[Lk("0xd")][Lk("0xf")][Lk("0x25f")](s,u)){if(u[Lk("0x8")](0)<256){for(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++;for(r=u[Lk("0x8")](0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r=0;for(r=u[Lk("0x8")](0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1;0==--d&&(d=Math[Lk("0x260")](2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f[Lk("0x11")](n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m==t-1){f.push(n(v));break}m++}return f[Lk("0xa2")]("")}};return e}(),d={apfcTypes:1,collectionType:2,trackingId:3},h={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},f={liedOS:1,liedBrowser:2,liedResolution:3,adBlockInstalled:4,liedLanguages:5},v={type:1,description:2,suffixes:3},m={canvasHash:1,canvasWinding:2},g={label:1,gid:2,id:3,kind:4},y={lists:1,fontsHash:2},E={Orientation:1,Enabled:2},b={charging:1,dischargingTime:2,level:3,chargingTime:4},w={touchStart:1,touchEvent:2,maxTouchPoints:3},T={"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},_={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},S={"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},I={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){var t={};return function(e){var t=e[Lk("0x18c")],n={};if(void 0!==t&&void 0!==t[Lk("0x190")]){for(var i=t[Lk("0x190")],r=[],o=0;o<i[Lk("0x7")];o++){var a=i[o];r[o]=_[Lk("0xf")](a)?_[a]:a}t[Lk("0x190")]=r}void 0!==t&&(Object[Lk("0x1b")](T)[Lk("0xe")]((function(e){n[T[e]]=t[e]})),e[Lk("0x18c")]=n)}(e),function(e){var t=e[Lk("0x20a")],n={};void 0!==t&&(Object[Lk("0x1b")](w)[Lk("0xe")]((function(e){n[w[e]]=t[e]})),e[Lk("0x20a")]=n)}(e),function(e){var t=e.battery,n={};void 0!==t&&(Object[Lk("0x1b")](b)[Lk("0xe")]((function(e){n[b[e]]=t[e]})),e[Lk("0x261")]=n)}(e),function(e){var t=e[Lk("0x203")],n={};void 0!==t&&(Object.keys(E)[Lk("0xe")]((function(e){n[E[e]]=t[e]})),e.screenOrientation=n)}(e),function(e){var t=e.fonts,n={};if(void 0!==t&&void 0!==t.lists){for(var i=t[Lk("0x114")],r=[],o=0;o<i.length;o++){var a=i[o];r[o]=S[Lk("0xf")](a)?S[a]:a}t.lists=r}void 0!==t&&(Object[Lk("0x1b")](y)[Lk("0xe")]((function(e){n[y[e]]=t[e]})),e[Lk("0xf2")]=n)}(e),function(e){var t=e[Lk("0x31")],n=[];if(void 0!==e[Lk("0x31")]){for(var i=function(){var e=t[r],i={};Object[Lk("0x1b")](g)[Lk("0xe")]((function(t){i[g[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e[Lk("0x31")]=n}}(e),function(e){var t=e[Lk("0x152")],n={};void 0!==t&&(Object[Lk("0x1b")](m)[Lk("0xe")]((function(e){n[m[e]]=t[e]})),e.canvas=n)}(e),function(e){var t=e.mimetyps,n=[];if(void 0!==t){for(var i=function(){var e=t[r],i={};Object.keys(v)[Lk("0xe")]((function(t){i[v[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e.mimetyps=n}}(e),function(e){var t=e.signals,n={};void 0!==t&&(Object.keys(f)[Lk("0xe")]((function(e){n[f[e]]=t[e]})),e[Lk("0x262")]=n)}(e),function(e){var t=e.networkInfo,n={};void 0!==t&&(Object[Lk("0x1b")](p)[Lk("0xe")]((function(e){n[p[e]]=t[e]})),e[Lk("0x20b")]=n)}(e),function(e){var t=e[Lk("0x1fb")],n={};void 0!==t&&(Object[Lk("0x1b")](h)[Lk("0xe")]((function(e){n[h[e]]=t[e]})),e.location=n)}(e),function(e){var t=e.FPDataCookie,n={};void 0!==t&&(Object[Lk("0x1b")](d)[Lk("0xe")]((function(e){n[d[e]]=t[e]})),e[Lk("0x263")]=n)}(e),Object[Lk("0x1b")](I)[Lk("0xe")]((function(n){t[I[n]]=e[n]})),t}var k={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:Lk("0x264"),swfPath:Lk("0x265"),userDefinedFonts:[],extendedJsFonts:void 0,hashOnly:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},webgl:{hashOnly:!1},ponfUrl:"https://ponf.linkedin.com/pixel/tracking.png",telemetryCollectPath:Lk("0x266"),gloablIntegrationDataCollectionPath:Lk("0x267"),extraComponents:[],excludes:{pixelRatio:!0,doNotTrack:!0,fontsFlash:!0},debug:!1,NOT_AVAILABLE:Lk("0x268"),ERROR:Lk("0x269"),EXCLUDED:Lk("0x26a"),useRequestIdleCallBack:!0},A=function(e,d,h,p,f,v,m){function g(e,t,n){var i=this;if(rS(this,g),void 0!==t&&void 0!==e&&Lk("0x26b")===e[Lk("0x26c")])Lk("0x26d")===document.readyState?this[Lk("0x26e")](t,n):window.addEventListener(Lk("0x26f"),(function(){i[Lk("0x26e")](t,n)}));else if(void 0!==e){var r=JSON[Lk("0x270")](JSON[Lk("0x217")](k));c("settings-iframe")||c("setting-headline")||(r[Lk("0x271")]=!1),this.initialize(r,e)}else{var o=JSON[Lk("0x270")](JSON[Lk("0x217")](k));c(Lk("0x272"))||c(Lk("0x273"))||(o.useRequestIdleCallBack=!1),"complete"===document.readyState?this.initialize(o):window[Lk("0x274")](Lk("0x26f"),(function(){i.initialize(o)}))}}return aS(g,[{key:"isDfCollectionRequired",value:function(e){return"number"!=typeof e.samplingTimeWindowInMillis||e[Lk("0x275")]<=0||""===n[Lk("0x276")](Lk("0x277"))}},{key:Lk("0x26e"),value:function(e,t){!0===t[Lk("0x278")]&&!0!==globalThis.pauseApfc?(globalThis[Lk("0x279")]=!0,setTimeout((function(){globalThis[Lk("0x279")]=!1}),3e4),this[Lk("0x27a")](e,t),this[Lk("0x27b")](e,t),n[Lk("0x27c")](Lk("0x27d"))):(this[Lk("0x27e")](t),this.isDfCollectionRequired(t)&&(this.checkConfigAndInitializeGlobalIntegration(e,t),this.checkConfigAndInitializeThirdPartyIntegration(e,t),this[Lk("0x27f")](t)))}},{key:Lk("0x27a"),value:function(e,t){(!0===t[Lk("0x278")]&&t[Lk("0x280")][Lk("0x281")].includes(i)||!0===t[Lk("0x282")]&&!0!==globalThis[Lk("0x283")])&&this[Lk("0x284")](k,e,t)}},{key:Lk("0x27b"),value:function(e,t){(!0===t[Lk("0x278")]&&t[Lk("0x280")][Lk("0x281")][Lk("0x285")](r)||!0===t[Lk("0x286")]&&!0!==globalThis[Lk("0x287")])&&this[Lk("0x288")](e,t),(!0===t[Lk("0x278")]&&t[Lk("0x280")][Lk("0x281")].includes(o)||!0===t[Lk("0x289")]&&!0!==globalThis[Lk("0x28a")])&&this[Lk("0x28b")](e,t)}},{key:"deleteDfCookieIfRequired",value:function(e){var t=Lk("0x24a")!=iS(e[Lk("0x275")])?0:e.samplingTimeWindowInMillis;""!==n[Lk("0x276")](Lk("0x277"))&&Date[Lk("0x86")]()-Number(n.getItem(Lk("0x277")))>t&&n[Lk("0x27c")](Lk("0x277"))}},{key:Lk("0x27f"),value:function(e){if("number"==typeof e[Lk("0x275")]&&e.samplingTimeWindowInMillis>0){var t=Date[Lk("0x86")](),i=new Date;i.setTime(t+e[Lk("0x275")]),n[Lk("0x98")](Lk("0x277"),t,i)}}},{key:Lk("0x28c"),value:function(e,n){if(null!=n||null!=a(Lk("0x28d"))){this[Lk("0x28f")](e,n);var i=this[Lk("0x290")],r=this[Lk("0x291")],o=this[Lk("0x292")]();return(new t)[Lk("0x210")]((function(t,a){t.reqid=i,t[Lk("0x291")]=r,t[Lk("0x293")]=a,l[Lk("0x256")](JSON[Lk("0x217")](t),"apfcDfPK","apfcDfPKV",n,o)[Lk("0x1f")]((function(t){globalThis.apfcDf=t,!0===a&&s(JSON[Lk("0x217")](t),e.telemetryCollectPath,o)}))}),e)}globalThis.triggerApfc=this[Lk("0x28e")]}},{key:"intializeGlobalIntegration",value:function(e,r,o){var a=this.isProd();return(new t).getFeatures((function(t,c){var d;!0===c&&(g[Lk("0xd")][Lk("0x294")](t,o),!0===o.isSyncEnabledWithHeaders&&(globalThis[Lk("0x295")]=(d=C(t),u[Lk("0x296")](d))),l[Lk("0x251")](JSON[Lk("0x217")](t),Lk("0x28d"),Lk("0x297"))[Lk("0x1f")]((function(t){if(globalThis.apfcDf=t,!0===o.isSyncEnabledWithHeaders||!0===o[Lk("0x298")]){var c=function(e){var t={};t[btoa("DNA_ENCRYPTED")]=e;var i={};return i[Lk("0x299")]=t,i.browserId=n[Lk("0x29a")](),i}(t);s(JSON[Lk("0x217")](c),e.gloablIntegrationDataCollectionPath,a)}r(i,JSON.stringify(t))})),globalThis[Lk("0x283")]=!0)}),e)}},{key:Lk("0x28b"),value:function(e,t){var i=n[Lk("0x29a")](),r=this.isProd()?Lk("0x29b"):Lk("0x29c");try{if(RegExp("^[\\w-]*$")[Lk("0x99")](i)){var a=Lk("0x29d")+i+"&instanceId="+r,s=document[Lk("0xf7")]("script");s[Lk("0x29e")](Lk("0x29f"),a),s[Lk("0x29e")]("id",Lk("0x2a0")),s[Lk("0x274")](Lk("0x26f"),(function(){return window.dfp[Lk("0x2a1")](document)})),document[Lk("0x2a2")]("head")[0][Lk("0x111")](s);var c={sessionId:i,instanceId:r};g[Lk("0xd")][Lk("0x294")](c,t),e(o,JSON[Lk("0x217")](c))}else{var l={error:"Invalid session_id: "+i};e(o,JSON.stringify(l))}}catch(t){var u={error:t};e(o,JSON.stringify(u))}globalThis[Lk("0x28a")]=!0}},{key:Lk("0x288"),value:function(e,t){var i=t.treeId,o=Date.now(),a=this.isProd()?Lk("0x2a3"):Lk("0x2a4"),s=n[Lk("0x29a")](),c=Lk("0x2a5")+o+"&r_id="+encodeURIComponent(i)+Lk("0x2a6")+a+Lk("0x2a7");l[Lk("0x2a8")](s)[Lk("0x1f")]((function(n){""!==(s=n)&&(c+="&d_id="+s);try{var l=document.createElement(Lk("0x2a9"));l.setAttribute("id",Lk("0x2aa")),l[Lk("0x29e")](Lk("0x29f"),c),l[Lk("0x29e")]("sandbox",Lk("0x2ab")),l[Lk("0x29e")](Lk("0x2ac"),Lk("0x2ad")),l.style.height=Lk("0x2ae"),l.style[Lk("0x69")]="0px",l[Lk("0xf9")][Lk("0x2af")]=Lk("0x106"),l[Lk("0xf9")][Lk("0xfa")]=Lk("0xfb"),l[Lk("0xf9")].left=Lk("0xfd"),document[Lk("0x79")][Lk("0x111")](l);var u={app_id:a,ts:o,d_id:s,r_id:i,uc:Lk("0x2b0")};g[Lk("0xd")][Lk("0x294")](u,t),e(r,JSON.stringify(u))}catch(t){var d={error:t};e(r,JSON[Lk("0x217")](d))}})),globalThis[Lk("0x287")]=!0}}]),g}();A[Lk("0xd")][Lk("0x28e")]=function(e){globalThis[Lk("0x2b1")]=null,new A(e)},A[Lk("0xd")][Lk("0x2b2")]=function(e,t){globalThis.triggerDnaApfcEvent=null,new A({globalIntegration:Lk("0x26b")},e,t)},A[Lk("0xd")][Lk("0x2b3")]=function(e,t){if(void 0!==t&&void 0!==e){var n=A[Lk("0xd")][Lk("0x2b4")]();!0===t[Lk("0x2b5")]&&null===n||(t[Lk("0x280")]=n,null!==n&&(t[Lk("0x278")]=!0),A[Lk("0xd")][Lk("0x2b2")](e,t))}},A[Lk("0xd")].extractDataCookie=function(){var e=n[Lk("0x276")](Lk("0x27d"));if(!e||""===e)return null;var t=(e=atob(e))[Lk("0x17")](Lk("0x2b6"));if(t[Lk("0x7")]<5)return null;var i={};return i[Lk("0x2b7")]=t[0],i[Lk("0x2b8")]=t[1],i[Lk("0x2b9")]=t[2],i.collectionType=t[3],i.apfcTypes=t[4][Lk("0x17")](","),i},A[Lk("0xd")][Lk("0x294")]=function(e,t){Lk("0x2ba")==iS(e)&&Lk("0x2ba")==iS(t)&&(e[Lk("0x263")]=t.fpDataCookie)},A[Lk("0xd")].isProd=function(){var e=location&&location.host;return e&&e[Lk("0x18")](".linkedin.com")>-1&&!e.startsWith(Lk("0x2bb"))},A[Lk("0xd")][Lk("0x2bc")]=function(e){return e&&0===Object[Lk("0x1b")](e).length},A[Lk("0xd")].getUrlFromNoscriptBeacon=function(){var e=[];return eS(document[Lk("0x237")](Lk("0x2bd")))[Lk("0xe")]((function(t){eS(t[Lk("0x2a2")](Lk("0x2be")))[Lk("0xe")]((function(t){var n=t.innerHTML;if(n){var i=(new DOMParser)[Lk("0x2bf")](n,Lk("0x2c0"));i&&eS(i.getElementsByClassName("bc")).forEach((function(t){e[Lk("0x11")]({src:t[Lk("0x2c1")](Lk("0x29f")),style:t[Lk("0x2c1")](Lk("0xf9")),class:t.getAttribute(Lk("0x2c2")),width:t[Lk("0x2c1")](Lk("0x69")),height:t[Lk("0x2c1")](Lk("0x6a"))})}))}}))})),0===e[Lk("0x7")]?null:e[0]},A[Lk("0xd")][Lk("0x28f")]=function(e,t){if(null!=e){var n,i,r="bc",o="display:none;",a="1",s="1",c=e[Lk("0x2c3")];if(this.reqid=null,this[Lk("0x291")]=null,null!==(n=this.getUrlFromNoscriptBeacon())){r=n[Lk("0x2c2")],o=n.style,a=n[Lk("0x69")],s=n[Lk("0x6a")];var u=new URL(n.src);c=u[Lk("0xb1")]+"//"+u[Lk("0xab")]+u[Lk("0xaf")],this[Lk("0x290")]=u[Lk("0x2c4")][Lk("0x2c5")](Lk("0x290")),this[Lk("0x291")]=u[Lk("0x2c4")][Lk("0x2c5")](Lk("0x291"))}else if(void 0!==(i=function(e){var t=arguments[Lk("0x7")]>1&&void 0!==arguments[1]&&arguments[1],n=arguments[2],i=n?n[Lk("0x22f")]("#"+e):document[Lk("0x2c6")](e);if(i){var r=i.firstChild.nodeValue;if(t&&i.parentNode[Lk("0x112")](i),r)try{var o=r;return"'"!==o[Lk("0x25d")](0)&&'"'!==o[Lk("0x25d")](0)||(o=o[Lk("0x223")](1,o.length-1)),JSON.parse(o)}catch(e){return}}}(Lk("0x2c7"))))this[Lk("0x290")]=void 0===i[Lk("0x290")]?null:i.reqid,this[Lk("0x291")]=i[Lk("0x291")];else{if(void 0===t)return;this[Lk("0x291")]=t[Lk("0x291")]}this.isProd()||(c=c.replace(/\.linkedin\.com/,Lk("0x2c8"))),null===this[Lk("0x290")]&&(this[Lk("0x290")]=l[Lk("0x259")]());var d=c+"?"+new URLSearchParams({reqid:this[Lk("0x290")],pageInstance:this[Lk("0x291")],js:Lk("0x26b")}).toString(),h=document[Lk("0x237")](Lk("0x2bd"))[0];null==h&&((h=document[Lk("0xf7")]("div")).setAttribute("id",this[Lk("0x290")]),document[Lk("0x79")][Lk("0x111")](h));var p=document[Lk("0xf7")]("img");p[Lk("0x29f")]=d,p[Lk("0xf9")]=o,p[Lk("0x1ce")]=r,p.width=a,p[Lk("0x6a")]=s,h[Lk("0x111")](p)}},Lk("0x2c9")!=("undefined"==typeof globalThis?"undefined":iS(globalThis))&&Lk("0x2c9")!=("undefined"==typeof document?"undefined":iS(document))&&Lk("0x2c9")!=("undefined"==typeof window?"undefined":iS(window))&&(globalThis[Lk("0x2ca")]=A[Lk("0xd")][Lk("0x2b2")],globalThis[Lk("0x2cb")]=A[Lk("0xd")][Lk("0x2b3")],new A)}();var Rk=function(){function e(){rS(this,e)}return aS(e,null,[{key:"collectFeatures",value:function(e,t){try{"undefined"!=typeof globalThis&&"undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!==globalThis.triggerDnaApfcEventOnDemand&&globalThis.triggerDnaApfcEventOnDemand(t,e)}catch(e){}}}]),e}(),Nk=function(){function e(t,n,i,r,o,a,s,c,l,u,d){rS(this,e),sS(this,"hostApis",void 0),sS(this,"statics",void 0),sS(this,"options",void 0),sS(this,"allowTimingOrigin",void 0),sS(this,"fireCustomMeasureEvent",void 0),sS(this,"fireResourceLoadEvent",void 0),sS(this,"isTracerEnabled",void 0),sS(this,"responseRleCache",void 0),sS(this,"fireApfcEvent",void 0),sS(this,"abuseDeviceSignalCollectionConfig",void 0),sS(this,"trackingEndpoint",void 0),sS(this,"collectResourceTimings",void 0),sS(this,"collectCdnData",void 0),sS(this,"perfObserver",void 0),sS(this,"renderTimings",new Map),sS(this,"urlToTreeId",new Map),sS(this,"cdnDataProvider",void 0),sS(this,"observables",new ek),sS(this,"trackingEndpointPattern",void 0),this.hostApis=t,this.statics=n,this.options=i,this.allowTimingOrigin=r,this.fireCustomMeasureEvent=o,this.fireResourceLoadEvent=a,this.isTracerEnabled=s,this.responseRleCache=c,this.fireApfcEvent=l,this.abuseDeviceSignalCollectionConfig=u,this.trackingEndpoint=d,this.collectResourceTimings=i["enable-rs-timing"],this.collectCdnData=i["enable-cdn-tracking"],this.collectCdnData&&(this.cdnDataProvider=new Ok(t)),this.trackingEndpointPattern=function(e){if(!e)return"/li/track";try{return new URL(e).pathname}catch(t){return e}}(this.trackingEndpoint)}return aS(e,[{key:"recordTreeId",value:function(e,t){this.collectResourceTimings&&this.urlToTreeId.set(function(e,t){return(bk=bk||t.createElement("a")).href=e,bk.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:Tk(this.hostApis.performance,this.allowTimingOrigin)})}},{key:"recordRenderEnd",value:function(e,t,n){var i=this.renderTimings.get(e);if(i&&(i.renderEnd=i.renderEnd||Tk(this.hostApis.performance,this.allowTimingOrigin),t))return n?this.collectViewLoadEventData(i,n):void rC("ViewLoadEvent","pageLoadId does not exist")}},{key:"collectViewLoadEventData",value:function(e,t){var n=e.renderName,i=e.renderEnd,r=void 0===i?-1:i,o=e.renderStart,a=void 0===o?-1:o,s=[];return s.push({viewProgressType:"RENDER_START",timestamp:a}),s.push({viewProgressType:"RENDER_END",timestamp:r}),{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,i=e.immediate,r=this.collectSynchronousData(n);if(i)return r;var o=this.collectAsynchronousData();return"then"in o?o.then((function(e){return(0,t.hostApis.assign)(r,e),r})):r}},{key:"collectPageLoadStartData",value:function(e){var t=e.isInitial,n=e.rumKey,i=Object.create(null);i.pageKey=n,i.pageLoadType=t?"INITIAL_LOAD":"SUBSEQUENT_LOAD",i.networkInformationMetrics=this.snapshot.networkInformationMetrics;var r=this.statics,o=r.webUIFramework,a=r.timeSource,s=r.isSinglePageApp,c=r.appRenderMode,l=r.isAppRenderFailed,u=r.isFromServiceWorker,d=r.treeId;return i.treeId=d,i.browserPageLoadStartContext={webUIFramework:o,timeSource:a,isSinglePageApp:s,appRenderMode:c,isAppRenderFailed:l,isFromServiceWorker:u},i}},{key:"collectPageLoadEndData",value:function(e){var t=Object.create(null),n=Object.create(null);t.cdnData=[],t.browserPageLoadEndContext={},t.navigationTiming=Object.create(null);var i=e.isInitial,r=e.immediate,o=this.hostApis.assign;if(i){var a=Dk(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,JC.forEach((function(e){Object.prototype.hasOwnProperty.call(a,e)&&(n[e]=a[e])})),o(t.navigationTiming,n)}if(!r){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,i=e.transferSize,r=e.initiatorType,o=e.nextHopProtocol,a=e.encodedBodySize,s=e.decodedBodySize,c=e.requestStart,l={};l.resourceKey=n,l.isNetwork=!!i&&0!==i,l.loadType=r||"unknown",l.timeOrigin=t;var u=[];Object.keys(YC).forEach((function(t){var n;t in GC&&void 0!==e[t]&&u.push({resourceProgressType:YC[t],duration:null!==(n=e[t])&&void 0!==n?n:-1})})),l.resourceProgressStates=u;var d={},h=QC[o];d.nextHopProtocol=null!=h?h:"UNKNOWN",d.transferSize=i,d.encodedBodySize=a,d.decodedBodySize=s,l.resourceNetworkContext=d,l.requestStart=c;try{var p,f,v=new URL(n),m=v.pathname+v.search+v.hash;return null===(p=this.responseRleCache)||void 0===p||p.offerResourceLoadEvent(m,l),null===(f=this.responseRleCache)||void 0===f?void 0:f.flushCacheByUrl(m)}catch(e){var g,y="".concat("Invalid url from ResourceLoadEvent"," request url ").concat(n);return e instanceof Error?(e.message="".concat(y," ").concat(e.message),rC("ResourceLoadEvent",e)):rC("ResourceLoadEvent",y),null===(g=this.responseRleCache)||void 0===g?void 0:g.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,i=t.PerformanceObserver,r=Object.create(null);return this.statics.pageLoadMode=e?"INITIAL":"PARTIAL",i||(this.observables.userTimingEntries=Ik(this.hostApis.performance,this.options,!0,this.fireCustomMeasureEvent),this.collectResourceTimings&&this.processNewResourceTimings()),this.observables.attachTreeIds(this.urlToTreeId),this.urlToTreeId.clear(),n(r,this.observables.getData(),this.snapshot,this.statics),e&&n(r,Dk(this.hostApis.performance)),n(r,this.collectAsynchronousData(!0)),r}},{key:"collectAsynchronousData",value:function(e){var t=this,n={cdnData:[],usedCDN:this.extractUsedCDN([])};if(e){if(this.collectCdnData){var i=this.cdnDataProvider.getPresentData();n.cdnData=i,n.usedCDN=this.extractUsedCDN(i)}return n}var r=[];return this.collectCdnData&&r.push(this.cdnDataProvider.getDataWhenReady(this.options["async-plugins-timeout"]).then((function(e){n.cdnData=e,n.usedCDN=t.extractUsedCDN(e)}))),r.length>0?eC(r,Promise).then((function(){return n})):n}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;try{var n=this.abuseDeviceSignalCollectionConfig||{},i=n.isDnaIntegrationLixEnabled,r=n.isHumanIntegrationLixEnabled,o=n.isDfpIntegrationLixEnabled,a=n.samplingTimeWindowInMillis,s=n.isOnDemandFingerprintingEnabled,c=n.isSyncFingerprintingWithHeadersLixEnabled,l=n.isSyncFingerprintingWithCbLixEnabled;if(r||o||i||c||l){var u,d,h={treeId:null!==(u=null===(d=this.statics.treeId)||void 0===d?void 0:d.toString())&&void 0!==u?u:"",humanIntegrationEnabled:r,dfpIntegrationEnabled:o,dnaIntegrationEnabled:i,samplingTimeWindowInMillis:a,onlyOnDemandFlow:t,isSyncEnabledWithHeaders:c,isSyncEnabledWithCb:l};(!t||t&&s||c||l)&&Rk.collectFeatures(h,this.fireApfcEvent)}}catch(e){}}},{key:"setupPerformanceObserver",value:function(e,t){var n=this;this.perfObserver=new e((function(e){var i=(n.abuseDeviceSignalCollectionConfig||{}).disablePerfMarkerOptimization;i&&n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1}),e.getEntries().forEach((function(e){var r=e.entryType,o=e.name,a=e.startTime,s=e.duration;"resource"===r?n.processSingleResourceTiming(e,t):"mark"===r?(n.observables.userTimingEntries.push({entryType:"MARK",name:o,startTime:a,duration:s}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"MARK",measureProgressStates:[{measureProgressName:o,timestamp:a}]}),"mark_meaningful_paint_end"!==o||i||n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1})):"measure"===r?(n.observables.userTimingEntries.push({entryType:"MEASURE",name:o,startTime:a,duration:s}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"MEASURE",measureProgressStates:[{measureProgressName:o,timestamp:a,duration:s}]})):"longtask"===r&&(n.observables.longTasks.push({duration:s,name:o,startTime:a}),n.fireCustomMeasureEvent({measurementName:o,measurementType:"LONG_TASK",measureProgressStates:[{measureProgressName:o,timestamp:a,duration:s}]}))}))})),this.observables.userTimingEntries=Ik(this.hostApis.performance,this.options,!1,this.fireCustomMeasureEvent);var i=["longtask"];(this.collectResourceTimings||this.collectCdnData)&&i.push("resource"),this.options["user-timing-mark-enabled"]&&i.push("mark"),this.options["user-timing-measure-enabled"]&&i.push("measure"),this.perfObserver.observe({entryTypes:i})}},{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)if(this.options["enable-otel"])jI.emit(MC.INTERNAL_OTEL_RESOURCE,{resourceTiming:e});else{this.observables.resourceTimingEntries.push(e);var i=-1!==e.name.indexOf(this.trackingEndpointPattern);if(this.isTracerEnabled&&!i&&!function(e){for(var t=0,n=wk;t<n.length;t++){var i=n[t];if(i.strToFilter&&-1!==e.indexOf(i.strToFilter))return!0;if(i.pattern&&i.pattern.test(e))return!0}return!1}(e.name)){var r=this.collectResourceLoadEvent(e,t);r&&r.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:Ck(this.renderTimings),networkInformationMetrics:Pk(this.hostApis.connection)};return this.renderTimings.clear(),e}}]),e}();function Pk(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 Dk(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 i=e.timing,r=e.navigation;return i&&r?(t.navigationTimingApi=!0,JC.forEach((function(e){e in i&&(t[e]=i[e])})),t.navigationType=r.type,t.redirectCount=r.redirectCount):t.navigationTimingApi=!1,t}var Mk=function(){function e(t,n,i){rS(this,e),sS(this,"featureName",void 0),sS(this,"trackingCore",void 0),sS(this,"rumConfig",void 0),sS(this,"observing",!1),sS(this,"basePageTreeId",void 0),sS(this,"startPageInstance",void 0),sS(this,"startMemory",void 0),sS(this,"reportTimeouts",[]),this.featureName=t,this.trackingCore=n,this.rumConfig=i}return aS(e,[{key:"startObserving",value:function(){var t,n=this,i=this.getMemory();i&&!this.observing&&(this.basePageTreeId=this.trackingCore.host.treeID||"",this.startPageInstance=(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance)||YI("unknown"),this.startMemory=i,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:_k(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]}})),i=t.usedJSHeapSize-this.startMemory.usedJSHeapSize;return n.push({name:(i<0?"usedJSHeapSizeDecrease":"usedJSHeapSizeIncrease")+e,startTime:Math.abs(i)},{name:"utilization"+e,startTime:Math.round(t.usedJSHeapSize/t.totalJSHeapSize*100)}),n}},{key:"getMemory",value:function(){return this.trackingCore.host.api.performance.memory}}]),e}();sS(Mk,"checkpoints",[1,3,10,30,90,180,300]);var Uk,Fk,Bk,jk,Gk,Hk=aS((function e(t,n,i){rS(this,e),sS(this,"webUIFramework",void 0),sS(this,"timeSource",void 0),sS(this,"isSinglePageApp",void 0),sS(this,"appRenderMode",void 0),sS(this,"isAppRenderFailed",void 0),sS(this,"pageLoadMode","INITIAL"),sS(this,"isSSL",void 0),sS(this,"treeId",void 0),sS(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:"===i.api.location.protocol?1:0,this.treeId=i.treeID,this.isFromServiceWorker=i.isFromServiceWorker})),qk=function(){function e(t){rS(this,e),sS(this,"isPEMTracerEnabled",void 0),sS(this,"responseContextMap",new Map),sS(this,"resourceLoadEventsMap",new Map),this.isPEMTracerEnabled=t}return aS(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 i=new aC((function(e,t){return e.requestTime<t.requestTime}));i.heapPush(t),this.responseContextMap.set(e,i)}}},{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 i=new aC((function(e,t){return e.requestStart<t.requestStart}));i.heapPush(t),this.resourceLoadEventsMap.set(e,i)}}},{key:"mergeAndConsume",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e),i=null==t?void 0:t.heappop(),r=null==n?void 0:n.heappop();return this.mergeRleAndRes(i,r)}},{key:"mergeRleAndRes",value:function(e,t){if(e&&t){e.requestStart;var n=V_(e,M_),i=(t.requestTime,t.viewNames),r=t.requestType,o=t.requestTag,a=V_(t,U_);return n.targetViewNames=i||[],r&&(n.requestType=r),o&&(n.requestTag=o),n.resourceNetworkContext=z_(z_({},n.resourceNetworkContext),a),oC(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,i=Z_(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;t=[].concat(eS(t),eS(this.flushCacheByUrl(r)))}}catch(e){i.e(e)}finally{i.f()}}var o=this.resourceLoadEventsMap.keys();if(o){var a,s=Z_(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(eS(t),eS(u.map((function(e){e.requestStart;var t=V_(e,F_);return oC(t)})))))}}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){e.requestStart;var t=V_(e,B_);return oC(t)})))||n;if(this.canFlush(e)){for(var i=this.responseContextMap.get(e);i&&i.heapsize()>0;){var r=this.mergeAndConsume(e);r&&n.push(r)}this.deleteEntryByRequestUrl(e)}return n}}]),e}(),Wk=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)}},Kk=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){}},zk=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},Vk=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},Xk=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},Jk=-1,Yk=function(){return"hidden"===document.visibilityState?0:1/0},Qk=function(){zk((function(e){var t=e.timeStamp;Jk=t}),!0)},$k=function(){return Jk<0&&(Jk=Yk(),Qk(),Vk((function(){setTimeout((function(){Jk=Yk(),Qk()}),0)}))),{get firstHiddenTime(){return Jk}}},Zk=!1,eA=-1,tA=function(e,t){Zk||(function(e,t){var n,i=$k(),r=Wk("FCP"),o=function(e){"first-contentful-paint"===e.name&&(s&&s.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},a=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],s=a?null:Kk("paint",o);(a||s)&&(n=Xk(e,r,t),a&&o(a),Vk((function(i){r=Wk("FCP"),n=Xk(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))}((function(e){eA=e.value})),Zk=!0);var n,i=function(t){eA>-1&&e(t)},r=Wk("CLS",0),o=0,a=[],s=function(e){if(!e.hadRecentInput){var t=a[0],i=a[a.length-1];o&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,a.push(e)):(o=e.value,a=[e]),o>r.value&&(r.value=o,r.entries=a,n())}},c=Kk("layout-shift",s);c&&(n=Xk(i,r,t),zk((function(){c.takeRecords().map(s),n(!0)})),Vk((function(){o=0,eA=-1,r=Wk("CLS",0),n=Xk(i,r,t)})))},nA={passive:!0,capture:!0},iA=new Date,rA=function(e,t){Uk||(Uk=t,Fk=e,Bk=new Date,sA(removeEventListener),oA())},oA=function(){if(Fk>=0&&Fk<Bk-iA){var e={entryType:"first-input",name:Uk.type,target:Uk.target,cancelable:Uk.cancelable,startTime:Uk.timeStamp,processingStart:Uk.timeStamp+Fk};jk.forEach((function(t){t(e)})),jk=[]}},aA=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(){rA(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,nA),removeEventListener("pointercancel",i,nA)};addEventListener("pointerup",n,nA),addEventListener("pointercancel",i,nA)}(t,e):rA(t,e)}},sA=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,aA,nA)}))},cA=function(e,t){var n,i=$k(),r=Wk("FID"),o=function(e){e.startTime<i.firstHiddenTime&&(r.value=e.processingStart-e.startTime,r.entries.push(e),n(!0))},a=Kk("first-input",o);n=Xk(e,r,t),a&&zk((function(){a.takeRecords().map(o),a.disconnect()}),!0),a&&Vk((function(){var i;r=Wk("FID"),n=Xk(e,r,t),jk=[],Fk=-1,Uk=null,sA(addEventListener),i=o,jk.push(i),oA()}))},lA={},uA=function(e,t){var n,i=$k(),r=Wk("LCP"),o=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},a=Kk("largest-contentful-paint",o);if(a){n=Xk(e,r,t);var s=function(){lA[r.id]||(a.takeRecords().map(o),a.disconnect(),lA[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),zk(s,!0),Vk((function(i){r=Wk("LCP"),n=Xk(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,lA[r.id]=!0,n(!0)}))}))}))}},dA=["LCP","FID","CLS"],hA={LCP:"LargestContentfulPaint",FID:"FirstInputDelay",CLS:"CumulativeLayoutShift"},pA={},fA=function(){var e;if(!uC)return"";var t=window.performance,n=void 0;if("function"==typeof(null==t?void 0:t.getEntriesByType)){var i,r=null===(i=window.performance)||void 0===i?void 0:i.getEntriesByType("navigation");(null==r?void 0:r.length)>0&&(n=r[0])}return(null===(e=n)||void 0===e?void 0:e.name)||window.location.href}(),vA=!1,mA=new Set,gA={LCP:"largest-contentful-paint",FID:"first-input",CLS:"layout-shift"};function yA(){var e=!0===window.__test__resetWebVitalsState;if(!vA||e){e&&(mA=new Set),dA.forEach(EA);var t=Symbol();Gk=t,[uA,cA,tA].forEach((function(e){return e(bA.bind(null,t),!0)})),[uA,cA,tA].forEach((function(e){return e(wA.bind(null,t))})),vA=!0}}function EA(e){pA[e]={name:e,verboseName:hA[e]||e,value:VC,updateHistory:[]};var t=gA[e];"undefined"!=typeof PerformanceObserver&&void 0!==PerformanceObserver.supportedEntryTypes&&"string"==typeof t&&PerformanceObserver.supportedEntryTypes.indexOf(t)>-1||(pA[e].value=XC)}function bA(e,t){if(e===Gk){var n=pA[t.name],i=_k();n&&(n.updateHistory.push({time:i,data:t}),n.value=t.value),mA.forEach((function(e){return e(t,i,!1)}))}}function wA(e,t){e===Gk&&mA.forEach((function(e){return e(t,_k(),!0)}))}var TA,_A=function(){function e(t,n){var i=this;rS(this,e),sS(this,"basePageTreeId",void 0),sS(this,"basePageKey",void 0),sS(this,"observing",!1),sS(this,"appContextMap",new Map),sS(this,"rumConfig",void 0),sS(this,"trackingCore",void 0),sS(this,"onMetricUpdate",(function(e,t,n){var r;i.observing&&(n?i.reportMetric(e.name):i.appContextMap.set(t,{time:t,url:location.href,pageKey:null===(r=i.trackingCore.getCurrentContext())||void 0===r?void 0:r.pageKey}))})),this.trackingCore=t,this.rumConfig=n}return aS(e,[{key:"startObserving",value:function(){var e,t,n=this;yA(),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",dA.forEach((function(e){var t;(null===(t=pA[e])||void 0===t?void 0:t.value)===XC&&n.reportMetric(e)})),t=this.onMetricUpdate,mA.add(t))}},{key:"stopObserving",value:function(){var e;this.observing=!1,e=this.onMetricUpdate,mA.delete(e)}},{key:"reportMetric",value:function(e){var t=pA[e];if(t){var n={name:hA[e]||e};"CLS"===e?n.doubleValue=t.value:n.longValue=Math.round(t.value);var i=function(e,t,n,i,r){var o={basePageTreeId:e,basePageKey:t,basePageUrl:fA},a=null;switch(n.name){case"LCP":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1],a={pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",element:Sk(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,i);break;case"FID":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1];return{pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",processingStart:Math.round(o.processingStart),processingEnd:Math.round(o.processingEnd),target:Sk(o.target)}}(n,i);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 i=n.reduce((function(e,t){return e&&e.value>t.value?e:t})),r=e.updateHistory.find((function(e){return e.data.entries.includes(i)})),o=null;i&&i.sources&&i.sources.length&&(o=i.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(r.time);return o&&s?{shiftCount:n.length,"largestShift.value":i.value,"largestShift.hadRecentInput":i.hadRecentInput,"largestShift.largestSource.node":Sk(null===(a=o)||void 0===a?void 0:a.node),"largestShift.pageKey":s.pageKey||"_unknown","largestShift.url":s.url,"largestShift.startTime":Math.round(i.startTime)}:null}(n,i)}if(a){var s={};return r(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 i=e[n];t[n]="string"==typeof i?i:JSON.stringify(i)})),t}(i);var r={scope:{scopeType:"APPLICATION_INSTANCE",scopeKey:this.basePageTreeId},metrics:[n]};if(this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"ClientPerfMetricsEvent"},r),this.rumConfig["enable-otel"])if("LCP"===e){var o={value:n.longValue,metadata:i};jI.emit(MC.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,o)}else if("CLS"===e){var a={value:n.doubleValue,metadata:i};jI.emit(MC.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,a)}else if("FID"===e){var s={value:n.longValue,metadata:i};jI.emit(MC.INTERNAL_OTEL_FIRST_INPUT_DELAY,s)}}}}]),e}(),SA="x-li-uuid",IA="x-li-pop",CA="x-msedge-ref",kA="x-li-fabric",AA="x-li-pem-resp-meta",OA="content-type",xA="x-cache",LA=function(){function e(t){rS(this,e),sS(this,"_callTreeId",void 0),sS(this,"_fabric",void 0),sS(this,"_msEdgeRef",void 0),sS(this,"_pointOfPresenceId",void 0),sS(this,"_responseMetadata",void 0),sS(this,"_contentType",void 0),sS(this,"_cdnCacheMetadata",void 0),sS(this,"_downstreamAvailability",void 0);var n=new Map;null==t||t.forEach((function(e,t){n.set(t.toLowerCase(),e)})),this._callTreeId=n.get(SA)||null,this._pointOfPresenceId=n.get(IA)||null,this._msEdgeRef=n.get(CA)||null,this._fabric=n.get(kA)||null,this._responseMetadata=n.get(AA)||null,this._contentType=n.get(OA)||null,this._cdnCacheMetadata=n.get(xA)||null,this._downstreamAvailability=function(e){if(null==e)return 1;var t,n=Z_(e.split(","));try{for(n.s();!(t=n.n()).done;){var i=t.value.split("=",2);if(2===i.length&&"availability"===i[0]){var r=parseFloat(i[1]);if(r>=0&&r<=1)return r}}}catch(e){n.e(e)}finally{n.f()}return 1}(this._responseMetadata)}return aS(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"}(TA||(TA={}));function RA(e,t,n,i,r){var o=new LA(i),a=function(e,t,n){if(t){if(429===t||999===t)return TA.TOO_MANY_REQUESTS;if(e&&!e.hasAnyLinkedInHeaders()&&t&&t>=400&&t<600)return TA.BLOCKED_BY_CLIENT_PROXY;if((i=t)>=400&&i<500)return TA.CLIENT_ERROR;if(function(e){return e>=500&&e<600}(t))return function(e){if(e){if(e.fabric)return TA.SERVER_ERROR;if(e.pointOfPresenceId)return TA.TRAFFIC_LI_POP_TO_DC_ERROR;if(e.microsoftEdgeReference)return TA.TRAFFIC_AFD_TO_LI_POP_ERROR}return TA.SERVER_ERROR}(e);if(function(e,t){return!!(e>=200&&e<300&&t&&t.downstreamAvailability<1)}(t,e))return TA.DOWNSTREAM_GRACEFUL_DEGRADATION;if(!n)return null}var i;if(n instanceof Error){if("AbortError"===n.name)return TA.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 TA.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 TA.CLIENT_TIMEOUT;if(0===n.status&&"abort"===n.statusText)return TA.CLIENT_ABORTED;if("readyState"in n&&0===n.readyState)return TA.NETWORK_ERROR}return TA.UNCLASSIFIED}(o,n,r),s=null;return a&&(s={errorType:a},a===TA.UNCLASSIFIED&&r&&(s.errorMessage=r.message,function(e,t,n){var i=["tracer-unclassified-error"];null==n||n.forEach((function(e){return i.push("target-view-name-".concat(e))})),rC("resource-load-tracer",e instanceof Error||"string"==typeof e?e:JSON.stringify(e),Object.fromEntries(t||[]),i)}(r,i,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,i){var r,o,a,s,c,l,u,d,h,p,f,v,m,g,y,E,b,w,T,_,S,I,C,k,A,O,x,L,R,N=this;rS(this,e),sS(this,"core",void 0),sS(this,"config",void 0),sS(this,"collector",void 0),sS(this,"boomerangStart",-1),sS(this,"webVitalsObserver",void 0),sS(this,"appMemoryObserver",void 0),sS(this,"pageMemoryObserver",void 0),sS(this,"liveTokens",new Set),sS(this,"stateWM",new WeakMap),sS(this,"activeToken",void 0),sS(this,"isInitial",void 0),sS(this,"shouldTrackCustomMeasureEvent",void 0),sS(this,"pageLoadId",void 0),sS(this,"initialResourcesEvents",[]),sS(this,"initialCustomMeasureEvents",[]),sS(this,"responseRleCache",void 0),sS(this,"beforeHideHandlerBound",this.beforeHideHandler.bind(this)),sS(this,"fireApfcEventBound",this.fireApfcEvent.bind(this)),sS(this,"isTracerEnabled",void 0),sS(this,"isPEMTracerEnabled",void 0),this.core=i,this.config=function(e,t){for(var n in e)void 0!==t[n]&&(e[n]=t[n]);return e}(i.host.api.assign({},zC),n);var P="enabled"===(null===(r=(o=i.host).__getLixTreatment)||void 0===r?void 0:r.call(o,"pemberly.tracking.time-origin-epoch-time")),D={isDnaIntegrationLixEnabled:"enabled"===(null===(a=(s=i.host).__getLixTreatment)||void 0===a?void 0:a.call(s,"pemberly.tracking.fireApfcEvent"))||"enabled"===(null===(c=i.host.abuseDeviceSignalCollectionConfig)||void 0===c?void 0:c.webviewDnaMemberLixTreatment)||"enabled"===(null===(l=i.host.abuseDeviceSignalCollectionConfig)||void 0===l?void 0:l.dnaMemberLixTreatment),isHumanIntegrationLixEnabled:"enabled"===(null===(u=(d=i.host).__getLixTreatment)||void 0===u?void 0:u.call(d,"pemberly.tracking.human.integration"))||"enabled"===(null===(h=i.host.abuseDeviceSignalCollectionConfig)||void 0===h?void 0:h.webviewHumanMemberLixTreatment)||"enabled"===(null===(p=i.host.abuseDeviceSignalCollectionConfig)||void 0===p?void 0:p.humanMemberLixTreatment),isDfpIntegrationLixEnabled:"enabled"===(null===(f=(v=i.host).__getLixTreatment)||void 0===f?void 0:f.call(v,"pemberly.tracking.dfp.integration"))||"enabled"===(null===(m=i.host.abuseDeviceSignalCollectionConfig)||void 0===m?void 0:m.webviewDfpMemberLixTreatment)||"enabled"===(null===(g=i.host.abuseDeviceSignalCollectionConfig)||void 0===g?void 0:g.dfpMemberLixTreatment),disablePerfMarkerOptimization:i.host.abuseDeviceSignalCollectionConfig&&i.host.abuseDeviceSignalCollectionConfig.disablePerfMarkerOptimization||"enabled"===(null===(y=(E=i.host).__getLixTreatment)||void 0===y?void 0:y.call(E,"fingerprinting.collection.skip.performance.marker.check")),samplingTimeWindowInMillis:null===(b=i.host.abuseDeviceSignalCollectionConfig)||void 0===b?void 0:b.samplingTimeWindowInMillis,isOnDemandFingerprintingEnabled:"enabled"===(null===(w=(T=i.host).__getLixTreatment)||void 0===w?void 0:w.call(T,"pemberly.web.ondemand")),isSyncFingerprintingWithHeadersLixEnabled:"enabled"===(null===(_=(S=i.host).__getLixTreatment)||void 0===_?void 0:_.call(S,"sync.apfc.headers"))||"enabled"===(null===(I=i.host.abuseDeviceSignalCollectionConfig)||void 0===I?void 0:I.syncFingerprintingEnabledWithHeadersLixTreatment),isSyncFingerprintingWithCbLixEnabled:"enabled"===(null===(C=(k=i.host).__getLixTreatment)||void 0===C?void 0:C.call(k,"sync.apfc.couchbase"))||"enabled"===(null===(A=i.host.abuseDeviceSignalCollectionConfig)||void 0===A?void 0:A.syncFingerprintingEnabledWithCbLixTreatment)},M=null===(O=(x=i.host).__getLixTreatment)||void 0===O?void 0:O.call(x,"pemberly.tracking.generic-tracers"),U=!!M&&ZC.test(M);this.isTracerEnabled=U||this.config["enable-tracking-3"];var F="enabled"===(null===(L=(R=i.host).__getLixTreatment)||void 0===L?void 0:L.call(R,"pemberly.tracking.pem-tracers"));this.isPEMTracerEnabled=F||this.config["enable-pem-tracking-3"],this.responseRleCache=new qk(this.isPEMTracerEnabled),this.collector=new Nk(i.host.api,new Hk(t,this.config,i.host),this.config,P,(function(e){return N.fireCustomMeasureEvent(e)}),(function(e){return N.fireResourceLoadEvent(e,N.activeToken)}),this.isTracerEnabled,this.responseRleCache,this.fireApfcEventBound,D,i.host.endpoint),this.collector.startObserving(),jI.before(DI,this.beforeHideHandlerBound)}aS(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,i=this.collector.recordRenderEnd(e,this.isTracerEnabled,n);i&&this.isTracerEnabled&&this.core.fireEvent({appId:this.config["app-id"],eventName:"ViewLoadEvent"},i)}},{key:"provisionNetworkResponse",value:function(e,t){var n,i,r=this;null===(n=this.responseRleCache)||void 0===n||n.offerResponseContext(e,t);var o=null===(i=this.responseRleCache)||void 0===i?void 0:i.flushCacheByUrl(e);null==o||o.forEach((function(e){r.fireResourceLoadEvent(e,r.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 i,r=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=r,this.liveTokens.add(r),this.isTracerEnabled?(this.stateWM.set(r,{isInitial:this.isInitial,startTime:Tk(this.core.host.api.performance,o),pageKey:e}),this.firePageLoadStartEvent(r)):this.stateWM.set(r,{isInitial:this.isInitial,startTime:Tk(this.core.host.api.performance,o)}),this.config["enable-memory-measurement"]&&(null===(i=this.pageMemoryObserver)||void 0===i||i.stopObserving(),this.pageMemoryObserver=new Mk("page-memory",this.core,this.config),this.pageMemoryObserver.startObserving(),void 0===this.appMemoryObserver&&(this.appMemoryObserver=new Mk("application-memory",this.core,this.config),this.appMemoryObserver.startObserving())),r}},{key:"observeWebVitals",value:function(){void 0===this.webVitalsObserver&&(this.webVitalsObserver=new _A(this.core,this.config),this.webVitalsObserver.startObserving())}},{key:"end",value:function(e){var t,n,i=this,r=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=Tk(this.core.host.api.performance,s);a.endProps={renderCompleteTime:c,isImpactedByHiddenWindow:r,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(i.isTracerEnabled){i.flushResourceLoadEvents(l);var e=i.collector.collectPageLoadEndData({isInitial:a.isInitial});"then"in e?e.then((function(e){i.firePageLoadEndEvent(e,l)})):i.firePageLoadEndEvent(e,l)}var t=i.collector.collect({isInitial:a.isInitial});"then"in t?t.then((function(e){i.fireRumEvent(e,l)})):i.fireRumEvent(t,l)}),u),this.activeToken=void 0}else rC("rum-end",$C)}},{key:"onDataResponse",value:function(e,t,n,i,r,o,a){var s=RA(t,n,i,r,o);if(null!=a&&a.serverSideResponse){var c=this.generateResourceLoadEventFromResponseContext(e,z_({nextHopProtocol:BC.UNKNOWN},s));this.fireResourceLoadEvent(c,this.activeToken)}else this.provisionNetworkResponse(e,s)}},{key:"onOopsPage",value:function(e,t){rC("rum-oops",e,Object.fromEntries(t||[]),["oops-page"])}},{key:"firePageLoadStartEvent",value:function(e){if(e&&this.activeToken&&this.activeToken===e){this.shouldTrackCustomMeasureEvent=!0;var t=this.stateWM.get(e);this.pageLoadId=XI(),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 rC("PageLoadStartEvent",$C)}},{key:"destroy",value:function(){var e,t,n;jI.offBefore(DI,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 i=e.collector.collectPageLoadEndData({isInitial:n.isInitial,immediate:!0});e.firePageLoadEndEvent(i,t),e.flushResourceLoadEvents(t)}var r=e.collector.collect({isInitial:n.isInitial,immediate:!0});e.fireRumEvent(r,t)}}))}},{key:"flushResourceLoadEvents",value:function(e){var t,n,i=this,r=null===(t=this.responseRleCache)||void 0===t?void 0:t.flushCache();null==r||r.map((function(t){i.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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps,a=i.pageLoadId,s=i.pageKey;if(o){var c=o.renderCompleteTime,l=o.isImpactedByHiddenWindow;if(a?e.pageLoadId=a:rC("PageLoadEndEvent","pageLoadId does not exist"),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,p=d||r,f=c-p;e.navigationTiming.boomerangStart=h,e.navigationTiming.timeDone=f,e.navigationTiming.navigationStart=p,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)})),this.shouldTrackCustomMeasureEvent=!1}else this.abort(t)}}},{key:"fireCustomMeasureEvent",value:function(e){var t=this;if(this.isTracerEnabled&&this.shouldTrackCustomMeasureEvent){var n,i=null!==(n=this.getPageLoadIdFromState())&&void 0!==n?n:this.pageLoadId;if(!i)return void this.initialCustomMeasureEvents.push(e);this.initialCustomMeasureEvents.length>0&&(this.initialCustomMeasureEvents.forEach((function(e){e.parentPageLoadId=i,t.core.fireEvent({appId:t.config["app-id"],eventName:"CustomMeasureEvent"},e)})),this.initialCustomMeasureEvents=[]),e.parentPageLoadId=i,this.core.fireEvent({appId:this.config["app-id"],eventName:"CustomMeasureEvent"},e)}}},{key:"fireResourceLoadEvent",value:function(e,t){var n=this;if(this.isTracerEnabled){var i,r=null!==(i=this.getPageLoadIdFromState(t))&&void 0!==i?i:this.pageLoadId;if(!r)return void this.initialResourcesEvents.push(e);this.initialResourcesEvents.length>0&&(this.initialResourcesEvents.forEach((function(e){e.parentPageLoadId=r,n.core.fireEvent({appId:n.config["app-id"],eventName:"ResourceLoadEvent"},e)})),this.initialResourcesEvents=[]),e.parentPageLoadId=r,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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps;if(o){var a=o.renderCompleteTime,s=o.isImpactedByHiddenWindow,c=o.rumKey,l=this.boomerangStart=e.navigationStart||this.boomerangStart,u=e.navigationStart||r,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)})),i.fireRumEventTimeout&&clearTimeout(i.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,i=null===(n=document)||void 0===n||null===(n=n.cookie)||void 0===n?void 0:n.split(";"),r={issueTime:0,browserId:""};try{r=function(e){var t,n={issueTime:0,browserId:""},i=Z_(e);try{for(i.s();!(t=i.n()).done;){var r=t.value.split("=");if(r.length>1&&"bscookie"===r[0]){var o=decodeURIComponent(r[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){i.e(e)}finally{i.f()}return n}(i)}catch(e){}var o={type:e,bsCookieInfo:r,payload:t};this.core.fireEvent({appId:this.config["app-id"],eventName:"ApfcEvent"},o)}},{key:"generateResourceLoadEventFromResponseContext",value:function(e,t){var n=t.requestTime,i=t.viewNames,r=t.requestType,o={resourceKey:e,isNetwork:!0,targetViewNames:i||[],loadType:"serversideresponse",resourceNetworkContext:z_({},V_(t,j_)),resourceProgressStates:[],timeOrigin:n};return r&&(o.loadType=r),o}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;this.collector.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:t})}}])}();var NA,PA="undefined"!=typeof window&&"undefined"!=typeof performance,DA="undefined"!=typeof location&&-1!==location.search.indexOf("_LI_MEASURE_DEBUG");!function(){function e(t,n){rS(this,e),sS(this,"trackingCore",void 0),sS(this,"endPageInstance",void 0),sS(this,"startPageInstance",void 0),sS(this,"featureIdentifier",void 0),sS(this,"marks",[]),sS(this,"spans",[]),sS(this,"spanStarts",new Map),sS(this,"started",!1),sS(this,"ended",!1),sS(this,"featureKey",void 0),sS(this,"productName",void 0),sS(this,"flushOnEnd",void 0),sS(this,"basePageTreeId",void 0),sS(this,"debounceFlush",void 0),sS(this,"disableAutoFlush",void 0),sS(this,"isCanceled",!1),sS(this,"isClosed",!1),this.trackingCore=t;var i=n.featureKey,r=n.productName,o=n.flushDebounceMilliseconds,a=n.flushOnEnd;this.featureKey=i,this.productName=r,this.flushOnEnd=a;var s=r?"::".concat(r):"";this.featureIdentifier="".concat(i).concat(s);var c=void 0!==o?o:3e3;c>0&&(this.debounceFlush=function(e,t,n){var i,r,o;void 0===t&&(t=50),void 0===n&&(n={});var a=null!=(i=n.isImmediate)&&i,s=null!=(r=n.callback)&&r,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(i,r){var c=a&&void 0===o;if(void 0!==o&&clearTimeout(o),o=setTimeout((function(){if(o=void 0,l=Date.now(),!a){var i=e.apply(n,t);s&&s(i),u.forEach((function(e){return(0,e.resolve)(i)})),u=[]}}),d()),c){var h=e.apply(n,t);return s&&s(h),i(h)}u.push({resolve:i,reject:r})}))};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}aS(e,[{key:"start",value:function(e){var t;if(PA){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(PA){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){PA&&(this.marks.push({name:e,startTime:_k()}),DA&&(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){PA&&(this.spanStarts.set(e,_k()),DA&&performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start")))}},{key:"spanEnd",value:function(e,t){if(PA&&this.spanStarts.has(e)){var n=this.spanStarts.get(e),i=t||e;this.spans.push({name:i,startTime:n,duration:_k()-n}),DA&&(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){PA&&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 _k()}},{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||YI("unknown"),i={name:e.featureKey,startTime:-1,duration:-1,startPageInstance:n,marks:e.marks,spans:e.spans};return e.productName&&(i.productName=e.productName),e.basePageTreeId&&(i.basePageTreeId=e.basePageTreeId),i}),t)}},{key:"cancel",value:function(){this.isCanceled=!0}},{key:"check",value:function(){if(PA){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"}(NA||(NA={}));var MA,UA,FA="lifespan";!function(e){e._SPAN_TYPE="li.mo.spanType",e.HTTP_RESPONSE_STATUS_CODE="http.response.status_code"}(MA||(MA={})),function(e){e.DEFAULT="DEFAULT",e.APPLICATION="APPLICATION",e.PAGE="PAGE"}(UA||(UA={}));var BA,jA,GA,HA,qA=function(){function e(t,n){var i=this;rS(this,e),sS(this,"syncAttributes",void 0),sS(this,"resourceType",UA.DEFAULT),sS(this,"asyncAttributes",void 0),sS(this,"asyncAttributesPending",void 0),sS(this,"asyncAttributesResolvedPromise",void 0),sS(this,"resolveAsyncAttributesPromise",void 0),this.syncAttributes=t,null!=n&&n.waitForAsyncAttributes?(this.asyncAttributesPending=!0,this.asyncAttributesResolvedPromise=new Promise((function(e){i.resolveAsyncAttributesPromise=e}))):(this.asyncAttributesPending=!1,this.resolveAsyncAttributesPromise=function(){})}var t,n;return aS(e,[{key:"resolveAsyncAttributes",value:function(e){this.asyncAttributesPending&&(this.asyncAttributes=e,this.asyncAttributesPending=!1,this.resolveAsyncAttributesPromise())}},{key:"waitForAsyncAttributes",value:(t=q_().mark((function e(){return q_().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.asyncAttributesPending){e.next=3;break}return e.next=3,this.asyncAttributesResolvedPromise;case 3:case"end":return e.stop()}}),e,this)})),n=function(){var e=this,n=arguments;return new Promise((function(i,r){var o=t.apply(e,n);function a(e){W_(o,i,r,a,s,"next",e)}function s(e){W_(o,i,r,a,s,"throw",e)}a(void 0)}))},function(){return n.apply(this,arguments)})},{key:"attributes",get:function(){if(this.asyncAttributesPending)throw new Error("Resource attributes are not ready yet - async attributes still pending.");var e={resourceType:this.resourceType};return Object.assign({},e,this.syncAttributes,this.asyncAttributes)}}]),e}(),WA=aS((function e(){rS(this,e)})),KA={string:"stringValue",boolean:"boolValue",int:"intValue",double:"doubleValue"},zA=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e){var t=[];for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var i=e[n],r=this.getFieldName(i);r?t.push({key:n,value:{value:sS({},r,i)}}):console.warn("Attribute '".concat(n,"' of type '").concat(iS(i),"' could not be converted to a proto attribute."))}return t}},{key:"getFieldName",value:function(e){var t=iS(e);return"number"==typeof e&&(t=Number.isInteger(e)?"int":"double"),t in KA?KA[t]:void 0}}]),t}()),VA=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e){var t=1e3*(window.performance.timeOrigin+e);return Math.round(t)}}]),t}()),XA=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e){return{timeUnixNano:VA.adapt(e.time),name:e.name,attributes:zA.adapt(e.attributes)}}}]),t}()),JA=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e){return{traceId:e.traceId,spanId:e.spanId,traceState:e.traceState,attributes:zA.adapt(e.attributes),flags:e.flags}}}]),t}()),YA=new(function(){function e(){rS(this,e)}return aS(e,[{key:"adapt",value:function(e){var t;return{traceId:e.spanContext.traceId,spanId:e.spanContext.spanId,traceState:e.spanContext.traceState,parentSpanId:null===(t=e.parentSpan)||void 0===t?void 0:t.spanContext.spanId,flags:e.spanContext.traceFlags,name:e.name,kind:e.kind,startTimeUnixNano:VA.adapt(e.startTime),endTimeUnixNano:VA.adapt(e.endTime),attributes:zA.adapt(e.attributes),events:e.events.map(XA.adapt),links:e.links.map(JA.adapt),status:e.status}}}]),e}()),QA=function(){function e(t){rS(this,e),sS(this,"trackingCore",void 0),this.trackingCore=t}return aS(e,[{key:"export",value:function(e){var t=YA.adapt(e),n={attributes:zA.adapt(e.parentTracer.parentTracerProvider.resource.attributes)},i={traceId:e.spanContext.traceId,pageForestId:e.spanContext.traceId,resourceSpans:{resource:n,scopeSpans:[{scope:e.parentTracer.scope,spans:[t]}]}};this.trackingCore.fireEvent("OtelPilotClientTraceEvent",i)}}]),e}(),$A=function(){function e(t){rS(this,e),sS(this,"DEBUG_QUERY_PARAM","__LI_OTEL_DEBUG"),sS(this,"enabled",!1),sS(this,"globalWindow",void 0),sS(this,"exportedSpans",void 0);var n=t;if(void 0!==n.location){var i=new URLSearchParams(n.location.search);this.enabled=null!==i.get(this.DEBUG_QUERY_PARAM)}this.enabled&&(this.globalWindow="undefined"!=typeof window?window:{},this.exportedSpans=this.globalWindow.__li_otelSpans||[],this.globalWindow.__li_otelSpans=this.exportedSpans)}return aS(e,[{key:"export",value:function(e){this.exportedSpans&&this.exportedSpans.push(e)}}]),e}(),ZA=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e,t){var n={"pageInstance.pageUrn":e.pageInstance.pageUrn,"pageInstance.trackingId":e.pageInstance.trackingId,pageKey:e.pageKey};e.applicationInstance&&(n["applicationInstance.version"]=e.applicationInstance.version,n["applicationInstance.applicationUrn"]=e.applicationInstance.applicationUrn,n["applicationInstance.trackingId"]=JSON.stringify(e.applicationInstance.trackingId));var i=(null==t?void 0:t.prefix)||"";return Object.keys(n).reduce((function(e,t){return e[i+t]=n[t],e}),{})}}]),t}()),eO=function(){function e(t){rS(this,e),sS(this,"trackingCore",void 0),this.trackingCore=t}return aS(e,[{key:"onStart",value:function(e){if(e.startTrackingContext){var t=e.startTrackingContext||this.trackingCore.getCurrentContext(),n=ZA.adapt(t,{prefix:"trackingCtx.start."});Object.assign(e.attributes,n)}}},{key:"onEnd",value:function(e){if(e.endTrackingContext){var t=e.endTrackingContext||this.trackingCore.getCurrentContext(),n=ZA.adapt(t,{prefix:"trackingCtx.end."});Object.assign(e.attributes,n)}}}]),e}(),tO=function(){function e(){rS(this,e)}return aS(e,[{key:"onStart",value:function(e){}},{key:"onEnd",value:function(e){e.attributes[MA._SPAN_TYPE]=e.spanType}}]),e}();function nO(e){for(var t="",n=0;n<e;n++)t+="0123456789abcdef".charAt(Math.floor(16*Math.random()));return t}function iO(){return nO(16)}!function(e){e[e.CREATED=0]="CREATED",e[e.STARTED=1]="STARTED",e[e.ENDED=2]="ENDED"}(BA||(BA={})),function(e){e.UNKNOWN="UNKNOWN",e.OK="OK",e.ERROR="ERROR"}(jA||(jA={})),function(e){e.SERVER="SERVER",e.CLIENT="CLIENT",e.INTERNAL="INTERNAL"}(GA||(GA={})),function(e){e.DEFAULT="DEFAULT",e.INFINITE="INFINITE",e.EVENT_WRAPPER="EVENT_WRAPPER"}(HA||(HA={}));var rO=function(){function e(t,n,i){var r,o,a,s;rS(this,e),sS(this,"name",void 0),sS(this,"parentTracer",void 0),sS(this,"status",{code:jA.UNKNOWN,message:""}),sS(this,"attributes",{}),sS(this,"events",[]),sS(this,"kind",GA.INTERNAL),sS(this,"links",[]),sS(this,"spanContext",void 0),sS(this,"spanType",void 0),sS(this,"startTime",void 0),sS(this,"endTime",void 0),sS(this,"startTrackingContext",void 0),sS(this,"endTrackingContext",void 0),sS(this,"parentSpan",void 0),sS(this,"state",BA.CREATED),this.name=t,this.parentTracer=n,this.spanType=HA.DEFAULT;var c=null==i||null===(r=i.parentSpan)||void 0===r?void 0:r.spanContext;this.spanContext={traceId:(null==i||null===(o=i.spanContext)||void 0===o?void 0:o.traceId)||(null==c?void 0:c.traceId)||nO(32),spanId:(null==i||null===(a=i.spanContext)||void 0===a?void 0:a.spanId)||iO(),traceState:(null==i||null===(s=i.spanContext)||void 0===s?void 0:s.traceState)||(null==c?void 0:c.traceState)||""},this.parentSpan=null==i?void 0:i.parentSpan,null!=i&&i.links&&(this.links=i.links)}return aS(e,[{key:"start",value:function(e){return this.state!==BA.CREATED?(this.warn("Can't start a span that has already been started"),this):(this.startTime="number"==typeof(null==e?void 0:e.startTime)?e.startTime:performance.now(),this.startTrackingContext=null==e?void 0:e.trackingContext,this.state=BA.STARTED,this.parentTracer.handleSpanStart(this),this)}},{key:"end",value:function(e){var t="number"==typeof(null==e?void 0:e.endTime)?e.endTime:performance.now();this.state===BA.STARTED?t<this.startTime?this.warn("Can't end a span with endTime < startTime"):(this.name=(null==e?void 0:e.name)||this.name,this.endTime=t,this.endTrackingContext=null==e?void 0:e.trackingContext,this.state=BA.ENDED,this.parentTracer.handleSpanEnd(this)):this.warn("Can't end a span that either has not been started or has already ended.")}},{key:"addEvent",value:function(e,t){var n={name:e,time:"number"==typeof(null==t?void 0:t.time)?t.time:performance.now(),attributes:(null==t?void 0:t.attributes)||{}},i=this.parentTracer.parentTracerProvider.config.spanEventCountLimit;this.events.length>=i?this.warn("Can't add event, because span event limit (".concat(i,") has been reached")):(this.events.push(n),this.state!==BA.STARTED&&this.warn("Added a span event to a span that either has not been started or has already ended."),n.time<this.startTime&&this.warn("Added a span event with event.time < span.startTime"))}},{key:"warn",value:function(e){this.parentTracer.parentTracerProvider.warn(e)}}]),e}(),oO=function(e){function t(e,n,i,r){var o,a,s,c,l;rS(this,t),(l=X_(this,t,["li.mo.event-wrapper",n,i])).spanType=HA.EVENT_WRAPPER;var u="number"==typeof(null===(o=r)||void 0===o?void 0:o.time)?r.time:performance.now();return r=Object.assign({},r,{time:u}),H_((a=J_(l),Y_(t.prototype)),"start",a).call(a,{startTime:u}),H_((s=J_(l),Y_(t.prototype)),"addEvent",s).call(s,e,r),H_((c=J_(l),Y_(t.prototype)),"end",c).call(c,{endTime:u}),l}return Q_(t,rO),aS(t,[{key:"start",value:function(){return this.warn(this.getMethodNotSupportedMessage("start")),this}},{key:"end",value:function(){this.warn(this.getMethodNotSupportedMessage("end"))}},{key:"addEvent",value:function(){this.warn(this.getMethodNotSupportedMessage("addEvent"))}},{key:"getMethodNotSupportedMessage",value:function(e){return"EventWrapperSpan doesn't support explicit '".concat(e,"' operation. This '").concat(e,"' call will have no effect.")}}]),t}(),aO=function(e){function t(e,n,i){var r;return rS(this,t),(r=X_(this,t,[e,n,i])).spanType=HA.INFINITE,r}return Q_(t,rO),aS(t,[{key:"start",value:function(e){return this.state!==BA.CREATED?(this.warn("Can't start an infinite span that has already been started"),this):(H_(Y_(t.prototype),"start",this).call(this,e),H_(Y_(t.prototype),"end",this).call(this,{endTime:this.startTime}),this.state=BA.STARTED,this)}},{key:"end",value:function(){this.warn("InfiniteSpan object doesn't support an end() operation. This 'end()' call will have no effect.")}},{key:"addEvent",value:function(e,n){var i=this.parentTracer.parentTracerProvider.config.spanEventCountLimit;if(this.events.length>=i)this.warn("Can't add event, because span event limit (".concat(i,") has been reached"));else{H_(Y_(t.prototype),"addEvent",this).call(this,e,n);var r={parentSpan:this};new oO(e,this.parentTracer,r,n)}}}]),t}(),sO=function(){function e(t,n){rS(this,e),sS(this,"scope",void 0),sS(this,"parentTracerProvider",void 0),this.scope=t,this.parentTracerProvider=n}return aS(e,[{key:"createSpan",value:function(e,t,n){var i=null==t?void 0:t.parentSpan;if((null==i?void 0:i.spanType)!==HA.EVENT_WRAPPER)return((null==n?void 0:n.spanType)||HA.DEFAULT)===HA.INFINITE?new aO(e,this,t):new rO(e,this,t);this.parentTracerProvider.warn("Can't create span with parentSpan of type EventWrapperSpan.")}},{key:"handleSpanStart",value:function(e){this.parentTracerProvider.handleSpanStart(e)}},{key:"handleSpanEnd",value:function(e){this.parentTracerProvider.handleSpanEnd(e)}}]),e}(),cO=function(){function e(){rS(this,e),sS(this,"endedSpanCount",0)}return aS(e,[{key:"onStart",value:function(){}},{key:"onEnd",value:function(e){e.attributes["li.globalSequenceNumber"]=this.endedSpanCount,this.endedSpanCount++}}]),e}(),lO={spanCountLimit:500,spanEventCountLimit:128},uO=function(){function e(t,n){var i=this;rS(this,e),sS(this,"resource",void 0),sS(this,"config",void 0),sS(this,"tracers",{}),sS(this,"spanExporters",[]),sS(this,"spanProcessors",[]),sS(this,"spanExportQueue",[]),sS(this,"waitForResourceAsyncAttributes",!0),sS(this,"spanCount",0),this.resource=t,this.config=Object.assign({},lO,n),this.addSpanProcessor(new cO),t.waitForAsyncAttributes().then((function(){i.waitForResourceAsyncAttributes=!1,i.flushSpanQueue()}))}return aS(e,[{key:"getTracer",value:function(e){var t=this.getScopeKey(e);return void 0===this.tracers[t]&&(this.tracers[t]=new sO(e,this)),this.tracers[t]}},{key:"addSpanExporter",value:function(e){this.spanExporters.push(e)}},{key:"addSpanProcessor",value:function(e){this.spanProcessors.push(e)}},{key:"handleSpanStart",value:function(e){this.spanProcessors.forEach((function(t){t.onStart(e)}))}},{key:"handleSpanEnd",value:function(e){this.spanProcessors.forEach((function(t){t.onEnd(e)})),this.spanExportQueue.push(e),this.waitForResourceAsyncAttributes||this.flushSpanQueue()}},{key:"warn",value:function(e){this.config.logger&&this.config.logger.warn(e)}},{key:"getScopeKey",value:function(e){return"".concat(e.name,"@").concat(e.version||"")}},{key:"flushSpanQueue",value:function(){var e=this;this.spanExportQueue.forEach((function(t){e.spanCount++,e.spanCount>e.config.spanCountLimit?e.spanCount===e.config.spanCountLimit+1&&e.warn("Resource reached span count limit (".concat(e.config.spanCountLimit,") and won't export any more spans.")):e.spanExporters.forEach((function(e){e.export(t)}))})),this.spanExportQueue=[]}}]),e}(),dO=function(e){function t(){var e;rS(this,t);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return sS(J_(e=X_(this,t,[].concat(i))),"resourceType",UA.APPLICATION),e}return Q_(t,qA),aS(t)}(),hO=function(e){function t(){var e;rS(this,t);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return sS(J_(e=X_(this,t,[].concat(i))),"resourceType",UA.PAGE),e}return Q_(t,qA),aS(t)}(),pO=function(){function e(t,n){rS(this,e),sS(this,"trackingCore",void 0),sS(this,"INSTRUMENTATION_NAME","tracking-context-instrumentation"),sS(this,"activeContext",void 0),sS(this,"initialApplicationTraceId",void 0),this.trackingCore=t,this.initialApplicationTraceId=null==n?void 0:n.initialApplicationTraceId}return aS(e,[{key:"enable",value:function(){var e=this.startApplicationSpan(),t=this.startPageSpan(0,e);this.activeContext={application:{applicationSpan:e,applicationResource:e.parentTracer.parentTracerProvider.resource},page:{pageSpan:t,pageResource:t.parentTracer.parentTracerProvider.resource}}}},{key:"disable",value:function(){}},{key:"handleNavigationStart",value:function(){var e=this.startPageSpan(performance.now(),this.activeContext.application.applicationSpan);this.activeContext.page={pageSpan:e,pageResource:e.parentTracer.parentTracerProvider.resource,pageContext:void 0}}},{key:"handleTransitionEnd",value:function(){var e=this.trackingCore.getCurrentContext();this.validateTransition(e);var t=z_(z_({},e.applicationInstance),{},{appId:this.trackingCore.host.appId}),n={"application.name":t.appId,"application.urn":t.applicationUrn,"application.version":t.version,"application.instanceId":t.trackingId};this.activeContext.application.applicationContext=t,this.activeContext.application.applicationResource.resolveAsyncAttributes(n);var i=z_(z_({},e.pageInstance),{},{pageKey:e.pageKey});this.activeContext.page.pageContext=i,this.activeContext.page.pageResource.resolveAsyncAttributes(z_(z_({},n),{},{"page.urn":i.pageUrn,"page.pageKey":i.pageKey,"page.instanceId":i.trackingId}))}},{key:"getApplicationSpan",value:function(){return this.activeContext.application.applicationSpan}},{key:"getCurrentPageSpan",value:function(){return this.activeContext.page.pageSpan}},{key:"startApplicationSpan",value:function(){var e=new dO({platform:"WEB"},{waitForAsyncAttributes:!0}),t={};"undefined"!=typeof window&&(t.logger=window.console);var n=new uO(e,t);this.setupTracerProvider(n);var i=n.getTracer({name:this.INSTRUMENTATION_NAME}),r={};this.initialApplicationTraceId&&(r.spanContext={traceId:this.initialApplicationTraceId});var o=i.createSpan(FA,r,{spanType:HA.INFINITE});return o.start({startTime:0}),o}},{key:"startPageSpan",value:function(e,t){var n=new hO({platform:"WEB"},{waitForAsyncAttributes:!0}),i={};"undefined"!=typeof window&&(i.logger=window.console);var r=new uO(n,i);this.setupTracerProvider(r);var o=r.getTracer({name:this.INSTRUMENTATION_NAME}),a={links:[Object.assign({attributes:{}},t.spanContext)]},s=o.createSpan(FA,a,{spanType:HA.INFINITE});return s.start({startTime:e}),s}},{key:"validateTransition",value:function(e){if(!e)throw new Error("Bad transition: new context is missing.");if(!e.applicationInstance)throw new Error("Bad transition: invalid application instance.");if(!e.applicationInstance.trackingId||0==e.applicationInstance.trackingId.length)throw new Error("Bad transition: invalid application instance trackingId.");var t=this.activeContext.application.applicationContext;if(t&&e.applicationInstance.trackingId!==t.trackingId)throw new Error("Bad transition: new application id differs from the active application id.");var n=this.activeContext.page.pageContext;if(n&&e.pageInstance.trackingId===n.trackingId)throw new Error("Bad transition: new page id is the same as the active page id.")}},{key:"setupTracerProvider",value:function(e){e.addSpanProcessor(new tO),e.addSpanProcessor(new eO(this.trackingCore)),e.addSpanExporter(new QA(this.trackingCore)),e.addSpanExporter(new $A(this.trackingCore.host.api))}}]),e}(),fO=function(){function e(){rS(this,e),sS(this,"initialized",!1),sS(this,"instrumentations",[]),sS(this,"trackingContextInst",void 0)}return aS(e,[{key:"init",value:function(e,t){this.initialized||(this.trackingContextInst=new pO(e,{initialApplicationTraceId:null==t?void 0:t.htmlFetchTraceId}),this.trackingContextInst.enable(),this.instrumentations.forEach((function(e){return e.enable()})),this.initialized=!0)}},{key:"addInstrumentation",value:function(e){this.instrumentations.push(e),this.initialized&&e.enable()}},{key:"handleNavigationStart",value:function(){this.trackingContextInst.handleNavigationStart()}},{key:"handleTransitionEnd",value:function(){this.trackingContextInst.handleTransitionEnd()}},{key:"getApplicationSpan",value:function(){return this.trackingContextInst.getApplicationSpan()}},{key:"getCurrentPageSpan",value:function(){return this.trackingContextInst.getCurrentPageSpan()}}],[{key:"getInstance",value:function(){return e.instance||(e.instance=new e),e.instance}}]),e}();sS(fO,"instance",void 0);var vO=new(function(e){function t(){return rS(this,t),X_(this,t,arguments)}return Q_(t,WA),aS(t,[{key:"adapt",value:function(e){var t=e.error,n=t.name,i=t.message,r=t.stack,o=void 0===r?"":r,a=t.fileName,s=void 0===a?"":a,c=t.lineNumber,l=void 0===c?-1:c,u=t.columnNumber,d={"error.name":n,"error.message":i,"error.stack":o,"error.fileName":s,"error.lineNumber":l,"error.columnNumber":void 0===u?-1:u,"error.callTreeId":e.callTreeId},h=e.responseHeaders;if(h){var p={};Object.keys(h).forEach((function(e){p["error.response.headers.".concat(e)]=h[e]})),Object.assign(d,p)}return d}}]),t}());function mO(e,t,n){var i=t in e&&e.propertyIsEnumerable.call(e,t);Object.defineProperty(e,t,{configurable:!0,enumerable:i,writable:!0,value:n})}function gO(e,t){return Object.keys(e).reduce((function(n,i){return n[t+i]=e[i],n}),{})}function yO(e,t){var n=e.entryType,i=e.redirectStart,r=e.redirectEnd,o=e.workerStart,a=e.fetchStart,s=e.domainLookupStart,c=e.domainLookupEnd,l=e.connectStart,u=e.secureConnectionStart,d=e.connectEnd,h=e.requestStart,p=e.responseStart,f=e.responseEnd,v=e.decodedBodySize,m=e.encodedBodySize,g=e.initiatorType,y=e.nextHopProtocol,E=e.transferSize,b=e.deliveryType,w=e.firstInterimResponseStart,T=e.renderBlockingStatus,_=e.responseStatus;i>0&&r>i&&(t.addEvent("redirectStart",{time:i}),t.addEvent("redirectEnd",{time:r})),o>0&&t.addEvent("workerStart",{time:o}),t.addEvent("fetchStart",{time:a}),s>0&&c>s&&(t.addEvent("domainLookupStart",{time:s}),t.addEvent("domainLookupEnd",{time:c})),l>0&&d>l&&(t.addEvent("connectStart",{time:l}),u>0&&t.addEvent("secureConnectionStart",{time:u}),t.addEvent("connectEnd",{time:d})),function(e){return e.requestStart>0&&e.responseEnd>e.requestStart}(e)&&(t.addEvent("requestStart",{time:h}),t.addEvent("responseStart",{time:p}),t.addEvent("responseEnd",{time:f}));var S={decodedBodySize:v,encodedBodySize:m,initiatorType:g,nextHopProtocol:y,transferSize:E,deliveryType:b,firstInterimResponseStart:w,renderBlockingStatus:T,responseStatus:_},I=gO({entryType:n},"performance.entry."),C=gO(S,"performance.resource.timing.");Object.assign(t.attributes,I,C)}!function(){function e(){rS(this,e),sS(this,"handleErrorBound",this.handleError.bind(this))}aS(e,[{key:"enable",value:function(){jI.on(MC.INTERNAL_OTEL_JET_EVENT,this.handleErrorBound)}},{key:"disable",value:function(){jI.off(MC.INTERNAL_OTEL_JET_EVENT,this.handleErrorBound)}},{key:"handleError",value:function(e){if(e){var t=vO.adapt(e);fO.getInstance().getCurrentPageSpan().addEvent("error",{attributes:t})}}}])}();var EO="X-Li-Traceparent",bO="X-Li-Tracestate";function wO(e){var t={};return e instanceof Headers?e.forEach((function(e,n){return t[n]=e})):Array.isArray(e)?e.forEach((function(e){if(Array.isArray(e)){var n=e.length>0?e[0]:String(void 0),i=e.length>1?e[1]:String(void 0);t[n]=i}})):"object"===iS(e)&&(t=z_({},e)),t}function TO(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax",n=arguments.length>2?arguments[2]:void 0;e.fireTrackingEvent("PageViewEvent",_O(n,t))}function _O(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax";const n=p_(document),i=f_(document),r=R_();let o={};return r&&(o.theme=r.toUpperCase()),i&&(o.interfaceLocale=i),e&&(o.pageKey=e),{header:{},requestHeader:o,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}!function(){function e(t){rS(this,e),sS(this,"transporter",void 0),sS(this,"handleResourceTimingBound",this.handleResourceTiming.bind(this)),sS(this,"resourceInfoMap",new Map),sS(this,"locationApi",void 0),sS(this,"trackingEndpoint",void 0),this.transporter=t,this.transporter instanceof kC?(this.trackingEndpoint=this.transporter.getTrackingEndpoint(),this.locationApi=this.transporter.host.api.location):this.trackingEndpoint=this.transporter.host.endpoint}aS(e,[{key:"enable",value:function(){this.wrapFetch(),this.wrapXmlHttpRequest(),jI.on(MC.INTERNAL_OTEL_RESOURCE,this.handleResourceTimingBound)}},{key:"disable",value:function(){jI.off(MC.INTERNAL_OTEL_RESOURCE,this.handleResourceTimingBound)}},{key:"wrapFetch",value:function(){var e=this;!function(e,t,n){var i=void 0;try{i=e[t]}catch(e){}if("function"!=typeof i)throw new Error("Property ".concat(t," of the provided object is not a function"));var r=n(i);mO(e,t,r),mO(r,"__wrapped",!0),mO(r,"__original",i)}(window,"fetch",(function(t){return e.fetchWrapper.bind(e,t)}))}},{key:"wrapXmlHttpRequest",value:function(){}},{key:"fetchWrapper",value:function(e,t,n){var i=this,r=function(e){var t="__default";if(e instanceof Request)t=e.url;else if(e instanceof URL)t=e.href;else if("string"==typeof e)try{t=new URL(e,location.origin).href}catch(e){}return t}(t);if(!this.shouldWrapFetch(r))return e.apply(window,[t,n]);var o=fO.getInstance().getCurrentPageSpan(),a=iO(),s=n,c=null==n?void 0:n.headers;try{c=function(e,t,n){var i,r=function(e,t){return"".concat("00","-").concat(e,"-").concat(t,"-").concat("00")}(t,n),o=function(e){return"".concat("LinkedIn","=").concat(e)}(n);if((e=null!==(i=e)&&void 0!==i?i:{})instanceof Headers){var a=new Headers(e);return a.append(EO,r),a.append(bO,o),a}return Array.isArray(e)?[].concat(eS(e),[[EO,r],[bO,o]]):"object"===iS(e)?z_(z_({},e),{},sS(sS({},EO,r),bO,o)):e}(null==n?void 0:n.headers,o.spanContext.traceId,a),s=z_(z_({},n),{},{headers:c})}catch(e){}var l={spanId:a,parentSpan:o,startTime:performance.now(),endTime:performance.now(),request:{url:r,headers:wO(c)}};return e.apply(window,[t,s]).then((function(e){var t={headers:{},ok:e.ok,redirected:e.redirected,status:e.status,statusText:e.statusText,type:e.type,url:e.url};return e.headers.forEach((function(e,n){t.headers[n]=e})),l.response=t,e})).catch((function(e){throw l.error={name:e.name,message:e.message,stack:e.stack},e})).finally((function(){l.endTime=performance.now();var e=i.resourceInfoMap.get(r)||[];e.push(l),i.resourceInfoMap.set(r,e)}))}},{key:"handleResourceTiming",value:function(e){if(e&&this.shouldTraceResourceTiming(e.resourceTiming.name)){var t,n=this.resourceInfoMap.get(e.resourceTiming.name);n&&(t=n[0],n.length>1?(console.warn("Multiple wrapped request info objects found for URL '".concat(e.resourceTiming.name,"'.")),n.shift()):this.resourceInfoMap.delete(e.resourceTiming.name)),this.traceResource(e.resourceTiming,t)}}},{key:"traceResource",value:function(e,t){var n=e.name,i=e.startTime,r=i+e.duration,o=(null==t?void 0:t.parentSpan)||fO.getInstance().getCurrentPageSpan(),a=o.parentTracer.parentTracerProvider.getTracer({name:"w3c-resource-instrumentation"}),s=void 0;t&&(s={traceId:t.parentSpan.spanContext.traceId,spanId:t.spanId,traceState:""});var c={parentSpan:o};s&&(c.spanContext=s);var l=a.createSpan(n,c).start({startTime:i});yO(e,l),t&&this.addWrappedRequestInfoAttributes(l,t),l.end({endTime:r})}},{key:"addWrappedRequestInfoAttributes",value:function(e,t){var n=gO(wO(t.request.headers),"http.request.header.");if(Object.assign(e.attributes,n),t.response){var i=gO(wO(t.response.headers),"http.response.header."),r=gO({status:t.response.status,statusText:t.response.statusText,ok:t.response.ok,redirected:t.response.redirected,type:t.response.type,url:t.response.url},"http.response.");Object.assign(e.attributes,i,r)}}},{key:"isTrackingEndpoint",value:function(e,t){return function(e,t,n){var i=new URL(e,n.href),r=new URL(t,n.href);return i.href===r.href}(e,this.trackingEndpoint,t)}},{key:"isRealtimeTelemetryRequest",value:function(e,t){return new URL(e,t.href).pathname.indexOf("/realtime/")>-1}},{key:"isSameOriginRequest",value:function(e,t){var n=new URL(e,t.href);return n.protocol===t.protocol&&n.host===t.host}},{key:"shouldWrapFetch",value:function(e){return!!this.locationApi&&this.isSameOriginRequest(e,this.locationApi)&&!this.isTrackingEndpoint(e,this.locationApi)&&!this.isRealtimeTelemetryRequest(e,this.locationApi)}},{key:"shouldTraceResourceTiming",value:function(e){return!!this.locationApi&&!this.isTrackingEndpoint(e,this.locationApi)&&!this.isRealtimeTelemetryRequest(e,this.locationApi)}}])}(),function(){function e(t){rS(this,e),sS(this,"handleLoadEventBound",this.handleLoadEvent.bind(this)),sS(this,"navigationSpanId",void 0),sS(this,"globalWindow",void 0),this.navigationSpanId=null==t?void 0:t.navigationSpanId,"undefined"!=typeof window&&(this.globalWindow=window)}aS(e,[{key:"enable",value:function(){var e;"complete"===document.readyState?this.handleLoadEventEnd():null===(e=this.globalWindow)||void 0===e||e.addEventListener("load",this.handleLoadEventBound)}},{key:"disable",value:function(){var e;null===(e=this.globalWindow)||void 0===e||e.removeEventListener("load",this.handleLoadEventBound)}},{key:"handleLoadEvent",value:function(){var e,t=this;setTimeout((function(){t.handleLoadEventEnd()}),0),null===(e=this.globalWindow)||void 0===e||e.removeEventListener("load",this.handleLoadEventBound)}},{key:"handleLoadEventEnd",value:function(){var e=performance.getEntriesByType("navigation");if(!(e.length<1)){var t=e[0],n=fO.getInstance().getCurrentPageSpan();this.traceNavigation(t,n)}}},{key:"traceNavigation",value:function(e,t){var n=e.name,i=e.startTime,r=i+e.duration,o=t.parentTracer.parentTracerProvider.getTracer({name:"w3c-navigation-instrumentation"}),a=e.toJSON(),s=a.domComplete,c=a.domContentLoadedEventEnd,l=a.domContentLoadedEventStart,u=a.domInteractive,d=a.loadEventEnd,h=a.loadEventStart,p=a.redirectCount,f=a.type,v=a.unloadEventEnd,m=a.unloadEventStart,g={parentSpan:t,spanContext:this.navigationSpanId?{spanId:this.navigationSpanId}:void 0},y=o.createSpan(n,g).start({startTime:i});yO(e,y),m>0&&v>m&&o.createSpan("unloadEvent",{parentSpan:y}).start({startTime:m}).end({endTime:v});var E=o.createSpan("dom-processing",{parentSpan:y}).start({startTime:u});o.createSpan("domContentLoadedEvent",{parentSpan:E}).start({startTime:l}).end({endTime:c}),E.end({endTime:s}),o.createSpan("loadEvent",{parentSpan:y}).start({startTime:h}).end({endTime:d});var b=gO({type:f,redirectCount:p},"performance.navigation.timing.");Object.assign(y.attributes,b),y.end({endTime:r})}}])}(),function(){function e(){rS(this,e),sS(this,"handleLCPUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"LargestContentfulPaint")),sS(this,"handleCLSUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"CumulativeLayoutShift")),sS(this,"handleFIDUpdateBound",this.handleWebVitalsMetricUpdate.bind(this,"FirstInputDelay"))}aS(e,[{key:"enable",value:function(){jI.on(MC.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,this.handleLCPUpdateBound),jI.on(MC.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,this.handleCLSUpdateBound),jI.on(MC.INTERNAL_OTEL_FIRST_INPUT_DELAY,this.handleFIDUpdateBound)}},{key:"disable",value:function(){jI.off(MC.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,this.handleLCPUpdateBound),jI.off(MC.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,this.handleCLSUpdateBound),jI.off(MC.INTERNAL_OTEL_FIRST_INPUT_DELAY,this.handleFIDUpdateBound)}},{key:"handleWebVitalsMetricUpdate",value:function(e,t){if(t){var n=t.value,i=t.metadata,r=i.basePageTreeId,o=V_(i,G_);fO.getInstance().getCurrentPageSpan().addEvent(e,{attributes:z_({value:n,basePageTreeId:"string"==typeof r?r:JSON.stringify(r)},o)})}}}])}();const{ENTER:SO,ESCAPE:IO}=m_;class CO{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,shouldMoveToTopContainer:r=!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,r&&(this._topLevelContainer=this._getTopLevelContainer()),this._wrapperEl=this._el.querySelector(".".concat("modal__wrapper")),this._overlayEl=this._el.querySelector(".".concat("modal__overlay")),o&&(this._events=o),i&&(this._outletEls=this._getOutletEls()),this._exitButtonEl=this._el.querySelector(".".concat("modal__dismiss")),this._onKeyDownEvent=e=>this._onKeyDown(e),this._enablePageViewTracking=t,this._pageKey=s,this._shouldHideModal=n,this._shouldMoveToTopContainer=r,this.onClose=c;this._el.querySelector("[id='".concat("modalNoDismiss","']"))&&(this._isModalNonDismissible=!0),this._focusElement=a,i&&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 S_(this._wrapperEl)}_getOutletEls(){const e=this._el.dataset.outlet,t=[...("default-outlet"===e?this._parentNode:document).querySelectorAll('[data-modal="'.concat(e,'"]'))];return t.length||console.warn("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param ".concat(e)),t}_getTopLevelContainer(){const e=document.querySelector(".".concat("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=y_(e.key),n=t===SO&&document.activeElement===this._exitButtonEl;(t===IO||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),d_(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init(),this._enablePageViewTracking&&window.tracking?window.tracking.then(e=>{TO(e,"ajax",this._pageKey||"".concat(this._el.id))}):(d_(this._wrapperEl,"afterOpen"),Promise.resolve());d_(this._el,"didNotOpen")}async close(){var e,t,n,i,r,o;this._events.onBeforeClose&&await(null===(n=this._events)||void 0===n||null===(i=n.onBeforeClose)||void 0===i?void 0:i.call(n,this._wrapperEl));this.isOpen&&(null===(r=this.onClose)||void 0===r||r.call(this));(this._overlayEl.classList.remove("modal__overlay--visible"),this._overlayEl.setAttribute("aria-hidden","true"),this._shouldMoveToTopContainer&&this._parentNode.appendChild(this._el),this.removeNoScroll(),document.removeEventListener("keydown",this._onKeyDownEvent),d_(this._el,"close"),null!==(e=this._focusElement)&&void 0!==e&&null!==(t=e.classList)&&void 0!==t&&t.contains("ellipsis-menu__trigger"))?(null===(o=this._focusElement)||void 0===o?void 0:o.focus())||this._previouslyFocusedEl.focus():setTimeout(()=>{var e;(null===(e=this._focusElement)||void 0===e?void 0:e.focus())||this._previouslyFocusedEl.focus()},50);this._focusTrap.tearDown()}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 kO(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 AO=/ /g,OO=/[\s\u0000<>"]|%00/,xO=/\\/,LO=/([.]|%2e){2}/i;let RO=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 NO(e){let t;if("string"!=typeof e)return kO("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(kO("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(AO,"+")),!RO.test(t))return kO("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(OO.test(t))return kO("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n,i=t.split("?")[0],r=!1;try{n=decodeURI(i)}catch(e){r=!0}return r?(kO("jSecure Error: malformed url path detected: "+i),"invalid://"):xO.test(i)||LO.test(i)||LO.test(n)?(kO("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):e}const PO={redirect(e){window&&(window.location.href=e)}};function DO(e){return e.scrollHeight>e.offsetHeight}function MO(e,t){const n=null==(i=e)||"object"!=typeof i?[]:Array.prototype.slice.call(i);var i;for(let e=0;e<n.length;e++)n[e]&&1===n[e].nodeType&&t(n[e])}function UO(e){MO([e],e=>{e.classList.add("hidden"),e.setAttribute("aria-hidden","true")})}function FO(e){MO([e],e=>{e.classList.remove("hidden"),e.setAttribute("aria-hidden","false")})}function BO(e){null==e||e.setAttribute("disabled","disabled"),null==e||e.setAttribute("aria-disabled","true")}function jO(e){null==e||e.removeAttribute("disabled"),null==e||e.removeAttribute("aria-disabled")}const GO={};function HO(e){const t=document.getElementById(e);if(!t&&void 0!==GO[e])return GO[e];if(!t)return console.warn("Element with id: ".concat(e," not found")),GO[e]=null,GO[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: ".concat(e,". Use embedJson helper to embed this content")),null):(GO[e]=n,t.parentNode.removeChild(t),GO[e])}function qO(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var WO=Object.hasOwnProperty,KO=Object.setPrototypeOf,zO=Object.isFrozen,VO=Object.getPrototypeOf,XO=Object.getOwnPropertyDescriptor,JO=Object.freeze,YO=Object.seal,QO=Object.create,$O="undefined"!=typeof Reflect&&Reflect,ZO=$O.apply,ex=$O.construct;ZO||(ZO=function(e,t,n){return e.apply(t,n)}),JO||(JO=function(e){return e}),YO||(YO=function(e){return e}),ex||(ex=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(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 tx=dx(Array.prototype.forEach),nx=dx(Array.prototype.pop),ix=dx(Array.prototype.push),rx=dx(String.prototype.toLowerCase),ox=dx(String.prototype.match),ax=dx(String.prototype.replace),sx=dx(String.prototype.indexOf),cx=dx(String.prototype.trim),lx=dx(RegExp.prototype.test),ux=function(e){return function(){for(var t=arguments.length,n=Array(t),i=0;i<t;i++)n[i]=arguments[i];return ex(e,n)}}(TypeError);function dx(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return ZO(e,t,i)}}function hx(e,t){KO&&KO(e,null);for(var n=t.length;n--;){var i=t[n];if("string"==typeof i){var r=rx(i);r!==i&&(zO(t)||(t[n]=r),i=r)}e[i]=!0}return e}function px(e){var t=QO(null),n=void 0;for(n in e)ZO(WO,e,[n])&&(t[n]=e[n]);return t}function fx(e,t){for(;null!==e;){var n=XO(e,t);if(n){if(n.get)return dx(n.get);if("function"==typeof n.value)return dx(n.value)}e=VO(e)}return function(e){return console.warn("fallback value for",e),null}}var vx=JO(["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"]),mx=JO(["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"]),gx=JO(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),yx=JO(["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"]),Ex=JO(["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"]),bx=JO(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),wx=JO(["#text"]),Tx=JO(["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"]),_x=JO(["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"]),Sx=JO(["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"]),Ix=JO(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Cx=YO(/\{\{[\s\S]*|[\s\S]*\}\}/gm),kx=YO(/<%[\s\S]*|[\s\S]*%>/gm),Ax=YO(/^data-[\-\w.\u00B7-\uFFFF]/),Ox=YO(/^aria-[\-\w]+$/),xx=YO(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Lx=YO(/^(?:\w+script|data):/i),Rx=YO(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Nx="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 Px(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 Dx=function(){return"undefined"==typeof window?null:window},Mx=function(e,t){if("object"!==(void 0===e?"undefined":Nx(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 i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};var Ux=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Dx(),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 i=t.document,r=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,p=t.DOMParser,f=t.trustedTypes,v=c.prototype,m=fx(v,"cloneNode"),g=fx(v,"nextSibling"),y=fx(v,"childNodes"),E=fx(v,"parentNode");if("function"==typeof a){var b=r.createElement("template");b.content&&b.content.ownerDocument&&(r=b.content.ownerDocument)}var w=Mx(f,i),T=w?w.createHTML(""):"",_=r,S=_.implementation,I=_.createNodeIterator,C=_.createDocumentFragment,k=_.getElementsByTagName,A=i.importNode,O={};try{O=px(r).documentMode?r.documentMode:{}}catch(e){}var x={};n.isSupported="function"==typeof E&&S&&void 0!==S.createHTMLDocument&&9!==O;var L=Cx,R=kx,N=Ax,P=Ox,D=Lx,M=Rx,U=xx,F=null,B=hx({},[].concat(Px(vx),Px(mx),Px(gx),Px(Ex),Px(wx))),j=null,G=hx({},[].concat(Px(Tx),Px(_x),Px(Sx),Px(Ix))),H=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,W=null,K=!0,z=!0,V=!1,X=!1,J=!1,Y=!1,Q=!1,$=!1,Z=!1,ee=!1,te=!0,ne=!0,ie=!1,re={},oe=null,ae=hx({},["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=hx({},["audio","video","img","source","image","track"]),le=null,ue=hx({},["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",pe="http://www.w3.org/1999/xhtml",fe=pe,ve=!1,me=void 0,ge=["application/xhtml+xml","text/html"],ye="text/html",Ee=void 0,be=null,we=r.createElement("form"),Te=function(e){return e instanceof RegExp||e instanceof Function},_e=function(e){be&&be===e||(e&&"object"===(void 0===e?"undefined":Nx(e))||(e={}),e=px(e),F="ALLOWED_TAGS"in e?hx({},e.ALLOWED_TAGS):B,j="ALLOWED_ATTR"in e?hx({},e.ALLOWED_ATTR):G,le="ADD_URI_SAFE_ATTR"in e?hx(px(ue),e.ADD_URI_SAFE_ATTR):ue,se="ADD_DATA_URI_TAGS"in e?hx(px(ce),e.ADD_DATA_URI_TAGS):ce,oe="FORBID_CONTENTS"in e?hx({},e.FORBID_CONTENTS):ae,q="FORBID_TAGS"in e?hx({},e.FORBID_TAGS):{},W="FORBID_ATTR"in e?hx({},e.FORBID_ATTR):{},re="USE_PROFILES"in e&&e.USE_PROFILES,K=!1!==e.ALLOW_ARIA_ATTR,z=!1!==e.ALLOW_DATA_ATTR,V=e.ALLOW_UNKNOWN_PROTOCOLS||!1,X=e.SAFE_FOR_TEMPLATES||!1,J=e.WHOLE_DOCUMENT||!1,$=e.RETURN_DOM||!1,Z=e.RETURN_DOM_FRAGMENT||!1,ee=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,te=!1!==e.SANITIZE_DOM,ne=!1!==e.KEEP_CONTENT,ie=e.IN_PLACE||!1,U=e.ALLOWED_URI_REGEXP||U,fe=e.NAMESPACE||pe,e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(H.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(H.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(H.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),me=me=-1===ge.indexOf(e.PARSER_MEDIA_TYPE)?ye:e.PARSER_MEDIA_TYPE,Ee="application/xhtml+xml"===me?function(e){return e}:rx,X&&(z=!1),Z&&($=!0),re&&(F=hx({},[].concat(Px(wx))),j=[],!0===re.html&&(hx(F,vx),hx(j,Tx)),!0===re.svg&&(hx(F,mx),hx(j,_x),hx(j,Ix)),!0===re.svgFilters&&(hx(F,gx),hx(j,_x),hx(j,Ix)),!0===re.mathMl&&(hx(F,Ex),hx(j,Sx),hx(j,Ix))),e.ADD_TAGS&&(F===B&&(F=px(F)),hx(F,e.ADD_TAGS)),e.ADD_ATTR&&(j===G&&(j=px(j)),hx(j,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&hx(le,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(oe===ae&&(oe=px(oe)),hx(oe,e.FORBID_CONTENTS)),ne&&(F["#text"]=!0),J&&hx(F,["html","head","body"]),F.table&&(hx(F,["tbody"]),delete q.tbody),JO&&JO(e),be=e)},Se=hx({},["mi","mo","mn","ms","mtext"]),Ie=hx({},["foreignobject","desc","title","annotation-xml"]),Ce=hx({},mx);hx(Ce,gx),hx(Ce,yx);var ke=hx({},Ex);hx(ke,bx);var Ae=function(e){var t=E(e);t&&t.tagName||(t={namespaceURI:pe,tagName:"template"});var n=rx(e.tagName),i=rx(t.tagName);if(e.namespaceURI===he)return t.namespaceURI===pe?"svg"===n:t.namespaceURI===de?"svg"===n&&("annotation-xml"===i||Se[i]):Boolean(Ce[n]);if(e.namespaceURI===de)return t.namespaceURI===pe?"math"===n:t.namespaceURI===he?"math"===n&&Ie[i]:Boolean(ke[n]);if(e.namespaceURI===pe){if(t.namespaceURI===he&&!Ie[i])return!1;if(t.namespaceURI===de&&!Se[i])return!1;var r=hx({},["title","style","font","a","script"]);return!ke[n]&&(r[n]||!Ce[n])}return!1},Oe=function(e){ix(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=T}catch(t){e.remove()}}},xe=function(e,t){try{ix(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){ix(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!j[e])if($||Z)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Le=function(e){var t=void 0,n=void 0;if(Q)e="<remove></remove>"+e;else{var i=ox(e,/^[\r\n\t ]+/);n=i&&i[0]}"application/xhtml+xml"===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=w?w.createHTML(e):e;if(fe===pe)try{t=(new p).parseFromString(o,me)}catch(e){}if(!t||!t.documentElement){t=S.createDocument(fe,"template",null);try{t.documentElement.innerHTML=ve?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),fe===pe?k.call(t,J?"html":"body")[0]:J?t.documentElement:a},Re=function(e){return I.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Ne=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)},Pe=function(e){return"object"===(void 0===s?"undefined":Nx(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":Nx(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},De=function(e,t,i){x[e]&&tx(x[e],(function(e){e.call(n,t,i,be)}))},Me=function(e){var t=void 0;if(De("beforeSanitizeElements",e,null),Ne(e))return Oe(e),!0;if(ox(e.nodeName,/[\u0080-\uFFFF]/))return Oe(e),!0;var i=Ee(e.nodeName);if(De("uponSanitizeElement",e,{tagName:i,allowedTags:F}),!Pe(e.firstElementChild)&&(!Pe(e.content)||!Pe(e.content.firstElementChild))&&lx(/<[/\w]/g,e.innerHTML)&&lx(/<[/\w]/g,e.textContent))return Oe(e),!0;if("select"===i&&lx(/<template/i,e.innerHTML))return Oe(e),!0;if(!F[i]||q[i]){if(ne&&!oe[i]){var r=E(e)||e.parentNode,o=y(e)||e.childNodes;if(o&&r)for(var a=o.length-1;a>=0;--a)r.insertBefore(m(o[a],!0),g(e))}if(!q[i]&&Fe(i)){if(H.tagNameCheck instanceof RegExp&&lx(H.tagNameCheck,i))return!1;if(H.tagNameCheck instanceof Function&&H.tagNameCheck(i))return!1}return Oe(e),!0}return e instanceof c&&!Ae(e)?(Oe(e),!0):"noscript"!==i&&"noembed"!==i||!lx(/<\/no(script|embed)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,t=ax(t,L," "),t=ax(t,R," "),e.textContent!==t&&(ix(n.removed,{element:e.cloneNode()}),e.textContent=t)),De("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(te&&("id"===t||"name"===t)&&(n in r||n in we))return!1;if(z&&!W[t]&&lx(N,t));else if(K&&lx(P,t));else if(!j[t]||W[t]){if(!(Fe(e)&&(H.tagNameCheck instanceof RegExp&&lx(H.tagNameCheck,e)||H.tagNameCheck instanceof Function&&H.tagNameCheck(e))&&(H.attributeNameCheck instanceof RegExp&&lx(H.attributeNameCheck,t)||H.attributeNameCheck instanceof Function&&H.attributeNameCheck(t))||"is"===t&&H.allowCustomizedBuiltInElements&&(H.tagNameCheck instanceof RegExp&&lx(H.tagNameCheck,n)||H.tagNameCheck instanceof Function&&H.tagNameCheck(n))))return!1}else if(le[t]);else if(lx(U,ax(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==sx(n,"data:")||!se[e]){if(V&&!lx(D,ax(n,M,"")));else if(n)return!1}else;return!0},Fe=function(e){return e.indexOf("-")>0},Be=function(e){var t=void 0,i=void 0,r=void 0,o=void 0;De("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j};for(o=a.length;o--;){var c=t=a[o],l=c.name,u=c.namespaceURI;if(i=cx(t.value),r=Ee(l),s.attrName=r,s.attrValue=i,s.keepAttr=!0,s.forceKeepAttr=void 0,De("uponSanitizeAttribute",e,s),i=s.attrValue,!s.forceKeepAttr&&(xe(l,e),s.keepAttr))if(lx(/\/>/i,i))xe(l,e);else{X&&(i=ax(i,L," "),i=ax(i,R," "));var d=Ee(e.nodeName);if(Ue(d,r,i))try{u?e.setAttributeNS(u,l,i):e.setAttribute(l,i),nx(n.removed)}catch(e){}}}De("afterSanitizeAttributes",e,null)}},je=function e(t){var n=void 0,i=Re(t);for(De("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)De("uponSanitizeShadowNode",n,null),Me(n)||(n.content instanceof o&&e(n.content),Be(n));De("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;if((ve=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Pe(e)){if("function"!=typeof e.toString)throw ux("toString is not a function");if("string"!=typeof(e=e.toString()))throw ux("dirty is not a string, aborting")}if(!n.isSupported){if("object"===Nx(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Pe(e))return t.toStaticHTML(e.outerHTML)}return e}if(Y||_e(r),n.removed=[],"string"==typeof e&&(ie=!1),ie){if(e.nodeName){var h=Ee(e.nodeName);if(!F[h]||q[h])throw ux("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(c=(a=Le("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?a=c:a.appendChild(c);else{if(!$&&!X&&!J&&-1===e.indexOf("<"))return w&&ee?w.createHTML(e):e;if(!(a=Le(e)))return $?null:ee?T:""}a&&Q&&Oe(a.firstChild);for(var p=Re(ie?e:a);l=p.nextNode();)3===l.nodeType&&l===u||Me(l)||(l.content instanceof o&&je(l.content),Be(l),u=l);if(u=null,ie)return e;if($){if(Z)for(d=C.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return j.shadowroot&&(d=A.call(i,d,!0)),d}var f=J?a.outerHTML:a.innerHTML;return X&&(f=ax(f,L," "),f=ax(f,R," ")),w&&ee?w.createHTML(f):f},n.setConfig=function(e){_e(e),Y=!0},n.clearConfig=function(){be=null,Y=!1},n.isValidAttribute=function(e,t,n){be||_e({});var i=Ee(e),r=Ee(t);return Ue(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(x[e]=x[e]||[],ix(x[e],t))},n.removeHook=function(e){x[e]&&nx(x[e])},n.removeHooks=function(e){x[e]&&(x[e]=[])},n.removeAllHooks=function(){x={}},n}();const Fx={ADD_TAGS:["#comment","li-icon","icon","iframe"],ADD_ATTR:["target"],FORCE_BODY:!0,RETURN_DOM:!0};var Bx="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",jx=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",Gx=["b","del","em","i","s","strong","sub","sup"],Hx=Gx.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"]),qx=[Bx,"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 Wx(){}var Kx=function(){var e,t=/[&<>"'\u0000\\=]/g;return e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(n){return null==n?null:n.toString().replace(t,(function(t){return e[t]}))}}(),zx=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 i={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(r){return null==r?null:(r+"").replace(n,(function(n,r,o,a){return r?(s=r,i.hasOwnProperty(s)?i[s]:(e.innerHTML="&"+s+";",c=e[jx],i[s]=c,c)):o||a?t(parseInt(o||a,o?16:10)||65533):"�";var s,c}))}}();var Vx=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function Xx(e){return/[<&]/.test(e)}var Jx=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var n=0,i=e.length;n<i;n++)t(e[n],n)};function Yx(e){e=Vx(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",Jx(e,(function(e,a){t=e.tags||Hx,n=e.attrs||qx,i=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++r+")?",i&&(o+="|(?:href|src)=([\"'])(?:(?:https?|ftp|mailto|invalid)(?::|&#(?:58|x3a);)|(?:data:image/(?:gif|jpg|jpeg|png);base64,)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++r),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function Qx(e){return Yx({tags:e=e||Hx,checkUrlAttrs:!0})}function $x(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!Qx(n).test(e):i?!$x.R_UNSAFE_CUSTOM_ELEMENT.test(e):!$x.R_UNSAFE_HTML.test(e)}function Zx(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function eL(e,t,n){if(null==e)return null;e=e.toString();var i=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,i){var r,o=e;if(n.hasOwnProperty(i))return n[i];if(t.hasOwnProperty(i)){if(!((r="string"==typeof(o=t[i]))||o instanceof Wx||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=r?Kx(o):o.toString()}return n[i]=o,o}))}(e,t):e,r=e;return Xx(i)&&!$x(i,n)&&(i=Zx(i),kO("Content contains non-whitelisted tags or attributes:\nContent: "+r,"error")),i}function tL(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e}$x.R_UNSAFE_HTML=Qx(),$x.R_UNSAFE_CUSTOM_ELEMENT=function(){var e={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"};return Yx([{tags:Hx,checkUrlAttrs:!0},{tags:[e.tag],attrs:[Bx,e.attrs].join("|"),checkUrlAttrs:!1}])}();var nL={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,"",""]};nL.optgroup=nL.option,nL.tbody=nL.tfoot=nL.colgroup=nL.caption=nL.thead,nL.th=nL.td;var iL=/<([\w:]+)/;function rL(e,t){var n,i,r,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(r=r||l.appendChild(t.createElement("div")),n=(iL.exec(o)||["",""])[1].toLowerCase(),sL(r,(i=nL[n]||nL._default)[1]+o+i[2]),s=i[0];s--;)r.lastChild&&r.lastChild.nodeType===Node.ELEMENT_NODE&&(r=r.lastChild);tL(u,r.childNodes),(r=l.firstChild).textContent=""}else tL(u,o.nodeType?[o]:o);for(l.textContent="",o=u[a=0];o;)l.appendChild(o),o=u[++a];return l}var oL=eL,aL=eL;function sL(e,t,n){var i=eL(t,n);return Xx(i)?e.innerHTML=i:e[jx]=i,i}function cL(e,t){if(!(this instanceof cL))return new cL(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce((function(e,t){return e.concat(t)}),[]):null,this._string=e,this._options=t}cL.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new Wx,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:($x(e,this._options)||(n=e,e=Zx(e),kO("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var lL={ALLOWED_TAGS:Hx,FORMATTING_TAGS:Gx,htmlEncode:Kx,htmlUnencode:zx,log:kO,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];let r,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(r=n[t],o+=r instanceof cL?r:Kx(r))})),aL(o)},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=rL([e],t);else{if(!Vx(e))return e;n=rL(e,t)}return tL([],n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:oL,reEncode:function(e){return Kx(zx(e))},_redirector:PO,redirect:function(e){const t=NO(e);t===e&&PO.redirect(t)},sanitizeHTML:aL,sanitizeUrl:NO,setElementContent:sL,text:function(e){return kO("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),Kx(e)},unsafe:function(e){return e},UnsafeString:cL};const uL=Object.freeze({CAUTION:"caution",ERROR:"error",GDPR:"gdpr",NOTIFY:"notify",SUCCESS:"success"});class dL{constructor(){let{removeToastCallback:e=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=document.getElementById("toasts");if(!t)throw new Error("No toasts element");this._el=t,this._position=t.getAttribute("type"),this.removeToastCallback=e,this.bindEvents()}trigger(e,t,n,i){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e||!Object.values(uL).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?"".concat(n,"_toast-").concat(e):"toast-".concat(e),a=this._createToastEl(e,t,o,i);return this._addToast(a,r)}clearAllToasts(){let e=this._el.querySelectorAll(".toast");Array.from(e).forEach(e=>{this._removeToast(e)})}bindEvents(){this._el.addEventListener("click",e=>{const t=a_(e.target,".toast__dismiss-btn");if(t){const e=a_(t,".toast");e&&this._removeToast(e)}})}_isValidCtaMetadata(e){return["url","trk","text"].every(t=>e.hasOwnProperty(t))}_createToastEl(e,t,n,i){const r=document.querySelector("#toast-template").content.firstElementChild.cloneNode(!0),o=document.querySelector("#toast-icon-".concat(e)).content.firstElementChild.cloneNode(!0);if(!r||!o)throw new Error("Toast templates are missing");r.classList.add("toast--".concat(e)),r.setAttribute("type",e);const a=r.querySelector(".toast__message");a.insertBefore(o,a.firstElementChild);r.querySelector(".toast__dismiss-btn").setAttribute("data-tracking-control-name","".concat(n,"_dismiss"));const s=r.querySelector(".toast__message-content");let c="text-color-text-neutral";if(e===uL.CAUTION?c="text-color-text-caution":e===uL.ERROR?c="text-color-text-negative":e===uL.SUCCESS&&(c="text-color-text-positive"),s.classList.add(c),function(e,t){let{ADD_TAGS:n=[],ADD_ATTR:i=[]}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Qw({},Fx);r.ADD_TAGS=[...r.ADD_TAGS,...n],r.ADD_ATTR=[...r.ADD_ATTR,...i];const o=Ux.sanitize(t,r);e&&e.nodeType===Node.ELEMENT_NODE&&(e.innerHTML="",e.append(...o.childNodes))}(s,t),i&&this._isValidCtaMetadata(i)){const e=r.querySelector(".toast__message-content-container"),t=document.querySelector("#toast-cta").content.firstElementChild.cloneNode(!0),n=i.target||"_blank";t.setAttribute("href",lL.sanitizeUrl(l_(i.url,i.trk))),t.setAttribute("target",n),t.textContent=i.text,e.classList.add(c),e.append(t)}return r}_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&&function(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 i=0;const r=window.setInterval((function(){e.focus(),i>=n&&window.clearInterval(r),i++}),t)}else e.focus()}(n)}),this.TOAST_ADD_TIMEOUT),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()})}}qO(dL,"TOAST_TYPES",uL),qO(dL,"TOAST_ADD_TIMEOUT",500);const hL={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"},pL=(Object.keys(hL).map(e=>hL[e]),Object.freeze({VERTICAL:"4:5",HORIZONTAL:"16:9",SQUARED:"1:1"}),[]);for(let e=0;e<256;++e)pL.push((e+256).toString(16).slice(1));"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);function fL(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{endpoint:t,headers:n={"Content-Type":"application/json"},queryId:i,variables:r={}}=e,o=$w(e,o_);const a=h_(document);if(!a)throw new Error("Missing pageKey for graphQL request from browser");return I_(t,Qw({method:"POST",headers:n,postData:JSON.stringify({queryId:i,variables:r,pageKey:a})},o))}class vL{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:i=(()=>{}),failureCallback:r=(()=>{})}=e;return fL({endpoint:this.endpoint,queryId:n,variables:t,pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;return i(JSON.parse(t).graphQL)}).catch(r)}}class mL extends vL{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:mL.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})}}qO(mL,"query","2849bb08e3a3bbd23c96c0e758c018b7");class gL extends vL{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:gL.query,variables:{url:e},successCallback:t,failureCallback:n})}}qO(gL,"query","bece320b5f70fe4357082fe84eca6c56");class yL extends CO{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,pushState:r=!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:i,shouldMoveToTopContainer:o,focusElement:a,pageKey:s}),this.pushState=r,this.hashChangeHandlerRef=this._hashChangeHandler.bind(this)}historyBackClickHandler(){this.close({enableHistoryBack:!1})}_hashChangeHandler(e){const t=e.oldURL&&e.oldURL.split("#")[1];t&&t==="".concat("overlay_").concat(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","#".concat("overlay_").concat(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);h_(document);const EL=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,bL=/(.)\1{3}/,wL=/linkedin/i,TL=/\d\d/,_L=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]+)?(/.*)?"),SL=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,IL=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,CL=/^[ぁ-ゔゞ゛゜ー]*$/,kL=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,AL=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},OL=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},xL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!TL.test(e)};xL.errorMessagePrefix="i18n_noConsecutiveDigits_";const LL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!EL.test(e)};LL.errorMessagePrefix="i18n_noForbiddenCharacters_";const RL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!bL.test(e)};RL.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const NL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!wL.test(e)};NL.errorMessagePrefix="i18n_noLinkedIn_";const PL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!_L.test(e)};PL.errorMessagePrefix="i18n_noUrl_";const DL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return IL.test(e)};DL.errorMessagePrefix="i18n_onlyChinese_";const ML=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return CL.test(e)};ML.errorMessagePrefix="i18n_onlyPhonetic_";const UL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==e.trim()};UL.errorMessagePrefix="i18n_required_";const FL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return SL.test(e)};FL.errorMessagePrefix="i18n_invalidFormat_";const BL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return kL.test(e)};BL.errorMessagePrefix="i18n_invalidFormat_";const jL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return SL.test(e)||kL.test(e)};jL.errorMessagePrefix="i18n_invalidFormat_";const GL=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};GL.errorMessagePrefix="i18n_required_";const HL=[AL(50),LL,xL,RL,NL,PL];[UL].concat(HL),AL(50),AL(4),OL(2),AL(128),AL(128),AL(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(FL),OL(6),AL(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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();var qL={exports:{}};function WL(e){this.message=e}WL.prototype=new Error,WL.prototype.name="InvalidCharacterError";var KL="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new WL("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a};var zL=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(KL(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 KL(t)}};function VL(e){this.message=e}VL.prototype=new Error,VL.prototype.name="InvalidTokenError",qL.exports=function(e,t){if("string"!=typeof e)throw new VL("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(zL(e.split(".")[n]))}catch(e){throw new VL("Invalid token specified: "+e.message)}},qL.exports.InvalidTokenError=VL;const XL="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var JL;!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"}(JL||(JL={}));const YL=new Set(Object.values(JL));class QL extends Error{constructor(e){super(e),Object.setPrototypeOf(this,QL.prototype)}}function $L(e){return 0===e.length||!e.trim()}function ZL(e){if("string"!=typeof e)throw new QL("Keys must be strings. ".concat(XL,"."));if($L(e))throw new QL("Keys should not be blank. ".concat(XL,"."));if(/[^a-z0-9-]/.test(e))throw new QL("'".concat(e,"' can only contain lowercase alphanumeric characters and dashes (-). ").concat(XL,"."));return e}class eR{constructor(e,t,n){var i,r,o;if(this._shouldEnablePerformanceMeasurement=!1,this._shouldDisableAvailabilityCalculation=!1,this._shouldRecordSession=!1,this._featureKey=ZL(e),this._defaultDegradationKey=ZL(t),!n)return this._additionalDegradedResponseCodes=[],this._nonDegradedResponseCodes=[],void(this._degradationKeyOverrides=[]);if("object"!=typeof n)throw new QL("DegradationTrackingMetadata options should be an object. ".concat(XL,"."));const a=n.productName;a&&(this._productName=function(e){if("string"!=typeof e)throw new QL("The product name must be a string. ".concat(XL,"."));if($L(e))throw new QL("No product name was specified. Please configure a defaultProductName or specify it per instrumented API "+"call. ".concat(XL,"."));if(/[^a-zA-Z0-9-_ \\/]/.test(e))throw new QL("Product name '".concat(e,"' can only contain alphanumeric, underscores (_), spaces ( ), dashes (-) and forward slashes (/). ").concat(XL,"."));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 QL("Please only specify positive integer response codes between 1 and 999 for the ".concat(t," option. ")+"".concat(e," was specified. ").concat(XL,"."));var n;if(429===e||999===e)throw new QL("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 ".concat(t," options."));if(t===JL.NonDegradedResponseCodes&&e>=400&&e<500)throw new QL("For server responses that have a status code, PEM does not consider 4xx as degraded. ".concat(e," is not ")+"considered a degradation unless you explicitly add it to the ".concat(JL.AdditionalDegradedResponseCodes," option")+". Please remove ".concat(e," from the ").concat(JL.NonDegradedResponseCodes," option. ")+"".concat(XL,"."))};if(void 0!==e&&!Array.isArray(e))throw new QL("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 ".concat(JL.NonDegradedResponseCodes," option. ")+"".concat(XL,"."));if(void 0!==t&&!Array.isArray(t))throw new QL("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 "+"".concat(JL.AdditionalDegradedResponseCodes," option. ").concat(XL,"."));null==e||e.forEach(e=>n(e,JL.NonDegradedResponseCodes)),null==t||t.forEach(e=>n(e,JL.AdditionalDegradedResponseCodes));const i=new Set(t),r=new Set(e);if([...i].some(e=>r.has(e)))throw new QL("Response codes can't be both degraded and non-degraded. Please ensure that your additionalDegradedResponseCodes and nonDegradedResponseCodes "+"don't have any overlapping response codes. ".concat(XL,"."))}(c,s),this._nonDegradedResponseCodes=c||[],this._additionalDegradedResponseCodes=s||[],this._degradationKeyOverrides=n.degradationKeyOverrides||[],this._clientSensorGroupName=n.clientSensorGroupName,this._shouldEnablePerformanceMeasurement=null!==(i=n.enablePerformanceMeasurement)&&void 0!==i&&i,this._customTrackingId=n.customTrackingId,this._shouldDisableAvailabilityCalculation=null!==(r=n.disableAvailabilityCalculation)&&void 0!==r&&r,this._shouldRecordSession=null!==(o=n.enableSessionRecording)&&void 0!==o&&o,function(e){Object.keys(e).forEach(e=>{if(!YL.has(e))throw new QL("An unsupported degradation tracking option '".concat(e,"' was provided. Please fix or remove it. ")+"".concat(XL))})}(n)}static isDegradationTrackingMetadata(e){return null!=e&&Object.getOwnPropertyNames(eR.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 tR=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},nR=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),iR=function(){function e(){tR(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 nR(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);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,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=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 i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!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:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.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(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,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(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];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),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),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,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),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:r},i))};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}(),rR=function(){function e(){tR(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return nR(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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m===t-1){f.push(n(v));break}m++}return f.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 i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,m={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(m.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),oR=function(){function e(){tR(this,e),this.PREFIX="dcts-",this.CPR=new rR}return nR(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 i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}(),aR=(function(){function e(){tR(this,e),this.processor=new oR,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new iR,this.workerThread=null,this.events=[]}nR(e,[{key:"init",value:function(e,t,n,i,r,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===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),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,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,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 i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}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}}])}(),window||e.g);function sR(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var cR,lR="MEMBER";sR(cR={},"GUEST","li_gc"),sR(cR,lR,"li_mc");aR.utag_data||(aR.utag_data={});const uR="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;aR.utag_cfg_ovrd=aR.utag_cfg_ovrd||{},aR.trackingEventDebugData=aR.trackingEventDebugData||[],aR.utag_cfg_ovrd.noview=!0,aR.utag_cfg_ovrd.nocookie=!0;uR&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(aR.navigator.userAgent);function dR(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}}var hR,pR=(hR=function(e,t){return(hR=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}hR(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),fR=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}(),vR=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return pR(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:t.callback===e},t}(fR),mR=(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}pR(t,e),t.prototype.removePredicate=function(e,t){return t===e}}(fR),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return pR(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}(fR)),gR=function(){return 0},yR=!("undefined"==typeof window||!window||"undefined"==typeof document||!document),ER=yR&&!!window.requestAnimationFrame,bR={hasDOM:yR,hasRAF:ER,getScrollTop:gR,getScrollLeft:gR,getHeight:gR,getWidth:gR,rAF:ER?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:gR,get isDirty(){return bR.version!==bR.lastVersion},document:window.document,IntersectionObserver:yR&&window.IntersectionObserver,performance:yR&&window.performance};function wR(){++bR.version}function TR(){var e=null!=document.scrollingElement;bR.getScrollTop=e?function(){return document.scrollingElement.scrollTop}:function(){return window.scrollY},bR.getScrollLeft=e?function(){return document.scrollingElement.scrollLeft}:function(){return window.scrollX}}yR&&(bR.getHeight=function(){return window.innerHeight},bR.getWidth=function(){return window.innerWidth},bR.updateMeta=function(){bR.meta.height=bR.getHeight(),bR.meta.width=bR.getWidth(),bR.meta.scrollLeft=bR.getScrollLeft(),bR.meta.scrollTop=bR.getScrollTop(),bR.lastVersion=bR.version},bR.updateMeta(),"loading"!==document.readyState?TR():document.addEventListener("DOMContentLoaded",TR),window.addEventListener("resize",wR,!1),window.addEventListener("scroll",wR,!1));var _R=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,bR.rAF((function(){e.running=!1;for(var t=0,n=e.reads.length;t<n;t++)e.reads.pop()();t=0;for(var i=e.work.length;t<i;t++)e.work.pop()();(e.work.length>0||e.reads.length>0)&&e.run()})))},e}(),SR=null;var IR,CR=(IR=function(e,t){return(IR=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}IR(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),kR="xxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),AR=0,OR=function(){function e(e,t,n,i,r,o,a,s,c,l){this.dateNow=e,this.highResTime=t,this.scrollTop=n,this.scrollLeft=i,this.width=r,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 bR.isDirty&&bR.updateMeta(),e===window||e===document?(n.height=bR.meta.height,n.width=bR.meta.width,n.scrollLeft=bR.meta.scrollLeft,n.scrollTop=bR.meta.scrollTop,n):(t=dR(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 xR(){return AR+++kR}var LR=function(){function e(e,t){this.isTicking=!1,this.toRemove=[],this.engine=e||(SR||(SR=new _R)),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(OR.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,i,r=this;this.engine.scheduleRead((function(){n=dR(e),i=OR.generate(r.root)})),this.engine.scheduleWork((function(){t(n,i)}))},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}();(function(e){function t(t){var n=e.call(this,void 0,window)||this;return n.predicate=t,n}CR(t,e),t.prototype.applyQueue=function(t){this.predicate(t)&&e.prototype.applyQueue.call(this,t)}})(function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.queue=new vR,t}return CR(t,e),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],i=n.id;(0,n.callback)(e,i)}},t.prototype.watch=function(e){this.startTicking();var t=xR();return this.queue.push({callback:e,id:t}),t},t}(LR)),function(e){function t(t,n,i){void 0===i&&(i=!1);var r=e.call(this,t,n)||this;return r.lastVersion=bR.version,r.queue=new mR,r.ALLOW_CACHED_SCHEDULER=i,r}CR(t,e),Object.defineProperty(t.prototype,"isDirty",{get:function(){return bR.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],i=n.callback,r=n.el,o=n.id,a=n.clientRect;!this.isDirty&&a&&this.ALLOW_CACHED_SCHEDULER||(a=this.queue.items[t].clientRect=dR(r)),i(e,o,a)}this.lastVersion=bR.version},t.prototype.watch=function(e,t,n){this.startTicking(),n=n||xR();return this.queue.push({el:e,callback:t,id:n,clientRect:null}),n}}(LR);bR.hasDOM&&(window.addEventListener("beforeunload",(function(){})),document.addEventListener("visibilitychange",(function(){})));var RR={exports:{}};!function(e,t){!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 i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}function r(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 i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}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 i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&c(r,n.prototype),r}).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 p(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?h(e):t}function f(e){return function(){var t,n=s(e);if(l()){var i=s(this).constructor;t=Reflect.construct(n,arguments,i)}else t=n.apply(this,arguments);return p(this,t)}}function v(e){"complete"===document.readyState?e():window.addEventListener("load",(function(){e()}))}function m(e,t){var n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(n)}function g(){var e,t,n=new Promise((function(n,i){e=n,t=i}));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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;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"}},C=E.GOOGLE_ERROR,k=E.GOOGLE_USER_FETCHED,A=E.INITIALIZED,O=b.INITIALIZATION,x=b.AUTHENTICATION,L=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.el,s=e.clientId,c=void 0===s?y:s;if(t(this,r),i=n.call(this),!a)throw TypeError("DOM element for Sign In button is required");if(i.libSrcPath=o,i.el=a,i.clientId=c,window.gapi)i._initializeGoogleAuth();else{if(!o)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");v((function(){m(o,i._initializeGoogleAuth.bind(h(i)))}))}return i}return i(r,[{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(A);e.dispatchEvent(n)})).catch((function(t){var n={type:O,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{key:"_attachSignIn",value:function(){var e=this;this.auth2.attachClickHandler(this.el,{},(function(t){var n=new CustomEvent(k,{detail:e._getGoogleUserInformation(t)});e.dispatchEvent(n)}),(function(t){var n={type:x,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{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()}}}]),r}(d(EventTarget));function R(e,t){return e?t.getDismissedReason():t.getNotDisplayedReason()||t.getSkippedReason()||t.getDismissedReason()}var N=E.GOOGLE_USER_FETCHED,P=E.PROMPT_MOMENT,D=E.GOOGLE_ERROR,M=function(e){a(r,e);var n=f(r);function r(e){var i,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,p=e.cancelOnTapOutside,f=void 0===p||p,E=e.itpSupport,b=e.useFedCM,w=void 0!==b&&b;if(t(this,r),i=n.call(this),!l)throw TypeError("context param is required to determine the message to show in Google One Tap");if(i.autoSelect=a,i.libSrcPath=s,i.containerId=c,i.cancelOnTapOutside=f,i.clientId=d,i.context=l,i.itpSupport=E,i.useFedCM=w,i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!s)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(s,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(r,[{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(D,{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 i=new CustomEvent(N,{detail:n});this.dispatchEvent(i)}}},{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(P,{detail:t});this.dispatchEvent(n)}},{key:"promptOneTap",value:function(){var e=this;google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:R(e.useFedCM,t)},i=new CustomEvent(P,{detail:n});e.dispatchEvent(i),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")}}}]),r}(d(EventTarget)),U={exports:{}};function F(e){this.message=e}F.prototype=new Error,F.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new F("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a},j=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(B(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 B(t)}};function G(e){this.message=e}G.prototype=new Error,G.prototype.name="InvalidTokenError",U.exports=function(e,t){if("string"!=typeof e)throw new G("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(j(e.split(".")[n]))}catch(e){throw new G("Invalid token specified: "+e.message)}},U.exports.InvalidTokenError=G;var H=U.exports,q=E.GOOGLE_USER_FETCHED,W=E.PROMPT_MOMENT,K=E.GOOGLE_ERROR,z=function(e){a(s,e);var n=f(s);function s(e){var i,r=e.autoSelect,o=void 0!==r&&r,a=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?y:u,p=e.context,f=void 0===p?"signin":p,E=e.gsiButtonConfig,b=void 0===E?{}:E,w=e.libSrcPath,T=e.hasContentAbove,_=void 0!==T&&T,S=e.promptParentId,I=e.showOneTap,C=void 0===I||I,k=e.itpSupport,A=e.useFedCM,O=void 0!==A&&A;if(t(this,s),(i=n.call(this)).autoSelect=o,i.buttonParentEl=a,i.cancelOnTapOutside=l,i.clientId=d,i.context=f,i.gsiButtonConfig=b,i.libSrcPath=w,i.hasContentAbove=_,i.promptParentId=S,i.showOneTap=C,i.itpSupport=k,i.useFedCM=O,i.isLibraryLoaded=g(),i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!w)throw TypeError("GSI library is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(w,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(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(K,{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,i=t.locale,r=void 0===i?"en_US":i,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,p=t.type,f=t.width,v=void 0===f?"400px":f;return this.isInitialized.then((function(){var t=d||I[n.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:r,logo_alignment:a,shape:c,size:u,text:t,theme:h,type:p,width:v})}))}},{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:R(e.useFedCM,t)},i=new CustomEvent(W,{detail:n});e.dispatchEvent(i),e.hasContentAbove||e.checkIfDesktopAndApplyClass()}))}))}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=e.select_by,i=H(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){r(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(i),{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)),V={PROD:"3fa91358-6f74-4525-b5df-da149652be36",LOCAL:"e5078fe9-f96f-4177-a256-a13b9bda6b1c"},X={MICROSOFT_ERROR:"microsoftError",USER_FETCHED:"microsoftUserFetched",PROMPT_MOMENT:"promptMomentNotification"},J={signin:{MS_OT:"signin",MS_BUTTON:"signin_with"},signup:{MS_OT:"signup",MS_BUTTON:"signup_with"},use:{MS_OT:"use",MS_BUTTON:"continue_with"}},Y=X.MICROSOFT_ERROR,Q=X.PROMPT_MOMENT,$=X.USER_FETCHED,Z=function(e){a(r,e);var n=f(r);function r(e){var i,o,a,s=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?V.PROD:u,p=e.context,f=void 0===p?"use":p,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,C=e.redirectState,k=e.redirectURI,A=e.showOneTap,O=void 0!==A&&A;if(t(this,r),(a=n.call(this)).buttonParentEl=s,a.cancelOnTapOutside=l,a.clientId=d,a.context=f,a.libSrcPath=b,a.locale=(w||"en-US").replace("_","-"),a.malButtonConfig=_,a.oneTapPosition=I,a.redirectState=C,a.window=E,a.redirectURI=k||a._getRedirectURI(),a.showOneTap=O,a.isLibraryLoaded=g(),null===(i=a.window.ms)||void 0===i||null===(o=i.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");v((function(){m(b,a._onMicrosoftAuthLibLoad.bind(h(a)))}))}return a}return i(r,[{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,i=t.logo_alignment,r=void 0===i?"center":i,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,p=void 0===h?"light":h,f=t.type,v=t.width,m=void 0===v?600:v;return this.isLibraryLoaded.then((function(){var t=d||J[n.context].MS_BUTTON;n.window.ms.auth.renderSignInButton(e,{logo_alignment:r,height:a,shape:c,size:u,text:t,theme:p,type:f,width:m})}))}},{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},i=new CustomEvent(Q,{detail:n});e.dispatchEvent(i)}))}))}},{key:"_handleCredentialResponse",value:function(e,t){if(e){var n=e.authCode,i=e.email,r=e.givenName,o=e.surname,a=e.id,s=e.idToken,c=e.photoUrl,l=new CustomEvent($,{detail:{authCode:n,email:i,familyName:o,givenName:r,id:a,idToken:s,imageUrl:c}});this.dispatchEvent(l)}else if(t){var u=new CustomEvent(Y,{detail:t});this.dispatchEvent(u)}}},{key:"hideOneTap",value:function(){this.window.ms.auth.cancel()}}]),r}(d(EventTarget)),ee=S.DISMISSED,te=S.INITIALIZED,ne=S.SNAPPLE_USER_FETCHED,ie=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.snappleCTA,s=e.clientId,c=void 0===s?"com.linkedin.LinkedIn.service":s,l=e.redirectURI;if(t(this,r),i=n.call(this),!a)throw TypeError("snappleCTA is required. Please pass the correct CTA element to this Snapple Constructor");if(i.libSrcPath=o,i.clientId=c,i.redirectURI=i._getRedirectURL(l),i.snappleCTA=a,window.AppleID&&window.AppleID.auth&&window.AppleID.auth.init)i._onSnappleLibLoad();else{if(!o)throw TypeError("Snapple lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(o,i._onSnappleLibLoad.bind(h(i)))}))}return i}return i(r,[{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"}}]),r}(d(EventTarget)),re={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:V,CONTEXTS:J,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=z,e.GoogleOneTap=M,e.GoogleSignIn=L,e.GoogleSignInConstants=re,e.MicrosoftAuth=Z,e.MicrosoftSignInConstants=oe,e.SnappleAuth=ie,e.SnappleEvents=S,Object.defineProperty(e,"__esModule",{value:!0})}(t)}(0,RR.exports);const{EVENTS:NR,GOT_CONTEXTS:PR,GOT_PROMPT_MOMENT_REASONS:DR,GOT_PROMPT_MOMENT_TYPES:MR,GSI_ERROR_TYPES:UR}=RR.exports.GoogleSignInConstants,{EVENTS:FR,PROMPT_MOMENT_REASONS:BR,PROMPT_MOMENT_TYPES:jR}=(DR.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,DR.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,DR.NOT_DISPLAYED.SUPPRESSED_BY_USER,DR.SKIPPED.AUTO_CANCEL,DR.SKIPPED.TAP_OUTSIDE,DR.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"}),RR.exports.MicrosoftSignInConstants);BR.DISPLAY.ANOTHER_PROMPT_RUNNING,BR.DISPLAY.BROWSER_NOT_SUPPORTED,BR.DISPLAY.IN_COOLDOWN_PERIOD,BR.DISPLAY.NON_MSA_PROFILE,BR.SKIPPED.TAP_OUTSIDE,BR.SKIPPED.USER_CANCELLED,Object.freeze({ONE_TAP:"one_tap",BUTTON:"button"});class GR{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},{enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!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(".".concat("modal")),this.modal=new yL(this.modalEl,{enablePageViewTracking:i,shouldHideModal:r,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 HR;function qR(){return HR||(HR=new dL),HR}function WR(e){let{featureName:t,featureMappingToDegradationConfig:n,productName:i}=e;return n[t].map(e=>function(e,t,n){const{degradationKey:i,trackedResponseCodes:r,untrackedResponseCodes:o}=n,a=e;let s={productName:t};return r?s=Qw(Qw({},s),{},{trackedResponseCodes:r}):o&&(s=Qw(Qw({},s),{},{untrackedResponseCodes:o})),new eR(a,i,s)}(t,i,e))}const KR=document.querySelector("#full-page-header-back-button");window.onload=()=>{null==KR||KR.focus()};class zR{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{zR.instance||(zR.instance=new zR(localStorage)),zR.instance}catch(e){}})(),function(){try{zR.sessionInstance||(zR.sessionInstance=new zR(sessionStorage)),zR.sessionInstance}catch(e){}}();class VR extends vL{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:VR.query,variables:{postUrn:e},successCallback:t,failureCallback:n})}}qO(VR,"query","cb99e660f3455cad5185a1d9543e6bce");c_.getInstance().addUnloadCallback(()=>{UO(document.querySelector("#discard-post-modal")),UO(document.querySelector("#visibility-settings-modal")),UO(document.querySelector("#max-images-prompt-modal")),UO(document.querySelector("#retry-upload-modal"))});Object.freeze({ANDROID:"com.linkedin.android",IOS:"com.linkedin.LinkedIn"});const XR={PRODUCT_NAME:"Lite-feed",routeMappingToDegradationConfig:{FEED_REPOST:{"publish-repost":[{degradationKey:"publish-repost-failed"}]}}};WR({featureName:"publish-repost",productName:XR.PRODUCT_NAME,featureMappingToDegradationConfig:XR.routeMappingToDegradationConfig.FEED_REPOST}),Object.freeze({NEW_REPOST_SUCCESS_EVENT:"Repost:newRepost:success",NEW_REPOST_FAIL_EVENT:"Repost:newRepost:fail"});class JR extends vL{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:JR.query,variables:{digitalMediaRegisterUploadResponseDataFetcherInput:{imageUrl:e.imageUrl,owner:e.owner,uploadMechanisms:["SYNCHRONOUS_UPLOAD","SINGLE_REQUEST_UPLOAD"],uploadRecipes:[e.recipe]}},successCallback:t,failureCallback:n})}}qO(JR,"query","20f8e9934e7df62932fd167d87c19b27");var YR=function(){this.__data__=[],this.size=0};var QR=function(e,t){return e===t||e!=e&&t!=t},$R=QR;var ZR=function(e,t){for(var n=e.length;n--;)if($R(e[n][0],t))return n;return-1},eN=ZR,tN=Array.prototype.splice;var nN=ZR;var iN=ZR;var rN=ZR;var oN=YR,aN=function(e){var t=this.__data__,n=eN(t,e);return!(n<0)&&(n==t.length-1?t.pop():tN.call(t,n,1),--this.size,!0)},sN=function(e){var t=this.__data__,n=nN(t,e);return n<0?void 0:t[n][1]},cN=function(e){return iN(this.__data__,e)>-1},lN=function(e,t){var n=this.__data__,i=rN(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function uN(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}uN.prototype.clear=oN,uN.prototype.delete=aN,uN.prototype.get=sN,uN.prototype.has=cN,uN.prototype.set=lN;var dN=uN,hN=dN;var pN=function(){this.__data__=new hN,this.size=0};var fN=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var vN=function(e){return this.__data__.get(e)};var mN=function(e){return this.__data__.has(e)},gN="object"==typeof k_&&k_&&k_.Object===Object&&k_,yN=gN,EN="object"==typeof self&&self&&self.Object===Object&&self,bN=yN||EN||Function("return this")(),wN=bN.Symbol,TN=wN,_N=Object.prototype,SN=_N.hasOwnProperty,IN=_N.toString,CN=TN?TN.toStringTag:void 0;var kN=function(e){var t=SN.call(e,CN),n=e[CN];try{e[CN]=void 0;var i=!0}catch(e){}var r=IN.call(e);return i&&(t?e[CN]=n:delete e[CN]),r},AN=Object.prototype.toString;var ON=kN,xN=function(e){return AN.call(e)},LN=wN?wN.toStringTag:void 0;var RN=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":LN&&LN in Object(e)?ON(e):xN(e)};var NN=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},PN=RN,DN=NN;var MN=function(e){if(!DN(e))return!1;var t=PN(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},UN=bN["__core-js_shared__"],FN=function(){var e=/[^.]+$/.exec(UN&&UN.keys&&UN.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var BN=function(e){return!!FN&&FN in e},jN=Function.prototype.toString;var GN=MN,HN=BN,qN=NN,WN=function(e){if(null!=e){try{return jN.call(e)}catch(e){}try{return e+""}catch(e){}}return""},KN=/^\[object .+?Constructor\]$/,zN=Function.prototype,VN=Object.prototype,XN=zN.toString,JN=VN.hasOwnProperty,YN=RegExp("^"+XN.call(JN).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var QN=function(e){return!(!qN(e)||HN(e))&&(GN(e)?YN:KN).test(WN(e))},$N=function(e,t){return null==e?void 0:e[t]};var ZN=function(e,t){var n=$N(e,t);return QN(n)?n:void 0},eP=ZN(bN,"Map"),tP=ZN(Object,"create"),nP=tP;var iP=function(){this.__data__=nP?nP(null):{},this.size=0};var rP=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},oP=tP,aP=Object.prototype.hasOwnProperty;var sP=function(e){var t=this.__data__;if(oP){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return aP.call(t,e)?t[e]:void 0},cP=tP,lP=Object.prototype.hasOwnProperty;var uP=tP;var dP=iP,hP=rP,pP=sP,fP=function(e){var t=this.__data__;return cP?void 0!==t[e]:lP.call(t,e)},vP=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=uP&&void 0===t?"__lodash_hash_undefined__":t,this};function mP(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}mP.prototype.clear=dP,mP.prototype.delete=hP,mP.prototype.get=pP,mP.prototype.has=fP,mP.prototype.set=vP;var gP=mP,yP=dN,EP=eP;var bP=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var wP=function(e,t){var n=e.__data__;return bP(t)?n["string"==typeof t?"string":"hash"]:n.map},TP=wP;var _P=wP;var SP=wP;var IP=wP;var CP=function(){this.size=0,this.__data__={hash:new gP,map:new(EP||yP),string:new gP}},kP=function(e){var t=TP(this,e).delete(e);return this.size-=t?1:0,t},AP=function(e){return _P(this,e).get(e)},OP=function(e){return SP(this,e).has(e)},xP=function(e,t){var n=IP(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function LP(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}LP.prototype.clear=CP,LP.prototype.delete=kP,LP.prototype.get=AP,LP.prototype.has=OP,LP.prototype.set=xP;var RP=dN,NP=eP,PP=LP;var DP=dN,MP=pN,UP=fN,FP=vN,BP=mN,jP=function(e,t){var n=this.__data__;if(n instanceof RP){var i=n.__data__;if(!NP||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new PP(i)}return n.set(e,t),this.size=n.size,this};function GP(e){var t=this.__data__=new DP(e);this.size=t.size}GP.prototype.clear=MP,GP.prototype.delete=UP,GP.prototype.get=FP,GP.prototype.has=BP,GP.prototype.set=jP;var HP=GP,qP=ZN,WP=function(){try{var e=qP(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),KP=WP;var zP=function(e,t,n){"__proto__"==t&&KP?KP(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},VP=zP,XP=QR;var JP=function(e,t,n){(void 0!==n&&!XP(e[t],n)||void 0===n&&!(t in e))&&VP(e,t,n)};var YP=function(e){return function(t,n,i){for(var r=-1,o=Object(t),a=i(t),s=a.length;s--;){var c=a[e?s:++r];if(!1===n(o[c],c,o))break}return t}}(),QP={exports:{}};!function(e,t){var n=bN,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=a?a(n):new e.constructor(n);return e.copy(i),i}}(QP,QP.exports);var $P=bN.Uint8Array;var ZP=function(e){var t=new e.constructor(e.byteLength);return new $P(t).set(new $P(e)),t};var eD=function(e,t){var n=t?ZP(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var tD=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},nD=NN,iD=Object.create,rD=function(){function e(){}return function(t){if(!nD(t))return{};if(iD)return iD(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var oD=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object),aD=Object.prototype;var sD=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||aD)},cD=rD,lD=oD,uD=sD;var dD=function(e){return"function"!=typeof e.constructor||uD(e)?{}:cD(lD(e))};var hD=function(e){return null!=e&&"object"==typeof e},pD=RN,fD=hD;var vD=function(e){return fD(e)&&"[object Arguments]"==pD(e)},mD=hD,gD=Object.prototype,yD=gD.hasOwnProperty,ED=gD.propertyIsEnumerable,bD=vD(function(){return arguments}())?vD:function(e){return mD(e)&&yD.call(e,"callee")&&!ED.call(e,"callee")},wD=Array.isArray;var TD=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},_D=MN,SD=TD;var ID=function(e){return null!=e&&SD(e.length)&&!_D(e)},CD=ID,kD=hD;var AD=function(e){return kD(e)&&CD(e)},OD={exports:{}};var xD=function(){return!1};!function(e,t){var n=bN,i=xD,r=t&&!t.nodeType&&t,o=r&&e&&!e.nodeType&&e,a=o&&o.exports===r?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||i;e.exports=s}(OD,OD.exports);var LD=RN,RD=oD,ND=hD,PD=Function.prototype,DD=Object.prototype,MD=PD.toString,UD=DD.hasOwnProperty,FD=MD.call(Object);var BD=function(e){if(!ND(e)||"[object Object]"!=LD(e))return!1;var t=RD(e);if(null===t)return!0;var n=UD.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&MD.call(n)==FD},jD=RN,GD=TD,HD=hD,qD={};qD["[object Float32Array]"]=qD["[object Float64Array]"]=qD["[object Int8Array]"]=qD["[object Int16Array]"]=qD["[object Int32Array]"]=qD["[object Uint8Array]"]=qD["[object Uint8ClampedArray]"]=qD["[object Uint16Array]"]=qD["[object Uint32Array]"]=!0,qD["[object Arguments]"]=qD["[object Array]"]=qD["[object ArrayBuffer]"]=qD["[object Boolean]"]=qD["[object DataView]"]=qD["[object Date]"]=qD["[object Error]"]=qD["[object Function]"]=qD["[object Map]"]=qD["[object Number]"]=qD["[object Object]"]=qD["[object RegExp]"]=qD["[object Set]"]=qD["[object String]"]=qD["[object WeakMap]"]=!1;var WD=function(e){return HD(e)&&GD(e.length)&&!!qD[jD(e)]};var KD=function(e){return function(t){return e(t)}},zD={exports:{}};!function(e,t){var n=gN,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i&&n.process,a=function(){try{var e=r&&r.require&&r.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(zD,zD.exports);var VD=WD,XD=KD,JD=zD.exports,YD=JD&&JD.isTypedArray,QD=YD?XD(YD):VD;var $D=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},ZD=zP,eM=QR,tM=Object.prototype.hasOwnProperty;var nM=function(e,t,n){var i=e[t];tM.call(e,t)&&eM(i,n)&&(void 0!==n||t in e)||ZD(e,t,n)},iM=zP;var rM=function(e,t,n,i){var r=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=i?i(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?iM(n,s,c):nM(n,s,c)}return n};var oM=/^(?:0|[1-9]\d*)$/;var aM=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&oM.test(e))&&e>-1&&e%1==0&&e<t},sM=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i},cM=bD,lM=wD,uM=OD.exports,dM=aM,hM=QD,pM=Object.prototype.hasOwnProperty;var fM=function(e,t){var n=lM(e),i=!n&&cM(e),r=!n&&!i&&uM(e),o=!n&&!i&&!r&&hM(e),a=n||i||r||o,s=a?sM(e.length,String):[],c=s.length;for(var l in e)!t&&!pM.call(e,l)||a&&("length"==l||r&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||dM(l,c))||s.push(l);return s};var vM=NN,mM=sD,gM=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},yM=Object.prototype.hasOwnProperty;var EM=fM,bM=function(e){if(!vM(e))return gM(e);var t=mM(e),n=[];for(var i in e)("constructor"!=i||!t&&yM.call(e,i))&&n.push(i);return n},wM=ID;var TM=function(e){return wM(e)?EM(e,!0):bM(e)},_M=rM,SM=TM;var IM=JP,CM=QP.exports,kM=eD,AM=tD,OM=dD,xM=bD,LM=wD,RM=AD,NM=OD.exports,PM=MN,DM=NN,MM=BD,UM=QD,FM=$D,BM=function(e){return _M(e,SM(e))};var jM=HP,GM=JP,HM=YP,qM=function(e,t,n,i,r,o,a){var s=FM(e,n),c=FM(t,n),l=a.get(c);if(l)IM(e,n,l);else{var u=o?o(s,c,n+"",e,t,a):void 0,d=void 0===u;if(d){var h=LM(c),p=!h&&NM(c),f=!h&&!p&&UM(c);u=c,h||p||f?LM(s)?u=s:RM(s)?u=AM(s):p?(d=!1,u=CM(c,!0)):f?(d=!1,u=kM(c,!0)):u=[]:MM(c)||xM(c)?(u=s,xM(s)?u=BM(s):DM(s)&&!PM(s)||(u=OM(c))):d=!1}d&&(a.set(c,u),r(u,c,i,o,a),a.delete(c)),IM(e,n,u)}},WM=NN,KM=TM,zM=$D;var VM=function e(t,n,i,r,o){t!==n&&HM(n,(function(a,s){if(o||(o=new jM),WM(a))qM(t,n,s,i,e,r,o);else{var c=r?r(zM(t,s),a,s+"",t,n,o):void 0;void 0===c&&(c=a),GM(t,s,c)}}),KM)};var XM=function(e){return e};var JM=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)},YM=Math.max;var QM=function(e,t,n){return t=YM(void 0===t?e.length-1:t,0),function(){for(var i=arguments,r=-1,o=YM(i.length-t,0),a=Array(o);++r<o;)a[r]=i[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=i[r];return s[t]=n(a),JM(e,this,s)}};var $M=function(e){return function(){return e}},ZM=WP,eU=ZM?function(e,t){return ZM(e,"toString",{configurable:!0,enumerable:!1,value:$M(t),writable:!0})}:XM,tU=Date.now;var nU=function(e){var t=0,n=0;return function(){var i=tU(),r=16-(i-n);if(n=i,r>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(eU),iU=XM,rU=QM,oU=nU;var aU=QR,sU=ID,cU=aM,lU=NN;var uU=function(e,t){return oU(rU(e,t,iU),e+"")},dU=function(e,t,n){if(!lU(n))return!1;var i=typeof t;return!!("number"==i?sU(n)&&cU(t,n.length):"string"==i&&t in n)&&aU(n[t],e)};var hU=VM;!function(e){uU((function(t,n){var i=-1,r=n.length,o=r>1?n[r-1]:void 0,a=r>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(r--,o):void 0,a&&dU(n[0],n[1],a)&&(o=r<3?void 0:o,r=1),t=Object(t);++i<r;){var s=n[i];s&&e(t,s,i,o)}return t}))}((function(e,t,n){hU(e,t,n)}));document.querySelector(".upload-progress"),document.querySelector("#progressVal");class pU extends vL{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:pU.query,variables:{successRedirectUrl:e},successCallback:t,failureCallback:n})}}qO(pU,"query","5f93d1d6b933cfbfdf7b0a80dedfb3f4");class fU extends vL{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:fU.query,successCallback:e,failureCallback:t})}}qO(fU,"query","da4a9ce2de842c1abe01ca37ea9271ee");const vU=/^\d{4,15}$/,mU=/[-\s+().]/g,gU=/^\S+@\S+\.\S+$/,yU=/[,]|.*@.*@/,EU="MinLength",bU="MaxLength",wU="Regex",TU="Required",_U="RegexAllow",SU=e=>e&&gU.test(e)&&!yU.test(e),IU={SPECIAL_CHARS:{pattern:/([!@#$%^&*+=|<>?:;\\])/,errorCode:"SpecialChars"},URL_KEYWORDS:{pattern:/(https?(:\/\/)?|www\.)/i,errorCode:"UrlKeywords"},EMAIL:{errorCode:"Email",validate:SU},WORK_EMAIL:{errorCode:"WorkEmail",validate:e=>SU(e)&&!["gmail","hotmail","yahoo","qq","outlook","aol","mail","icloud","163"].some(t=>e.includes("@".concat(t,".")))},PHONE_NUMBER:{errorCode:"PhoneNumber",validate(e){const t=e.replace(mU,"");return!(!t||!vU.test(t))}}},CU="EMAIL_ADDRESS",kU="PHONE_NUMBER",AU="WORK_EMAIL",OU="consentUnchecked",xU={INPUT:"INPUT",SELECT:"SELECT"},LU="text",RU="checkbox";function NU(e){return Object.keys(xU).includes(e.tagName)}function PU(e){const t=function(e){const t=[],{minLength:n,maxLength:i,inputType:r}=e.dataset;let o;switch(r){case CU:t.push({type:_U,RegexAllow:[IU.EMAIL]});break;case AU:t.push({type:_U,RegexAllow:[IU.WORK_EMAIL]});break;case kU:o=e.value.replace(/ /g,""),t.push({type:_U,RegexAllow:[IU.PHONE_NUMBER]})}return e.required&&t.push({type:TU}),n&&t.push({type:EU,MinLength:n}),i&&t.push({type:bU,MaxLength:i}),{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 TU:if(0===n.length)return TU;break;case EU:if(n.length<e[EU])return EU;break;case bU:if(n.length>e[bU])return bU;break;case wU:for(let t=0;t<e[wU].length;t++){var i,r,o,a;if(!0===(null===(i=e[wU][t])||void 0===i||null===(r=i.validate)||void 0===r?void 0:r.call(i,n))||!0===(null===(o=e[wU][t])||void 0===o||null===(a=o.pattern)||void 0===a?void 0:a.test(n)))return wU+e[wU][t].errorCode}break;case _U:for(let t=0;t<e[_U].length;t++){var s,c,l,u;if(!1===(null===(s=e[_U][t])||void 0===s||null===(c=s.validate)||void 0===c?void 0:c.call(s,n))||!1===(null===(l=e[_U][t])||void 0===l||null===(u=l.pattern)||void 0===u?void 0:u.test(n)))return _U+e[_U][t].errorCode}}})(e,n)).filter(e=>!!e)}function DU(e,t){return t&&!e?OU:null}const MU=(e,t)=>parseInt(t.split(e)[1]);function UU(e,t){return document.getElementById("".concat(e.id,"-strings")).dataset["str".concat(t)]}const FU=(e,t)=>({questionId:e,textQuestionAnswer:{answer:t}}),BU=(e,t)=>({questionId:e,multipleChoiceAnswer:{options:[{index:t}]}}),jU=(e,t)=>({question:e,multipleChoiceAnswer:{options:[t]}});function GU(e,t){const n=e.id+"_",i=n+"q",r=n+"c",o=HO("hasDecoratedLeadGenFormData");return new Promise((n,a)=>{const s=[];let c,l;const{urn:u,legalInfoUrn:d,leadType:h,associatedEntityUrn:p,ownerUrn:f,submitter:v}=e.dataset;l=t?"lTrk=".concat(t,"&action=").concat("leadFormSubmit","&activityType=").concat("sponsored"):e.dataset.leadTrackingParams,l||(c=e.closest("[data-lead-tracking-params]"),l=c.dataset.leadTrackingParams);const m={formResponse:{adFormUrn:u,submittedAt:Date.now(),answers:[],consentResponses:[]},trackingUrl:l,trackingAction:"LEAD_FORM_CLICK"},g=Qw({associatedEntity:p,form:u,legalInfoUrn:d,leadType:h,owner:f,formResponse:{answers:[],consentResponses:[]},leadTrackingParams:l,submittedAt:Date.now()},null!=v&&v.length?{submitter:v}:{});return Array.from(e).filter(NU).forEach(e=>{let t;if(e.tagName===xU.SELECT)t=((e,t,n)=>{const i=MU(e,t.id),r=t.selectedIndex;return{response:n?jU(i,r):BU(i,r)}})(i,e,o),o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else if(e.type===LU)if(t=((e,t,n)=>{const i=MU(e,t.id),r=PU(t);return 0!==r.length?{errors:r}:{response:n?(o=i,a=t.value,{question:o,textQuestionAnswer:{answer:a}}):FU(i,t.value)};var o,a})(i,e,o),t.response)o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else{const n=t.errors[0];s.push({element:e,errorType:n})}else e.type===RU&&(t=((e,t,n,i,r)=>{const o=MU(e,t),a=DU(n,i);return a?{errors:a}:{response:{[r?"consent":"consentId"]:o,accepted:n}}})(r,e.id,e.checked,e.required,o),t.response?o?g.formResponse.consentResponses.push(t.response):m.formResponse.consentResponses.push(t.response):s.push({element:e,errorType:t.errors}))}),0===s.length?n(o?g:m):a(s)})}function HU(e){let{actionType:t,serializedLeadGenFormTrackingContext:n,encryptedTrackingData:i}=e;const r=h_(document,{skipSuffix:!0}),o="".concat(r,"-").concat(null==t?void 0:t.toLowerCase()),a=_O(r);var s,c,l;i?(s="LeadGenFormClientActionEvent",c=Qw(Qw({},a),{},{sponsoredTrackingInfo:{sponsoredEventHeader:{encryptedTrackingData:i}},actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n}),null===(l=window.tracking)||void 0===l||l.then(e=>{const t=e.generateEnvelope(s,c,{transporterKey:"sponsoredTransporter"});return e.fireEnvelope(t)})):window.tracking.then(e=>{e.fireTrackingEvent("LeadGenFormClientActionEvent",Qw(Qw({},a),{},{actionType:t,controlUrn:o,serializedLeadGenFormTrackingContext:n}))})}class qU extends vL{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:qU.query,variables:e,successCallback:t,failureCallback:n})}}qO(qU,"query","0a321276f8bcd90441cffeb1ab648fa1");const WU="VIEW_FORM",KU=".lead-gen-input-container",zU=".error-text",VU=".submit-btn",XU="input-error",JU="checkbox-input",YU="inputbox-input";qO(class{constructor(e){let{isLivePreview:t=!1,encodedLeadGenFormTrackingContext:n,encryptedTrackingData:i,pemDegradationTrackingMetadata:r,persistFormOnSubmit:o,responseEndpoint:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("containerEl is not present");!function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document;const i=null==n?void 0:n.querySelector(".".concat(e));if(i&&DO(i)){const r=n.querySelector(t);null==r||r.classList.remove("invisible"),null==r||r.addEventListener("click",()=>{i.classList.remove(e),r.classList.add("invisible")})}}("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(VU),this.persistFormOnSubmit=o,this.encryptedTrackingData=i,this.encodedLeadGenFormTrackingContext=n,a&&(this.leadGenResponseMutation=new qU(a,r)),t||this._bindInputHandlers(),this.encodedLeadGenFormTrackingContext&&!t&&(this._initClickTracking(),this._initViewTracking())}showPostSubmissionInfo(){UO(this.formContentEl),this.postSubmissionInfoEl&&FO(this.postSubmissionInfoEl)}hideForm(){UO(this.formContentEl)}enableSubmit(){jO(this.submitBtn)}_clearFormErrors(){Array.from(this.formEl).filter(NU).map(e=>this._hideError(e))}_submitForm(){this._clearFormErrors(),GU(this.formEl,this.encryptedTrackingData).then(e=>{if(BO(this.submitBtn),this.leadGenResponseMutation){const t=this.leadGenResponseMutation.execute(e);d_(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,t)}else d_(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();UU(t.element,t.errorType)}})}_hideError(e){if(e){const t=e.closest(KU),n=t.querySelector(zU);UO(n),t.classList.remove(XU),e.removeAttribute("aria-invalid"),n.removeAttribute("role")}}_isError(e){var t;return null==e||null===(t=e.closest(KU))||void 0===t?void 0:t.classList.contains(XU)}_setAndShowError(e,t){if(e){const n=UU(e,t),i=e.closest(KU),r=i.querySelector(zU);r.innerText=n,FO(r),i.classList.add(XU),r.setAttribute("role","alert"),e.setAttribute("aria-invalid","true")}}_handleInputError(e){let t;if(this._hideError(e),e.type===RU)t=DU(e.checked,e.required);else if(e.type===LU){const n=PU(e);n&&n.length&&(t=n[0])}t&&this._setAndShowError(e,t)}_bindInputHandlers(){this.formEl.addEventListener("click",e=>{e.target.classList.contains(JU)&&this._handleInputError(e.target)}),this.formEl.addEventListener("keyup",e=>{e.target.classList.contains(YU)&&this._handleInputError(e.target)}),this.submitBtn.addEventListener("click",e=>{e.preventDefault(),this._submitForm()})}fireInFormLeadGenTracking(e,t){!this.encryptedTrackingData&&t||HU({actionType:e,serializedLeadGenFormTrackingContext:this.encodedLeadGenFormTrackingContext,encryptedTrackingData:this.encryptedTrackingData})}_initViewTracking(){const e=WU,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 i=t.dataset.lgfActionType;if(n&&("consent_link"===e.target.dataset.feedControl||"legal_disclaimer_link"===e.target.dataset.feedControl))return;this.fireInFormLeadGenTracking(i,n)}})}},"LEAD_GEN_SUBMIT_EVENT","FormModal:LeadGen:submit");class QU{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]:()=>{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return fL({endpoint:this.endpoint,queryId:QU.query,variables:{followState:e,to:t},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;n(JSON.parse(t).graphQL)}).catch(i)}}qO(QU,"query","cbed571fffd8cea15209aed8d44e6759");const $U=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($U));const ZU="CREATE",eF="UPDATE";class tF{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 i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{},r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{};const o={endpoint:this.endpoint,queryId:tF.query,variables:{entityUrn:t,action:n},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled};return n!==ZU&&n!==eF||(o.variables.reactionType=e),fL(o).then(e=>{const{responseText:t}=e;i(JSON.parse(t).graphQL)}).catch(r)}}qO(tF,"query","070ee23fd6fb77f92ac08f964ae1df29");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"});class nF extends vL{constructor(){super(...arguments)}execute(e){let{eventType:t,trackingToken:n,widgetActionCategory:i}=e,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:nF.query,variables:{eventType:t,trackingToken:n,widgetActionCategory:i},successCallback:r,failureCallback:o})}}qO(nF,"query","48f4c814e38d5689b7c83a29c9676972");Object.freeze({EVENT_FALLBACK_UI_SHOWN:"fallback-ui-shown"});const iF=document.querySelector("#share-modal .textarea"),rF=document.querySelector(".image-preview-wrapper"),oF=document.querySelector("#share-modal .modal-content .reshare-section"),aF=document.querySelector(".post-button"),sF=document.querySelector("#comments-enabled"),cF=document.querySelector("#share-with-public"),lF=document.querySelector(".post-settings-wrapper"),uF=document.querySelector('input[name="share-with"]:checked'),dF=document.querySelector("#share-modal .close-button"),hF=document.querySelector("#visibility-settings-modal"),pF=document.querySelector("#visibility-header-back .close-button"),fF=document.querySelector("#visibility-settings-modal .settings-list-wrapper"),vF=document.querySelector("#discard-post-modal-wrapper"),mF=document.querySelector("#share-modal"),gF=document.querySelector(".modal-spinner"),yF=document.querySelector("#share-modal .textarea"),EF=document.querySelector("#share-with-groups");document.querySelector("#share-group-urn");const bF=document.querySelector("#share-with-network");class wF extends yL{updatePostButtonStatus(){var e;const t=null===(e=iF.innerText)||void 0===e?void 0:e.trim().length,n="loaded"===rF.getAttribute("data-image-load-state"),i=oF.children.length;t||n||i?jO(aF):BO(aF)}clearModalContentBase(){oF&&(oF.textContent=""),iF&&(iF.textContent=""),sF&&(sF.checked=!0),cF&&(cF.checked=!0,lF.setAttribute("data-post-visibility",uF.value))}historyBackClickHandler(){"share-modal"!==window.history.state&&"typeahead"!==window.history.state&&(window.history.pushState("share-modal","show-share-modal","#share-modal"),dF.click())}bindVisibilityModalEvents(){function e(e){const t=e.target,n=t.closest("[".concat("data-control-action","]"))||t.querySelector("[".concat("data-control-action","]"));n&&window.tracking.then(e=>{e.fireControlInteractionEvent(n.getAttribute("data-control-action"))})}hF.addEventListener("close",()=>{lF.setAttribute("data-post-visibility",document.querySelector('input[name="share-with"]:checked').value)}),pF.addEventListener("click",()=>window.history.back()),fF.addEventListener("click",t=>e(t)),fF.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}),document.documentElement.classList.contains("safari")&&"discard-post-modal"===window.history.state&&setTimeout(()=>{window.history.back()},100)}postSettingsClickHandler(){window.tracking.then(e=>{e.fireControlInteractionEvent("post-settings")}),this.visibilitySettingsModal.open()}}class TF extends wF{constructor(e,t){let{endpoint:n="",enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!1),triggerByOutletEl:o=!1,pushState:a=!1,historyUpdateUrl:s}=t;super(e,{enablePageViewTracking:i,shouldHideModal:r,triggerByOutletEl:o,pushState:a}),this.el=e,this.postData={},this.endpoint=n,this.historyUpdateUrl=s,this.postUrn=HO("ugcPostUrn"),this.openShareModalByLink=this._checkIfOpenShareModalByLink(),this.bindPublishingShareEvents(),this.visibilitySettingsModal=new yL(hF,{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=function(e,t,n){var i=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let r;return function(){for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];const c=()=>{r=null,n||e.apply(i,a)},l=n&&!r;clearTimeout(r),r=setTimeout(c,t),l&&e.apply(i,a)}}(this.updatePostButtonStatus,300);yF.addEventListener("input",e)}bindShareModalEvents(){const e=new GR(vF,this.discardPostConfirmationModalPrimaryActionCallback.bind(this,{enableHistoryBack:!this.openShareModalByLink}),()=>{},{enablePageViewTracking:!0,pageKey:"article_discard_confirmation",triggerByOutletEl:!1});mF.addEventListener("open",()=>{iF.focus()}),mF.addEventListener("close",()=>{this.clearModalContentBase(),UO(gF)}),aF.addEventListener("click",()=>{this.processPostData()}),dF.addEventListener("click",()=>{aF.disabled?this.close():e.modal.open()}),lF.addEventListener("click",this.postSettingsClickHandler.bind(this)),lF.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(),document.documentElement.classList.contains("ios")&&window.scrollTo(0,0),n&&(yF.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=yF.textContent,this.shareData.visibility="PUBLIC",EF&&(this.shareData.visibility="CONTAINER",this.shareData.containerEntity=EF.value),bF.checked&&(this.shareData.visibility="CONNECTIONS")}processPostData(){FO(gF),this.composePostData(),fL({endpoint:this.endpoint,queryId:TF.query,variables:this.shareData}).then(e=>{var t,n;200!==e.status&&Promise.reject();const i=(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=>{TO(e,"ajax","post_success_page_key")}),qR().trigger("success",HO("postSuccessMessage"),"post-success-toast-dismiss",{url:"/feed/update/"+i,trk:"share-post-success",text:HO("postSuccessViewPost"),target:"_self"}),this.close()}).catch(()=>{window.tracking.then(e=>{TO(e,"ajax","post_failure_page_key")}),qR().trigger("error",HO("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())}}qO(TF,"query","971e319c05beaf333e94125db8c4f942");const _F={"send-connection-invite":[{degradationKey:"failed-to-invite"}],follow:[{degradationKey:"failed-to-follow"}],unfollow:[{degradationKey:"failed-to-unfollow"}]};WR({featureName:"send-connection-invite",productName:"Lite-feed",featureMappingToDegradationConfig:_F}),WR({featureName:"follow",productName:"Lite-feed",featureMappingToDegradationConfig:_F}),WR({featureName:"unfollow",productName:"Lite-feed",featureMappingToDegradationConfig:_F});class SF extends vL{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:SF.query,variables:{inviteeVanityName:e},successCallback:t,failureCallback:n})}}qO(SF,"query","71a5ef30bcb1e84ab5a2b77850d4bb1e");class IF extends vL{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:IF.query,variables:{skills:e},successCallback:t,failureCallback:n})}}qO(IF,"query","a628cd3be2c138c07fc69c2413b23fb6");class CF extends vL{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:CF.query,variables:{skills:e},successCallback:t,failureCallback:n})}}qO(CF,"query","a0ff03a6b1cbe44862cb2054f0612078");class kF extends vL{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:kF.query,variables:{alertChannel:e.alertChannel||"EMAIL",alertFrequency:e.alertFrequency||"DAILY",creationChannel:e.creationChannel||"ONBOARD",searchParams:e.searchParams},successCallback:t,failureCallback:n})}}qO(kF,"query","ad184ece0303620a9753eca249efd99f");class AF extends vL{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:AF.query,variables:{updateProfilePictureInput:e},successCallback:t,failureCallback:n})}}qO(AF,"query","7edd5b8a4513caf8180a64ecde871630");class OF extends vL{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:OF.query,variables:{updateSettingsResponseDataFetcherInput:{type:"SHOW_PICTURE_SETTING",valueString:e}},successCallback:t,failureCallback:n})}}qO(OF,"query","97ceca0bcbbf3fd6d744083b4de0a202");document.querySelector.bind(document);class xF extends vL{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:xF.query,variables:{digitalmediaAssetUrn:e},successCallback:t,failureCallback:n})}}qO(xF,"query","85c85c121bf7eaabd2388b9143f94546");class LF extends vL{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:LF.query,variables:{assetUrn:e},successCallback:t,failureCallback:n})}}qO(LF,"query","886ab48d89d7bb06bd1a5d5454286645");function RF(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}class NF{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 PF=function(){let e;return{getInstance:function(){return e||(e=new NF),e}}}();class DF{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)}}!function(){let e}();function MF(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function UF(e,t,n){const i=new RegExp(`([\\?&])${n?t:encodeURIComponent(t)}=([^&#]*)`).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function FF(e,t){return BF(e,"trk",t)}function BF(e,t,n,i){if(!e||!t)throw new Error(`Required param of addQueryParam missing: url = ${e},  key = ${t}`);t=encodeURIComponent(t),n=encodeURIComponent(n);const r=UF(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,o]=e.split("#"),a="&";return i<0?a="?":i===e.length-1&&(a=""),o&&(o="#"+o),`${r}${a}${t}=${n}${o||""}`}}function jF(e,t,n){var i=this;if("function"!=typeof e)throw new TypeError("Expected a function.");let r;return function(){for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];const c=()=>{r=null,n||e.apply(i,a)},l=n&&!r;clearTimeout(r),r=setTimeout(c,t),l&&e.apply(i,a)}}function GF(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function HF(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=document.createEvent("CustomEvent");i.initCustomEvent(t,!0,!0,n),e.dispatchEvent(i)}function qF(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelector('meta[name="pageKey"]'),i=e.getElementById("config"),r=i&&"true"===i.dataset.disableJsbeaconPagekeySuffix;return n&&n.content?`${n.content}${r||t.skipSuffix?"":"_jsbeacon"}`:""}function WF(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}function KF(){return GF("li_sugr")}function zF(){var e,t;const n=null===(e=window.atob(GF("li_gp")))||void 0===e||null===(t=e.split(";")[2])||void 0===t?void 0:t[0];return!!n&&!parseInt(n)}function VF(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function XF(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function JF(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}var YF=Object.freeze({__proto__:null,getPageKey:qF,getPageTag:WF,getLiSugrCookie:KF,getGuestRetargetingOptOut:zF,getLocale:VF,getDomain:XF,trimDoubleQuotes:JF});const QF={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},$F={Down:QF.ARROW_DOWN,Right:QF.ARROW_RIGHT,Left:QF.ARROW_LEFT,Up:QF.ARROW_UP,Esc:QF.ESCAPE,Spacebar:QF.SPACEBAR,Tab:QF.TAB};function ZF(e){return $F[e]||e}let eB,tB;const nB=['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^="-"])'],iB=[...nB,'[tabindex]:not([tabindex^="-"]):not([disabled])'].join(",");[...nB,"[tabindex]:not([disabled])"].join(",");function rB(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function oB(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.documentElement,i=arguments.length>2?arguments[2]:void 0;return e===n?!rB(e):i&&i.get(e)?i.get(e):(rB(e)?t=!1:e.parentNode&&(t=oB(e.parentNode,n,i)),i&&i.set(e,t),t)}const aB={POLITE:"polite",ASSERTIVE:"assertive"};function sB(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:aB.POLITE,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1e4;eB&&(eB.removeAttribute("aria-hidden"),eB.setAttribute("aria-live",t),eB.textContent=e,clearTimeout(tB),tB=setTimeout(()=>{eB.textContent=""},n))}class cB{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 lB=["class","disabled","style","tabindex","type"];class uB{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 cB(this._container)}init(){this._observer.observe(this._container,{attributeFilter:lB,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,i=ZF(t),r=i===QF.TAB&&e.shiftKey;!r&&i===QF.TAB&&n===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):r&&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(iB)],n=new Map;let i,r,o=0,a=t.length-1;for(;(!i||!r)&&o<=a;){if(!i){const r=t[o];i=oB(r,e,n)&&r,o++}if(!r){const i=t[a];r=oB(i,e,n)&&i,a--}}return r=r||i,[i,r]}}function dB(e){let{method:t="GET",headers:n={},sendCookies:i=!0,skipCsrfToken:r=!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(!r){const e=GF("JSESSIONID");e&&(l.headers["Csrf-Token"]=JF(e))}i&&(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(i=>{const r=new Error(`${t} request for ${e} has failed with status code ${n.status}`);return n.responseText=i,r.response=n,Promise.reject(r)}));return a&&(s.length?hB(u,e,c,s):console.warn("Please set the value for the option pemDegradationTrackingMetadata when PEM is enabled.")),d}function hB(e,t,n,i){try{window.tracking.then(r=>{window.pemTracking.then(o=>{o.trackFeatureDegradationsForFetch(t,n,i,e,r.state.currentPageInstance)})})}catch(e){}}var pB="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self?self:{},fB=(parseInt,"object"==typeof pB&&pB&&pB.Object===Object&&pB),vB="object"==typeof self&&self&&self.Object===Object&&self;fB||vB||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const mB="light",gB="dark";function yB(){const e=document.getElementById("config");let t;return e&&e.dataset&&(t=e.dataset.theme),t?document.documentElement.classList.contains("dark")?gB:mB:void 0}var EB,bB=["transporterKeys"],wB=["breadcrumb"],TB=["$type"],_B=["requestStart"],SB=["requestTime","viewNames","requestType","requestTag"],IB=["requestStart"],CB=["requestStart"],kB=["requestTime","viewNames","requestType"];function AB(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function OB(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?AB(Object(n),!0).forEach((function(t){KB(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):AB(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function xB(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||BB(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 LB(e,t,n){return t=NB(t),function(e,t){if(t&&("object"===GB(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return RB(e)}(e,function(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return function(){return!!e}()}()?Reflect.construct(t,n||[],NB(e).constructor):t.apply(e,n))}function RB(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function NB(e){return(NB=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function PB(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&&DB(e,t)}function DB(e,t){return(DB=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function MB(e,t){if(null==e)return{};var n,i,r=function(e,t){if(null==e)return{};var n,i,r={},o=Object.keys(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function UB(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=BB(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var i=0,r=function(){};return{s:r,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,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 FB(e){return function(e){if(Array.isArray(e))return jB(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||BB(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 BB(e,t){if(e){if("string"==typeof e)return jB(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)?jB(e,t):void 0}}function jB(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function GB(e){return(GB="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 HB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qB(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,zB(i.key),i)}}function WB(e,t,n){return t&&qB(e.prototype,t),n&&qB(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function KB(e,t,n){return(t=zB(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function zB(e){var t=function(e,t){if("object"!=GB(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=GB(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==GB(t)?t:String(t)}var VB,XB=new Uint8Array(16);function JB(){if(!VB&&!(VB="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 VB(XB)}var YB=/^(?:[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 QB(e){return"string"==typeof e&&YB.test(e)}for(var $B=[],ZB=0;ZB<256;++ZB)$B.push((ZB+256).toString(16).slice(1));function ej(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return($B[e[t+0]]+$B[e[t+1]]+$B[e[t+2]]+$B[e[t+3]]+"-"+$B[e[t+4]]+$B[e[t+5]]+"-"+$B[e[t+6]]+$B[e[t+7]]+"-"+$B[e[t+8]]+$B[e[t+9]]+"-"+$B[e[t+10]]+$B[e[t+11]]+$B[e[t+12]]+$B[e[t+13]]+$B[e[t+14]]+$B[e[t+15]]).toLowerCase()}function tj(e){if(!QB(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 nj(e,t,n){function i(e,i,r,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 i&&(i=tj(i)),16!==(null===(a=i)||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(i),s.set(e,i.length),(s=n(s))[6]=15&s[6]|t,s[8]=63&s[8]|128,r){o=o||0;for(var c=0;c<16;++c)r[o+c]=s[c];return r}return ej(s)}try{i.name=e}catch(e){}return i.DNS="6ba7b810-9dad-11d1-80b4-00c04fd430c8",i.URL="6ba7b811-9dad-11d1-80b4-00c04fd430c8",i}function ij(e){return 14+(e+64>>>9<<4)+1}function rj(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function oj(e,t,n,i,r,o){return rj((a=rj(rj(t,e),rj(i,o)))<<(s=r)|a>>>32-s,n);var a,s}function aj(e,t,n,i,r,o,a){return oj(t&n|~t&i,e,t,r,o,a)}function sj(e,t,n,i,r,o,a){return oj(t&i|n&~i,e,t,r,o,a)}function cj(e,t,n,i,r,o,a){return oj(t^n^i,e,t,r,o,a)}function lj(e,t,n,i,r,o,a){return oj(n^(t|~i),e,t,r,o,a)}nj("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,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[ij(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,c=i,l=r,u=o;n=aj(n,i,r,o,e[a],7,-680876936),o=aj(o,n,i,r,e[a+1],12,-389564586),r=aj(r,o,n,i,e[a+2],17,606105819),i=aj(i,r,o,n,e[a+3],22,-1044525330),n=aj(n,i,r,o,e[a+4],7,-176418897),o=aj(o,n,i,r,e[a+5],12,1200080426),r=aj(r,o,n,i,e[a+6],17,-1473231341),i=aj(i,r,o,n,e[a+7],22,-45705983),n=aj(n,i,r,o,e[a+8],7,1770035416),o=aj(o,n,i,r,e[a+9],12,-1958414417),r=aj(r,o,n,i,e[a+10],17,-42063),i=aj(i,r,o,n,e[a+11],22,-1990404162),n=aj(n,i,r,o,e[a+12],7,1804603682),o=aj(o,n,i,r,e[a+13],12,-40341101),r=aj(r,o,n,i,e[a+14],17,-1502002290),n=sj(n,i=aj(i,r,o,n,e[a+15],22,1236535329),r,o,e[a+1],5,-165796510),o=sj(o,n,i,r,e[a+6],9,-1069501632),r=sj(r,o,n,i,e[a+11],14,643717713),i=sj(i,r,o,n,e[a],20,-373897302),n=sj(n,i,r,o,e[a+5],5,-701558691),o=sj(o,n,i,r,e[a+10],9,38016083),r=sj(r,o,n,i,e[a+15],14,-660478335),i=sj(i,r,o,n,e[a+4],20,-405537848),n=sj(n,i,r,o,e[a+9],5,568446438),o=sj(o,n,i,r,e[a+14],9,-1019803690),r=sj(r,o,n,i,e[a+3],14,-187363961),i=sj(i,r,o,n,e[a+8],20,1163531501),n=sj(n,i,r,o,e[a+13],5,-1444681467),o=sj(o,n,i,r,e[a+2],9,-51403784),r=sj(r,o,n,i,e[a+7],14,1735328473),n=cj(n,i=sj(i,r,o,n,e[a+12],20,-1926607734),r,o,e[a+5],4,-378558),o=cj(o,n,i,r,e[a+8],11,-2022574463),r=cj(r,o,n,i,e[a+11],16,1839030562),i=cj(i,r,o,n,e[a+14],23,-35309556),n=cj(n,i,r,o,e[a+1],4,-1530992060),o=cj(o,n,i,r,e[a+4],11,1272893353),r=cj(r,o,n,i,e[a+7],16,-155497632),i=cj(i,r,o,n,e[a+10],23,-1094730640),n=cj(n,i,r,o,e[a+13],4,681279174),o=cj(o,n,i,r,e[a],11,-358537222),r=cj(r,o,n,i,e[a+3],16,-722521979),i=cj(i,r,o,n,e[a+6],23,76029189),n=cj(n,i,r,o,e[a+9],4,-640364487),o=cj(o,n,i,r,e[a+12],11,-421815835),r=cj(r,o,n,i,e[a+15],16,530742520),n=lj(n,i=cj(i,r,o,n,e[a+2],23,-995338651),r,o,e[a],6,-198630844),o=lj(o,n,i,r,e[a+7],10,1126891415),r=lj(r,o,n,i,e[a+14],15,-1416354905),i=lj(i,r,o,n,e[a+5],21,-57434055),n=lj(n,i,r,o,e[a+12],6,1700485571),o=lj(o,n,i,r,e[a+3],10,-1894986606),r=lj(r,o,n,i,e[a+10],15,-1051523),i=lj(i,r,o,n,e[a+1],21,-2054922799),n=lj(n,i,r,o,e[a+8],6,1873313359),o=lj(o,n,i,r,e[a+15],10,-30611744),r=lj(r,o,n,i,e[a+6],15,-1560198380),i=lj(i,r,o,n,e[a+13],21,1309151649),n=lj(n,i,r,o,e[a+4],6,-145523070),o=lj(o,n,i,r,e[a+11],10,-1120210379),r=lj(r,o,n,i,e[a+2],15,718787259),i=lj(i,r,o,n,e[a+9],21,-343485551),n=rj(n,s),i=rj(i,c),r=rj(r,l),o=rj(o,u)}return[n,i,r,o]}(function(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array(ij(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}(e),8*e.length))}));var uj={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function dj(e,t,n){if(uj.randomUUID&&!t&&!e)return uj.randomUUID();var i=(e=e||{}).random||(e.rng||JB)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return ej(i)}function hj(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:case 3:return t^n^i;case 2:return t&n^t&i^n&i}}function pj(e,t){return e<<t|e>>>32-t}nj("v5",80,(function(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}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),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=pj(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var v=n[0],m=n[1],g=n[2],y=n[3],E=n[4],b=0;b<80;++b){var w=Math.floor(b/20),T=pj(v,5)+hj(w,m,g,y)+E+t[w]+h[b]>>>0;E=y,y=g,g=pj(m,30)>>>0,m=v,v=T}n[0]=n[0]+v>>>0,n[1]=n[1]+m>>>0,n[2]=n[2]+g>>>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 fj=Uint8Array,vj=Uint16Array,mj=Uint32Array,gj=new fj([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]),yj=new fj([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]),Ej=new fj([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),bj=function(e,t){for(var n=new vj(31),i=0;i<31;++i)n[i]=t+=1<<e[i-1];var r=new mj(n[30]);for(i=1;i<30;++i)for(var o=n[i];o<n[i+1];++o)r[o]=o-n[i]<<5|i;return[n,r]},wj=bj(gj,2),Tj=wj[0],_j=wj[1];Tj[28]=258,_j[258]=28;for(var Sj=bj(yj,0)[1],Ij=new vj(32768),Cj=0;Cj<32768;++Cj){var kj=(43690&Cj)>>>1|(21845&Cj)<<1;kj=(61680&(kj=(52428&kj)>>>2|(13107&kj)<<2))>>>4|(3855&kj)<<4,Ij[Cj]=((65280&kj)>>>8|(255&kj)<<8)>>>1}var Aj=function(e,t,n){for(var i=e.length,r=0,o=new vj(t);r<i;++r)e[r]&&++o[e[r]-1];var a,s=new vj(t);for(r=0;r<t;++r)s[r]=s[r-1]+o[r-1]<<1;if(n){a=new vj(1<<t);var c=15-t;for(r=0;r<i;++r)if(e[r])for(var l=r<<4|e[r],u=t-e[r],d=s[e[r]-1]++<<u,h=d|(1<<u)-1;d<=h;++d)a[Ij[d]>>>c]=l}else for(a=new vj(i),r=0;r<i;++r)e[r]&&(a[r]=Ij[s[e[r]-1]++]>>>15-e[r]);return a},Oj=new fj(288);for(Cj=0;Cj<144;++Cj)Oj[Cj]=8;for(Cj=144;Cj<256;++Cj)Oj[Cj]=9;for(Cj=256;Cj<280;++Cj)Oj[Cj]=7;for(Cj=280;Cj<288;++Cj)Oj[Cj]=8;var xj=new fj(32);for(Cj=0;Cj<32;++Cj)xj[Cj]=5;var Lj=Aj(Oj,9,0),Rj=Aj(xj,5,0),Nj=function(e){return(e+7)/8|0},Pj=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8},Dj=function(e,t,n){n<<=7&t;var i=t/8|0;e[i]|=n,e[i+1]|=n>>>8,e[i+2]|=n>>>16},Mj=function(e,t){for(var n=[],i=0;i<e.length;++i)e[i]&&n.push({s:i,f:e[i]});var r=n.length,o=n.slice();if(!r)return[qj,0];if(1==r){var a=new fj(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!=r-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(i=1;i<r;++i)o[i].s>h&&(h=o[i].s);var p=new vj(h+1),f=Uj(n[u-1],p,0);if(f>t){i=0;var v=0,m=f-t,g=1<<m;for(o.sort((function(e,t){return p[t.s]-p[e.s]||e.f-t.f}));i<r;++i){var y=o[i].s;if(!(p[y]>t))break;v+=g-(1<<f-p[y]),p[y]=t}for(v>>>=m;v>0;){var E=o[i].s;p[E]<t?v-=1<<t-p[E]++-1:++i}for(;i>=0&&v;--i){var b=o[i].s;p[b]==t&&(--p[b],++v)}f=t}return[new fj(p),f]},Uj=function e(t,n,i){return-1==t.s?Math.max(e(t.l,n,i+1),e(t.r,n,i+1)):n[t.s]=i},Fj=function(e){for(var t=e.length;t&&!e[--t];);for(var n=new vj(++t),i=0,r=e[0],o=1,a=function(e){n[i++]=e},s=1;s<=t;++s)if(e[s]==r&&s!=t)++o;else{if(!r&&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(r),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(r);o=1,r=e[s]}return[n.subarray(0,i),t]},Bj=function(e,t){for(var n=0,i=0;i<t.length;++i)n+=e[i]*t[i];return n},jj=function(e,t,n){var i=n.length,r=Nj(t+2);e[r]=255&i,e[r+1]=i>>>8,e[r+2]=255^e[r],e[r+3]=255^e[r+1];for(var o=0;o<i;++o)e[r+o+4]=n[o];return 8*(r+4+i)},Gj=function(e,t,n,i,r,o,a,s,c,l,u){Pj(t,u++,n),++r[256];for(var d=Mj(r,15),h=d[0],p=d[1],f=Mj(o,15),v=f[0],m=f[1],g=Fj(h),y=g[0],E=g[1],b=Fj(v),w=b[0],T=b[1],_=new vj(19),S=0;S<y.length;++S)_[31&y[S]]++;for(S=0;S<w.length;++S)_[31&w[S]]++;for(var I=Mj(_,7),C=I[0],k=I[1],A=19;A>4&&!C[Ej[A-1]];--A);var O,x,L,R,N=l+5<<3,P=Bj(r,Oj)+Bj(o,xj)+a,D=Bj(r,h)+Bj(o,v)+a+14+3*A+Bj(_,C)+(2*_[16]+3*_[17]+7*_[18]);if(N<=P&&N<=D)return jj(t,u,e.subarray(c,c+l));if(Pj(t,u,1+(D<P)),u+=2,D<P){O=Aj(h,p,0),x=h,L=Aj(v,m,0),R=v;var M=Aj(C,k,0);for(Pj(t,u,E-257),Pj(t,u+5,T-1),Pj(t,u+10,A-4),u+=14,S=0;S<A;++S)Pj(t,u+3*S,C[Ej[S]]);u+=3*A;for(var U=[y,w],F=0;F<2;++F){var B=U[F];for(S=0;S<B.length;++S){var j=31&B[S];Pj(t,u,M[j]),u+=C[j],j>15&&(Pj(t,u,B[S]>>>5&127),u+=B[S]>>>12)}}}else O=Lj,x=Oj,L=Rj,R=xj;for(S=0;S<s;++S)if(i[S]>255){j=i[S]>>>18&31,Dj(t,u,O[j+257]),u+=x[j+257],j>7&&(Pj(t,u,i[S]>>>23&31),u+=gj[j]);var G=31&i[S];Dj(t,u,L[G]),u+=R[G],G>3&&(Dj(t,u,i[S]>>>5&8191),u+=yj[G])}else Dj(t,u,O[i[S]]),u+=x[i[S]];return Dj(t,u,O[256]),u+x[256]},Hj=new mj([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),qj=new fj(0),Wj=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var n=t,i=9;--i;)n=(1&n&&-306674912)^n>>>1;e[t]=n}return e}(),Kj=function(e,t,n,i,r){return function(e,t,n,i,r,o){var a=e.length,s=new fj(i+a+5*(1+Math.ceil(a/7e3))+r),c=s.subarray(i,s.length-r),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=jj(c,l+1,e.subarray(u,d))}else{for(var h=Hj[t-1],p=h>>>13,f=8191&h,v=(1<<n)-1,m=new vj(32768),g=new vj(v+1),y=Math.ceil(n/3),E=2*y,b=function(t){return(e[t]^e[t+1]<<y^e[t+2]<<E)&v},w=new mj(25e3),T=new vj(288),_=new vj(32),S=0,I=0,C=(u=0,0),k=0,A=0;u<a;++u){var O=b(u),x=32767&u,L=g[O];if(m[x]=L,g[O]=x,k<=u){var R=a-u;if((S>7e3||C>24576)&&R>423){l=Gj(e,c,0,w,T,_,I,C,A,u-A,l),C=S=I=0,A=u;for(var N=0;N<286;++N)T[N]=0;for(N=0;N<30;++N)_[N]=0}var P=2,D=0,M=f,U=x-L&32767;if(R>2&&O==b(u-U))for(var F=Math.min(p,R)-1,B=Math.min(32767,u),j=Math.min(258,R);U<=B&&--M&&x!=L;){if(e[u+P]==e[u+P-U]){for(var G=0;G<j&&e[u+G]==e[u+G-U];++G);if(G>P){if(P=G,D=U,G>F)break;var H=Math.min(U,G-2),q=0;for(N=0;N<H;++N){var W=u-U+N+32768&32767,K=W-m[W]+32768&32767;K>q&&(q=K,L=W)}}}U+=(x=L)-(L=m[x])+32768&32767}if(D){w[C++]=268435456|_j[P]<<18|Sj[D];var z=31&_j[P],V=31&Sj[D];I+=gj[z]+yj[V],++T[257+z],++_[V],k=u+P,++S}else w[C++]=e[u],++T[e[u]]}}l=Gj(e,c,o,w,T,_,I,C,A,u-A,l),!o&&7&l&&(l=jj(c,l+1,qj))}return function(e,t,n){(null==t||t<0)&&(t=0),(null==n||n>e.length)&&(n=e.length);var i=new(2==e.BYTES_PER_ELEMENT?vj:4==e.BYTES_PER_ELEMENT?mj:fj)(n-t);return i.set(e.subarray(t,n)),i}(s,0,i+Nj(l)+r)}(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,i,!r)},zj=function(e,t,n){for(;n;++t)e[t]=n,n>>>=8},Vj="undefined"!=typeof TextDecoder&&new TextDecoder;try{Vj.decode(qj,{stream:!0})}catch(vr){}function Xj(){return"undefined"!=typeof window&&"function"==typeof window.fetch}function Jj(){try{return Xj()&&"keepalive"in new Request("")}catch(e){return!1}}function Yj(e){var t=e.body,n=e.keepalive,i=e.headers,r=e.compress;i["content-type"]||(i["content-type"]="text/plain;charset=UTF-8");var o=t;if(r&&"undefined"!=typeof TextEncoder)try{o=function(e,t){t||(t={});var n=function(){var e=-1;return{p:function(t){for(var n=e,i=0;i<t.length;++i)n=Wj[255&n^t[i]]^n>>>8;e=n},d:function(){return~e}}}(),i=e.length;n.p(e);var r=Kj(e,t,function(e){return 10+(e.filename&&e.filename.length+1||0)}(t),8),o=r.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&&zj(e,4,Math.floor(new Date(t.mtime||Date.now())/1e3)),n){e[3]=8;for(var i=0;i<=n.length;++i)e[i+10]=n.charCodeAt(i)}}(r,t),zj(r,o-8,n.d()),zj(r,o-4,i),r}((new TextEncoder).encode(t)),i["content-encoding"]="gzip"}catch(e){}return{body:o,keepalive:n,credentials:"include",headers:i,method:"POST",mode:"cors"}}function Qj(e){return e&&"message"in e?e.message:"UNKNOWN_ERROR"}var $j,Zj="undefined"!=typeof navigator&&"sendBeacon"in navigator,eG=Jj()?function(e,t,n,i){return new Promise((function(r){fetch(e,Yj({body:t,keepalive:!0,headers:n,compress:i})).catch((function(){return fetch(e,Yj({body:t,keepalive:!1,headers:n,compress:i}))})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:e.status}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:Qj(e)})}))}))}:function(e,t,n,i){return new Promise((function(r){if(Zj){var o=!1;try{o=navigator.sendBeacon(e,t)}catch(e){}if(o)return void r({type:"unknown",drop:!1})}fetch(e,Yj({body:t,keepalive:!1,headers:n,compress:i})).then((function(e){e.ok?r({type:"success",drop:!1,statusCode:200}):r({type:"response",drop:!0,statusCode:e.status,rawError:e.statusText})}),(function(e){return r({type:"network",drop:!0,rawError:Qj(e)})}))}))};function tG(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 nG(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"key",i=arguments.length>3?arguments[3]:void 0,r=indexedDB.open(e);r.onupgradeneeded=function(){try{r.result.createObjectStore(t,{keyPath:n})}catch(e){null==i||i.onError(e)}};var o=new Promise((function(e,t){r.onsuccess=function(){var t=r.result;t.onversionchange=function(){return t.close()},e(t),null==i||i.onSuccess()},r.onerror=function(){t(r.error),null==i||i.onError(r.error)}}));return function(e,n){return o.then((function(i){return n(i.transaction(t,e).objectStore(t))}))}}function iG(){return $j||($j=nG("idb-queue","default")),$j}function rG(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{maxNumber:1e3,batchEvictionNumber:300},n=0,i=null;return e.openKeyCursor().onsuccess=function(){var r=this.result;r&&n++<t.batchEvictionNumber?(i=r.key,r.continue()):null!=i&&e.delete(IDBKeyRange.upperBound(i))},tG(e.transaction)}var oG=!1;function aG(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]:iG();return n("readwrite",(function(n){return n.put(e),tG(n.count()).then((function(e){if(!(e<=t.maxNumber))return rG(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]:iG())("readwrite",(function(t){return rG(t,e)}))}(t,n)}))}function sG(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]:iG();return oG?Promise.resolve():aG(e,t,n)}function cG(e,t,n){return t("readonly",(function(t){var i=[];return t.openCursor(null,n).onsuccess=function(){var t=this.result;t&&(i.push(t.value),(e<0||i.length<e)&&t.continue())},tG(t.transaction).then((function(){return i}))}))}function lG(){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,i=arguments.length>3?arguments[3]:void 0;return!t||n<1||(e[t]=JSON.stringify({attempt:n,errorCode:i})),e}function uG(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.debug("[beacon-transporter] ",e())}function dG(e){"undefined"!=typeof window&&window.__DEBUG_BEACON_TRANSPORTER&&console.error("[beacon-transporter] ",e())}function hG(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(i){i.timeRemaining()>t.timeRemaining||i.didTimeout?e():n()}),{timeout:t.timeout})}()}var pG=function(){function e(t){var n=this,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];HB(this,e),KB(this,"config",void 0),KB(this,"compress",void 0),KB(this,"throttleControl",void 0),KB(this,"withStore",void 0),KB(this,"disablePersistence",!1),this.config=t,this.compress=i;var r,o,a,s=t.measureIDB;s&&performance.mark(s.createStartMark),this.withStore=nG(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=(r=this.replayEntries.bind(this),o=t.throttleWait,a=0,{throttledFn:function(){var e=Date.now();e-a>o&&(uG((function(){return"[throttle] Run fn() at "+String(e)})),r(),a=e)},resetThrottle:function(){a=0}})}return WB(e,[{key:"onNotify",value:function(){this.disablePersistence||this.throttleControl.throttledFn()}},{key:"push",value:function(e){var t=this;if(!this.disablePersistence){var n=function(){uG((function(){return"Persisting to DB "+e.url})),sG(e,t.config,t.withStore).then((function(){t.throttleControl.resetThrottle(),uG((function(){return"push completed"}))})).catch((function(){t.disablePersistence=!0,dG((function(){return"push failed"}))}))};this.config.useIdle?hG(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]:iG();return oG=!0,e("readwrite",(function(e){return e.clear(),tG(e.transaction).finally((function(){return oG=!1}))}))}(this.withStore).catch((function(){e.disablePersistence=!0,dG((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 cG(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:iG(),"next")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,dG((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 cG(arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,arguments.length>1&&void 0!==arguments[1]?arguments[1]:iG(),"prev")}(t,this.withStore).catch((function(){return e.disablePersistence=!0,dG((function(){return"peekBack failed"})),[]}))}},{key:"replayEntries",value:function(){var e=this;if(!this.disablePersistence){var t=function(){uG((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())},tG(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]:iG())}(1,e.withStore).then((function(t){if(t.length>0){var n,i,r=t[0],o=r.url,a=r.body,s=r.headers,c=r.timestamp,l=r.statusCode,u=r.attemptCount;return uG((function(){return"header: ".concat(String(e.config.headerName),"; attemptCount: ").concat(u)})),null===(n=(i=e.config).onBeforeRetry)||void 0===n||n.call(i,a),eG(o,a,lG(s,e.config.headerName,u,l),e.compress).then((function(t){if("unknown"===t.type||"success"===t.type){var n,i;null===(n=(i=e.config).onResult)||void 0===n||n.call(i,t,a),e.replayEntries()}else{var r,s,d,h,p,f;if(u+1>e.config.attemptLimit)return uG((function(){return"Exceeded attempt count, dropping the entry: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),t.drop=!0,void(null===(r=(s=e.config).onResult)||void 0===r||r.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),uG((function(){return"Replaying the entry failed, pushing back to IDB: "+JSON.stringify({url:o,timestamp:c,statusCode:l},null,2)})),sG({url:o,body:a,timestamp:c,statusCode:l,attemptCount:u+1},e.config,e.withStore);t.drop=!0,null===(p=(f=e.config).onResult)||void 0===p||p.call(f,t,a)}}))}})).catch((function(t){e.disablePersistence=!0,t&&t.message&&dG((function(){return"Replay entry failed: ".concat(t.message)}))}))};this.config.useIdle?hG(t):t()}}}]),e}(),fG=function(){function e(){HB(this,e)}return WB(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}(),vG=function(){function e(t,n){HB(this,e),KB(this,"queue",void 0),KB(this,"beaconListeners",new Set),this.queue=e.hasSupport&&!n.disablePersistenceRetry?new pG(t,n.compress):new fG}return WB(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}();KB(vG,"hasSupport","undefined"!=typeof globalThis&&!!globalThis.indexedDB);var mG=[502,504],gG=[429,503],yG=function(){function e(t,n,i,r){var o=this,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];HB(this,e),KB(this,"url",void 0),KB(this,"body",void 0),KB(this,"config",void 0),KB(this,"persistenceConfig",void 0),KB(this,"compress",void 0),KB(this,"timestamp",void 0),KB(this,"isClearQueuePending",!1),KB(this,"onClearCallback",void 0),this.url=t,this.body=n,this.config=i,this.persistenceConfig=r,this.compress=a,this.timestamp=Date.now(),this.onClearCallback=function(){return o.isClearQueuePending=!0}}return WB(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 eG(e.url,e.body,t,e.compress)}),n,t).finally((function(){uG((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,i){var r=this,o=this.getAttemptCount(t)-1;return e(lG(n,this.config.headerName,o,i)).then((function(i){var o,a,s,c;if(i.drop=!1,"unknown"===i.type||"success"===i.type)r.isClearQueuePending||r.persistenceConfig.disabled||r.persistenceConfig.db.notifyQueue(),s=i;else if(uG((function(){return"retry rejected "+JSON.stringify(i)})),r.shouldPersist(t,i))r.persistenceConfig.db.pushToQueue({url:r.url,body:r.body,headers:n,statusCode:i.statusCode,timestamp:r.timestamp,attemptCount:r.getAttemptCount(t)}),s={type:"persisted",drop:!1,statusCode:i.statusCode};else{if(t>0&&r.isRetryableError(i)){var l,u;null===(l=(u=r.config).onIntermediateResult)||void 0===l||l.call(u,i,r.body);var d=r.config.calculateRetryDelay(r.getAttemptCount(t),t);return uG((function(){return"in memory retry in ".concat(d,"ms")})),(c=d,new Promise((function(e){return setTimeout(e,c)}))).then((function(){return r.retry(e,t-1,n,i.statusCode)}))}(s=i).drop=!0}return null===(o=(a=r.config).onIntermediateResult)||void 0===o||o.call(a,s,r.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}();function EG(e,t,n){var i=e.get(t);i&&i.push(n)||e.set(t,[n])}function bG(e,t,n){var i=e.get(t);i&&i.splice(i.indexOf(n)>>>0,1)}var wG,TG,_G=(wG=new Map,TG=new Map,{on:function(e,t){EG(wG,e,t)},before:function(e,t){EG(TG,e,t)},off:function(e,t){bG(wG,e,t)},offBefore:function(e,t){bG(TG,e,t)},emit:function(e,t){(TG.get(e)||[]).concat(wG.get(e)||[]).slice().map((function(e){e(t)}))},clear:function(){TG.clear(),wG.clear()}});if("undefined"!=typeof document&&"undefined"!=typeof window){var SG=function(e){"pagehide"!==e.type&&"hidden"!==document.visibilityState||_G.emit("internal:hide",e)};document.addEventListener("visibilitychange",SG),window.addEventListener("pagehide",SG)}var IG=null;if("undefined"==typeof crypto||!crypto.getRandomValues){var CG=("undefined"!=typeof FastBoot?FastBoot.require:require)("crypto");if(CG){var kG=new Uint8Array(256),AG=kG.length;IG={rng:function(){return AG>kG.length-16&&(CG.randomFillSync(kG),AG=0),kG.slice(AG,AG+=16)}}}}"object"===("undefined"==typeof crypto?"undefined":GB(crypto))&&crypto.randomUUID;function OG(){return dj(IG,new Array(16),0)}function xG(e){return FB(e).map((function(e){return String.fromCharCode(e)})).join("")}function LG(){return xG(OG())}var RG=/^[a-zA-Z0-9/+]+[=]+$/;function NG(e){return tj(e)}function PG(e,t){return{pageUrn:MG(e),trackingId:t||function(e){for(var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=[],r=0,o=e.length,a=o%3,s=o-a;r<s;)t=e[r]<<16,t|=e[r+1]<<8,t|=e[r+2],i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push(n.charAt(63&t)),r+=3;switch(a){case 2:t=e[r]<<16,t|=e[r+1]<<8,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push(n.charAt(t>>>6&63)),i.push("=");break;case 1:t=e[r]<<16,i.push(n.charAt(t>>>18&63)),i.push(n.charAt(t>>>12&63)),i.push("="),i.push("=")}return i.join("")}(OG())}}function DG(e,t){return"urn:li:control:".concat(e,"-").concat(t)}function MG(e){return"urn:li:page:".concat(e)}function UG(e,t){return{pageInstance:t.assign({},e.pageInstance),pageKey:e.pageKey,applicationInstance:e.applicationInstance}}function FG(e,t){return void 0!==t.allSettled?t.allSettled(e):function(e){return new Promise((function(t){var n=new Set,i=function(e){n.delete(e),0===n.size&&t()};0===e.length?t():e.map((function(e){return e.then((function(){return i(e)})).catch((function(){return i(e)}))}))}))}(e)}function BG(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function jG(e,t,n){if("undefined"!=typeof window&&window.indexedDB){var i,r="sequenceNumber";try{i=window.indexedDB.open(r)}catch(e){return Promise.resolve(null)}return new Promise((function(o,a){i.onupgradeneeded=function(){var e=i.result;e.objectStoreNames.contains(r)||e.createObjectStore(r,{autoIncrement:!0})},i.onsuccess=function(){var s=i.result,c=s.transaction(r,"readwrite"),l=c.objectStore(r),u=l.get(1);u.onsuccess=function(){var i=u.result;if(i){if("read"===e)return o(i);if("update"!==e)return o(null);var r,s=Object.assign({},i),c=!1,d=null!==(r=s.sequenceNumber)&&void 0!==r?r:0;if(void 0!==t&&t>d&&(s.sequenceNumber=t,c=!0),n&&Object.keys(n).forEach((function(e){var t,i=null!==(t=s[e])&&void 0!==t?t:0,r=n[e];r>i&&(s[e]=r,c=!0)})),c){var h=l.put(s,1);h.onsuccess=function(){return o(null)},h.onerror=function(){a(h.error)}}}else{var p={sequenceNumber:0};n&&Object.keys(n).forEach((function(e){p[e]=0}));var f=l.add(p);f.onsuccess=function(){return o(0)},f.onerror=function(){a(f.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()}},i.onerror=function(){return o(null)}}))}return Promise.resolve(null)}function GG(){return"undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1||!Xj()||"undefined"==typeof Promise}function HG(e,t,n,i){var r=["core-web-tracking:".concat(e)];null==i||i.forEach((function(e){return r.push(e)})),_G.emit("internal:error",{tags:r,reason:t instanceof Error?t:new Error("".concat(e,": ").concat(t)),responseHeaders:n})}function qG(e){var t=window.structuredClone;return t?t(e):JSON.parse(JSON.stringify(e))}var WG=function(){function e(t){HB(this,e),KB(this,"heap",void 0),KB(this,"comparator",void 0),this.comparator=t,this.heap=[]}return WB(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=FB(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(),i=0;2*i+1<this.heap.length;){var r=2*i+1,o=2*i+2,a=o<this.heap.length&&this.comparator(this.heap[o],this.heap[r])?o:r;if(!this.comparator(this.heap[a],this.heap[i]))break;var s=[this.heap[i],this.heap[a]];this.heap[a]=s[0],this.heap[i]=s[1],i=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 i=[this.heap[n],this.heap[t]];this.heap[t]=i[0],this.heap[n]=i[1],t=n}}}]),e}();var KG=function(e){if(!VG(e))return[];for(var t=[],n=0,i=Object.keys(e);n<i.length;n++){var r=i[n];"default"!==r&&t.push(r)}return t},zG=function(e,t){var n={},i=[];if(0===e.length)return[n,e];if(0===t.length)return[n,e];var r,o=UB(e);try{for(o.s();!(r=o.n()).done;){var a=r.value,s=a.transporterKeys,c=MB(a,bB);if(s&&s.length>0){var l,u=UB(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)):i.push(c)}}catch(e){u.e(e)}finally{u.f()}}else i.push(c)}}catch(e){o.e(e)}finally{o.f()}return[n,i]};var VG=function(e){return e&&void 0!==e&&Object.keys(e).length>0},XG=function(e,t){return(e.endsWith("/")?e:"".concat(e,"/"))+(t.startsWith("/")?t.slice(1):t)};function JG(){if("undefined"==typeof Promise||"undefined"==typeof navigator)return!1;var e=navigator.userAgent.indexOf("Chrome")>-1,t=navigator.cookieEnabled,n=navigator.storage;return e&&Jj()&&t&&n}function YG(e,t,n,i,r){"control"!==i&&e.retryConfig&&JG()&&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)}}))}("beacons");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==r?void 0:r.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==r?void 0:r.onBeforeRetry,onResult:null==r?void 0:r.onResult,idbName:"beacons",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),i=Object.assign({attemptLimit:0,statusCodes:mG,calculateRetryDelay:function(e,t){return 2e3*t}},t.inMemoryRetry);if(t.retryDB)e=t.retryDB;else{var r=Object.assign({idbName:"beacon-transporter",attemptLimit:3,statusCodes:gG,maxNumber:1e3,batchEvictionNumber:300,throttleWait:3e5},t.persistenceRetry);r.headerName=r.headerName||i.headerName,e=new vG(r,{compress:t.compress,disablePersistenceRetry:t.disablePersistenceRetry})}return{beacon:function(r,o,a){var s;return Xj()?new yG(r,o,i,{db:e,disabled:Boolean(t.disablePersistenceRetry),statusCodes:(null===(s=t.persistenceRetry)||void 0===s?void 0:s.statusCodes)||gG},n).send(a):Promise.resolve({type:"unknown",drop:!0})},database:e}}(u),h=d.beacon,p=d.database;return e.retryBeacon={shouldRetry:!0,beacon:h,database:p},"enabled"===i?(e.retryBeacon.shouldRetry=!1,!u.disablePersistenceRetry&&t.shouldAnonymizeMemberId()?p.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 p.clearQueue()}}),(function(){return p.clearQueue()})).then((function(){e.retryBeacon.shouldRetry=!0})).catch((function(e){HG("retry:idb",e)})):(e.retryBeacon.shouldRetry=!0,Promise.resolve())):void 0})).catch((function(e){HG("retry:setup",e)}))}var QG=function(){function e(t){HB(this,e),KB(this,"host",void 0),this.host=t}return WB(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&&YG(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){HG("retry:logout",e)}))}},{key:"sendPayload",value:function(e,t,n,i){var r,o=this.getRetryTreatment();Jj()&&"control"!==o&&null!==(r=this.host.retryBeacon)&&void 0!==r&&r.shouldRetry?this.sendPayloadWithRetry(e,t,n):this.sendPayloadFireForget(e,t,n,i)}},{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){HG("retry:beacon",e)}))}},{key:"sendPayloadFireForget",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;(!Array.isArray(t)||t.length>0)&&(GG()?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("undefined"!=typeof window&&void 0!==window.XMLHttpRequest){var i=new XMLHttpRequest;if(i.open("POST",e,!0),i.withCredentials=!0,n.headers)for(var r=0,o=Object.keys(n.headers);r<o.length;r++){var a=o[r];i.setRequestHeader(a,n.headers[a])}i.send(t)}}(e,JSON.stringify(t),{headers:n}):eG(e,JSON.stringify(t),n,this.shouldCompressPayload()).then((function(e){null==i||i.onResult(e,t)}),(function(){})))}},{key:"getRetryTreatment",value:function(){var e,t,n;if(!this.host.retryConfig)return"control";var i=this.host.retryConfig.lixKey;return i?null!==(e=null===(t=(n=this.host).__getLixTreatment)||void 0===t?void 0:t.call(n,i))&&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&&JG()&&"undefined"!=typeof globalThis&&!!globalThis.indexedDB}}]),e}(),$G="undefined"!=typeof window&&"undefined"!=typeof document,ZG=/JSESSIONID="?([^";]+)"?/,eH="",tH=0;function nH(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.cacheLifeSpan,n=void 0===t?1e4:t,i=e.regex,r=void 0===i?ZG:i;if(!eH||Date.now()-tH>n){var o=$G&&document.cookie.match(r);eH=o&&o[1]||"",tH=Date.now()}return eH}var iH={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"}},rH=function(){function e(t){HB(this,e),KB(this,"networkTransporter",void 0),KB(this,"inactive",void 0),KB(this,"mpName",void 0),KB(this,"endpoint",void 0),KB(this,"debug",void 0),this.networkTransporter=new QG(t),this.mpName=t.appId,this.inactive=t.inactive;var n=function(e){var t,n=!1;return iH.prod.pattern.test(e)?t=iH.prod.monitorEndpoint:iH.eiValidate.pattern.test(e)?(n=!0,t=iH.eiValidate.monitorEndpoint):iH.ei.pattern.test(e)?t=iH.ei.monitorEndpoint:(t=iH.ei.monitorEndpoint,n=!0),{endpoint:t,debug:n}}(t.endpoint);this.endpoint=n.endpoint,this.debug=n.debug}return WB(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":nH(),"x-restli-protocol-version":"2.0.0"},i=[],r=null!==(t=null==e?void 0:e.stats)&&void 0!==t?t:{},o=r.failures,a=r.previousInstanceEventStats.reduce((function(e,t){return e.push.apply(e,FB(t.failures)),e}),[]);[].concat(FB(o),FB(a)).forEach((function(e){var t=e.reason,n=e.rawError,r=e.eventTopic,o=e.header,a=e.requestHeader;i.push({reason:t,rawError:n,failedTopicName:r,header:o,requestHeader:a})}));var s={clientTrackingFailures:i,debug:this.debug};this.networkTransporter.sendPayload(this.endpoint,s,n)}}}]),e}();function oH(e){return"string"==typeof e}function aH(e){return oH(e)?e:e.topicName||e.eventName}function sH(e){return oH(e)?e:e.eventName}var cH,lH,uH=function(){function e(t){var n,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};HB(this,e),KB(this,"host",void 0),KB(this,"cmoTransporter",void 0),KB(this,"clientMonitoringInstanceId",LG()),KB(this,"currentContext",{pageKey:"unknown",pageInstance:PG("unknown")}),KB(this,"appState",{}),KB(this,"estimatedFragmentSize",0),KB(this,"fragmentSizeLimit",void 0),KB(this,"activeFragmentEvent",void 0),KB(this,"debounceTimer",void 0),this.host=t,this.cmoTransporter=i.cmoTransporter||new rH(t),this.fragmentSizeLimit=(null===(n=t.clientMonitoringConfig)||void 0===n?void 0:n.fragmentSizeLimit)||10240,this.activeFragmentEvent=hH(this.clientMonitoringInstanceId,0,0,!1,this.getEventHeaders())}return WB(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,i=UB(this.activeFragmentEvent.stats.previousInstanceEventStats);try{for(i.s();!(n=i.n()).done;){var r=n.value;if(r.instanceId===e)return void t(r)}}catch(e){i.e(e)}finally{i.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,i){var r=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:r,instanceEventNumber:i,reason:e,rawError:n,eventName:sH(t),eventTopic:aH(t)};this.estimatedFragmentSize+=JSON.stringify(c).length,r===this.getCurrentInstanceId()?this.activeFragmentEvent.stats.failures.push(c):this.findPreviousInstanceStat(r,(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,i=this.activeFragmentEvent;i.header=t,i.requestHeader=n,this.cmoTransporter.fireFragment(i),this.estimatedFragmentSize=0,this.activeFragmentEvent=hH(this.clientMonitoringInstanceId,i.fragmentNumber+1,i.firstEventNumber+i.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=pH(e.trackingId));var t=this.currentContext.pageInstance;return t.trackingId=pH(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:LG(),memberId:0}}}}]),e}();function dH(e){return cH||(cH=new uH(e)),{getCurrentInstanceId:function(){return cH.getCurrentInstanceId()},logEventGenerated:function(e){return cH.logEventGenerated(e)},logEventReadyToSend:function(e){cH.logEventReadyToSend(e)},logEventSent:function(e){cH.logEventSent(e)},logPersistedEventSent:function(e,t){cH.logEventSent(t,e)},logNetworkResponseCode:function(e){cH.logNetworkResponseCode(e)},logPersistedNetworkResponseCode:function(e,t){var n;null===(n=cH)||void 0===n||n.logNetworkResponseCode(t,e)},logFailedEvent:function(e,t,n,i){cH.logFailedEvent(e,t,n,i)},logPersistedFailedEvent:function(e,t,n,i,r){cH.logFailedEvent(t,n,i,r,e)},flush:function(){cH.flush()},destroy:function(){cH=void 0},isDestroyed:function(){return void 0===cH},setCurrentContext:function(e){cH.setCurrentContext(e)},updateAppState:function(e){cH.updateAppState(e)}}}function hH(e,t,n,i,r){return{fragmentNumber:t,firstEventNumber:n,isLastFragment:i,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:r.requestHeader,header:r.header}}function pH(e){return Array.isArray(e)?xG(e):16===e.length?e:function(e){return"string"==typeof e&&!!e.match(RG)}(e)?atob(e):xG(NG(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"}(lH||(lH={}));var fH=["PageViewEvent","SponsoredImpressionEvent","JobViewEvent"],vH=function(){function e(t){var n,i,r,o=this;HB(this,e),KB(this,"host",void 0),KB(this,"queue",void 0),KB(this,"preContextQueue",void 0),KB(this,"debounceTimer",void 0),KB(this,"unloadHandlers",void 0),KB(this,"maxQueueSize",void 0),KB(this,"flushDebounceTime",void 0),KB(this,"trackingEventListeners",[]),KB(this,"onHideHandler",(function(){o.forceFlush()})),KB(this,"networkTransporter",void 0),KB(this,"clientMonitoringConn",void 0),KB(this,"clientGlobalSequenceNumberCounter",void 0),KB(this,"clientTopicLocalSequenceNumberCountersMap",{}),KB(this,"isTimerRunning",void 0),KB(this,"trackingEndpoint",void 0),KB(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===(i=t.api)||void 0===i||null===(i=i.location)||void 0===i||null===(i=i.host)||void 0===i?void 0:i.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===(r=t.api)||void 0===r||null===(r=r.location)||void 0===r?void 0:r.host),this.maxQueueSize=a&&a.maxSize||1,this.flushDebounceTime=a&&a.debounceTime||0,_G.on("internal:hide",this.onHideHandler),this.networkTransporter=new QG(t),this.isLixEnabled("pemberly.tracking.monitoring")&&t.clientMonitoringConfig&&!t.inactive&&(this.clientMonitoringConn=dH(t)),this.getSequenceNumberFromIDB(),this.updateSequenceNumberOnExit(),this.isTimerRunning=!1,this.isEvenBatchEnabled=this.isLixEnabled("pemberly.tracking.even-batch")||s}return WB(e,[{key:"checkAndEnablePersistentRetry",value:function(e){var t,n=(t=this.clientMonitoringConn,{onIntermediateResult:function(e,n){var i;if(t&&!t.isDestroyed())try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length)return;e.statusCode&&t.logNetworkResponseCode(e.statusCode),!0===e.drop&&i.forEach((function(n){var i,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.logFailedEvent(lH.UNKNOWN_EXECUTION_ERROR,{eventName:r,topicName:o},s,null!==(i=n.eventBody.header.clientMonitoringInstanceEventNumber)&&void 0!==i?i:-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 i=n[0].eventBody.header.clientMonitoringInstanceId,r=n.length;t.logPersistedEventSent(i,r)}catch(e){}},onResult:function(e,n){var i;if(t)try{if(i=JSON.parse(n),!Array.isArray(i)||0===i.length||!i[0].eventBody.header.clientMonitoringInstanceId)return;var r=i[0].eventBody.header.clientMonitoringInstanceId;e.statusCode&&t.logPersistedNetworkResponseCode(r,e.statusCode),!0===e.drop&&i.forEach((function(n){var 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.logPersistedFailedEvent(r,lH.UNKNOWN_EXECUTION_ERROR,{eventName:i,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(aH(e.id)));var n=this.host,i=n.api.Promise,r=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),r?(this.batchFire(),i.resolve(!0)):(this.flush(!0),i.resolve(!0))}return this.preContextQueue.push(t),i.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,_G.off("internal:hide",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:PG("unknown"),pageKey:"unknown"}).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;jG("read").then((function(t){var n;e.clientGlobalSequenceNumberCounter=null!==(n=null==t?void 0:t.sequenceNumber)&&void 0!==n?n:0,fH.forEach((function(n){var i;e.clientTopicLocalSequenceNumberCountersMap[n]=null!==(i=null==t?void 0:t[n])&&void 0!==i?i:0}))})).catch((function(e){HG("sequence-number:idb-read",e)}))}},{key:"updateSequenceNumberToIDB",value:function(){jG("update",this.clientGlobalSequenceNumberCounter,this.clientTopicLocalSequenceNumberCountersMap).catch((function(e){HG("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=UG(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 i=this.host,r=i.appId,o=i.api,a={eventBody:t,eventInfo:"string"==typeof e?{appId:r,eventName:e,topicName:e}:o.assign({appId:r},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,i=n.appVersion,r=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?"PageViewEvent"===e:"PageViewEvent"===e.eventName}(e.id)&&(null===(t=e.body.requestHeader)||void 0===t?void 0:t.pageKey)||u,p=e.meta.requestHeader||{referer:s.referrer,path:"".concat(a.pathname).concat(a.search)},f=p.referer,v=p.path,m=null;"string"!=typeof r&&null!==this.host.locale||(m=r);var g={interfaceLocale:m,pageKey:h,referer:f,path:v,isFlushOnCloseBrowserTabEnabled:!GG()&&(Jj()||"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:i,server:"",service:"",guid:LG(),memberId:0};"number"==typeof this.clientGlobalSequenceNumberCounter&&c(y,{clientGlobalSequenceNumber:this.clientGlobalSequenceNumberCounter});var E=aH(e.id);if(fH.includes(E)){var b=this.clientTopicLocalSequenceNumberCountersMap[E];"number"==typeof b&&c(y,{clientTopicLocalSequenceNumber:b})}var w={header:c(y,e.meta.header||{}),requestHeader:c(g,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,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.isEvenBatchEnabled)if(Array.isArray(e)&&e.length>0)t=e;else{var r=this.maxQueueSize+1;this.queue.length>0&&(this.queue.length<=r||i)?(t=this.queue,this.queue=[]):t=this.queue.splice(0,r)}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),i=n.getBreadcrumbs(e),r=n.envelop(e.id,t,i);n.trigger(r,e.meta);var o=r.eventInfo.eventName;"LixTreatmentsEvent"===o||"JavaScriptErrorEvent"===o?s.push(r):c.push(r),"number"==typeof n.clientGlobalSequenceNumberCounter&&n.clientGlobalSequenceNumberCounter++;var a=aH(e.id);fH.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,i=t.eventInfo.topicName||n,r="rawError"in e?e.rawError:"null",o=["type: ".concat(e.type),"statusCode: ".concat(e.statusCode||"null"),"drop: ".concat(String(e.drop)),"rawError: ".concat(r)].join(", ");null==a||a.logFailedEvent(lH.UNKNOWN_EXECUTION_ERROR,{eventName:n,topicName:i},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 mH,gH=function(){function e(t,n){HB(this,e),this.clientBreadcrumbType=t,this.id=n}return WB(e,[{key:"builder",get:function(){return function(){var e={},t=new Proxy({},{get:function(n,i){return"build"===i?function(){return e}:function(n){return e[i.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"}(mH||(mH={}));var yH=function(e){function t(){return HB(this,t),LB(this,t,[mH.FEED_UPDATE_SERVED,LG()])}return PB(t,gH),WB(t)}(),EH=function(e){function t(){var e;return HB(this,t),KB(RB(e=LB(this,t,[mH.UNKNOWN,LG()])),"content",void 0),KB(RB(e),"featureBreadcrumbType",void 0),e}return PB(t,gH),WB(t)}(),bH=function(e){function t(){return HB(this,t),LB(this,t,[mH.SPONSORED_UPDATE_SERVED,LG()])}return PB(t,gH),WB(t)}();function wH(e,t){var n;switch(t){case"proto.sdui.breadcrumbs.feed.FeedUpdateServedBreadcrumb":n=(new yH).builder;break;case"proto.sdui.breadcrumbs.feed.SponsoredUpdateServedBreadcrumb":n=(new bH).builder;break;case"proto.sdui.tracking.TrackingBreadcrumb":n=(new EH).builder;var i,r=e;try{if(void 0!==r.content.type)i=(new TextDecoder).decode(new Uint8Array(r.content.data));else{if(!(r.content instanceof Uint8Array))throw new Error("Invalid breadcrumb content type");i=(new TextDecoder).decode(r.content)}for(var o=null==e?void 0:e.breadcrumbType,a={content:JSON.parse(i),breadcrumbType:o},s=0,c=Object.entries(a);s<c.length;s++){var l=xB(c[s],2),u=l[0],d=l[1];VG(d)&&n[u](d)}return n.build()}catch(e){throw new Error("Error parsing breadcrumb content: ".concat(e))}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 p=e[h];null!=p&&n[h](p)}return n.build()}function TH(e){var t,n=new Set,i=[],r=UB(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a="".concat(o.contentTrackingId,"-").concat(o.topicName);n.has(a)||(n.add(a),i.push(o))}}catch(e){r.e(e)}finally{r.f()}var s=function(e){var t,n=[],i=[],r=UB(e);try{for(r.s();!(t=r.n()).done;){var o=t.value,a=o.breadcrumb,s=MB(o,wB);if(i.push(s),a){var c=a.$type,l=wH(MB(a,TB),c);n.push(l)}}}catch(e){r.e(e)}finally{r.f()}return{extractedBreadcrumbs:n,trackingScopesWithoutBreadcrumbs:i}}(i);return{breadcrumbs:s.extractedBreadcrumbs,trackingScopes:s.trackingScopesWithoutBreadcrumbs}}function _H(e){if(!e)return{};var t=e.trk,n=!1,i=e.licu&&decodeURIComponent(e.licu);e.external_control&&(i="urn:li:externalControl:".concat(decodeURIComponent(e.external_control)),n=!0);var r,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?r={pageInstance:o,pageKey:t}:t&&(r={pageKey:t}),e.external_page&&e.external_page_instance){var a=decodeURIComponent(e.external_page);r={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&&((r=r||{}).applicationInstance=s),{fromExternalApp:n||!!s,previousApplicationInstance:s,previousContext:r,previousControlId:e.lici&&decodeURIComponent(e.lici),previousControlUrn:i}}var SH=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 IH(e){return"retryConfig"in e.host}function CH(e){return"location"in e.api}var kH;!function(){function e(t,n,i,r,o,a,s,c){var l,u,d,h;if(HB(this,e),KB(this,"transporter",void 0),KB(this,"delegate",void 0),KB(this,"viewSpecs",void 0),KB(this,"transportConfig",void 0),KB(this,"dynamicTransporterSupportLixKey",void 0),KB(this,"domain",void 0),KB(this,"trackingAppName",void 0),KB(this,"dynamicTransporterSupportLixValue",void 0),KB(this,"currentContext",void 0),KB(this,"appState",void 0),KB(this,"referrer",void 0),KB(this,"previousAppContext",void 0),KB(this,"customTransporters",void 0),KB(this,"clientMonitoringConn",void 0),KB(this,"dynamicTransporterSupportEnabled",void 0),this.transporter=t,this.delegate=n,this.viewSpecs=i,this.transportConfig=r,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 p=null==SH?void 0:SH["".concat(null==s?void 0:s.toLowerCase(),"TransporterConfig")];VG(p)?this.transportConfig=p:this.transportConfig=r}if(n&&n.customTransporterHosts)for(var f in n.customTransporterHosts)if(Object.prototype.hasOwnProperty.call(n.customTransporterHosts,f)){var v=this.transporter.host.api.assign({},this.transporter.host);this.customTransporters[f]=new vH(this.transporter.host.api.assign(v,n.customTransporterHosts[f]))}if(this.dynamicTransporterSupportEnabled&&VG(this.transportConfig))for(var m=0,g=Object.entries(this.transportConfig);m<g.length;m++){var y,E,b=xB(g[m],2),w=b[0],T=b[1];T=OB(OB({},T),{},{endpoint:a&&null!==(y=T)&&void 0!==y&&y.endpoint?"".concat(XG(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 vH(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&&CH(t.host)&&(this.clientMonitoringConn=dH(t.host)),VG(i)&&(this.viewSpecs=i)}WB(e,[{key:"host",get:function(){return this.transporter.host}},{key:"addBeforeHandlerToHideEvent",value:function(e){_G.before("internal:hide",e)}},{key:"removeBeforeHandlerToHideEvent",value:function(e){_G.offBefore("internal:hide",e)}},{key:"checkAndEnablePersistentRetry",value:function(){IH(this.transporter)&&this.transporter.checkAndEnablePersistentRetry(this.delegate)}},{key:"flushAndClearPersistedEventsOnLogout",value:function(){this.forceFlush();var e=IH(this.transporter)?this.transporter.clearPersistedEventsOnLogout():null;return null!=e?e:this.host.api.Promise.resolve()}},{key:"getCurrentContext",value:function(){if(this.currentContext)return UG(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]:{},i=this.navMetaFromSeed(e,_H(t),null==n?void 0:n.pageInstanceTrackingId);if(this.setCurrentContext(i.to),!n.suppressEventsFiring)return this.fireNavEvents(i)}},{key:"setCurrentContext",value:function(e){var t;this.currentContext=UG(e,this.host.api),null===(t=this.clientMonitoringConn)||void 0===t||t.setCurrentContext(UG(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,i,r){return this.fireEvent("ControlInteractionEvent",(function(n){var o=DG(n.pageKey,e),a={controlTrackingId:i,controlUrn:o,interactionType:t};return r&&r(o),a}),{context:n})}},{key:"getViewHierarchy",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-name]");if(i){var r=i.getAttribute("data-view-name");r&&t.push(r)}n=null==i?void 0:i.parentElement}return t}},{key:"getViewTrackingScope",value:function(e){for(var t=[],n=e;n instanceof Element&&"body"!==n.tagName.toLowerCase();){var i=n.closest("[data-view-tracking-scope]");if(i){var r=i.getAttribute("data-view-tracking-scope");if(r)try{var o=JSON.parse(r);o&&o.length&&t.push.apply(t,FB(o))}catch(e){HG("getViewTrackingScope","Error parsing trackingScope ".concat(r))}}n=null==i?void 0:i.parentElement}return t}},{key:"fireInteraction",value:function(e){var t,n=e.manualFireReason,i=e.interactionType,r=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,p=e.actionType,f=e.contentTrackingId,v=void 0===f?void 0:f,m=e.clientBreadcrumbs,g=void 0===m?[]:m,y=e.isShadowEvent,E=e.cooloffToken,b=e.testId,w=e.mediaStateInfo,T=r?this.getViewHierarchy(r):[],_=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(r);if(this.dynamicTransporterSupportEnabled){var I=KG(this.transportConfig),C=xB(zG(S,I),2),k=C[0],A=C[1],O="GenericActionEvent",x={verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,mediaStateInfo:w};if(VG(k)){for(var L=0,R=Object.entries(k);L<R.length;L++){var N=xB(R[L],2),P=N[0],D=TH(N[1]),M=D.breadcrumbs,U=D.trackingScopes;this.fireEvent(O,OB(OB({},x),{},{trackingScopeHierarchy:{entries:U}}),{header:{viewHierarchy:_,testId:b},transporterKey:P},M,y)}if(0===A.length)return Promise.resolve(!0)}var F=TH(A),B=F.breadcrumbs,j=F.trackingScopes;return this.fireEvent(O,{verticalPosition:l,horizontalPosition:u,controlUrn:h,interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:j},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(FB(g),FB(B)),y)}var G=TH(S),H=G.breadcrumbs,q=G.trackingScopes;return this.fireEvent("GenericActionEvent",{verticalPosition:l,horizontalPosition:u,controlUrn:h||"",interactionType:i,actionType:p,contentTrackingId:""===v?void 0:v,manualFireReason:n,cooloffToken:E,trackingScopeHierarchy:{entries:q},mediaStateInfo:w},{header:{viewHierarchy:_,testId:b}},[].concat(FB(g),FB(H)),y)}},{key:"fireImpression",value:function(e,t){var n,i=e.manualFireReason,r=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,p=e.width,f=void 0===p?-1:p,v=e.height,m=void 0===v?-1:v,g=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,C=e.mediaStateInfo,k=r?this.getViewHierarchy(r):[],A=k.length>0?k:a;0!==A.length&&(!this.viewSpecs||null!==(n=this.viewSpecs)&&void 0!==n&&n.some((function(e){return e.viewName==A[0]})))||console.warn("No viewHierarchy provided or found from element.");var O=c.length>0?c:this.getViewTrackingScope(r);if(this.dynamicTransporterSupportEnabled){var x=KG(this.transportConfig),L=xB(zG(O,x),2),R=L[0],N=L[1],P="GenericImpressionEvent",D={viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,mediaStateInfo:C},M={header:{viewHierarchy:A,testId:I},context:null==t?void 0:t.context};if(VG(R)){for(var U=0,F=Object.entries(R);U<F.length;U++){var B=xB(F[U],2),j=B[0],G=TH(B[1]),H=G.breadcrumbs,q=G.trackingScopes;this.fireEvent(P,OB(OB({},D),{},{trackingScopeHierarchy:{entries:q}}),OB(OB({},M),{},{transporterKey:j}),H,_)}if(0===N.length)return Promise.resolve(!0)}var W=TH(N),K=W.breadcrumbs,z=W.trackingScopes;return this.fireEvent(P,{viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,trackingScopeHierarchy:{entries:z},mediaStateInfo:C},M,[].concat(FB(T),FB(K)),_)}var V=TH(O),X=V.breadcrumbs,J=V.trackingScopes,Y={header:{viewHierarchy:A,testId:I},context:null==t?void 0:t.context};return this.fireEvent("GenericImpressionEvent",{viewDurationInMilliseconds:u,contentViewFraction:h,width:f,height:m,verticalPosition:g,horizontalPosition:y,impressionTime:E,contentTrackingId:""===b?void 0:b,manualFireReason:i,cooloffToken:S,trackingScopeHierarchy:{entries:J},mediaStateInfo:C},Y,[].concat(FB(T),FB(X)),_)}},{key:"fireEvent",value:function(e,t,n,i,r){var o=this;if(!t){var a=aH(e),s=void 0===t?"undefined":null===t?"null":GB(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(lH.MISSING_REQUIRED_PROPERTIES,e,c,l)}throw new Error(c)}var u=i||[];if(u.length>0){var d=(u=u.map((function(e){return o.transformBreadcrumb(e)}))).map((function(e){return gH.toPointer(e)}));this.host.api.assign(t,{clientBreadcrumbPointers:d})}var h=u.length>0?this.generateEnvelopeWithBreadcrumbs(e,t,n,u,r):this.generateEnvelope(e,t,n,r);return this.fireEnvelope(h)}},{key:"generateEnvelopeWithBreadcrumbs",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.generateEnvelope(e,t,n,r);return i.length>0?this.addBreadcrumbsToEnvelope(o,i):o}},{key:"transformBreadcrumb",value:function(e){try{if(VG(e.content))return OB({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(oH(e.id)){var i=e.id;e.id={eventName:i,topicName:i,shouldAnonymizeMemberId:!0}}else e.id.shouldAnonymizeMemberId=!0;var r=this.delegate&&this.delegate.preTransporter?this.delegate.preTransporter(e):e;if(r){var o=r.meta.transporterKey,a=o?this.customTransporters[o]:this.transporter;if(!a&&o){var s=aH(r.id),c="Could not find custom transporter: ".concat(o);if(this.clientMonitoringConn){var l=this.clientMonitoringConn.logEventGenerated(s);this.clientMonitoringConn.logFailedEvent(lH.UNKNOWN_EXECUTION_ERROR,r.id,c,l)}throw new Error(c)}return a.fireEvent(r)}return this.host.api.Promise.resolve(!0)}},{key:"generatePageInstance",value:function(e,t){return PG(e,t)}},{key:"firePVE",value:function(e,t,n){return this._firePVE(e,t,n)}},{key:"_firePVE",value:function(e,t,n){var i={pageType:"full",totalTime:0,trackingCode:this.getTrackingCode(),trackingInfo:{}},r=this.host.api.assign(i,t),o=this.generateEnvelope("PageViewEvent",r,{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),_G.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 DG((t||this.currentContext||{pageKey:"unknown"}).pageKey,e)}},{key:"fireRawCIE",value:function(e,t,n,i){var r={controlTrackingId:i,controlUrn:e,interactionType:t};return{beacon:this.fireEvent("ControlInteractionEvent",r,{context:n}),controlUrn:e}}},{key:"generateNavigationEvent",value:function(e){var t=e.triggerId,n=e.triggerUrn,i=e.from;return{previousPageInstance:i&&i.pageInstance,triggerControlTrackingId:t,triggerControlUrn:n}}},{key:"getTrackingCode",value:function(){return this.previousAppContext&&this.previousAppContext.pageKey}},{key:"navMetaFromSeed",value:function(e,t,n){var i="NavigationEvent";this.previousAppContext=t.previousContext;var r=t.fromExternalApp?{eventName:i,topicName:"InboundNavigationEvent"}:i;return t.fromExternalApp||(this.referrer="https://www.linkedin.com"),{from:t.previousContext,navEventId:r,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,i=e.from,r=e.navEventId,o=this.generateEnvelope(r,t);o.meta.requestHeader.pageKey=n.pageKey;var a=i&&i.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,i,r,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&&UG(this.currentContext,this.host.api),requestHeader:this.host.api.assign({trackingCode:this.getTrackingCode()},a.requestHeader||{},CH(this.host)?{path:"".concat(this.host.api.location.pathname).concat(this.host.api.location.search),referer:"enabled"===(null===(n=(i=this.host).__getLixTreatment)||void 0===n?void 0:n.call(i,"pai.referrer.fix.subsquent"))?this.referrer?this.referrer:null===(r=this.host.api.document)||void 0===r?void 0:r.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}}}])}();!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"}(kH||(kH={}));var AH,OH;!function(){function e(t,n){var i,r,o=this;HB(this,e),KB(this,"core",void 0),KB(this,"protocol",void 0),KB(this,"throttleKeySet",new Set),KB(this,"config",void 0),KB(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!==(i=null==n?void 0:n.throttleTime)&&void 0!==i?i:100,useOTel:null!==(r=null==n?void 0:n.useOTel)&&void 0!==r&&r},_G.on("internal:error",this.reportTransporterError)}WB(e,[{key:"reportError",value:function(e){var t,n=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.callTreeId,a=void 0===o?"":o,s=r.responseHeaders,c=void 0===s?{}:s,l=r.sduiScreenId,u=r.componentKey,d=e.message,h=e.name,p=e.stack,f=void 0===p?"":p,v=e.fileName,m=void 0===v?"":v,g=e.lineNumber,y=void 0===g?0:g,E=e.columnNumber,b=void 0===E?0:E,w=this.core.host,T=w.appId,_=w.appVersion,S=w.service,I=w.serviceInstance,C=w.treeID,k=void 0===C?"":C,A=w.api,O=A.Promise,x=A.location,L=x.host,R=x.pathname,N=x.search,P=x.hash,D=void 0===P?"":P;if(this.config.useOTel&&!i.includes("otel-origin-jet-tag")&&_G.emit(kH.INTERNAL_OTEL_JET_EVENT,{error:e,tags:i,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:f,t:h,u:m},h:D,l:n.protocol,o:L,p:R,pageKey:e.pageKey,q:N,service:S,serviceInstance:I,serviceVersion:_,t:i,trackingID:e.pageInstance.trackingId,treeID:k,callTreeId:a,responseTraceHeaders:t,sduiScreenId:l,componentKey:u}}))};if(this.config.throttleTime<0)return U();var F=(h+d+f+i.join("")+a).split("").reduce((function(e,t){return(e<<5)-e+t.charCodeAt(0)|0}),0);return this.throttleKeySet.has(F)?O.resolve(!1):(this.throttleKeySet.add(F),setTimeout((function(){return n.throttleKeySet.delete(F)}),this.config.throttleTime),U())}},{key:"flush",value:function(){this.core.forceFlush()}},{key:"destroy",value:function(){this.core.destroy(),_G.off("internal:error",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"}(AH||(AH={})),function(e){e.PageLoadStartEvent="PageLoadStartEvent",e.PageLoadEndEvent="PageLoadEndEvent",e.ResourceLoadEvent="ResourceLoadEvent",e.ViewLoadEvent="ViewLoadEvent",e.PEMTracer="PEMTracer"}(OH||(OH={}));var xH,LH,RH,NH,PH,DH,MH,UH=(KB(KB(KB(KB(KB(KB(KB(KB(KB(KB(EB={},"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),KB(KB(KB(KB(KB(KB(EB,"beacon-timeout",3e4),"enable-memory-measurement",!1),"pageKeyPrefix",""),"enable-pem-tracking-3",!1),"enable-tracking-3",!1),"enable-otel",!1)),FH=-1,BH=-2,jH=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"],GH={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"},HH={"http/0.9":"HTTP0_9","http/1.0":"HTTP1_0","http/1.1":"HTTP1_1",h2:"HTTP2"},qH=new RegExp(/batch-(\d+)$|enabled$/),WH=function(){function e(){HB(this,e),KB(this,"userTimingEntries",[]),KB(this,"longTasks",[]),KB(this,"resourceTimingEntries",[]),KB(this,"cdnData",void 0)}return WB(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(zH),cdnData:this.cdnData}}}]),e}(),KH=["resourceTreeId","name","entryType","startTime","duration","initiatorType","nextHopProtocol","redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","connectEnd","secureConnectionStart","requestStart","responseStart","responseEnd","transferSize","encodedBodySize","decodedBodySize","workerStart"];function zH(e){return KH.reduce((function(t,n){var i=e[n];return void 0!==i&&(t[n]=i),t}),{})}function VH(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};DH=Object.assign(Object.assign({},n),t),MH=function(e,t){return e.nodeType===Node.DOCUMENT_NODE?e:e===t.root?e.ownerDocument:e}(DH.root,n);var i=XH(e,PH.All,(function(){return XH(e,PH.Two,(function(){return XH(e,PH.One)}))}));if(i){var r=iq(function e(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{counter:0,visited:new Map},r=[];if(t.length>2&&t.length>DH.optimizedMinLength)for(var o=1;o<t.length-1;o++){if(i.counter>DH.maxNumberOfTries)return r;i.counter+=1;var a=FB(t);a.splice(o,1);var s=YH(a);if(i.visited.has(s))return r;$H(a)&&rq(a,n)&&(r.push(a),i.visited.set(s,!0),r=r.concat(e(a,n,i)))}return r}(i,e));return r.length>0&&(i=r[0]),YH(i)}throw new Error("Selector was not found.")}function XH(e,t,n){for(var i=null,r=[],o=e,a=0,s=function(){var e=tq(function(e){var t=e.getAttribute("id");return t&&DH.idName(t)?{name:"#"+lq(t,{isIdentifier:!0}),penalty:0}:null}(o))||tq.apply(void 0,FB(function(e){return Array.from(e.attributes).filter((function(e){return DH.attr(e.name,e.value)})).map((function(e){return{name:"["+lq(e.name,{isIdentifier:!0})+'="'+lq(e.value)+'"]',penalty:.5}}))}(o)))||tq.apply(void 0,FB(function(e){return Array.from(e.classList).filter(DH.className).map((function(e){return{name:"."+lq(e,{isIdentifier:!0}),penalty:1}}))}(o)))||tq(function(e){var t=e.tagName.toLowerCase();return DH.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 i=0;n&&(n.nodeType===Node.ELEMENT_NODE&&i++,n!==e);)n=n.nextSibling;return i}(o);if(t===PH.All)s&&(e=e.concat(e.filter(eq).map((function(e){return ZH(e,s)}))));else if(t===PH.Two)e=e.slice(0,1),s&&(e=e.concat(e.filter(eq).map((function(e){return ZH(e,s)}))));else if(t===PH.One){var c=xB(e=e.slice(0,1),1)[0];s&&eq(c)&&(e=[ZH(c,s)])}var l,u=UB(e);try{for(u.s();!(l=u.n()).done;)l.value.level=a}catch(e){u.e(e)}finally{u.f()}if(r.push(e),r.length>=DH.seedMinLength&&(i=JH(r,n)))return 1;o=o.parentElement,a++};o&&o!==DH.root.parentElement&&!s(););return i||(i=JH(r,n)),i}function JH(e,t){var n=iq(function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(t.length>0){var i,r=[],o=UB(t[0]);try{for(o.s();!(i=o.n()).done;){var a=i.value;r=r.concat(e(t.slice(1,t.length),n.concat(a)))}}catch(t){o.e(t)}finally{o.f()}return r}return[n]}(e));if(n.length>DH.threshold)return t?t():null;var i,r=UB(n);try{for(r.s();!(i=r.n()).done;){var o=i.value;if($H(o))return o}}catch(e){r.e(e)}finally{r.f()}return null}function YH(e){for(var t=e[0],n=t.name,i=1;i<e.length;i++){var r=e[i].level||0;n=t.level===r-1?"".concat(e[i].name," > ").concat(n):"".concat(e[i].name," ").concat(n),t=e[i]}return n}function QH(e){return e.map((function(e){return e.penalty})).reduce((function(e,t){return e+t}),0)}function $H(e){switch(MH.querySelectorAll(YH(e)).length){case 0:throw new Error("Can't select any node with this selector: ".concat(YH(e)));case 1:return!0;default:return!1}}function ZH(e,t){return{name:e.name+":nth-child(".concat(t,")"),penalty:e.penalty+1}}function eq(e){return"html"!==e.name&&!e.name.startsWith("#")}function tq(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=t.filter(nq);return i.length>0?i:null}function nq(e){return null!=e}function iq(e){return Array.from(e).sort((function(e,t){return QH(e)-QH(t)}))}function rq(e,t){return MH.querySelector(YH(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"}(xH||(xH={})),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"}(LH||(LH={})),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"}(RH||(RH={})),function(e){e.DEFAULT="DEFAULT",e.INITIAL="INITIAL",e.SUBSEQUENT="SUBSEQUENT",e.PAGINATED="PAGINATED"}(NH||(NH={})),function(e){e[e.All=0]="All",e[e.Two=1]="Two",e[e.One=2]="One"}(PH||(PH={}));var oq=/[ -,\.\/:-@\[-\^`\{-~]/,aq=/[ -,\.\/:-@\[\]\^`\{-~]/,sq=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,cq={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};function lq(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},cq),t);"single"!=n.quotes&&"double"!=n.quotes&&(n.quotes="single");for(var i="double"==n.quotes?'"':"'",r=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?oq.test(l)?"\\"+l:"\\"+u.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?"\\"+u.toString(16).toUpperCase()+" ":"\\"==l||!r&&('"'==l&&i==l||"'"==l&&i==l)||r&&aq.test(l)?"\\"+l:l;a+=d}return r&&(/^-[-\d]/.test(a)?a="\\-"+a.slice(1):/\d/.test(o)&&(a="\\3"+o+" "+a.slice(1))),a=a.replace(sq,(function(e,t,n){return t&&t.length%2?e:(t||"")+n})),!r&&n.wrap?i+a+i:a}var uq,dq=[{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 hq(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e&&"function"==typeof e.now&&(e.timeOrigin||e.timing)){var n,i=e.now();return n=!e.timing&&t?Math.floor(e.timeOrigin):e.timing.navigationStart,Math.round(i+n)}return Date.now()}function pq(e){var t=e||performance;return Math.round(t.now())}function fq(e){if(!e)return"null";if(e.nodeType===Node.ELEMENT_NODE)try{return VH(e,{idName:function(e){return 0!==e.indexOf("ember")}})}catch(e){return"serialization_error"}var t=fq(e.parentElement||void 0);return"".concat(t," > nodeType(").concat(e.nodeType,")")}function vq(e,t,n){var i=[];return e&&"function"==typeof e.getEntriesByType&&(t["user-timing-measure-enabled"]&&e.getEntriesByType("measure").forEach((function(e){var t=e.name,n=e.startTime,r=e.duration;i.push({entryType:"MEASURE",name:t,startTime:n,duration:r})})),t["user-timing-mark-enabled"]&&e.getEntriesByType("mark").forEach((function(e){var t=e.name,n=e.startTime,r=e.duration;i.push({entryType:"MARK",name:t,startTime:n,duration:r})})),n&&(e.clearMeasures(),e.clearMarks())),i}function mq(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}var gq=function(){function e(t){HB(this,e),KB(this,"hostApis",void 0),KB(this,"hostnameProperties",void 0),KB(this,"usedHostnames",void 0),KB(this,"abortController",void 0),KB(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 WB(e,[{key:"clearUsedHostnames",value:function(){this.usedHostnames=new Set}},{key:"getPresentData",value:function(){var e=this;return BG(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,i=n.AbortController,r=n.Promise,o=FG(BG(this.pendingPromises),r),a=setTimeout((function(){t.abortController.abort(),t.abortController=new i}),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,i,r=this.hostApis.assign,o=(n=e.name,i=this.hostApis.document,(uq=uq||i.createElement("a")).href=n,uq.hostname);if(this.usedHostnames.add(o),!this.hostnameProperties[o]&&!this.isResourcePossiblyFromCache(e)){var a=this.fetchCdnFromUrl(e.name).then((function(e){var n=r({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(){HB(this,e)}return WB(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 i,r=(t=t||"").length%16,o=t.length-r,a=[0,n],s=[0,n],c=[0,0],l=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(i=0;i<o;i+=16)c=[255&t.charCodeAt(i+4)|(255&t.charCodeAt(i+5))<<8|(255&t.charCodeAt(i+6))<<16|(255&t.charCodeAt(i+7))<<24,255&t.charCodeAt(i)|(255&t.charCodeAt(i+1))<<8|(255&t.charCodeAt(i+2))<<16|(255&t.charCodeAt(i+3))<<24],l=[255&t.charCodeAt(i+12)|(255&t.charCodeAt(i+13))<<8|(255&t.charCodeAt(i+14))<<16|(255&t.charCodeAt(i+15))<<24,255&t.charCodeAt(i+8)|(255&t.charCodeAt(i+9))<<8|(255&t.charCodeAt(i+10))<<16|(255&t.charCodeAt(i+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],r){case 15:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+14)],48));case 14:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+13)],40));case 13:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+12)],32));case 12:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+11)],24));case 11:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+10)],16));case 10:l=e.x64Xor(l,e.x64LeftShift([0,t.charCodeAt(i+9)],8));case 9:l=e.x64Xor(l,[0,t.charCodeAt(i+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(i+7)],56));case 7:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+6)],48));case 6:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+5)],40));case 5:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+4)],32));case 4:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+3)],24));case 3:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+2)],16));case 2:c=e.x64Xor(c,e.x64LeftShift([0,t.charCodeAt(i+1)],8));case 1:c=e.x64Xor(c,[0,t.charCodeAt(i)]),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(){HB(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 WB(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:{}}},i=Date.now(),r={},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(){r[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()-r[c],++a>=o&&(n.data.latency.acq_time.allFeatures=Date.now()-i,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()-i,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,i=e.length;n<i;n++)t(e[n],n,e);else for(var r in e)e.hasOwnProperty(r)&&t(e[r],r,e)}},{key:"map",value:function(e,n){var i=[];return null==e?i:Array.prototype.map&&e.map===Array.prototype.map?e.map(n):(t.each(e,(function(e,t,r){i.push(n(e,t,r))})),i)}},{key:"getIPs",value:function(e,t){var n={},i=new(window.RTCPeerConnection||window.webkitRTCPeerConnection||window.mozRTCPeerConnection||window.msRTCPeerConnection)({iceServers:[{urls:"stun:stun.l.google.com:19302"}]},{optional:[{RtpDataChannels:!0}]}),r=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=i.localDescription;null!==e&&e.sdp.split("\n").forEach((function(e){0!==e.indexOf("a=candidate:")&&0!==e.indexOf("c=IN")||r(e)})),t(Object.keys(n))}};i.onicecandidate=function(e){e.candidate&&r(e.candidate.candidate)},i.onicegatheringstatechange=function(e){"complete"===i.iceGatheringState&&a()},i.createDataChannel("bl");try{i.createOffer().then((function(e){i.setLocalDescription(e)}))}catch(e){i.createOffer((function(e){i.setLocalDescription(e,(function(){}),(function(){}))}),(function(){}))}setTimeout((function(){a()}),2e3)}},{key:"automationKey",value:function(e,n){if(t.getHasLiedBrowser())e("undetected, fake browser");else{var i=t.getBrowserNameAndVersion().split(" ")[0];"Chrome"!==i||!0!==navigator.webdriver?"Firefox"===i&&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 i=n.audio;if(i.excludeIOS11&&navigator.userAgent.match(/OS 11.+Version\/11.+Safari/))return e(n.EXCLUDED);var r=window.OfflineAudioContext||window.webkitOfflineAudioContext;if(null==r)return e(n.NOT_AVAILABLE);var o=new r(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")}),i.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 i=t.getBrowserNameAndVersion().split(" "),r=i[0],o=i[1],a=n.NOT_AVAILABLE;if("Chrome"===r)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"===r){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"===r){var c=indexedDB.open("test");c.onerror=function(){e(!0)},c.onsuccess=function(){e(!1)}}else e("IE"===r||"EDGE"===r?!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 i in e)if(e.hasOwnProperty(i)){var r=e[i];n[i]=r(i)}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 i=["monospace","sans-serif","serif"],r=["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&&(r=r.concat(n.fonts.extendedJsFonts)),void 0!==n.fonts&&void 0!==n.fonts.userDefinedFonts&&(r=r.concat(n.fonts.userDefinedFonts)),r=r.filter((function(e,t){return r.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<i.length;n++)if(t=e[n].offsetWidth!==c[i[n]]||e[n].offsetHeight!==l[i[n]])return t;return t},p=function(){for(var e=[],t=0,n=i.length;t<n;t++){var r=u();r.style.fontFamily=i[t],a.appendChild(r),e.push(r)}return e}();o.appendChild(a);for(var f=0,v=i.length;f<v;f++)c[i[f]]=p[f].offsetWidth,l[i[f]]=p[f].offsetHeight;var m=function(){for(var e={},t=0,n=r.length;t<n;t++){for(var o=[],a=0,c=i.length;a<c;a++){var l=d(r[t],i[a]);s.appendChild(l),o.push(l)}e[r[t]]=o}return e}();o.appendChild(s);for(var g=[],y=0,E=r.length;y<E;y++)h(m[r[y]])&&g.push(r[y]);o.removeChild(s),o.removeChild(a);var b={};b.fontsHash=e.x64hash128(g.join(),23),n.fonts.hashOnly||(b.lists=g),t(b)}},{key:"mimetypesComponent",value:function(e,t){if(void 0!==navigator.mimeTypes&&null!==navigator.mimeTypes){for(var n=navigator.mimeTypes,i=[],r=0;r<n.length;r++){var o={};o.type=n[r].type,o.suffixes=n[r].suffixes,o.description=n[r].description,i.push(o)}e(i)}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=[],i=0,r=navigator.plugins.length;i<r;i++)navigator.plugins[i]&&n.push(navigator.plugins[i]);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,i=e.plugins.sortPluginsFor.length;n<i;n++){var r=e.plugins.sortPluginsFor[n];if(navigator.userAgent.match(r)){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={},i=document.createElement("canvas");i.width=2e3,i.height=200,i.style.display="inline";var r=i.getContext("2d");return r.rect(0,0,10,10),r.rect(2,2,6,6),n.canvasWinding=!1===r.isPointInPath(5,5,"evenodd")?"yes":"no",r.textBaseline="alphabetic",r.fillStyle="#f60",r.fillRect(125,1,62,20),r.fillStyle="#069",t.dontUseFakeFontInCanvas?r.font="11pt Arial":r.font="11pt no-real-font-123",r.fillText("Cwm fjordbank glyphs vext quiz, 😃",2,15),r.fillStyle="rgba(102, 204, 0, 0.2)",r.font="18pt Arial",r.fillText("Cwm fjordbank glyphs vext quiz, 😃",4,45),r.globalCompositeOperation="multiply",r.fillStyle="rgb(255,0,255)",r.beginPath(),r.arc(50,50,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(0,255,255)",r.beginPath(),r.arc(100,50,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(255,255,0)",r.beginPath(),r.arc(75,100,50,0,2*Math.PI,!0),r.closePath(),r.fill(),r.fillStyle="rgb(255,0,255)",r.arc(75,75,75,0,2*Math.PI,!0),r.arc(75,75,25,0,2*Math.PI,!0),r.fill("evenodd"),i.toDataURL&&(n.canvasHash=e.x64hash128(i.toDataURL(),23)),n}},{key:"getWebglFp",value:function(n){var i,r=function(e){return i.clearColor(0,0,0,1),i.enable(i.DEPTH_TEST),i.depthFunc(i.LEQUAL),i.clear(i.COLOR_BUFFER_BIT|i.DEPTH_BUFFER_BIT),"["+e[0]+", "+e[1]+"]"};if(!(i=t.getWebglCanvas()))return null;var o={},a=i.createBuffer();i.bindBuffer(i.ARRAY_BUFFER,a);var s=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);i.bufferData(i.ARRAY_BUFFER,s,i.STATIC_DRAW),a.itemSize=3,a.numItems=3;var c=i.createProgram(),l=i.createShader(i.VERTEX_SHADER);i.shaderSource(l,"attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}"),i.compileShader(l);var u=i.createShader(i.FRAGMENT_SHADER);i.shaderSource(u,"precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}"),i.compileShader(u),i.attachShader(c,l),i.attachShader(c,u),i.linkProgram(c),i.useProgram(c),c.vertexPosAttrib=i.getAttribLocation(c,"attrVertex"),c.offsetUniform=i.getUniformLocation(c,"uniformOffset"),i.enableVertexAttribArray(c.vertexPosArray),i.vertexAttribPointer(c.vertexPosAttrib,a.itemSize,i.FLOAT,!1,0,0),i.uniform2f(c.offsetUniform,1,1),i.drawArrays(i.TRIANGLE_STRIP,0,a.numItems);try{o.webglHash=e.x64hash128(i.canvas.toDataURL(),23)}catch(e){}if(n.webgl.hashOnly)return o;o.vendorAndRenderer=t.getWebglVendorAndRenderer(),o.extensions=i.getSupportedExtensions()||[],o["webgl aliased line width range"]=r(i.getParameter(i.ALIASED_LINE_WIDTH_RANGE)),o["webgl aliased point size range"]=r(i.getParameter(i.ALIASED_POINT_SIZE_RANGE)),o["webgl alpha bits"]=i.getParameter(i.ALPHA_BITS),o["webgl antialiasing"]=i.getContextAttributes().antialias?"yes":"no",o["webgl blue bits"]=i.getParameter(i.BLUE_BITS),o["webgl depth bits"]=i.getParameter(i.DEPTH_BITS),o["webgl green bits"]=i.getParameter(i.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}(i),o["webgl max combined texture image units"]=i.getParameter(i.MAX_COMBINED_TEXTURE_IMAGE_UNITS),o["webgl max cube map texture size"]=i.getParameter(i.MAX_CUBE_MAP_TEXTURE_SIZE),o["webgl max fragment uniform vectors"]=i.getParameter(i.MAX_FRAGMENT_UNIFORM_VECTORS),o["webgl max render buffer size"]=i.getParameter(i.MAX_RENDERBUFFER_SIZE),o["webgl max texture image units"]=i.getParameter(i.MAX_TEXTURE_IMAGE_UNITS),o["webgl max texture size"]=i.getParameter(i.MAX_TEXTURE_SIZE),o["webgl max varying vectors"]=i.getParameter(i.MAX_VARYING_VECTORS),o["webgl max vertex attribs"]=i.getParameter(i.MAX_VERTEX_ATTRIBS),o["webgl max vertex texture image units"]=i.getParameter(i.MAX_VERTEX_TEXTURE_IMAGE_UNITS),o["webgl max vertex uniform vectors"]=i.getParameter(i.MAX_VERTEX_UNIFORM_VECTORS),o["webgl max viewport dims"]=r(i.getParameter(i.MAX_VIEWPORT_DIMS)),o["webgl red bits"]=i.getParameter(i.RED_BITS),o["webgl renderer"]=i.getParameter(i.RENDERER),o["webgl shading language version"]=i.getParameter(i.SHADING_LANGUAGE_VERSION),o["webgl stencil bits"]=i.getParameter(i.STENCIL_BITS),o["webgl vendor"]=i.getParameter(i.VENDOR),o["webgl version"]=i.getParameter(i.VERSION);try{var d=i.getExtension("WEBGL_debug_renderer_info");d&&(o["webgl unmasked vendor"]=i.getParameter(d.UNMASKED_VENDOR_WEBGL),o["webgl unmasked renderer"]=i.getParameter(d.UNMASKED_RENDERER_WEBGL))}catch(e){}return i.getShaderPrecisionFormat?(t.each(["FLOAT","INT"],(function(e){t.each(["VERTEX","FRAGMENT"],(function(n){t.each(["HIGH","MEDIUM","LOW"],(function(r){t.each(["precision","rangeMin","rangeMax"],(function(t){var a=i.getShaderPrecisionFormat(i[n+"_SHADER"],i[r+"_"+e])[t];"precision"!==t&&(t="precision "+t);var s=["webgl ",n.toLowerCase()," shader ",r.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,i=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 i.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||(i.indexOf("linux")>=0||i.indexOf("android")>=0||i.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||(i.indexOf("mac")>=0||i.indexOf("ipad")>=0||i.indexOf("ipod")>=0||i.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||(i.indexOf("win")<0&&i.indexOf("linux")<0&&i.indexOf("mac")<0&&i.indexOf("iphone")<0&&i.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 i,r=eval.toString().length;if(37===r&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===r&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===r&&"Chrome"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(t){try{t.toSource(),i=!0}catch(t){i=!1}}return i&&"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 i=n.fonts.swfContainerId;t.addFlashDivNode(),window.swfobject.embedSWF(n.fonts.swfPath,i,"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 i=n[n.length-1];return i.substring(2,i.length-1)}}}catch(e){return""}return""},setItem:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.getDomain(),r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"/";if(n){var o=["".concat(e,"=").concat(t,"; path=").concat(r,"; secure=true")];"string"==typeof i&&i.length>0&&o.push("domain="+i),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",r="DFP_WEB",o="RECAPTCHA_V3_WEB";function a(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2?arguments[2]:void 0,i=n?n.querySelector("#"+e):document.getElementById(e);if(i){var r=i.firstChild.nodeValue;if(t&&i.parentNode.removeChild(i),r)try{return JSON.parse(r)}catch(e){return}}}function s(e,t,n){var i=new XMLHttpRequest,r=n?"https://www.linkedin.com":"https://www.linkedin-ei.com";r+=String(t),i.open("POST",r),i.setRequestHeader("Content-Type","application/json"),i.send(e)}function c(e){var t=document.getElementsByClassName(e);return void 0!==t&&t.length>=1}var l=function(){function e(){HB(this,e)}return WB(e,null,[{key:"str2ab",value:function(e){for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),i=0,r=e.length;i<r;i++)n[i]=e.charCodeAt(i);return t}},{key:"encode",value:function(e){return window.btoa(String.fromCharCode.apply(null,e))}},{key:"importPk",value:function(t,n,i){var r=window.atob(n),o=e.str2ab(r);return window.crypto.subtle.importKey(t,o,{name:"RSA-OAEP",hash:"SHA-256"},!0,i)}},{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,i){var r={a:null,b:null,c:null};try{var o=Date.now();if("string"!=typeof n||"number"!=typeof i)throw new Error("ec1");var a=window.crypto.getRandomValues(new Uint8Array(16));r.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 r.b=t,r.c=e.encode(new Uint8Array(a)),r.d=Date.now()-o,r.e=i,r}))}))})).catch((function(e){return r.error=String(e),r}))}catch(t){return r.error=String(t),Promise.resolve(r)}}},{key:"encryptWithKeyIds",value:function(t,n,i,r){if("string"!=typeof n||"string"!=typeof i)return Promise.resolve(e.wrapErrorResult("Error: ec2"));var o=a(n),s=parseInt(a(i));return(""===o||"string"!=typeof o||"number"!=typeof s||Number.isNaN(s))&&(o=r?"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",s=r?2:1),e.encryptWithKey(t,o,s)}},{key:"encryptWithKeyFromDifferentSources",value:function(t,n,i,r,o){return null!=r&&"string"==typeof r.publicKey&&"number"==typeof r.publicKeyVersion?e.encryptWithKey(t,r.publicKey,r.publicKeyVersion):e.encryptWithKeyIds(t,n,i,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}(),u=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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0==--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m==t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0==--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0==--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m==t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m==t-1){f.push(n(v));break}m++}return f.join("")}};return e}(),d={apfcTypes:1,collectionType:2,trackingId:3},h={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},f={liedOS:1,liedBrowser:2,liedResolution:3,adBlockInstalled:4,liedLanguages:5},v={type:1,description:2,suffixes:3},m={canvasHash:1,canvasWinding:2},g={label:1,gid:2,id:3,kind:4},y={lists:1,fontsHash:2},E={Orientation:1,Enabled:2},b={charging:1,dischargingTime:2,level:3,chargingTime:4},w={touchStart:1,touchEvent:2,maxTouchPoints:3},T={"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},_={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},S={"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},I={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,i=new Array(t);n<t;n++)i[n]=e[n];return i}var A=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?"),O=/^fs_/;var x,L,R=/(?![^(]*\)),/,N=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 "+GB(e)+".");var t,n,i=A.exec(e);return i&&(t=i[1].replace(O,""),n=i[2]),{id:n,type:t}}(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(R),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o},P=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));return n&&n.length>1?n[1]:null},D={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},M="GUEST",U="MEMBER",F="ENTERPRISE_UNBOUND",B=(C(x={},M,"li_gc"),C(x,U,"li_mc"),C(x,F,"li_ec"),x);C(L={},M,"mypreferences/g/guest-cookies"),C(L,U,"settings/member-cookies"),C(L,F,"mypreferences/e/enterprise-cookies");var j,G,H,q,W=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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=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=i,this.optedInConsentMap={},D)t[o]=t[o]||0,0!==t[o]&&(this.consentAvailable=!0),this.optedInConsentMap[o]=1===t[o]||0===t[o]&&1===r},K=(j=[D.ADVERTISING,D.ANALYTICS_AND_RESEARCH,D.FUNCTIONAL],G=[0,1,2,0],H=function(e){for(var t={},n=0;n<j.length;n++)t[j[n]]=G[e>>2*n&3];return t},q=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(";")),i=e.match(n);if(!i)return{error:"Invalid consent body encoding",consent:new W};var r=H(parseInt(i[1],10)),o=new Date(1e3*parseInt(i[2],10)),a=q(parseInt(i[3],10));return{error:null,consent:new W(r,o,t,a)}},parseConsentBodyEnterpriseUnbound:function(e,t,n){var i=function(e){try{var t=N(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(!i)return{error:"Invalid enterprise profile urn provided",consent:new W};var r=i.enterpriseAccountId,o=i.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 W};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=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),4!==n.length);i=!0);}catch(e){r=!0,o=e}finally{try{i||null==s.return||s.return()}finally{if(r)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),i=t[1],a=t[2],s=t[3];return i===r&&a===o&&s===n}))[0];if(!c)return{error:null,consent:new W};var l=H(c[0]),u=new Date(1e3*parseInt(s[2],10)),d=q(parseInt(s[3],10));return{error:null,consent:new W(l,u,F,d)}}}),z=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),V=function(e){var t={};for(var n in D)t[n]=e;return{error:null,consent:new W(t,null,null,e)}},X=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 r,o=null;try{o=(r=e,"undefined"==typeof atob&&"undefined"!=typeof Buffer?Buffer.from(r,"base64").toString("binary"):atob(r)).match(z)}catch(e){}if(!o)return{error:"Invalid consent encoding",consent:new W};var a=parseInt(o[1],10),s=o[2];return 1===a?t===F?K.parseConsentBodyEnterpriseUnbound(s,n,i):K.parseConsentBody(s,t):{error:"Invalid encoded consent version ".concat(a),consent:new W}},J=new Map([["/voyager/api/voyagerSocialDashNormComments","createComment"],["/signup/cold-join","createAccount"],["/signup/api/createAccount","createAccount"],["/signup/api/cors/createAccount","createAccount"]]);function Y(e){var t;try{t=new URL(e)}catch(n){t=new URL(e,window.location.origin)}return t.pathname}var Q=function(){function e(t,n){HB(this,e),this.callback=t,this.config=n,this.setupInterceptorForFetch(),this.setupInterceptorForOpen()}return WB(e,[{key:"setupInterceptorForFetch",value:function(){var e=window.fetch,t=this;window.fetch=function(n,i){try{var r=Y(n);t.runActionInterceptorLogic(r)}catch(e){}return e(n,i)}}},{key:"setupInterceptorForOpen",value:function(){var e=XMLHttpRequest.prototype.open,t=XMLHttpRequest.prototype.send,n=this;XMLHttpRequest.prototype.open=function(t,n){try{this._sanitizedPath=Y(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=J.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 i={token:t,expectedAction:e};n(o,JSON.stringify(i))})).catch((function(e){var t={error:e};n(o,JSON.stringify(t))}))}))}}}]),e}(),$={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},Z=!1;try{var ee=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]:{},i=n.enterpriseProfileUrn,r=n.enterpriseAppInstanceId;if("string"!=typeof t){if("undefined"==typeof document)return{error:"cookie string must be provided in SSR mode",consent:new W};t=document.cookie}if(i&&!r||!i&&r)return{error:"enterpriseProfileUrn and enterpriseAppInstanceId must both be provided if at least one is provided",consent:new W};if(!(e!==F||i&&r))return{error:"enterpriseProfileUrn and enterpriseAppInstanceId are required for unbound userMode",consent:new W};if(!e){var o=P(B[F],t);if(o&&i&&r){var a=X(o,F,i,r);if(a.consent.userMode===F||a.error)return a}e=P("liap",t)?P(B[U],t)?U:M:P(B[M],t)?M:U}return function(e,t,n,i){var r=P(B[e],t);return r?X(r,e,n,i):P(B[M],t)||P(B[U],t)||P(B[F],t)?V(2):V(1)}(e,t,i,r)}().consent.optedInConsentMap;Z=ee[D.FUNCTIONAL]}catch(e){}var te=function(){function e(t,n,i){var r=this;if(HB(this,e),void 0!==n&&void 0!==t&&"enabled"===t.globalIntegration)"complete"===document.readyState?this.initializeGlobalIntegration(n,i):window.addEventListener("load",(function(){r.initializeGlobalIntegration(n,i)}));else if(void 0!==t){var o=JSON.parse(JSON.stringify($));c("settings-iframe")||c("setting-headline")||(o.useRequestIdleCallBack=!1),this.initialize(o,t)}else{var a=JSON.parse(JSON.stringify($));c("settings-iframe")||c("setting-headline")||(a.useRequestIdleCallBack=!1),"complete"===document.readyState?this.initialize(a):window.addEventListener("load",(function(){r.initialize(a)}))}}return WB(e,[{key:"initializeGlobalIntegration",value:function(e,t){t.enableNetworkInterceptor&&!globalThis.apfcInterceptorInitialized&&(new Q(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($,e,t)}},{key:"checkConfigAndInitializeThirdPartyIntegration",value:function(e,t){(!0===t.enableOnDemandMode&&t.fpDataCookie.apfcTypes.includes(o)||!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(r)||!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 i=Date.now(),r=Number(n.getItem("df_ts"));(!1===Z||i-r>t)&&n.deleteItem("df_ts")}}},{key:"addDfCookieIfRequired",value:function(e){if(!0===Z&&"number"==typeof e.samplingTimeWindowInMillis&&e.samplingTimeWindowInMillis>0){var t=Date.now(),i=new Date;i.setTime(t+e.samplingTimeWindowInMillis),n.setItem("df_ts",t,i)}}},{key:"initialize",value:function(e,n){if(null!=n||null!=a("apfcDfPK")){var i=this.reqid,r=this.pageInstance,o=this.isProd();return(new t).getFeatures((function(t,a){t.reqid=i,t.pageInstance=r,t.fullFeatureCollection=a,l.encryptWithKeyFromDifferentSources(JSON.stringify(t),"apfcDfPK","apfcDfPKV",n,o).then((function(t){globalThis.apfcDf=t,!0===a&&s(JSON.stringify(t),e.telemetryCollectPath,o)}))}),e)}globalThis.triggerApfc=this.reentry}},{key:"intializeGlobalIntegration",value:function(i,r,o){var a=this.isProd();return(new t).getFeatures((function(t,c){if(!0===c){if(e.prototype.populateFpDataCookie(t,o),!0===o.isSyncEnabledWithHeaders){var C=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 i=t.extensions,r=[],o=0;o<i.length;o++){var a=i[o];r[o]=_.hasOwnProperty(a)?_[a]:a}t.extensions=r}null!=t&&(Object.keys(T).forEach((function(e){n[T[e]]=t[e]})),e.webgl=n)}(e),function(e){var t=e.touchSupport,n={};null!=t&&(Object.keys(w).forEach((function(e){n[w[e]]=t[e]})),e.touchSupport=n)}(e),function(e){var t=e.battery,n={};null!=t&&(Object.keys(b).forEach((function(e){n[b[e]]=t[e]})),e.battery=n)}(e),function(e){var t=e.screenOrientation,n={};null!=t&&(Object.keys(E).forEach((function(e){n[E[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 i=t.lists,r=[],o=0;o<i.length;o++){var a=i[o];r[o]=S.hasOwnProperty(a)?S[a]:a}t.lists=r}null!=t&&(Object.keys(y).forEach((function(e){n[y[e]]=t[e]})),e.fonts=n)}(e),function(e){var t=e.enumerateDevices,n=[];if(null!=t){for(var i=function(){var e=t[r],i={};Object.keys(g).forEach((function(t){i[g[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();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 i=function(){var e=t[r],i={};Object.keys(v).forEach((function(t){i[v[t]]=e[t]})),n[r]=i},r=0;r<t.length;r++)i();e.mimetyps=n}}(e),function(e){var t=e.signals,n={};null!=t&&(Object.keys(f).forEach((function(e){n[f[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(h).forEach((function(e){n[h[e]]=t[e]})),e.location=n)}(e),function(e){var t=e.FPDataCookie,n={};null!=t&&(Object.keys(d).forEach((function(e){n[d[e]]=t[e]})),e.FPDataCookie=n)}(e),Object.keys(I).forEach((function(n){t[I[n]]=e[n]})),t}(t));globalThis.apfcDfH=(k=C,u.compressToBase64(k))}l.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 i={};return i.payload=t,i.browserId=n.getBcookie(),i}(e);s(JSON.stringify(t),i.gloablIntegrationDataCollectionPath,a)}r("DNA",JSON.stringify(e))})),globalThis.dnaIntegrationCompleted=!0}var k}),i)}},{key:"intializeDfpIntegration",value:function(t,i){var o=n.getBcookie(),a=this.isProd()?"fb6bbd47-fa7c-4264-b4e9-b25948407586":"ee078acd-0704-4344-9e5b-6b84b480c30a";try{if(RegExp("^[\\w-]*$").test(o)){var s="https://merchantpool1.linkedin.com/mdt.js?session_id=".concat(o,"&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:o,instanceId:a};e.prototype.populateFpDataCookie(l,i),t(r,JSON.stringify(l))}else{var u={error:"Invalid session_id: "+o};t(r,JSON.stringify(u))}}catch(i){var d={error:i};t(r,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(),u="https://li.protechts.net/index.html?ts="+a+"&r_id="+encodeURIComponent(o)+"&app_id="+s+"&uc=scraping";l.generateSha256HashOrDefault(c).then((function(n){""!==(c=n)&&(u+="&d_id="+c);try{var l=document.createElement("iframe");l.setAttribute("id","humanThirdPartyIframe"),l.setAttribute("src",u),l.setAttribute("sandbox","allow-same-origin allow-scripts"),l.setAttribute("aria-hidden","true"),l.style.height="0px",l.style.width="0px",l.style.border="none",l.style.position="absolute",l.style.left="-9999px",document.body.appendChild(l);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}();te.prototype.reentry=function(e){globalThis.triggerApfc=null,new te(e)},te.prototype.reentryGlobalIntegration=function(e,t){globalThis.triggerDnaApfcEvent=null,new te({globalIntegration:"enabled"},e,t)},te.prototype.reentryGlobalIntegrationOnDemand=function(e,t){if(void 0!==t&&void 0!==e){var n=te.prototype.extractDataCookie();!0===t.onlyOnDemandFlow&&null===n||(t.fpDataCookie=n,null!==n&&(t.enableOnDemandMode=!0),te.prototype.reentryGlobalIntegration(e,t))}},te.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 i={};return i.trackingId=t[0],i.memberId=t[1],i.sessionUrn=t[2],i.collectionType=t[3],i.apfcTypes=t[4].split(","),i},te.prototype.populateFpDataCookie=function(e,t){"object"==GB(e)&&"object"==GB(t)&&(e.FPDataCookie=t.fpDataCookie)},te.prototype.isProd=function(){var e=location&&location.host;return e&&e.indexOf(".linkedin.com")>-1&&!e.startsWith("pemberly")},te.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=te.prototype.reentryGlobalIntegration),void 0===globalThis.triggerDnaApfcEventOnDemand&&(globalThis.triggerDnaApfcEventOnDemand=te.prototype.reentryGlobalIntegrationOnDemand),(void 0===globalThis.maxApfcVersion||2>globalThis.maxApfcVersion)&&(globalThis.maxApfcVersion=2,globalThis.triggerDnaApfcEventOnDemandVersioned=te.prototype.reentryGlobalIntegrationOnDemand),new te)}();var yq=function(){function e(){HB(this,e)}return WB(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}(),Eq=function(){function e(t,n,i,r,o,a,s,c,l,u){HB(this,e),KB(this,"hostApis",void 0),KB(this,"statics",void 0),KB(this,"options",void 0),KB(this,"allowTimingOrigin",void 0),KB(this,"fireResourceLoadEvent",void 0),KB(this,"isTracerEnabled",void 0),KB(this,"responseRleCache",void 0),KB(this,"fireApfcEvent",void 0),KB(this,"abuseDeviceSignalCollectionConfig",void 0),KB(this,"trackingEndpoint",void 0),KB(this,"collectResourceTimings",void 0),KB(this,"collectCdnData",void 0),KB(this,"perfObserver",void 0),KB(this,"renderTimings",new Map),KB(this,"urlToTreeId",new Map),KB(this,"cdnDataProvider",void 0),KB(this,"observables",new WH),KB(this,"trackingEndpointPattern",void 0),this.hostApis=t,this.statics=n,this.options=i,this.allowTimingOrigin=r,this.fireResourceLoadEvent=o,this.isTracerEnabled=a,this.responseRleCache=s,this.fireApfcEvent=c,this.abuseDeviceSignalCollectionConfig=l,this.trackingEndpoint=u,this.collectResourceTimings=i["enable-rs-timing"],this.collectCdnData=i["enable-cdn-tracking"],this.collectCdnData&&(this.cdnDataProvider=new gq(t)),this.trackingEndpointPattern=function(e){if(!e)return"/li/track";try{return new URL(e).pathname}catch(t){return e}}(this.trackingEndpoint)}return WB(e,[{key:"recordTreeId",value:function(e,t){this.collectResourceTimings&&this.urlToTreeId.set(function(e,t){return(uq=uq||t.createElement("a")).href=e,uq.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:hq(this.hostApis.performance,this.allowTimingOrigin)})}},{key:"recordRenderEnd",value:function(e,t,n){var i=this.renderTimings.get(e);if(i&&(i.renderEnd=i.renderEnd||hq(this.hostApis.performance,this.allowTimingOrigin),t))return n?this.collectViewLoadEventData(i,n):void HG("ViewLoadEvent","pageLoadId does not exist")}},{key:"collectViewLoadEventData",value:function(e,t){var n=e.renderName,i=e.renderEnd,r=void 0===i?-1:i,o=e.renderStart,a=void 0===o?-1:o,s=[];return s.push({viewProgressType:"RENDER_START",timestamp:a}),s.push({viewProgressType:"RENDER_END",timestamp:r}),{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,i=e.immediate,r=this.collectSynchronousData(n);if(i)return r;var o=this.collectAsynchronousData();return"then"in o?o.then((function(e){return(0,t.hostApis.assign)(r,e),r})):r}},{key:"collectPageLoadStartData",value:function(e){var t=e.isInitial,n=e.rumKey,i=Object.create(null);i.pageKey=n,i.pageLoadType=t?"INITIAL_LOAD":"SUBSEQUENT_LOAD",i.networkInformationMetrics=this.snapshot.networkInformationMetrics;var r=this.statics,o=r.webUIFramework,a=r.timeSource,s=r.isSinglePageApp,c=r.appRenderMode,l=r.isAppRenderFailed,u=r.isFromServiceWorker,d=r.treeId;return i.treeId=d,i.browserPageLoadStartContext={webUIFramework:o,timeSource:a,isSinglePageApp:s,appRenderMode:c,isAppRenderFailed:l,isFromServiceWorker:u},i}},{key:"collectPageLoadEndData",value:function(e){var t=Object.create(null),n=Object.create(null);t.cdnData=[],t.browserPageLoadEndContext={},t.navigationTiming=Object.create(null);var i=e.isInitial,r=e.immediate,o=this.hostApis.assign;if(i){var a=wq(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,jH.forEach((function(e){Object.prototype.hasOwnProperty.call(a,e)&&(n[e]=a[e])})),o(t.navigationTiming,n)}if(!r){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,i=e.transferSize,r=e.initiatorType,o=e.nextHopProtocol,a=e.encodedBodySize,s=e.decodedBodySize,c=e.requestStart,l={};l.resourceKey=n,l.isNetwork=!!i&&0!==i,l.loadType=r||"unknown",l.timeOrigin=t;var u=[];Object.keys(GH).forEach((function(t){var n;t in RH&&void 0!==e[t]&&u.push({resourceProgressType:GH[t],duration:null!==(n=e[t])&&void 0!==n?n:-1})})),l.resourceProgressStates=u;var d={},h=HH[o];d.nextHopProtocol=null!=h?h:"UNKNOWN",d.transferSize=i,d.encodedBodySize=a,d.decodedBodySize=s,l.resourceNetworkContext=d,l.requestStart=c;try{var p,f,v=new URL(n),m=v.pathname+v.search+v.hash;return null===(p=this.responseRleCache)||void 0===p||p.offerResourceLoadEvent(m,l),null===(f=this.responseRleCache)||void 0===f?void 0:f.flushCacheByUrl(m)}catch(e){var g,y="".concat("Invalid url from ResourceLoadEvent"," request url ").concat(n);return e instanceof Error?(e.message="".concat(y," ").concat(e.message),HG("ResourceLoadEvent",e)):HG("ResourceLoadEvent",y),null===(g=this.responseRleCache)||void 0===g?void 0:g.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,i=t.PerformanceObserver,r=Object.create(null);return this.statics.pageLoadMode=e?"INITIAL":"PARTIAL",i||(this.observables.userTimingEntries=vq(this.hostApis.performance,this.options,!0),this.collectResourceTimings&&this.processNewResourceTimings()),this.observables.attachTreeIds(this.urlToTreeId),this.urlToTreeId.clear(),n(r,this.observables.getData(),this.snapshot,this.statics),e&&n(r,wq(this.hostApis.performance)),n(r,this.collectAsynchronousData(!0)),r}},{key:"collectAsynchronousData",value:function(e){var t=this,n={cdnData:[],usedCDN:this.extractUsedCDN([])};if(e){if(this.collectCdnData){var i=this.cdnDataProvider.getPresentData();n.cdnData=i,n.usedCDN=this.extractUsedCDN(i)}return n}var r=[];return this.collectCdnData&&r.push(this.cdnDataProvider.getDataWhenReady(this.options["async-plugins-timeout"]).then((function(e){n.cdnData=e,n.usedCDN=t.extractUsedCDN(e)}))),r.length>0?FG(r,Promise).then((function(){return n})):n}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;try{var n=this.abuseDeviceSignalCollectionConfig||{},i=n.isDnaIntegrationLixEnabled,r=n.isHumanIntegrationLixEnabled,o=n.isDfpIntegrationLixEnabled,a=n.samplingTimeWindowInMillis,s=n.isOnDemandFingerprintingEnabled,c=n.isSyncFingerprintingWithHeadersLixEnabled,l=n.isSyncFingerprintingWithCbLixEnabled,u=n.isRecaptchaV3IntegrationEnabled,d=n.isNetworkInterceptorEnabled;if(r||o||i||c||l||u||d){var h,p,f={treeId:null!==(h=null===(p=this.statics.treeId)||void 0===p?void 0:p.toString())&&void 0!==h?h:"",humanIntegrationEnabled:r,dfpIntegrationEnabled:o,dnaIntegrationEnabled:i,samplingTimeWindowInMillis:a,onlyOnDemandFlow:t,isSyncEnabledWithHeaders:c,isSyncEnabledWithCb:l,recaptchaV3IntegrationEnabled:u,enableNetworkInterceptor:d};(!t||t&&s||c||l)&&yq.collectFeatures(f,this.fireApfcEvent)}}catch(e){}}},{key:"setupPerformanceObserver",value:function(e,t){var n=this;this.perfObserver=new e((function(e){var i=(n.abuseDeviceSignalCollectionConfig||{}).disablePerfMarkerOptimization;i&&n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1}),e.getEntries().forEach((function(e){var r=e.entryType,o=e.name,a=e.startTime,s=e.duration;"resource"===r?n.processSingleResourceTiming(e,t):"mark"===r?(n.observables.userTimingEntries.push({entryType:"MARK",name:o,startTime:a,duration:s}),"mark_meaningful_paint_end"!==o||i||n.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:!1})):"measure"===r?n.observables.userTimingEntries.push({entryType:"MEASURE",name:o,startTime:a,duration:s}):"longtask"===r&&n.observables.longTasks.push({duration:s,name:o,startTime:a})}))})),this.observables.userTimingEntries=vq(this.hostApis.performance,this.options,!1);var i=["longtask"];(this.collectResourceTimings||this.collectCdnData)&&i.push("resource"),this.options["user-timing-mark-enabled"]&&i.push("mark"),this.options["user-timing-measure-enabled"]&&i.push("measure"),this.perfObserver.observe({entryTypes:i})}},{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"]&&_G.emit(kH.INTERNAL_OTEL_RESOURCE,{resourceTiming:e}),this.observables.resourceTimingEntries.push(e);var i=-1!==e.name.indexOf(this.trackingEndpointPattern);if(this.isTracerEnabled&&!i&&!function(e){for(var t=0,n=dq;t<n.length;t++){var i=n[t];if(i.strToFilter&&-1!==e.indexOf(i.strToFilter))return!0;if(i.pattern&&i.pattern.test(e))return!0}return!1}(e.name)){var r=this.collectResourceLoadEvent(e,t);r&&r.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:mq(this.renderTimings),networkInformationMetrics:bq(this.hostApis.connection)};return this.renderTimings.clear(),e}}]),e}();function bq(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 wq(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 i=e.timing,r=e.navigation;return i&&r?(t.navigationTimingApi=!0,jH.forEach((function(e){e in i&&(t[e]=i[e])})),t.navigationType=r.type,t.redirectCount=r.redirectCount):t.navigationTimingApi=!1,t}var Tq=function(){function e(t,n,i){HB(this,e),KB(this,"featureName",void 0),KB(this,"trackingCore",void 0),KB(this,"rumConfig",void 0),KB(this,"observing",!1),KB(this,"basePageTreeId",void 0),KB(this,"startPageInstance",void 0),KB(this,"startMemory",void 0),KB(this,"reportTimeouts",[]),this.featureName=t,this.trackingCore=n,this.rumConfig=i}return WB(e,[{key:"startObserving",value:function(){var t,n=this,i=this.getMemory();i&&!this.observing&&(this.basePageTreeId=this.trackingCore.host.treeID||"",this.startPageInstance=(null===(t=this.trackingCore.getCurrentContext())||void 0===t?void 0:t.pageInstance)||PG("unknown"),this.startMemory=i,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:pq(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]}})),i=t.usedJSHeapSize-this.startMemory.usedJSHeapSize;return n.push({name:(i<0?"usedJSHeapSizeDecrease":"usedJSHeapSizeIncrease")+e,startTime:Math.abs(i)},{name:"utilization"+e,startTime:Math.round(t.usedJSHeapSize/t.totalJSHeapSize*100)}),n}},{key:"getMemory",value:function(){return this.trackingCore.host.api.performance.memory}}]),e}();KB(Tq,"checkpoints",[1,3,10,30,90,180,300]);var _q,Sq,Iq,Cq,kq,Aq=WB((function e(t,n,i){HB(this,e),KB(this,"webUIFramework",void 0),KB(this,"timeSource",void 0),KB(this,"isSinglePageApp",void 0),KB(this,"appRenderMode",void 0),KB(this,"isAppRenderFailed",void 0),KB(this,"pageLoadMode","INITIAL"),KB(this,"isSSL",void 0),KB(this,"treeId",void 0),KB(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:"===i.api.location.protocol?1:0,this.treeId=i.treeID,this.isFromServiceWorker=i.isFromServiceWorker})),Oq=function(){function e(t){HB(this,e),KB(this,"isPEMTracerEnabled",void 0),KB(this,"responseContextMap",new Map),KB(this,"resourceLoadEventsMap",new Map),this.isPEMTracerEnabled=t}return WB(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 i=new WG((function(e,t){return e.requestTime<t.requestTime}));i.heapPush(t),this.responseContextMap.set(e,i)}}},{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 i=new WG((function(e,t){return e.requestStart<t.requestStart}));i.heapPush(t),this.resourceLoadEventsMap.set(e,i)}}},{key:"mergeAndConsume",value:function(e){var t=this.resourceLoadEventsMap.get(e),n=this.responseContextMap.get(e),i=null==t?void 0:t.heappop(),r=null==n?void 0:n.heappop();return this.mergeRleAndRes(i,r)}},{key:"mergeRleAndRes",value:function(e,t){if(e&&t){e.requestStart;var n=MB(e,_B),i=(t.requestTime,t.viewNames),r=t.requestType,o=t.requestTag,a=MB(t,SB);return n.targetViewNames=i||[],r&&(n.requestType=r),o&&(n.requestTag=o),n.resourceNetworkContext=OB(OB({},n.resourceNetworkContext),a),qG(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,i=UB(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;t=[].concat(FB(t),FB(this.flushCacheByUrl(r)))}}catch(e){i.e(e)}finally{i.f()}}var o=this.resourceLoadEventsMap.keys();if(o){var a,s=UB(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(FB(t),FB(u.map((function(e){return e.requestStart,qG(MB(e,IB))})))))}}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,qG(MB(e,CB))})))||n;if(this.canFlush(e)){for(var i=this.responseContextMap.get(e);i&&i.heapsize()>0;){var r=this.mergeAndConsume(e);r&&n.push(r)}this.deleteEntryByRequestUrl(e)}return n}}]),e}(),xq=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)}},Lq=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){}},Rq=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},Nq=function(e){addEventListener("pageshow",(function(t){t.persisted&&e(t)}),!0)},Pq=function(e,t,n){var i;return function(r){t.value>=0&&(r||n)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},Dq=-1,Mq=function(){return"hidden"===document.visibilityState?0:1/0},Uq=function(){Rq((function(e){var t=e.timeStamp;Dq=t}),!0)},Fq=function(){return Dq<0&&(Dq=Mq(),Uq(),Nq((function(){setTimeout((function(){Dq=Mq(),Uq()}),0)}))),{get firstHiddenTime(){return Dq}}},Bq=!1,jq=-1,Gq=function(e,t){Bq||(function(e,t){var n,i=Fq(),r=xq("FCP"),o=function(e){"first-contentful-paint"===e.name&&(s&&s.disconnect(),e.startTime<i.firstHiddenTime&&(r.value=e.startTime,r.entries.push(e),n(!0)))},a=window.performance&&performance.getEntriesByName&&performance.getEntriesByName("first-contentful-paint")[0],s=a?null:Lq("paint",o);(a||s)&&(n=Pq(e,r,t),a&&o(a),Nq((function(i){r=xq("FCP"),n=Pq(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,n(!0)}))}))})))}((function(e){jq=e.value})),Bq=!0);var n,i=function(t){jq>-1&&e(t)},r=xq("CLS",0),o=0,a=[],s=function(e){if(!e.hadRecentInput){var t=a[0],i=a[a.length-1];o&&e.startTime-i.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,a.push(e)):(o=e.value,a=[e]),o>r.value&&(r.value=o,r.entries=a,n())}},c=Lq("layout-shift",s);c&&(n=Pq(i,r,t),Rq((function(){c.takeRecords().map(s),n(!0)})),Nq((function(){o=0,jq=-1,r=xq("CLS",0),n=Pq(i,r,t)})))},Hq={passive:!0,capture:!0},qq=new Date,Wq=function(e,t){_q||(_q=t,Sq=e,Iq=new Date,Vq(removeEventListener),Kq())},Kq=function(){if(Sq>=0&&Sq<Iq-qq){var e={entryType:"first-input",name:_q.type,target:_q.target,cancelable:_q.cancelable,startTime:_q.timeStamp,processingStart:_q.timeStamp+Sq};Cq.forEach((function(t){t(e)})),Cq=[]}},zq=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(){Wq(e,t),r()},i=function(){r()},r=function(){removeEventListener("pointerup",n,Hq),removeEventListener("pointercancel",i,Hq)};addEventListener("pointerup",n,Hq),addEventListener("pointercancel",i,Hq)}(t,e):Wq(t,e)}},Vq=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach((function(t){return e(t,zq,Hq)}))},Xq=function(e,t){var n,i=Fq(),r=xq("FID"),o=function(e){e.startTime<i.firstHiddenTime&&(r.value=e.processingStart-e.startTime,r.entries.push(e),n(!0))},a=Lq("first-input",o);n=Pq(e,r,t),a&&Rq((function(){a.takeRecords().map(o),a.disconnect()}),!0),a&&Nq((function(){var i;r=xq("FID"),n=Pq(e,r,t),Cq=[],Sq=-1,_q=null,Vq(addEventListener),i=o,Cq.push(i),Kq()}))},Jq={},Yq=function(e,t){var n,i=Fq(),r=xq("LCP"),o=function(e){var t=e.startTime;t<i.firstHiddenTime&&(r.value=t,r.entries.push(e),n())},a=Lq("largest-contentful-paint",o);if(a){n=Pq(e,r,t);var s=function(){Jq[r.id]||(a.takeRecords().map(o),a.disconnect(),Jq[r.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),Rq(s,!0),Nq((function(i){r=xq("LCP"),n=Pq(e,r,t),requestAnimationFrame((function(){requestAnimationFrame((function(){r.value=performance.now()-i.timeStamp,Jq[r.id]=!0,n(!0)}))}))}))}},Qq=["LCP","FID","CLS"],$q={LCP:"LargestContentfulPaint",FID:"FirstInputDelay",CLS:"CumulativeLayoutShift"},Zq={},eW=function(){var e;if(!$G)return"";var t=window.performance,n=void 0;if("function"==typeof(null==t?void 0:t.getEntriesByType)){var i,r=null===(i=window.performance)||void 0===i?void 0:i.getEntriesByType("navigation");(null==r?void 0:r.length)>0&&(n=r[0])}return(null===(e=n)||void 0===e?void 0:e.name)||window.location.href}(),tW=!1,nW=new Set,iW={LCP:"largest-contentful-paint",FID:"first-input",CLS:"layout-shift"};function rW(){var e=!0===window.__test__resetWebVitalsState;if(!tW||e){e&&(nW=new Set),Qq.forEach(oW);var t=Symbol();kq=t,[Yq,Xq,Gq].forEach((function(e){return e(aW.bind(null,t),!0)})),[Yq,Xq,Gq].forEach((function(e){return e(sW.bind(null,t))})),tW=!0}}function oW(e){Zq[e]={name:e,verboseName:$q[e]||e,value:FH,updateHistory:[]};var t=iW[e];"undefined"!=typeof PerformanceObserver&&void 0!==PerformanceObserver.supportedEntryTypes&&"string"==typeof t&&PerformanceObserver.supportedEntryTypes.indexOf(t)>-1||(Zq[e].value=BH)}function aW(e,t){if(e===kq){var n=Zq[t.name],i=pq();n&&(n.updateHistory.push({time:i,data:t}),n.value=t.value),nW.forEach((function(e){return e(t,i,!1)}))}}function sW(e,t){e===kq&&nW.forEach((function(e){return e(t,pq(),!0)}))}var cW,lW=function(){function e(t,n){var i=this;HB(this,e),KB(this,"basePageTreeId",void 0),KB(this,"basePageKey",void 0),KB(this,"observing",!1),KB(this,"appContextMap",new Map),KB(this,"rumConfig",void 0),KB(this,"trackingCore",void 0),KB(this,"onMetricUpdate",(function(e,t,n){var r;i.observing&&(n?i.reportMetric(e.name):i.appContextMap.set(t,{time:t,url:location.href,pageKey:null===(r=i.trackingCore.getCurrentContext())||void 0===r?void 0:r.pageKey}))})),this.trackingCore=t,this.rumConfig=n}return WB(e,[{key:"startObserving",value:function(){var e,t,n=this;rW(),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",Qq.forEach((function(e){var t;(null===(t=Zq[e])||void 0===t?void 0:t.value)===BH&&n.reportMetric(e)})),t=this.onMetricUpdate,nW.add(t))}},{key:"stopObserving",value:function(){var e;this.observing=!1,e=this.onMetricUpdate,nW.delete(e)}},{key:"reportMetric",value:function(e){var t=Zq[e];if(t){var n={name:$q[e]||e};"CLS"===e?n.doubleValue=t.value:n.longValue=Math.round(t.value);var i=function(e,t,n,i,r){var o={basePageTreeId:e,basePageKey:t,basePageUrl:eW},a=null;switch(n.name){case"LCP":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1],a={pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",element:fq(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,i);break;case"FID":a=function(e,t){var n;if(0===e.updateHistory.length)return null;var i=e.updateHistory[e.updateHistory.length-1],r=i.data.entries,o=r[r.length-1];return{pageKey:(null===(n=t.get(i.time))||void 0===n?void 0:n.pageKey)||"_unknown",processingStart:Math.round(o.processingStart),processingEnd:Math.round(o.processingEnd),target:fq(o.target)}}(n,i);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 i=n.reduce((function(e,t){return e&&e.value>t.value?e:t})),r=e.updateHistory.find((function(e){return e.data.entries.includes(i)})),o=null;i&&i.sources&&i.sources.length&&(o=i.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(r.time);return o&&s?{shiftCount:n.length,"largestShift.value":i.value,"largestShift.hadRecentInput":i.hadRecentInput,"largestShift.largestSource.node":fq(null===(a=o)||void 0===a?void 0:a.node),"largestShift.pageKey":s.pageKey||"_unknown","largestShift.url":s.url,"largestShift.startTime":Math.round(i.startTime)}:null}(n,i)}if(a){var s={};return r(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 i=e[n];t[n]="string"==typeof i?i:JSON.stringify(i)})),t}(i);var r={scope:{scopeType:"APPLICATION_INSTANCE",scopeKey:this.basePageTreeId},metrics:[n]};if(this.trackingCore.fireEvent({appId:this.rumConfig["app-id"],eventName:"ClientPerfMetricsEvent"},r),this.rumConfig["enable-otel"])if("LCP"===e){var o={value:n.longValue,metadata:i};_G.emit(kH.INTERNAL_OTEL_LARGEST_CONTENTFUL_PAINT,o)}else if("CLS"===e){var a={value:n.doubleValue,metadata:i};_G.emit(kH.INTERNAL_OTEL_CUMULATIVE_LAYOUT_SHIFT,a)}else if("FID"===e){var s={value:n.longValue,metadata:i};_G.emit(kH.INTERNAL_OTEL_FIRST_INPUT_DELAY,s)}}}}]),e}(),uW="x-li-uuid",dW="x-li-pop",hW="x-msedge-ref",pW="x-li-fabric",fW="x-li-pem-resp-meta",vW="content-type",mW="x-cache",gW=function(){function e(t){HB(this,e),KB(this,"_callTreeId",void 0),KB(this,"_fabric",void 0),KB(this,"_msEdgeRef",void 0),KB(this,"_pointOfPresenceId",void 0),KB(this,"_responseMetadata",void 0),KB(this,"_contentType",void 0),KB(this,"_cdnCacheMetadata",void 0),KB(this,"_downstreamAvailability",void 0);var n=new Map;null==t||t.forEach((function(e,t){n.set(t.toLowerCase(),e)})),this._callTreeId=n.get(uW)||null,this._pointOfPresenceId=n.get(dW)||null,this._msEdgeRef=n.get(hW)||null,this._fabric=n.get(pW)||null,this._responseMetadata=n.get(fW)||null,this._contentType=n.get(vW)||null,this._cdnCacheMetadata=n.get(mW)||null,this._downstreamAvailability=function(e){if(null==e)return 1;var t,n=UB(e.split(","));try{for(n.s();!(t=n.n()).done;){var i=t.value.split("=",2);if(2===i.length&&"availability"===i[0]){var r=parseFloat(i[1]);if(r>=0&&r<=1)return r}}}catch(e){n.e(e)}finally{n.f()}return 1}(this._responseMetadata)}return WB(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"}(cW||(cW={}));function yW(e,t,n,i,r){var o=new gW(i),a=function(e,t,n){if(t){if(429===t||999===t)return cW.TOO_MANY_REQUESTS;if(e&&!e.hasAnyLinkedInHeaders()&&t&&t>=400&&t<600)return cW.BLOCKED_BY_CLIENT_PROXY;if((i=t)>=400&&i<500)return cW.CLIENT_ERROR;if(function(e){return e>=500&&e<600}(t))return function(e){if(e){if(e.fabric)return cW.SERVER_ERROR;if(e.pointOfPresenceId)return cW.TRAFFIC_LI_POP_TO_DC_ERROR;if(e.microsoftEdgeReference)return cW.TRAFFIC_AFD_TO_LI_POP_ERROR}return cW.SERVER_ERROR}(e);if(function(e,t){return!!(e>=200&&e<300&&t&&t.downstreamAvailability<1)}(t,e))return cW.DOWNSTREAM_GRACEFUL_DEGRADATION;if(!n)return null}var i;if(n instanceof Error){if("AbortError"===n.name)return cW.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 cW.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 cW.CLIENT_TIMEOUT;if(0===n.status&&"abort"===n.statusText)return cW.CLIENT_ABORTED;if("readyState"in n&&0===n.readyState)return cW.NETWORK_ERROR}return cW.UNCLASSIFIED}(o,n,r),s=null;return a&&(s={errorType:a},a===cW.UNCLASSIFIED&&r&&(s.errorMessage=r.message,function(e,t,n){var i=["tracer-unclassified-error"];null==n||n.forEach((function(e){return i.push("target-view-name-".concat(e))})),HG("resource-load-tracer",e instanceof Error||"string"==typeof e?e:JSON.stringify(e),Object.fromEntries(t||[]),i)}(r,i,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,i){var r,o,a,s,c,l,u=this;HB(this,e),KB(this,"core",void 0),KB(this,"config",void 0),KB(this,"collector",void 0),KB(this,"boomerangStart",-1),KB(this,"webVitalsObserver",void 0),KB(this,"appMemoryObserver",void 0),KB(this,"pageMemoryObserver",void 0),KB(this,"liveTokens",new Set),KB(this,"stateWM",new WeakMap),KB(this,"activeToken",void 0),KB(this,"isInitial",void 0),KB(this,"pageLoadId",void 0),KB(this,"initialResourcesEvents",[]),KB(this,"responseRleCache",void 0),KB(this,"beforeHideHandlerBound",this.beforeHideHandler.bind(this)),KB(this,"fireApfcEventBound",this.fireApfcEvent.bind(this)),KB(this,"isTracerEnabled",void 0),KB(this,"isPEMTracerEnabled",void 0),this.core=i,this.config=function(e,t){for(var n in e)void 0!==t[n]&&(e[n]=t[n]);return e}(i.host.api.assign({},UH),n);var d="enabled"===(null===(r=(o=i.host).__getLixTreatment)||void 0===r?void 0:r.call(o,"pemberly.tracking.time-origin-epoch-time")),h=this.getAbuseDeviceSignalCollectionConfig(i),p=null===(a=(s=i.host).__getLixTreatment)||void 0===a?void 0:a.call(s,"pemberly.tracking.generic-tracers"),f=!!p&&qH.test(p);this.isTracerEnabled=f||this.config["enable-tracking-3"];var v="enabled"===(null===(c=(l=i.host).__getLixTreatment)||void 0===c?void 0:c.call(l,"pemberly.tracking.pem-tracers"));this.isPEMTracerEnabled=v||this.config["enable-pem-tracking-3"],this.responseRleCache=new Oq(this.isPEMTracerEnabled),this.collector=new Eq(i.host.api,new Aq(t,this.config,i.host),this.config,d,(function(e){return u.fireResourceLoadEvent(e,u.activeToken)}),this.isTracerEnabled,this.responseRleCache,this.fireApfcEventBound,h,i.host.endpoint),this.collector.startObserving(),_G.before("internal:hide",this.beforeHideHandlerBound)}WB(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,i=this.collector.recordRenderEnd(e,this.isTracerEnabled,n);i&&this.isTracerEnabled&&this.core.fireEvent({appId:this.config["app-id"],eventName:"ViewLoadEvent"},i)}},{key:"provisionNetworkResponse",value:function(e,t){var n,i,r=this;null===(n=this.responseRleCache)||void 0===n||n.offerResponseContext(e,t);var o=null===(i=this.responseRleCache)||void 0===i?void 0:i.flushCacheByUrl(e);null==o||o.forEach((function(e){r.fireResourceLoadEvent(e,r.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 i,r=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=r,this.liveTokens.add(r),this.isTracerEnabled?(this.stateWM.set(r,{isInitial:this.isInitial,startTime:hq(this.core.host.api.performance,o),pageKey:e}),this.firePageLoadStartEvent(r)):this.stateWM.set(r,{isInitial:this.isInitial,startTime:hq(this.core.host.api.performance,o)}),this.config["enable-memory-measurement"]&&(null===(i=this.pageMemoryObserver)||void 0===i||i.stopObserving(),this.pageMemoryObserver=new Tq("page-memory",this.core,this.config),this.pageMemoryObserver.startObserving(),void 0===this.appMemoryObserver&&(this.appMemoryObserver=new Tq("application-memory",this.core,this.config),this.appMemoryObserver.startObserving())),r}},{key:"observeWebVitals",value:function(){void 0===this.webVitalsObserver&&(this.webVitalsObserver=new lW(this.core,this.config),this.webVitalsObserver.startObserving())}},{key:"end",value:function(e){var t,n,i=this,r=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=hq(this.core.host.api.performance,s);a.endProps={renderCompleteTime:c,isImpactedByHiddenWindow:r,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(i.isTracerEnabled){i.flushResourceLoadEvents(l);var e=i.collector.collectPageLoadEndData({isInitial:a.isInitial});"then"in e?e.then((function(e){i.firePageLoadEndEvent(e,l)})):i.firePageLoadEndEvent(e,l)}var t=i.collector.collect({isInitial:a.isInitial});"then"in t?t.then((function(e){i.fireRumEvent(e,l)})):i.fireRumEvent(t,l)}),u),this.activeToken=void 0}else HG("rum-end","rum token passed is invalid")}},{key:"onDataResponse",value:function(e,t,n,i,r,o,a){var s=yW(t,n,i,r,o);if(null!=a&&a.serverSideResponse){var c=this.generateResourceLoadEventFromResponseContext(e,OB({nextHopProtocol:xH.UNKNOWN},s));this.fireResourceLoadEvent(c,this.activeToken)}else this.provisionNetworkResponse(e,s)}},{key:"onOopsPage",value:function(e,t){HG("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=LG(),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 HG("PageLoadStartEvent","rum token passed is invalid")}},{key:"destroy",value:function(){var e,t,n;_G.offBefore("internal:hide",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 i=e.collector.collectPageLoadEndData({isInitial:n.isInitial,immediate:!0});e.firePageLoadEndEvent(i,t),e.flushResourceLoadEvents(t)}var r=e.collector.collect({isInitial:n.isInitial,immediate:!0});e.fireRumEvent(r,t)}}))}},{key:"flushResourceLoadEvents",value:function(e){var t,n,i=this,r=null===(t=this.responseRleCache)||void 0===t?void 0:t.flushCache();null==r||r.map((function(t){i.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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps,a=i.pageLoadId,s=i.pageKey;if(o){var c=o.renderCompleteTime,l=o.isImpactedByHiddenWindow;if(a?e.pageLoadId=a:HG("PageLoadEndEvent","pageLoadId does not exist"),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,p=d||r,f=c-p;e.navigationTiming.boomerangStart=h,e.navigationTiming.timeDone=f,e.navigationTiming.navigationStart=p,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 i,r=null!==(i=this.getPageLoadIdFromState(t))&&void 0!==i?i:this.pageLoadId;if(!r)return void this.initialResourcesEvents.push(e);this.initialResourcesEvents.length>0&&(this.initialResourcesEvents.forEach((function(e){e.parentPageLoadId=r,n.core.fireEvent({appId:n.config["app-id"],eventName:"ResourceLoadEvent"},e)})),this.initialResourcesEvents=[]),e.parentPageLoadId=r,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,i=this.stateWM.get(t),r=i.startTime,o=i.endProps;if(o){var a=o.renderCompleteTime,s=o.isImpactedByHiddenWindow,c=o.rumKey,l=this.boomerangStart=e.navigationStart||this.boomerangStart,u=e.navigationStart||r,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)})),i.fireRumEventTimeout&&clearTimeout(i.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,i=null===(n=document)||void 0===n||null===(n=n.cookie)||void 0===n?void 0:n.split(";"),r={issueTime:0,browserId:""};try{r=function(e){var t,n={issueTime:0,browserId:""},i=UB(e);try{for(i.s();!(t=i.n()).done;){var r=t.value.split("=");if(r.length>1&&"bscookie"===r[0]){var o=decodeURIComponent(r[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){i.e(e)}finally{i.f()}return n}(i)}catch(e){}var o={type:e,bsCookieInfo:r,payload:t};this.core.fireEvent({appId:this.config["app-id"],eventName:"ApfcEvent"},o)}},{key:"generateResourceLoadEventFromResponseContext",value:function(e,t){var n=t.requestTime,i=t.viewNames,r=t.requestType,o={resourceKey:e,isNetwork:!0,targetViewNames:i||[],loadType:"serversideresponse",resourceNetworkContext:OB({},MB(t,kB)),resourceProgressStates:[],timeOrigin:n};return r&&(o.loadType=r),o}},{key:"triggerDeviceSignalCollection",value:function(e){var t=e.onlyTriggerOnDemandFlow;this.collector.triggerDeviceSignalCollection({onlyTriggerOnDemandFlow:t})}},{key:"getAbuseDeviceSignalCollectionConfig",value:function(e){var t,n,i,r,o,a,s,c,l,u,d,h,p,f,v,m,g,y,E,b,w,T,_,S,I,C,k,A,O,x=null===(t=(n=e.host).__getLixTreatment)||void 0===t?void 0:t.call(n,"pemberly.tracking.fireApfcEvent"),L=!1,R=!1,N=!1,P=!1,D=!1,M=!1;if("enabled"===x)L=!0;else if(null!=x&&x.startsWith("v2:")){var U=x.split(":");if(2===U.length){var F=new Set(U[1].split(","));L=F.has("a"),P=F.has("b"),D=F.has("c"),R=F.has("d"),N=F.has("e"),M=F.has("f")}}return{isDnaIntegrationLixEnabled:L=L||"enabled"===(null===(i=e.host.abuseDeviceSignalCollectionConfig)||void 0===i?void 0:i.webviewDnaMemberLixTreatment)||"enabled"===(null===(r=e.host.abuseDeviceSignalCollectionConfig)||void 0===r?void 0:r.dnaMemberLixTreatment),isHumanIntegrationLixEnabled:R=R||"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:N=N||"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===(p=(f=e.host).__getLixTreatment)||void 0===p?void 0:p.call(f,"fingerprinting.collection.skip.performance.marker.check")),samplingTimeWindowInMillis:null===(v=e.host.abuseDeviceSignalCollectionConfig)||void 0===v?void 0:v.samplingTimeWindowInMillis,isOnDemandFingerprintingEnabled:M=M||"enabled"===(null===(m=(g=e.host).__getLixTreatment)||void 0===m?void 0:m.call(g,"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:P=P||"enabled"===(null===(S=(I=e.host).__getLixTreatment)||void 0===S?void 0:S.call(I,"pemberly.tracking.recaptcha.v3"))||"enabled"===(null===(C=e.host.abuseDeviceSignalCollectionConfig)||void 0===C?void 0:C.recaptchaV3IntegrationLixValue),isNetworkInterceptorEnabled:D=D||"enabled"===(null===(k=(A=e.host).__getLixTreatment)||void 0===k?void 0:k.call(A,"pemberly.tracking.apfc.network.interceptor"))||"enabled"===(null===(O=e.host.abuseDeviceSignalCollectionConfig)||void 0===O?void 0:O.networkInterceptorLixValue)}}}])}();var EW,bW="undefined"!=typeof window&&"undefined"!=typeof performance,wW="undefined"!=typeof location&&-1!==location.search.indexOf("_LI_MEASURE_DEBUG");function TW(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax",n=arguments.length>2?arguments[2]:void 0;e.fireTrackingEvent("PageViewEvent",_W(n,t))}function _W(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"ajax";const n=WF(document),i=VF(document),r=yB();let o={};return r&&(o.theme=r.toUpperCase()),i&&(o.interfaceLocale=i),e&&(o.pageKey=e),{header:{},requestHeader:o,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:n}}}!function(){function e(t,n){HB(this,e),KB(this,"trackingCore",void 0),KB(this,"endPageInstance",void 0),KB(this,"startPageInstance",void 0),KB(this,"featureIdentifier",void 0),KB(this,"marks",[]),KB(this,"spans",[]),KB(this,"spanStarts",new Map),KB(this,"started",!1),KB(this,"ended",!1),KB(this,"featureKey",void 0),KB(this,"productName",void 0),KB(this,"flushOnEnd",void 0),KB(this,"basePageTreeId",void 0),KB(this,"debounceFlush",void 0),KB(this,"disableAutoFlush",void 0),KB(this,"isCanceled",!1),KB(this,"isClosed",!1),this.trackingCore=t;var i=n.featureKey,r=n.productName,o=n.flushDebounceMilliseconds,a=n.flushOnEnd;this.featureKey=i,this.productName=r,this.flushOnEnd=a;var s=r?"::".concat(r):"";this.featureIdentifier="".concat(i).concat(s);var c=void 0!==o?o:3e3;c>0&&(this.debounceFlush=function(e,t,n){var i,r,o;void 0===t&&(t=50),void 0===n&&(n={});var a=null!=(i=n.isImmediate)&&i,s=null!=(r=n.callback)&&r,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(i,r){var c=a&&void 0===o;if(void 0!==o&&clearTimeout(o),o=setTimeout((function(){if(o=void 0,l=Date.now(),!a){var i=e.apply(n,t);s&&s(i),u.forEach((function(e){return(0,e.resolve)(i)})),u=[]}}),d()),c){var h=e.apply(n,t);return s&&s(h),i(h)}u.push({resolve:i,reject:r})}))};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}WB(e,[{key:"start",value:function(e){var t;if(bW){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(bW){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){bW&&(this.marks.push({name:e,startTime:pq()}),wW&&(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){bW&&(this.spanStarts.set(e,pq()),wW&&performance.mark("LI:".concat(this.featureIdentifier,"-span-").concat(e,"-start")))}},{key:"spanEnd",value:function(e,t){if(bW&&this.spanStarts.has(e)){var n=this.spanStarts.get(e),i=t||e;this.spans.push({name:i,startTime:n,duration:pq()-n}),wW&&(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){bW&&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 pq()}},{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||PG("unknown"),i={name:e.featureKey,startTime:-1,duration:-1,startPageInstance:n,marks:e.marks,spans:e.spans};return e.productName&&(i.productName=e.productName),e.basePageTreeId&&(i.basePageTreeId=e.basePageTreeId),i}),t)}},{key:"cancel",value:function(){this.isCanceled=!0}},{key:"check",value:function(){if(bW){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"}(EW||(EW={}));const{ENTER:SW,ESCAPE:IW}=QF;class CW{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,shouldMoveToTopContainer:r=!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,r&&(this._topLevelContainer=this._getTopLevelContainer()),this._wrapperEl=this._el.querySelector(".modal__wrapper"),this._overlayEl=this._el.querySelector(".modal__overlay"),o&&(this._events=o),i&&(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=r,this.onClose=c;this._el.querySelector("[id='modalNoDismiss']")&&(this._isModalNonDismissible=!0),this._focusElement=a,i&&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 uB(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=ZF(e.key),n=t===SW&&document.activeElement===this._exitButtonEl;(t===IW||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),HF(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init(),this._enablePageViewTracking&&window.tracking?window.tracking.then(e=>{TW(e,"ajax",this._pageKey||""+this._el.id)}):(HF(this._wrapperEl,"afterOpen"),Promise.resolve());HF(this._el,"didNotOpen")}async close(){var e,t,n,i,r;this._events.onBeforeClose&&await(null===(n=this._events)||void 0===n||null===(i=n.onBeforeClose)||void 0===i?void 0:i.call(n,this._wrapperEl));this.isOpen&&(null===(r=this.onClose)||void 0===r||r.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),HF(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 kW(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 AW=/ /g,OW=/[\s\u0000<>"]|%00/,xW=/\\/,LW=/([.]|%2e){2}/i;let RW=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 NW(e){let t;if("string"!=typeof e)return kW("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(kW("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(AW,"+")),!RW.test(t))return kW("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(OW.test(t))return kW("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n,i=t.split("?")[0],r=!1;try{n=decodeURI(i)}catch(e){r=!0}return r?(kW("jSecure Error: malformed url path detected: "+i),"invalid://"):xW.test(i)||LW.test(i)||LW.test(n)?(kW("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):e}const PW={redirect(e){window&&(window.location.href=e)}};function DW(e){return e.scrollHeight>e.offsetHeight}function MW(e,t){const n=MF(e);for(let e=0;e<n.length;e++)n[e]&&1===n[e].nodeType&&t(n[e])}function UW(e){BW([e])}function FW(e){jW([e])}function BW(e){MW(e,e=>{e.classList.add("hidden"),e.setAttribute("aria-hidden","true")})}function jW(e){MW(e,e=>{e.classList.remove("hidden"),e.setAttribute("aria-hidden","false")})}function GW(e){null==e||e.setAttribute("disabled","disabled"),null==e||e.setAttribute("aria-disabled","true")}function HW(e){null==e||e.removeAttribute("disabled"),null==e||e.removeAttribute("aria-disabled")}function qW(){return document.documentElement.classList.contains("safari")}function WW(){return document.documentElement.classList.contains("ios")}function KW(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document;const i=null==n?void 0:n.querySelector("."+e);if(i&&DW(i)){const r=n.querySelector(t);null==r||r.classList.remove("invisible"),null==r||r.addEventListener("click",()=>{i.classList.remove(e),r.classList.add("invisible")})}}const zW={};function VW(e){const t=document.getElementById(e);if(!t&&void 0!==zW[e])return zW[e];if(!t)return console.warn(`Element with id: ${e} not found`),zW[e]=null,zW[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):(zW[e]=n,t.parentNode.removeChild(t),zW[e])}function XW(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var JW=Object.hasOwnProperty,YW=Object.setPrototypeOf,QW=Object.isFrozen,$W=Object.getPrototypeOf,ZW=Object.getOwnPropertyDescriptor,eK=Object.freeze,tK=Object.seal,nK=Object.create,iK="undefined"!=typeof Reflect&&Reflect,rK=iK.apply,oK=iK.construct;rK||(rK=function(e,t,n){return e.apply(t,n)}),eK||(eK=function(e){return e}),tK||(tK=function(e){return e}),oK||(oK=function(e,t){return new(Function.prototype.bind.apply(e,[null].concat(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 aK=mK(Array.prototype.forEach),sK=mK(Array.prototype.pop),cK=mK(Array.prototype.push),lK=mK(String.prototype.toLowerCase),uK=mK(String.prototype.match),dK=mK(String.prototype.replace),hK=mK(String.prototype.indexOf),pK=mK(String.prototype.trim),fK=mK(RegExp.prototype.test),vK=function(e){return function(){for(var t=arguments.length,n=Array(t),i=0;i<t;i++)n[i]=arguments[i];return oK(e,n)}}(TypeError);function mK(e){return function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];return rK(e,t,i)}}function gK(e,t){YW&&YW(e,null);for(var n=t.length;n--;){var i=t[n];if("string"==typeof i){var r=lK(i);r!==i&&(QW(t)||(t[n]=r),i=r)}e[i]=!0}return e}function yK(e){var t=nK(null),n=void 0;for(n in e)rK(JW,e,[n])&&(t[n]=e[n]);return t}function EK(e,t){for(;null!==e;){var n=ZW(e,t);if(n){if(n.get)return mK(n.get);if("function"==typeof n.value)return mK(n.value)}e=$W(e)}return function(e){return console.warn("fallback value for",e),null}}var bK=eK(["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"]),wK=eK(["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"]),TK=eK(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),_K=eK(["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"]),SK=eK(["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"]),IK=eK(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),CK=eK(["#text"]),kK=eK(["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"]),AK=eK(["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"]),OK=eK(["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"]),xK=eK(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),LK=tK(/\{\{[\s\S]*|[\s\S]*\}\}/gm),RK=tK(/<%[\s\S]*|[\s\S]*%>/gm),NK=tK(/^data-[\-\w.\u00B7-\uFFFF]/),PK=tK(/^aria-[\-\w]+$/),DK=tK(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),MK=tK(/^(?:\w+script|data):/i),UK=tK(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),FK="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 BK(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 jK=function(){return"undefined"==typeof window?null:window},GK=function(e,t){if("object"!==(void 0===e?"undefined":FK(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 i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};var HK=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:jK(),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 i=t.document,r=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,p=t.DOMParser,f=t.trustedTypes,v=c.prototype,m=EK(v,"cloneNode"),g=EK(v,"nextSibling"),y=EK(v,"childNodes"),E=EK(v,"parentNode");if("function"==typeof a){var b=r.createElement("template");b.content&&b.content.ownerDocument&&(r=b.content.ownerDocument)}var w=GK(f,i),T=w?w.createHTML(""):"",_=r,S=_.implementation,I=_.createNodeIterator,C=_.createDocumentFragment,k=_.getElementsByTagName,A=i.importNode,O={};try{O=yK(r).documentMode?r.documentMode:{}}catch(e){}var x={};n.isSupported="function"==typeof E&&S&&void 0!==S.createHTMLDocument&&9!==O;var L=LK,R=RK,N=NK,P=PK,D=MK,M=UK,U=DK,F=null,B=gK({},[].concat(BK(bK),BK(wK),BK(TK),BK(SK),BK(CK))),j=null,G=gK({},[].concat(BK(kK),BK(AK),BK(OK),BK(xK))),H=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,W=null,K=!0,z=!0,V=!1,X=!1,J=!1,Y=!1,Q=!1,$=!1,Z=!1,ee=!1,te=!0,ne=!0,ie=!1,re={},oe=null,ae=gK({},["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=gK({},["audio","video","img","source","image","track"]),le=null,ue=gK({},["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",pe="http://www.w3.org/1999/xhtml",fe=pe,ve=!1,me=void 0,ge=["application/xhtml+xml","text/html"],ye="text/html",Ee=void 0,be=null,we=r.createElement("form"),Te=function(e){return e instanceof RegExp||e instanceof Function},_e=function(e){be&&be===e||(e&&"object"===(void 0===e?"undefined":FK(e))||(e={}),e=yK(e),F="ALLOWED_TAGS"in e?gK({},e.ALLOWED_TAGS):B,j="ALLOWED_ATTR"in e?gK({},e.ALLOWED_ATTR):G,le="ADD_URI_SAFE_ATTR"in e?gK(yK(ue),e.ADD_URI_SAFE_ATTR):ue,se="ADD_DATA_URI_TAGS"in e?gK(yK(ce),e.ADD_DATA_URI_TAGS):ce,oe="FORBID_CONTENTS"in e?gK({},e.FORBID_CONTENTS):ae,q="FORBID_TAGS"in e?gK({},e.FORBID_TAGS):{},W="FORBID_ATTR"in e?gK({},e.FORBID_ATTR):{},re="USE_PROFILES"in e&&e.USE_PROFILES,K=!1!==e.ALLOW_ARIA_ATTR,z=!1!==e.ALLOW_DATA_ATTR,V=e.ALLOW_UNKNOWN_PROTOCOLS||!1,X=e.SAFE_FOR_TEMPLATES||!1,J=e.WHOLE_DOCUMENT||!1,$=e.RETURN_DOM||!1,Z=e.RETURN_DOM_FRAGMENT||!1,ee=e.RETURN_TRUSTED_TYPE||!1,Q=e.FORCE_BODY||!1,te=!1!==e.SANITIZE_DOM,ne=!1!==e.KEEP_CONTENT,ie=e.IN_PLACE||!1,U=e.ALLOWED_URI_REGEXP||U,fe=e.NAMESPACE||pe,e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(H.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Te(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(H.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(H.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),me=me=-1===ge.indexOf(e.PARSER_MEDIA_TYPE)?ye:e.PARSER_MEDIA_TYPE,Ee="application/xhtml+xml"===me?function(e){return e}:lK,X&&(z=!1),Z&&($=!0),re&&(F=gK({},[].concat(BK(CK))),j=[],!0===re.html&&(gK(F,bK),gK(j,kK)),!0===re.svg&&(gK(F,wK),gK(j,AK),gK(j,xK)),!0===re.svgFilters&&(gK(F,TK),gK(j,AK),gK(j,xK)),!0===re.mathMl&&(gK(F,SK),gK(j,OK),gK(j,xK))),e.ADD_TAGS&&(F===B&&(F=yK(F)),gK(F,e.ADD_TAGS)),e.ADD_ATTR&&(j===G&&(j=yK(j)),gK(j,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&gK(le,e.ADD_URI_SAFE_ATTR),e.FORBID_CONTENTS&&(oe===ae&&(oe=yK(oe)),gK(oe,e.FORBID_CONTENTS)),ne&&(F["#text"]=!0),J&&gK(F,["html","head","body"]),F.table&&(gK(F,["tbody"]),delete q.tbody),eK&&eK(e),be=e)},Se=gK({},["mi","mo","mn","ms","mtext"]),Ie=gK({},["foreignobject","desc","title","annotation-xml"]),Ce=gK({},wK);gK(Ce,TK),gK(Ce,_K);var ke=gK({},SK);gK(ke,IK);var Ae=function(e){var t=E(e);t&&t.tagName||(t={namespaceURI:pe,tagName:"template"});var n=lK(e.tagName),i=lK(t.tagName);if(e.namespaceURI===he)return t.namespaceURI===pe?"svg"===n:t.namespaceURI===de?"svg"===n&&("annotation-xml"===i||Se[i]):Boolean(Ce[n]);if(e.namespaceURI===de)return t.namespaceURI===pe?"math"===n:t.namespaceURI===he?"math"===n&&Ie[i]:Boolean(ke[n]);if(e.namespaceURI===pe){if(t.namespaceURI===he&&!Ie[i])return!1;if(t.namespaceURI===de&&!Se[i])return!1;var r=gK({},["title","style","font","a","script"]);return!ke[n]&&(r[n]||!Ce[n])}return!1},Oe=function(e){cK(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=T}catch(t){e.remove()}}},xe=function(e,t){try{cK(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){cK(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!j[e])if($||Z)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},Le=function(e){var t=void 0,n=void 0;if(Q)e="<remove></remove>"+e;else{var i=uK(e,/^[\r\n\t ]+/);n=i&&i[0]}"application/xhtml+xml"===me&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=w?w.createHTML(e):e;if(fe===pe)try{t=(new p).parseFromString(o,me)}catch(e){}if(!t||!t.documentElement){t=S.createDocument(fe,"template",null);try{t.documentElement.innerHTML=ve?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),fe===pe?k.call(t,J?"html":"body")[0]:J?t.documentElement:a},Re=function(e){return I.call(e.ownerDocument||e,e,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},Ne=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)},Pe=function(e){return"object"===(void 0===s?"undefined":FK(s))?e instanceof s:e&&"object"===(void 0===e?"undefined":FK(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},De=function(e,t,i){x[e]&&aK(x[e],(function(e){e.call(n,t,i,be)}))},Me=function(e){var t=void 0;if(De("beforeSanitizeElements",e,null),Ne(e))return Oe(e),!0;if(uK(e.nodeName,/[\u0080-\uFFFF]/))return Oe(e),!0;var i=Ee(e.nodeName);if(De("uponSanitizeElement",e,{tagName:i,allowedTags:F}),!Pe(e.firstElementChild)&&(!Pe(e.content)||!Pe(e.content.firstElementChild))&&fK(/<[/\w]/g,e.innerHTML)&&fK(/<[/\w]/g,e.textContent))return Oe(e),!0;if("select"===i&&fK(/<template/i,e.innerHTML))return Oe(e),!0;if(!F[i]||q[i]){if(ne&&!oe[i]){var r=E(e)||e.parentNode,o=y(e)||e.childNodes;if(o&&r)for(var a=o.length-1;a>=0;--a)r.insertBefore(m(o[a],!0),g(e))}if(!q[i]&&Fe(i)){if(H.tagNameCheck instanceof RegExp&&fK(H.tagNameCheck,i))return!1;if(H.tagNameCheck instanceof Function&&H.tagNameCheck(i))return!1}return Oe(e),!0}return e instanceof c&&!Ae(e)?(Oe(e),!0):"noscript"!==i&&"noembed"!==i||!fK(/<\/no(script|embed)/i,e.innerHTML)?(X&&3===e.nodeType&&(t=e.textContent,t=dK(t,L," "),t=dK(t,R," "),e.textContent!==t&&(cK(n.removed,{element:e.cloneNode()}),e.textContent=t)),De("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(te&&("id"===t||"name"===t)&&(n in r||n in we))return!1;if(z&&!W[t]&&fK(N,t));else if(K&&fK(P,t));else if(!j[t]||W[t]){if(!(Fe(e)&&(H.tagNameCheck instanceof RegExp&&fK(H.tagNameCheck,e)||H.tagNameCheck instanceof Function&&H.tagNameCheck(e))&&(H.attributeNameCheck instanceof RegExp&&fK(H.attributeNameCheck,t)||H.attributeNameCheck instanceof Function&&H.attributeNameCheck(t))||"is"===t&&H.allowCustomizedBuiltInElements&&(H.tagNameCheck instanceof RegExp&&fK(H.tagNameCheck,n)||H.tagNameCheck instanceof Function&&H.tagNameCheck(n))))return!1}else if(le[t]);else if(fK(U,dK(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==hK(n,"data:")||!se[e]){if(V&&!fK(D,dK(n,M,"")));else if(n)return!1}else;return!0},Fe=function(e){return e.indexOf("-")>0},Be=function(e){var t=void 0,i=void 0,r=void 0,o=void 0;De("beforeSanitizeAttributes",e,null);var a=e.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j};for(o=a.length;o--;){var c=t=a[o],l=c.name,u=c.namespaceURI;if(i=pK(t.value),r=Ee(l),s.attrName=r,s.attrValue=i,s.keepAttr=!0,s.forceKeepAttr=void 0,De("uponSanitizeAttribute",e,s),i=s.attrValue,!s.forceKeepAttr&&(xe(l,e),s.keepAttr))if(fK(/\/>/i,i))xe(l,e);else{X&&(i=dK(i,L," "),i=dK(i,R," "));var d=Ee(e.nodeName);if(Ue(d,r,i))try{u?e.setAttributeNS(u,l,i):e.setAttribute(l,i),sK(n.removed)}catch(e){}}}De("afterSanitizeAttributes",e,null)}},je=function e(t){var n=void 0,i=Re(t);for(De("beforeSanitizeShadowDOM",t,null);n=i.nextNode();)De("uponSanitizeShadowNode",n,null),Me(n)||(n.content instanceof o&&e(n.content),Be(n));De("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e,r){var a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;if((ve=!e)&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Pe(e)){if("function"!=typeof e.toString)throw vK("toString is not a function");if("string"!=typeof(e=e.toString()))throw vK("dirty is not a string, aborting")}if(!n.isSupported){if("object"===FK(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof e)return t.toStaticHTML(e);if(Pe(e))return t.toStaticHTML(e.outerHTML)}return e}if(Y||_e(r),n.removed=[],"string"==typeof e&&(ie=!1),ie){if(e.nodeName){var h=Ee(e.nodeName);if(!F[h]||q[h])throw vK("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof s)1===(c=(a=Le("\x3c!----\x3e")).ownerDocument.importNode(e,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?a=c:a.appendChild(c);else{if(!$&&!X&&!J&&-1===e.indexOf("<"))return w&&ee?w.createHTML(e):e;if(!(a=Le(e)))return $?null:ee?T:""}a&&Q&&Oe(a.firstChild);for(var p=Re(ie?e:a);l=p.nextNode();)3===l.nodeType&&l===u||Me(l)||(l.content instanceof o&&je(l.content),Be(l),u=l);if(u=null,ie)return e;if($){if(Z)for(d=C.call(a.ownerDocument);a.firstChild;)d.appendChild(a.firstChild);else d=a;return j.shadowroot&&(d=A.call(i,d,!0)),d}var f=J?a.outerHTML:a.innerHTML;return X&&(f=dK(f,L," "),f=dK(f,R," ")),w&&ee?w.createHTML(f):f},n.setConfig=function(e){_e(e),Y=!0},n.clearConfig=function(){be=null,Y=!1},n.isValidAttribute=function(e,t,n){be||_e({});var i=Ee(e),r=Ee(t);return Ue(i,r,n)},n.addHook=function(e,t){"function"==typeof t&&(x[e]=x[e]||[],cK(x[e],t))},n.removeHook=function(e){x[e]&&sK(x[e])},n.removeHooks=function(e){x[e]&&(x[e]=[])},n.removeAllHooks=function(){x={}},n}();const qK={ADD_TAGS:["#comment","li-icon","icon","iframe"],ADD_ATTR:["target"],FORCE_BODY:!0,RETURN_DOM:!0};function WK(e,t){let{ADD_TAGS:n=[],ADD_ATTR:i=[]}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r={...qK};r.ADD_TAGS=[...r.ADD_TAGS,...n],r.ADD_ATTR=[...r.ADD_ATTR,...i];const o=HK.sanitize(t,r);return e&&e.nodeType===Node.ELEMENT_NODE&&(e.innerHTML="",e.append(...o.childNodes)),o}var KK="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",zK=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",VK=["b","del","em","i","s","strong","sub","sup"],XK=VK.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"]),JK=[KK,"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 YK(){}var QK=function(){var e,t=/[&<>"'\u0000\\=]/g;return e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(n){return null==n?null:n.toString().replace(t,(function(t){return e[t]}))}}(),$K=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 i={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(r){return null==r?null:(r+"").replace(n,(function(n,r,o,a){return r?(s=r,i.hasOwnProperty(s)?i[s]:(e.innerHTML="&"+s+";",c=e[zK],i[s]=c,c)):o||a?t(parseInt(o||a,o?16:10)||65533):"�";var s,c}))}}();var ZK=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function ez(e){return/[<&]/.test(e)}var tz=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var n=0,i=e.length;n<i;n++)t(e[n],n)};function nz(e){e=ZK(e)?e:[e];var t,n,i,r=0,o="<(?!/?";return o+="(?:",tz(e,(function(e,a){t=e.tags||XK,n=e.attrs||JK,i=e.checkUrlAttrs||!1,0!==a&&(o+="|"),o+="(?:"+t.join("|")+")",o+="(?:",o+="[ \t\r\n]*",o+="|[ \t\r\n]+",o+="(?:(?:",o+="(?:"+n+")(?:=([\"'])[^'\"<>]*\\"+ ++r+")?",i&&(o+="|(?:href|src)=([\"'])(?:(?:https?|ftp|mailto|invalid)(?::|&#(?:58|x3a);)|(?:data:image/(?:gif|jpg|jpeg|png);base64,)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++r),o+=")[ \t\r\n]*)+",o+=")"})),o+=")",o+="/?>)",new RegExp(o,"i")}function iz(e){return nz({tags:e=e||XK,checkUrlAttrs:!0})}function rz(e,t){var n=(t=t||{}).allowTags,i=!1!==t.hasCustomElementMarkup;return n?!iz(n).test(e):i?!rz.R_UNSAFE_CUSTOM_ELEMENT.test(e):!rz.R_UNSAFE_HTML.test(e)}function oz(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function az(e,t,n){if(null==e)return null;e=e.toString();var i=t?function(e,t){var n={};return e.replace(/\{([^}]+)\}/g,(function(e,i){var r,o=e;if(n.hasOwnProperty(i))return n[i];if(t.hasOwnProperty(i)){if(!((r="string"==typeof(o=t[i]))||o instanceof YK||"number"==typeof o))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");o=r?QK(o):o.toString()}return n[i]=o,o}))}(e,t):e,r=e;return ez(i)&&!rz(i,n)&&(i=oz(i),kW("Content contains non-whitelisted tags or attributes:\nContent: "+r,"error")),i}function sz(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e}rz.R_UNSAFE_HTML=iz(),rz.R_UNSAFE_CUSTOM_ELEMENT=function(){var e={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"};return nz([{tags:XK,checkUrlAttrs:!0},{tags:[e.tag],attrs:[KK,e.attrs].join("|"),checkUrlAttrs:!1}])}();var cz={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,"",""]};cz.optgroup=cz.option,cz.tbody=cz.tfoot=cz.colgroup=cz.caption=cz.thead,cz.th=cz.td;var lz=/<([\w:]+)/;function uz(e,t){var n,i,r,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(r=r||l.appendChild(t.createElement("div")),n=(lz.exec(o)||["",""])[1].toLowerCase(),pz(r,(i=cz[n]||cz._default)[1]+o+i[2]),s=i[0];s--;)r.lastChild&&r.lastChild.nodeType===Node.ELEMENT_NODE&&(r=r.lastChild);sz(u,r.childNodes),(r=l.firstChild).textContent=""}else sz(u,o.nodeType?[o]:o);for(l.textContent="",o=u[a=0];o;)l.appendChild(o),o=u[++a];return l}var dz=az,hz=az;function pz(e,t,n){var i=az(t,n);return ez(i)?e.innerHTML=i:e[zK]=i,i}function fz(e,t){if(!(this instanceof fz))return new fz(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce((function(e,t){return e.concat(t)}),[]):null,this._string=e,this._options=t}fz.prototype=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}(new YK,{toString:function(){var e=this._string,t=this._stringVal,n=e;return void 0!==t?t:(rz(e,this._options)||(n=e,e=oz(e),kW("UnsafeString contains non-whitelisted tags or attributes.\nString: "+n,"error")),this._stringVal=e,e)}});var vz={ALLOWED_TAGS:XK,FORMATTING_TAGS:VK,htmlEncode:QK,htmlUnencode:$K,log:kW,mk:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];let r,o="",a=n.length;return e&&e.forEach((function(e,t){o+=e,t<a&&(r=n[t],o+=r instanceof fz?r:QK(r))})),hz(o)},parseHTML:function(e,t){var n;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)n=uz([e],t);else{if(!ZK(e))return e;n=uz(e,t)}return sz([],n.childNodes)},parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:dz,reEncode:function(e){return QK($K(e))},_redirector:PW,redirect:function(e){const t=NW(e);t===e&&PW.redirect(t)},sanitizeHTML:hz,sanitizeUrl:NW,setElementContent:pz,text:function(e){return kW("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),QK(e)},unsafe:function(e){return e},UnsafeString:fz};function mz(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 i=0;const r=window.setInterval((function(){e.focus(),i>=n&&window.clearInterval(r),i++}),t)}else e.focus()}const gz=".toast",yz=Object.freeze({CAUTION:"caution",ERROR:"error",GDPR:"gdpr",NOTIFY:"notify",SUCCESS:"success"});class Ez{constructor(){let{removeToastCallback:e=(()=>{}),visibleToastCallback:t=(()=>{}),customToastSelector:n=gz}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=document.getElementById("toasts");if(!i)throw new Error("No toasts element");this._el=i,this._position=i.getAttribute("type"),this.visibleToastCallback=t,this.removeToastCallback=e,this.bindEvents(n)}trigger(e,t,n,i){let r=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e||!Object.values(yz).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,i);return this._addToast(a,r)}clearAllToasts(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:gz;let t=this._el.querySelectorAll(e);Array.from(t).forEach(e=>{this._removeToast(e)})}bindEvents(e){this._el.addEventListener("click",t=>{const n=RF(t.target,".toast__dismiss-btn");if(n){const t=RF(n,e);t&&this._removeToast(t)}})}_isValidCtaMetadata(e){return["url","trk","text"].every(t=>e.hasOwnProperty(t))}_createToastEl(e,t,n,i){const r=document.querySelector("#toast-template").content.firstElementChild.cloneNode(!0),o=document.querySelector("#toast-icon-"+e).content.firstElementChild.cloneNode(!0);if(!r||!o)throw new Error("Toast templates are missing");r.classList.add("toast--"+e),r.setAttribute("type",e);const a=r.querySelector(".toast__message");a.insertBefore(o,a.firstElementChild);r.querySelector(".toast__dismiss-btn").setAttribute("data-tracking-control-name",n+"_dismiss");const s=r.querySelector(".toast__message-content");let c="text-color-text-neutral";if(e===yz.CAUTION?c="text-color-text-caution":e===yz.ERROR?c="text-color-text-negative":e===yz.SUCCESS&&(c="text-color-text-positive"),s.classList.add(c),WK(s,t),i&&this._isValidCtaMetadata(i)){const e=r.querySelector(".toast__message-content-container"),t=document.querySelector("#toast-cta").content.firstElementChild.cloneNode(!0),n=i.target||"_blank";t.setAttribute("href",vz.sanitizeUrl(FF(i.url,i.trk))),t.setAttribute("target",n),t.textContent=i.text,e.classList.add(c),e.append(t)}return r}_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._el.classList.add("animate")),this._refreshLazyLoader(),setTimeout((function(){e.classList.remove("toast--hidden"),t&&mz(n)}),this.TOAST_ADD_TIMEOUT),setTimeout(()=>{this._refreshLazyLoader()},400),this.visibleToastCallback(),e}_removeToast(e){let t=this._el;e.classList.add("toast--hidden"),setTimeout(()=>{e.remove(),this._hasToast()||(t.classList.add("invisible"),t.classList.remove("animate")),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()})}}XW(Ez,"TOAST_TYPES",yz),XW(Ez,"TOAST_ADD_TIMEOUT",500);const bz={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"};Object.keys(bz).map(e=>bz[e]);const wz=["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(wz,"i");Object.freeze({VERTICAL:"4:5",HORIZONTAL:"16:9",SQUARED:"1:1"});new Uint8Array(16);const Tz=[];for(let e=0;e<256;++e)Tz.push((e+256).toString(16).slice(1));"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);function _z(){let{endpoint:e,headers:t={"Content-Type":"application/json"},queryId:n,variables:i={},...r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o=qF(document);if(!o)throw new Error("Missing pageKey for graphQL request from browser");return dB(e,{method:"POST",headers:t,postData:JSON.stringify({queryId:n,variables:i,pageKey:o}),...r})}class Sz{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:i=(()=>{}),failureCallback:r=(()=>{})}=e;return _z({endpoint:this.endpoint,queryId:n,variables:t,pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;return i(JSON.parse(t).graphQL)}).catch(r)}}class Iz extends Sz{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:Iz.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})}}XW(Iz,"query","2849bb08e3a3bbd23c96c0e758c018b7");class Cz extends Sz{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:Cz.query,variables:{url:e},successCallback:t,failureCallback:n})}}XW(Cz,"query","bece320b5f70fe4357082fe84eca6c56");class kz extends CW{constructor(e){let{enablePageViewTracking:t=!1,shouldHideModal:n=(()=>!1),triggerByOutletEl:i=!0,pushState:r=!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:i,shouldMoveToTopContainer:o,focusElement:a,pageKey:s}),this.pushState=r,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);qF(document);String.fromCharCode(32);class Az{constructor(e,t){let{isShown:n=!0}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!e)throw Error("An element must be provided to the dismissable element");if(!t)throw Error("A dismiss button must be provided to the dismissable element");this.el=e,this.dismissBtn=t,this._dismissEvent=e=>this.dismiss(e),n&&this.show()}show(){this.el.classList.add("show"),this.el.classList.remove("dismiss"),this.dismissBtn.addEventListener("click",this._dismissEvent),HF(this.el,"show")}dismiss(e){this.el.classList.remove("show"),this.el.classList.add("dismiss"),HF(this.el,"dismiss",e),this.dismissBtn.removeEventListener("click",this._dismissEvent)}}const Oz=/\!|\@|\#|\$|\%|\^|\&|\*|\+|\=|\||<|\>|\?|\:|\;/,xz=/(.)\1{3}/,Lz=/linkedin/i,Rz=/\d\d/,Nz=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]+)?(/.*)?"),Pz=/^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i,Dz=/^[\u4E00-\u9FFF|\u3400-\u4DBF|\uF900-\uFAFF]*$/,Mz=/^[ぁ-ゔゞ゛゜ー]*$/,Uz=/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/,Fz=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},Bz=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},jz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Rz.test(e)};jz.errorMessagePrefix="i18n_noConsecutiveDigits_";const Gz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Oz.test(e)};Gz.errorMessagePrefix="i18n_noForbiddenCharacters_";const Hz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!xz.test(e)};Hz.errorMessagePrefix="i18n_noFourConsecutiveDuplicates_";const qz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Lz.test(e)};qz.errorMessagePrefix="i18n_noLinkedIn_";const Wz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!Nz.test(e)};Wz.errorMessagePrefix="i18n_noUrl_";const Kz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Dz.test(e)};Kz.errorMessagePrefix="i18n_onlyChinese_";const zz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Mz.test(e)};zz.errorMessagePrefix="i18n_onlyPhonetic_";const Vz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""!==e.trim()};Vz.errorMessagePrefix="i18n_required_";const Xz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Pz.test(e)};Xz.errorMessagePrefix="i18n_invalidFormat_";const Jz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Uz.test(e)};Jz.errorMessagePrefix="i18n_invalidFormat_";const Yz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Pz.test(e)||Uz.test(e)};Yz.errorMessagePrefix="i18n_invalidFormat_";const Qz=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"true"===e};Qz.errorMessagePrefix="i18n_required_";const $z=[Fz(50),Gz,jz,Hz,qz,Wz],Zz=[Vz].concat($z),eV=[zz,Fz(50),Hz];Fz(4),Bz(2),Fz(128),Fz(128),Fz(128),(e=>{const t=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===t||e(t)};t.errorMessagePrefix=e.errorMessagePrefix})(Xz),Bz(6),Fz(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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;n++)t[n].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const tV="990339570472-k6nqn1tpmitg8pui82bfaun3jrpmiuhs.apps.googleusercontent.com",nV={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},iV={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},rV={SIGN_IN:"signin",SIGN_UP:"signup",USE:"use"},oV={DISPLAY:"display",SKIPPED:"skipped",DISMISSED:"dismissed"},aV={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:sV,GOOGLE_USER_FETCHED:cV,INITIALIZED:lV}=nV,{INITIALIZATION:uV,AUTHENTICATION:dV}=iV;EventTarget;const{GOOGLE_USER_FETCHED:hV,PROMPT_MOMENT:pV,GOOGLE_ERROR:fV}=nV;EventTarget;var vV={exports:{}};function mV(e){this.message=e}mV.prototype=new Error,mV.prototype.name="InvalidCharacterError";var gV="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new mV("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a};var yV=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(gV(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 gV(t)}};function EV(e){this.message=e}EV.prototype=new Error,EV.prototype.name="InvalidTokenError",vV.exports=function(e,t){if("string"!=typeof e)throw new EV("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(yV(e.split(".")[n]))}catch(e){throw new EV("Invalid token specified: "+e.message)}},vV.exports.InvalidTokenError=EV;vV.exports;const{GOOGLE_USER_FETCHED:bV,PROMPT_MOMENT:wV,GOOGLE_ERROR:TV}=nV;EventTarget;const _V={CLIENT_ID:tV,EVENTS:nV,GOOGLE_ACCOUNT_URL:"https://accounts.google.com",GSI_ERROR_TYPES:iV,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:rV,GOT_PROMPT_MOMENT_REASONS:aV,GOT_PROMPT_MOMENT_TYPES:oV},{GOT_PROMPT_MOMENT_REASONS:SV,GOT_PROMPT_MOMENT_TYPES:IV}=_V;const{EVENTS:{GOOGLE_ERROR:CV,GOOGLE_USER_FETCHED:kV,INITIALIZED:AV,PROMPT_MOMENT:OV},GOT_PROMPT_MOMENT_REASONS:xV,GOT_PROMPT_MOMENT_TYPES:LV}=_V;new Set(["百里","淳于","第五","東方 ","东方","東閣 ","东阁","東郭 ","东郭","東門 ","东门","端木","獨孤 ","独孤","公孫 ","公孙","公羊","公冶","公西","毌丘","穀梁 ","谷梁","賀蘭 ","贺兰","赫連 ","赫连","賀若 ","贺若","皇甫","黄斯","呼延","兰向","令狐","甪里","閭丘 ","闾丘","万俟","慕容","納蘭 ","纳兰","南宮 ","南宫","歐陽 ","欧阳","沙吒","上官","申屠","司馬 ","司马","司徒","司空","司寇","太史","澹臺 ","澹台","拓跋","完顏 ","完颜","聞人 ","闻人","巫馬 ","巫马","夏侯","鮮于 ","鲜于","西門 ","西门","軒轅 ","轩辕","楊子 ","杨子","耶律","樂正 ","乐正","尉遲 ","尉迟","宇文","長孫 ","长孙","鍾離 ","钟离","諸葛 ","诸葛","祝融","子車 ","子车","左人"]);const RV="See https://go/pem/degradation-tracking-user-guide for instrumentation instructions";var NV;!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"}(NV||(NV={}));const PV=new Set(Object.values(NV));class DV extends Error{constructor(e){super(e),Object.setPrototypeOf(this,DV.prototype)}}function MV(e){return 0===e.length||!e.trim()}function UV(e){if("string"!=typeof e)throw new DV(`Keys must be strings. ${RV}.`);if(MV(e))throw new DV(`Keys should not be blank. ${RV}.`);if(/[^a-z0-9-]/.test(e))throw new DV(`'${e}' can only contain lowercase alphanumeric characters and dashes (-). ${RV}.`);return e}class FV{constructor(e,t,n){var i,r,o;if(this._shouldEnablePerformanceMeasurement=!1,this._shouldDisableAvailabilityCalculation=!1,this._shouldRecordSession=!1,this._featureKey=UV(e),this._defaultDegradationKey=UV(t),!n)return this._additionalDegradedResponseCodes=[],this._nonDegradedResponseCodes=[],void(this._degradationKeyOverrides=[]);if("object"!=typeof n)throw new DV(`DegradationTrackingMetadata options should be an object. ${RV}.`);const a=n.productName;a&&(this._productName=function(e){if("string"!=typeof e)throw new DV(`The product name must be a string. ${RV}.`);if(MV(e))throw new DV(`No product name was specified. Please configure a defaultProductName or specify it per instrumented API call. ${RV}.`);if(/[^a-zA-Z0-9-_ \\/]/.test(e))throw new DV(`Product name '${e}' can only contain alphanumeric, underscores (_), spaces ( ), dashes (-) and forward slashes (/). ${RV}.`);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 DV(`Please only specify positive integer response codes between 1 and 999 for the ${t} option. ${e} was specified. ${RV}.`);var n;if(429===e||999===e)throw new DV(`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===NV.NonDegradedResponseCodes&&e>=400&&e<500)throw new DV(`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 ${NV.AdditionalDegradedResponseCodes} option. Please remove ${e} from the ${NV.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`)};if(void 0!==e&&!Array.isArray(e))throw new DV(`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 ${NV.NonDegradedResponseCodes} option. See https://go/pem/degradation-tracking-user-guide for instrumentation instructions.`);if(void 0!==t&&!Array.isArray(t))throw new DV(`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 ${NV.AdditionalDegradedResponseCodes} option. ${RV}.`);null==e||e.forEach(e=>n(e,NV.NonDegradedResponseCodes)),null==t||t.forEach(e=>n(e,NV.AdditionalDegradedResponseCodes));const i=new Set(t),r=new Set(e);if([...i].some(e=>r.has(e)))throw new DV(`Response codes can't be both degraded and non-degraded. Please ensure that your additionalDegradedResponseCodes and nonDegradedResponseCodes don't have any overlapping response codes. ${RV}.`)}(c,s),this._nonDegradedResponseCodes=c||[],this._additionalDegradedResponseCodes=s||[],this._degradationKeyOverrides=n.degradationKeyOverrides||[],this._clientSensorGroupName=n.clientSensorGroupName,this._shouldEnablePerformanceMeasurement=null!==(i=n.enablePerformanceMeasurement)&&void 0!==i&&i,this._customTrackingId=n.customTrackingId,this._shouldDisableAvailabilityCalculation=null!==(r=n.disableAvailabilityCalculation)&&void 0!==r&&r,this._shouldRecordSession=null!==(o=n.enableSessionRecording)&&void 0!==o&&o,function(e){Object.keys(e).forEach(e=>{if(!PV.has(e))throw new DV(`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(FV.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 BV=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},jV=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),GV=function(){function e(){BV(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 jV(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);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,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=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 i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!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:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.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(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,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(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];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),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),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,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),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:r},i))};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}(),HV=function(){function e(){BV(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return jV(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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m===t-1){f.push(n(v));break}m++}return f.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 i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,m={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(m.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),qV=function(){function e(){BV(this,e),this.PREFIX="dcts-",this.CPR=new HV}return jV(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 i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}();!function(){function e(){BV(this,e),this.processor=new qV,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new GV,this.workerThread=null,this.events=[]}jV(e,[{key:"init",value:function(e,t,n,i,r,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===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),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,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,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 i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}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:WV,GOT_CONTEXTS:KV,GOT_PROMPT_MOMENT_TYPES:zV}=_V,{GOOGLE_USER_FETCHED:VV,PROMPT_MOMENT:XV}=WV;function JV(){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 YV(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 QV(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}JV(),YV(3),QV(128),JV(),YV(6),QV(400);var $V="undefined"!=typeof window&&window||e.g;function ZV(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function eX(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function tX(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,oX(i.key),i)}}function nX(e,t,n){return t&&tX(e.prototype,t),n&&tX(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function iX(e,t,n){return(t=oX(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rX(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ZV(e,t);var n={}.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)?ZV(e,t):void 0}}(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 oX(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function aX(e){return(aX="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)}var sX=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?");var cX=/^fs_/;function lX(e){if("string"!=typeof e)throw new TypeError("URNs must be of type string, but the parameter passed to extractEntityInfoFromUrn was of type "+aX(e)+".");var t,n,i=sX.exec(e);return i&&(t=i[1].replace(cX,""),n=i[2]),{id:n,type:t}}var uX=/(?![^(]*\)),/;var dX={checkForEntityId:function(e){var t=sX.exec(e);return t?t[2]:e},extractEntityInfoFromUrn:lX,urnToObject:function e(t){var n=lX(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(uX),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o}};var hX={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},pX="GUEST",fX="MEMBER",vX="ENTERPRISE_UNBOUND",mX=0,gX=1,yX=2;iX(iX(iX({},pX,"li_gc"),fX,"li_mc"),vX,"li_ec");iX(iX(iX({},pX,"mypreferences/g/guest-cookies"),fX,"settings/member-cookies"),vX,"mypreferences/e/enterprise-cookies"),Object.freeze(["dark","light"]);var EX=nX((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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in eX(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},hX)t[o]=t[o]||mX,t[o]!==mX&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===gX||t[o]===mX&&r===gX})),bX=(function(){var e=[hX.ADVERTISING,hX.ANALYTICS_AND_RESEARCH,hX.FUNCTIONAL],t=[mX,gX,yX,mX],n=function(n){for(var i={},r=0;r<e.length;r++){i[e[r]]=t[n>>2*r&3]}return i},i=function(e){var n=mX;return e>=0&&e<=3&&(n=t[e]),n}}(),new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),{SHARE_DATA_WITH_TRUSTED_PARTNERS:"SHARE_DATA_WITH_TRUSTED_PARTNERS"}),wX=0,TX=1;nX((function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.guestPreferencesData,i=void 0===n?null:n,r=t.issuedAt,o=void 0===r?null:r,a=t.defaultConsent,s=void 0===a?wX:a;for(var c in eX(this,e),i=i||{},this.issuedAt=o,this.guestPreferencesMap={},bX)"number"!=typeof i[c]&&(i[c]=s),this.guestPreferencesMap[c]=i[c]===TX}));$V.utag_data||($V.utag_data={});const _X="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;$V.utag_cfg_ovrd=$V.utag_cfg_ovrd||{},$V.trackingEventDebugData=$V.trackingEventDebugData||[],$V.utag_cfg_ovrd.noview=!0,$V.utag_cfg_ovrd.nocookie=!0;_X&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test($V.navigator.userAgent);const{GOOGLE_USER_FETCHED:SX,GOOGLE_ERROR:IX,INITIALIZED:CX}=_V.EVENTS,{INITIALIZATION:kX}=_V.GSI_ERROR_TYPES;function AX(e){var t=e.intersectionRect;return t.width>=0&&t.height>=0}function OX(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 xX(e,t){return Math.round(e-t)}var LX=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 i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),RX=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}(),NX=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return LX(t,e),t.prototype.removePredicate=function(e,t){return"string"==typeof e?t.id===e:t.callback===e},t}(RX),PX=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return LX(t,e),t.prototype.removePredicate=function(e,t){return t===e},t}(RX),DX=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return LX(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}(RX),MX=function(){return 0},UX=!("undefined"==typeof window||!window||"undefined"==typeof document||!document),FX=UX&&!!window.requestAnimationFrame,BX={hasDOM:UX,hasRAF:FX,getScrollTop:MX,getScrollLeft:MX,getHeight:MX,getWidth:MX,rAF:FX?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:MX,get isDirty(){return BX.version!==BX.lastVersion},document:window.document,IntersectionObserver:UX&&window.IntersectionObserver,performance:UX&&window.performance};function jX(){++BX.version}function GX(){var e=null!=document.scrollingElement;BX.getScrollTop=e?function(){return document.scrollingElement.scrollTop}:function(){return window.scrollY},BX.getScrollLeft=e?function(){return document.scrollingElement.scrollLeft}:function(){return window.scrollX}}UX&&(BX.getHeight=function(){return window.innerHeight},BX.getWidth=function(){return window.innerWidth},BX.updateMeta=function(){BX.meta.height=BX.getHeight(),BX.meta.width=BX.getWidth(),BX.meta.scrollLeft=BX.getScrollLeft(),BX.meta.scrollTop=BX.getScrollTop(),BX.lastVersion=BX.version},BX.updateMeta(),"loading"!==document.readyState?GX():document.addEventListener("DOMContentLoaded",GX),window.addEventListener("resize",jX,!1),window.addEventListener("scroll",jX,!1));var HX=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,BX.rAF((function(){e.running=!1;for(var t=0,n=e.reads.length;t<n;t++)e.reads.pop()();t=0;for(var i=e.work.length;t<i;t++)e.work.pop()();(e.work.length>0||e.reads.length>0)&&e.run()})))},e}(),qX=null;var WX=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 i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),KX="xxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),zX=0,VX=function(){function e(e,t,n,i,r,o,a,s,c,l){this.dateNow=e,this.highResTime=t,this.scrollTop=n,this.scrollLeft=i,this.width=r,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 BX.isDirty&&BX.updateMeta(),e===window||e===document?(n.height=BX.meta.height,n.width=BX.meta.width,n.scrollLeft=BX.meta.scrollLeft,n.scrollTop=BX.meta.scrollTop,n):(t=OX(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 XX(){return zX+++KX}var JX=function(){function e(e,t){this.isTicking=!1,this.toRemove=[],this.engine=e||(qX||(qX=new HX)),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(VX.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,i,r=this;this.engine.scheduleRead((function(){n=OX(e),i=VX.generate(r.root)})),this.engine.scheduleWork((function(){t(n,i)}))},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}(),YX=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.queue=new NX,t}return WX(t,e),t.prototype.applyQueue=function(e){for(var t=0;t<this.queue.items.length;t++){var n=this.queue.items[t],i=n.id;(0,n.callback)(e,i)}},t.prototype.watch=function(e){this.startTicking();var t=XX();return this.queue.push({callback:e,id:t}),t},t}(JX),QX=function(e){function t(t){var n=e.call(this,void 0,window)||this;return n.predicate=t,n}return WX(t,e),t.prototype.applyQueue=function(t){this.predicate(t)&&e.prototype.applyQueue.call(this,t)},t}(YX),$X=function(e){function t(t,n,i){void 0===i&&(i=!1);var r=e.call(this,t,n)||this;return r.lastVersion=BX.version,r.queue=new DX,r.ALLOW_CACHED_SCHEDULER=i,r}return WX(t,e),Object.defineProperty(t.prototype,"isDirty",{get:function(){return BX.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],i=n.callback,r=n.el,o=n.id,a=n.clientRect;!this.isDirty&&a&&this.ALLOW_CACHED_SCHEDULER||(a=this.queue.items[t].clientRect=OX(r)),i(e,o,a)}this.lastVersion=BX.version},t.prototype.watch=function(e,t,n){this.startTicking(),n=n||XX();return this.queue.push({el:e,callback:t,id:n,clientRect:null}),n},t}(JX),ZX=null;var eJ=function(){function e(){this.queue=new PX}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}(),tJ=function(){function e(e){this.scheduler=new QX(e.bind(this))}return e.prototype.trigger=function(){},e.prototype.listen=function(e){this.state=VX.generate(),this.scheduler.watch(e)},e.prototype.unlisten=function(e){this.scheduler.unwatch(e)},e}(),nJ=null;function iJ(e,t){var n=(nJ||(nJ={scroll:new tJ((function(e){var t=this.state,n=t.scrollTop,i=t.scrollLeft;return this.state=e,n!==e.scrollTop||i!==e.scrollLeft})),resize:new tJ((function(e){var t=this.state,n=t.width,i=t.height;return this.state=e,i!==e.height||n!==e.width})),destroy:new eJ,beforeunload:new eJ,hide:new eJ,show:new eJ}))[e];n&&n.listen(t)}function rJ(e,t){if(nJ){var n=nJ[e];n&&n.unlisten(t)}}function oJ(e,t){if(nJ){var n=nJ[e];n&&n.trigger(t)}}function aJ(e){(ZX||(ZX=new YX)).scheduleWork(e)}function sJ(e){var t=e.left,n=e.right,i=e.top,r=e.bottom;return{left:t,x:t,top:i,y:i,bottom:r,right:n,width:n-t,height:r-i}}BX.hasDOM&&(window.addEventListener("beforeunload",(function(){oJ("beforeunload"),oJ("destroy")})),document.addEventListener("visibilitychange",(function(){"visible"===document.visibilityState?oJ("show"):oJ("hide")})));var cJ=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 $X(void 0,this.root,t.ALLOW_CACHED_SCHEDULER)}return e.prototype.observe=function(e){var t=this,n=e,i=n.__spanielId=n.__spanielId||XX();return this.scheduler.watch(e,(function(e,i,r){t.onTick(e,i,r,n)}),n.__spanielId),i},e.prototype.onTick=function(e,t,n,i){var r=this,o=this.generateEntryEvent(e,n,i),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(){r.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 i=0,r=function(e,t,n,i){if("none"===n.style.display)return{time:e.dateNow,highResTime:e.highResTime,boundingClientRect:lJ(),intersectionRatio:0,intersectionRect:lJ(),isIntersecting:!1,rootBounds:lJ(),target:n};var r=t.bottom,o=t.right,a=e.left+i.left,s=e.top+i.top,c={left:a,top:s,bottom:i.bottom,right:i.right,width:e.width-(i.right+i.left),height:e.height-(i.bottom+i.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,p=d>=0?l:0,f=u>=0?u:0,v={left:p,top:f,x:p,y:f,width:d,height:h,right:o,bottom:r};return function(e){var t=e.unixTime,n=e.highResTime,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.target,s=r.height*r.width,c=s>0?o.width*o.height/s:0;return{time:t,highResTime:n,rootBounds:i,boundingClientRect:r,intersectionRect:o,target:a,intersectionRatio:c,isIntersecting:AX({intersectionRect:o})}}({unixTime:e.dateNow,highResTime:e.highResTime,rootBounds:c,target:n,boundingClientRect:sJ(t),intersectionRect:v})}(e,t,n,this.rootMarginObj),o=0;o<this.thresholds.length;o++){var a=this.thresholds[o];r.intersectionRatio>=a&&i++}return{numSatisfiedThresholds:i,entry:r}},e}();function lJ(){return{bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0}}var uJ={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 i=t||{threshold:[]},r=i.root,o=i.rootMargin,a=i.threshold,s=i.ALLOW_CACHED_SCHEDULER,c=i.BACKGROUND_TAB_FIX,l=i.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:r,rootMargin:u,threshold:this.thresholds.map((function(e){return e.ratio})),ALLOW_CACHED_SCHEDULER:s};this.usingNativeIo=!!l&&!!BX.IntersectionObserver;var h=this.usingNativeIo?BX.IntersectionObserver:cJ;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),BX.hasDOM&&(iJ("beforeunload",this.onWindowClosed),iJ("hide",this.onTabHidden),iJ("show",this.onTabShown),c&&(this.paused="visible"!==BX.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(),i=0;i<e.length;i++){var r=this.recordStore[e[i]].lastSeenEntry;if(r){var o=r.intersectionRatio,a=r.boundingClientRect,s=r.rootBounds,c=r.intersectionRect,l=r.isIntersecting,u=r.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,i=e.rootBounds,r=e.boundingClientRect,o=e.intersectionRect,a=e.isIntersecting,s=e.time,c=e.target,l=this.recordStore[c.__spanielId],u=this.usingNativeIo?Math.floor((BX.performance.timeOrigin||BX.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:i,boundingClientRect:r,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(),i=performance.now();e.thresholdStates.forEach((function(r){var o=e.lastSeenEntry&&e.lastSeenEntry.boundingClientRect;t.handleThresholdExiting({intersectionRatio:-1,isIntersecting:!1,unixTime:n,time:n,highResTime:i,payload:e.payload,label:r.threshold.label,threshold:r.threshold,entering:!1,rootBounds:uJ,boundingClientRect:o||uJ,intersectionRect:uJ,visibleTime:r.lastVisible.unixTime,duration:xX(i,r.lastVisible.highResTime),target:e.target},r),r.lastSatisfied=!1,r.visible=!1,r.lastEntry=null}))},e.prototype.handleThresholdExiting=function(e,t){var n=e.highResTime,i=!!t.threshold.time;t.lastSatisfied&&(!i||i&&t.visible)&&(e.duration=xX(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,i=this.recordStore[n.__spanielId];i&&(i.lastSeenEntry=e,this.paused||(i.thresholdStates.forEach((function(n){var i=!!n.threshold.time,r=t.generateSpanielEntry(e,n),o=e.intersectionRatio>=n.threshold.ratio,a="boolean"==typeof r.isIntersecting?r.isIntersecting:AX(e),s=o&&a;if(s!=n.lastSatisfied){if(s)if(r.entering=!0,n.lastVisible={highResTime:r.highResTime,unixTime:r.unixTime},i){var c=Number(setTimeout((function(){n.visible=!0,r.duration=xX(performance.now(),n.lastVisible.highResTime),r.visibleTime=n.lastVisible.unixTime,t.callback([r])}),n.threshold.time));n.timeoutId=c}else n.visible=!0,r.duration=Date.now()-n.lastVisible.unixTime,t.queuedEntries.push(r);else t.handleThresholdExiting(r,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(),BX.hasDOM&&(rJ("beforeunload",this.onWindowClosed),rJ("hide",this.onTabHidden),rJ("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),aJ((function(){t.handleRecordExiting(n),t.flushQueuedEntries()})))},e.prototype.observe=function(e,t){var n=e,i=n.__spanielId=n.__spanielId||XX();return this.recordStore[i]={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),i}}();BX.IntersectionObserver&&BX.IntersectionObserver;function dJ(e){return t=>t.type&&t.type.toLowerCase()===e.toLowerCase()}dJ("action"),dJ("openpage"),dJ("openlink");function hJ(e){var t;null===(t=window.appDetection)||void 0===t||t.then(t=>{t.some(e=>"windows"===(null==e?void 0:e.platform)&&"7EE7776C.LinkedInforWindows_w1wdnht996qgy!App"===(null==e?void 0:e.id))&&e()})}class pJ{constructor(e){let{isShown:t=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw Error("An element must be provided to WindowsAppUpsell");this.el=e,this.dismissBtn=this.el.querySelector(".windows-app-upsell .cta-modal__dismiss-btn"),this.dismissable=new Az(this.el,this.dismissBtn,{isShown:t}),hJ(this.updateDeeplink.bind(this))}updateDeeplink(){const e=this.el.querySelector(".windows-app-upsell .windows-app-upsell__cta");e&&e.setAttribute("href","linkedin://")}}class fJ extends Sz{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:fJ.query,variables:{handleString:e},successCallback:t,failureCallback:n})}}XW(fJ,"query","77715b456915324f44eb5c5ae5981169");var vJ={exports:{}};!function(e,t){!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 i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}function r(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 i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}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 i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(e,i));return n&&c(r,n.prototype),r}).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 p(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?h(e):t}function f(e){return function(){var t,n=s(e);if(l()){var i=s(this).constructor;t=Reflect.construct(n,arguments,i)}else t=n.apply(this,arguments);return p(this,t)}}function v(e){"complete"===document.readyState?e():window.addEventListener("load",(function(){e()}))}function m(e,t){var n=document.createElement("script");n.src=e,t&&(n.onload=t),document.head.appendChild(n)}function g(){var e,t,n=new Promise((function(n,i){e=n,t=i}));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],i=0,r=n.length;i<r;i++)if(n[i]===t)return void n.splice(i,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),n=0,i=t.length;n<i;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"}},C=E.GOOGLE_ERROR,k=E.GOOGLE_USER_FETCHED,A=E.INITIALIZED,O=b.INITIALIZATION,x=b.AUTHENTICATION,L=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.el,s=e.clientId,c=void 0===s?y:s;if(t(this,r),i=n.call(this),!a)throw TypeError("DOM element for Sign In button is required");if(i.libSrcPath=o,i.el=a,i.clientId=c,window.gapi)i._initializeGoogleAuth();else{if(!o)throw TypeError("Google Sign In lib not already loaded on the page. libSrcPath is required to load the lib.");v((function(){m(o,i._initializeGoogleAuth.bind(h(i)))}))}return i}return i(r,[{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(A);e.dispatchEvent(n)})).catch((function(t){var n={type:O,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{key:"_attachSignIn",value:function(){var e=this;this.auth2.attachClickHandler(this.el,{},(function(t){var n=new CustomEvent(k,{detail:e._getGoogleUserInformation(t)});e.dispatchEvent(n)}),(function(t){var n={type:x,message:t.error},i=new CustomEvent(C,{detail:n});e.dispatchEvent(i)}))}},{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()}}}]),r}(d(EventTarget));function R(e,t){return e?t.getDismissedReason():t.getNotDisplayedReason()||t.getSkippedReason()||t.getDismissedReason()}var N=E.GOOGLE_USER_FETCHED,P=E.PROMPT_MOMENT,D=E.GOOGLE_ERROR,M=function(e){a(r,e);var n=f(r);function r(e){var i,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,p=e.cancelOnTapOutside,f=void 0===p||p,E=e.itpSupport,b=e.useFedCM,w=void 0!==b&&b;if(t(this,r),i=n.call(this),!l)throw TypeError("context param is required to determine the message to show in Google One Tap");if(i.autoSelect=a,i.libSrcPath=s,i.containerId=c,i.cancelOnTapOutside=f,i.clientId=d,i.context=l,i.itpSupport=E,i.useFedCM=w,i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!s)throw TypeError("Google One Tap lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(s,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(r,[{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(D,{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 i=new CustomEvent(N,{detail:n});this.dispatchEvent(i)}}},{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(P,{detail:t});this.dispatchEvent(n)}},{key:"promptOneTap",value:function(){var e=this;google.accounts.id.prompt((function(t){var n={type:t.getMomentType(),reason:R(e.useFedCM,t)},i=new CustomEvent(P,{detail:n});e.dispatchEvent(i),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")}}}]),r}(d(EventTarget)),U={exports:{}};function F(e){this.message=e}F.prototype=new Error,F.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new F("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,r=0,o=0,a="";i=t.charAt(o++);~i&&(n=r%4?64*n+i:i,r++%4)?a+=String.fromCharCode(255&n>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return a},j=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(B(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 B(t)}};function G(e){this.message=e}G.prototype=new Error,G.prototype.name="InvalidTokenError",U.exports=function(e,t){if("string"!=typeof e)throw new G("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(j(e.split(".")[n]))}catch(e){throw new G("Invalid token specified: "+e.message)}},U.exports.InvalidTokenError=G;var H=U.exports,q=E.GOOGLE_USER_FETCHED,W=E.PROMPT_MOMENT,K=E.GOOGLE_ERROR,z=function(e){a(s,e);var n=f(s);function s(e){var i,r=e.autoSelect,o=void 0!==r&&r,a=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?y:u,p=e.context,f=void 0===p?"signin":p,E=e.gsiButtonConfig,b=void 0===E?{}:E,w=e.libSrcPath,T=e.hasContentAbove,_=void 0!==T&&T,S=e.promptParentId,I=e.showOneTap,C=void 0===I||I,k=e.itpSupport,A=e.useFedCM,O=void 0!==A&&A;if(t(this,s),(i=n.call(this)).autoSelect=o,i.buttonParentEl=a,i.cancelOnTapOutside=l,i.clientId=d,i.context=f,i.gsiButtonConfig=b,i.libSrcPath=w,i.hasContentAbove=_,i.promptParentId=S,i.showOneTap=C,i.itpSupport=k,i.useFedCM=O,i.isLibraryLoaded=g(),i.isInitialized=g(),window.google&&window.google.accounts&&window.google.accounts.id)i._onGoogleApiLoad();else{if(!w)throw TypeError("GSI library is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(w,i._onGoogleApiLoad.bind(h(i)))}))}return i}return i(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(K,{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,i=t.locale,r=void 0===i?"en_US":i,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,p=t.type,f=t.width,v=void 0===f?"400px":f;return this.isInitialized.then((function(){var t=d||I[n.context].GSI_BUTTON;window.google.accounts.id.renderButton(e,{locale:r,logo_alignment:a,shape:c,size:u,text:t,theme:h,type:p,width:v})}))}},{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:R(e.useFedCM,t)},i=new CustomEvent(W,{detail:n});e.dispatchEvent(i),e.hasContentAbove||e.checkIfDesktopAndApplyClass()}))}))}},{key:"_handleCredentialResponse",value:function(e){var t=e.credential,n=e.select_by,i=H(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){r(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(i),{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)),V={PROD:"3fa91358-6f74-4525-b5df-da149652be36",LOCAL:"e5078fe9-f96f-4177-a256-a13b9bda6b1c"},X={MICROSOFT_ERROR:"microsoftError",USER_FETCHED:"microsoftUserFetched",PROMPT_MOMENT:"promptMomentNotification"},J={signin:{MS_OT:"signin",MS_BUTTON:"signin_with"},signup:{MS_OT:"signup",MS_BUTTON:"signup_with"},use:{MS_OT:"use",MS_BUTTON:"continue_with"}},Y=X.MICROSOFT_ERROR,Q=X.PROMPT_MOMENT,$=X.USER_FETCHED,Z=function(e){a(r,e);var n=f(r);function r(e){var i,o,a,s=e.buttonParentEl,c=e.cancelOnTapOutside,l=void 0===c||c,u=e.clientId,d=void 0===u?V.PROD:u,p=e.context,f=void 0===p?"use":p,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,C=e.redirectState,k=e.redirectURI,A=e.showOneTap,O=void 0!==A&&A;if(t(this,r),(a=n.call(this)).buttonParentEl=s,a.cancelOnTapOutside=l,a.clientId=d,a.context=f,a.libSrcPath=b,a.locale=(w||"en-US").replace("_","-"),a.malButtonConfig=_,a.oneTapPosition=I,a.redirectState=C,a.window=E,a.redirectURI=k||a._getRedirectURI(),a.showOneTap=O,a.isLibraryLoaded=g(),null===(i=a.window.ms)||void 0===i||null===(o=i.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");v((function(){m(b,a._onMicrosoftAuthLibLoad.bind(h(a)))}))}return a}return i(r,[{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,i=t.logo_alignment,r=void 0===i?"center":i,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,p=void 0===h?"light":h,f=t.type,v=t.width,m=void 0===v?600:v;return this.isLibraryLoaded.then((function(){var t=d||J[n.context].MS_BUTTON;n.window.ms.auth.renderSignInButton(e,{logo_alignment:r,height:a,shape:c,size:u,text:t,theme:p,type:f,width:m})}))}},{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},i=new CustomEvent(Q,{detail:n});e.dispatchEvent(i)}))}))}},{key:"_handleCredentialResponse",value:function(e,t){if(e){var n=e.authCode,i=e.email,r=e.givenName,o=e.surname,a=e.id,s=e.idToken,c=e.photoUrl,l=new CustomEvent($,{detail:{authCode:n,email:i,familyName:o,givenName:r,id:a,idToken:s,imageUrl:c}});this.dispatchEvent(l)}else if(t){var u=new CustomEvent(Y,{detail:t});this.dispatchEvent(u)}}},{key:"hideOneTap",value:function(){this.window.ms.auth.cancel()}}]),r}(d(EventTarget)),ee=S.DISMISSED,te=S.INITIALIZED,ne=S.SNAPPLE_USER_FETCHED,ie=function(e){a(r,e);var n=f(r);function r(e){var i,o=e.libSrcPath,a=e.snappleCTA,s=e.clientId,c=void 0===s?"com.linkedin.LinkedIn.service":s,l=e.redirectURI;if(t(this,r),i=n.call(this),!a)throw TypeError("snappleCTA is required. Please pass the correct CTA element to this Snapple Constructor");if(i.libSrcPath=o,i.clientId=c,i.redirectURI=i._getRedirectURL(l),i.snappleCTA=a,window.AppleID&&window.AppleID.auth&&window.AppleID.auth.init)i._onSnappleLibLoad();else{if(!o)throw TypeError("Snapple lib is not already loaded on the page. libSrcPath is required to load the library");v((function(){m(o,i._onSnappleLibLoad.bind(h(i)))}))}return i}return i(r,[{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"}}]),r}(d(EventTarget)),re={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:V,CONTEXTS:J,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=z,e.GoogleOneTap=M,e.GoogleSignIn=L,e.GoogleSignInConstants=re,e.MicrosoftAuth=Z,e.MicrosoftSignInConstants=oe,e.SnappleAuth=ie,e.SnappleEvents=S,Object.defineProperty(e,"__esModule",{value:!0})}(t)}(0,vJ.exports);const{EVENTS:mJ,GOT_CONTEXTS:gJ,GOT_PROMPT_MOMENT_REASONS:yJ,GOT_PROMPT_MOMENT_TYPES:EJ,GSI_ERROR_TYPES:bJ}=vJ.exports.GoogleSignInConstants,{GOOGLE_USER_FETCHED:wJ,PROMPT_MOMENT:TJ,GOOGLE_ERROR:_J}=mJ,{SIGN_IN:SJ}=gJ;yJ.NOT_DISPLAYED.BROWSER_NOT_SUPPORTED,yJ.NOT_DISPLAYED.OPT_OUT_OR_NO_SESSION,yJ.NOT_DISPLAYED.SUPPRESSED_BY_USER,yJ.SKIPPED.AUTO_CANCEL,yJ.SKIPPED.TAP_OUTSIDE,yJ.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:IJ,PROMPT_MOMENT_REASONS:CJ,PROMPT_MOMENT_TYPES:kJ}=vJ.exports.MicrosoftSignInConstants,{USER_FETCHED:AJ,PROMPT_MOMENT:OJ}=IJ;CJ.DISPLAY.ANOTHER_PROMPT_RUNNING,CJ.DISPLAY.BROWSER_NOT_SUPPORTED,CJ.DISPLAY.IN_COOLDOWN_PERIOD,CJ.DISPLAY.NON_MSA_PROFILE,CJ.SKIPPED.TAP_OUTSIDE,CJ.SKIPPED.USER_CANCELLED,Object.freeze({ONE_TAP:"one_tap",BUTTON:"button"});class xJ{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{},{enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!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 kz(this.modalEl,{enablePageViewTracking:i,shouldHideModal:r,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 LJ;function RJ(){return LJ||(LJ=new Ez),LJ}function NJ(e){let{featureName:t,featureMappingToDegradationConfig:n,productName:i}=e;return n[t].map(e=>function(e,t,n){const{degradationKey:i,trackedResponseCodes:r,untrackedResponseCodes:o}=n,a=e;let s={productName:t};return r?s={...s,trackedResponseCodes:r}:o&&(s={...s,untrackedResponseCodes:o}),new FV(a,i,s)}(t,i,e))}function PJ(e,t){var n;return null===(n=window.tracking)||void 0===n?void 0:n.then(n=>{const i=n.generateEnvelope(e,t,{transporterKey:"sponsoredTransporter"});return n.fireEnvelope(i)})}const DJ=document.querySelector("#full-page-header-back-button");window.onload=()=>{null==DJ||DJ.focus()};class MJ{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{MJ.instance||(MJ.instance=new MJ(localStorage)),MJ.instance}catch{}})(),function(){try{MJ.sessionInstance||(MJ.sessionInstance=new MJ(sessionStorage)),MJ.sessionInstance}catch{}}();class UJ extends Sz{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:UJ.query,variables:{postUrn:e},successCallback:t,failureCallback:n})}}let FJ;XW(UJ,"query","cb99e660f3455cad5185a1d9543e6bce");PF.getInstance().addUnloadCallback(()=>{FJ&&FJ.close(),UW(document.querySelector("#discard-post-modal")),UW(document.querySelector("#visibility-settings-modal")),UW(document.querySelector("#max-images-prompt-modal")),UW(document.querySelector("#retry-upload-modal"))});Object.freeze({ANDROID:"com.linkedin.android",IOS:"com.linkedin.LinkedIn"});const BJ={PRODUCT_NAME:"Lite-feed",routeMappingToDegradationConfig:{FEED_REPOST:{"publish-repost":[{degradationKey:"publish-repost-failed"}]}}};NJ({featureName:"publish-repost",productName:BJ.PRODUCT_NAME,featureMappingToDegradationConfig:BJ.routeMappingToDegradationConfig.FEED_REPOST});Object.freeze({NEW_REPOST_SUCCESS_EVENT:"Repost:newRepost:success",NEW_REPOST_FAIL_EVENT:"Repost:newRepost:fail"});class jJ extends Sz{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:jJ.query,variables:{digitalMediaRegisterUploadResponseDataFetcherInput:{imageUrl:e.imageUrl,owner:e.owner,uploadMechanisms:["SYNCHRONOUS_UPLOAD","SINGLE_REQUEST_UPLOAD"],uploadRecipes:[e.recipe]}},successCallback:t,failureCallback:n})}}XW(jJ,"query","20f8e9934e7df62932fd167d87c19b27");var GJ=function(){this.__data__=[],this.size=0};var HJ=function(e,t){return e===t||e!=e&&t!=t},qJ=HJ;var WJ=function(e,t){for(var n=e.length;n--;)if(qJ(e[n][0],t))return n;return-1},KJ=WJ,zJ=Array.prototype.splice;var VJ=WJ;var XJ=WJ;var JJ=WJ;var YJ=GJ,QJ=function(e){var t=this.__data__,n=KJ(t,e);return!(n<0)&&(n==t.length-1?t.pop():zJ.call(t,n,1),--this.size,!0)},$J=function(e){var t=this.__data__,n=VJ(t,e);return n<0?void 0:t[n][1]},ZJ=function(e){return XJ(this.__data__,e)>-1},eY=function(e,t){var n=this.__data__,i=JJ(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this};function tY(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}tY.prototype.clear=YJ,tY.prototype.delete=QJ,tY.prototype.get=$J,tY.prototype.has=ZJ,tY.prototype.set=eY;var nY=tY,iY=nY;var rY=function(){this.__data__=new iY,this.size=0};var oY=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var aY=function(e){return this.__data__.get(e)};var sY=function(e){return this.__data__.has(e)},cY="object"==typeof pB&&pB&&pB.Object===Object&&pB,lY=cY,uY="object"==typeof self&&self&&self.Object===Object&&self,dY=lY||uY||Function("return this")(),hY=dY.Symbol,pY=hY,fY=Object.prototype,vY=fY.hasOwnProperty,mY=fY.toString,gY=pY?pY.toStringTag:void 0;var yY=function(e){var t=vY.call(e,gY),n=e[gY];try{e[gY]=void 0;var i=!0}catch(e){}var r=mY.call(e);return i&&(t?e[gY]=n:delete e[gY]),r},EY=Object.prototype.toString;var bY=yY,wY=function(e){return EY.call(e)},TY=hY?hY.toStringTag:void 0;var _Y=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":TY&&TY in Object(e)?bY(e):wY(e)};var SY=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},IY=_Y,CY=SY;var kY=function(e){if(!CY(e))return!1;var t=IY(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},AY=dY["__core-js_shared__"],OY=function(){var e=/[^.]+$/.exec(AY&&AY.keys&&AY.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var xY=function(e){return!!OY&&OY in e},LY=Function.prototype.toString;var RY=kY,NY=xY,PY=SY,DY=function(e){if(null!=e){try{return LY.call(e)}catch(e){}try{return e+""}catch(e){}}return""},MY=/^\[object .+?Constructor\]$/,UY=Function.prototype,FY=Object.prototype,BY=UY.toString,jY=FY.hasOwnProperty,GY=RegExp("^"+BY.call(jY).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var HY=function(e){return!(!PY(e)||NY(e))&&(RY(e)?GY:MY).test(DY(e))},qY=function(e,t){return null==e?void 0:e[t]};var WY=function(e,t){var n=qY(e,t);return HY(n)?n:void 0},KY=WY(dY,"Map"),zY=WY(Object,"create"),VY=zY;var XY=function(){this.__data__=VY?VY(null):{},this.size=0};var JY=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},YY=zY,QY=Object.prototype.hasOwnProperty;var $Y=function(e){var t=this.__data__;if(YY){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return QY.call(t,e)?t[e]:void 0},ZY=zY,eQ=Object.prototype.hasOwnProperty;var tQ=zY;var nQ=XY,iQ=JY,rQ=$Y,oQ=function(e){var t=this.__data__;return ZY?void 0!==t[e]:eQ.call(t,e)},aQ=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=tQ&&void 0===t?"__lodash_hash_undefined__":t,this};function sQ(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}sQ.prototype.clear=nQ,sQ.prototype.delete=iQ,sQ.prototype.get=rQ,sQ.prototype.has=oQ,sQ.prototype.set=aQ;var cQ=sQ,lQ=nY,uQ=KY;var dQ=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var hQ=function(e,t){var n=e.__data__;return dQ(t)?n["string"==typeof t?"string":"hash"]:n.map},pQ=hQ;var fQ=hQ;var vQ=hQ;var mQ=hQ;var gQ=function(){this.size=0,this.__data__={hash:new cQ,map:new(uQ||lQ),string:new cQ}},yQ=function(e){var t=pQ(this,e).delete(e);return this.size-=t?1:0,t},EQ=function(e){return fQ(this,e).get(e)},bQ=function(e){return vQ(this,e).has(e)},wQ=function(e,t){var n=mQ(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this};function TQ(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var i=e[t];this.set(i[0],i[1])}}TQ.prototype.clear=gQ,TQ.prototype.delete=yQ,TQ.prototype.get=EQ,TQ.prototype.has=bQ,TQ.prototype.set=wQ;var _Q=nY,SQ=KY,IQ=TQ;var CQ=nY,kQ=rY,AQ=oY,OQ=aY,xQ=sY,LQ=function(e,t){var n=this.__data__;if(n instanceof _Q){var i=n.__data__;if(!SQ||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new IQ(i)}return n.set(e,t),this.size=n.size,this};function RQ(e){var t=this.__data__=new CQ(e);this.size=t.size}RQ.prototype.clear=kQ,RQ.prototype.delete=AQ,RQ.prototype.get=OQ,RQ.prototype.has=xQ,RQ.prototype.set=LQ;var NQ=RQ,PQ=WY,DQ=function(){try{var e=PQ(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),MQ=DQ;var UQ=function(e,t,n){"__proto__"==t&&MQ?MQ(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},FQ=UQ,BQ=HJ;var jQ=function(e,t,n){(void 0!==n&&!BQ(e[t],n)||void 0===n&&!(t in e))&&FQ(e,t,n)};var GQ=function(e){return function(t,n,i){for(var r=-1,o=Object(t),a=i(t),s=a.length;s--;){var c=a[e?s:++r];if(!1===n(o[c],c,o))break}return t}}(),HQ={exports:{}};!function(e,t){var n=dY,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,i=a?a(n):new e.constructor(n);return e.copy(i),i}}(HQ,HQ.exports);var qQ=dY.Uint8Array;var WQ=function(e){var t=new e.constructor(e.byteLength);return new qQ(t).set(new qQ(e)),t};var KQ=function(e,t){var n=t?WQ(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var zQ=function(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t},VQ=SY,XQ=Object.create,JQ=function(){function e(){}return function(t){if(!VQ(t))return{};if(XQ)return XQ(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var YQ=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object),QQ=Object.prototype;var $Q=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||QQ)},ZQ=JQ,e$=YQ,t$=$Q;var n$=function(e){return"function"!=typeof e.constructor||t$(e)?{}:ZQ(e$(e))};var i$=function(e){return null!=e&&"object"==typeof e},r$=_Y,o$=i$;var a$=function(e){return o$(e)&&"[object Arguments]"==r$(e)},s$=i$,c$=Object.prototype,l$=c$.hasOwnProperty,u$=c$.propertyIsEnumerable,d$=a$(function(){return arguments}())?a$:function(e){return s$(e)&&l$.call(e,"callee")&&!u$.call(e,"callee")},h$=Array.isArray;var p$=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},f$=kY,v$=p$;var m$=function(e){return null!=e&&v$(e.length)&&!f$(e)},g$=m$,y$=i$;var E$=function(e){return y$(e)&&g$(e)},b$={exports:{}};var w$=function(){return!1};!function(e,t){var n=dY,i=w$,r=t&&!t.nodeType&&t,o=r&&e&&!e.nodeType&&e,a=o&&o.exports===r?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||i;e.exports=s}(b$,b$.exports);var T$=_Y,_$=YQ,S$=i$,I$=Function.prototype,C$=Object.prototype,k$=I$.toString,A$=C$.hasOwnProperty,O$=k$.call(Object);var x$=function(e){if(!S$(e)||"[object Object]"!=T$(e))return!1;var t=_$(e);if(null===t)return!0;var n=A$.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&k$.call(n)==O$},L$=_Y,R$=p$,N$=i$,P$={};P$["[object Float32Array]"]=P$["[object Float64Array]"]=P$["[object Int8Array]"]=P$["[object Int16Array]"]=P$["[object Int32Array]"]=P$["[object Uint8Array]"]=P$["[object Uint8ClampedArray]"]=P$["[object Uint16Array]"]=P$["[object Uint32Array]"]=!0,P$["[object Arguments]"]=P$["[object Array]"]=P$["[object ArrayBuffer]"]=P$["[object Boolean]"]=P$["[object DataView]"]=P$["[object Date]"]=P$["[object Error]"]=P$["[object Function]"]=P$["[object Map]"]=P$["[object Number]"]=P$["[object Object]"]=P$["[object RegExp]"]=P$["[object Set]"]=P$["[object String]"]=P$["[object WeakMap]"]=!1;var D$=function(e){return N$(e)&&R$(e.length)&&!!P$[L$(e)]};var M$=function(e){return function(t){return e(t)}},U$={exports:{}};!function(e,t){var n=cY,i=t&&!t.nodeType&&t,r=i&&e&&!e.nodeType&&e,o=r&&r.exports===i&&n.process,a=function(){try{var e=r&&r.require&&r.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(U$,U$.exports);var F$=D$,B$=M$,j$=U$.exports,G$=j$&&j$.isTypedArray,H$=G$?B$(G$):F$;var q$=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},W$=UQ,K$=HJ,z$=Object.prototype.hasOwnProperty;var V$=function(e,t,n){var i=e[t];z$.call(e,t)&&K$(i,n)&&(void 0!==n||t in e)||W$(e,t,n)},X$=UQ;var J$=function(e,t,n,i){var r=!n;n||(n={});for(var o=-1,a=t.length;++o<a;){var s=t[o],c=i?i(n[s],e[s],s,n,e):void 0;void 0===c&&(c=e[s]),r?X$(n,s,c):V$(n,s,c)}return n};var Y$=/^(?:0|[1-9]\d*)$/;var Q$=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&Y$.test(e))&&e>-1&&e%1==0&&e<t},$$=function(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i},Z$=d$,eZ=h$,tZ=b$.exports,nZ=Q$,iZ=H$,rZ=Object.prototype.hasOwnProperty;var oZ=function(e,t){var n=eZ(e),i=!n&&Z$(e),r=!n&&!i&&tZ(e),o=!n&&!i&&!r&&iZ(e),a=n||i||r||o,s=a?$$(e.length,String):[],c=s.length;for(var l in e)!t&&!rZ.call(e,l)||a&&("length"==l||r&&("offset"==l||"parent"==l)||o&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||nZ(l,c))||s.push(l);return s};var aZ=SY,sZ=$Q,cZ=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},lZ=Object.prototype.hasOwnProperty;var uZ=oZ,dZ=function(e){if(!aZ(e))return cZ(e);var t=sZ(e),n=[];for(var i in e)("constructor"!=i||!t&&lZ.call(e,i))&&n.push(i);return n},hZ=m$;var pZ=function(e){return hZ(e)?uZ(e,!0):dZ(e)},fZ=J$,vZ=pZ;var mZ=jQ,gZ=HQ.exports,yZ=KQ,EZ=zQ,bZ=n$,wZ=d$,TZ=h$,_Z=E$,SZ=b$.exports,IZ=kY,CZ=SY,kZ=x$,AZ=H$,OZ=q$,xZ=function(e){return fZ(e,vZ(e))};var LZ=NQ,RZ=jQ,NZ=GQ,PZ=function(e,t,n,i,r,o,a){var s=OZ(e,n),c=OZ(t,n),l=a.get(c);if(l)mZ(e,n,l);else{var u=o?o(s,c,n+"",e,t,a):void 0,d=void 0===u;if(d){var h=TZ(c),p=!h&&SZ(c),f=!h&&!p&&AZ(c);u=c,h||p||f?TZ(s)?u=s:_Z(s)?u=EZ(s):p?(d=!1,u=gZ(c,!0)):f?(d=!1,u=yZ(c,!0)):u=[]:kZ(c)||wZ(c)?(u=s,wZ(s)?u=xZ(s):CZ(s)&&!IZ(s)||(u=bZ(c))):d=!1}d&&(a.set(c,u),r(u,c,i,o,a),a.delete(c)),mZ(e,n,u)}},DZ=SY,MZ=pZ,UZ=q$;var FZ=function e(t,n,i,r,o){t!==n&&NZ(n,(function(a,s){if(o||(o=new LZ),DZ(a))PZ(t,n,s,i,e,r,o);else{var c=r?r(UZ(t,s),a,s+"",t,n,o):void 0;void 0===c&&(c=a),RZ(t,s,c)}}),MZ)};var BZ=function(e){return e};var jZ=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)},GZ=Math.max;var HZ=function(e,t,n){return t=GZ(void 0===t?e.length-1:t,0),function(){for(var i=arguments,r=-1,o=GZ(i.length-t,0),a=Array(o);++r<o;)a[r]=i[t+r];r=-1;for(var s=Array(t+1);++r<t;)s[r]=i[r];return s[t]=n(a),jZ(e,this,s)}};var qZ=function(e){return function(){return e}},WZ=DQ,KZ=WZ?function(e,t){return WZ(e,"toString",{configurable:!0,enumerable:!1,value:qZ(t),writable:!0})}:BZ,zZ=Date.now;var VZ=function(e){var t=0,n=0;return function(){var i=zZ(),r=16-(i-n);if(n=i,r>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(KZ),XZ=BZ,JZ=HZ,YZ=VZ;var QZ=HJ,$Z=m$,ZZ=Q$,e0=SY;var t0=function(e,t){return YZ(JZ(e,t,XZ),e+"")},n0=function(e,t,n){if(!e0(n))return!1;var i=typeof t;return!!("number"==i?$Z(n)&&ZZ(t,n.length):"string"==i&&t in n)&&QZ(n[t],e)};var i0=FZ;!function(e){t0((function(t,n){var i=-1,r=n.length,o=r>1?n[r-1]:void 0,a=r>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(r--,o):void 0,a&&n0(n[0],n[1],a)&&(o=r<3?void 0:o,r=1),t=Object(t);++i<r;){var s=n[i];s&&e(t,s,i,o)}return t}))}((function(e,t,n){i0(e,t,n)}));function r0(e){const t=e.getBoundingClientRect();let{top:n,left:i}=t;const{right:r,bottom:o,width:a,height:s,x:c,y:l}=t;return n+=document.documentElement.scrollTop||document.body.scrollTop,i+=document.documentElement.scrollLeft||document.body.scrollLeft,{top:n,right:r,bottom:o,left:i,width:a,height:s,x:c,y:l}}function o0(e,t,n){const i=r0(e),r=r0(t),o=r0(n),a=i.top-o.top-n.clientTop-r.height+i.height,s=i.left-o.left-n.clientLeft-r.width+i.width;return{boundingCoordinates:i,elementCoordinates:r,elemOffsetParentCoordinates:o,topMinLimit:a,leftMinLimit:s,elemTop:r.top-o.top,elemLeft:r.left-o.left,topMaxLimit:a-i.height+r.height,leftMaxLimit:s-i.width+r.width}}document.querySelector(".upload-progress"),document.querySelector("#progressVal");const a0="data-draggable-initialized",s0="touchstart",c0="touchmove",l0="touchend";class u0{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;u0.isDraggable(this.draggableElementEl)||this.draggableElementEl.addEventListener(s0,t),this.draggableElementEl.setAttribute(a0,!0)}dragElement(e,t,n){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];const r=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=r+"px",this.options.onDrag instanceof Function&&this.options.onDrag(e.boundingCoordinates.left-o-e.elemOffsetParentCoordinates.left,e.boundingCoordinates.top-r-e.elemOffsetParentCoordinates.top,i)}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=o0(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(c0,t),document.addEventListener(l0,(function e(){document.removeEventListener(c0,t),document.removeEventListener(l0,e)}))}moveTo(e,t){const n=o0(this.boundingParentEl,this.draggableElementEl,this.draggableElementEl.offsetParent),i=e+n.boundingCoordinates.left-n.elementCoordinates.left,r=t+n.boundingCoordinates.top-n.elementCoordinates.top;this.dragElement.call(this,n,i,r,!1)}}u0.isDraggable=function(e){return!!e.getAttribute(a0)};const d0="data-zoomable-initialized",h0="touchstart",p0="touchmove",f0="touchend";class v0{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;v0.isZoomable(this.zoomableElement)||(this.zoomableElement.addEventListener(h0,t),this.zoomableElement.setAttribute(d0,!0))}scaleElement(e,t){if(1===e)return;this.limits=o0(this.boundingParent,this.zoomableElement,this.zoomableElement.offsetParent);let n=this.limits.elementCoordinates.width*e,i=this.limits.elementCoordinates.height*e;if(n<this.limits.boundingCoordinates.width||i<this.limits.boundingCoordinates.height){const t=this.options.getMinDimensions();i=t.height,n=t.width,e=i/this.limits.elementCoordinates.height}let r=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;r<a?r=a:r>s&&(r=s),o<c?o=c:o>l&&(o=l),this.options.scaleElement(n,i,this.limits.boundingCoordinates.left-r-this.limits.elemOffsetParentCoordinates.left,this.limits.boundingCoordinates.top-o-this.limits.elemOffsetParentCoordinates.top),this.zoomableElement.style.left=r+"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,i=e.touches[0];this.scaleElement.call(this,n,i)}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(p0,t),document.addEventListener(f0,(function e(){document.removeEventListener(p0,t),document.removeEventListener(f0,e)}))}}v0.isZoomable=function(e){return!!e.getAttribute(d0)};class m0 extends Sz{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:m0.query,variables:{successRedirectUrl:e},successCallback:t,failureCallback:n})}}XW(m0,"query","5f93d1d6b933cfbfdf7b0a80dedfb3f4");class g0 extends Sz{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:g0.query,successCallback:e,failureCallback:t})}}XW(g0,"query","da4a9ce2de842c1abe01ca37ea9271ee");const y0=/^\d{4,15}$/,E0=/[-\s+().]/g,b0=/^\S+@\S+\.\S+$/,w0=/[,]|.*@.*@/,T0="MinLength",_0="MaxLength",S0="Regex",I0="Required",C0="RegexAllow",k0=e=>e&&b0.test(e)&&!w0.test(e),A0={SPECIAL_CHARS:{pattern:/([!@#$%^&*+=|<>?:;\\])/,errorCode:"SpecialChars"},URL_KEYWORDS:{pattern:/(https?(:\/\/)?|www\.)/i,errorCode:"UrlKeywords"},EMAIL:{errorCode:"Email",validate:k0},WORK_EMAIL:{errorCode:"WorkEmail",validate:e=>k0(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(E0,"");return!(!t||!y0.test(t))}}},O0="EMAIL_ADDRESS",x0="PHONE_NUMBER",L0="WORK_EMAIL",R0="consentUnchecked",N0={INPUT:"INPUT",SELECT:"SELECT"},P0="text",D0="checkbox";function M0(e){return Object.keys(N0).includes(e.tagName)}function U0(e){const t=function(e){const t=[],{minLength:n,maxLength:i,inputType:r}=e.dataset;let o;switch(r){case O0:t.push({type:C0,RegexAllow:[A0.EMAIL]});break;case L0:t.push({type:C0,RegexAllow:[A0.WORK_EMAIL]});break;case x0:o=e.value.replace(/ /g,""),t.push({type:C0,RegexAllow:[A0.PHONE_NUMBER]})}return e.required&&t.push({type:I0}),n&&t.push({type:T0,MinLength:n}),i&&t.push({type:_0,MaxLength:i}),{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 I0:if(0===n.length)return I0;break;case T0:if(n.length<e[T0])return T0;break;case _0:if(n.length>e[_0])return _0;break;case S0:for(let t=0;t<e[S0].length;t++){var i,r,o,a;if(!0===(null===(i=e[S0][t])||void 0===i||null===(r=i.validate)||void 0===r?void 0:r.call(i,n))||!0===(null===(o=e[S0][t])||void 0===o||null===(a=o.pattern)||void 0===a?void 0:a.test(n)))return S0+e[S0][t].errorCode}break;case C0:for(let t=0;t<e[C0].length;t++){var s,c,l,u;if(!1===(null===(s=e[C0][t])||void 0===s||null===(c=s.validate)||void 0===c?void 0:c.call(s,n))||!1===(null===(l=e[C0][t])||void 0===l||null===(u=l.pattern)||void 0===u?void 0:u.test(n)))return C0+e[C0][t].errorCode}}})(e,n)).filter(e=>!!e)}function F0(e,t){return t&&!e?R0:null}const B0=(e,t)=>parseInt(t.split(e)[1]);function j0(e,t){return document.getElementById(e.id+"-strings").dataset["str"+t]}const G0=(e,t)=>({questionId:e,textQuestionAnswer:{answer:t}}),H0=(e,t)=>({questionId:e,multipleChoiceAnswer:{options:[{index:t}]}}),q0=(e,t)=>({question:e,multipleChoiceAnswer:{options:[t]}});function W0(e,t){const n=e.id+"_",i=n+"q",r=n+"c",o=VW("hasDecoratedLeadGenFormData");return new Promise((n,a)=>{const s=[];let c,l;const{urn:u,legalInfoUrn:d,leadType:h,associatedEntityUrn:p,ownerUrn:f,submitter:v}=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 m={formResponse:{adFormUrn:u,submittedAt:Date.now(),answers:[],consentResponses:[]},trackingUrl:l,trackingAction:"LEAD_FORM_CLICK"},g={associatedEntity:p,form:u,legalInfoUrn:d,leadType:h,owner:f,formResponse:{answers:[],consentResponses:[]},leadTrackingParams:l,submittedAt:Date.now(),...null!=v&&v.length?{submitter:v}:{}};return Array.from(e).filter(M0).forEach(e=>{let t;if(e.tagName===N0.SELECT)t=((e,t,n)=>{const i=B0(e,t.id),r=t.selectedIndex;return{response:n?q0(i,r):H0(i,r)}})(i,e,o),o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else if(e.type===P0)if(t=((e,t,n)=>{const i=B0(e,t.id),r=U0(t);return 0!==r.length?{errors:r}:{response:n?(o=i,a=t.value,{question:o,textQuestionAnswer:{answer:a}}):G0(i,t.value)};var o,a})(i,e,o),t.response)o?g.formResponse.answers.push(t.response):m.formResponse.answers.push(t.response);else{const n=t.errors[0];s.push({element:e,errorType:n})}else e.type===D0&&(t=((e,t,n,i,r)=>{const o=B0(e,t),a=F0(n,i);return a?{errors:a}:{response:{[r?"consent":"consentId"]:o,accepted:n}}})(r,e.id,e.checked,e.required,o),t.response?o?g.formResponse.consentResponses.push(t.response):m.formResponse.consentResponses.push(t.response):s.push({element:e,errorType:t.errors}))}),0===s.length?n(o?g:m):a(s)})}class K0 extends Sz{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:K0.query,variables:e,successCallback:t,failureCallback:n})}}XW(K0,"query","0a321276f8bcd90441cffeb1ab648fa1");const z0="VIEW_FORM",V0=".lead-gen-input-container",X0=".error-text",J0=".submit-btn",Y0="input-error",Q0="checkbox-input",$0="inputbox-input";class Z0{constructor(e){let{isLivePreview:t=!1,encodedLeadGenFormTrackingContext:n,encryptedTrackingData:i,pemDegradationTrackingMetadata:r,persistFormOnSubmit:o,responseEndpoint:a}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("containerEl is not present");KW("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(J0),this.persistFormOnSubmit=o,this.encryptedTrackingData=i,this.encodedLeadGenFormTrackingContext=n,a&&(this.leadGenResponseMutation=new K0(a,r)),t||this._bindInputHandlers(),this.encodedLeadGenFormTrackingContext&&!t&&(this._initClickTracking(),this._initViewTracking())}showPostSubmissionInfo(){UW(this.formContentEl),this.postSubmissionInfoEl&&FW(this.postSubmissionInfoEl)}hideForm(){UW(this.formContentEl)}enableSubmit(){HW(this.submitBtn)}_clearFormErrors(){Array.from(this.formEl).filter(M0).map(e=>this._hideError(e))}_submitForm(){this._clearFormErrors(),W0(this.formEl,this.encryptedTrackingData).then(e=>{if(GW(this.submitBtn),this.leadGenResponseMutation){const t=this.leadGenResponseMutation.execute(e);HF(this.containerEl,this.constructor.LEAD_GEN_SUBMIT_EVENT,t)}else HF(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();sB(j0(t.element,t.errorType),aB.ASSERTIVE)}})}_hideError(e){if(e){const t=e.closest(V0),n=t.querySelector(X0);UW(n),t.classList.remove(Y0),e.removeAttribute("aria-invalid"),n.removeAttribute("role")}}_isError(e){var t;return null==e||null===(t=e.closest(V0))||void 0===t?void 0:t.classList.contains(Y0)}_setAndShowError(e,t){if(e){const n=j0(e,t),i=e.closest(V0),r=i.querySelector(X0);r.innerText=n,FW(r),i.classList.add(Y0),r.setAttribute("role","alert"),e.setAttribute("aria-invalid","true")}}_handleInputError(e){let t;if(this._hideError(e),e.type===D0)t=F0(e.checked,e.required);else if(e.type===P0){const n=U0(e);n&&n.length&&(t=n[0])}t&&this._setAndShowError(e,t)}_bindInputHandlers(){this.formEl.addEventListener("click",e=>{e.target.classList.contains(Q0)&&this._handleInputError(e.target)}),this.formEl.addEventListener("keyup",e=>{e.target.classList.contains($0)&&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:i}=e;const r=qF(document,{skipSuffix:!0}),o=`${r}-${null==t?void 0:t.toLowerCase()}`,a=_W(r);i?PJ("LeadGenFormClientActionEvent",{...a,sponsoredTrackingInfo:{sponsoredEventHeader:{encryptedTrackingData:i}},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=z0,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 i=t.dataset.lgfActionType;if(n&&("consent_link"===e.target.dataset.feedControl||"legal_disclaimer_link"===e.target.dataset.feedControl))return;this.fireInFormLeadGenTracking(i,n)}})}}XW(Z0,"LEAD_GEN_SUBMIT_EVENT","FormModal:LeadGen:submit");class e1{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]:()=>{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{};return _z({endpoint:this.endpoint,queryId:e1.query,variables:{followState:e,to:t},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled}).then(e=>{const{responseText:t}=e;n(JSON.parse(t).graphQL)}).catch(i)}}XW(e1,"query","cbed571fffd8cea15209aed8d44e6759");const t1=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(t1));const n1="CREATE",i1="UPDATE";class r1{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 i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:()=>{},r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:()=>{};const o={endpoint:this.endpoint,queryId:r1.query,variables:{entityUrn:t,action:n},pemDegradationTrackingMetadata:this.pemDegradationTrackingMetadata,isPemEnabled:this.isPemEnabled};return n!==n1&&n!==i1||(o.variables.reactionType=e),_z(o).then(e=>{const{responseText:t}=e;i(JSON.parse(t).graphQL)}).catch(r)}}XW(r1,"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"});"light".toUpperCase();class o1 extends Sz{constructor(){super(...arguments)}execute(e){let{eventType:t,trackingToken:n,widgetActionCategory:i}=e,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>{};return this.executeAction({queryId:o1.query,variables:{eventType:t,trackingToken:n,widgetActionCategory:i},successCallback:r,failureCallback:o})}}XW(o1,"query","48f4c814e38d5689b7c83a29c9676972");function a1(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function s1(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c1(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,h1(i.key),i)}}function l1(e,t,n){return t&&c1(e.prototype,t),n&&c1(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function u1(e,t,n){return(t=h1(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d1(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 i,r,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=(i=o.call(n)).done)&&(s.push(i.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return s}}(e,t)||function(e,t){if(e){if("string"==typeof e)return a1(e,t);var n={}.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)?a1(e,t):void 0}}(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 h1(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function p1(e){return(p1="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)}var f1=new RegExp("urn:[^:]+:([a-z]\\w*)(?::(.+))?");var v1=/^fs_/;function m1(e){if("string"!=typeof e)throw new TypeError("URNs must be of type string, but the parameter passed to extractEntityInfoFromUrn was of type "+p1(e)+".");var t,n,i=f1.exec(e);return i&&(t=i[1].replace(v1,""),n=i[2]),{id:n,type:t}}var g1=/(?![^(]*\)),/;var y1={checkForEntityId:function(e){var t=f1.exec(e);return t?t[2]:e},extractEntityInfoFromUrn:m1,urnToObject:function e(t){var n=m1(t),i=n.id,r=n.type,o={};if("("===i.charAt(0)){for(var a,s=i.substring(1,i.length-1).split(g1),c=0;a=s[c];++c)0===a.indexOf("urn")&&(s[c]=e(a));i=s}return o[r]=i,o}};var E1={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},b1="GUEST",w1="MEMBER",T1="ENTERPRISE_UNBOUND",_1=0,S1=1,I1=2;u1(u1(u1({},b1,"li_gc"),w1,"li_mc"),T1,"li_ec");u1(u1(u1({},b1,"mypreferences/g/guest-cookies"),w1,"settings/member-cookies"),T1,"mypreferences/e/enterprise-cookies"),Object.freeze(["dark","light"]);var C1=l1((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,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var o in s1(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},E1)t[o]=t[o]||_1,t[o]!==_1&&(this.consentAvailable=!0),this.optedInConsentMap[o]=t[o]===S1||t[o]===_1&&r===S1})),k1=(function(){var e=[E1.ADVERTISING,E1.ANALYTICS_AND_RESEARCH,E1.FUNCTIONAL],t=[_1,S1,I1,_1],n=function(n){for(var i={},r=0;r<e.length;r++){i[e[r]]=t[n>>2*r&3]}return i},i=function(e){var n=_1;return e>=0&&e<=3&&(n=t[e]),n}}(),new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),{SHARE_DATA_WITH_TRUSTED_PARTNERS:"SHARE_DATA_WITH_TRUSTED_PARTNERS"}),A1=0,O1=1;l1((function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.guestPreferencesData,i=void 0===n?null:n,r=t.issuedAt,o=void 0===r?null:r,a=t.defaultConsent,s=void 0===a?A1:a;for(var c in s1(this,e),i=i||{},this.issuedAt=o,this.guestPreferencesMap={},k1)"number"!=typeof i[c]&&(i[c]=s),this.guestPreferencesMap[c]=i[c]===O1}));Object.freeze({EVENT_FALLBACK_UI_SHOWN:"fallback-ui-shown"});const x1=document.querySelector("#share-modal .textarea"),L1=document.querySelector(".image-preview-wrapper"),R1=document.querySelector("#share-modal .modal-content .reshare-section"),N1=document.querySelector(".post-button"),P1=document.querySelector("#comments-enabled"),D1=document.querySelector("#share-with-public"),M1=document.querySelector(".post-settings-wrapper"),U1=document.querySelector('input[name="share-with"]:checked'),F1=document.querySelector("#share-modal .close-button"),B1=document.querySelector("#visibility-settings-modal"),j1=document.querySelector("#visibility-header-back .close-button"),G1=document.querySelector("#visibility-settings-modal .settings-list-wrapper"),H1=document.querySelector("#discard-post-modal-wrapper"),q1=document.querySelector("#share-modal"),W1=document.querySelector(".modal-spinner"),K1=document.querySelector("#share-modal .textarea"),z1=document.querySelector("#share-with-groups");document.querySelector("#share-group-urn");const V1=document.querySelector("#share-with-network");class X1 extends kz{updatePostButtonStatus(){var e;const t=null===(e=x1.innerText)||void 0===e?void 0:e.trim().length,n="loaded"===L1.getAttribute("data-image-load-state"),i=R1.children.length;t||n||i?HW(N1):GW(N1)}clearModalContentBase(){R1&&(R1.textContent=""),x1&&(x1.textContent=""),P1&&(P1.checked=!0),D1&&(D1.checked=!0,M1.setAttribute("data-post-visibility",U1.value))}historyBackClickHandler(){"share-modal"!==window.history.state&&"typeahead"!==window.history.state&&(window.history.pushState("share-modal","show-share-modal","#share-modal"),F1.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"))})}B1.addEventListener("close",()=>{M1.setAttribute("data-post-visibility",document.querySelector('input[name="share-with"]:checked').value)}),j1.addEventListener("click",()=>window.history.back()),G1.addEventListener("click",t=>e(t)),G1.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}),qW()&&"discard-post-modal"===window.history.state&&setTimeout(()=>{window.history.back()},100)}postSettingsClickHandler(){window.tracking.then(e=>{e.fireControlInteractionEvent("post-settings")}),this.visibilitySettingsModal.open()}}class J1 extends X1{constructor(e,t){let{endpoint:n="",enablePageViewTracking:i=!1,shouldHideModal:r=(()=>!1),triggerByOutletEl:o=!1,pushState:a=!1,historyUpdateUrl:s}=t;super(e,{enablePageViewTracking:i,shouldHideModal:r,triggerByOutletEl:o,pushState:a}),this.el=e,this.postData={},this.endpoint=n,this.historyUpdateUrl=s,this.postUrn=VW("ugcPostUrn"),this.openShareModalByLink=this._checkIfOpenShareModalByLink(),this.bindPublishingShareEvents(),this.visibilitySettingsModal=new kz(B1,{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=jF(this.updatePostButtonStatus,300);K1.addEventListener("input",e)}bindShareModalEvents(){const e=new xJ(H1,this.discardPostConfirmationModalPrimaryActionCallback.bind(this,{enableHistoryBack:!this.openShareModalByLink}),()=>{},{enablePageViewTracking:!0,pageKey:"article_discard_confirmation",triggerByOutletEl:!1});q1.addEventListener("open",()=>{x1.focus()}),q1.addEventListener("close",()=>{this.clearModalContentBase(),UW(W1)}),N1.addEventListener("click",()=>{this.processPostData()}),F1.addEventListener("click",()=>{N1.disabled?this.close():e.modal.open()}),M1.addEventListener("click",this.postSettingsClickHandler.bind(this)),M1.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(),WW()&&window.scrollTo(0,0),n&&(K1.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=K1.textContent,this.shareData.visibility="PUBLIC",z1&&(this.shareData.visibility="CONTAINER",this.shareData.containerEntity=z1.value),V1.checked&&(this.shareData.visibility="CONNECTIONS")}processPostData(){FW(W1),this.composePostData(),_z({endpoint:this.endpoint,queryId:J1.query,variables:this.shareData}).then(e=>{var t,n;200!==e.status&&Promise.reject();const i=(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=>{TW(e,"ajax","post_success_page_key")}),RJ().trigger("success",VW("postSuccessMessage"),"post-success-toast-dismiss",{url:"/feed/update/"+i,trk:"share-post-success",text:VW("postSuccessViewPost"),target:"_self"}),this.close()}).catch(()=>{window.tracking.then(e=>{TW(e,"ajax","post_failure_page_key")}),RJ().trigger("error",VW("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())}}XW(J1,"query","971e319c05beaf333e94125db8c4f942");const Y1={"send-connection-invite":[{degradationKey:"failed-to-invite"}],follow:[{degradationKey:"failed-to-follow"}],unfollow:[{degradationKey:"failed-to-unfollow"}]};NJ({featureName:"send-connection-invite",productName:"Lite-feed",featureMappingToDegradationConfig:Y1}),NJ({featureName:"follow",productName:"Lite-feed",featureMappingToDegradationConfig:Y1}),NJ({featureName:"unfollow",productName:"Lite-feed",featureMappingToDegradationConfig:Y1});class Q1 extends Sz{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:Q1.query,variables:{inviteeVanityName:e},successCallback:t,failureCallback:n})}}XW(Q1,"query","71a5ef30bcb1e84ab5a2b77850d4bb1e");class $1 extends Sz{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:$1.query,variables:{skills:e},successCallback:t,failureCallback:n})}}XW($1,"query","a628cd3be2c138c07fc69c2413b23fb6");class Z1 extends Sz{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:Z1.query,variables:{skills:e},successCallback:t,failureCallback:n})}}XW(Z1,"query","a0ff03a6b1cbe44862cb2054f0612078");class e2 extends Sz{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:e2.query,variables:{alertChannel:e.alertChannel||"EMAIL",alertFrequency:e.alertFrequency||"DAILY",creationChannel:e.creationChannel||"ONBOARD",searchParams:e.searchParams},successCallback:t,failureCallback:n})}}XW(e2,"query","ad184ece0303620a9753eca249efd99f");class t2 extends Sz{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:t2.query,variables:{updateProfilePictureInput:e},successCallback:t,failureCallback:n})}}XW(t2,"query","7edd5b8a4513caf8180a64ecde871630");class n2 extends Sz{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:n2.query,variables:{updateSettingsResponseDataFetcherInput:{type:"SHOW_PICTURE_SETTING",valueString:e}},successCallback:t,failureCallback:n})}}XW(n2,"query","97ceca0bcbbf3fd6d744083b4de0a202");document.querySelector.bind(document);class i2 extends Sz{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:i2.query,variables:{digitalmediaAssetUrn:e},successCallback:t,failureCallback:n})}}XW(i2,"query","85c85c121bf7eaabd2388b9143f94546");class r2 extends Sz{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:r2.query,variables:{assetUrn:e},successCallback:t,failureCallback:n})}}XW(r2,"query","886ab48d89d7bb06bd1a5d5454286645");function o2(){"storage"in navigator&&"estimate"in navigator.storage&&navigator.storage.estimate().then(({quota:e})=>{e<12e7&&function(){YF.getPageKey(document);if(document.querySelector('meta[name="clientSideIngraphs"]'))window.ingraphTracking.then(e=>{e.fireCounterIngraphMetric({metricsType:"privateBrowsingPageView"})})}()})}var a2=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},s2=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),c2=function(){function e(){a2(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 s2(e,[{key:"_assign",value:function(){var e=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);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,i){var r=Object.getOwnPropertyDescriptor(e,t),o=this;return Object.defineProperty(e,t,i?n:{set:function(e){var t=this;setTimeout((function(){n.set.call(t,e)}),0),r&&r.set&&r.set.call(t,e)}}),function(){return o.hookSetter(e,t,r||{},!0)}}},{key:"on",value:function(e,t,n){null==n&&(n=document);var i={capture:!0,passive:!0};return n.addEventListener(e,t,i),function(){return n.removeEventListener(e,t,i)}}},{key:"throttle",value:function(e,t,n){null==n&&(n={});var i=null,r=0;return function(o){var a=Date.now();r||!1!==n.leading||(r=a);var s=t-(a-r),c=this,l=arguments;s<=0||s>t?(i&&(window.clearTimeout(i),i=null),r=a,e.apply(c,l)):i||!1===n.trailing||(i=window.setTimeout((function(){r=!1===n.leading?0:Date.now(),i=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 i(n){var i=!1,r=!1,o=!1;if(t.isCtrlDown)if(void 0!==n.key){var a=n.key.toLowerCase();"x"===a&&(i=!0),"c"===a?r=!0:"v"===a&&(o=!0)}else void 0!==n.keyCode&&(88===keyPressed&&(i=!0),67===keyPressed?r=!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:i,isCopy:r,isPaste:o})}var r=["keydown","keyup"].map((function(e){return"keydown"===e?t.on(e,i):t.on(e,n)})),o=Object.getOwnPropertyDescriptor(HTMLInputElement.prototype,"value"),a=[[HTMLInputElement.prototype,"value"],[HTMLTextAreaElement.prototype,"value"]];return o&&o.set&&r.push.apply(r,t._spread(a.map((function(e){return t.hookSetter(e[0],e[1],{set:function(){eventHandler({target:this})}})})))),function(){r.forEach((function(e){return e()}))}}},{key:"initMoveObserver",value:function(e,t){var n=[],i=void 0,r=this,o=r.throttle((function(t){var o=Date.now()-i;e(n.map((function(e){return e.timeOffset-=o,e})),t?r.IncrementalSource.TouchMove:r.IncrementalSource.MouseMove),n=[],i=null}),500),a=r.throttle((function(e){var t=r.isTouchEvent(e)?e.changedTouches[0]:e,a=t.clientX,s=t.clientY;i||(i=Date.now()),n.push({x:a,y:s,timeOffset:Date.now()-i}),o(r.isTouchEvent(e))}),t,{trailing:!1}),s=[r.on("mousemove",a),r.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(i){var r=i.toLowerCase(),o=function(n){return function(i){var r=t.isTouchEvent(i)?i.changedTouches[0]:i,o=r.clientX,a=r.clientY;e({type:t.MouseInteractions[n],x:o,y:a})}}(i);n.push(t.on(r,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(),i=t.getWindowWidth();e({width:Number(i),height:Number(n)})}),200);return this.on("resize",n,window)}},{key:"mergeHooks",value:function(e,t){var n=this,i=e.mousemoveCb,r=e.mouseInteractionCb,o=e.scrollCb,a=e.viewportResizeCb,s=e.inputCb;e.mousemoveCb=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];t.mousemove&&t.mousemove.apply(t,n._spread(e)),i.apply(null,n._spread(e))},e.mouseInteractionCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.mouseInteraction&&t.mouseInteraction.apply(t,n._spread(e)),r.apply(null,n._spread(e))},e.scrollCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.scroll&&t.scroll.apply(t,n._spread(e)),o.apply(null,n._spread(e))},e.viewportResizeCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];t.viewportResize&&t.viewportResize.apply(t,n._spread(e)),a.apply(null,n._spread(e))},e.inputCb=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];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),i=this.initMouseInteractionObserver(e.mouseInteractionCb),r=this.initScrollObserver(e.scrollCb),o=this.initViewportResizeObserver(e.viewportResizeCb),a=this.initKeyboardObserver(e.keyboardCb);return function(){n(),i(),r(),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,i=e.hooks,r=50;if(void 0!==e.mousemoveWait&&(r=e.mousemoveWait),!t)throw new Error("emit function is required");this.polyfill();var o=void 0,a=this;function s(e,i){if(t(e,i),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:r},i))};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}(),l2=function(){function e(){a2(this,e),this.f=String.fromCharCode,this.n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",this.e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",this.t={}}return s2(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 i,r,o,a={},s={},c="",l="",u="",d=2,h=3,p=2,f=[],v=0,m=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(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++),a[l]=h++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;i<p;i++)v<<=1,m===t-1?(m=0,f.push(n(v)),v=0):m++;for(r=u.charCodeAt(0),i=0;i<8;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}else{for(r=1,i=0;i<p;i++)v=v<<1|r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r=0;for(r=u.charCodeAt(0),i=0;i<16;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1}0===--d&&(d=Math.pow(2,p),p++),delete s[u]}else for(r=a[u],i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;0===--d&&(d=Math.pow(2,p),p++)}for(r=2,i=0;i<p;i++)v=v<<1|1&r,m===t-1?(m=0,f.push(n(v)),v=0):m++,r>>=1;for(;;){if(v<<=1,m===t-1){f.push(n(v));break}m++}return f.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 i=[],r=4,o=4,a=3,s="",c=[],l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,f=void 0,v=void 0,m={val:n(0),position:t,index:1};for(l=0;l<3;l+=1)i[l]=l;for(d=0,p=Math.pow(2,2),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;v=this.f(d);break;case 2:return""}for(i[3]=v,u=v,c.push(v);;){if(m.index>e)return"";for(d=0,p=Math.pow(2,a),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;switch(v=d){case 0:for(d=0,p=Math.pow(2,8),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 1:for(d=0,p=Math.pow(2,16),f=1;f!==p;)h=m.val&m.position,m.position>>=1,0===m.position&&(m.position=t,m.val=n(m.index++)),d|=(h>0?1:0)*f,f<<=1;i[o++]=this.f(d),v=o-1,r--;break;case 2:return c.join("")}if(0===r&&(r=Math.pow(2,a),a++),i[v])s=i[v];else{if(v!==o)return null;s=u+u.charAt(0)}c.push(s),i[o++]=u+s.charAt(0),u=s,0===--r&&(r=Math.pow(2,a),a++)}}}]),e}(),u2=function(){function e(){a2(this,e),this.PREFIX="dcts-",this.CPR=new l2}return s2(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 i=this.compressAndSplitEvent(e);if(null!=i){for(var r={},o=0;o<i.length;o++)r[this.PREFIX+o]=i[o];return r["x-f-uc"]=t,r.csrf_token=n,JSON.stringify(r)}return null}},{key:"getParamPrefix",value:function(){return this.PREFIX}}]),e}();const d2=function(){function e(){a2(this,e),this.processor=new u2,this.DEFAULT_URL="/platform-telemetry/li/gather",this.timestone=new c2,this.workerThread=null,this.events=[]}return s2(e,[{key:"init",value:function(e,t,n,i,r,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===i||isNaN(i)||(l=i);var u=this.timestone.record({emit:function(n,i){i&&a.events.length>0&&c<l?(a.collect(e,t,a.events,r),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,i){if(this.isExist(i)||(i=""),this.isExist(t)||(t="undefined-uc"),this.isExist(this.workerThread))this.workerThread.postMessage({events:n,useCase:t,csrfToken:i});else{var r=this.processor.processTelemetry(n,t,i);null!==r&&this.sendTelemetry(r,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 i=new FormData;i.append("x-f-uc",t),i.append("csrf_token",n);for(var r=this.processor.compressAndSplitEvent(this.events),o=0;o<r.length;o++)i.append(this.processor.getParamPrefix()+o,r[o]);navigator.sendBeacon(e,i)}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}}]),e}(),h2=()=>{const e=document.querySelector(".promo-bottom-sheet");if(e){const t=new dh(e);t&&t.basePromo&&t.basePromo._toggleShowPromo()}};E.onload(()=>{new Wh,function(){const e=document.querySelector(".flip-card"),t=document.querySelector("title"),n=zo("i18n_sign_up_title"),i=zo("i18n_sign_in_title"),r=document.querySelector(".skip-link"),o=document.querySelector('[data-id="sign-in-form__password-visibility-toggle"]');o&&o.setAttribute("aria-relevant","text"),e&&e.addEventListener("click",(function(e){e.target.classList.contains("form-toggle")&&(e.preventDefault(),e.currentTarget.classList.contains("show-login")?(e.currentTarget.classList.remove("show-login"),t.textContent=n):(e.currentTarget.classList.add("show-login"),t.textContent=i),r&&r.click())}))}(),function(){const e=document.querySelector('[data-id="sign-in-form"]'),t=document.querySelector(".authwall-sign-in-form__form-toggle");t&&t.setAttribute("aria-label","Don't have an account? Join now"),e&&new hd(e)}(),function(){const e=document.querySelector(".join-form"),t=document.querySelector(".authwall-join-form__form-toggle");t&&t.setAttribute("aria-label","Have an account? Sign in"),e&&new r_(e)}(),function(){const e=document.querySelector(".google-auth");e?new Dh(e,{onNotDisplayed:h2}):h2()}(),(()=>{const e=document.querySelector(".windows-app-upsell");e&&new pJ(e)})(),o2(),function(){const e=E.getCookie("JSESSIONID"),t=new d2,n=document.querySelector('meta[name="platform-worker"]'),i=n&&n.content||"";t.init("/platform-telemetry/li/gather","ath",5e3,20,e,i),window.addEventListener("beforeunload",()=>{t.collectFinalTelemetry("/platform-telemetry/li/gather","ath",e)})}()})})();