!function(e){var t={};function __webpack_require__(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,__webpack_require__),n.l=!0,n.exports}__webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.d=function(e,t,i){__webpack_require__.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=8)}([function(e,t,i){"use strict";(function(e){i.d(t,"a",function(){return Re}),i.d(t,"b",function(){return v}),i.d(t,"c",function(){return ue}),i.d(t,"d",function(){return X}),i.d(t,"e",function(){return N}),i.d(t,"f",function(){return $}),i.d(t,"g",function(){return Z}),i.d(t,"h",function(){return r}),i.d(t,"i",function(){return request});window.encodeURIComponent;function getPageKey(e){let t=e.querySelector('meta[name="pageKey"]');return t?t.content+"_jsbeacon":""}function getDomain(e){let t=e.domain;return t?t.split(".").slice(-2).join("."):""}function trimDoubleQuotes(e){return'"'===e.charAt(0)&&'"'===e.charAt(e.length-1)?e.slice(1,-1):e}const n={ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",ESCAPE:"Escape",ENTER:"Enter",SPACEBAR:" ",TAB:"Tab"},o={Down:n.ARROW_DOWN,Right:n.ARROW_RIGHT,Left:n.ARROW_LEFT,Up:n.ARROW_UP,Esc:n.ESCAPE,Spacebar:n.SPACEBAR,Tab:n.TAB};function normalizeKeyBoardEventKey(e){return o[e]||e}function closest(e,t){if(!e)return null;let i=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;for(;e&&!i.call(e,t);)e=e.parentElement;return e}function onload(e){"complete"===document.readyState?e():window.addEventListener("load",()=>{setTimeout(e)})}function makeArray(e){return null==e||"object"!=typeof e?[]:Array.prototype.slice.call(e)}function elementInViewport(e){const t=e.getBoundingClientRect(),i=window.innerHeight||document.documentElement.clientHeight,n=window.innerWidth||document.documentElement.clientWidth,o=t.top<=i&&t.top+t.height>=0,r=t.left<=n&&t.left+t.width>=0;return o&&r}function hasElementScrolledToThreshold({scrollTop:e=scrollY,clientHeight:t=window.innerHeight,scrollHeight:i=document.body.scrollHeight}={},n=0){return e>=i-(t+t*n)}function getQueryParam(e,t,i){const n=new RegExp("([\\?&])".concat(i?t:encodeURIComponent(t),"=([^&#]*)")).exec(e);return n&&(i?n[2]:decodeURIComponent(n[2]))}function addQueryParam(e,t,i,n){if(!e||!t)throw new Error("Required param of addQueryParam missing: url = ".concat(e,",  key = ").concat(t));t=encodeURIComponent(t),i=encodeURIComponent(i);const o=getQueryParam(e,t,!0);if(o)return n?e.replace(o,i):e;{const n=e.indexOf("?");let[o,r]=e.split("#"),s="&";return n<0?s="?":n===e.length-1&&(s=""),r&&(r="#".concat(r)),"".concat(o).concat(s).concat(t,"=").concat(i).concat(r||"")}}function debounce(e,t,i){if("function"!=typeof e)throw new TypeError("Expected a function.");let n;return(...o)=>{const r=i&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,i||e.apply(this,o)},t),r&&e.apply(this,o)}}function getCookie(e){const t=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));return t&&t[2]}function dispatchCustomEvent(e,t,i={}){const n=document.createEvent("CustomEvent");n.initCustomEvent(t,!0,!0,i),e.dispatchEvent(n)}function getDeferredPromise(){let e,t;const i=new Promise((i,n)=>{e=i,t=n});return i.resolve=e,i.reject=t,i}var r=Object.freeze({__proto__:null,closest:closest,onload:onload,makeArray:makeArray,outerWidth:function(e){let t=e.offsetWidth,i=getComputedStyle(e);return t+=(parseInt(i.marginLeft,10)||0)+(parseInt(i.marginRight,10)||0)},elementInViewport:elementInViewport,hasElementScrolledToThreshold:hasElementScrolledToThreshold,getQueryParam:getQueryParam,addTrackingCode:function(e,t){return addQueryParam(e,"trk",t)},addQueryParam:addQueryParam,debounce:debounce,getCookie:getCookie,dispatchCustomEvent:dispatchCustomEvent,getDeferredPromise:getDeferredPromise});const s="click",a="keydown",l="focus",c="keyup";class d{constructor(e,t,{mainButton:i,closeButton:n},o={}){if(!e)throw Error("An element must be provided to Collapsible");if(!t)throw Error("An list element must be provided to Collapsible");if(!i)throw Error("A main button element must be provided to Collapsible");this.el=e,this.listEl=t;let{currentListItem:r=t.children[0],isOpen:l=!1}=o;this.currentListItem=r,this.isOpen=l,this.mainButton=i,this.closeButton=n,this.buttons=[i],this.mainButton.addEventListener(s,()=>this.closeButton?this._open():this._toggle()),this.mainButton.addEventListener(a,e=>this._onButtonKeyDown(e)),this.mainButton.addEventListener(c,e=>this._onButtonKeyUp(e)),this.closeButton&&(this.closeButton.addEventListener(s,()=>this.close()),this.closeButton.addEventListener(a,e=>this._onButtonKeyDown(e)),this.buttons.push(this.closeButton)),this.listEl.addEventListener(a,e=>this._onListKeyDown(e))}_toggle(){this.isOpen?this.close():this._open()}_onButtonKeyDown(e){const t=normalizeKeyBoardEventKey(e.key);switch(t){case n.ENTER:case n.SPACEBAR:e.preventDefault(),this.isOpen?this.close():this._open(t);break;case n.ARROW_UP:this.isOpen||this._open();break;case n.ARROW_DOWN:this.isOpen&&this.close()}}_onButtonKeyUp(e){const t=normalizeKeyBoardEventKey(e.key);this.isOpen&&t===n.SPACEBAR&&(e.preventDefault(),dispatchCustomEvent(this.currentListItem,l))}_onListKeyDown(e){let t;switch(normalizeKeyBoardEventKey(e.key)){case n.ESCAPE:this.isOpen&&this.close();break;case n.ARROW_LEFT:let i=(t=closest(e.target,"li")).previousElementSibling;i&&dispatchCustomEvent(i,l);break;case n.ARROW_RIGHT:let o=(t=closest(e.target,"li")).nextElementSibling;o&&dispatchCustomEvent(o,l)}}_open(e){this.isOpen||(this.isOpen=!0,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"open"),e!==n.SPACEBAR&&dispatchCustomEvent(this.currentListItem,l))}close({shouldReturnFocusToTrigger:e=!0}={}){this.isOpen&&(this.isOpen=!1,this.buttons.forEach(e=>e.setAttribute("aria-expanded",this.isOpen)),dispatchCustomEvent(this.el,"close"),e&&this.mainButton.focus())}}const h=".".concat("collapsible-dropdown","__list"),u=".".concat("collapsible-dropdown","__button"),p="hidden";class m{constructor(e,t=(e=>e),{currentListItem:i,dropdownTriggerEl:n,listEl:o}={}){if(!e)throw Error("An element must be provided to CollapsibleDropdown");this.el=e,this.listEl=o||this.el.querySelector(h),this.dropdownTriggerEl=n||this.el.querySelector(u),this._getFocusItemFromListItem=t,this.hideClass=p,this.collapsible=new d(e,this.listEl,{mainButton:this.dropdownTriggerEl},{currentListItem:i}),this._handleBodyClick=this._handleBodyClick.bind(this),this._focusOutsideDropdown=this._focusOutsideDropdown.bind(this),this._attachEventListeners()}_attachEventListeners(){this.el.addEventListener("open",()=>this._showDropdownList()),this.el.addEventListener("close",()=>this._hideDropdownList()),this.listEl.addEventListener("focus",e=>this._focusItem(e))}_focusItem(e){const t=e.target;if(t){const e=this._getFocusItemFromListItem(t);e&&e.focus()}}_handleBodyClick(e){this.el.contains(e.target)||this.collapsible.close({shouldReturnFocusToTrigger:!1})}_showDropdownList(){document.addEventListener("mousedown",this._handleBodyClick),this.el.addEventListener("focusout",this._focusOutsideDropdown),this.listEl.classList.remove(this.hideClass)}_hideDropdownList(){document.removeEventListener("mousedown",this._handleBodyClick),this.el.removeEventListener("focusout",this._focusOutsideDropdown),this.listEl.classList.add(this.hideClass)}_focusOutsideDropdown(e){e.relatedTarget&&!this.el.contains(e.relatedTarget)&&this.collapsible.isOpen&&this.collapsible.close()}}const _=31536e6,g="data-locale",f=".collapsible-dropdown__list",b=".language-selector__button",E="language-selector__link",w=".".concat(E),y="".concat(w,"--selected");class v{constructor(e){if(!e)throw Error("An element must be provided to LanguageSelector");this._el=e,this.listEl=this._el.querySelector(f),this.dropdownTriggerEl=this._el.querySelector(b),this.currentListItem=this.listEl.querySelector(y),this.getFocusItemFromListItem=(e=>e.classList.contains(E)?e:e.querySelector(w)),this.collapsibleDropdown=new m(e,this.getFocusItemFromListItem,{dropdownTriggerEl:this.dropdownTriggerEl,currentListItem:this.currentListItem}),this._attachCustomEventListeners()}_attachCustomEventListeners(){this.listEl.addEventListener("click",this._handleLocaleButtonClick.bind(this))}_handleLocaleButtonClick(e){const t=e.target.getAttribute(g);if(t){const e=this.getLangCookieString(t);null!==e&&(document.cookie=e),location.reload()}}getLangCookieString(e){let t=null;if(null!==e){const i=e.toLocaleLowerCase().replace("_","-"),n=getDomain(document);let o=new Date;o.setTime(o.getTime()+_),t='lang="v=2&lang='.concat(i,'";path=/;domain=').concat(n,";expires=").concat(o.toUTCString())}return t}}var k="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{};parseInt;var T="object"==typeof k&&k&&k.Object===Object&&k,L="object"==typeof self&&self&&self.Object===Object&&self;T||L||Function("return this")(),Object.prototype.toString,Math.max,Math.min;const S=".member-nav-menu";"".concat(S,"__list"),"".concat(S,"__item-link"),"".concat(S,"__button");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 _defineProperty(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function ownKeys(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),i.push.apply(i,n)}return i}function _objectSpread2(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(i),!0).forEach(function(t){_defineProperty(e,t,i[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}function request(e,{method:t="GET",headers:i={},sendCookies:n=!0,skipCsrfToken:o=!1,postData:r}={}){return new Promise((s,a)=>{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 i=new Error("".concat(t," request for ").concat(e," has failed with status code ").concat(l.status));i.response={status:l.status,responseText:l.responseText},a(i)}}),l.addEventListener("error",function(e){a(e)}),l.open(t,e,!0),l.withCredentials=n,Object.keys(i).forEach(e=>{l.setRequestHeader(e,i[e])}),!o){const e=getCookie("JSESSIONID");e&&l.setRequestHeader("Csrf-Token",trimDoubleQuotes(e))}l.send(r)})}const O=".slide-list__list",C={PREV:"prev",NEXT:"next"},R='slide-list__nav-button[data-direction="prev"]',x='slide-list__nav-button[data-direction="next"]',A="slide-list__list--dragging",I=10,P=20,M="slide-list__header-nav--minimal";class N{constructor(e){if(!e)throw new Error("No element passed in");this._el=e,this._previousButton=e.querySelector(".".concat(R)),this._nextButton=e.querySelector(".".concat(x)),this._listEl=e.querySelector(O),this._slideNavDisabled=this._el.dataset.disabled,this._dragLimit=this._listEl.offsetWidth,this._items=this._listEl.children,this._lock={},this._currentPage=0,this._isRtl="rtl"===document.body.dir,this._isMinimalNav=e.querySelector(".".concat(M)),("ontouchstart"in window||!this._slideNavDisabled)&&(this._initCalc(),window.addEventListener("resize",this._handleWindowResize.bind(this)),"ontouchstart"in window?(this._el.addEventListener("touchstart",this._handleTouchStart.bind(this)),this._el.addEventListener("touchmove",this._handleTouchMove.bind(this)),this._el.addEventListener("touchend",this._handleTouchEnd.bind(this)),this._isMinimalNav&&this._el.addEventListener("click",this._handleScrollAction.bind(this))):this._el.addEventListener("click",this._handleScrollAction.bind(this)))}next(e){return e=e||1,this._currentPage+e<=this._pageTranslates.length-1&&(this._currentPage+=e,this._updateSlideButtons(),this._updateListPosition()),this._currentPage}prev(e){return e=e||1,this._currentPage-e>=0&&(this._currentPage-=e,this._updateSlideButtons(),this._updateListPosition()),this._currentPage}_handleWindowResize(){this._isResizing||(this._isResizing=!0,window.requestAnimationFrame(this._initCalc.bind(this)))}_initCalc(){this._pageTranslates=this._getPageTranslates(),this._updateSlideButtons(),this._updateListPosition(),this._isResizing=!1}_getPageTranslates(){const e=this._listEl.offsetWidth,t=this._listEl.scrollWidth,i=this._isRtl?e-this._items[0].offsetLeft-this._items[0].offsetWidth:this._items[0].offsetLeft,n=t-e;let o=[0];for(let t=0;t<this._items.length;t+=1){const r=o[o.length-1];if(this._isRtl&&this._items[t].offsetLeft>=0)continue;let s=Math.abs(this._isRtl?this._items[t].offsetLeft+this._items[t].offsetWidth:this._items[t].offsetLeft),a=Math.abs(this._isRtl?this._items[t].offsetLeft:this._items[t].offsetLeft+this._items[t].offsetWidth);if((0!==s||0!==i)&&a>r+e){if(s>=n)break;o.push(s-i)}}return o.push(n),o}_handleScrollAction(e){const t=e.target.dataset.direction||e.target.parentElement.dataset.direction;t&&(this._listEl.addEventListener("transitionend",this._fireScrollEvent.bind(this)),t===C.PREV?this.prev():t===C.NEXT&&this.next())}_fireScrollEvent(){dispatchCustomEvent(window,"scroll"),this._listEl.removeEventListener("transitionend",this._fireScrollEvent)}_updateListPosition(){this._updateTranslateXY(this._isRtl?this._pageTranslates[this._currentPage]:-this._pageTranslates[this._currentPage],0)}_updateSlideButtons(){if(this._previousButton&&this._nextButton){if(this._previousButton.disabled=!1,this._nextButton.disabled=!1,!this._pageTranslates[1]||this._pageTranslates[1]<0)return this._previousButton.disabled=!0,void(this._nextButton.disabled=!0);0===this._currentPage&&(this._previousButton.disabled=!0),this._currentPage!==this._pageTranslates.length-1&&0!==this._pageTranslates.length||(this._nextButton.disabled=!0)}}_resetTouchEvents(){this._dragging=!1,this._dragCanceled=!1,this._listEl.classList.remove(A),this._lock.left=this._isRtl?this._currentPage===this._pageTranslates.length-1:0===this._currentPage,this._lock.right=this._isRtl?0===this._currentPage:this._currentPage===this._pageTranslates.length-1,this._dragThresholdMet=!1,this._t={current:{x:0,y:0}}}_handleTouchStart(e){this._resetTouchEvents(),this._t.start=this._getEventPosition(e),this._dragging=!0,this._listEl.classList.add(A)}_handleTouchMove(e){if(!this._dragging||this._dragCanceled)return;let t=this._getEventPosition(e);this._t.current={x:this._t.start.x-t.x,y:this._t.start.y-t.y},this._canDrag()?(this._dragThresholdMet=!0,e.preventDefault(),this._lock.left&&this._t.current.x<0?this._t.current.x=this._t.current.x*-this._dragLimit/(this._t.current.x-this._dragLimit):this._lock.right&&this._t.current.x>0&&(this._t.current.x=this._t.current.x*this._dragLimit/(this._t.current.x+this._dragLimit)),this._updateTranslateXY((this._isRtl?this._pageTranslates[this._currentPage]:-this._pageTranslates[this._currentPage])-this._t.current.x)):this._isVerticalScrolling()&&(this._dragCanceled=!0)}_handleTouchEnd(){this._dragging&&(!this._dragCanceled&&Math.abs(this._t.current.x)>P&&(this._t.current.x>0&&!this._lock.right?this._isRtl?this._currentPage--:this._currentPage++:this._t.current.x<0&&!this._lock.left&&(this._isRtl?this._currentPage++:this._currentPage--)),this._resetTouchEvents(),this._updateListPosition())}_getEventPosition(e){return{x:e.touches[0].clientX,y:e.touches[0].clientY}}_isVerticalScrolling(){return Math.abs(this._t.current.x)<Math.abs(this._t.current.y)&&Math.abs(this._t.current.y)>I}_canDrag(){return this._dragThresholdMet||Math.abs(this._t.current.x)>Math.abs(this._t.current.y)&&Math.abs(this._t.current.x)>I}_updateTranslateXY(e,t){this._listEl.style.transform="translate3d(".concat(e||0,"px, ").concat(t||0,"px, 0px)")}}const B="tab-toggle";"".concat(B,"--active");const U=".social-share__state",j="data-share-message",D="data-share-url",q="social-share--embed",H="social-share__embed-overlay-dismiss",F="embed-overlay__copy-text-input",z="social-share__item",W="social-share__dropdown",K="embedOverlayShown",V="embedOverlayHidden",G={COPY:"copy",LINKEDIN:"linkedin",TWITTER:"twitter",FACEBOOK:"facebook"},Y=Object.keys(G).map(e=>G[e]);class ${constructor(e,{globalNavigator:t=navigator,globalWindow:i=window}={}){if(!e)throw new Error("No element passed in");this.navigator=t,this.window=i,this.el=e,this._encodedShareMessage=this.window.encodeURIComponent(this.el.getAttribute(j))||"",this._encodedShareUrl=this.window.encodeURIComponent(this.window.location.href),this.stateCheckboxEl=this.el.querySelector(U),this.isEmbed=this.el.classList.contains(q),this.closeButton=this.el.querySelector(".".concat(H)),this.dropdown=this.el.querySelector("#".concat(W)),this.showString=this.stateCheckboxEl.getAttribute("data-show-dialog-string"),this.hideString=this.stateCheckboxEl.getAttribute("data-hide-dialog-string"),this.onBodyClick=this._handleBodyClick.bind(this),this.onFocusOut=this._handleFocusOutDropdown.bind(this),this.onEmbedOverlayCloseClick=(()=>{this.stateCheckboxEl.checked=!1,this.onClose()}),this.init()}init(){if(this.stateCheckboxEl.addEventListener("click",this.handleStateChange.bind(this)),this.el.querySelector(".social-share__options").addEventListener("click",({target:e})=>{const t=e.classList.contains(z)?e:closest(e,".".concat(z));t&&this.share(t.dataset.shareService)}),this.isEmbed&&!this.navigator.hasOwnProperty("clipboard")){const e=this.el.querySelector(".embed-overlay__copy-btn");e.parentNode.removeChild(e)}this.el.hasAttribute(D)&&this.el.getAttribute(D)&&(this._encodedShareUrl=this.window.encodeURIComponent(this.el.getAttribute(D)))}_handleBodyClick(e){e.target===this.el||this.el.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose())}handleStateChange({target:e}){e.checked?this.onOpen():this.onClose()}onOpen(){this.isEmbed?(this.closeButton.addEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,K)):(document.addEventListener("click",this.onBodyClick),document.addEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.hideString),this.stateCheckboxEl.setAttribute("aria-expanded","true")}onClose(){this.isEmbed?(this.closeButton.removeEventListener("click",this.onEmbedOverlayCloseClick),dispatchCustomEvent(this.el,V)):(document.removeEventListener("click",this.onBodyClick),document.removeEventListener("focusin",this.onFocusOut)),this.stateCheckboxEl.setAttribute("aria-label",this.showString),this.stateCheckboxEl.setAttribute("aria-expanded","false")}_handleFocusOutDropdown(e){this.dropdown.contains(e.target)||(this.stateCheckboxEl.checked=!1,this.onClose(),this.el.focus())}_copyText(){let e=this.el.querySelector(".".concat(F)).value;e&&this.navigator.clipboard.writeText(e)}_getServiceUrl(e){return{linkedin:"https://www.linkedin.com/shareArticle?mini=true&url=".concat(this._encodedShareUrl,"&title=").concat(this._encodedShareMessage),twitter:"https://twitter.com/intent/tweet?url=".concat(this._encodedShareUrl,"&text=").concat(this._encodedShareMessage),facebook:"https://www.facebook.com/sharer/sharer.php&u=".concat(this._encodedShareUrl)}[e]||""}share(e){if(e===G.COPY)this._copyText();else if(Y.includes(e)){const t=this.window.location.href,i=this._getServiceUrl(e,t);this.window.open(i,e,"height=600,width=1000")}}}const Q=["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(Q,"i");class X{constructor(e,t={},i=window.tracking,n=window.lazyloader){const{sources:o,posterUrl:r,mediaUrn:s,trackingId:a,captionsUrl:l}=e.dataset,c=JSON.parse(o);if(!c.length)throw new Error("Please pass video sources in correct Array string format inside data-sources attribute");e.hasAttribute("autoplay")&&(t.autoplay=!0),this._mediaPlayerInstancePromise=this._createPlayer(e,a,s,t,n).then(e=>(r&&e.poster(r),e.src(c),l&&e.addRemoteTextTrack({kind:"captions",label:"English",srclang:"en",mode:"showing",src:l}),this._bindTracking(e,i),e))}_createPlayer(e,t,i,n,o){return o.then(e=>e.getLazyLoadedJavascriptModule("media-player")).then(o=>{const{createPlayer:r}=o,s=n.plugins&&n.plugins.rum&&n.plugins.rum.mediaHeader&&n.plugins.rum.mediaHeader.mediaSource||"ugc",a=_objectSpread2({errorDisplay:!1,controlBar:{fullscreenToggle:!0,backToStartButton:!0,captionsToggle:{selected:!0}},plugins:{}},n);return a.plugins.tracking={mediaUrn:i,trackingId:t},a.plugins.rum={mediaUrn:i,trackingId:t,mediaHeader:{mediaSource:s}},r(e,a)})}_bindTracking(e,t){t.then(t=>{const i=this._getMediaPlayerTrackingEventHandler(t);e.tracking().on("track",i),e.rum().on("track",i)})}_getMediaPlayerTrackingEventHandler(e){return function(t,{eventName:i,eventData:n}){let o=_objectSpread2({header:{},requestHeader:{}},n);delete o.name,delete o.plugin,delete o.instance,o.requestHeader.pageKey||(o.requestHeader.pageKey=getPageKey(document)),e.fireTrackingEvent(i,o)}}getPlayerPromise(){return this._mediaPlayerInstancePromise}}class Z{constructor(e,{scrollThreshold:t=50,hideOnScrollBack:i=!1,isBottom:n=!0,exposeStickyState:o=!1}={}){this.el=e,this.scrollThreshold=t,this.hideOnScrollBack=i,this.isBottom=n,this.exposeStickyState=o,this._scrollListener=this._onScroll.bind(this),this._doesPageHaveEnoughScroll()?window.addEventListener("scroll",this._scrollListener):this.hideOnScrollBack||this.show(),onload(()=>{this.isBottom?this._addBottomSpacing():this.hideOnScrollBack||(this._addTopSpacing(),this.show())})}_doesPageHaveEnoughScroll(){return document.body.scrollHeight>window.innerHeight+this.scrollThreshold}_addBottomSpacing(){let e=this.el.clientHeight;document.body.style.marginBottom&&(e+=parseInt(document.body.style.marginBottom)),document.body.style.marginBottom="".concat(e,"px")}_addTopSpacing(){let e=this.el.clientHeight;document.body.style.marginTop&&(e+=parseInt(document.body.style.marginTop)),document.body.style.marginTop="".concat(e,"px")}show(){this.el.classList.add("show"),dispatchCustomEvent(this.el,"show")}hide(){this.el.classList.remove("show"),dispatchCustomEvent(this.el,"hide")}_onScroll(){window.pageYOffset>this.scrollThreshold?(this.hideOnScrollBack||this.exposeStickyState||window.removeEventListener("scroll",this._scrollListener),this.show(),this.exposeStickyState&&this.el.classList.add("stuck")):(this.hideOnScrollBack&&this.hide(),this.exposeStickyState&&this.el.classList.remove("stuck"))}}const J=['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 isElStyleHidden(e){const t=window.getComputedStyle(e);return"hidden"===t.visibility||"none"===t.display}function isElVisible(e,t=document.documentElement,i){if(e===t)return!isElStyleHidden(e);if(i&&i.get(e))return i.get(e);let n;return isElStyleHidden(e)?n=!1:e.parentNode&&(n=isElVisible(e.parentNode,t,i)),i&&i.set(e,n),n}const ee=["class","disabled","style","tabindex","type"],te=100;class ie{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)}init(){this._observer.observe(this._container,{attributeFilter:ee,attributes:!0,childList:!0,subtree:!0}),this._setFirstAndLastFocusableEls(this._container),this._container.addEventListener("keydown",this._handleKeyDown)}tearDown(){this._observer.disconnect(),this._container.removeEventListener("keydown",this._handleKeyDown)}_focusTrap(e){const{key:t,target:i}=e,o=normalizeKeyBoardEventKey(t),r=o===n.TAB&&e.shiftKey;!r&&o===n.TAB&&i===this.lastFocusableEl?(this.firstFocusableEl.focus(),e.preventDefault()):r&&i===this.firstFocusableEl&&(this.lastFocusableEl.focus(),e.preventDefault())}_setFirstAndLastFocusableEls(e){const[t,i]=this._getFirstAndLastFocusableEls(e);this.firstFocusableEl=t,this.lastFocusableEl=i,setTimeout(()=>{this._hasFocusBeenDropped()&&("-1"===e.getAttribute("tabindex")?e.focus():this.firstFocusableEl.focus())},te)}_hasFocusBeenDropped(){const e=document.activeElement;return!e||e===document.body}_getFirstAndLastFocusableEls(e){const t=[...e.querySelectorAll(J)],i=new Map;let n,o,r=0,s=t.length-1;for(;(!n||!o)&&r<=s;){if(!n){const o=t[r];n=isElVisible(o,e,i)&&o,r++}if(!o){const n=t[s];o=isElVisible(n,e,i)&&n,s--}}return[n,o=o||n]}}const{ENTER:ne,ESCAPE:oe}=n,re="modal__dismiss",se="modal__overlay--visible",ae="no-scroll",le="modal__overlay",ce="modal__wrapper",de="top-level-modal-container",he="default-outlet";class ue{constructor(e){if(!e)throw new Error("No modal element passed in");this._el=e,this._parentNode=this._el.parentNode,this._topLevelContainer=this._getTopLevelContainer(),this._wrapperEl=this._el.querySelector(".".concat(ce)),this._overlayEl=this._el.querySelector(".".concat(le)),this._outletEls=this._getOutletEls(),this._exitButtonEl=this._el.querySelector(".".concat(re)),this._onKeyDownEvent=(e=>this._onKeyDown(e)),this._outletEls.forEach(e=>{e.addEventListener("click",()=>this.open())}),this._exitButtonEl.addEventListener("click",()=>this.close()),this._overlayEl.addEventListener("click",this._handleOverlayClick.bind(this)),this._focusTrap=new ie(this._wrapperEl)}_getOutletEls(){const e=this._el.dataset.outlet,t=[...(e===he?this._parentNode:document).querySelectorAll('[data-modal="'.concat(e,'"]'))];if(!t.length)throw new Error("No outlet was found with a data-modal attribute equal to the provided dataCustomOutlet param ".concat(e));return t}_getTopLevelContainer(){const e=document.querySelector(".".concat(de));if(!e){const e=document.createElement("div");return e.className=de,document.body.appendChild(e)}return e}_handleOverlayClick(e){e.target===this._wrapperEl||this._wrapperEl.contains(e.target)||this.close()}_onKeyDown(e){const t=normalizeKeyBoardEventKey(e.key),i=t===ne&&document.activeElement===this._exitButtonEl;(t===oe||i)&&(this.close(),e.preventDefault())}open(){this._previouslyFocusedEl=document.activeElement,this._overlayEl.classList.add(se),this._topLevelContainer.appendChild(this._el),document.body.classList.add(ae),document.addEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"open"),this._wrapperEl&&this._wrapperEl.focus(),this._focusTrap.init()}close(){this._overlayEl.classList.remove(se),this._parentNode.appendChild(this._el),document.body.classList.remove(ae),document.removeEventListener("keydown",this._onKeyDownEvent),dispatchCustomEvent(this._el,"close"),this._previouslyFocusedEl&&this._previouslyFocusedEl.focus(),this._focusTrap.tearDown()}}!function(e){const t=new RegExp("<(?!/?(?:"+e.allowedTags+")(?:[ \t\r\n]*/?>|[ \t\r\n]+(?:(?:(?:"+e.allowedAttributes+")(?:=([\"'])[^'\"<>]*\\1)?|(?:"+e.allowedURLAttributes+")=([\"'])(?:(?:"+e.allowedURLSchemes+")(?::|&#(?:58|x3a);)|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\2)[ \t\r\n]*)+/?>))","i")}({allowedTags:"a|abbr|address|area|article|aside|audio|b|bdi|bdo|big|blockquote|br|button|center|cite|code|datalist|dd|del|details|dfn|div|dl|dt|em|fieldset|figcaption|figure|font|footer|h[1-6]|header|hgroup|hr|i|img|ins|kbd|label|legend|li|map|mark|marquee|nav|nobr|ol|p|pre|q|rp|rt|ruby|s|samp|section|small|source|span|strike|strong|sub|sup|table|tbody|td|tfoot|th|thead|time|tr|u|ul|var|video|wbr",allowedAttributes:"alt|aria-[a-z0-9_\\-]+|border|caption|checked|class|colgroup|color|cols|colspan|controls|coords|data-[a-z0-9_\\-]+|dir|disabled|height|hidden|hreflang|id|label|loop|marginheight|marginwidth|maxlength|method|multiple|name|preload|readonly|rel|required|reversed|role|rows|rowspan|spellcheck|tabindex|target|title|type|usemap|width|clear|headers|ismap|lang|start|datetime|accept|max|min|placeholder|size|step",allowedURLAttributes:"href|src",allowedURLSchemes:"https?|ftp|mailto"});function empty(){const e=(e="")=>!e||0===e.trim().length;return e.errorMessageSuffix="error_empty",e}function tooShort(e){const t=(t="")=>t.length<e;return t.errorMessageSuffix="error_too_short",t}function tooLong(e){const t=(t="")=>t.length>e;return t.errorMessageSuffix="error_too_long",t}empty(),tooShort(3),tooLong(128),empty(),tooShort(6),tooLong(400);var pe=window||e;const me="utag_data";pe[me]||(pe[me]={});const _e="undefined"!=typeof window&&window&&"node"!==window.appEnvironment;pe.utag_cfg_ovrd=pe.utag_cfg_ovrd||{},pe.utag_cfg_ovrd.noview=!0,pe.utag_cfg_ovrd.nocookie=!0;_e&&new RegExp("bot|google|aolbuild|baidu|bing|msn|duckduckgo|teoma|slurp|yandex|sogou|facebook|alexa","i").test(pe.navigator.userAgent);!function(){if("function"==typeof window.CustomEvent)return!1;window.CustomEvent=function(e,t){t=t||{bubbles:!1,cancelable:!1,detail:null};var i=document.createEvent("CustomEvent");return i.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),i}}(),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 i=this.listeners[e],n=0,o=i.length;n<o;n++)if(i[n]===t)return void i.splice(n,1)},e.prototype.dispatchEvent=function(e){if(!(e.type in this.listeners))return!0;for(var t=this.listeners[e.type].slice(),i=0,n=t.length;i<n;i++)t[i].call(this,e);return!e.defaultPrevented},window.EventTarget=e}();const ge={GOOGLE_ERROR:"googleError",GOOGLE_USER_FETCHED:"googleUserFetched",INITIALIZED:"initialized",PROMPT_MOMENT:"promptMomentNotification",TOKEN_FETCHED:"tokenFetched"},fe={INITIALIZATION:"initialization",AUTHENTICATION:"authentication"},{GOOGLE_ERROR:be,GOOGLE_USER_FETCHED:Ee,INITIALIZED:we}=ge,{INITIALIZATION:ye,AUTHENTICATION:ve}=fe;const ke=ge,Te=fe,{GOOGLE_USER_FETCHED:Le,GOOGLE_ERROR:Se,INITIALIZED:Oe}=ke,{INITIALIZATION:Ce}=Te;".".concat("show-more-less","__list"),".".concat("show-more-less","__more-button"),".".concat("show-more-less","__less-button"),"".concat("show-more-less","__list--hide-after"),"".concat("show-more-less","__button--hide");class Re{constructor(e){if(!e)throw new Error("EllipsisMenu el required");this._el=e;const t=this._el.querySelector(".collapsible-dropdown");if(!t)throw new Error("A collapsible dropdown is required to instantiate an EllipsisMenu");this.getFocusItemFromListItem=(e=>e.querySelector("[href], button")),this.collapsibleDropdown=new m(t,this.getFocusItemFromListItem)}}"".concat("filter-dropdown","--open")}).call(t,i(1))},function(e,t){var i;i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(i=window)}e.exports=i},function(e,t,i){"use strict";t.a=".article-body";t.c={INIT_PAGE_INDEX:0,FETCH_COUNT:6,REPLY_FETCH_COUNT:2};t.d={CONTAINER:".article-comment__container",FIRST_LEVEL_COMMENT_ITEM:".first-level-comment",INSERT_SLOT:".article-comments-insert-slot",HEADER:".article-comment__header",SHOW_MORE_REPLY:".article-comment__nested-comments--show-more",HIDE_SHOW_MORE_REPLY:"article-comment__nested-comments--hide-show-more",HIDE_SHOW_MORE_COMMENT:"article-comment--hide-show-more",SHOW_MORE_COMMENT:".article-comment__show-more-link",REMAIN_COMMENT_NUMBER:".article-comment__remaining-comment-number",REMAINING_REPLY_NUMBER:".article-comment__nested-comments__remaining_number_reply",SHOW_MORE_COMMENT_SECTION:".article-comment__show-more-section"};t.l={ARTICLE_VIEW_EVENT:"ArticleViewEvent"};t.j={LEFT:"related-articles__box-shadow-left",RIGHT:"related-articles__box-shadow-right"};t.f="data-article-urn";t.e="data-article-permalink";t.g="data-comment-urn";t.i="data-total-reply";t.h="data-total-comment";t.b="/content-guest/article";t.k={COMMENT_BUTTON:".social-ctas__comment-button",LIKE_BUTTON:".social-ctas__like-button"}},function(e,t,i){var n;n=function(){"use strict";var e="aria-[a-z0-9_\\-]+|class|data-[a-z0-9_\\-]+|dir|id|role|tabindex",t=function(){if("undefined"==typeof document)return!0;return"textContent"in document.createElement("div")}()?"textContent":"innerText",i=["b","del","em","i","s","strong","sub","sup"],n=i.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"]),o=[e,"alt|checked|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("|"),r="href|src",s="data:image/(?:gif|jpg|jpeg|png);base64,",a="https?|ftp|mailto|invalid";new RegExp("&#?[a-zA-Z0-9]{1,10};");function ValueString(){}function log(e,t){if(t=t||"log","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)}var l,c,d=(c=/[&<>"'\u0000\\=]/g,l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","\0":"�","\\":"&#92;","=":"&#61;"},function(e){return null==e?null:e.toString().replace(c,function(e){return l[e]})}),h=function(){var e,i,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 o={nbsp:" ",lt:"<",gt:">",amp:"&",quot:'"'};return i="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,s,a){return r?(l=r,o.hasOwnProperty(l)?o[l]:(e.innerHTML="&"+l+";",c=e[t],o[l]=c,c)):s||a?i(parseInt(s||a,s?16:10)||65533):"�";var l,c})}}();var u=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function containsHTML(e){return/[<&]/.test(e)}var p,m=Array.prototype.forEach?function(e,t){Array.prototype.forEach.call(e,t)}:function(e,t){for(var i=0,n=e.length;i<n;i++)t(e[i],i)},_="[ \t\r\n]*",g="[ \t\r\n]+";function generateWhitelist(e){e=u(e)?e:[e];var t,i,l,c=0,d="<(?!/?";return d+="(?:",m(e,function(e,h){t=e.tags||n,i=e.attrs||o,l=e.checkUrlAttrs||!1,0!==h&&(d+="|"),d+="(?:"+t.join("|")+")",d+="(?:",d+=_,d+="|"+g,d+="(?:(?:",d+="(?:"+i+")(?:=([\"'])[^'\"<>]*\\"+ ++c+")?",l&&(d+="|(?:"+r+")=([\"'])(?:(?:"+a+")(?::|&#(?:58|x3a);)|(?:"+s+")|[/.#?]|&#(?:35|4[67]|63|x(?:2[3ef]|3f));)[^'\"<>]*\\"+ ++c),d+=")"+_+")+",d+=")"}),d+=")",d+="/?>)",new RegExp(d,"i")}function createHTMLWhitelist(e){return generateWhitelist({tags:e=e||n,checkUrlAttrs:!0})}function isSafeHTML(e,t){var i=(t=t||{}).allowTags,n=!1!==t.hasCustomElementMarkup;return i?!createHTMLWhitelist(i).test(e):n?!isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT.test(e):!isSafeHTML.R_UNSAFE_HTML.test(e)}function stripTags(e){return e.replace(/<[^>]*>|[<>'"&\\]/g,"")}function processString(e,t,i){if(null==e)return null;e=e.toString();var n=t?function(e,t){var i={};return e.replace(/\{([^}]+)\}/g,function(e,n){var o,r=e;if(i.hasOwnProperty(n))return i[n];if(t.hasOwnProperty(n)){if(r=t[n],!((o="string"==typeof r)||r instanceof ValueString||"number"==typeof r))throw new Error("Only strings, numbers, and jSecure types are allowed as placeholder replacements.");r=o?d(r):r.toString()}return i[n]=r,r})}(e,t):e,o=e;return containsHTML(n)&&!isSafeHTML(n,i)&&(n=stripTags(n),log("Content contains non-whitelisted tags or attributes:\nContent: "+o,"error")),n}function merge(e,t){for(var i=+t.length,n=0,o=e.length;n<i;n++)e[o++]=t[n];return e.length=o,e}isSafeHTML.R_UNSAFE_HTML=createHTMLWhitelist(),isSafeHTML.R_UNSAFE_CUSTOM_ELEMENT=generateWhitelist([{tags:n,checkUrlAttrs:!0},{tags:[(p={tag:"li-icon",attrs:"active|a11y-text|animate|color|size|type"}).tag],attrs:[e,p.attrs].join("|"),checkUrlAttrs:!1}]);var f={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,"",""]};f.optgroup=f.option,f.tbody=f.tfoot=f.colgroup=f.caption=f.thead,f.th=f.td;var b=/<([\w:]+)/;function buildFragment(e,t){var i,n,o,r,s,a,l,c=t.createDocumentFragment(),d=[];for(s=0,l=e.length;s<l;s++)if((r=e[s])||0===r)if("string"==typeof r){for(o=o||c.appendChild(t.createElement("div")),i=(b.exec(r)||["",""])[1].toLowerCase(),setElementContent(o,(n=f[i]||f._default)[1]+r+n[2]),a=n[0];a--;)o.lastChild&&o.lastChild.nodeType===Node.ELEMENT_NODE&&(o=o.lastChild);merge(d,o.childNodes),(o=c.firstChild).textContent=""}else merge(d,r.nodeType?[r]:r);for(c.textContent="",r=d[s=0];r;)c.appendChild(r),r=d[++s];return c}function parseHTML(e,t){var i;if(t=t||document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument(""):document,"string"==typeof e)i=buildFragment([e],t);else{if(!u(e))return e;i=buildFragment(e,t)}return merge([],i.childNodes)}var E=processString,w=processString;function setElementContent(e,i,n){var o=processString(i,n);return containsHTML(o)?e.innerHTML=o:e[t]=o,o}function UnsafeString(e,t){if(!(this instanceof UnsafeString))return new UnsafeString(e,t);(t=t||{}).allowTags=t.allowTags?t.allowTags.reduce(function(e,t){return e.concat(t)},[]):null,this._string=e,this._options=t}function mk(e){for(var t=arguments.length,i=Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];var o="",r=void 0,s=i.length;return e&&e.forEach(function(e,t){o+=e,t<s&&(r=i[t],o+=r instanceof UnsafeString?r:d(r))}),w(o)}UnsafeString.prototype=function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e}(new ValueString,{toString:function(){var e=this._string,t=this._stringVal,i=e;return void 0!==t?t:(isSafeHTML(e,this._options)||(i=e,e=stripTags(e),log("UnsafeString contains non-whitelisted tags or attributes.\nString: "+i,"error")),this._stringVal=e,e)}});var y=/ /g,v=/[\s\u0000<>"]|%00/,k=/\\/,T=/([.]|%2e){2}/i,L=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 sanitizeUrl(e){var t=void 0;if("string"!=typeof e)return log("jSecure Warning: url must be a string","error"),"invalid://";if((t=e.trim()).indexOf(" ")>-1&&(log("jSecure Warning: url should not contain spaces: "+e,"warn"),t=t.replace(y,"+")),!L.test(t))return log("jSecure Error: URL should be absolute with allowed schemas, relative, a hash fragment or query string. "+e,"error"),"invalid://";if(v.test(t))return log("jSecure Error: not valid url character found in url: "+e,"error"),"invalid://";var i=t.split("?")[0];return k.test(i)||T.test(i)||T.test(decodeURI(i))?(log("jSecure Error: malicious data found in url path: "+i,"error"),"invalid://"):e}var S={redirect:function(e){window&&(window.location.href=e)}};return{ALLOWED_TAGS:n,FORMATTING_TAGS:i,htmlEncode:d,htmlUnencode:h,log:log,mk:mk,parseHTML:parseHTML,parseSelector:function(e){return"string"==typeof e&&/^(?:\s*(<[\w\W]+>)[^>]*)$/.test(e)?[]:e},processTemplate:E,reEncode:function(e){return d(h(e))},_redirector:S,redirect:function(e){var t=sanitizeUrl(e);t===e&&S.redirect(t)},sanitizeHTML:w,sanitizeUrl:sanitizeUrl,setElementContent:setElementContent,text:function(e){return log("jSecure.text() is deprecated. Please use jSecure.htmlEncode().","warn"),d(e)},unsafe:function(e){return e},UnsafeString:UnsafeString}},e.exports=n()},function(e,t,i){"use strict";i.d(t,"a",function(){return l});var n=i(0);const o={URL:"data-url"},r={CLICK:"click",CLOSE:"close",OPEN:"open"},s={REPORT_OPTIONS:"report-option"},a={REPORT_BODY:".semaphore-modal__body",REPORT_BUTTON:".semaphore-modal__submit",REPORT_OPTIONS:".".concat(s.REPORT_OPTIONS)};class l extends n.c{constructor(e){if(!e)throw new Error("Semaphore modal container cannot be null");super(e),this._el.addEventListener(r.OPEN,this._bindEvents.bind(this)),this.reportOptionsEl=n.h.makeArray(this._el.querySelectorAll(a.REPORT_OPTIONS)),this.submitButton=this._el.querySelector(a.REPORT_BUTTON)}_bindEvents(){this._el.querySelector(a.REPORT_BODY).addEventListener(r.CLICK,this._handleOptionClick.bind(this)),this.submitButton.addEventListener(r.CLICK,this._handleReportClick.bind(this)),this._el.addEventListener(r.CLOSE,this._tearDown.bind(this))}_handleOptionClick(e){e.target&&e.target.classList.contains(s.REPORT_OPTIONS)&&this.submitButton&&this.submitButton.disabled&&(this.submitButton.disabled=!1,this._lastTabableEl=this.submitButton)}_handleReportClick(e){let t;if(this._mapOnOptions(e=>{e&&e.checked&&(t=e)}),t){let e;if(t.hasAttribute(o.URL)&&(e=t.getAttribute(o.URL)),e)return window.location=e,void this._tearDown()}}_tearDown(){this._mapOnOptions(e=>{e&&e.checked&&(e.checked=!1)}),this.submitButton&&(this.submitButton.disabled=!0,this._lastTabableEl=this._tabableElements[this._tabableElements.length-1])}_mapOnOptions(e){this.reportOptionsEl.forEach(t=>e(t))}}},function(e,t,i){"use strict";t.a=function(e){if(!o[e])try{o[e]=JSON.parse(document.getElementById(e).firstChild.nodeValue)}catch(e){return""}return o[e]},t.b=function(){return document.querySelector(n.a).getAttribute("data-redirect-url")};var n=i(2);const o=Object.create(null)},,,function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(0),o=i(4),r=i(3),s=i.n(r),a=i(9),l=i(10),c=i(11),d=i(12),h=i(2),u=i(13),p=i(5);window.addEventListener("load",()=>{const e=document.querySelector(h.d.CONTAINER),t=document.querySelector(".article-body"),i=document.querySelector(".related-articles"),r=document.querySelector(".social-share"),m=document.querySelector(".ellipsis-menu"),_=document.querySelector(".semaphore-modal"),g=document.querySelector(".language-selector");function checkScroll(){const e=i.scrollLeft+i.clientWidth,t=i.scrollWidth-e;i.scrollLeft>0?i.classList.add(h.j.LEFT):i.classList.remove(h.j.LEFT),t>0?i.classList.add(h.j.RIGHT):i.classList.remove(h.j.RIGHT)}if(g&&new n.b(g),m&&new n.a(m),_&&new o.a(_),Object(c.a)(),Object(a.a)(t),window.lazyloader.then(e=>e.refreshLoader()),Object(d.a)(),r&&(new n.f(r),document.querySelector(h.k.COMMENT_BUTTON).onclick=u.a,document.querySelector(h.k.LIKE_BUTTON).onclick=function(){s.a.redirect(Object(p.b)())}),e){const t=document.querySelector(h.d.INSERT_SLOT),i={articleUrn:e.getAttribute(h.f),articlePermalink:e.getAttribute(h.e),fetchCount:h.c.FETCH_COUNT,initPageIndex:h.c.INIT_PAGE_INDEX};new l.a(t,i)}i&&(i.addEventListener("scroll",checkScroll),window.addEventListener("resize",checkScroll),checkScroll())})},function(e,t,i){"use strict";t.a=function(e){e.querySelectorAll("img, iframe").forEach(e=>{const t=e.getAttribute("data-li-src").replace(/^http:\/\//i,"//");e.classList.add("lazy-load"),e.setAttribute("data-delayed-url",t),e.removeAttribute("data-li-src")})}},function(e,t,i){"use strict";var n=i(0),o=i(4),r=i(2);function addRemainingReplyNumber(e){const t=e.parentElement.childElementCount-1,i=e.getAttribute(r.i);e.querySelector(r.d.REMAINING_REPLY_NUMBER).innerText=i-t}function fetchMoreReplies(e){const t=e.target,i=t.parentElement.childElementCount-1,o=t.getAttribute(r.i);let s=r.c.REPLY_FETCH_COUNT;o-i<r.c.REPLY_FETCH_COUNT?(s=o-i,t.classList.add(r.d.HIDE_SHOW_MORE_REPLY),t.removeEventListener("click",fetchMoreReplies)):o-i===r.c.REPLY_FETCH_COUNT&&(t.classList.add(r.d.HIDE_SHOW_MORE_REPLY),t.removeEventListener("click",fetchMoreReplies));const a=t.getAttribute(r.g),l=`${r.b}/comments/${encodeURIComponent(a)}?count=${encodeURIComponent(s)}&start=${encodeURIComponent(i)}`;Object(n.i)(l,{sendCookies:!1}).then(e=>{const i=document.createElement("div");i.insertAdjacentHTML("beforeend",e.responseText),Array.prototype.slice.call(i.childNodes).forEach(e=>{t.parentElement.insertBefore(e,t.nextElementSibling)}),window.lazyloader.then(e=>e.refreshLoader()),addRemainingReplyNumber(t)})}t.a=class{constructor(e,t){if(!e)throw new Error("No container passed in");if(!t)throw new Error("No config passed in");this.commentsContainer=e,this.config=t,this.pageIndex=this.config.initPageIndex,this.articlePermalink=this.config.articlePermalink,function fetchComments(){const e=`${r.b}/comments/${encodeURIComponent(this.config.articleUrn)}?count=${this.config.fetchCount}&start=${this.pageIndex*this.config.fetchCount}&articlePermalink=${this.articlePermalink}`;Object(n.i)(e,{sendCookies:!1}).then(function(e){if(""!==e.responseText){const i=document.createElement("div");if(i.insertAdjacentHTML("beforeend",e.responseText),1===this.pageIndex){this.showMoreCommentsElement=document.querySelector(r.d.SHOW_MORE_COMMENT),this.showMoreCommentsElement.addEventListener("click",fetchComments.bind(this));const e=document.querySelector(r.d.HEADER);e&&e.hasAttribute(r.h)&&(this.totalNumberOfComments=e.getAttribute(r.h))}t=i,Array.prototype.slice.call(t.querySelectorAll(r.d.SHOW_MORE_REPLY)).forEach(e=>{addRemainingReplyNumber(e),e.addEventListener("click",fetchMoreReplies)}),Array.prototype.slice.call(i.childNodes).forEach(function(e){this.commentsContainer.appendChild(e),Array.from(e.querySelectorAll(".ellipsis-menu")).forEach(e=>new n.a(e)),Array.from(e.querySelectorAll(".semaphore-modal")).forEach(e=>new o.a(e))}.bind(this)),function(){let e=0;return Array.prototype.slice.call(document.querySelectorAll(r.d.FIRST_LEVEL_COMMENT_ITEM)).forEach(t=>{e+=parseInt(t.getAttribute(r.i)),e+=1}),this.totalNumberOfComments<=e}.call(this)&&this.showMoreCommentsElement.classList.add(r.d.HIDE_SHOW_MORE_COMMENT),window.lazyloader.then(e=>e.refreshLoader())}else{const e=document.querySelector(r.d.SHOW_MORE_COMMENT);e.classList.add(r.d.HIDE_SHOW_MORE_COMMENT)}var t}.bind(this)),this.pageIndex++}.call(this)}}},function(e,t,i){"use strict";t.a=function(){window.tracking.then(e=>{if(!r||!r.socialActivityCounts||!r.author)return void console.error(`tracking.fireArticleViewEvent requires articleData:{socialActivityCounts and author}. Failed on articleData.articleUrn: ${r.articleUrn}`);if(!e||!e.config||!e.config.initialPageInstance)return void console.error(`tracking.fireArticleViewEvent requires trackingInstance. Failed on articleData.articleUrn: ${r.articleUrn}`);const t=e.config.initialPageInstance,i={totalLikes:r.socialActivityCounts.numLikes,totalComments:r.socialActivityCounts.numComments,totalShares:r.socialActivityCounts.numShares,articleId:0,authorId:r.author.authorId,linkedInArticleUrn:r.linkedInArticleUrn,articleUrn:r.articleUrn};i.trackablePulseObject={trackingId:t.trackingId,objectUrn:r.articleUrn},i.header={pageInstance:t,time:Date.now()},e.fireTrackingEvent(o.l.ARTICLE_VIEW_EVENT,i)})};var n=i(5),o=i(2);const r=Object(n.a)("article")},function(e,t,i){"use strict";t.a=function(){window.addEventListener("scroll",lazyloadSlateFollowButton)};var n=i(3),o=i.n(n),r=i(0),s=i(5);let a=Array.prototype.slice.call(document.querySelectorAll(".slate-follow-button"));function lazyloadSlateFollowButton(){0===a.length&&window.removeEventListener("scroll",lazyloadSlateFollowButton),a.forEach(e=>{r.h.elementInViewport(e)&&function(e){const t=document.createElement("a"),i=document.createElement("icon");if(i.setAttribute("type","plus-icon"),i.setAttribute("aria-hidden",!0),t.innerText="Follow",t.setAttribute("title","Follow"),t.setAttribute("data-tracking-control-name","article_company_follow"),t.setAttribute("data-tracking-will-navigate",""),t.setAttribute("href",o.a.sanitizeUrl(Object(s.b)())),t.classList.add("article-follow-button"),t.setAttribute("alt",e.getAttribute("data-follow-button-type")+e.getAttribute("data-follow-button-id")),e.previousElementSibling.append(t),a.length>0){const t=a.indexOf(e);t>-1&&a.splice(t,1)}}(e)})}},function(e,t,i){"use strict";t.a=function(){document.querySelector(n.d.CONTAINER).scrollIntoView({block:"start",inline:"nearest",behavior:"smooth"})};var n=i(2)}]);