!function(){"use strict";const e=window.encodeURIComponent;function t(e){let t=e.querySelector('meta[name="pageKey"]');return t?t.content+"_jsbeacon":""}function n(e){let t=e.querySelector('meta[name="locale"]');return t&&t.content||""}function i(e){return e&&'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}function r(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}function a(){return window.performance&&window.performance.timing&&"function"==typeof window.performance.now?Math.round(window.performance.now())+window.performance.timing.navigationStart:(new Date).getTime()}class o{constructor(e){this._parent=e,this._config=e.getConfig(),this._complete=!1,this.data={}}isComplete(){return this._complete}markComplete(){this._complete=!0}done(){this._complete=!0,this.isAsync()&&this._parent.pluginDone()}resetState(){this._complete=!1,this.data={}}getData(){return this.data}collectData(){}isAsync(){return!1}}class s extends o{constructor(e){super(e)}collectData(){this._readLinkedinData()}_readLinkedinData(){this.data.timeSource=this._config["beacon-source"],this.data.treeId=this._getTreeId(),this._config["commit-id"]&&(this.data.sessionID=this._config["commit-id"]),this.data.isFromServiceWorker=this._getFromServiceWorker(),this.done()}_getTreeId(){let e=document.querySelector('meta[name="treeID"]');return e&&e.getAttribute("content")}_getFromServiceWorker(){let e=document.querySelector('meta[name="fromServiceWorker"]');return e&&"true"===e.getAttribute("content")}}class c extends o{constructor(e){super(e),this._navigationTimingRead=!1,this._navigationTimingFields=["loadEventEnd","loadEventStart","domComplete","domContentLoadedEventEnd","domContentLoadedEventStart","domInteractive","domLoading","responseEnd","responseStart","requestStart","secureConnectionStart","connectEnd","connectStart","domainLookupEnd","domainLookupStart","fetchStart","redirectEnd","redirectStart","unloadEventEnd","unloadEventStart","navigationStart"]}collectData(){this._readNavigationTiming(),this.done()}_readNavigationTiming(){var e,t,n,i;if(!this._navigationTimingRead){if(window.performance&&window.performance.timing&&window.performance.navigation){for(this.data.navigationTimingApi=!0,e=window.performance.timing,t=0;t<this._navigationTimingFields.length;t++)e[n=this._navigationTimingFields[t]]&&(this.data[n]=e[n]);this.data.redirectCount=window.performance.navigation.redirectCount,this.data.navigationType=window.performance.navigation.type}else this.data.navigationTimingApi=!1;if(window.performance&&window.performance.getEntriesByType&&void 0!==(i=window.performance.getEntriesByType("navigation")[0])&&(this.data.workerStart=i.workerStart,"number"==typeof i.fetchStart&&"number"==typeof i.responseEnd&&"number"==typeof i.decodedBodySize&&"number"==typeof i.encodedBodySize&&"number"==typeof i.transferSize)){let e={};e.htmlFetchStart=i.fetchStart,e.htmlResponseEnd=i.responseEnd,e.htmlDecodedBodySize=i.decodedBodySize,e.htmlEncodedBodySize=i.encodedBodySize,e.htmlTransferSize=i.transferSize,this.data.htmlMetrics=e}this._navigationTimingRead=!0}}}class l extends o{constructor(e){super(e),this._imgEntries=[],this._resourceTimingFields={name:!0,entryType:!1,duration:!0,initiatorType:!0,fetchStart:!0,responseEnd:!0,startTime:!0,connectEnd:!0,connectStart:!0,domainLookupEnd:!0,domainLookupStart:!0,redirectEnd:!0,redirectStart:!0,requestStart:!0,responseStart:!0,secureConnectionStart:!0,nextHopProtocol:!0,transferSize:!0,decodedBodySize:!0,encodedBodySize:!0,workerStart:!0},this._requestSamplingRandVal=Math.random(),this._setupResourceTiming()}resetState(){super.resetState(),this._requestSamplingRandVal=Math.random()}collectData(){this._readResourceTiming(),this.done()}addTreeId(e,t){var n;if(this._treeIdUrlParser&&this._rsTimingUrlParser&&(this._treeIdUrlParser.href=t,this._readResourceTiming(),this.data.resourceTimingEntries))for(n=this.data.resourceTimingEntries.length-1;n>=0;n--)if(this._rsTimingUrlParser.href=this.data.resourceTimingEntries[n].name,this._treeIdUrlParser.protocol===this._rsTimingUrlParser.protocol&&this._treeIdUrlParser.host===this._rsTimingUrlParser.host&&this._treeIdUrlParser.pathname===this._rsTimingUrlParser.pathname&&(this._treeIdUrlParser.search===this._rsTimingUrlParser.search||""===this._treeIdUrlParser.search)){this.data.resourceTimingEntries[n].resourceTreeId=e;break}}_isResourceTimingSupported(){return window.performance&&"function"==typeof window.performance.getEntriesByType}_setupResourceTiming(){var e={default:.001,xmlhttprequest:1};if(null!==this._config["rs-sample-rate"]&&"object"==typeof this._config["rs-sample-rate"])for(var t in this._config["rs-sample-rate"])this._config["rs-sample-rate"].hasOwnProperty(t)&&(e[t]=this._config["rs-sample-rate"][t]);this._config["rs-sample-rate"]=e,this._isResourceTimingSupported()&&(this._readResourceTiming(),this._setBufferSize(100),null===window.performance.onresourcetimingbufferfull?window.performance.onresourcetimingbufferfull=this._readResourceTiming.bind(this):null===window.performance.onwebkitresourcetimingbufferfull&&(window.performance.onwebkitresourcetimingbufferfull=this._readResourceTiming.bind(this))),this._treeIdUrlParser=document.createElement("a"),this._rsTimingUrlParser=document.createElement("a")}_clearBuffer(){this._isResourceTimingSupported()&&this._config["enable-rs-timing"]&&(window.performance.clearResourceTimings&&"function"==typeof window.performance.clearResourceTimings?window.performance.clearResourceTimings():window.performance.webkitClearResourceTimings&&"function"==typeof window.performance.webkitClearResourceTimings&&window.performance.webkitClearResourceTimings())}_setBufferSize(e){this._isResourceTimingSupported()&&this._config["enable-rs-timing"]&&(window.performance.setResourceTimingBufferSize&&"function"==typeof window.performance.setResourceTimingBufferSize?window.performance.setResourceTimingBufferSize(e):window.performance.webkitSetResourceTimingBufferSize&&"function"==typeof window.performance.webkitSetResourceTimingBufferSize&&window.performance.webkitSetResourceTimingBufferSize(e))}_readResourceTiming(){var e,t,n,i,r,a,o=!1,s=this.data&&this.data.resourceTimingEntries||[];if(this._isResourceTimingSupported()&&this._config["enable-rs-timing"]){for(e=window.performance.getEntriesByType("resource"),t=0;t<e.length;t++){for(n in i={},e[t])!0===this._resourceTimingFields[n]&&(i[n]=e[t][n]);"img"===i.initiatorType&&this._imgEntries.push(i),null===this._parent._config.xcndUrl&&"script"===i.initiatorType&&(this._parent._config.xcndUrl=i.name),r=Math.random(),a=this._config["rs-sample-rate"][e[t].initiatorType]||this._config["rs-sample-rate"].default,((o=this._requestSamplingRandVal<=this._config["request-sampling-rate"])||r<=a)&&(s.push(i),i.sampleMode="",o&&(i.sampleMode="requestSampled,"),r<=a&&(i.sampleMode+="rand"+a.toString()))}this._clearBuffer(),s.length>0&&(this.data.resourceTimingEntries=s)}}}class d extends o{constructor(e){super(e)}collectData(){this._readUserTimingEntries(),this.done()}_clearUserTimings(){window.performance&&(window.performance.clearMarks&&window.performance.clearMarks(),window.performance.clearMeasures&&window.performance.clearMeasures())}_getUserTimingEntries(e,t){var n,i,r,a=[];for(i=0;i<e.length;i++)(n=e[i])&&((r={}).entryType=t,r.name=n.name,r.startTime=n.startTime,r.duration=n.duration,a.push(r));return a}_readUserTimingEntries(){var e,t=[];window.performance&&"function"==typeof window.performance.getEntriesByType&&(this._config["user-timing-measure-enabled"]&&(e=window.performance.getEntriesByType("measure"),t=t.concat(this._getUserTimingEntries(e,"MEASURE"))),this._config["user-timing-mark-enabled"]&&(e=window.performance.getEntriesByType("mark"),t=t.concat(this._getUserTimingEntries(e,"MARK")))),this.data.userTimingEntries=t,this._clearUserTimings()}}class u extends o{constructor(e){super(e),this._started=!1}resetState(){}isAsync(){return!0}collectData(){this._started||(this._started=!0,this._getCDNData())}_getCDNData(){let e=window.location.protocol,t=this._parent._config.xcndUrl,n=new XMLHttpRequest,i=this,r="",a="",o="";this.data.usedCDN={static_domain:r,ip_version:o,http_version:o},0===e.lastIndexOf("http",0)&&null!==t?(n.onreadystatechange=function(){var e=this.readyState?this:n;if(4===e.readyState){if(200===e.status){try{r=e.getResponseHeader("X-CDN"),a=e.getResponseHeader("X-CDN-CLIENT-IP-VERSION"),o=e.getResponseHeader("X-CDN-Proto")}catch(e){console.warn("Can't read the X-CDN header, possibly because of CORS restrictions")}i.data.usedCDN.static_domain=null===r?"":r,i.data.usedCDN.ip_version=null===a?"":a.toLowerCase(),i.data.usedCDN.http_version=null===o?"":o.toLowerCase()}else console.error("CDN request did not return a HTTP 200. Status: "+e.status);i.done()}},n.open("HEAD",t,!0),n.send()):this.done()}}class h extends o{constructor(e){super(e),this._started=!1}resetState(){}isAsync(){return!0}collectData(){this._started||(this._started=!0,this._getPoPData())}_getPoPData(){var e=window.location,t=e.protocol,n=t+"//"+e.host+"/fizzy/admin?"+(new Date).getTime(),i=new XMLHttpRequest,r=this;0===t.lastIndexOf("http",0)?(i.onreadystatechange=function(){var e=this.readyState?this:i;4===e.readyState&&(e.status>=200&&e.status<400?(r.data.pointOfPresenceId=e.getResponseHeader("X-Li-Pop"),r.data.rawXLiFabricHeader=e.getResponseHeader("X-Li-Fabric"),r.data.httpVersion=e.getResponseHeader("X-Li-proto")):console.error("PoP request was not successful. Status: "+e.status),r.done())},i.open("get",n,!0),i.send()):this.done()}}class g extends o{constructor(e){super(e),this.data.longTasks=[],this._longTaskFields=["duration","name","startTime"],this._observer=new PerformanceObserver(e=>{e.getEntries().forEach(e=>{let t={};for(let n=0;n<this._longTaskFields.length;n++){let i=this._longTaskFields[n];void 0!==e[i]&&(t[i]=e[i])}this.data.longTasks.push(t)})});try{this._observer.observe({entryTypes:["longtask"]})}catch(e){console.warn("Longtask api is not supported")}}resetState(){this._complete=!1,this.data={},this.data.longTasks=[]}collectData(){this.done()}}class p extends o{constructor(e){super(e)}collectData(){this._readNetworkInformation(),this.done()}_readNetworkInformation(){if(navigator&&navigator.connection){let e={},t=navigator.connection.downlinkMax;e.connectionType=void 0===navigator.connection.type?"UNKNOWN":navigator.connection.type.toUpperCase(),e.effectiveType=this._formatEffectiveType(navigator.connection.effectiveType),e.roundTripTime=void 0===navigator.connection.rtt?-1:navigator.connection.rtt,e.downlinkBandwidth=void 0===navigator.connection.downlink?-1:navigator.connection.downlink,e.downlinkMaxBandwidth=void 0===t?-1:t===1/0?0:navigator.connection.downlinkMax,this.data.networkInformationMetrics=e}}_formatEffectiveType(e){return"2g"===e?"TWO_G":"3g"===e?"THREE_G":"4g"===e?"FOUR_G":"SLOW_2G"}}var f=["https://www.linkedin-ei.com/lite/rum-track","/li/track","https://lca1-mobile-tracking-frontend-vip-1.corp.linkedin.com/li/track"];class m{constructor(e){this._resetState(!1),this._defaults={enabled:!0,"beacon-url":"/li/track","beacon-service":"tracking","event-name":"RealUserMonitoringEvent","topic-name":"RealUserMonitoringEvent","app-id":"linkedin.rum.tracking","is-single-page-app":!0,"cross-origin":!1,"beacon-timeout":3e4,"request-sampling-rate":.01,"user-timing-mark-enabled":!1,"user-timing-measure-enabled":!0,"beacon-source":"apps","page-key-prefix":"","navigation-timing-only":!1,"pathname-depth":-1,"lazy-image-class-names":["lazy-image"],"enable-cdn-tracking":!1,"enable-pop-tracking":!1,"async-plugins-timeout":5e3,"non-spa-manual-send":!1},this._config=r(this._defaults,e),this._config.enabled&&(this._config.readyState||(this._config.readyState=document.readyState),this._config.xcndUrl=null,this._config["navigation-timing-only"]?this._config["enable-rs-timing"]=this._config["enable-rs-timing"]||!1:this._config["enable-rs-timing"]=!1!==this._config["enable-rs-timing"],this._config.plugins=[new s(this),new c(this),new l(this),new d(this),new p(this)],this._config["enable-cdn-tracking"]&&this._config.plugins.push(new u(this)),this._config["enable-pop-tracking"]&&this._config.plugins.push(new h(this)),"function"==typeof PerformanceObserver&&"function"==typeof PerformanceLongTaskTiming&&this._config.plugins.push(new g(this)),this._isInitialLoad=!0,this._initialStartTime=void 0,this._renderCompleteCount=0,this._isLazyRender=!1,this._allBeaconData=[],this._csrfToken="",this._isInternalApp=!1,this._config["beacon-source"]&&"internal-apps"===this._config["beacon-source"]&&(this._isInternalApp=!0,("lite"===this._config["beacon-service"]||f.indexOf(this._config["beacon-url"])>-1)&&(this._config["beacon-service"]="tracking",this._config["beacon-url"]="https://tracking.corp.linkedin.com/li/track/")),this._onLoad=()=>{setTimeout(()=>{this._collectPluginData()},500)},this._onUnload=()=>{this._collectPluginData()},this._config["navigation-timing-only"]&&!this._config["non-spa-manual-send"]?"complete"===this._config.readyState?this._onLoad():window.addEventListener("load",this._onLoad):this._config["navigation-timing-only"]||(this._config["non-spa-manual-send"]?console.error("Manual send mode not supported for SPA apps"):window.addEventListener("unload",this._onUnload)))}destroy(){this._config["navigation-timing-only"]&&!this._config["non-spa-manual-send"]?window.removeEventListener("load",this._onLoad):this._config["navigation-timing-only"]||(this._config["non-spa-manual-send"]?console.error("Manual send mode not supported for SPA apps"):(this._collectPluginData(),window.removeEventListener("unload",this._onUnload)))}setLixData(e={}){this._lixData=e,this._applyLixData()}_applyLixData(){isNaN(this._getTreatment("voyager-web.rum.beaconTimeout"))||(this._config["beacon-timeout"]=parseInt(this._getTreatment("voyager-web.rum.beaconTimeout")))}_getTreatment(e){return this._lixData[e]||"control"}setPageKey(e){this._beaconData.pageKey=e}setCurrentUser(e){this._isInternalApp&&"string"==typeof e&&(this._beaconData.sessionID=e)}appTransitionStart(e){(e||this._renderCompleteCount>0)&&(this._collectPluginData(),this._beaconData.navigationStart=a(),this._isInitialLoad=!1)}appRenderComplete(){this._renderCompleteCount++,this._beaconData.renderCompleteTime=a(),this._timeOutVal||(this._timeOutVal=setTimeout(()=>{this._collectPluginData()},this._config["beacon-timeout"]))}addTreeId(e,t){if(this._config.plugins&&this._config.plugins.length>2){var n=this._config.plugins[2];n&&n.addTreeId(e,t)}}appViewRenderStart(e,t){this._viewTimings[e]||(this._viewTimings[e]={renderName:t||e,viewName:t,viewId:e,renderStart:a()})}appViewRenderComplete(e,t){this._viewTimings[e]&&!this._viewTimings[e].renderEnd&&(this._viewTimings[e].renderEnd=a())}setDeepLinkTrackingId(e){this._shouldSendBeacon=!1}setWindowHiddenState(e){this._beaconData.isImpactedByHiddenWindow=e}setPageInstance(e){this._beaconData.pageInstance=e}setIsLazyRender(e){this._isLazyRender=e}getConfig(){return this._config}pluginDone(){for(var e,t=0;t<this._config.plugins.length;t++)if((e=this._config.plugins[t]).isAsync()&&!e.isComplete())return!1;setTimeout(()=>{this._sendAllData()},500)}manuallySetNonSpaPLTSendBeacon(){const e=a(),t=this._collectPlugin(),n=this._allBeaconData.length;n>0&&void 0!==this._allBeaconData[n-1].loadEventEnd&&(this._allBeaconData[n-1].loadEventEnd=e),this._checkAsyncPlugAndSend(t)}_resetState(e){this._beaconData={},this._viewTimings={},this._scrollTime=void 0,this._shouldSendBeacon=!0,this._timeOutVal&&(clearTimeout(this._timeOutVal),this._timeOutVal=void 0),e&&this._config.plugins.map(e=>{e.resetState()})}_readRenderTimingEntries(){if(Object.keys(this._viewTimings).length>0)for(var e in this._beaconData.detailedRenderTimingEntries=[],this._viewTimings)this._viewTimings.hasOwnProperty(e)&&this._beaconData.detailedRenderTimingEntries.push(this._viewTimings[e])}_collectPluginData(){let e=this._collectPlugin();this._checkAsyncPlugAndSend(e)}_collectPlugin(){var e=!0;if(this._config.enabled)return this._config.plugins.map((function(t){t.collectData(),t.isComplete()||(e=!1)})),this._pushCurrentBeaconData(),e}_checkAsyncPlugAndSend(e){e?this._sendAllData():setTimeout(()=>{this._markAllAsyncPluginComplete()},this._config["async-plugins-timeout"]),this._resetState(!0)}_markAllAsyncPluginComplete(){this._config.plugins.map((function(e){e.isAsync()&&e.markComplete()})),this._sendAllData()}_doesNotHaveLazyImageClass(e){var t,n=!0,i=this._config["lazy-image-class-names"];if(e&&e.className&&i)for(t=i.length-1;t>=0;t--)e.className.indexOf(i[t])>-1&&(n=!1);return n}_doesElementOverlapWithViewport(e){var t,n=e.getBoundingClientRect();return!((t={top:Math.max(n.top,0),left:Math.max(n.left,0),bottom:Math.min(n.bottom,window.innerHeight||document.documentElement.clientHeight),right:Math.min(n.right,window.innerWidth||document.documentElement.clientWidth)}).bottom<=t.top||t.right<=t.left)}_getImgResourceEntries(){var e,t,n=[],i=this._beaconData.resourceTimingEntries;if(i)for(e=i.length-1;e>=0;e--)"img"===(t=i[e]).initiatorType&&n.push(t);return n}_cleanUpResourceTimingEntries(){var e;if(this._beaconData.resourceTimingEntries)for(e=this._beaconData.resourceTimingEntries.length-1;e>=0;e--)this._beaconData.resourceTimingEntries[e].name&&(this._beaconData.resourceTimingEntries[e].name=this._beaconData.resourceTimingEntries[e].name.split(/[?#]/)[0])}_readPageKey(){this._beaconData&&!this._beaconData.pageKey&&this._isInitialLoad&&(this._beaconData.pageKey=this._getPageKey()),this._isInternalApp&&("EMBER"===this._config["web-ui-framework"]&&void 0!==this._beaconData.pageKey?this._beaconData.pageKey=this._config["page-key-prefix"]+":"+this._beaconData.pageKey:document.querySelector('meta[name="pageKey"]')||(this._beaconData.pageKey=this._config["page-key-prefix"]+":",this._config["pathname-depth"]>-1?this._beaconData.pageKey+=window.location.pathname.split(/[/#]/).slice(0,this._config["pathname-depth"]+1).join("/"):this._beaconData.pageKey+=window.location.pathname))}_getPageKey(){var e=document.querySelector('meta[name="pageKey"]');return e?e.getAttribute("content"):document.body.id?document.body.id.substring("pagekey-".length):""}_getRenderingMode(){var e,t=document.querySelector('meta[name="renderingMode"]');return t&&"BIGPIPE"===(e=t.getAttribute("data-mode"))&&(e="BIG_PIPE"),e}_doesRenderErrorCodeBlockExists(){return null!=document.querySelector("code#renderError")}_readSinglePageAppData(){this._beaconData.isSinglePageApp=this._config["is-single-page-app"],this._beaconData.isSinglePageApp&&(this._beaconData.webUIFramework=this._config["web-ui-framework"],this._beaconData.appRenderMode=this._getRenderingMode(),this._isInitialLoad?(this._beaconData.pageLoadMode="INITIAL",this._doesRenderErrorCodeBlockExists()&&(this._beaconData.isAppRenderFailed=!0)):this._beaconData.pageLoadMode="PARTIAL")}_sendAllData(){var e,t,n,i={};for(e=0;e<this._config.plugins.length;e++)(t=this._config.plugins[e]).isAsync()&&(i=r(i,t.getData()));for(e=0;e<this._allBeaconData.length;e++)n=r(this._allBeaconData[e],i),this._sendBeacon(n);this._allBeaconData=[]}_pushCurrentBeaconData(){var e;(e=this._getBeaconAndPluginData())&&this._allBeaconData.push(r({},e))}_readIsSSL(){window&&window.location&&(this._beaconData.isSSL="https:"===window.location.protocol?1:0)}_getBeaconAndPluginData(){if(this._readPageKey(),this._readSinglePageAppData(),this._readRenderTimingEntries(),this._readIsSSL(),this._config["app-version"]&&(this._beaconData.appVersion=this._config["app-version"]),this._config.plugins.map(e=>{this._beaconData=r(this._beaconData,e.getData())}),"navigationStart"in this._beaconData&&this._shouldSendBeacon){if(this._initialStartTime||(this._initialStartTime=this._beaconData.navigationStart),this._beaconData.boomerangStart=this._initialStartTime,this._cleanUpResourceTimingEntries(),this._beaconData.isSinglePageApp)if("renderCompleteTime"in this._beaconData)this._beaconData.timeDone=this._beaconData.renderCompleteTime-this._beaconData.navigationStart;else if(!this._config["navigation-timing-only"])return;return this._beaconData}}_sendBeacon(e){if(this._config.enabled)try{if(this._fireTrackingBeacon(e),"undefined"!=typeof CustomEvent){var t=new CustomEvent("RUMEvent",{detail:e});document.dispatchEvent(t)}}catch(e){}}_fireTrackingBeacon(e){var t,n={eventInfo:{eventName:this._config["event-name"],topicName:this._config["topic-name"],appId:this._config["app-id"]},eventBody:e};e.header={pageInstance:e.pageInstance},e.requestHeader={pageKey:e.pageKey},n.eventBody.trackingTime=-1,(t=new XMLHttpRequest).open("POST",this._config["beacon-url"],!0),t.setRequestHeader("content-type","application/json"),this._csrfToken||(this._csrfToken=this._getCsrfToken()),t.setRequestHeader("Csrf-Token",this._csrfToken),t.send(JSON.stringify([n]))}_getCookieString(){return document.cookie}_getCsrfToken(){for(var e=this._getCookieString().split(";"),t=0;t<e.length;t++){for(var n=e[t];" "===n.charAt(0);)n=n.substring(1);if(-1!==n.indexOf("JSESSIONID=")){var i=n.substring("JSESSIONID=".length,n.length);return'"'===i[0]&&'"'===i[i.length-1]&&(i=i.substring(1,i.length-1)),i}}return""}}let v=null;var w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function y(e,t){return e(t={exports:{}},t.exports),t.exports}var _=y((function(e,t){!function(e){function t(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==w||"undefined"!=typeof self&&self;var n=t((function(e,t){!function(n,i){i(t,e)}(0,(function(e,t){var n="undefined"!=typeof window&&window&&"node"!==window.appEnvironment,i=n&&!!window.requestIdleCallback,r=8,a={AJAX_METHOD:"POST",DEFAULT_PAGE_TYPE:"ajax",globalTrackingUrl:null,globalTrackingAppId:"no.app.id",queue:[],paused:!1,maxQueueSize:1,queueTimeout:1e3,timeoutId:null,disableSendBeacon:!0,csrfToken:"",testId:"",testSegId:"",setProperty:function(e,t){void 0!==t&&(this[e]=t)},setTrackingUrl:function(e){this.setProperty("globalTrackingUrl",e)},setAppId:function(e){this.setProperty("globalTrackingAppId",e)},setCsrfToken:function(e){this.setProperty("csrfToken",e)},setTestId:function(e){this.setProperty("testId",e)},setTestSegId:function(e){this.setProperty("testSegId",e)},getCookieString:function(){return document.cookie},getCsrfToken:function(){for(var e="JSESSIONID=",t=this.getCookieString().split(";"),n=0;n<t.length;n++){for(var i=t[n];" "===i.charAt(0);)i=i.substring(1);if(-1!==i.indexOf(e)){var r=i.substring(e.length,i.length);return'"'===r[0]&&'"'===r[r.length-1]&&(r=r.substring(1,r.length-1)),r}}return""},createXmlHttpObject:function(){return n&&window.XMLHttpRequest?new XMLHttpRequest:null},beacon:function(e,t,i,r){this._beacon(e,t,i,r||this.globalTrackingUrl,this.disableSendBeacon?null:n&&navigator.sendBeacon&&navigator.sendBeacon.bind(navigator))},_beacon:function(e,t,n,i,r){if(r){var a=void 0;try{a=r(i,e)}catch(t){throw"object"==typeof t&&(t.message="Error sending ["+e+"] to "+i+" using sendBeacon:"+t.message,t.tags=["tracking"]),t}if(a)return void(t&&t(a))}this.ajax(e,t,n,i)},ajax:function(e,t,n,i){var r;i?(r=this.createXmlHttpObject())&&(r.open(this.AJAX_METHOD,i,!0),r.withCredentials=!0,r.setRequestHeader("Content-type","application/json"),this.csrfToken?r.setRequestHeader("Csrf-Token",this.csrfToken):r.setRequestHeader("Csrf-Token",this.getCsrfToken()),this.testId&&r.setRequestHeader("X-LinkedIn-traceDataContext-ENG_TEST_ID",this.testId),this.testSegId&&r.setRequestHeader("X-LinkedIn-traceDataContext-ENG_TEST_SEGMENT_ID",this.testSegId),r.onreadystatechange=function(){4===r.readyState&&(200===r.status||304===r.status?"function"==typeof t&&t(r):n&&n('Response is not "OK" or "Not Modified" for tracking request'))},4!==r.readyState&&r.send(e)):n&&n("Tracking url is not defined")},pause:function(){this.paused=!0},unpause:function(){this.paused=!1,this.queue.length>=this.maxQueueSize&&this.flush()},flush:function(){if(this.queue.length>0){var e=this;this.beacon(JSON.stringify(this.queue),null,e.logError),this.queue=[]}i?cancelIdleCallback(this.timeoutId):clearTimeout(this.timeoutId),this.timeoutId=null,this.paused=!1},idleFlush:function(e){var t=this,n=Date.now();return requestIdleCallback((function(i){i.timeRemaining()>r||i.didTimeout?t.flush():t.timeoutId=t.idleFlush(e-(Date.now()-n))}),{timeout:e})},addToQueue:function(e){if(this.queue.push(e),this.queue.length>=this.maxQueueSize&&!this.paused)return this.flush();if(!this.timeoutId){var t=this;i&&!this.paused?this.timeoutId=this.idleFlush(this.queueTimeout):this.timeoutId=setTimeout((function(){t.flush()}),this.queueTimeout)}},validateEvent:function(e,t,n){this.beacon(JSON.stringify([{eventInfo:this.populateEventInfo(e),eventBody:this.populateEventHeaders(t)}]),(function(e){return n(null,e)}),(function(e){return n(e)}),this.globalTrackingUrl+"/validate")},sendEvent:function(e,t){this.addToQueue({eventInfo:this.populateEventInfo(e),eventBody:this.populateEventHeaders(t)})},getTimestamp:function(){return Math.round((new Date).getTime()/1e3)},populateEventInfo:function(e){return"string"==typeof e&&(e={eventName:e}),e&&"object"==typeof e?(e.appId||(e.appId=this.globalTrackingAppId),e):(this.logError("Event info must be object"),{})},populateEventHeaders:function(e){return e&&"object"==typeof e?e:(this.logError("Event body must be object"),{})},logError:function(e){var t=window.console;t&&t.error&&t.error(e)},init:function(){this.setTrackingUrl(),this.setAppId(),this.onBeforeUnload=this.onBeforeUnload.bind(this),n&&window.addEventListener("beforeunload",this.onBeforeUnload)},destroy:function(){this.flush(),n&&window.removeEventListener("beforeunload",this.onBeforeUnload)},onBeforeUnload:function(){this.flush()}};t.exports=a}))}));function i(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(e),r=0;r<t.length;r++){var a=t[r];if(null!==a)for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(i[o]=a[o])}return i}var r,a,o,s,c="li_trk_navigation",l="undefined";function d(){window.sessionStorage.removeItem(c)}function u(){if(typeof window!==l&&typeof window.sessionStorage!==l)try{return JSON.parse(window.sessionStorage.getItem(c))}catch(e){}}function h(e){if(typeof window!==l&&typeof window.sessionStorage!==l)try{window.sessionStorage.setItem(c,JSON.stringify(e))}catch(e){}}function g(){var e=window.location.pathname,t=e+window.location.search,n=window.location.href,i=u();if(!i)return null;for(var r=0;r<i.length;r++){var a=i[r].href;if(a===e||a===t||a===n){var o=i.splice(r,1)[0];return h(i),o}}return null}function p(e){var t=u()||[];t.push(e),h(t)}(s=e.ControlInteractionType||(e.ControlInteractionType={}))[s.FOCUS=0]="FOCUS",s[s.UNFOCUS=1]="UNFOCUS",s[s.KEYBOARD_SUBMIT=2]="KEYBOARD_SUBMIT",s[s.DRAG=3]="DRAG",s[s.PINCH_OPEN=4]="PINCH_OPEN",s[s.PINCH_CLOSE=5]="PINCH_CLOSE",s[s.DOUBLE_PRESS=6]="DOUBLE_PRESS",s[s.LONG_PRESS=7]="LONG_PRESS",s[s.SHORT_PRESS=8]="SHORT_PRESS",s[s.SWIPE_UP=9]="SWIPE_UP",s[s.SWIPE_DOWN=10]="SWIPE_DOWN",s[s.SWIPE_LEFT=11]="SWIPE_LEFT",s[s.SWIPE_RIGHT=12]="SWIPE_RIGHT",s[s.FLICK_UP=13]="FLICK_UP",s[s.FLICK_DOWN=14]="FLICK_DOWN",s[s.FLICK_LEFT=15]="FLICK_LEFT",s[s.FLICK_RIGHT=16]="FLICK_RIGHT",s[s.SHAKE=17]="SHAKE",s[s.KEYBOARD_NEXT=18]="KEYBOARD_NEXT",s[s.HOVER=19]="HOVER",(o=e.PageViewPageType||(e.PageViewPageType={}))[o.FULL=1]="FULL",o[o.AJAX=2]="AJAX",o[o.IFRAME=3]="IFRAME",o[o.REDIRECT=4]="REDIRECT",o[o.API=5]="API",o[o.FORM=6]="FORM",o[o.ROUTER=7]="ROUTER",o[o.ERROR=8]="ERROR",(a=e.EventTypes||(e.EventTypes={}))[a.PageViewEvent=0]="PageViewEvent",a[a.NavigationEvent=1]="NavigationEvent",a[a.ExternalNavigationEvent=2]="ExternalNavigationEvent",a[a.ControlInteractionEvent=3]="ControlInteractionEvent",a[a.PageVisibilityChangeEvent=4]="PageVisibilityChangeEvent";var f="undefined"!=typeof window?window:null;function m(){var e=f.crypto||f.msCrypto;if(!r&&e&&e.getRandomValues){var t=new Uint8Array(16);(r=function(){return e.getRandomValues(t),t})()}if(!r){var n=new Uint8Array(16);r=function(){for(var e=0,t=void 0;e<16;e++)0==(3&e)&&(t=4294967296*Math.random()),n[e]=(t||0)>>>((3&e)<<3)&255;return n}}}f?m():r=function(){return new Uint8Array(16).fill(Math.floor(256*Math.random()))};for(var v=[],y=0;y<256;y++)v[y]=(y+256).toString(16).substr(1);function _(){var e=new Uint8Array(16),t=0,n=r();n[6]=15&n[6]|64,n[8]=63&n[8]|128;for(var i=0;i<16;i++)e[t+i]=n[i];return e}function b(){return E(_())}function E(e){for(var t=32768,n=[],i=0;i<e.length;i+=t)n.push(String.fromCharCode.apply(null,e.subarray(i,i+t)));return btoa(n.join(""))}function T(e){return e?"urn:li:page:"+e:null}function I(e,t){return e&&t?"urn:li:control:"+t+"-"+e:null}function k(e){return e?e.split(":").pop():null}function S(e,t){return e?{trackingId:t||b(),pageUrn:T(e)}:null}function A(e){return e?e.pageUrn+";"+e.trackingId:null}function C(e){if("string"!=typeof e)return null;var t=e.split(";");return 2===t.length?{pageUrn:t[0],trackingId:t[1]}:null}function P(e){return e&&e.referrer}function D(e){if(e&&e.URL){var t=e.URL.match(/trk=([^&]+)/);if(t&&2===t.length)return t[1]}return null}var R=10,N=10,L=Object.assign||i,O=function(){function t(e){void 0===e&&(e={appId:null,initialPageInstance:null}),this.config=e;var t=this.config.disableInitialAnchorPageViewEvent||!1;if(!this.config.appId)throw new Error("TrackingTwo requires an appId.");if(!this.config.initialPageInstance){var i=document.querySelector('meta[name="trk-pageinstance"]');if(i&&(this.config.initialPageInstance=C(i.getAttribute("content"))),!this.config.initialPageInstance)throw new Error("TrackingTwo requires an initialPageInstance");t=!0}this.config.eventHeaderProperties?this.config.eventHeaderProperties.pageInstance&&delete this.config.eventHeaderProperties.pageInstance:this.config.eventHeaderProperties={},this.config.userRequestHeaderProperties?this.config.userRequestHeaderProperties.pageKey&&delete this.config.userRequestHeaderProperties.pageKey:this.config.userRequestHeaderProperties={},this.config.validationMode=!!this.config.validationMode||!1,this.config.trackingUrl=this.config.trackingUrl||"/li/track";var r=g();r&&(e.previousPageInstance=r.prevInstance),Object.freeze(this.config.eventHeaderProperties),Object.freeze(this.config.userRequestHeaderProperties),Object.freeze(this.config),n.init(),n.setProperty("disableSendBeacon",!1),n.setTrackingUrl(this.config.trackingUrl),n.setProperty("maxQueueSize",this.config.requestBatchingMaxQueueSize||R),n.setProperty("queueTimeout",1e3*(this.config.requestBatchingMaxWaitSeconds||N)),this.state={currentPageInstance:e.initialPageInstance,previousPageInstance:e.previousPageInstance||null};var a=this.config.prevControlName||(r?r.controlName:null);this.fireNavigationEvent(this.state.previousPageInstance,a),t||this.firePageViewEvent(),this._boundDocumentClickHandler=this._handleDocumentClicks.bind(this),document&&document.body.addEventListener("click",this._boundDocumentClickHandler,!0),this._boundDocumentClickBubbleHandler=this._handleDocumentClicksBubble.bind(this),document&&document.body.addEventListener("click",this._boundDocumentClickBubbleHandler,!1),this._boundWindowBeforeUnloadHandler=this._handleWindowBeforeUnload.bind(this),window&&window.addEventListener("beforeunload",this._boundWindowBeforeUnloadHandler,!0),this._boundDocumentVisibilityChangeHandler=this._handleDocumentVisibilityChange.bind(this);var o="visibilitychange";document&&(void 0!==document.msHidden&&(o="msvisibilitychange"),document.addEventListener(o,this._boundDocumentVisibilityChangeHandler,!0))}return t.prototype._handleDocumentClicks=function(e){for(var t=e.target;t!==e.currentTarget&&!t.hasAttribute("data-tracking-control-name");)t=t.parentElement;if(t!==e.currentTarget){var n=t.getAttribute("data-tracking-control-name");!t.hasAttribute("data-tracking-no-cie")&&this.fireControlInteractionEvent(n)}},t.prototype._handleDocumentClicksBubble=function(e){for(var t=e.target;t!==e.currentTarget&&!t.hasAttribute("data-tracking-control-name");)t=t.parentElement;if(t!==e.currentTarget){var n=t.getAttribute("data-tracking-control-name"),i=t.hasAttribute("data-tracking-will-navigate"),r=t.getAttribute("data-tracking-href")||t.getAttribute("href");i&&!e.defaultPrevented&&this.saveStateForPageDeparture({controlName:n,href:r})}},t.prototype._handleWindowBeforeUnload=function(e){var t=e.target.activeElement,n=t,i=null,r=!1;if(t){for(;n!==e.currentTarget&&("function"!=typeof n.hasAttribute||!n.hasAttribute("data-tracking-control-name"))&&n.parentElement;)n=n.parentElement;n!==e.currentTarget&&("getAttribute"in n&&(i=n.getAttribute("data-tracking-control-name")),"hasAttribute"in n&&(r=n.hasAttribute("data-tracking-will-navigate")))}r||this.fireExternalNavigationEvent(i)},t.prototype._handleDocumentVisibilityChange=function(){var e=!1;if(void 0!==document.msHidden)e=document.msHidden;else{if(void 0===document.hidden)return;e=document.hidden}this.firePageVisibilityChangeEvent(e)},t.prototype.saveStateForPageDeparture=function(e){e&&p({controlName:e.controlName,href:e.href,prevInstance:this.state.currentPageInstance})},t.prototype.fireControlInteractionEvent=function(t,n,i){if(void 0===n&&(n=e.ControlInteractionType.SHORT_PRESS),void 0===i&&(i={}),!t)throw new Error("controlName is required.");var r=k(this.state.currentPageInstance.pageUrn),a=i.uiControlPageKey||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.ControlInteractionEvent],{requestHeader:{},header:{},controlUrn:I(t,a),interactionType:e.ControlInteractionType[n]},i)},t.prototype.fireNavigationEvent=function(t,n,i){void 0===i&&(i={});var r=t?k(t.pageUrn):null,a=i.uiControlPageKey||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.NavigationEvent],{requestHeader:{},header:{},previousPageInstance:t,triggerControlUrn:I(n,a)},i)},t.prototype.fireExternalNavigationEvent=function(t,n){void 0===n&&(n={});var i=n.uiControlPageKey||k(this.state.currentPageInstance.pageUrn);this.fireTrackingEvent(e.EventTypes[e.EventTypes.ExternalNavigationEvent],{requestHeader:{},header:{},triggerControlUrn:I(t,i)},n,!0)},t.prototype.firePageViewEvent=function(t,n){void 0===n&&(n={});var i=(n=L({},n)).pageViewPageType||e.PageViewPageType.AJAX,r=k(this.state.currentPageInstance.pageUrn),a=t||r;this.fireTrackingEvent(e.EventTypes[e.EventTypes.PageViewEvent],{requestHeader:{pageKey:a},header:{},pageType:e.PageViewPageType[i].toLowerCase(),trackingInfo:{clientTimestamp:Date.now().toString()}},n)},t.prototype.fireAnchorPageViewEvent=function(e,t,n){if(void 0===n&&(n={}),!e)throw new Error("newPageKey is required.");var i=L({},this.state.currentPageInstance),r=S(e);this.state.previousPageInstance=i,this.state.currentPageInstance=r,this.fireNavigationEvent(i,t,n),this.firePageViewEvent(e,n)},t.prototype.firePageVisibilityChangeEvent=function(t,n){void 0===n&&(n={}),this.fireTrackingEvent(e.EventTypes[e.EventTypes.PageVisibilityChangeEvent],{requestHeader:{},header:{},isVisible:!t},n)},t.prototype.fireTrackingEvent=function(e,t,i,r){if(void 0===i&&(i={}),void 0===r&&(r=!1),!e||!t)throw new Error("eventName and body are required.");t=L({},t),(i=L({},i)).topicName||(i.topicName=e),i.pageInstance||(i.pageInstance=this.state.currentPageInstance);var a=L({pageKey:k(i.pageInstance.pageUrn),path:window.location.href,referer:P(document),trackingCode:D(document)},this.config.userRequestHeaderProperties,t.requestHeader);delete t.requestHeader,delete t.header.pageInstance;var o=L({pageInstance:i.pageInstance,time:Date.now()},this.config.eventHeaderProperties,t.header);delete t.header;var s={requestHeader:a,header:o};this.config.mapHeaders&&(s=this.config.mapHeaders(s));var c=L(s,t),l={eventName:e,topicName:i.topicName,appId:this.config.appId};this.config.validationMode?n.validateEvent(l,c,(function(t){t&&console.error("Event "+e+" failed validation!")})):(n.sendEvent(l,c),r&&n.flush())},t.prototype.destroy=function(){n.destroy(),document.removeEventListener("click",this._boundDocumentClickHandler,!0)},t.createFromPageKey=function(e,n){return e.initialPageInstance=S(n),new t(e)},t}();e.AppTrackingInstance=O,e.clearNavStorage=d,e.derivePageInstanceFromString=C,e.derivePageKeyFromUrn=k,e.generateControlUrn=I,e.generatePageInstance=S,e.generatePageUrn=T,e.generateTrackingId=b,e.getReferrer=P,e.getTrackingCode=D,e.stringifyPageInstance=A,e.uuid=_,e.webTrackingTransport=n}(t)}));function b(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{setTimeout(e)})}function E(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function T(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,a=t.left<=i&&t.left+t.width>=0;return r&&a}function I(e,t,n){const i=new RegExp("([\\?&])".concat(n?t:encodeURIComponent(t),"=([^&#]*)")).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}function k(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=I(e,t,!0);if(r)return i?e.replace(r,n):e;{const i=e.indexOf("?");let[r,a]=e.split("#"),o="&";return i<0?o="?":i===e.length-1&&(o=""),a&&(a="#".concat(a)),"".concat(r).concat(o).concat(t,"=").concat(n).concat(a||"")}}function S(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}let A=null;function C({appId:e="seo",trackingCode:n}={}){const i=t(document),r=I(window.location.href,"originalReferer"),a={appId:e,disableInitialAnchorPageViewEvent:!0,requestBatchingMaxWaitSeconds:.05,userRequestHeaderProperties:{}};return n&&(a.userRequestHeaderProperties.trackingCode=n),r&&(a.userRequestHeaderProperties.referer=r),A||(A=_.AppTrackingInstance.createFromPageKey(a,i)),A.generateTrackingId=_.generateTrackingId,A}function P(e,t="ajax"){const i=function(e){let t=e.querySelector('meta[name="linkedin:pageTag"]');return t&&t.content||""}(document),r=n(document);let a={};return r&&(a.interfaceLocale=r),e&&(a.pageKey=e),{header:{},requestHeader:a,pageType:t,trackingInfo:{clientTimestamp:Date.now(),pageTag:i}}}function D(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 R=/ /g,N=/[\s\u0000<>"]|%00/,L=/\\/,O=/([.]|%2e){2}/i;let U=new RegExp("^(?:https?|ftp|mailto|tel|sms|blob|voyager|android-app|linkedin|chrome-extension|invalid|data:(?:(?:image/(?:gif|jpe?g|png))|(?:application/x-font-woff)|(?:font/(?:opentype|ttf)))[;,]|[/.#?])");function M(e){let t;if("string"!=typeof e)return D("jSecure Warning: url must be a string","error"),"invalid://";if(t=e.trim(),t.indexOf(" ")>-1&&(D("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(R,"+")),!U.test(t))return D("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(N.test(t))return D("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";let n=t.split("?")[0];return L.test(n)||O.test(n)||O.test(decodeURI(n))?(D("jSecure Error: malicious data found in url path: "+n,"error"),"invalid://"):e}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function B(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 q(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){x(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function H(e,{method:t="GET",headers:n={},sendCookies:r=!0,skipCsrfToken:a=!1,postData:o}={}){return new Promise((s,c)=>{const l=new XMLHttpRequest;if(l.addEventListener("load",(function(){if(l.status>=200&&l.status<300||304===l.status)s({status:l.status,responseText:l.responseText});else{const n=new Error("".concat(t," request for ").concat(e," has failed with status code ").concat(l.status));n.response={status:l.status,responseText:l.responseText},c(n)}})),l.addEventListener("error",(function(e){c(e)})),l.open(t,e,!0),l.withCredentials=r,Object.keys(n).forEach(e=>{l.setRequestHeader(e,n[e])}),!a){const e=S("JSESSIONID");e&&l.setRequestHeader("Csrf-Token",i(e))}l.send(o)})}const j={className:"class"};function V(e,t={}){if(!e)return Promise.reject(new Error("A path to the asset must be provided"));const n=q({focusable:"false"},t);return H(e,{sendCookies:!1,skipCsrfToken:!0}).then(e=>{return t=e.responseText,(new DOMParser).parseFromString(t,"image/svg+xml").firstChild;var t}).then(e=>function(e,t={}){return Object.keys(t).map(n=>{const i=j[n]||n;e.setAttribute(i,t[n])}),e}(e,n))}function z(e,t){if(!e)return Promise.reject(new Error("An icon tag must be provided to inlineIcon"));const n=e.getAttribute("data-svg-class-name");return V(t,n?{className:n}:{}).then(t=>(e.appendChild(t),e.setAttribute("aria-hidden","true"),t))}const F=["IMG","IFRAME","VIDEO","SCRIPT"];class K{constructor({delayedUrlAttributeName:e="data-delayed-url",delayedPosterAttributeName:t="data-delayed-poster",delayedBackground:n="data-delayed-background",ghostClassesAttributeName:i="data-ghost-classes",ghostUrlAttributeName:r="data-ghost-url",lazyloadClassName:a="lazy-load",lazyloadedClassName:o="lazy-loaded",onLoadClassName:s="onload",onErrorClassName:c="onerror"}={}){this.elementCache=[],this.onLoadClassName=s,this.onErrorClassName=c,this.delayedUrlAttributeName=e,this.delayedPosterAttributeName=t,this.delayedBackground=n,this.lazyloadClassName=a,this.lazyloadedClassName=o,this.lazyloadElSelector="[".concat(this.delayedUrlAttributeName,"], .").concat(this.lazyloadClassName),this.boundLoadVisibleImages=this.loadVisibleImages.bind(this),this.boundEvents=!1,this.scriptLoadPromises={},this.ghostUrlAttributeName=r,this.ghostClassesAttributeName=i,b(()=>this.refreshLoader())}getLazyLoadedJavascriptModule(e){return this.scriptLoadPromises[e]=this.scriptLoadPromises[e]||function(){let e,t;const n=new Promise((n,i)=>{e=n,t=i});return n.resolve=e,n.reject=t,n}(),this.scriptLoadPromises[e]}refreshLoader(){this.elementCache=E(document.querySelectorAll(this.lazyloadElSelector)),this.loadVisibleImages(),this.elementCache.length&&!this.boundEvents&&this._attachEvents()}_attachEvents(){window.addEventListener("scroll",this.boundLoadVisibleImages,!0),window.addEventListener("touchmove",this.boundLoadVisibleImages,!0),window.addEventListener("resize",this.boundLoadVisibleImages,!0),this.boundEvents=!0}_detachEvents(){window.removeEventListener("scroll",this.boundLoadVisibleImages,!0),window.removeEventListener("touchmove",this.boundLoadVisibleImages,!0),window.removeEventListener("resize",this.boundLoadVisibleImages,!0),this.boundEvents=!1}lazyloadElOnload(e){if(e.classList.remove(this.lazyloadClassName),e.classList.add(this.lazyloadedClassName),"SCRIPT"===e.tagName){const{moduleId:t}=e.dataset;this.getLazyLoadedJavascriptModule(t).resolve(window[t])}}lazyloadOnerror(e){const t=e.classList.contains(this.onErrorClassName),n=e.getAttribute(this.ghostUrlAttributeName);if(e.classList.remove(this.lazyloadClassName),e.classList.add(this.lazyloadedClassName),e.classList.add(this.onErrorClassName),n&&!t){e.setAttribute("src",M(n));const t=e.getAttribute(this.ghostClassesAttributeName);t&&t.length&&t.split(" ").forEach(t=>{e.classList.add(t)})}if("SCRIPT"===e.tagName){const{moduleId:t}=e.dataset;this.getLazyLoadedJavascriptModule(t).reject(new Error("Could not lazy load JS with src ".concat(e.src)))}}loadVisibleImages(){let e=0;for(;e<this.elementCache.length;){let t=this.elementCache[e];if("SCRIPT"===t.tagName||t.classList.contains(this.onLoadClassName)||T(t)){const n=t.getAttribute(this.delayedUrlAttributeName);n&&"ICON"===t.tagName?z(t,n).then(e=>{this.lazyloadElOnload(e),this.lazyloadElOnload(t)}).catch(()=>this.lazyloadOnerror(t)):n&&-1!==F.indexOf(t.tagName)?(t.onerror=this.lazyloadOnerror.bind(this,t),t.onload=t.oncanplay=this.lazyloadElOnload.bind(this,t),t.src=M(n)):(n&&t.hasAttribute(this.delayedBackground)&&(t.style.backgroundImage='url("'.concat(M(n),'")')),this.lazyloadElOnload(t)),"VIDEO"===t.tagName&&(t.poster=M(t.getAttribute(this.delayedPosterAttributeName))),t.removeAttribute(this.delayedUrlAttributeName),this.elementCache.splice(e,1)}else e++}this.elementCache.length||this._detachEvents()}}let G=null;const W=["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("|"),J=new RegExp(W,"i");var X,Y,Q=function(){return"".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)},$=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1;return{name:e,value:t,delta:0,entries:[],id:Q(),isFinal:!1}},Z=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},ee=!1,te=!1,ne=function(e){ee=!e.persisted},ie=function(){addEventListener("pagehide",ne),addEventListener("beforeunload",(function(){}))},re=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];te||(ie(),te=!0),addEventListener("visibilitychange",(function(t){var n=t.timeStamp;"hidden"===document.visibilityState&&e({timeStamp:n,isUnloading:ee})}),{capture:!0,once:t})},ae=function(e,t,n,i){var r;return function(){n&&t.isFinal&&n.disconnect(),t.value>=0&&(i||t.isFinal||"hidden"===document.visibilityState)&&(t.delta=t.value-(r||0),(t.delta||t.isFinal||void 0===r)&&(e(t),r=t.value))}},oe=function(){return void 0===X&&(X="hidden"===document.visibilityState?0:1/0,re((function(e){var t=e.timeStamp;return X=t}),!0)),{get timeStamp(){return X}}},se=function(){return Y||(Y=new Promise((function(e){return["scroll","keydown","pointerdown"].map((function(t){addEventListener(t,e,{once:!0,passive:!0,capture:!0})}))}))),Y};class ce{constructor({gaugeMetricEndpoint:e,counterMetricEndpoint:t,pageKey:n}={}){if(this.gaugeMetricEndpoint=e,this.counterMetricEndpoint=t,this.perfData=window.performance.timing,this.pageKey=n,!this.pageKey||!this.gaugeMetricEndpoint||!this.counterMetricEndpoint)throw new Error("Please pass a valid pageKey, counterMetricEndpoint & gaugeMetricEndpoint")}_getPageLoadTime(){return this.perfData.loadEventEnd-this.perfData.navigationStart}firePageLoadTimeMetric(){if(this._pageLoadTimeMetricFired||!this.perfData)return;const e=this._getPageLoadTime();this.fireGaugeIngraphMetric({metricsType:"pageLoadTime",metricsValue:e}),this._pageLoadTimeMetricFired=!0}attachWebVitalsMetrics(){this._webVitalsListenersAttached||(!function(e){var t,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=$("CLS",0),r=function(e){e.hadRecentInput||(i.value+=e.value,i.entries.push(e),t())},a=Z("layout-shift",r);a&&(t=ae(e,i,a,n),re((function(e){var n=e.isUnloading;a.takeRecords().map(r),n&&(i.isFinal=!0),t()})))}(this._webVitalReportHandler.bind(this)),function(e){var t,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=$("LCP"),r=oe(),a=function(e){var n=e.startTime;n<r.timeStamp?(i.value=n,i.entries.push(e)):i.isFinal=!0,t()},o=Z("largest-contentful-paint",a);if(o){t=ae(e,i,o,n);var s=function(){i.isFinal||(o.takeRecords().map(a),i.isFinal=!0,t())};se().then(s),re(s,!0)}}(this._webVitalReportHandler.bind(this)),function(e){var t=$("FID"),n=oe(),i=function(e){e.startTime<n.timeStamp&&(t.value=e.processingStart-e.startTime,t.entries.push(e),t.isFinal=!0,a())},r=Z("first-input",i),a=ae(e,t,r);r?re((function(){r.takeRecords().map(i),r.disconnect()}),!0):window.perfMetrics&&window.perfMetrics.onFirstInputDelay&&window.perfMetrics.onFirstInputDelay((function(e,i){i.timeStamp<n.timeStamp&&(t.value=e,t.isFinal=!0,t.entries=[{entryType:"first-input",name:i.type,target:i.target,cancelable:i.cancelable,startTime:i.timeStamp,processingStart:i.timeStamp+e}],a())}))}(this._webVitalReportHandler.bind(this)),this._webVitalsListenersAttached=!0)}_webVitalReportHandler(e){this.fireGaugeIngraphMetric({metricsType:"".concat(e.name.toLowerCase(),"Time"),metricsValue:e.value,sendBeacon:!0})}_beacon(e,t){e=k(e,"csrfToken",i(S("JSESSIONID")));const n=new Blob([t],{type:"application/json"});return navigator.sendBeacon(e,n)}fireGaugeIngraphMetric({metricsType:e,metricsValue:t,sendBeacon:n=!1}={}){const i="number"==typeof t&&!isNaN(t);if(!e||!i)throw new Error("valid metricsType & metricsValue are required");const r=JSON.stringify({pageKey:this.pageKey,metricsType:e,metricsValue:t});n?this._beacon(this.gaugeMetricEndpoint,r):H(this.gaugeMetricEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},postData:r})}fireSeoPageViewMetric(e=document){!this._seoPageViewMetricFired&&this._isSEOPageView(e)&&(this.fireCounterIngraphMetric({metricsType:"seoPageView"}),this._seoPageViewMetricFired=!0)}fireCounterIngraphMetric({metricsType:e,sendBeacon:t=!1}={}){if(!e)throw new Error("metricsType is required");const n=JSON.stringify({pageKey:this.pageKey,metricsType:e});t?this._beacon(this.counterMetricEndpoint,n):H(this.counterMetricEndpoint,{method:"POST",headers:{"Content-Type":"application/json"},postData:n})}_isSEOPageView(e=document){const t=e.referrer||"",n=t.indexOf("mail.google.com")>-1,i=t.indexOf(".google.com")>-1,r=!n&&i;return a=navigator.userAgent,!J.test(a.trim())&&r;var a}}const le={observeComponents:()=>{},unobserveComponents:()=>{},handleDynamicElements:()=>{}};class de{constructor(e,t,{threshold:n=.9,root:i=null,rootMargin:r="0px",impressionEventCallback:a}={}){if(!("IntersectionObserver"in window))return le;this.root=i,this.threshold=n,this.rootMargin=r,this.trackingInstance=t,this.queuedImpressions=[],this.impressionEventCallback=a;const o={root:this.root,rootMargin:this.rootMargin,threshold:this.threshold};this.intersectionObserverInstance=new e(this._handleObservedNodes.bind(this),o),this.observeComponents()}observeComponents(e=[...document.querySelectorAll("[data-impression-id]")]){this.intersectionObserverInstance&&e.forEach(e=>{this.intersectionObserverInstance.observe(e)})}unobserveComponents(e=[]){e.forEach(e=>{this.intersectionObserverInstance.unobserve(e),e.removeAttribute("data-impression-id")})}_returnImpressionMetaData(e){return e.getAttribute("data-impression-id")}_isNodeVisible(e){return e.intersectionRatio>=this.threshold}_handleObservedNodes(e){if(this.intersectionObserverInstance){const t=e.filter(e=>this._isNodeVisible(e)).map(({target:e})=>e),n=t.map(this._returnImpressionMetaData);this.queuedImpressions=this.queuedImpressions.concat(n),this.unobserveComponents(t),this._dispatchEvent()}}_dispatchEvent(){if(function(e,t){const i=n(document),r={};i&&(r.interfaceLocale=i);const a={header:{},requestHeader:r,moduleNames:t};e.fireTrackingEvent("ViewModuleImpressionEvent",a)}(this.trackingInstance,this.queuedImpressions),this.impressionEventCallback){const e=[...this.queuedImpressions];this.impressionEventCallback({trackingInstance:this.trackingInstance,queuedImpressions:e})}this.queuedImpressions=[]}handleDynamicElements(e=document){if(this.intersectionObserverInstance){const t=[...e.querySelectorAll("[data-impression-id]")];t.length>0&&this.observeComponents(t)}}}const ue=/iPad|iPhone|iPod/;function he(){var e;e=navigator.userAgent,ue.test(e)&&E(document.querySelectorAll(".app-store-link")).forEach(e=>{e.href&&e.addEventListener("click",e=>function(e){if(!e)throw Error("The given context is not valid");const t={timezoneOffset:(new Date).getTimezoneOffset(),screenWidth:window.screen.width,screenHeight:window.screen.height,devicePixelRatio:window.devicePixelRatio,currentContext:e};try{navigator.sendBeacon(k("/transactional-routing/createguestdeferreddeeplink","csrfToken",i(S("JSESSIONID"))),JSON.stringify(t))}catch(e){}}(e.currentTarget.pathname))})}function ge(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var fe,me,ve,we,ye={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},_e="GUEST",be="MEMBER",Ee=0,Te=1,Ie=2,ke=(pe(fe={},_e,"li_gc"),pe(fe,be,"li_mc"),fe),Se=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 a in ge(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=i,this.optedInConsentMap={},ye)t[a]=t[a]||Ee,t[a]!==Ee&&(this.consentAvailable=!0),this.optedInConsentMap[a]=t[a]===Te||t[a]===Ee&&r===Te},Ae=(me=[ye.ADVERTISING,ye.ANALYTICS_AND_RESEARCH,ye.FUNCTIONAL],ve=[Ee,Te,Ie,Ee],we=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";")),{parseConsentBody:function(e,t){var n=e.match(we);if(!n)return{error:"Invalid consent body encoding",consent:new Se};for(var i=parseInt(n[1],10),r={},a=0;a<me.length;a++)r[me[a]]=ve[i>>2*a&3];var o=new Date(1e3*parseInt(n[2],10)),s=parseInt(n[3],10),c=Ee;return s>=0&&s<=3&&(c=ve[s]),{error:null,consent:new Se(r,o,t,c)}}}),Ce=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),Pe=function(e,t){var n=t.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));if(n&&n.length>1)return n[1]},De=function(e,t){var n=Pe(ke[e],t);return n?Ne(n,e):Pe(ke[_e],t)||Pe(ke[be],t)?Re(Ie):Re(Te)},Re=function(e){var t={};for(var n in ye)t[n]=e;return{error:null,consent:new Se(t,null,null,e)}},Ne=function(e,t){var n=atob(e).match(Ce);if(!n)return{error:"Invalid consent encoding",consent:new Se};var i=parseInt(n[1],10),r=n[2];switch(i){case 1:return Ae.parseConsentBody(r,t);default:return{error:"Invalid encoded consent version ".concat(i),consent:new Se}}};let Le="";["csrftoken","midtoken","session_key","username"].forEach(e=>{Le+="(".concat(e,"=[^&]*&?)|(").concat(e,"%3d(?!%26|&)[\\w-]+(%26|&)?)|")}),Le=Le.substring(0,Le.length-1);const Oe=new RegExp(Le,"gi");class Ue{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.trackPageview,n=e.dimension5,i=e.trackerId,r=void 0===i?"UA-62256447-1":i,a=e.cookieDomain,o=e.useLocationForDP;if(!t)throw new Error("Please provide a valid page key for GA tracking");this._processConsent()&&this._init(t,n,r,a,o)}_init(e,t,n,i,r){this.trackPageview=e,this.dimension5=t,this.cookieDomain=i,this.trackerId=n,this.useLocationForDP=r,this.isProdEnv=window.location.hostname.indexOf("linkedin.com")>-1,Ue.onload(this._loadAndFireGA.bind(this))}_processConsent(){const e=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document.cookie;return e||(e="true"===Pe("liap",t)?Pe(ke[be],t)?be:_e:Pe(ke[_e],t)?_e:be),De(e,t)}().consent.optedInConsentMap,t=e[ye.ANALYTICS_AND_RESEARCH],n=e[ye.ADVERTISING];return t&&n}static onload(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{e()})}_loadGA(){const e=this.isProdEnv?"linkedin":"linkedin-ei",t="//platform.".concat(e,".com/js/analytics.js");this.scriptLoaded||(!function(e,t,n,i,r,a,o){e.GoogleAnalyticsObject=r,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,a=t.createElement(n),o=t.getElementsByTagName(n)[0],a.async=1,a.src=i,o.parentNode.insertBefore(a,o)}(window,document,"script",t,"ga"),this.scriptLoaded=t)}_fireGA(){let e=[location.protocol,"//",location.host,location.pathname].join("");const t=this.cookieDomain||(this.isProdEnv?"linkedin.com":"linkedin-ei.com");e+=this._getQueryString(),window.ga("create",this.trackerId,{cookieDomain:t}),window.ga("set","referrer",document.referrer),window.ga("set","location",e),window.ga("set","title","LinkedIn"),window.ga("set","forceSSL",!0),window.ga("set","anonymizeIp",!0),this.dimension5&&window.ga("set","dimension5",this.dimension5);const n="true"===this.getCookie("liap")?"1":"0";window.ga("set","dimension25",n),window.ga("set","dimension24",e);const i=this.useLocationForDP?e:this.trackPageview;window.ga("send","pageview",{page:i})}_getQueryString(){return location.search.replace(Oe,"")}getCookie(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}_loadAndFireGA(){this._loadGA(),this._fireGA()}}var Me,xe=y((function(e,t){!function(e){function t(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var n,i={ADVERTISING:"ADVERTISING",ANALYTICS_AND_RESEARCH:"ANALYTICS_AND_RESEARCH",FUNCTIONAL:"FUNCTIONAL"},r={GUEST:"GUEST",MEMBER:"MEMBER"},a={UNAVAILABLE:0,ACCEPTED:1,DENIED:2},o=(t(n={},r.GUEST,"li_gc"),t(n,r.MEMBER,"li_mc"),n),s=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;for(var s in function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),t=t||{},this.consentAvailable=!1,this.issuedAt=n,this.userMode=r,this.optedInConsentMap={},i)t[s]=t[s]||a.UNAVAILABLE,t[s]!==a.UNAVAILABLE&&(this.consentAvailable=!0),this.optedInConsentMap[s]=t[s]===a.ACCEPTED||t[s]===a.UNAVAILABLE&&o===a.ACCEPTED},c=function(){var e=[i.ADVERTISING,i.ANALYTICS_AND_RESEARCH,i.FUNCTIONAL],t=[a.UNAVAILABLE,a.ACCEPTED,a.DENIED,a.UNAVAILABLE],n=new RegExp(["^(\\d+)","(\\d+)","(\\d+)","((?:.|\\s)+)"].join(";"));return{parseConsentBody:function(i,r){var o=i.match(n);if(!o)return{error:"Invalid consent body encoding",consent:new s};for(var c=parseInt(o[1],10),l={},d=0;d<e.length;d++)l[e[d]]=t[c>>2*d&3];var u=new Date(1e3*parseInt(o[2],10)),h=parseInt(o[3],10),g=a.UNAVAILABLE;return h>=0&&h<=3&&(g=t[h]),{error:null,consent:new s(l,u,r,g)}}}}(),l=new RegExp(["^(\\d+)","((?:.|\\s)+)"].join(";")),d=function(e){var t=document.cookie.match(new RegExp("(?:^|; *)".concat(e,"=([^;]*)")));if(t&&t.length>1)return t[1]},u=function(e){var t={};for(var n in i)t[n]=e;return{error:null,consent:new s(t,null,null,e)}},h=function(){return document.domain.match(/^(?:|.*\.)([^\.]+\.[^\.]+)$/)[1]},g=function(e,t){var n=atob(e).match(l);if(!n)return{error:"Invalid consent encoding",consent:new s};var i=parseInt(n[1],10),r=n[2];switch(i){case 1:return c.parseConsentBody(r,t);default:return{error:"Invalid encoded consent version ".concat(i),consent:new s}}},p=function(e){return e||(e="true"===d("liap")?d(o[r.MEMBER])?r.MEMBER:r.GUEST:d(o[r.GUEST])?r.GUEST:r.MEMBER),function(e){var t=d(o[e]);return t?g(t,e):d(o[r.GUEST])||d(o[r.MEMBER])?u(a.DENIED):u(a.ACCEPTED)}(e)};e.NON_ESSENTIAL_CATEGORIES=i,e.USER_MODE=r,e.getBannerData=function(e){var t=p(e),n=t.consent,i=e||n.userMode||r.GUEST;return{showBanner:!t.error&&!n.consentAvailable,userMode:i,managePreferenceUrl:function(e){var t=e===r.MEMBER?"settings/member-cookies":"mypreferences/g/guest-cookies";return"https://www.".concat(h(),"/").concat(t)}(i)}},e.getCookieConsent=p,e.parseEncodedConsent=g,e.updateCookieConsent=function(e,t){var n=e.optedInConsentMap,r=e.updateSettings,o=e.userMode;t=t||function(e,t){},e.optedInConsentMap||t("optedInConsentMap is a required option",null);var s=new XMLHttpRequest;s.open("POST","https://www.".concat(h(),"/cookie-consent/")),s.setRequestHeader("Content-Type","application/json"),s.withCredentials=!0,s.onload=function(){200!==s.status?t("Request failed with status ".concat(s.status),null):t(null,s)},s.onerror=function(){t("Request failed with an error",s)};var c={UPDATE_SETTINGS:r,USER_MODE:o,CATEGORIES:{}};for(var l in i){var d=void 0;!0===n[l]?d=a.ACCEPTED:!1===n[l]&&(d=a.DENIED),c.CATEGORIES[l]=d}s.send(JSON.stringify(c))},Object.defineProperty(e,"__esModule",{value:!0})}(t)})),Be=(Me=xe)&&Me.__esModule&&Object.prototype.hasOwnProperty.call(Me,"default")?Me.default:Me;function qe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function He(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 je(e,t,n){return t&&He(e.prototype,t),n&&He(e,n),e}function Ve(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&&Fe(e,t)}function ze(e){return(ze=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Fe(e,t){return(Fe=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ke(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Ge(e){var t=function(){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}}();return function(){var n,i=ze(e);if(t){var r=ze(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return Ke(this,n)}}function We(e,t,n){return(We="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,t,n){var i=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=ze(e)););return e}(e,t);if(i){var r=Object.getOwnPropertyDescriptor(i,t);return r.get?r.get.call(n):r.value}})(e,t,n||e)}var Je=null;function Xe(e){if(!Je){var t={appId:e.getAppId(),disableInitialAnchorPageViewEvent:!0,requestBatchingMaxWaitSeconds:.05};e.getTrackingCode()&&(t.userRequestHeaderProperties={trackingCode:e.getTrackingCode()}),Je=_.AppTrackingInstance.createFromPageKey(t,e.getPageKey())}return Je.generateTrackingId=_.generateTrackingId,Je}function Ye(e){var t=Xe(),n={header:{},requestHeader:{},alertUrn:e.getAlertId(),actionType:"DISMISS"};t.fireTrackingEvent("AlertActionEvent",n)}var Qe=Object.freeze({TERMS_AND_CONDITIONS:0,COOKIE_POLICY:1,COOKIE_USAGE:2,MAINTENANCE:3,EMAIL_STATUS:4,SUBSCRIPTION:5,IE_DEPRECATION_BANNER:6,UNKNOWN:7,COOKIE_CONSENT:8}),$e=(Object.freeze({TERMS_AND_CONDITIONS:501,COOKIE_POLICY:500,COOKIE_USAGE:500,MAINTENANCE:100,EMAIL_STATUS:300,SUBSCRIPTION:400,IE_DEPRECATION_BANNER:99,UNKNOWN:200}),Object.freeze({alertType:"type",severity:"severity",alertId:"alert-id",actionType:"action-type",actionUrl:"action-url"}));function Ze(e,t){for(var n=e;null!=n;){if(n.classList&&n.classList.contains(t))return!0;n=n.parentNode}return!1}function et(e){var t=document.cookie.match("(?:^|;)\\s*".concat(e,"\\s*=\\s*([^;]+)"));return t?t[1]:void 0}function tt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"customEvent",t=document.createEvent("Event");return t.initEvent(e,!0,!0),t}var nt=1,it=2,rt=0,at="artdeco-global-alert__dismiss",ot="artdeco-global-alert-action",st="artdeco-global-alert__content";var ct=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};qe(this,e),this._el=t,this._state=rt,this._initialHeight=this._el.offsetHeight,this._alertType=this._el.getAttribute($e.alertType),this._id=this._el.getAttribute($e.alertId),this._elDismissBtn=this._el.querySelector(".".concat(at)),this._trackingOptions=n,this.init()}return je(e,[{key:"_makeAlertAccessible",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this._el.setAttribute("aria-hidden",!e),this._el.style.setProperty("visibility",e?"visible":"hidden")}},{key:"init",value:function(){var e=this;this._el.style.setProperty("height","0px"),this._makeAlertAccessible(!1),this._el.addEventListener("click",(function(t){var n=t.target;Ze(n,at)?(e.dismissAction(),Ye(e)):Ze(n,ot)&&e.handleAlertAction(t)}))}},{key:"getTrackingOptions",value:function(){return this._trackingOptions}},{key:"getAlertNode",value:function(){return this._el}},{key:"setHeight",value:function(e){this._el.style.setProperty("height",e),this._el.style.setProperty("visibility","visible")}},{key:"getInitialHeight",value:function(){return this._initialHeight}},{key:"getAlertType",value:function(){return this._alertType}},{key:"getAlertId",value:function(){return this._id}},{key:"isInactive",value:function(){return!(this._state===nt||this._state===it)}},{key:"visited",value:function(){this._state=nt,this._makeAlertAccessible(!1)}},{key:"activate",value:function(){var e,t,n,i=this._trackingOptions,r=i.enableControlInteractionEvents,a=i.controlInteractionEventsPrefix;this._state=it,e=this,t=Xe(),n={header:{},requestHeader:{},alertUrn:e.getAlertId()},t.fireTrackingEvent("AlertImpressionEvent",n),this._makeAlertAccessible(!0),this._el.focus(),function(e){if(e instanceof Element){var t=e.querySelector(".".concat(st)),n=t.offsetHeight;t.scrollHeight>n&&t.classList.add("artdeco-global-alert__content--scrollable")}}(this._el),r&&this._el.querySelectorAll("button, a").forEach((function(e){var t=e.tagName;if(!e.getAttribute("data-tracking-control-name")){var n="a"===t.toLowerCase()?"alert-link-cta":"alert-dismiss-btn-cta";e.setAttribute("data-tracking-control-name","".concat(a,"-").concat(n))}}))}},{key:"dismissAction",value:function(){}},{key:"handleAlertAction",value:function(e){var t=e.target,n=t.getAttribute($e.actionType),i=t.getAttribute($e.actionUrl);i=i&&M(i);var r=tt("AlertActionClick");switch(n){case"LINK":i?window.location.assign(i):t.dispatchEvent(r);break;case"ACCEPT":i&&function(e){if(e){var t=document&&document.cookie.match(/(?:^|; *)JSESSIONID=([^;]*)(?:;|$)/),n=t?t[1]:null;if(n){var i=new XMLHttpRequest;i.open("POST",e),i.setRequestHeader("Content-Type","application/json"),i.setRequestHeader("Csrf-Token",n),i.withCredentials=!0,i.onload=function(){},i.send(JSON.stringify({action:"ACCEPT"}))}}}(i),t.dispatchEvent(r);break;case"DENY":this.dismissAction(),Ye(this),t.dispatchEvent(r)}}}]),e}();function lt(){try{var e=Be.getBannerData();return e.isActive=!(!et("li_gc")&&!et("li_mc")),e}catch(e){return console.error("invalid domain",document.domain),{}}}function dt(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t={},n=Be.NON_ESSENTIAL_CATEGORIES;return Object.keys(n).forEach((function(n){t[n]=e})),{optedInConsentMap:t}}var ut=function(e){Ve(n,e);var t=Ge(n);function n(){return qe(this,n),t.apply(this,arguments)}return je(n,[{key:"init",value:function(){We(ze(n.prototype),"init",this).call(this),lt().showBanner||this.visited()}},{key:"handleAlertAction",value:function(e){var t=e.target,n=t.getAttribute($e.actionType),i=lt().managePreferenceUrl,r=t.getAttribute($e.actionUrl);r=r&&M(r)||i;var a=tt("AlertActionClick");switch(n){case"LINK":r?Be.updateCookieConsent(dt(),(function(){window.location.assign(r)})):t.dispatchEvent(a);break;case"ACCEPT":Be.updateCookieConsent(dt(!0),(function(){})),t.dispatchEvent(a);break;case"DENY":this.dismissAction(),Ye(this),t.dispatchEvent(a)}}}]),n}(ct),ht="LIcookiePolicyDisplays";function gt(e){try{window.localStorage.setItem(ht,e)}catch(t){document.cookie="".concat(ht,"=").concat(e,";path=/")}}function pt(){var e,t,n;try{e=window.localStorage.getItem(ht)}catch(i){t=ht,e=((n=document.cookie.match("(?:^|;)\\s*".concat(t,"\\s*=\\s*([^;]+)")))?n[1]:void 0)||0}return parseInt(e,10)||0}var ft=function(e){Ve(n,e);var t=Ge(n);function n(){return qe(this,n),t.apply(this,arguments)}return je(n,[{key:"init",value:function(){var e=lt();We(ze(n.prototype),"init",this).call(this),(e.isActive||pt()>=3)&&We(ze(n.prototype),"visited",this).call(this)}},{key:"activate",value:function(){We(ze(n.prototype),"activate",this).call(this),gt(pt()+1)}},{key:"dismissAction",value:function(){We(ze(n.prototype),"dismissAction",this).call(this),gt(3)}}]),n}(ct);var mt=function(){function e(t){qe(this,e),this._trackingOptions=t}return je(e,[{key:"getAlertInstance",value:function(e){switch(function(e){return Qe[e.getAttribute($e.alertType)]}(e)){case Qe.COOKIE_USAGE:return new ft(e,this._trackingOptions);case Qe.COOKIE_CONSENT:return new ut(e,this._trackingOptions);default:return new ct(e,this._trackingOptions)}}}]),e}(),vt=function(){function e(t){qe(this,e);var n=t.appId,i=t.pageKey,r=t.trackingCode;this._appId=n,this._pageKey=i,this._trackingCode=r}return je(e,[{key:"getAppId",value:function(){return this._appId}},{key:"getPageKey",value:function(){return this._pageKey}},{key:"getTrackingCode",value:function(){return this._trackingCode}}]),e}();"undefined"!=typeof window&&"undefined"!=typeof document&&window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n<this.length;n++)e.call(t,this[n],n,this)}),Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(e){var t=this;do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null});var wt="artdeco-global-alert-container",yt="global-alert-offset",_t="artdeco-global-alert",bt="artdeco-global-alert__dismiss",Et="artdeco-global-alert-action",Tt="transition-in",It="transition-out",kt=function(){function e(t){var n=t.appId,i=t.pageKey,r=t.trackingCode,a=t.enableControlInteractionEvents,o=void 0!==a&&a,s=t.controlInteractionEventsPrefix,c=void 0===s?"global-alerts":s;if(qe(this,e),!n)throw new Error("Missing config - appId");if(!i)throw new Error("Missing config - pageKey");if(this._el=document&&document.querySelector("#".concat(wt)),this._elOffsetList=document.querySelectorAll(".".concat(yt)),this._elAlertList=document.querySelectorAll(".".concat(_t)),this._alertInstance=[],this._currentActiveAlert=void 0,this._alertFactoryInstance=new mt({enableControlInteractionEvents:o,controlInteractionEventsPrefix:c}),this._initalBodyOffset=parseInt(document.body.style.getPropertyValue("padding-top"),10)||0,this._getTrackingInstance=Xe(new vt({appId:n,pageKey:i,trackingCode:r})),!this._el&&!this._elAlertList.length)return!1;this.init()}return je(e,[{key:"init",value:function(){var e=this;this._elAlertList.forEach((function(t){e._alertInstance.push(e._alertFactoryInstance.getAlertInstance(t))})),this._el.classList.add(Tt),document.body.classList.add(Tt),this._el.addEventListener("click",(function(t){var n=t.target;Ze(n,bt)&&(e.dismissAlert(n),e.activateNextAlert())})),this._el.addEventListener("AlertActionClick",(function(t){var n=t.target;Ze(n,Et)&&(e.dismissAlert(n),e.activateNextAlert())})),this.activateNextAlert()}},{key:"activateNextAlert",value:function(){var e;this._alertInstance.some((function(t){return!!t.isInactive()&&(e=t,!0)})),this._currentActiveAlert&&this._currentActiveAlert.visited(),e&&e.activate(),this._currentActiveAlert=e,this._currentActiveAlert?this.updateBodyOffset():this.destroy()}},{key:"updateBodyOffset",value:function(){var e=this._currentActiveAlert.getInitialHeight();document.body.style.setProperty("padding-top","".concat(e+this._initalBodyOffset,"px")),this._elOffsetList.forEach((function(t){t.style.setProperty("top","".concat(e,"px"))})),this._el.style.setProperty("height","".concat(e,"px")),this._currentActiveAlert.setHeight("".concat(e,"px"))}},{key:"dismissAlert",value:function(e){var t=e.closest(".".concat(_t));t.classList.add(It),t.style.setProperty("height","0px")}},{key:"destroy",value:function(){var e=this._el;this._el.classList.add(It),document.body.classList.add(It),document.body.style.setProperty("padding-top","".concat(this._initalBodyOffset,"px")),this._elOffsetList.forEach((function(e){e.style.setProperty("top","0px")})),this._el.style.setProperty("height","0px"),this._alertInstance=[],this._el=void 0,setTimeout((function(){e.remove(),document.body.classList.remove(Tt),document.body.classList.remove(It)}),500)}}]),e}();class St{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!e||"[object Function]"!=={}.toString.call(e))throw new Error("Please provide a valid tracking call back function");this.memberId=t,this.trackingCallback=e}getInstalledApps(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:navigator;return"getInstalledRelatedApps"in e?e.getInstalledRelatedApps().then(t=>(this._fireAppDetectionEvent(t,e),t)):Promise.resolve([])}_fireAppDetectionEvent(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:navigator;const n=e.map(e=>({appId:e.id.toUpperCase().replace(/\./g,"_"),appVersion:e.version,platform:e.platform})),i={header:{memberId:this.memberId},requestHeader:{browserId:this._getBrowserId(),userAgent:t.userAgent||""},installedAppList:n},r=this._getQueryParam(window.location.href,"originalReferer");r&&(i.requestHeader.referer=r),this.trackingCallback("AppDetectionEvent",i)}_getBrowserId(){const e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:document).cookie.match(/bcookie=([^;]*)/),t=e?e[1].replace(/^"(.*)"$/,"$1"):"";return t&&t.includes("&")&&t.split("&")[1]||""}_getQueryParam(e,t,n){const i=new RegExp("([\\?&])".concat(n?t:encodeURIComponent(t),"=([^&#]*)")).exec(e);return i&&(n?i[2]:decodeURIComponent(i[2]))}}class At{constructor(e,t){if(!e)throw new Error("JetCore missing required first parameter (`trackingLib`)");if(!e.fireTrackingEvent||"function"!=typeof e.fireTrackingEvent)throw new Error("JetCore trackingLib does not have required `fireTrackingEvent` parameter");if(!t)throw new Error("JetCore missing required second parameter (`pageKey`)");this.trackingLib=e,this.pageKey=t}reportError(e,t){return this.trackingLib.fireTrackingEvent("JavaScriptErrorEvent",function(e,t,n,{protocol:i,host:r,pathname:a,search:o,hash:s}=window.location){return q({},P(t),{protocol:i.toUpperCase().replace(":",""),host:r,path:a,query:o,hash:s,error:e},n)}(e,this.pageKey,{tags:t}))}bind(e){e||(e=[]),e.push("guest-seo"),window.addEventListener("error",({message:t,error:n})=>{this.reportError(t||n,e)}),window.addEventListener("unhandledrejection",t=>{this.reportError(t.reason,e)})}}const Ct=document.querySelector('meta[name="pageKey"]').content,Pt=!!document.head.querySelector('meta[name="gaUseLocationForDP"]');new Ue({trackPageview:Ct,useLocationForDP:Pt});const Dt=document.getElementById("config");let Rt,Nt,Lt,Ot,Ut;function Mt(e,t){window[e]&&window[e].resolve?window[e].resolve(t):window[e]=Promise.resolve(t)}Dt&&Dt.dataset&&(Rt=Dt.dataset.appId||void 0,Nt=Dt.dataset.customTrackingCode||void 0,Lt=Dt.dataset.trackingPageType||void 0,Ot=void 0!==Dt.dataset.enableJet,Ut="string"==typeof Dt.dataset.jetTags&&Dt.dataset.jetTags.split(",")||[]),Mt("lazyloader",function(e={}){return G=G||new K(e),G}()),b(()=>{const n=t(document),i=C({appId:Rt,trackingCode:Nt});if(Mt("tracking",i),Mt("impressionTracking",new de(window.IntersectionObserver,i)),Ot){new At(i,n).bind(Ut)}!function(){let t=["c1=2","c2=6402952","c3=","c4=","c5=","c6=","c15="];t.push("".concat("ns_","_t=").concat(Date.now())),t.push("".concat("ns_","c=").concat(document.characterSet||document.defaultCharset||"")),t.push("c8=".concat(e(document.title))),t.push("c7=".concat(e(document.URL)));const n=document.referrer&&document.referrer.split("?")[0]||"";t.push("c9=".concat(e(n)));const i="https://sb.scorecardresearch.com/b?"+t.join("&");let r=new Image;r.src=i}(),v||(v=new m({"is-single-page-app":!1,"navigation-timing-only":!0,"enable-rs-timing":!0,"enable-cdn-tracking":!0,"enable-pop-tracking":!0,"request-sampling-rate":1})),function(e,t="ajax",n){e.fireTrackingEvent("PageViewEvent",P(n,t))}(i,Lt);const r=document.querySelector('meta[name="clientSideIngraphs"]');if(r){const{gaugeMetricEndpoint:e,counterMetricEndpoint:t}=r.dataset,i=new ce({counterMetricEndpoint:t,gaugeMetricEndpoint:e,pageKey:n});Mt("ingraphTracking",i),i.firePageLoadTimeMetric(),i.fireSeoPageViewMetric(),i.attachWebVitalsMetrics()}if(he(),document.querySelector(".global-alert-banner")){new kt({appId:Rt||"seo",pageKey:n,trackingCode:Nt||"",enableControlInteractionEvents:!0})}if(!!document.head.querySelector('link[rel="manifest"]')){new St((e,t)=>{i.fireTrackingEvent(e,t)}).getInstalledApps()}})}();
