(self.webpackChunkDanfoss_WebEx=self.webpackChunkDanfoss_WebEx||[]).push([["common"],{10129:()=>{},31283:()=>{},96419:()=>{},92650:()=>{},83680:()=>{},10096:()=>{},89895:()=>{},20714:()=>{},99131:()=>{},20567:()=>{},68019:()=>{},25319:()=>{},31208:()=>{},93237:()=>{},69635:()=>{},80579:()=>{},66968:()=>{},74672:()=>{},32203:()=>{},1255:(e,t,n)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.getDhsInstallerValidationSchema=t.installerSignUpFormConfig=t.defaults=void 0;var o=n(23831),i=n(22333),a=n(38610),s=n(17979);t.defaults=((r={})[o.formControlKeys.companyType]="Installer/Contractor",r),t.installerSignUpFormConfig={rows:[{elements:[{inputType:o.formControlTypes.input,className:o.formControlClasses.twoInARow,key:o.formControlKeys.firstName},{inputType:o.formControlTypes.input,className:o.formControlClasses.twoInARow,key:o.formControlKeys.lastName}]},{elements:[{inputType:o.formControlTypes.input,className:o.formControlClasses.twoInARow,key:o.formControlKeys.company},{inputType:o.formControlTypes.dropdown,className:o.formControlClasses.twoInARow,key:o.formControlKeys.companyType}]},{elements:[{inputType:o.formControlTypes.dropdown,className:o.formControlClasses.twoInARow,key:o.formControlKeys.numberOfEmployees},{inputType:o.formControlTypes.dropdown,className:o.formControlClasses.twoInARow,key:o.formControlKeys.jobFunction}]},{elements:[{inputType:o.formControlTypes.input,className:o.formControlClasses.twoInARow,key:o.formControlKeys.email},{inputType:o.formControlTypes.dropdown,className:o.formControlClasses.twoInARow,key:o.formControlKeys.country}]},{elements:[{inputType:o.formControlTypes.input,className:o.formControlClasses.twoInARow,key:o.formControlKeys.postalZipCode},{inputType:o.formControlTypes.dropdown,className:o.formControlClasses.twoInARow,key:o.formControlKeys.language}]},{elements:[{inputType:o.formControlTypes.checkbox,className:o.formControlClasses.oneInARow+" "+o.formControlClasses.agreementBlock,key:o.formControlKeys.consentCheckbox}]},{elements:[{inputType:o.formControlTypes.submit,className:o.formControlClasses.oneInARow,key:o.formControlKeys.submitBtn}]}]};t.getDhsInstallerValidationSchema=function(e){return i.object({firstName:i.string().required(),lastName:i.string().required(),company:i.string().required(),companyType:i.string().required(),numberOfEmployees:i.string().required(),jobFunction:i.string().required(),email:i.string().email().required().test((function(e){return!s.validateInfoEmail(e)})),country:i.string().required().test((function(e){return!s.validateCountry(e)})),postalZipCode:i.string().required(),language:i.string().when("country",{is:function(t){return a.shouldRenderControl({inputType:"",className:"",key:o.formControlKeys.language},e,{country:t})},then:i.string().required(),otherwise:i.string()}),consentCheckbox:i.boolean().oneOf([!0],"required").required()})}},42940:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DhsInstallerForm=void 0;var r=n(67294),o=n(73935),i=n(65017),a=n(77678),s=n(1255),c=n(38610),u=n(5029);t.DhsInstallerForm=function(e){var t,n,l,p=r.useState(null),d=p[0],f=p[1],y=r.createRef(),m=s.getDhsInstallerValidationSchema(e),h=a.default,g=(t=e.items,n=e.control,l=t.specificFields.titleText,{control:n,label:t.submitLabel,title:l}),v=e.apiUrl,b=e.additionalFormData,C=e.reCaptchaSiteKey,_=e.items.specificFields,S=e.renderMessage,w=e.renderSpinner,T=e.pageId,P=e.bypassRecaptchaKey,A={firstName:"",lastName:"",company:"",companyType:"",numberOfEmployees:"",jobFunction:"",email:"",country:"",postalZipCode:"",language:"",consentCheckbox:!1},O=u.recaptchaKeyGuard(P);return A=c.updateInitialFormValues(e,A),r.createElement("div",{className:"dhs-installer-main"},r.createElement(i.Formik,{initialValues:A,validationSchema:m,enableReinitialize:!0,validateOnBlur:!1,validateOnMount:!0,onSubmit:function(e){O?u.submitForm(d,v,b,g,_,S,w,"",T):c.performReCaptchaCheck(y,S,_),f(e)}},(function(t){var n=t.values,o=t.errors,a=t.touched,l=t.isSubmitting,p=t.isValidating;return c.handleGtmValidationError(p,l,g,o,n),r.createElement(i.Form,null,u.renderFormItems(e,o,a,n,g,s.installerSignUpFormConfig))})),!O&&o.createPortal(r.createElement(h,{className:"newsletter-recaptcha recaptcha-mounted",ref:y,size:"invisible",sitekey:C,onChange:function(e){return u.submitForm(d,v,b,g,_,S,w,e,T)},onErrored:function(){return c.handleError(g,S,_)}}),document.body))}},63942:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.renderLoader=t.renderComponent=void 0;var r=n(67294),o=n(24407),i=n(11609),a=n(86652),s=n(42940);t.renderComponent={Form:function(e,t,n,o,i,a,c,u){return r.createElement(s.DhsInstallerForm,{items:e.formItems,inputObject:e.inputObject,renderSpinner:i.renderSpinner,renderMessage:i.renderMessage,additionalFormData:a.additionalFormData,apiUrl:t,reCaptchaSiteKey:n,control:c,pageId:u,bypassRecaptchaKey:o})},Message:function(e,t){return r.createElement(a.SignUpFormStatusMessage,{message:e,buttonLabel:t,close})},Spinner:r.createElement(o.Spinner,{visible:!0})};t.renderLoader=function(e,t,n,r,o,a,s){var c={classes:r,onModalClose:s,popupAriaLabel:o,closeButtonAriaLabel:a,backdrop:"static"};i.RenderModal(e,t,n,c)}},38610:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.handleGtmValidationError=t.modifyFormData=t.performReCaptchaCheck=t.shouldRenderControl=t.handleError=t.updateInitialFormValues=t.ErrorType=void 0;var o,i=n(63607),a=n(23831),s=n(17979);!function(e){e.validationError="Front-end validation error",e.serverError="Back-end error",e.countryValidationError="Front-end validation embargo country error"}(o=t.ErrorType||(t.ErrorType={}));t.updateInitialFormValues=function(e,t){return Object.values(e.inputObject).filter((function(e){return e.defaultValue})).forEach((function(e){var n=e.name,r=e.defaultValue;t[String(n)]=r})),t};t.handleError=function(e,t,n){var a=n.errorMessageTitleText,s=n.errorMessageText;i.GTM.newsletter.error(r(r({},e),{errorType:o.serverError})),t(a,s)};t.shouldRenderControl=function(e,t,n){if(e.key===a.formControlKeys.language){var r=t.items.languages;if(!c(n,r))return!1}return!0};var c=function(e,t){var n=e.country;return Boolean(n&&t&&t[n])};t.performReCaptchaCheck=function(e,t,n){var r=e.current,o=null!==r.getWidgetId(),i=n.errorMessageTitleText,a=n.errorMessageText;o?r.execute():t(i,a)};t.modifyFormData=function(e,t){var n;return void 0===t&&(t={}),delete Object.assign(t,e,(n={},n.userConsent=e.consentCheckbox,n)).consentCheckbox,t};t.handleGtmValidationError=function(e,t,n,a,c){e&&t&&Object.keys(a).forEach((function(e){var t="country"===e&&s.validateCountry(c.country)?o.countryValidationError:o.validationError;i.GTM.newsletter.error(r(r({},n),{errorType:t,errorField:e}))}))}},64317:function(e,t,n){"use strict";var r,o=n(69606),i=n(82702),a=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__assign||function(){return s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.dhsInstallerComponent=t.DhsInstallerComponent=void 0;var c=n(63607),u=n(17979),l=n(20308),p=n(23831),d=n(63942),f=n(1255),y=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".dhs-installer-signup",t.formWrapId="#newsletter-form",t.formFields={firstName:"firstName",lastName:"lastName",company:"company",companyType:"companyType",numberOfEmployees:"numberOfEmployees",jobFunction:"function",email:"email",country:"country",language:"language",postalZipCode:"postalZipCode"},t.renderLoader=function(e,n){d.renderLoader(d.renderComponent.Spinner,t.wrapper,null,"newsletter-form",e,n)},t.renderMessage=function(e,n,r){d.renderLoader(d.renderComponent.Message(n,r),t.wrapper,e,"newsletter-form newsletter-form--message")},t.setDefaults=function(e){return e.map((function(e){return e.name===p.formControlKeys.companyType?s(s({},e),{defaultValue:f.defaults[p.formControlKeys.companyType]}):e}))},t}return a(t,e),t.prototype.OnInit=function(){var e=this;this.wrapper=o(this.formWrapId).get(0),this.el.forEach((function(t){e.InitForm(t)}))},t.prototype.InitForm=function(e){var t=this,n=c.AttrService.data(e,"url"),r=c.AttrService.data(e,"page"),a=c.AttrService.data(e,"control"),s=c.AttrService.data(e,"location-api-base-url"),u=c.AttrService.data(e,"location-api-key"),p=c.AttrService.data(e,"culture"),d=c.AttrService.data(e,"error-message"),f=c.AttrService.data(e,"newsletter-aria-label"),y=c.AttrService.data(e,"close-button-aria-label"),m=c.AttrService.data(e,"bypass-recaptcha-key"),h={applications:c.AttrService.data(e,"applications"),markets:c.AttrService.data(e,"markets"),segments:c.AttrService.data(e,"segments"),solutions:c.AttrService.data(e,"solutions"),subSegments:c.AttrService.data(e,"subSegments")},g=l.signUpUtils.createCountryService(s,p,u);e.querySelector(".cta").addEventListener("click",(function(e){e.preventDefault(),t.renderLoader(f,y);var s=l.signUpUtils.getFormData(n,{pageId:r}),c=g.getDataForSelectOptions(),u={buttonLabel:o(e.target).text().trim(),popupAriaLabel:f,closeButtonAriaLabel:y};i.all([s,c]).then((function(e){var n=e[0],o=e[1],i=l.signUpUtils.convertLanguages(n.languages),s=t.convertData(n,o,i),c=n.reCaptchaSiteKey;t.renderForm(n,s,h,c,m,a,u,r)})).catch((function(e){t.renderMessage(null,e.response.data.message||d)}))}))},t.prototype.convertData=function(e,t,n){return{consentText:e.specificFields.userConsentText,consentValidationMessage:e.specificFields.userConsentValidationMessage,chineseConsentText:e.specificFields.userChineseConsentText,chineseConsentValidationMessage:e.specificFields.userChineseConsentValidationMessage,departments:[],countries:t,companyTypes:u.formatOptions(e.companyTypes,l.propNames.key,l.propNames.value),numberOfEmployees:u.formatOptions(e.numberOfEmployees,l.propNames.key,l.propNames.value),explanationText:e.specificFields.explanationText,functions:u.formatOptions(e.functions,l.propNames.key,l.propNames.value),genericFields:e.genericFields,inputs:this.setDefaults(l.signUpUtils.formatInputs(this.formFields,e.genericFields,e.specificFields)),languages:l.signUpUtils.formatLanguages(n),specificFields:e.specificFields,submitLabel:e.genericFields.submitLabel}},t.prototype.renderForm=function(e,t,n,r,o,i,a,s){var u=this,l=e.specificFields&&e.specificFields.titleText?e.specificFields.titleText:null,p=this.getInputObject(t),f={label:a.buttonLabel,title:l,control:i};c.GTM.newsletter.open(f);e.culture&&(n.culture=e.culture);var y={renderSpinner:function(){u.renderLoader(a.popupAriaLabel,a.closeButtonAriaLabel)},renderMessage:this.renderMessage},m={additionalFormData:n,formFields:this.formFields},h={formItems:t,inputObject:p};d.renderLoader(d.renderComponent.Form(h,e.postUrl,r,o,y,m,i,s),this.wrapper,l,"newsletter-form",a.popupAriaLabel,a.closeButtonAriaLabel,(function(){c.GTM.newsletter.abandon(f)}))},t.prototype.getInputObject=function(e){var t=e.inputs,n=e.countries,r=e.companyTypes,o=e.numberOfEmployees,i=e.functions,a=e.genericFields,s=e.specificFields,c=e.languages,u=t.reduce((function(e,t){return e[t.name]=t,e}),{});return u.country.options=n,u.companyType.options=r,u.numberOfEmployees.options=o,u.jobFunction.options=i,u.language.languages=c,u.genericFields=a,u.specificFields=s,u},t}(c.Component);t.DhsInstallerComponent=y,t.dhsInstallerComponent=new y},62742:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.component=t.ExpandCollapseComponent=void 0;var a=n(63607),s=n(24407),c=n(58407),u=n(92443),l="background-image",p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".expand-collapse-elem",t.expandedClass="expand-collapse-item--opened",t}return i(t,e),t.prototype.BeforeInit=function(){var e=this;this.el.forEach((function(e){new a.ExternalLink(e.querySelectorAll("a")).checkLinks()})),this.$expandItem=o(this.el).find(".expand-collapse-item"),this.$expandItem.each((function(t,n){e.initItem(n)}))},t.prototype.OnInit=function(){var e=this;setTimeout((function(){e.checkHash()}),400)},t.prototype.OnHashChange=function(){this.checkHash()},t.prototype.checkHash=function(){var e=window.location.hash;if(e&&"#"!==e){var t=document.querySelector(e),n=o(t).closest(".expand-collapse-item").get(0);if(n){var r=n.getElementsByClassName("item-content")[0],i=n.querySelector(".item-title");n.classList.add(this.expandedClass),i.setAttribute("aria-expanded","true");var s=r.scrollHeight;u.animateElementHeight(r,s,u.AnimationDuration.Slow,(function(){n.getElementsByClassName(".ktr").length&&(c.KTR.SetPendingUpdate(),a.ComponentService.UpdateComponentsSelector())}))}}},t.prototype.initItem=function(e){var t=this,n=o(e).find(".img-empty").next(".cta--play-video"),r=e.getElementsByClassName("item-title")[0];r&&(r.addEventListener("click",(function(){return t.expandCollapseClickHandler(e,r)})),r.addEventListener("keypress",(function(n){n.key!==a.keyNameMapping.enter&&n.key!==a.keyNameMapping.space||(n.preventDefault(),t.expandCollapseClickHandler(e,r))}))),n&&0!==n.length&&this.putImageFromVideo(n)},t.prototype.putImageFromVideo=function(e){var t,n={};s.VideoService.checkIsValidVideo(e.attr("data-url"))||e.hide(),(t=(t=e.attr("data-url"))?s.VideoService.getPreviewImage(t):null)?(n[l]="url("+t+")",n["background-size"]="cover"):(t=a.PathEnum.DefaultVideoImage,n[l]="url("+t+")"),e.prev(".img-empty").css(n)},t.prototype.expandCollapseClickHandler=function(e,t){var n=e.classList.contains(this.expandedClass),r=e.getElementsByClassName("item-content")[0];e.classList.toggle(this.expandedClass),t.setAttribute("aria-expanded",(!n).toString());var o=n?0:r.scrollHeight;u.animateElementHeight(r,o,u.AnimationDuration.Slow,(function(){e.getElementsByClassName(".ktr").length&&(c.KTR.SetPendingUpdate(),a.ComponentService.UpdateComponentsSelector())}))},t}(a.Component);t.ExpandCollapseComponent=p,t.component=new p},82261:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoVideoComponent=t.PromoVideoComponent=void 0;var i=n(63607),a=n(43241),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".full-bleed-image-spot .card__cta .cta-video",t}return o(t,e),t.prototype.OnInit=function(){document.querySelectorAll(".full-bleed-image-spot").forEach((function(e){new i.ExternalLink(e.querySelectorAll("a")).checkLinks()})),this.el.forEach((function(e){e.addEventListener("click",(function(t){a.showPreviewBoxWithDataFromImage(t,e)})),e.addEventListener("keypress",(function(t){t.key!==i.keyNameMapping.enter&&t.key!==i.keyNameMapping.space||a.showPreviewBoxWithDataFromImage(t,e)}))}))},t}(i.Component);t.PromoVideoComponent=s,t.promoVideoComponent=new s},75589:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.RenderLearningComponent=t.LearningComponent=void 0;var o=n(67294),i=n(73935),a=n(63607),s=n(24407),c=n(44179),u=n(2703),l=n(34562),p=n(83615),d=n(60615),f=n(67491);t.LearningComponent=function(e){var t=e.dataService,n=e.tableCaption,r=e.dictionary,i=e.tileStatusExpanded,c=o.useRef(),y=o.useState({rows:null,status:null}),m=y[0],h=m.rows,g=m.status,v=y[1],b=o.useCallback((function(e){switch(e){case u.ListStatusCode.zeroResults:return r.zeroResultMessage;case u.ListStatusCode.communicationError:return r.communicationErrorMessage;default:return}}),[r.communicationErrorMessage,r.zeroResultMessage]),C=o.useCallback((function(e){var t=e.coursesData,n=e.statusCode;v({rows:f.transformDataToGeneralSchema(t),status:{statusCode:n,message:b(n)}})}),[b]);a.useDidMount((function(){t&&t.getDataForLearningComponent().then((function(e){return C(e)}))}));var _=o.useMemo((function(){return f.getTableHeaderData(null!=h?h:[],r)}),[r,h]),S=o.useMemo((function(){return l.getUniqueItems({columns:_,rows:null!=h?h:[]})}),[_,h]),w=o.useMemo((function(){return"table learning-component "+(0===(null==h?void 0:h.length)?"learning-component-without-rows":"")}),[null==h?void 0:h.length]);return h?o.createElement("div",{className:"learning-table-wrap",ref:c},o.createElement(p.TableCore,{dictionary:r,className:w,tableType:d.TableTypeEnum.Learning,columns:_,status:g,rows:h,filterItems:S,expandableWrapperClassName:".learning-table-wrap",tableWrapperClassName:"learning-table-wrapper",tableCaption:n,tileStatusExpanded:i})):o.createElement("div",{className:"spinner-wrapper"},o.createElement(s.Spinner,{className:"learning-component-spinner",visible:!0}))},t.RenderLearningComponent=function(e,n){i.render(o.createElement(c.ErrorHandlerComponent,null,o.createElement(t.LearningComponent,r({},e))),n)}},97748:(e,t)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.learningComponentHeaderConfig=t.LearningComponentHeaderCellEnum=void 0,function(e){e.Type="type",e.Name="name",e.LearningType="learningType",e.Language="language",e.Duration="duration"}(n=t.LearningComponentHeaderCellEnum||(t.LearningComponentHeaderCellEnum={})),t.learningComponentHeaderConfig=[{name:n.Type,label:"typeLabel",filterable:!0,sortable:!1,searchable:!1},{name:n.Name,label:"nameLabel",filterable:!1,sortable:!1,searchable:!0},{name:n.LearningType,label:"learningTypeLabel",filterable:!0,sortable:!1,searchable:!1},{name:n.Language,label:"languagesLabel",filterable:!0,sortable:!1,searchable:!1},{name:n.Duration,label:"durationLabel",filterable:!1,sortable:!1,searchable:!1}]},56645:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBody=void 0;var s=n(67294),c=n(67491),u=n(86568),l=n(87151),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.activeTimeout=!1,t.state={expandIndex:{}},t.groupToggle=function(e,n){if(t.activeTimeout)return null;var r=t.props,i=r.tableWrapperRef,a=r.expandableWrapper,s=e.currentTarget.parentElement.parentElement.parentElement,c=o(i.current).find("tbody > .learning-table-body-main-row").toArray().indexOf(s),u=n.name+" "+n.id;if(c<t.props.maxVisibleRowCount){t.activeTimeout=!0;var l=o(s).next(),p=l.height();t.state.expandIndex[u]?(a.decreaseHeight(p),setTimeout((function(){t.activeTimeout=!1}),100)):(a.increaseHeight(p),setTimeout((function(){a.increaseHeight(l.height()-p),t.activeTimeout=!1}),100))}else t.activeTimeout=!1;t.setExpendInex(u)},t}return i(t,e),t.prototype.componentDidMount=function(){var e=this;this.props.isTableExpanded&&this.props.coursesData.map((function(t){var n=t.name+" "+t.id;e.setExpendInex(n)}))},t.prototype.setExpendInex=function(e){this.setState((function(t){var n;return{expandIndex:a(a({},t.expandIndex),(n={},n[e]=!t.expandIndex[e],n))}}))},t.prototype.render=function(){var e=this,t=this.props,n=t.coursesData,r=t.columns,o=t.isTableExpanded,i=t.dictionary,a=t.isMobile,p=t.sortOrder,d=t.sortColumn,f=t.maxVisibleRowCount,y=t.tableUniqueId;if(!n||!n.length)return s.createElement(l.LearningTableBodyEmptyRow,{isMobile:a,columnQuantity:r.length});var m=c.sortTableRows(n,p,d);return s.createElement(s.Fragment,null,m.map((function(t,n){var c=n>f-1&&!o;return s.createElement(u.LearningTableBodyGroup,{courseData:t,columns:r,groupIndex:n,groupToggle:e.groupToggle,expandGroupIndex:e.state.expandIndex,dictionary:i,isMobile:a,isInvisible:c,key:n,tableUniqueId:y})})))},t}(s.Component);t.LearningTableBody=p},91749:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBodyCell=void 0;var r=n(67294),o=n(51559);t.LearningTableBodyCell=function(e){var t=e.cellInfo,n=e.cellName,i=e.specificClassName,a=r.useMemo((function(){var e=t[n];return n===o.LearningComponentHeaderCellEnum.Language&&t.language&&(e=t.language.join(", ")),n===o.LearningComponentHeaderCellEnum.LearningType&&"course"===t.learningType&&(e=t[n]+" - "+t.deliveryTypes.join(", ")),e}),[t,n]);return r.createElement("span",{className:"learning-table-body-cell-text "+i},a)}},89132:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBodyDescriptionCell=void 0;var r=n(63607),o=n(67294),i=n(74515);t.LearningTableBodyDescriptionCell=function(e){var t=e.cellInfo,n=e.buttonLabel,a=e.isMobile,s=e.isInvisible,c=e.columnQuantity,u=e.isEmpty,l=t.url||"",p=o.useMemo((function(){return t.description?t.description&&r.StringToHTML(i.processCourseDescription(t.description)):o.createElement("div",null,"-")}),[t.description]),d=c&&u?c:4;return o.createElement("td",{colSpan:d},o.createElement("div",{className:"table--nested"},o.createElement("div",{className:"learning-table-body-description-wrapper table--nested-row"},o.createElement("div",{className:"table--nested-cell left-cell"},o.createElement("div",{className:"learning-table-body-description"},p)),o.createElement("div",{className:"table--nested-cell right-cell"},o.createElement("div",{className:"learning-component_cta"},o.createElement("a",{href:l,className:"cta "+(a?"cta--small":"cta--large")+" cta--alpha enroll-button",target:"_blank",rel:"noreferrer",tabIndex:s?-1:0},o.createElement("span",{className:"cta-content"},o.createElement("span",{className:"cta-content-text"},n))))))))}},87151:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBodyEmptyRow=void 0;var r=n(67294),o=n(89132);t.LearningTableBodyEmptyRow=function(e){var t=e.isMobile,n=e.columnQuantity;return r.createElement("tbody",{className:"screen-reader-only"},r.createElement("tr",{className:"learning-table-body-description-row ",tabIndex:-1},r.createElement(o.LearningTableBodyDescriptionCell,{cellInfo:{description:""},buttonLabel:"-",isMobile:t,isInvisible:!0,columnQuantity:n,isEmpty:!0})))}},86568:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBodyGroup=void 0;var i=n(63607),a=n(67294),s=n(51559),c=n(97748),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mainRowButtonRef=a.createRef(),t.isRowExpanded=null,t.handleKeyPress=function(e,n){if(e.key===i.keyNameMapping.enter||e.key===i.keyNameMapping.space){var r=!t.isRowExpanded;e.persist(),e.preventDefault(),t.mainRowButtonRef.current.setAttribute("aria-expanded",r.toString()),t.props.groupToggle(e,n)}},t}return o(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.courseData,r=t.columns,o=t.groupIndex,i=t.groupToggle,u=t.expandGroupIndex,l=t.dictionary,p=t.isMobile,d=t.isInvisible,f=t.tableUniqueId,y=l.collapseRow,m=l.enrollButtonLabel,h=l.expandRow,g=n.name+" "+n.id;return this.isRowExpanded=!!u[g],a.createElement("tbody",{className:"learning-table-body-group","aria-hidden":d},a.createElement("tr",{className:"learning-table-body-main-row row-with-expand-button "+(this.isRowExpanded?"expanded":""),key:o,id:"title-"+g+"-"+f},r.map((function(t,l){var f=t.name,m=!p&&l===r.length-1||p&&f===c.LearningComponentHeaderCellEnum.Name,v=m?"cell-with-expand-button":"",b=e.isRowExpanded?"open":"";return a.createElement("td",{key:l,className:"learning-table-body-cell td-"+f},a.createElement("div",{className:"learning-table-body-cell-wrapper"},a.createElement(s.LearningTableBodyCell,{cellName:f,cellInfo:n,expandGroupIndex:u,groupIndex:o,specificClassName:v}),m?a.createElement("button",{type:"button",tabIndex:d?-1:0,className:"cta expand-button "+b,onClick:function(e){return i(e,n)},onKeyDown:function(t){return e.handleKeyPress(t,n)},"aria-expanded":e.isRowExpanded,"aria-controls":"content-"+g,"aria-label":"title-"+g,ref:e.mainRowButtonRef},a.createElement("span",{className:"screen-reader-only"},b?y:h),a.createElement("span",{className:"icon icon-chevron-down-small"})):""))}))),a.createElement("tr",{className:"learning-table-body-description-row "+(this.isRowExpanded?"":"collapsed"),id:"content-"+g+"-"+f,"aria-labelledby":"title-"+g+"-"+f,"aria-hidden":!this.isRowExpanded},a.createElement(s.LearningTableBodyDescriptionCell,{cellInfo:n,buttonLabel:m,isMobile:p,isInvisible:d})))},t}(a.Component);t.LearningTableBodyGroup=u},51559:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LearningTableBodyGroup=t.LearningTableBodyDescriptionCell=t.LearningTableBodyCell=t.LearningTableBody=t.learningComponentHeaderConfig=t.LearningComponentHeaderCellEnum=t.LearningComponent=void 0;var r=n(75589);Object.defineProperty(t,"LearningComponent",{enumerable:!0,get:function(){return r.LearningComponent}});var o=n(97748);Object.defineProperty(t,"LearningComponentHeaderCellEnum",{enumerable:!0,get:function(){return o.LearningComponentHeaderCellEnum}}),Object.defineProperty(t,"learningComponentHeaderConfig",{enumerable:!0,get:function(){return o.learningComponentHeaderConfig}});var i=n(56645);Object.defineProperty(t,"LearningTableBody",{enumerable:!0,get:function(){return i.LearningTableBody}});var a=n(91749);Object.defineProperty(t,"LearningTableBodyCell",{enumerable:!0,get:function(){return a.LearningTableBodyCell}});var s=n(89132);Object.defineProperty(t,"LearningTableBodyDescriptionCell",{enumerable:!0,get:function(){return s.LearningTableBodyDescriptionCell}});var c=n(86568);Object.defineProperty(t,"LearningTableBodyGroup",{enumerable:!0,get:function(){return c.LearningTableBodyGroup}})},47760:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.getTableHeaderData=void 0;var o=n(34562),i=n(51559);t.getTableHeaderData=function(e,t){return i.learningComponentHeaderConfig.map((function(n){if(e&&0!==e.length){if(n.name===i.LearningComponentHeaderCellEnum.Type&&!function(e){return e.filter((function(e){return e.type&&0!==e.type.length})).length>0}(e))return;if(n.name===i.LearningComponentHeaderCellEnum.Duration&&!function(e){return e.filter((function(e){return e.duration&&0!==e.duration.length})).length>0}(e))return}return r(r({},n),{label:o.getValueFromDictionary(t,n.label)})})).filter((function(e){return e}))}},30029:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformDataToGeneralSchema=void 0;var o=n(54408);t.transformDataToGeneralSchema=function(e){return e&&0!==e.length?e.map((function(e){var t=e.type&&"N/A"!==e.type?e.type:"",n=e.duration&&"N/A"!==e.duration?e.duration:"",i=r(r({},e),{name:o.getFirstOrDefault(e.name,""),type:t,duration:n,description:o.getFirstOrDefault(e.description,"")});if(i.name||i.description)return i})).filter((function(e){return e})).sort((function(e,t){return e.name.localeCompare(t.name)})):[]}},67491:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sortTableRows=t.transformDataToGeneralSchema=t.getTableHeaderData=void 0;var r=n(47760);Object.defineProperty(t,"getTableHeaderData",{enumerable:!0,get:function(){return r.getTableHeaderData}});var o=n(30029);Object.defineProperty(t,"transformDataToGeneralSchema",{enumerable:!0,get:function(){return o.transformDataToGeneralSchema}});var i=n(37119);Object.defineProperty(t,"sortTableRows",{enumerable:!0,get:function(){return i.sortTableRows}})},37119:function(e,t,n){"use strict";var r=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var i=arguments[t],a=0,s=i.length;a<s;a++,o++)r[o]=i[a];return r};Object.defineProperty(t,"__esModule",{value:!0}),t.sortTableRows=void 0;var o=n(60615);t.sortTableRows=function(e,t,n){return r(e).sort((function(e,r){return t===o.OrderTypeEnum.Ascending?e[n].localeCompare(r[n]):r[n].localeCompare(e[n])}))}},23755:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.learningComponent=t.LearningComponent=void 0;var i=n(63607),a=n(81770),s=n(75589),c=n(71754),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".learning-component-table",t}return o(t,e),t.prototype.OnInit=function(){var e=this;this.el.forEach((function(t,n){e.renderLearningComponent(t,n)}))},t.prototype.renderLearningComponent=function(e,t){var n=i.transformDictionary(a.tableDictionary,i.AttrService.data(e,"dictionary")),r=e.getAttribute("data-learning-search-url"),o={query:e.getAttribute("data-learning-search-query"),language:e.getAttribute("data-language")},u=e.dataset.tableCaption,l=i.AttrService.data(e,"tile-status-expanded");s.RenderLearningComponent({dataService:new c.LearningDataService(r,o),dictionary:n,tableCaption:u,tileStatusExpanded:"True"===l},e)},t}(i.Component);t.LearningComponent=u,t.learningComponent=new u},71754:function(e,t,n){"use strict";var r=n(82702),o=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},i=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},a=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=r))((function(r,i){function a(e){try{c(o.next(e))}catch(e){i(e)}}function s(e){try{c(o.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((o=o.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CoursesResults=t.SearchResultsCoursesList=t.SearchResultCourse=t.LearningDataService=void 0;var c=n(72786),u=n(94576),l=n(2703),p=function(e,t){var n=this;this.getDataForLearningComponent=function(){return a(n,void 0,void 0,(function(){var e=this;return s(this,(function(t){return[2,this.searchApi.doSearch(this.searchParams,y).then((function(t){return e.processSuccessResult(t)})).catch((function(t){return e.processFailResult(t)}))]}))}))},this.processSuccessResult=function(e){var t=e.documentList.documents;return t&&t.length>0?{coursesData:e.documentList.documents,statusCode:l.ListStatusCode.success}:{coursesData:[],statusCode:l.ListStatusCode.zeroResults}},this.processFailResult=function(e){if(n.isCommunicationError(e))return{statusCode:l.ListStatusCode.communicationError,coursesData:[]};throw new Error(e)},this.isCommunicationError=function(e){return e&&e.name===u.SEARCH_API_ERROR},this.searchApi=new u.CoursesSearcherApi({url:e}),this.searchParams=t};t.LearningDataService=p;var d=function(){function e(){this.id=void 0,this.name=void 0,this.type=void 0,this.language=void 0,this.description=void 0,this.learningType=void 0,this.deliveryTypes=void 0,this.duration=void 0,this.url=void 0}return o([c.JsonProperty("id",String,!0),i("design:type",String)],e.prototype,"id",void 0),o([c.JsonProperty("title",[String],!0),i("design:type",Array)],e.prototype,"name",void 0),o([c.JsonProperty("course_type",String,!0),i("design:type",String)],e.prototype,"type",void 0),o([c.JsonProperty("language",[String],!0),i("design:type",Array)],e.prototype,"language",void 0),o([c.JsonProperty("description",[String],!0),i("design:type",Array)],e.prototype,"description",void 0),o([c.JsonProperty("learning_type",String,!0),i("design:type",String)],e.prototype,"learningType",void 0),o([c.JsonProperty("delivery_types",[String],!0),i("design:type",Array)],e.prototype,"deliveryTypes",void 0),o([c.JsonProperty("duration",String,!0),i("design:type",String)],e.prototype,"duration",void 0),o([c.JsonProperty("url",String,!0),i("design:type",String)],e.prototype,"url",void 0),e=o([c.JsonObject("SearchResultCourse")],e)}();t.SearchResultCourse=d;var f=function(){function e(){this.documents=void 0}return o([c.JsonProperty("documents",[d]),i("design:type",Array)],e.prototype,"documents",void 0),e=o([c.JsonObject("SearchResultsCoursesList")],e)}();t.SearchResultsCoursesList=f;var y=function(){function e(){this.documentList=void 0,this.courses=void 0}return o([c.JsonProperty("documentList",f),i("design:type",f)],e.prototype,"documentList",void 0),e=o([c.JsonObject("CoursesResults")],e)}();t.CoursesResults=y},34755:(e,t,n)=>{"use strict";var r=n(71754)},7975:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.imageGalleryComponent=t.ImageGalleryComponent=void 0;var i=n(63607),a=n(38199),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".image-gallery",t}return o(t,e),t.prototype.OnInit=function(){var e=this;this.el.forEach((function(t,n){e.renderMediaGallery(t,n)}))},t.prototype.renderMediaGallery=function(e,t){a.RenderGallery({galleryProperties:e.getAttribute("data-items"),uniqueClassName:"media-element-"+t,playButtonAriaLabel:e.getAttribute("data-play-button-aria-label"),popupAriaLabel:e.getAttribute("data-popup-aria-label"),closeButtonAriaLabel:e.getAttribute("data-close-button-aria-label"),hideThumbnails:this.checkIsHideThumbnails(e.getAttribute("data-hide-thumbnails"))},e)},t.prototype.checkIsHideThumbnails=function(e){return!!e&&"true"===e.toLowerCase()},t}(i.Component);t.ImageGalleryComponent=s,t.imageGalleryComponent=new s},74142:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getPersonalValidationSchema=t.getBusinessValidationSchema=t.personalInitialFormState=t.businessInitialFormState=t.formTypes=t.personalTypeFormConfig=t.businessTypeFormConfig=void 0;var r=n(23831),o=n(22333),i=n(38610),a=n(17979);t.businessTypeFormConfig={rows:[{elements:[{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.firstName},{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.lastName}]},{elements:[{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.company},{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.companyType}]},{elements:[{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.department},{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.jobFunction}]},{elements:[{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.email},{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.country}]},{elements:[{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.language}]},{elements:[{inputType:r.formControlTypes.checkbox,className:r.formControlClasses.oneInARow+" "+r.formControlClasses.agreementBlock,key:r.formControlKeys.consentCheckbox}]},{elements:[{inputType:r.formControlTypes.submit,className:r.formControlClasses.oneInARow,key:r.formControlKeys.submitBtn}]}]},t.personalTypeFormConfig={rows:[{elements:[{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.firstName},{inputType:r.formControlTypes.input,className:r.formControlClasses.twoInARow,key:r.formControlKeys.lastName}]},{elements:[{inputType:r.formControlTypes.input,className:r.formControlClasses.oneInARow,key:r.formControlKeys.email}]},{elements:[{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.country},{inputType:r.formControlTypes.dropdown,className:r.formControlClasses.twoInARow,key:r.formControlKeys.language}]},{elements:[{inputType:r.formControlTypes.checkbox,className:r.formControlClasses.oneInARow+" "+r.formControlClasses.agreementBlock,key:r.formControlKeys.consentCheckbox}]},{elements:[{inputType:r.formControlTypes.submit,className:r.formControlClasses.oneInARow,key:r.formControlKeys.submitBtn}]}]},t.formTypes={newsletter:"newsletter"},t.businessInitialFormState={firstName:"",lastName:"",company:"",department:"",jobFunction:"",email:"",country:"",language:"",consentCheckbox:!1},t.personalInitialFormState={firstName:"",lastName:"",email:"",country:"",language:"",consentCheckbox:!1};t.getBusinessValidationSchema=function(e){return o.object({firstName:o.string().required(),lastName:o.string().required(),company:o.string().required(),department:o.string().required(),jobFunction:o.string().required(),email:o.string().email().required().test((function(e){return!a.validateInfoEmail(e)})),country:o.string().required().test((function(e){return!a.validateCountry(e)})),language:o.string().when("country",{is:function(t){return i.shouldRenderControl({inputType:"",className:"",key:r.formControlKeys.language},e,{country:t})},then:o.string().required(),otherwise:o.string()}),consentCheckbox:o.boolean().oneOf([!0],"required").required()})};t.getPersonalValidationSchema=function(e){return o.object({firstName:o.string().required(),lastName:o.string().required(),email:o.string().email().required().test((function(e){return!a.validateInfoEmail(e)})),country:o.string().required().test((function(e){return!a.validateCountry(e)})),language:o.string().when("country",{is:function(t){return i.shouldRenderControl({inputType:"",className:"",key:r.formControlKeys.language},e,{country:t})},then:o.string().required(),otherwise:o.string()}),consentCheckbox:o.boolean().oneOf([!0],"required").required()})}},3531:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NewsletterForm=t.PossibleUserTypeEnum=void 0;var o,i=n(67294),a=n(73935),s=n(65017),c=n(77678),u=n(38610),l=n(5029),p=n(71244),d=n(74142);!function(e){e[e.Business=0]="Business",e[e.Personal=1]="Personal"}(o=t.PossibleUserTypeEnum||(t.PossibleUserTypeEnum={}));t.NewsletterForm=function(e){var t,n,f,y=i.useState(null),m=y[0],h=y[1],g=i.createRef(),v=c.default,b=(t=e.items,n=e.control,f=t.specificFields.titleText,{control:n,label:t.submitLabel,title:f}),C=e.apiUrl,_=e.additionalFormData,S=e.reCaptchaSiteKey,w=e.items,T=w.specificFields,P=w.userTypes,A=e.renderMessage,O=e.renderSpinner,E=e.pageId,I=e.bypassRecaptchaKey,L=d.getBusinessValidationSchema(e),x=d.getPersonalValidationSchema(e),F=T&&T.userTypeLabel,k=i.useMemo((function(){return P.map((function(e){var t=e.key;return{label:e.value,value:t}}))}),[P]),j=m&&m.userType,D=j===P[o.Business].key,M=D?L:x,N=D?d.businessTypeFormConfig:d.personalTypeFormConfig,R=l.recaptchaKeyGuard(I),B=D?d.businessInitialFormState:d.personalInitialFormState;return B=u.updateInitialFormValues(e,B),i.createElement("div",{className:"newsletter-form-main"},i.createElement("div",{className:"radio"},i.createElement(p.RadioButtonGroup,{name:"userType",customGroupClassName:"newsletter-form__user-type-group",caption:F,radioGroupList:k,onClick:function(e){return h((function(t){return r(r({},t),{userType:e.currentTarget.value})}))}})),j&&i.createElement(s.Formik,{initialValues:B,validationSchema:M,enableReinitialize:!0,validateOnBlur:!1,validateOnMount:!0,onSubmit:function(e){R?l.submitForm(m,C,_,b,T,A,O,"",E):u.performReCaptchaCheck(g,A,T),h((function(t){return r(r({},t),e)}))}},(function(t){var n=t.values,r=t.errors,o=t.touched,a=t.isSubmitting,c=t.isValidating;return u.handleGtmValidationError(c,a,b,r,n),i.createElement(s.Form,null,l.renderFormItems(e,r,o,n,b,N))})),!R&&a.createPortal(i.createElement(v,{className:"newsletter-recaptcha recaptcha-mounted",ref:g,size:"invisible",sitekey:S,onChange:function(e){return l.submitForm(m,C,_,b,T,A,O,e,E)},onErrored:function(){return u.handleError(b,A,T)}}),document.body))}},9499:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.renderLoader=t.renderComponent=void 0;var r=n(67294),o=n(24407),i=n(11609),a=n(86652),s=n(3531);t.renderComponent={Form:function(e,t,n,o,i,a,c,u){return r.createElement(s.NewsletterForm,{items:e.formItems,inputObject:e.inputObject,pageId:u,apiUrl:t,renderSpinner:a.renderSpinner,renderMessage:a.renderMessage,control:c,additionalFormData:n.additionalFormData,reCaptchaSiteKey:o,bypassRecaptchaKey:i})},Message:function(e,t){return r.createElement(a.SignUpFormStatusMessage,{message:e,buttonLabel:t,close})},Spinner:r.createElement(o.Spinner,{visible:!0})};t.renderLoader=function(e,t,n,r,o,a,s){var c={classes:r,onModalClose:s,popupAriaLabel:o,closeButtonAriaLabel:a,backdrop:"static"};i.RenderModal(e,t,n,c)}},69972:function(e,t,n){"use strict";var r,o=n(69606),i=n(82702),a=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),s=this&&this.__assign||function(){return s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.newsletterComponent=t.NewsletterComponent=void 0;var c=n(63607),u=n(17979),l=n(20308),p=n(74142),d=n(9499),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".newsletter-signup",t.formWrapId="#newsletter-form",t.renderLoader=function(e,n){d.renderLoader(d.renderComponent.Spinner,t.wrapper,null,"newsletter-form",e,n)},t.renderMessage=function(e,n,r){d.renderLoader(d.renderComponent.Message(n,r),t.wrapper,e,"newsletter-form newsletter-form--message")},t.getBusinessFields=function(e){var t=e===p.formTypes.newsletter;return s(s({},{company:"company",department:"department",jobFunction:"function"}),t&&{companyType:"companyType"})},t.getFormFields=function(e){return s(s({},{country:"country",email:"email",firstName:"firstName",language:"language",lastName:"lastName"}),t.getBusinessFields(e))},t}return a(t,e),t.prototype.OnInit=function(){var e=this;this.wrapper=o(this.formWrapId).get(0),this.el.forEach((function(t){e.InitForm(t)}))},t.prototype.convertData=function(e,t,n,r){return{consentText:t.specificFields.userConsentText,consentValidationMessage:t.specificFields.userConsentValidationMessage,chineseConsentText:t.specificFields.userChineseConsentText,chineseConsentValidationMessage:t.specificFields.userChineseConsentValidationMessage,countries:n,numberOfEmployees:[],departments:u.formatOptions(t.departments,l.propNames.key,l.propNames.value),explanationText:t.specificFields.explanationText,functions:u.formatOptions(t.functions,l.propNames.key,l.propNames.value),genericFields:t.genericFields,inputs:l.signUpUtils.formatInputs(this.getFormFields(e),t.genericFields,t.specificFields),languages:l.signUpUtils.formatLanguages(r),specificFields:t.specificFields,submitLabel:t.genericFields.submitLabel,userTypes:t.userTypes,companyTypes:t.companyTypes&&u.formatOptions(t.companyTypes,l.propNames.key,l.propNames.value)}},t.prototype.InitForm=function(e){var t=this,n=c.AttrService.data(e,"form-type"),r=c.AttrService.data(e,"url"),a=c.AttrService.data(e,"page"),s=c.AttrService.data(e,"control"),u=c.AttrService.data(e,"location-api-base-url"),p=c.AttrService.data(e,"location-api-key"),d=c.AttrService.data(e,"culture"),f=c.AttrService.data(e,"error-message"),y=c.AttrService.data(e,"newsletter-aria-label"),m=c.AttrService.data(e,"close-button-aria-label"),h=c.AttrService.data(e,"bypass-recaptcha-key"),g={applications:c.AttrService.data(e,"applications"),markets:c.AttrService.data(e,"markets"),segments:c.AttrService.data(e,"segments"),solutions:c.AttrService.data(e,"solutions"),subSegments:c.AttrService.data(e,"subSegments")},v=l.signUpUtils.createCountryService(u,d,p);e.querySelector(".cta").addEventListener("click",(function(e){e.preventDefault(),t.renderLoader(y,m);var c=l.signUpUtils.getFormData(r,{pageId:a}),u=v.getDataForSelectOptions(),p={buttonLabel:o(e.target).text().trim(),pageId:a,popupAriaLabel:y,closeButtonAriaLabel:m};i.all([c,u]).then((function(e){var r=e[0],o=e[1],i=l.signUpUtils.convertLanguages(r.languages),a=t.convertData(n,r,o,i),c=r.reCaptchaSiteKey;t.renderForm(n,r,a,g,c,s,p,h)})).catch((function(e){t.renderMessage(null,e.response.data.message||f)}))}))},t.prototype.renderForm=function(e,t,n,r,o,i,a,s){var u=this,l=t.specificFields&&t.specificFields.titleText?t.specificFields.titleText:null,p=this.getInputObject(n),f={label:a.buttonLabel,title:l,control:i};c.GTM.newsletter.open(f);t.culture&&(r.culture=t.culture);var y={formType:e,formItems:n,inputObject:p},m={additionalFormData:r,businessFields:this.getBusinessFields(e),formFields:this.getFormFields(e)},h={renderSpinner:function(){u.renderLoader(a.popupAriaLabel,a.closeButtonAriaLabel)},renderMessage:this.renderMessage};d.renderLoader(d.renderComponent.Form(y,t.postUrl,m,o,s,h,i,a.pageId),this.wrapper,l,"newsletter-form",a.popupAriaLabel,a.closeButtonAriaLabel,(function(){c.GTM.newsletter.abandon(f)}))},t.prototype.getInputObject=function(e){var t=e.inputs,n=e.countries,r=e.functions,o=e.departments,i=e.companyTypes,a=e.genericFields,s=e.specificFields,c=e.languages,u=e.userTypes,l=t.reduce((function(e,t){return e[t.name]=t,e}),{});return l.country.options=n,l.jobFunction.options=r,l.department.options=o,l.companyType&&(l.companyType.options=i),l.language.languages=c,l.userTypes=u,l.genericFields=a,l.specificFields=s,l},t}(c.Component);t.NewsletterComponent=f,t.newsletterComponent=new f},9423:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.renderPodcastComponent=void 0;var r=n(67294),o=n(73935),i=n(24407),a=n(57376),s=n(44179),c=function(e){var t=e.podcast,n=e.orderOnPage,o=r.useRef(null),s=r.useState(!1),c=s[0],u=s[1],l=r.useState(!1),p=l[0],d=l[1],f=r.useState(0),y=f[0],m=f[1],h=r.useState(0),g=h[0],v=h[1],b=r.useState((function(){return i.detectBreakpoint(i.Breakpoint.Tablet)})),C=b[0],_=b[1],S=i.throttle((function(){return _(i.detectBreakpoint(i.Breakpoint.Tablet))}),100);r.useLayoutEffect((function(){return window.addEventListener("resize",S),function(){return window.removeEventListener("resize",S)}}),[S]),r.useEffect((function(){var e=o.current;if(e){var t=function(){return u(!0)},n=function(){return u(!1)};return e.addEventListener("play",t),e.addEventListener("pause",n),function(){e.removeEventListener("play",t),e.removeEventListener("pause",n)}}}),[]);var w=r.useCallback((function(e){var t=o.current;t&&(e.detail.playedPlayerOrder===n?t.play():t.pause())}),[n]);r.useEffect((function(){return window.addEventListener("pausePlayer",w),function(){window.removeEventListener("pausePlayer",w)}}),[w]);var T=r.useCallback((function(){o.current&&m(o.current.currentTime)}),[]),P=r.useCallback((function(){o.current&&v(o.current.duration)}),[]),A=r.useCallback((function(){o.current&&(m(0),d(!0))}),[]);return r.createElement("div",{className:"podcast-player"},r.createElement(a.PodcastPlayerPlayButton,{isPlaying:c,audioRef:o,orderOnPage:n,isEnded:p,setIsEnded:d}),r.createElement(a.PodcastPlayerInfo,{title:t.title,link:t.link,audioRef:o,isPlaying:c,currentTime:y,duration:g,setCurrentTime:m,isMobile:C}),r.createElement(a.PodcastPlayerControllers,{podcastLink:t.podcastLink,audioRef:o,isMobile:C}),r.createElement("audio",{crossOrigin:"anonymous",ref:o,src:t.src,onEnded:A,onTimeUpdate:T,onLoadedMetadata:P}))};t.renderPodcastComponent=function(e,t,n){o.render(r.createElement(s.ErrorHandlerComponent,null,r.createElement(c,{podcast:t,orderOnPage:n})),e)}},56744:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerControllers=void 0;var r=n(67294),o=n(57376);t.PodcastPlayerControllers=function(e){var t=e.podcastLink,n=e.audioRef,i=e.isMobile;return r.createElement("div",{className:"podcast-player-controllers"},r.createElement("ul",{className:"podcast-player-controllers__list"},r.createElement("li",{className:"podcast-player-controllers__item"},r.createElement(o.PodcastPlayerVolume,{audioRef:n,isMobile:i})),r.createElement("li",{className:"podcast-player-controllers__item"},r.createElement(o.PodcastPlayerSpeed,{audioRef:n,isMobile:i})),r.createElement("li",{className:"podcast-player-controllers__item"},r.createElement(o.PodcastPlayerPodBeanLink,{src:t}))))}},4221:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerInfo=void 0;var r=n(67294),o=n(57376);t.PodcastPlayerInfo=function(e){var t=e.title,n=e.link,i=e.audioRef,a=e.isPlaying,s=e.currentTime,c=e.duration,u=e.setCurrentTime,l=e.isMobile,p=function(e){var t=Math.floor(e/60),n=Math.floor(e%60);return t+":"+(n<10?"0"+n:n)};return r.createElement("div",{className:"podcast-player-info"},r.createElement("a",{href:n,className:"podcast-player-info__link",target:"_blank",rel:"noreferrer"},r.createElement("h3",{className:"podcast-player-info__title"},l?r.createElement(o.PodcastPlayerMobileTitle,{title:t,isRunning:a}):t)),r.createElement("input",{className:"podcast-player-info__play-progress",type:"range",value:s,max:c,onChange:function(e){var t=+e.target.value,n=i.current;n&&t!==s&&(n.currentTime=t,u(t))}}),r.createElement("div",{className:"podcast-player-info__timings"},r.createElement("p",null,p(s)),r.createElement("p",null,p(c))))}},29509:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerMobileTitle=void 0;var r=n(67294);t.PodcastPlayerMobileTitle=function(e){var t=e.title,n=e.isRunning;return r.createElement("div",{className:"podcast-player-mobile-title"},r.createElement("div",{className:"podcast-player-mobile-title__container "+(n?"running":"")},r.createElement("span",null,t),r.createElement("span",null,t)))}},90734:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerPlayButton=void 0;var r=n(67294);t.PodcastPlayerPlayButton=function(e){var t=e.isPlaying,n=e.isEnded,o=e.audioRef,i=e.orderOnPage,a=e.setIsEnded,s=r.useCallback((function(){var e=o.current;if(e)if(e.paused){var t=new CustomEvent("pausePlayer",{detail:{playedPlayerOrder:i}});window.dispatchEvent(t),a(!1),e.play()}else e.pause()}),[o,i,a]);return r.createElement("button",{className:"podcast-player__play-btn",onClick:s},t?r.createElement("span",{className:"icon icon-pause"}):r.createElement(r.Fragment,null,n?r.createElement("span",{className:"icon icon-refresh"}):r.createElement("svg",{className:"icon icon-play",width:"20px",height:"20px",viewBox:"-3 0 28 28",version:"1.1"},r.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},r.createElement("g",{transform:"translate(-419.000000, -571.000000)",fill:"currentColor"},r.createElement("path",{d:"M440.415,583.554 L421.418,571.311 C420.291,570.704 419,570.767 419,572.946 L419,597.054 C419,599.046 420.385,599.36 421.418,598.689 L440.415,586.446 C441.197,585.647 441.197,584.353 440.415,583.554"}))))))}},59244:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerPodBeanLink=void 0;var r=n(67294);t.PodcastPlayerPodBeanLink=function(e){var t=e.src;return r.createElement("div",{className:"podcast-player-podbean"},r.createElement("a",{href:t,target:"_blank",className:" podcast-player-podbean__link",rel:"noreferrer"},r.createElement("svg",{className:"podcast-player-podbean__icon",width:"20px",height:"20px",viewBox:"0 0 12.00 12.00",version:"1.1",fill:"currentColor"},r.createElement("g",{strokeWidth:"0"}),r.createElement("g",{strokeLinecap:"round",strokeLinejoin:"round",stroke:"currentColor",strokeWidth:"0.024"}),r.createElement("g",null,r.createElement("g",{strokeWidth:"0.00012000000000000002",fill:"none",fillRule:"evenodd"},r.createElement("g",{transform:"translate(-185.000000, -3643.000000)",fill:"currentColor"},r.createElement("g",{transform:"translate(56.000000, 160.000000)"},r.createElement("path",{d:"M130.976447,3491 L130.976447,3491.005 C129.88446,3491.005 129,3492.003 129,3493.003 C129,3494.003 129.988224,3495 130.976447,3495 C132.068434,3495 132.952895,3494.003 132.952895,3493.003 L132.952895,3493 L132.952895,3493 C132.952895,3491.895 132.068434,3491 130.976447,3491 M130.976447,3487 L130.976447,3489 C132.952895,3489 135.070658,3491 135.070658,3493 L137.047105,3493 C137.047105,3490 133.941118,3487 130.976447,3487 M141,3493 L139.023553,3493 C139.023553,3489 134.929342,3485 130.976447,3485 L130.976447,3483 C135.917566,3483 141,3487 141,3493"}))))))))}},80480:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerSpeed=void 0;var r=n(67294),o=[.75,1,1.25,1.5,2];t.PodcastPlayerSpeed=function(e){var t=e.audioRef,n=e.isMobile,i=r.useState(!1),a=i[0],s=i[1],c=r.useState(1),u=c[0],l=c[1],p=r.useCallback((function(e){var n=t.current;n&&e!==u&&(n.playbackRate=e,l(e))}),[t,u]),d=function(e){n||s(e)};return r.createElement("div",{className:"podcast-player__speed podcast-player-speed",onMouseEnter:function(){return d(!0)},onMouseLeave:function(){return d(!1)}},a&&r.createElement("menu",{className:"podcast-player-speed__menu"},o.map((function(e){return r.createElement("li",{className:"podcast-player-speed__item",key:e},r.createElement("button",{className:"podcast-player-speed__item-btn "+(u===e?"podcast-player-speed__item-btn--selected":""),onClick:function(){return p(e)}},e,"x"))}))),r.createElement("button",{className:"podcast-player-speed__btn",onClick:function(){if(n){var e=o.indexOf(u),t=e+1===o.length?0:e+1;l(o[t])}}},r.createElement("svg",{fill:"currentColor",height:"19px",width:"19px",version:"1.1",viewBox:"0 0 488.6 488.6",xmlSpace:"preserve"},r.createElement("g",null,r.createElement("g",null,r.createElement("path",{d:"M188.5,270.3c-24.4,28.1-23.2,71.7,2.6,98.6c14.4,15.1,33.7,22.6,52.9,22.6c18.8,0,37.5-7.2,51.8-21.5\r\n\t\t\t            c6.5-6.5,11.6-14,15.1-21.9l0,0l94.5-183.2c2.5-5.2-2.9-10.6-8.1-8.1l-183.2,94.5l0,0C204.6,255.5,195.9,261.9,188.5,270.3z\r\n\t\t\t            M221.9,296.1c6.1-6.1,14.1-9.2,22.1-9.2s16,3.1,22.2,9.2c12.2,12.2,12.2,32.1,0,44.3c-6.1,6.1-14.1,9.2-22.2,9.2\r\n\t\t\t            c-8,0-16-3.1-22.1-9.2C209.6,328.1,209.6,308.3,221.9,296.1z M440.2,341.4c0-34.6-9.1-68.6-26.4-98.3c-6.7-11.6-2.8-26.4,8.8-33.1\r\n\t\t\t            c11.6-6.7,26.4-2.8,33.1,8.8c21.5,37.1,32.9,79.5,32.9,122.6c0,13.4-10.8,24.2-24.2,24.2C451.1,365.6,440.2,354.8,440.2,341.4z\r\n\t\t\t            M0,341.4C0,206.7,109.6,97.1,244.3,97.1c31.3,0,61.8,5.8,90.6,17.4c12.4,5,18.4,19,13.5,31.4c-5,12.4-19,18.4-31.4,13.5\r\n\t\t\t            c-23.1-9.2-47.6-13.9-72.7-13.9c-108,0-195.9,87.9-195.9,195.9c0,13.4-10.8,24.2-24.2,24.2C10.8,365.6,0,354.8,0,341.4z"})))),r.createElement("div",{className:"podcast-player-speed__speed"}," ",u,"x")))}},40437:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerVolume=void 0;var r=n(67294),o=r.createElement(r.Fragment,null,r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.56296 4.86899C9.5451 4.08327 11 4.78253 11 6.04029V17.9597C11 19.2174 9.5451 19.9167 8.56296 19.131L4.64922 16H3C1.34315 16 0 14.6568 0 13V11C0 9.34312 1.34315 7.99998 3 7.99998H4.64922L8.56296 4.86899ZM9 7.0806L5.89861 9.56172C5.54398 9.84542 5.10336 9.99998 4.64922 9.99998H3C2.44772 9.99998 2 10.4477 2 11V13C2 13.5523 2.44772 14 3 14H4.64922C5.10336 14 5.54398 14.1545 5.89861 14.4382L9 16.9194V7.0806Z",fill:"currentColor"}),r.createElement("path",{d:"M16 9.5L18.5 12M21 14.5L18.5 12M18.5 12L21 9.5M18.5 12L16 14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),i=r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 6.04029C11 4.78253 9.5451 4.08327 8.56296 4.86899L4.64922 7.99998H3C1.34315 7.99998 0 9.34312 0 11V13C0 14.6568 1.34315 16 3 16H4.64922L8.56296 19.131C9.5451 19.9167 11 19.2174 11 17.9597V6.04029ZM5.89861 9.56172L9 7.0806V16.9194L5.89861 14.4382C5.54398 14.1545 5.10336 14 4.64922 14H3C2.44772 14 2 13.5523 2 13V11C2 10.4477 2.44772 9.99998 3 9.99998H4.64922C5.10336 9.99998 5.54398 9.84542 5.89861 9.56172ZM17.0711 5.12124C16.6805 4.73072 16.0474 4.73072 15.6568 5.12124C15.2663 5.51177 15.2663 6.14493 15.6568 6.53545C18.781 9.65965 18.781 14.725 15.6568 17.8492C15.2663 18.2397 15.2663 18.8729 15.6568 19.2634C16.0474 19.6539 16.6805 19.6539 17.0711 19.2634C20.9763 15.3581 20.9763 9.02648 17.0711 5.12124ZM14.2426 7.94967C13.8521 7.55914 13.2189 7.55914 12.8284 7.94967C12.4379 8.34019 12.4379 8.97336 12.8284 9.36388C14.3905 10.926 14.3905 13.4586 12.8284 15.0207C12.4379 15.4113 12.4379 16.0444 12.8284 16.4349C13.2189 16.8255 13.8521 16.8255 14.2426 16.4349C16.5858 14.0918 16.5858 10.2928 14.2426 7.94967Z",fill:"currentColor"}),a=r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 6.04029C11 4.78253 9.5451 4.08327 8.56296 4.86899L4.64922 7.99998H3C1.34315 7.99998 0 9.34312 0 11V13C0 14.6568 1.34315 16 3 16H4.64922L8.56296 19.131C9.5451 19.9167 11 19.2174 11 17.9597V6.04029ZM5.89861 9.56172L9 7.0806V16.9194L5.89861 14.4382C5.54398 14.1545 5.10336 14 4.64922 14H3C2.44772 14 2 13.5523 2 13V11C2 10.4477 2.44772 9.99998 3 9.99998H4.64922C5.10336 9.99998 5.54398 9.84542 5.89861 9.56172ZM14.2426 7.94973C13.8521 7.55921 13.2189 7.55921 12.8284 7.94973C12.4379 8.34026 12.4379 8.97342 12.8284 9.36395C14.3905 10.926 14.3905 13.4587 12.8284 15.0208C12.4379 15.4113 12.4379 16.0445 12.8284 16.435C13.2189 16.8255 13.8521 16.8255 14.2426 16.435C16.5858 14.0919 16.5858 10.2929 14.2426 7.94973Z",fill:"currentColor"}),s=r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.4853 2.29289C18.8758 1.90237 19.509 1.90237 19.8995 2.29289C25.3668 7.76023 25.3668 16.6245 19.8995 22.0919C19.509 22.4824 18.8758 22.4824 18.4853 22.0919C18.0948 21.7014 18.0948 21.0682 18.4853 20.6777C23.1716 15.9914 23.1716 8.3934 18.4853 3.70711C18.0948 3.31658 18.0948 2.68342 18.4853 2.29289ZM17.0711 5.12126C16.6806 4.73074 16.0474 4.73074 15.6569 5.12126C15.2664 5.51179 15.2664 6.14495 15.6569 6.53548C18.7811 9.65967 18.7811 14.725 15.6569 17.8492C15.2664 18.2397 15.2664 18.8729 15.6569 19.2634C16.0474 19.6539 16.6806 19.6539 17.0711 19.2634C20.9764 15.3582 20.9764 9.02651 17.0711 5.12126ZM14.2426 7.94975C13.8521 7.55923 13.2189 7.55923 12.8284 7.94975C12.4379 8.34028 12.4379 8.97344 12.8284 9.36397C14.3905 10.9261 14.3905 13.4587 12.8284 15.0208C12.4379 15.4113 12.4379 16.0445 12.8284 16.435C13.2189 16.8256 13.8521 16.8256 14.2426 16.435C16.5858 14.0919 16.5858 10.2929 14.2426 7.94975ZM11 6.04031C11 4.78255 9.5451 4.08329 8.56296 4.86901L4.64922 8H3C1.34315 8 0 9.34315 0 11V13C0 14.6569 1.34315 16 3 16H4.64922L8.56296 19.131C9.5451 19.9167 11 19.2174 11 17.9597V6.04031ZM5.89861 9.56174L9 7.08062V16.9194L5.89861 14.4383C5.54398 14.1546 5.10336 14 4.64922 14H3C2.44772 14 2 13.5523 2 13V11C2 10.4477 2.44772 10 3 10H4.64922C5.10336 10 5.54398 9.84544 5.89861 9.56174Z",fill:"currentColor"});t.PodcastPlayerVolume=function(e){var t=e.audioRef,n=e.isMobile,c=r.useState(1),u=c[0],l=c[1],p=r.useState(!1),d=p[0],f=p[1],y=r.useState(u),m=y[0],h=y[1],g=r.useMemo((function(){return 0===u?o:u<.5?a:u<1?i:s}),[u]),v=r.useCallback((function(e){var n=t.current,r=Math.min(Math.max(e,0),1);n&&r!==u&&(n.volume=r,l(r))}),[t,u]),b=function(e){n||f(e)};return r.createElement("div",{className:"podcast-player-volume",onMouseEnter:function(){return b(!0)},onMouseLeave:function(){return b(!1)}},r.createElement("button",{className:"podcast-player-volume__btn",onClick:function(e){if(e.stopPropagation(),n)return f(!d);0===u?v(m):(h(u),v(0))}},r.createElement("svg",{width:"28px",height:"28px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},g)),d&&r.createElement("div",{className:"podcast-player-volume__controller"},r.createElement("input",{className:"podcast-player-volume__input",type:"range",min:"0",max:"1",step:"0.01",value:u,onChange:function(e){v(+e.target.value)}})))}},57376:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PodcastPlayerVolume=t.PodcastPlayerSpeed=t.PodcastPlayerPodBeanLink=t.PodcastPlayerMobileTitle=t.PodcastPlayerControllers=t.PodcastPlayerInfo=t.PodcastPlayerPlayButton=void 0;var r=n(90734);Object.defineProperty(t,"PodcastPlayerPlayButton",{enumerable:!0,get:function(){return r.PodcastPlayerPlayButton}});var o=n(4221);Object.defineProperty(t,"PodcastPlayerInfo",{enumerable:!0,get:function(){return o.PodcastPlayerInfo}});var i=n(56744);Object.defineProperty(t,"PodcastPlayerControllers",{enumerable:!0,get:function(){return i.PodcastPlayerControllers}});var a=n(29509);Object.defineProperty(t,"PodcastPlayerMobileTitle",{enumerable:!0,get:function(){return a.PodcastPlayerMobileTitle}});var s=n(59244);Object.defineProperty(t,"PodcastPlayerPodBeanLink",{enumerable:!0,get:function(){return s.PodcastPlayerPodBeanLink}});var c=n(80480);Object.defineProperty(t,"PodcastPlayerSpeed",{enumerable:!0,get:function(){return c.PodcastPlayerSpeed}});var u=n(40437);Object.defineProperty(t,"PodcastPlayerVolume",{enumerable:!0,get:function(){return u.PodcastPlayerVolume}})},14065:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.podcastComponent=t.PodcastComponent=void 0;var i=n(63607),a=n(9423),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".podcast-component",t.OnInit=function(){t.el.forEach((function(e,n){var r=n+1;t.renderPodcastComponent(e,r)}))},t}return o(t,e),t.prototype.renderPodcastComponent=function(e,t){var n={title:i.AttrService.data(e,"episode-title"),link:i.AttrService.data(e,"episode-link"),src:i.AttrService.data(e,"episode-audio-link"),podcastLink:i.AttrService.data(e,"podcast-url")};a.renderPodcastComponent(e,n,t)},t}(i.Component);t.PodcastComponent=s,t.podcastComponent=new s},43241:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.showPreviewBoxWithDataFromImage=t.renderPreviewBox=t.PreviewBox=void 0;var i=n(63607),a=n(67294),s=n(67294),c=n(73935),u=n(24407),l=function(e){function t(t){var n=e.call(this,t)||this;n.closePopup=function(){n.setState({isPopupOpened:!1},(function(){n.props.closePopup()}))};var r=+i.UrlService.GetQueryValueFromUrl("t",t.videoUrl)||0;return n.state={isPopupOpened:t.isPopupOpened,reactDOMRenderId:t.reactDOMRenderId,playerVars:{start:r}},n}return o(t,e),t.getDerivedStateFromProps=function(e,t){return e.reactDOMRenderId&&e.reactDOMRenderId!==t.reactDOMRenderId?{isPopupOpened:e.isPopupOpened,reactDOMRenderId:e.reactDOMRenderId}:e.reactDOMRenderId||e.isPopupOpened===t.isPopupOpened?null:{isPopupOpened:e.isPopupOpened}},t.prototype.render=function(){var e=this.props,t=e.videoUrl,n=e.popupArialLabel,r=e.closeButtonArialLabel,o=e.container;return a.createElement(u.Popup,{className:"preview-box",onClose:this.closePopup,isOpened:this.state.isPopupOpened,popupAriaLabel:n,closeButtonArialLabel:r,isCloseButton:!0,container:o},a.createElement(u.VideoPlayer,{videoUrl:t,onVideoEvent:i.GTM.iframeYoutubeVideo,cookieCategoriesAcceptance:i.UtilService.getCookieCategoriesAcceptance(),playerVars:this.state.playerVars}))},t}(s.Component);t.PreviewBox=l;var p="preview-box-element",d=document.getElementById(p);function f(){i.overlayService.disableBodyScrollLock()}function y(e,t,n){if(void 0===t&&(t=""),void 0===n&&(n=""),i.overlayService.enableBodyScrollLock(),!d){var r=document.createElement("div");r.id=p,document.body.appendChild(r),d=r}c.render(a.createElement(l,{videoUrl:e,isPopupOpened:!0,closePopup:f,popupArialLabel:t,closeButtonArialLabel:n,reactDOMRenderId:i.DateService.getTimestamp(),container:d}),d)}t.renderPreviewBox=y;t.showPreviewBoxWithDataFromImage=function(e,t,n){void 0===n&&(n=!1);var r=n?t.getAttribute("href"):t.getAttribute("data-url"),o=t.getAttribute("data-popup-aria-label"),i=t.getAttribute("data-close-button-aria-label");u.VideoService.checkIsValidVideo(r)&&(e.preventDefault(),y(r,o,i))}},5855:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.richTextEditor=void 0;var i=n(63607),a=n(88728),s=n(74517),c=n(73935),u=n(67294),l=n(44179),p=n(43897),d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".rte-default",t.removeContactForm=function(){c.unmountComponentAtNode(t.contactFormContainer)},t}return o(t,e),t.prototype.OnInit=function(){this.el.forEach((function(e){var t=e.querySelectorAll("a"),n=new i.ExternalLink(t);Array.from(t).forEach((function(e){return e.setAttribute("style","display:inline-block")})),n.checkLinks()})),this.setContactUsForm()},t.prototype.setContactUsForm=function(){try{if(document.body.dataset.contactUsForm){var e=JSON.parse(document.body.dataset.contactUsForm),t=document.createElement("div");t.id="contact-us-form-container",this.contactFormContainer=document.body.appendChild(t);var n=i.transformDictionary(a.contactUsContentPageDictionary,JSON.parse(e.dictionary)),r=e.culture,o=e.locationApiBaseUrl,s=e.locationApiKey,c=e.formServiceApiUrl,u=this.getContactsApiUrl(o);this.contactFormContainer=document.getElementById("contact-us-form-container"),this.processContactUsFormLinks(r,n,o,c,u,s)}}catch(e){console.error(e)}},t.prototype.getContactsApiUrl=function(e){return e+"/danfoss-location/danfosslocations"},t.prototype.processContactUsFormLinks=function(e,t,n,r,o,i){for(var a=this,d=document.querySelectorAll("button[data-type=contactUsForm]"),f=d.length,y=new s.ContactFormService(o,i),m=function(o){var i=d[o],s=i.dataset.contactId;i.setAttribute("aria-haspopup","dialog"),i.addEventListener("click",(function(){c.render(u.createElement(l.ErrorHandlerComponent,null,u.createElement(p.ContactForm,{contactId:s,culture:e,dictionary:t,locationApiUrl:n,formsServiceApiUrl:r,contactFormService:y,onFormClose:a.removeContactForm})),a.contactFormContainer)}))},h=0;h<f;h++)m(h)},t}(i.Component);t.richTextEditor=new d},55974:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.imageGalleryComponent=t.ImageGalleryComponent=void 0;var a=n(63607),s=n(49253),c=n(58407),u=n(43241),l=n(24407),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".swiper-slider",t.pageLoad=!1,t.activeSlidButton=null,t.onSlideChange=function(e){if(e){var n=e.find(".swiper-slide-active").find(".cta");n.attr("tabindex",0),t.activeSlidButton&&t.activeSlidButton.attr("tabindex",-1),t.activeSlidButton=n}},t}return i(t,e),t.prototype.OnInit=function(){var e=this;this.el.forEach((function(t){e.initGallery(t),new a.ExternalLink(t.querySelectorAll("a")).checkLinks()}));var t=this,n=function(){e.el.forEach((function(e){return e.classList.add(t.selector.substring(1)+"--inited")}))},r=setTimeout((function(){e.pageLoad||(e.pageLoad=!0,n())}),1e3),o=[];this.el.forEach((function(e){return e.querySelectorAll(".gallery-top .swiper-slide .slider-video-button").forEach((function(e){return o.push(e)}))})),o.forEach((function(e){e.addEventListener("click",(function(t){u.showPreviewBoxWithDataFromImage(t,this,e.hasAttribute("href"))})),e.addEventListener("keypress",(function(t){t.key!==a.keyNameMapping.enter&&t.key!==a.keyNameMapping.space||u.showPreviewBoxWithDataFromImage(t,this,e.hasAttribute("href"))}))})),a.ComponentService.UpdateComponentsSelector(),window.addEventListener("load",(function(){e.pageLoad||(e.pageLoad=!0,clearTimeout(r),n())}),!0)},t.prototype.initGallery=function(e){var t,n=this,r=o(e),i=r.find(".gallery-top")[0],a=l.createCustomEvent("mouseover"),u=l.createCustomEvent("mouseleave");if(!(o(i).find(".swiper-slide").length<2)){if(!i.swiper){try{t=new s.default(i,{lazy:!0,loop:!0,navigation:{nextEl:".swiper-button-next-webex",prevEl:".swiper-button-prev-webex"},pagination:{clickable:!0,el:".swiper-pagination"},autoplay:{delay:3e3,disableOnInteraction:!1},preloadImages:!1,runCallbacksOnInit:!1,spaceBetween:20,a11y:{enabled:!0},on:{slideChangeTransitionEnd:function(){return n.onSlideChange(r)}},observer:!0,observeParents:!0})}catch(e){console.error(e)}var p=o(this.el).find(".swiper-slide-active .cta");p.attr("tabindex",0),this.activeSlidButton=p,i.dispatchEvent(a),i.dispatchEvent(u),i.addEventListener("mouseover",(function(){t.autoplay.stop()})),i.addEventListener("mouseleave",(function(){t.autoplay.start()}))}c.KTR.SetPendingUpdate()}},t}(a.Component);t.ImageGalleryComponent=p,t.imageGalleryComponent=new p},53679:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoVideoComponent=t.SpotComponent=void 0;var i=n(63607),a=n(24407),s=n(43241),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".spot-two_plus_one .spot-link",t}return o(t,e),t.prototype.OnInit=function(){this.el.forEach((function(e){var n=e.getAttribute("href"),r=e.getAttribute("data-play-button-aria-label"),o=e.getAttribute("data-popup-aria-label"),c=e.getAttribute("data-close-button-aria-label");if(!a.VideoService.checkIsValidVideo(n))return!0;e.addEventListener("click",(function(e){e.preventDefault()})),e.classList.add("spot-link-disable-hover");var u=t.createMediaButton(r);u.addEventListener("click",(function(){s.renderPreviewBox(n,o,c)})),u.addEventListener("keypress",(function(e){e.key!==i.keyNameMapping.enter&&e.key!==i.keyNameMapping.space||s.renderPreviewBox(n,o,c)})),e.querySelector(".spot-image-container ").appendChild(u)}))},t.createMediaButton=function(e){var t=document.createElement("button"),n=document.createElement("span"),r=document.createElement("span"),o=document.createElement("span");return t.classList.add("cta cta--with-icon cta--alpha cta--play-video"),t.setAttribute("aria-label",e),n.classList.add("cta-content"),r.classList.add("icon icon-play"),o.classList.add("cta-content-text"),n.appendChild(r),n.appendChild(o),t.appendChild(n),t},t}(i.Component);t.SpotComponent=c,t.promoVideoComponent=new c},56370:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.renderPopupImage=void 0;var r=n(67294),o=n(73935),i=n(45258),a=n(44179),s=n(961),c=function(e){var t=e.mediaItem,n=r.useState(!0),o=n[0],a=n[1];r.useEffect((function(){a(!0)}),[t]);return r.createElement(r.Fragment,null,r.createElement(i.Dialog,{onClose:function(){a(!1)},title:"",isOpen:o,classes:"desktop-modal-gallery"},r.createElement(s.default,{mediaItem:t,isMainImage:!0,itemKey:t.imageHeight})))};t.default=c,t.renderPopupImage=function(e,t){o.render(r.createElement(a.ErrorHandlerComponent,null,r.createElement(c,{mediaItem:e})),t)}},25323:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RenderPreviewImage=t.PreviewImage=void 0;var r=n(63607),o=n(67294),i=n(73935),a=n(24407),s=n(44179),c=n(43241);t.PreviewImage=function(e){var t=e.videoUrl,n=e.playButtonAriaLabel,i=e.popupAriaLabel,s=e.closeButtonAriaLabel,u=o.useMemo((function(){return a.VideoService.getPreviewImage(t)}),[t]),l=o.useCallback((function(){a.VideoService.checkIsValidVideo(t)&&c.renderPreviewBox(t,i,s)}),[s,i,t]),p=o.useCallback((function(e){e.key!==r.keyNameMapping.enter&&e.key!==r.keyNameMapping.space||l()}),[l]);return o.createElement("div",{onClick:l,onKeyPress:p,className:t?"video-preview-wrapper":""},o.createElement("div",{className:"video-preview-image",style:{backgroundImage:"url("+u+")"}}),o.createElement("button",{className:"cta cta--with-icon cta--alpha cta--play-video","aria-label":n},o.createElement("span",{className:"cta-content"},o.createElement("span",{className:"icon icon-play"}))))};t.RenderPreviewImage=function(e,n,r,a,c){i.render(o.createElement(s.ErrorHandlerComponent,null,o.createElement(t.PreviewImage,{videoUrl:e,playButtonAriaLabel:r,popupAriaLabel:a,closeButtonAriaLabel:c})),n)}},30211:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoVideoComponent=t.SpotPlayVideoComponent=void 0;var a=n(63607),s=n(43241),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=[".spot-two_plus_one .cta--play-video",".spot-product .spot-product__cta-with-video",".spot-group-cascade .cta--play-video",".spot-multilink .cta--play-video",".spot-singlelink .cta--play-video",".expand-collapse-elem .cta--play-video",".spot-cascade .cta--play-video"].join(", "),t}return i(t,e),t.prototype.OnInit=function(){o(this.el).prev("picture, .img-empty, .img-empty-wrapper ").css("cursor","pointer"),this.el.forEach((function(e){e.addEventListener("click",(function(e){s.showPreviewBoxWithDataFromImage(e,this)}))})),this.el.forEach((function(e){e.addEventListener("keypress",(function(e){e.key!==a.keyNameMapping.enter&&e.key!==a.keyNameMapping.space||s.showPreviewBoxWithDataFromImage(e,this)}))})),o(this.el).prev("picture, .img-empty, .img-empty-wrapper").click((function(){o(this).next(".cta--play-video").click()}))},t}(a.Component);t.SpotPlayVideoComponent=c,t.promoVideoComponent=new c},74826:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoVideoComponent=t.SpotGroupRenderPreview=void 0;var a=n(63607),s=n(24407),c=n(25323),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".spot-cascade .img-empty-wrapper",t}return i(t,e),t.prototype.OnInit=function(){var e=this,t=[];this.el.forEach((function(e){return e.querySelectorAll(".cta--play-video").forEach((function(e){return t.push(e)}))}));var n=t[0],r=n.getAttribute("aria-label"),i=n.getAttribute("data-popup-aria-label"),a=n.getAttribute("data-close-button-aria-label");o.makeArray(t.map((function(e){return e.getAttribute("data-url")}))).forEach((function(t,n){s.VideoService.checkIfYoutube(t)?c.RenderPreviewImage(t,e.el[n],r,i,a):e.el.forEach((function(e){return e.querySelectorAll(".img-empty").forEach((function(e){return e.classList.toggle("img-empty img-video-empty")}))}))}))},t}(a.Component);t.SpotGroupRenderPreview=u,t.promoVideoComponent=new u},62677:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoImageComponent=t.SpotShowImageComponent=void 0;var i=n(63607),a=n(24407),s=n(56370),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".spot-cascade",t}return o(t,e),t.prototype.OnInit=function(){this.el.forEach((function(e){var t,n="true"===(null===(t=i.AttrService.data(e,"disable-image-popup"))||void 0===t?void 0:t.toLowerCase()),r=e.querySelector("img");!n&&r.classList.add("clickable"),r.addEventListener("click",(function(t){if(a.detectBreakpoint(a.Breakpoint.LGScreen)&&!n){var r={altText:t.target.alt,imageUrl:t.target.src,hasBorder:!1,caption:"",videoUrl:"",disableImagePopup:n},o=e.querySelector(".spot-cascade__popup-image-container");s.renderPopupImage(r,o)}}))}))},t}(i.Component);t.SpotShowImageComponent=c,t.promoImageComponent=new c},39041:function(e,t,n){"use strict";var r,o=n(69606),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.promoVideoComponent=t.SpotComponent=void 0;var a=n(63607),s=n(24407),c=n(58407),u=function(e){function t(){var t=e.call(this)||this;return t.selector=".spot-singlelink, .spot-multilink, .spot-two_plus_one",t.moreInfoControlsSelector=".expandable-text-controls",t.readMoreBtnClass="expandable-text-read-more",t.readLessBtnClass="expandable-text-read-less",t.expandedDescriptionClass="expandable-description--expanded",t.moreInfoControlsVisibleClass="expandable-text-controls--visible",t.visibleLinesCountOnMobile=3,t.visibleAreaMaxHeight=c.KeepTheRhythmComponent.baseline*t.visibleLinesCountOnMobile,t.mobileViewInitialized=!1,t.initMobileView=function(){t.handleMobileDescription(),t.mobileViewInitialized=!0},t.dismissMobileView=function(){t.el.forEach((function(e){var n=e.querySelectorAll(t.moreInfoControlsSelector);t.hideMoreInfoControls(n)}))},t.handleMobileDescription=function(){t.el.forEach((function(e){var n=e.querySelector(".spot-content__description"),r=null==n?void 0:n.querySelector(".spot-content__description-inner"),i=e.querySelectorAll(t.moreInfoControlsSelector);r&&o(r).innerHeight()<=t.visibleAreaMaxHeight?t.hideMoreInfoControls(i):t.showMoreInfoControls(i),t.mobileViewInitialized||t.attachMoreInfoButtonsHandlers(n,i)}))},document.querySelectorAll(".spot-cascade").forEach((function(e){t.checkExternalLinks(e.querySelectorAll("a"))})),t}return i(t,e),t.prototype.OnInit=function(){var e=this;this.el.forEach((function(t){var n=t.querySelector(".spot-link");if(n){var r=new a.ExternalLink;r.isExternal(n)&&r.insertIcon(t.querySelector(".spot-content__title"))}e.checkExternalLinks(t.querySelector(".spot-content-container").querySelectorAll("a"))})),s.detectBreakpoint(s.Breakpoint.UpToTablet)&&this.initMobileView()},t.prototype.OnWindowResizeThrottle=function(){s.detectBreakpoint(s.Breakpoint.UpToTablet)?this.mobileViewInitialized?this.handleMobileDescription():this.initMobileView():this.mobileViewInitialized&&this.dismissMobileView()},t.prototype.attachMoreInfoButtonsHandlers=function(e,t){var n=this;t.forEach((function(t){t.addEventListener("click",(function(t){var r=t.target;return r.classList.contains(n.readMoreBtnClass)?n.expandMobileDescription(e):r.classList.contains(n.readLessBtnClass)&&n.collapseMobileDescription(e),!1}))}))},t.prototype.showMoreInfoControls=function(e){var t=this;e.forEach((function(e){return e.classList.add(t.moreInfoControlsVisibleClass)}))},t.prototype.hideMoreInfoControls=function(e){var t=this;e.forEach((function(e){return e.classList.remove(t.moreInfoControlsVisibleClass)}))},t.prototype.expandMobileDescription=function(e){e.classList.add(this.expandedDescriptionClass)},t.prototype.collapseMobileDescription=function(e){e.classList.remove(this.expandedDescriptionClass)},t.prototype.checkExternalLinks=function(e){new a.ExternalLink(e).checkLinks()},t.prototype.addExternalLinkIcon=function(e,t){var n=new a.ExternalLink;t?n.isExternal(e)&&n.insertIcon(e):n.isExternal(e)&&e.parentNode.querySelector(".spot-content__title")&&n.isExternal(e)&&n.insertIcon(e)},t}(a.Component);t.SpotComponent=u,t.promoVideoComponent=new u},54295:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.inputData=void 0;var r=n(94089);t.inputData={Email:{type:r.InputType.INPUT,id:r.InputIds.EMAIL,required:r.InputTypeRequired.TRUE,name:r.InputName.EMAIL},Product:{type:r.InputType.SELECT,id:r.InputIds.PRODUCT,required:r.InputTypeRequired.TRUE,name:r.InputName.PRODUCT},EID:{type:r.InputType.INPUT,id:r.InputIds.EID,required:r.InputTypeRequired.FALSE,name:r.InputName.EID},UserConsent:{type:r.InputType.CHECKBOX,id:r.InputIds.CHECKBOX,required:r.InputTypeRequired.TRUE,name:r.InputName.CHECKBOX},Subject:{type:r.InputType.INPUT,id:r.InputIds.SUBJECT,required:r.InputTypeRequired.TRUE,name:r.InputName.SUBJECT},Description:{type:r.InputType.TEXTAREA,id:r.InputIds.DESCRIPTION,required:r.InputTypeRequired.TRUE,name:r.InputName.DESCRIPTION}}},56010:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.plusOneComponent=t.PlusOneComponent=void 0;var a=n(63607),s=n(99425),c=n(94089),u=n(54295),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.selector=".plus-one-form",t.convertData=function(e,t,n){var r=[];return Object.keys(e).map((function(o){return r.push(i(i({},u.inputData[o]),{label:e[o],errorMessage:t,hint:n}))})),r},t}return o(t,e),t.prototype.OnInit=function(){var e=this;this.el.forEach((function(t){e.InitForm(t)}))},t.prototype.InitForm=function(e){var t,n,r=a.AttrService.data(e,"title"),o=a.AttrService.data(e,"post-url"),i=a.AttrService.data(e,"page"),u=a.AttrService.data(e,"control"),l=a.AttrService.data(e,"form-type"),p=a.AttrService.data(e,"culture"),d=a.AttrService.data(e,"recaptcha-key"),f=a.AttrService.data(e,"success-message-title"),y=a.AttrService.data(e,"success-message"),m=a.AttrService.data(e,"error-message"),h=a.AttrService.data(e,"user-consent-text"),g=a.AttrService.data(e,"user-consent-validation-message"),v=a.AttrService.data(e,"user-consent-url-message"),b=a.AttrService.data(e,"attachment-info"),C=a.AttrService.data(e,"instruction-submit"),_=a.AttrService.data(e,"instruction-mandatory"),S=a.AttrService.data(e,"instruction-email"),w=a.AttrService.data(e,"input-hint-message"),T=a.AttrService.data(e,"input-validation-message"),P=a.AttrService.data(e,"input-file-validation-message"),A=a.AttrService.data(e,"email-label"),O=a.AttrService.data(e,"product-label"),E=a.AttrService.data(e,"eid-label"),I=a.AttrService.data(e,"subject-label"),L=a.AttrService.data(e,"description-label"),x=a.AttrService.data(e,"bypass-recaptcha-key"),F=((t={})[c.InputName.EMAIL]=A,t[c.InputName.PRODUCT]=O,t[c.InputName.EID]=E,t[c.InputName.CHECKBOX]=v,t),k=((n={})[c.InputName.SUBJECT]=I,n[c.InputName.DESCRIPTION]=L,n),j=this.convertData(F,T,w),D=this.convertData(k,T,w),M={successMessageTitle:f,successMessage:y,errorMessage:m,userConsentText:h,userConsentValidationText:g,attachmentInfo:b,inputFileErrorMessage:P,instructionSubmit:C,instructionMandatory:_,instructionEmail:S};s.RenderPlusOneForm({selector:e,apiUrl:o,pageId:i,control:u,formType:l,culture:p,reCaptchaSiteKey:d,formItemsLeft:j,formItemsRight:D,formMessages:M,title:r,bypassRecaptchaKey:x})},t}(a.Component);t.PlusOneComponent=l,t.plusOneComponent=new l},25379:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AttrService=void 0;var n=new(function(){function e(){}return e.prototype.data=function(e,t){var n=null==e?void 0:e.dataset[t.split("-").reduce((function(e,t){return""+e+t.charAt(0).toUpperCase()+t.slice(1)}))];null==e||e.removeAttribute("data-"+t);try{return JSON.parse(n)}catch(e){return n}},e.prototype.attr=function(e,t){var n=e.getAttribute(t);return e.removeAttribute(t),n},e}());t.AttrService=n},34564:function(e,t,n){"use strict";var r=n(82702),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=r))((function(r,i){function a(e){try{c(o.next(e))}catch(e){i(e)}}function s(e){try{c(o.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((o=o.apply(e,t||[])).next())}))},a=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.BaseApi=void 0;var s=n(63607),c=n(18203),u=n(63108),l=function(){function e(e){this.storageWithExpiration=null,this.currentPromise=null,this.config=e,this.initializeStorageWithExpiration()}return e.prototype.getData=function(e){void 0===e&&(e=null);var t=this.getStoredData(e);return t?r.resolve(t):this.loadData(e)},e.prototype.loadData=function(e){return i(this,void 0,void 0,(function(){var t;return a(this,(function(n){switch(n.label){case 0:return[4,this.callApi(this.config.url,e)];case 1:return t=n.sent(),this.setDataToStorage(t,e),[2,t]}}))}))},e.prototype.callApi=function(e,t){var n=this,r={};if(this.waitForInProgress()&&this.currentPromise)return this.currentPromise;this.config.locationApiKey&&(r["x-api-key"]=this.config.locationApiKey);var i=o(o({},this.createHeaders()),r),a=Date.now();return this.currentPromise=c.api(e,t,i).then((function(e){return n.currentPromise=null,200!==e.status&&n.throwException(e.statusText,e),e})).then((function(t){return n.trackApiCall(t,i,e,a),t.data})).catch((function(e){n.currentPromise=null,n.throwException(e.message,e.response)})),this.currentPromise},e.prototype.getStoredData=function(e){var t=null;if(this.canUseStorage()){var n=this.storageWithExpiration.getDataFromStorage(this.config.storageKey);t=this.deserialize(n,e)}return t},e.prototype.setDataToStorage=function(e,t){if(this.canUseStorage()){var n=this.serialize(e,t);if(n){var r=this.config,o=r.storageKey,i=r.storageExpirationTime;this.storageWithExpiration.setDataToStorage(o,n,i)}}},e.prototype.initializeStorageWithExpiration=function(){this.config&&this.config.storage&&(this.storageWithExpiration=new u.default(this.config.storage))},e.prototype.canUseStorage=function(){return this.storageWithExpiration&&!!this.config.storageKey},e.prototype.waitForInProgress=function(){return this.config&&this.config.waitForInProgress},e.prototype.throwException=function(e,t,n){void 0===n&&(n="");var r=new Error(e);throw r.name=n,r.responseData=t,r},e.prototype.createHeaders=function(){return null},e.prototype.serialize=function(e,t){return JSON.stringify(e)},e.prototype.deserialize=function(e,t){return s.JSONService.parse(e)},e.prototype.trackApiCall=function(e,t,n,r){t&&"undefined"!=typeof window&&"appInsights"in window&&"Microsoft"in window&&"AI"in window&&appInsights.trackDependency(Microsoft.ApplicationInsights.UtilHelpers.newId(),"GET",n,"GET "+n,Date.now()-r,200===e.status,e.status,{appTrack:!0,requestId:t.requestId})},e}();t.BaseApi=l,t.default=l},82918:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Component=void 0;var r=n(63607),o=function(){function e(){this.skipInitIfNotOnPage=!0,this.componentHasError=!1,r.ComponentService.AddComponent(this)}return e.prototype.SetPendingUpdate=function(){r.ComponentService.AddPendingUpdateComponent(this)},e}();t.Component=o},2451:(e,t,n)=>{"use strict";var r=n(69606);Object.defineProperty(t,"__esModule",{value:!0}),t.ComponentService=void 0;var o=n(63607),i=new(function(){function e(){var e=this;this.components=[],this.pendingUpdateComponent=[],r((function(){o.PageService.Init(),e.InitComponents(),o.PageService.AttachOnBodyClickHandlers(),o.PageService.AttachOnWindowResizeHandlers(),o.PageService.AttachOnWindowResizeThrottleHandlers(),o.PageService.AttachOnPopStateHandlers(),o.PageService.AttachOnScrollThrottleHandler(),o.PageService.AttachOnHashChangeHandler(),o.PageService.AttachOnPageLoadHandler(),o.PageService.AttachOnTouchStartHandler(),o.PageService.AttachOnTouchEndHandler()}))}return e.prototype.AddComponent=function(e){this.components.push(e)},e.prototype.AddPendingUpdateComponent=function(e){-1===this.pendingUpdateComponent.indexOf(e)&&this.pendingUpdateComponent.push(e)},e.prototype.UpdateComponentsSelector=function(){this.pendingUpdateComponent.forEach((function(e){e.selector&&(e.el=document.querySelectorAll(e.selector),e.el.length>0&&e.OnInstancesUpdated())})),this.pendingUpdateComponent=[]},e.prototype.componentProperties=function(e){e.OnBodyClick&&o.PageService.AddOnBodyClickHandler(e.OnBodyClick.bind(e)),e.OnWindowResize&&o.PageService.AddOnWindowResizeHandler(e.OnWindowResize.bind(e)),e.OnWindowResizeThrottle&&o.PageService.AddOnWindowResizeThrottleHandler(e.OnWindowResizeThrottle.bind(e)),e.OnPopStateHandler&&o.PageService.AddOnPopStateHandler(e.OnPopStateHandler.bind(e)),e.OnScrollThrottle&&o.PageService.AddOnScrollThrottleHandler(e.OnScrollThrottle.bind(e)),e.OnHashChange&&o.PageService.AddOnHashChangeHandler(e.OnHashChange.bind(e)),e.OnPageLoad&&o.PageService.AddOnPageLoadHandler(e.OnPageLoad.bind(e)),e.OnTouchStart&&o.PageService.AddOnTouchStartHandler(e.OnTouchStart.bind(e)),e.OnTouchEnd&&o.PageService.AddOnTouchEndHandler(e.OnTouchEnd.bind(e))},e.prototype.InitComponents=function(){var e=this;this.components.forEach((function(t){if(!t.selector||(t.el=document.querySelectorAll(t.selector),t.el.length||!t.skipInitIfNotOnPage)){try{t.BeforeInit&&t.BeforeInit(),t.OnInit&&t.OnInit()}catch(e){t.componentHasError=!0}t.componentHasError||e.componentProperties(t)}}))},e}());t.ComponentService=i},63820:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigService=void 0;var r=n(63607),o=new(function(){function e(){}return e.prototype.GetData=function(){return this.config=this.config||r.AttrService.data(document.body,"config"),this.config},e.prototype.GetIPaperDomain=function(){var e=this.config||this.GetData();if(e&&e.iPaperDomain)return e.iPaperDomain},e.prototype.IsDeferOffscreenImagesEnabled=function(){var e=this.config||this.GetData();return!(!e||!e.isDeferOffscreenImagesEnabled)&&e.isDeferOffscreenImagesEnabled},e}());t.ConfigService=o},26956:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DateService=void 0;var r=n(63607),o=n(27484),i=n(56176),a=n(96036),s={bg:n(19091),cs:n(98507),da:n(17427),"de-at":n(73237),"de-ch":n(16148),de:n(80790),"en-au":n(85109),"en-ca":n(55105),"en-gb":n(99517),"en-in":n(88529),"en-sg":n(91366),es:n(67763),et:n(99670),fi:n(47822),fr:n(96023),"fr-ch":n(54254),hr:n(96257),hu:n(68562),is:n(98980),it:n(15551),ko:n(19132),lt:n(78768),lv:n(30953),nb:n(19682),"nl-be":n(37496),nl:n(99182),pl:n(81987),pt:n(15001),ro:n(18146),ru:n(70600),sk:n(35627),sl:n(82544),sr:n(50617),sv:n(91876),tr:n(73035),uk:n(64144),"zh-cn":n(33852),"zh-tw":n(43901)};o.extend(i),o.extend(a);var c=function(){function e(){}return e.getTimestamp=function(){return Date.now()},e.setLocale=function(e){var t=e.toLowerCase(),n=r.UtilService.parseLanguageCode(t),i=s[t]||s[n];o.locale(i)},e.getWeekdays=function(){return o().localeData().weekdays()},e.formatDate=function(e,t){return void 0===t&&(t="dddd, LL"),o(e).format(t)},e.getTodayISOString=function(){var e=new Date;return e.setUTCHours(0,0,0,0),e.toISOString()},e}();t.DateService=c},6427:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ExternalLink=void 0;var n=function(){function e(e){this.ctaClassName="cta",this.ctaWithIconClassName="cta--with-icon",e&&(this.links=e)}return e.prototype.checkLinks=function(){var e=this;this.links.forEach((function(t){e.isExternal(t)&&e.insertIcon(t)}))},e.prototype.isExternal=function(e){try{var t=e.getAttribute("href"),n=e.classList.contains("cta-video"),r=t.indexOf("mailto:")>-1,o=t.indexOf("tel:")>-1;return!(!t||n||r||o)&&new URL(t).origin!==location.origin}catch(e){return!1}},e.prototype.insertIcon=function(e){var t=e.querySelector(".cta-content");e.querySelector(".icon")||(t?(e.classList.contains(this.ctaClassName)&&!e.classList.contains(this.ctaWithIconClassName)&&e.classList.add(this.ctaWithIconClassName),t.appendChild(this.createIconElement())):e.appendChild(this.createIconElement()))},e.prototype.createIconElement=function(){var e=document.createElement("span");return e.classList.add("icon","icon-external-link"),e},e}();t.ExternalLink=n},94668:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.JSONService=void 0;var r=n(11487),o=new(function(){function e(){}return e.prototype.parse=function(e){var t=r(e);return!t.value||t.error?(t.error&&console.warn(t.error.message),null):t.value},e}());t.JSONService=o},26948:function(e,t){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ObservableState=void 0;var r=function(){function e(e){this.observers=[],this.state=e}return e.prototype.getState=function(){return this.state},e.prototype.addObserver=function(e){this.observers.includes(e)||this.observers.push(e)},e.prototype.removeObserver=function(e){var t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)},e.prototype.updateState=function(e){this.state=n(n({},this.state),e),this.notifyObservers()},e.prototype.notifyObservers=function(){for(var e=0,t=this.observers;e<t.length;e++){(0,t[e])(this.state)}},e}();t.ObservableState=r},38370:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.overlayService=void 0;var r=n(63607),o=function(){var e=this;this.isOverlayVisible=!1,this.header=document.querySelector(".header"),this.fixedClassName="fixed",this.enableBodyScrollLock=function(){var t=window.scrollY;e.addScrollBarPlaceholder(),document.body.classList.add(e.fixedClassName),document.body.style.top="-"+t+"px",e.isOverlayVisible=!0},this.disableBodyScrollLock=function(){var t=document.body.style.top;document.body.classList.remove(e.fixedClassName),e.removeScrollBarPlaceholder(),document.body.style.top="",t&&window.scroll&&window.scroll(0,-1*parseInt(t)),setTimeout((function(){e.isOverlayVisible=!1}),150)},this.addScrollBarPlaceholder=function(){var t=window.innerWidth-r.UtilService.getElementWidthWithoutPaddings(document.body);t>0&&(document.body.style.paddingRight=t+"px"),e.header&&t>0&&(e.header.style.right=t+"px")},this.removeScrollBarPlaceholder=function(){document.body.style.paddingRight="",e.header&&(e.header.style.right="")},this.removeBodyOverflow=function(){document.body.style.removeProperty("overflow")}};t.overlayService=new o},98029:(e,t,n)=>{"use strict";var r=n(69606);Object.defineProperty(t,"__esModule",{value:!0}),t.PageService=t.browserTypes=t.deviceTypes=void 0;var o=n(24407);t.deviceTypes={iPhone:"iPhone",iPad:"iPad",android:"android",desktop:"desktop"},t.browserTypes={ie:"ie",edge:"edge",firefox:"firefox",safari:"safari"};var i=new(function(){function e(){var e=this;this.deviceType=t.deviceTypes.desktop,this.browserType=null,this.onWindowResizeHandlers=[],this.onWindowResizeThrottleHandlers=[],this.onBodyClickHandlers=[],this.onPopStateHandlers=[],this.onScrollThrottleHandlers=[],this.onHashChangeHandlers=[],this.onPageLoadHandlers=[],this.onTouchStartHandlers=[],this.onTouchEndHandlers=[],this.ieClass="ie-active",this.edgeClass="edge-active",this.ffClass="ff-active",this.safariClass="safari-active",this.iPhoneClass="iphone-active",this.iPadClass="ipad-active",this.androidClass="android-active",this.touchStartHelper=function(t){e.onTouchStartHandlers.forEach((function(e){e(t)}))},this.touchEndHelper=function(){e.onTouchEndHandlers.forEach((function(e){e()}))}}return e.prototype.Init=function(){this.$window=r(window),this.$document=r(document),this.$body=r(document.body),this.DetectBrowser(),this.DetectDeviceType()},e.prototype.AddOnHashChangeHandler=function(e){this.onHashChangeHandlers.push(e)},e.prototype.AddOnPageLoadHandler=function(e){this.onPageLoadHandlers.push(e)},e.prototype.AddOnWindowResizeHandler=function(e){this.onWindowResizeHandlers.push(e)},e.prototype.AddOnWindowResizeThrottleHandler=function(e){this.onWindowResizeThrottleHandlers.push(e)},e.prototype.AddOnBodyClickHandler=function(e){this.onBodyClickHandlers.push(e)},e.prototype.AddOnScrollThrottleHandler=function(e){this.onScrollThrottleHandlers.push(e)},e.prototype.AddOnTouchStartHandler=function(e){this.onTouchStartHandlers.push(e)},e.prototype.AddOnTouchEndHandler=function(e){this.onTouchEndHandlers.push(e)},e.prototype.AttachOnTouchStartHandler=function(){this.onTouchStartHandlers.length&&this.$document.on("touchstart",this.touchStartHelper)},e.prototype.AttachOnTouchEndHandler=function(){this.onTouchEndHandlers.length&&this.$document.on("touchend",this.touchEndHelper)},e.prototype.AttachOnScrollThrottleHandler=function(){var e=this;this.onScrollThrottleHandlers.length&&this.$document.on("scroll",o.throttle((function(t){e.ScrollThrottleHelper(t)}),50))},e.prototype.AttachOnHashChangeHandler=function(){this.onHashChangeHandlers.length&&this.$window.on("hashchange",this.hashChangeHelper.bind(this))},e.prototype.AttachOnPageLoadHandler=function(){this.onPageLoadHandlers.length&&this.$window.on("load",this.pageLoadHelper.bind(this))},e.prototype.AttachOnBodyClickHandlers=function(){this.onBodyClickHandlers.length&&this.$body.on("click tap",this.BodyClickHelper.bind(this))},e.prototype.AddOnPopStateHandler=function(e){this.onPopStateHandlers.push(e)},e.prototype.AttachOnPopStateHandlers=function(){var e=this;this.onPopStateHandlers.length>0&&(window.onpopstate=function(t){e.onPopStateHandlers.forEach((function(e){e(t)}))})},e.prototype.AttachOnWindowResizeHandlers=function(){var e=this;this.onWindowResizeHandlers.length&&this.$window.on("resize",o.debounce((function(){e.WindowResizeHelper()})))&&this.WindowResizeHelper()},e.prototype.AttachOnWindowResizeThrottleHandlers=function(){var e=this;this.onWindowResizeThrottleHandlers.length&&this.$window.on("resize",o.throttle((function(){e.WindowResizeThrottleHelper()})))},e.prototype.DetectBrowser=function(){var e=window.navigator.userAgent,n=e.indexOf("MSIE ")>0||!!e.match(/Trident.*rv\:11\./),r=e.indexOf("Edge")>-1,o=e.search("Firefox")>-1,i=/^((?!chrome|android).)*safari/i.test(e);n?(this.$body.addClass(this.ieClass),this.browserType=t.browserTypes.ie):r?(this.$body.addClass(this.edgeClass),this.browserType=t.browserTypes.edge):o?(this.$body.addClass(this.ffClass),this.browserType=t.browserTypes.firefox):i&&(this.$body.addClass(this.safariClass),this.browserType=t.browserTypes.safari)},e.prototype.DetectDeviceType=function(){var e=window.navigator.userAgent.toLowerCase(),n=e.indexOf("ipad")>-1,r=e.indexOf("iphone")>-1,o=e.indexOf("android")>-1;n?(this.deviceType=t.deviceTypes.iPad,this.$body.addClass(this.iPadClass)):r?(this.deviceType=t.deviceTypes.iPhone,this.$body.addClass(this.iPhoneClass)):o&&(this.deviceType=t.deviceTypes.android,this.$body.addClass(this.androidClass))},e.prototype.WindowResizeHelper=function(){var e=this;this.windowWidth=this.$window.width(),this.onWindowResizeHandlers.forEach((function(t){t(e.windowWidth)}))},e.prototype.WindowResizeThrottleHelper=function(){var e=this;this.windowWidth=this.$window.width(),this.onWindowResizeThrottleHandlers.forEach((function(t){t(e.windowWidth)}))},e.prototype.BodyClickHelper=function(e){this.onBodyClickHandlers.forEach((function(t){t(e)}))},e.prototype.ScrollThrottleHelper=function(e){this.onScrollThrottleHandlers.forEach((function(t){t(e)}))},e.prototype.hashChangeHelper=function(e){this.onHashChangeHandlers.forEach((function(t){t(e)}))},e.prototype.pageLoadHelper=function(){this.onPageLoadHandlers.forEach((function(e){e()}))},e}());t.PageService=i},65498:(e,t,n)=>{"use strict";var r=n(82702);Object.defineProperty(t,"__esModule",{value:!0}),t.ScriptService=void 0;var o=new(function(){function e(){this.timeoutDefault=2e4}return e.prototype.Load=function(e,t,n,o,i,a){return void 0===i&&(i=this.timeoutDefault),void 0===a&&(a=function(){return null}),new r((function(r,s){var c=setTimeout((function(){s(new Error("Script loading canceled by timeout")),window[n]=function(){}}),i);window[n]=function(){null!==c&&clearTimeout(c),r(window[o]),delete window[n]};var u=document.createElement("script");u.src=""+t+e+"&callback="+n,u.onerror=a,document.body.appendChild(u)}))},e.prototype.LoadBasic=function(e){return new r((function(t){var n=document.createElement("script");n.src=e,n.async=!0,n.onload=function(){t()};var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(n,r)}))},e}());t.ScriptService=o},47155:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SessionService=void 0;var r=n(63607),o=new(function(){function e(){}return e.prototype.GetSessionId=function(){return this.sessionId=this.sessionId||r.UtilService.newUUID(),this.sessionId},e.prototype.setDataToStorage=function(e,t){window.sessionStorage.setItem(e,t)},e.prototype.getDataFromStorage=function(e){return window.sessionStorage.getItem(e)},e.prototype.removeDataFromStorage=function(e){window.sessionStorage.removeItem(e)},e}());t.SessionService=o},63108:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e){this.storage=null,this.defaultExpirationTime=72e5,this.expirationKeyPrefix="__expired_storage__",this.storage=e}return e.prototype.setDataToStorage=function(e,t,n){void 0===n&&(n=this.defaultExpirationTime),this.storage.setItem(e,t),this.setExpirationData(e,n)},e.prototype.getDataFromStorage=function(e){if(!this.isTimeExpired(e))return this.storage.getItem(e);this.removeDataFromStorage(e)},e.prototype.setExpirationData=function(e,t){var n=new Date;this.storage.setItem(this.expirationKeyPrefix+e,n.setSeconds(n.getSeconds()+t).toString())},e.prototype.isTimeExpired=function(e){var t=this.storage.getItem(this.expirationKeyPrefix+e);if(t){var n=parseInt(t,10);return Date.now()>n}},e.prototype.removeDataFromStorage=function(e){this.storage.removeItem(e),this.storage.removeItem(this.expirationKeyPrefix+e)},e}();t.default=n},74515:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.processCourseDescription=t.generateUniqueString=t.lowerFirstLetter=t.capitalizeFirstLetter=t.equalIgnoreCase=t.compareString=void 0;t.compareString=function(e,t,n){return void 0===n&&(n=!1),n?e.toLowerCase().localeCompare(t.toLowerCase()):e.localeCompare(t)};t.equalIgnoreCase=function(e,n){return 0===t.compareString(e,n,!0)};t.capitalizeFirstLetter=function(e){return e.charAt(0).toUpperCase()+e.slice(1)};t.lowerFirstLetter=function(e){return e.charAt(0).toLowerCase()+e.slice(1)};t.generateUniqueString=function(e){return void 0===e&&(e=""),e.replace(/\s/g,"")+"_"+Math.random().toString(36).substr(2,9)};t.processCourseDescription=function(e){var t=e.replace(/<br\s*\/?>/gm,"");return t=t.replace(/<\/?br\s*\/?>\s*(<\/?br\s*\/?>)+/gi,"<br/>")}},17493:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.UrlService=void 0;var o=n(24407),i=/%2B/gi,a=/\s/g,s=new(function(){function e(){var e=this;this.regexFileUrl=/^([\S]+)(\.(pdf|zip|dwg|dxf|((doc|ppt|xls)(x?))))(\?[\S]+)?$/i,this.matchExtension=/(\.(pdf|zip|dwg|dxf|((doc|ppt|xls)(x?))))(\?[\S]+)?$/i,this.CreateQueryObject=function(e){return o.safe(e).reduce((function(e,t){var n;return t.key?r(r({},e),((n={})[t.key]=t.value,n)):e}),{})},this.isUrlParameterChanged=function(t){var n=e.GetObjectFromUrlString();return!!e.isValueChanged(t.value,n[t.key])},this.isFilterSelected=function(t){var n=e.GetObjectFromUrlString();return!(!n.filter||-1===n.filter.indexOf(t))},this.GetSourceUrl=function(){var e=window.location,t=e.origin||e.protocol+"//"+e.hostname+(e.port?":"+e.port:""),n=window.location.search?window.location.search:window.location.href.slice(window.location.href.indexOf("?")),r=-1===window.location.href.indexOf("?")?"":n;return-1!==r.indexOf("#")&&(r=r.slice(0,r.indexOf("#"))),t+window.location.pathname+r},this.decodeFiltersForGTM=function(e){var t=decodeURIComponent(e).split(/[=:]/),n=t.length;return n&&n>=2?{filterCategory:t[0],filterOptions:t[1]}:null},this.isValidUrl=function(e){return!!new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i").test(e)},this.isValueChanged=function(e,t){return!t&&!!e||t&&t!==e},this.correctEncodeDiffBetweenFEandBE=function(e){var t=e;return e&&(t=e.replace(i,"%20")),t}}return e.prototype.GetObjectFromUrlString=function(e){if(void 0===e&&(e=window.location.search),0===e.length||-1===e.indexOf("="))return{};for(var t={},n=0,r=e.slice(1,e.length).split("&");n<r.length;n++){var o=r[n],i=o.split("=")[1];i=this.correctEncodeDiffBetweenFEandBE(i),t[o.split("=")[0]]=decodeURIComponent(i)}return t},e.prototype.GetStringFromUrlObj=function(e){var t="?";for(var n in e)t+=n+"="+encodeURIComponent(e[n])+"&";return t.slice(0,-1)},e.prototype.IsUrlHasQueryKey=function(e,t){if(void 0===t&&(t=window.location.search),0!==t.length&&-1!==t.indexOf("="))return new URLSearchParams(t).has(e)},e.prototype.GetQueryValueFromUrl=function(e,t){void 0===t&&(t=window.location.search);var n=new URLSearchParams(t);return this.IsUrlHasQueryKey(e,t)?n.get(e):""},e.prototype.GetFilterQueryValueFromUrl=function(e){var t=this.GetQueryValueFromUrl("filter").split(",").reduce((function(e,t){var n=t.split(":"),r=n[0],o=n[1];return e[r]=o,e}),{})[e];return t||""},e.prototype.GetQueryObjectValueFromUrl=function(e){var t=this.GetQueryValueFromUrl(e);return t?t.split(",").reduce((function(e,t){var n=t.split(":"),r=n[0],o=n[1];return e[r]=o,e}),{}):{}},e.prototype.AddToUrl=function(e,t){if(void 0===t&&(t=!0),!e.value)return this.RemoveFromUrl(e.key,t);var n=this.GetObjectFromUrlString();if(!this.isValueChanged(e.value,n[e.key]))return!1;n[e.key]=e.value;var r=this.GetStringFromUrlObj(n);return t?(window.history.replaceState(n,null,r),!1):(window.history.pushState(n,null,r),!0)},e.prototype.AddFilterToUrl=function(e){if(e){var t=this.GetObjectFromUrlString().filter,n=e+(t?","+t:"");this.AddToUrl({key:"filter",value:n})}},e.prototype.RemoveFromUrl=function(e,t){void 0===t&&(t=!0);var n=this.GetObjectFromUrlString();if(!n.hasOwnProperty(e))return!1;delete n[e];var r=this.GetStringFromUrlObj(n);return t?(window.history.replaceState(n,null,r.length>0?r:document.location.pathname),!1):(window.history.pushState(n,null,r.length>0?r:document.location.pathname),!0)},e.prototype.RemoveHash=function(){var e=window.location.href;e.includes("#")&&(e=e.replace(/#.*$/,""),window.history.replaceState({},document.title,e))},e.prototype.CreateQueryCsv=function(e){return{key:e.key,value:e.value.join(",")}},e.prototype.ReplaceOrAddPairsOfKeyValuesInUrl=function(e,t){var n=this.GetObjectFromUrlString(e);return t.forEach((function(e){var t=e.key,r=e.value;t&&r&&(n[t]=r)})),this.GetStringFromUrlObj(n)},e.prototype.isUrlToFile=function(e,t){if(void 0===t&&(t=!1),e){var n=t?e.replace(a,"%20"):e;return this.regexFileUrl.test(n)}return!1},e.prototype.GetFileExtension=function(e){if(!e)return null;var t=e.match(this.matchExtension);return t&&t.length?t[2]||t[1]||t[0]:null},e}());t.UrlService=s},8790:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UtilService=void 0;var n=function(){function e(){}return e.newUUID=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))},e.getElementWidthWithoutPaddings=function(e){if(e){var t=e.getBoundingClientRect().width,n=window.getComputedStyle(e,null).getPropertyValue("padding-left"),r=window.getComputedStyle(e,null).getPropertyValue("padding-right");return t-parseInt(n,10)-parseInt(r,10)}},e.getOffsetHeight=function(e,t){var n=e.querySelector(t);return n?n.offsetHeight:0},e.getCSSValue=function(e,t){var n=getComputedStyle(e).getPropertyValue(t);return parseFloat(n)||0},e.getCookieCategoriesAcceptance=function(){var e=window.CookieInformation;if(e&&e.getConsentGivenFor)return{functional:e.getConsentGivenFor("cookie_cat_functional"),marketing:e.getConsentGivenFor("cookie_cat_marketing"),statistic:e.getConsentGivenFor("cookie_cat_statistic")}},e.setAttributes=function(e,t){for(var n in t)e.setAttribute(n,t[n])},e.generateUniqueID=function(e){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz123456789",n="",r=0;r<e;r++){var o=Math.floor(61*Math.random());n+=t.charAt(o)}return n},e.isArraysAreEqual=function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++){var r=e[n],o=t[n];if(Array.isArray(r)&&Array.isArray(o)){if(!this.isArraysAreEqual(r,o))return!1}else if("object"==typeof r&&"object"==typeof o){if(!this.isObjectsAreEqual(r,o))return!1}else if(r!==o)return!1}return!0},e.isObjectsAreEqual=function(e,t){var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0,i=n;o<i.length;o++){var a=i[o],s=e[a],c=t[a];if(Array.isArray(s)&&Array.isArray(c)){if(!this.isArraysAreEqual(s,c))return!1}else if("object"==typeof s&&"object"==typeof c){if(!this.isObjectsAreEqual(s,c))return!1}else if(s!==c)return!1}return!0},e.getCookie=function(e){for(var t=e+"=",n=decodeURIComponent(document.cookie).split(";"),r=0;r<n.length;r++){for(var o=n[r];" "==o.charAt(0);)o=o.substring(1);if(0==o.indexOf(t))return o.substring(t.length,o.length)}return null},e.PromiseRetryPolicy=function(t,n){return t().catch((function(r){if(1===n)throw r;return e.PromiseRetryPolicy(t,n-1)}))},e.parseLanguageCode=function(e){var t="en";return e&&(t=e.indexOf("-")?e.split("-")[0]:e),t},e.globalCountry="global_country",e.parseCountryCode=function(t){return t&&-1!==t.indexOf("-")?t.split("-")[1]:e.globalCountry},e}();t.UtilService=n},64078:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActionsController=void 0;var n=new(function(){function e(){var e=this;this.isSubscribed=function(t){var n=!1;return e.subscribers&&(n=e.subscribers.some((function(e){return e.type===t.type&&e.handler===t.handler}))),n},this.performSubscribe=function(t){return t.type&&t.handler?(e.isSubscribed(t)||e.addNewSubscriber(t),e.unSubscribe.bind(e,t)):null},this.performUnSubscribe=function(t){if(t.type&&e.subscribers){var n=e.subscribers.filter((function(e){return e.type!==t.type||t.handler&&e.handler!==t.handler}));e.subscribers.length===n.length&&console.warn("Can't unsubscribe. Subscriber('s) with type="+t.type+"\n                "+(t.handler?"and handler="+t.handler:"")+" not found."),e.subscribers=n}},this.addNewSubscriber=function(t){e.subscribers||(e.subscribers=[]),e.subscribers.push(t)},this.getSubscribersByType=function(t){var n=null;return t&&e.subscribers&&(n=e.subscribers.filter((function(e){return e.type===t}))),n&&n.length>0?n:null}}return e.prototype.subscribe=function(e){return Array.isArray(e)?e.map(this.performSubscribe):this.performSubscribe(e)},e.prototype.unSubscribe=function(e){Array.isArray(e)?e.forEach(this.performUnSubscribe):this.performUnSubscribe(e)},e.prototype.dispatch=function(e){var t=this.getSubscribersByType(e.type);return!!t&&(t.forEach((function(t){t.handler(e.data)})),!0)},e}());t.ActionsController=n},81803:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FilterableListActions=void 0;var r=n(8133),o=function(){function e(){}return e.CHANGE="FILTER_CHANGE",e.RESET="FILTER_RESET",e.RESET_TAB_FILTERS="FILTER_TAB_RESET",e.CANCEL="FILTER_CANCEL",e.QUERY_CHANGE="FILTER_QUERY_CHANGE",e.SORT_CHANGE="FILTER_SORT_CHANGE",e.PAGE_CHANGE="FILTER_PAGE_CHANGE",e.PAGE_SIZE_CHANGE="FILTER_PAGE_SIZE_CHANGE",e.change=function(t,n,o,i){return void 0===o&&(o=!1),void 0===i&&(i=!1),r.createAction(e.CHANGE,{filterValue:n,groupValue:t,unSelect:o,isSub:i})},e.reset=function(){return r.createAction(e.RESET,void 0)},e.resetTabFilters=function(){return r.createAction(e.RESET_TAB_FILTERS,void 0)},e.cancel=function(t){return r.createAction(e.CANCEL,t)},e.pageChange=function(t,n){return void 0===n&&(n=!1),r.createAction(e.PAGE_CHANGE,{pageNumber:t,filterChanged:n})},e.pageSizeChange=function(t,n){return void 0===n&&(n=!1),r.createAction(e.PAGE_SIZE_CHANGE,{pageSize:t,filterChanged:n})},e.sortChange=function(t){return r.createAction(e.SORT_CHANGE,t)},e.queryChange=function(t,n){return r.createAction(e.QUERY_CHANGE,{query:t,isInitialSearch:n})},e}();t.FilterableListActions=o},8133:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FilterableListActions=t.ActionsController=t.createAction=void 0;var r=n(63607);t.createAction=function(e,t){return{data:t,type:e,uuid:r.UtilService.newUUID()}};var o=n(64078);Object.defineProperty(t,"ActionsController",{enumerable:!0,get:function(){return o.ActionsController}});var i=n(81803);Object.defineProperty(t,"FilterableListActions",{enumerable:!0,get:function(){return i.FilterableListActions}})},18203:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.apiPost=t.api=void 0;var r=n(63607),o=n(9669);t.api=function(e,t,n,i,a){var s={method:"get",responseType:"json",url:e+r.UrlService.GetStringFromUrlObj(t)};return n&&(s.headers=n),i&&(s.cancelToken=i),a&&(s.timeout=a),o.default(s)};t.apiPost=function(e,t,n,r,i){var a={data:t,method:"post",url:e};return n&&(a.headers=n),r&&(a.cancelToken=r),i&&(a.timeout=i),o.default(a)}},76752:(e,t,n)=>{"use strict";n(82702),n(77090),n(15598),n(47229),n(35449),n(50183),n(26309),n(69252),n(62248),n(95764),n(36399),n(45418),n(59790),n(58407),n(61435),n(5855),n(72461),n(42422),n(29533),n(10581),n(45815),n(18926),n(79864),n(13038),n(94136),n(82364),n(2951),n(62742),n(82261),n(23755),n(7975),n(69972),n(14065),n(55974),n(39041),n(30211),n(74826),n(62677),n(53679);var r=n(48519);n(62979),n(24028),r.default()},94:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_SRCSET_VALUE=t.PathEnum=void 0,function(e){e.DefaultImage="/static/images/no-picture.svg",e.DefaultVideoImage="/static/images/no-picture-video.svg"}(t.PathEnum||(t.PathEnum={})),t.DEFAULT_SRCSET_VALUE="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAAEElEQVR42mP8/58BCBghFAAj/wP/DcJIqAAAAABJRU5ErkJggg=="},59146:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigEnum=void 0,function(e){e[e.LocalPort=8082]="LocalPort"}(t.ConfigEnum||(t.ConfigEnum={}))},3366:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(94),t),o(n(59146),t),o(n(40892),t)},40892:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.keyNameMapping=void 0,t.keyNameMapping={enter:"Enter",space:" ",escape:"Escape",tab:"Tab",arrowLeft:"ArrowLeft",arrowRight:"ArrowRight",arrowUp:"ArrowUp",arrowDown:"ArrowDown",delete:"Delete",backspace:"Backspace"}},31935:function(e,t){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformDictionary=void 0;t.transformDictionary=function(e,t){void 0===t&&(t=[]);var r=t.reduce((function(e,t){var r;return n(n({},e),((r={})[t.Key]=t.Value,r))}),{});return Object.keys(e).reduce((function(t,o){var i;return n(n({},t),((i={})[o]=r[e[o]],i))}),{})}},98340:function(e,t,n){"use strict";var r,o,i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GTM=t.pushToGTMDataLayer=t.isDataLayerSet=t.FormChannel=t.NewsLetterAction=t.FormActionEnum=t.GTMEventEnum=void 0;var a,s,c,u=n(17979),l=n(13415),p=n(27006);!function(e){e.NewsLetter="newsletterSignup",e.Form="form",e.IPaper="ipaper",e.Print="print",e.Download="download",e.SocialLink="socialLink",e.Application="application",e.ExitLink="exitLink",e.Filter="filter",e.Search="internal_search",e.PMPLink="CTAButtonClick",e.Navigation="navigation",e.MegaMenu="mega menu",e.SearchResultLink="internal_search_click",e.ContactsListLocationFinderChange="inputLocation",e.ContactListItemClick="contactListClick",e.ContactDetailsDialClick="clickToDial",e.ContactDetailsCustomAttributesClick="clickToCustomAttributes",e.ContactFormOpen="virtualPageView",e.ContactFormLoadError="formLoadError",e.ProductListItemClick="productListClick",e.ProductPageTabClick="productPageTabClick",e.Social="socialClick",e.YoutubeVideo="video",e.FormRedirect="contactUsFormServiceProcessRedirect"}(a=t.GTMEventEnum||(t.GTMEventEnum={})),function(e){e.submit="Click to Submit",e.success="Success",e.errorBE="Back-end error",e.errorFE="Front-end validation error",e.abandon="Abandon"}(s=t.FormActionEnum||(t.FormActionEnum={})),function(e){e.open="Click to Open Form",e.success="Success",e.submit="Click to Submit",e.error="Error",e.abandon="Abandon"}(c=t.NewsLetterAction||(t.NewsLetterAction={})),t.FormChannel=((r={})[u.FormTypeEnum.Pardot]="Pardot",r[u.FormTypeEnum.ServiceCloud]="Service Cloud",r[u.FormTypeEnum.Distributors]="Distributors",r[u.FormTypeEnum.DpsDistributors]="Custom for DPS Distributors",r[u.FormTypeEnum.Custom]="Custom",r);var d=((o={})[l.TileTypeEnum.SearchResults]=a.SearchResultLink,o[l.TileTypeEnum.Product]=a.ProductListItemClick,o);t.isDataLayerSet=function(){return"undefined"!=typeof dataLayer};t.pushToGTMDataLayer=function(e){t.isDataLayerSet()&&dataLayer.push(e)};var f=function(e){return e===u.FormTypeEnum.Distributors?t.FormChannel[e]:"Contact Us - "+t.FormChannel[e]},y=function(e,t,n){var r=!1,o=function(){r||(r=!0,window.location.href=n)};t.preventDefault(),e.eventCallback=o,setTimeout(o,1e3)};t.GTM={PMPButton:function(e,n,r){void 0===r&&(r=!1);var o=!1,i={buttonName:e,buttonURL:n,event:a.PMPLink};if(r){var s=function(){o||(window.location.href=n,o=!0)};i.eventCallback=s,setTimeout(s,1e3)}t.pushToGTMDataLayer(i)},customForm:function(e){var n=e.FormName&&e.FormName.value?e.FormName.value:"Custom Form",r=!1,o=function(){r||(r=!0,e.trigger("submit",[p.formStatuses.processed]))};t.GTM.form.submit({formType:u.FormTypeEnum.Custom},n,o),setTimeout(o,1e3)},download:function(e,n){var r,o=((r={event:a.Download})[a.Download+"Name"]=e.name,r[a.Download+"Path"]=e.path,r[a.Download+"Page"]=e.page,r[a.Download+"Type"]=e.type,r[a.Download+"Category"]=e.category||"other downloads",r[a.Download+"Organization"]=e.organization||"no organizations",r.segment=e.segment||"no segments",r),i=!1;if(n){var s=function(){i||(n(),i=!0)};o.eventCallback=s,setTimeout(s,1e3)}t.pushToGTMDataLayer(o)},filter:function(e){var n={NumberOfResults:e.numberOfResults,PageName:e.pageName,event:a.Filter,filterCategory:e.filterCategory,filterOptions:e.filterOptions};t.pushToGTMDataLayer(n)},form:{error:function(e,n,r,o){var i=e.formType,a=n?s.errorBE:s.errorFE;t.GTM.form.setStatus({formType:i},a,r,o)},setStatus:function(e,n,r,o,i){var c,u=e.formType,l=n===s.errorFE||n===s.errorBE,p=l?"Error":n,d=((c={event:a.Form})[a.Form+"Action"]=p,c[a.Form+"Name"]=r||f(u),c[a.Form+"Type"]=t.FormChannel[u],c);n===s.submit&&i&&(d.eventCallback=i),l&&(d.ErrorType=n,o&&(d.ErrorField=o)),t.pushToGTMDataLayer(d)},abandon:function(e,n){var r=e.formType;t.GTM.form.setStatus({formType:r},s.abandon,n)},submit:function(e,n,r){var o=e.formType;t.GTM.form.setStatus({formType:o},s.submit,n,null,r)},success:function(e,n){var r=e.formType;t.GTM.form.setStatus({formType:r},s.success,n)},formRedirect:function(e){if(e.url){var n={event:a.FormRedirect,formName:e.customFormName||f(e.formType),linkUrl:e.url};t.pushToGTMDataLayer(n)}}},iPaper:function(e){var n;if(e.name&&e.url){var r=((n={event:a.IPaper})[a.IPaper+"Name"]=e.name,n[a.IPaper+"URL"]=e.url,n);t.pushToGTMDataLayer(r)}},newsletter:{error:function(e){t.GTM.newsletter.setStatus(c.error,e)},setStatus:function(e,n){var r,o=((r={event:a.NewsLetter,newsletterName:n.title})[""+a.NewsLetter]=e,r[a.NewsLetter+"Control"]=n.control,r[a.NewsLetter+"Text"]=n.label,r);e===c.error&&(o.ErrorType=n.errorType,n.errorField&&(o.ErrorField=n.errorField)),t.pushToGTMDataLayer(o)},subscribe:function(e){t.GTM.newsletter.setStatus(c.success,e)},clickToSignup:function(e){t.GTM.newsletter.setStatus(c.submit,e)},open:function(e){t.GTM.newsletter.setStatus(c.open,e)},abandon:function(e){t.GTM.newsletter.setStatus(c.abandon,e)}},menu:function(e,n){var r=n.menuLevel,o=n.url,s=n.parentNodePath,c=n.newWindow;if(s&&r&&o){var u=s.split("/"),l=i({event:a.MegaMenu,targetUrl:o,menuLevel:r,menuItem:u[0]},!!u[1]&&{subItem:u[1]});c||y(l,e,o),t.pushToGTMDataLayer(l)}},zeroLevelMenu:function(e,n){var r=n.url,o=n.newWindow,i=n.caption,s=n.type,c=n.menuLevel,u=n.nodeName;if("zeroLevel"===s&&r){var l={event:a.MegaMenu,menuItem:u||i,targetUrl:r,menuLevel:c};o||y(l,e,r),t.pushToGTMDataLayer(l)}},search:function(e){var n={event:a.Search,search_id:e.sessionId,search_keyword_query:e.searchQuery||"",search_refinement:e.refinement,search_result_number:e.resultsCount,search_suggestion:e.suggestion||!1};t.pushToGTMDataLayer(n)},navigation:function(e,n){var r={event:a.Navigation,linkType:e.linkType,linkUrl:e.linkUrl};n&&(r.eventCallback=n,setTimeout(n,1e3)),t.pushToGTMDataLayer(r)},tileListItem:function(e,n){var r={event:d[e.tileListType],clickUrl:e.clickUrl,linkPosition:e.linkPosition,linkPage:e.linkPage,NumberOfResults:e.numberOfResults},o=!1;if(n){var i=function(){o||(n(),o=!0)};r.eventCallback=i,setTimeout(i,1e3)}t.pushToGTMDataLayer(r)},productTabs:function(e){var n={event:a.ProductPageTabClick,productPageTab:e};t.pushToGTMDataLayer(n)},socialLinks:function(e){var n={event:a.Social,socialChannel:e.channel,socialLink:e.link};t.pushToGTMDataLayer(n)},contactsListLocationFinder:function(e){var n={event:a.ContactsListLocationFinderChange,input:e};t.pushToGTMDataLayer(n)},contactsListItem:function(e){var n={event:a.ContactListItemClick,companyName:e};t.pushToGTMDataLayer(n)},contactsListFilter:function(e){var n={event:a.Filter,filterCategory:e.filterCategory,filterOptions:e.filterOptions};t.pushToGTMDataLayer(n)},contactDetailsDialClick:function(e){var n={event:a.ContactDetailsDialClick,companyName:e};t.pushToGTMDataLayer(n)},contactDetailsCustomAttributesClick:function(e){var n={event:a.ContactDetailsCustomAttributesClick,companyName:e};t.pushToGTMDataLayer(n)},contactFormOpen:function(e){var n=i({event:a.ContactFormOpen},e);t.pushToGTMDataLayer(n)},contactFormLoadError:function(e){var n={event:a.ContactFormLoadError,companyName:e};t.pushToGTMDataLayer(n)},webAnalytics:{pushCommonContext:function(e){var n={language:e.language||"",user_id:e.user_id||""};t.pushToGTMDataLayer({commonContext:n})},pushPageContext:function(e){var n={business_unit:e.business_unit||[],category:e.category||[],description:e.description||"",image_link:e.image_link||"",market:e.market||[],name:e.name||"",type:e.type||"",unique_id:e.unique_id||"",url:e.url||""};t.pushToGTMDataLayer({pageContext:n})},pushProductContext:function(e){t.pushToGTMDataLayer({productContext:{}})}},iframeYoutubeVideo:function(e){var n={event:a.YoutubeVideo,videoName:e.videoTitle,videoAction:e.videoStatus,videoProgress:e.videoProgress};t.pushToGTMDataLayer(n)}}},5554:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.useOutsideClick=t.useWindowSize=t.useBodyScrollLock=t.useDidMount=t.useConstructor=void 0;var r=n(80185);Object.defineProperty(t,"useConstructor",{enumerable:!0,get:function(){return r.default}});var o=n(57508);Object.defineProperty(t,"useDidMount",{enumerable:!0,get:function(){return o.default}});var i=n(44066);Object.defineProperty(t,"useBodyScrollLock",{enumerable:!0,get:function(){return i.default}});var a=n(72995);Object.defineProperty(t,"useWindowSize",{enumerable:!0,get:function(){return a.default}});var s=n(49212);Object.defineProperty(t,"useOutsideClick",{enumerable:!0,get:function(){return s.default}})},44066:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(67294),o=n(38370);t.default=function(e){r.useEffect((function(){e.some((function(e){return e}))?o.overlayService.enableBodyScrollLock():o.overlayService.disableBodyScrollLock()}),[e])}},80185:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(67294);t.default=function(e){var t=r.useRef(!1);t.current||(null==e||e(),t.current=!0)}},57508:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(67294);t.default=function(e){r.useEffect((function(){e()}),[])}},49212:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(67294);t.default=function(e,t){var n=r.useCallback((function(n){(null==e?void 0:e.current)&&!(null==e?void 0:e.current.contains(n.target))&&t()}),[t,e]);r.useEffect((function(){return setTimeout((function(){document.addEventListener("click",n)}),0),function(){document.removeEventListener("click",n)}}),[e,t,n])}},72995:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(67294);t.default=function(){var e=r.useState({width:0,height:0}),t=e[0],n=e[1];return r.useLayoutEffect((function(){function e(){n({width:window.innerWidth,height:window.innerHeight})}return window.addEventListener("resize",e),e(),function(){return window.removeEventListener("resize",e)}}),[]),t}},63607:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.ObservableState=t.ExternalLink=t.UtilService=t.UrlService=t.TaxonomyService=t.lowerFirstLetter=t.generateUniqueString=t.equalIgnoreCase=t.compareString=t.capitalizeFirstLetter=t.SessionService=t.FACET_PREFIX=t.ScriptService=t.PageService=t.deviceTypes=t.browserTypes=t.overlayService=t.sortByKey=t.removePrefix=t.removePostfix=t.keysToLowerCase=t.keysToCamel=t.getStringCompareFunction=t.fromObjectToArray=t.fromArrayToObject=t.findIndex=t.cloneArray=t.showBreadcrumbsInsideList=t.moveBreadcrumbsInsideList=t.hideBreadcrumbsInsideList=t.JSONService=t.StringToHTML=t.isDataLayerSet=t.GTM=t.transformDictionary=t.DateService=t.ConfigService=t.ComponentService=t.Component=t.BaseApi=t.AttrService=t.apiPost=t.api=void 0;var i=n(18203);Object.defineProperty(t,"api",{enumerable:!0,get:function(){return i.api}}),Object.defineProperty(t,"apiPost",{enumerable:!0,get:function(){return i.apiPost}});var a=n(25379);Object.defineProperty(t,"AttrService",{enumerable:!0,get:function(){return a.AttrService}});var s=n(34564);Object.defineProperty(t,"BaseApi",{enumerable:!0,get:function(){return s.BaseApi}});var c=n(82918);Object.defineProperty(t,"Component",{enumerable:!0,get:function(){return c.Component}});var u=n(2451);Object.defineProperty(t,"ComponentService",{enumerable:!0,get:function(){return u.ComponentService}});var l=n(63820);Object.defineProperty(t,"ConfigService",{enumerable:!0,get:function(){return l.ConfigService}}),o(n(3366),t),o(n(5554),t);var p=n(26956);Object.defineProperty(t,"DateService",{enumerable:!0,get:function(){return p.DateService}});var d=n(31935);Object.defineProperty(t,"transformDictionary",{enumerable:!0,get:function(){return d.transformDictionary}});var f=n(98340);Object.defineProperty(t,"GTM",{enumerable:!0,get:function(){return f.GTM}}),Object.defineProperty(t,"isDataLayerSet",{enumerable:!0,get:function(){return f.isDataLayerSet}});var y=n(90782);Object.defineProperty(t,"StringToHTML",{enumerable:!0,get:function(){return y.StringToHTML}});var m=n(94668);Object.defineProperty(t,"JSONService",{enumerable:!0,get:function(){return m.JSONService}});var h=n(86295);Object.defineProperty(t,"hideBreadcrumbsInsideList",{enumerable:!0,get:function(){return h.hideBreadcrumbsInsideList}}),Object.defineProperty(t,"moveBreadcrumbsInsideList",{enumerable:!0,get:function(){return h.moveBreadcrumbsInsideList}}),Object.defineProperty(t,"showBreadcrumbsInsideList",{enumerable:!0,get:function(){return h.showBreadcrumbsInsideList}});var g=n(54408);Object.defineProperty(t,"cloneArray",{enumerable:!0,get:function(){return g.cloneArray}}),Object.defineProperty(t,"findIndex",{enumerable:!0,get:function(){return g.findIndex}}),Object.defineProperty(t,"fromArrayToObject",{enumerable:!0,get:function(){return g.fromArrayToObject}}),Object.defineProperty(t,"fromObjectToArray",{enumerable:!0,get:function(){return g.fromObjectToArray}}),Object.defineProperty(t,"getStringCompareFunction",{enumerable:!0,get:function(){return g.getStringCompareFunction}}),Object.defineProperty(t,"keysToCamel",{enumerable:!0,get:function(){return g.keysToCamel}}),Object.defineProperty(t,"keysToLowerCase",{enumerable:!0,get:function(){return g.keysToLowerCase}}),Object.defineProperty(t,"removePostfix",{enumerable:!0,get:function(){return g.removePostfix}}),Object.defineProperty(t,"removePrefix",{enumerable:!0,get:function(){return g.removePrefix}}),Object.defineProperty(t,"sortByKey",{enumerable:!0,get:function(){return g.sortByKey}}),o(n(75261),t);var v=n(38370);Object.defineProperty(t,"overlayService",{enumerable:!0,get:function(){return v.overlayService}});var b=n(98029);Object.defineProperty(t,"browserTypes",{enumerable:!0,get:function(){return b.browserTypes}}),Object.defineProperty(t,"deviceTypes",{enumerable:!0,get:function(){return b.deviceTypes}}),Object.defineProperty(t,"PageService",{enumerable:!0,get:function(){return b.PageService}});var C=n(65498);Object.defineProperty(t,"ScriptService",{enumerable:!0,get:function(){return C.ScriptService}});var _=n(66340);Object.defineProperty(t,"FACET_PREFIX",{enumerable:!0,get:function(){return _.FACET_PREFIX}});var S=n(47155);Object.defineProperty(t,"SessionService",{enumerable:!0,get:function(){return S.SessionService}});var w=n(74515);Object.defineProperty(t,"capitalizeFirstLetter",{enumerable:!0,get:function(){return w.capitalizeFirstLetter}}),Object.defineProperty(t,"compareString",{enumerable:!0,get:function(){return w.compareString}}),Object.defineProperty(t,"equalIgnoreCase",{enumerable:!0,get:function(){return w.equalIgnoreCase}}),Object.defineProperty(t,"generateUniqueString",{enumerable:!0,get:function(){return w.generateUniqueString}}),Object.defineProperty(t,"lowerFirstLetter",{enumerable:!0,get:function(){return w.lowerFirstLetter}});var T=n(84124);Object.defineProperty(t,"TaxonomyService",{enumerable:!0,get:function(){return T.TaxonomyService}});var P=n(17493);Object.defineProperty(t,"UrlService",{enumerable:!0,get:function(){return P.UrlService}});var A=n(8790);Object.defineProperty(t,"UtilService",{enumerable:!0,get:function(){return A.UtilService}});var O=n(6427);Object.defineProperty(t,"ExternalLink",{enumerable:!0,get:function(){return O.ExternalLink}});var E=n(26948);Object.defineProperty(t,"ObservableState",{enumerable:!0,get:function(){return E.ObservableState}}),t.default="app"},90782:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.StringToHTML=void 0;var r=n(67294);t.StringToHTML=function(e,t,n){return void 0===t&&(t=null),void 0===n&&(n=""),r.createElement("span",{className:n,ref:t,dangerouslySetInnerHTML:{__html:e}})}},86295:(e,t,n)=>{"use strict";var r=n(69606);Object.defineProperty(t,"__esModule",{value:!0}),t.hideBreadcrumbsInsideList=t.showBreadcrumbsInsideList=t.moveBreadcrumbsInsideList=void 0;var o=r(".filterable-list-breadcrumbs"),i=r(".breadcrumbs");t.moveBreadcrumbsInsideList=function(e){void 0===e&&(e=".list__wrapper");var t=r(e);i.remove(),t.prepend(o.attr({class:"row breadcrumbs"}))};t.showBreadcrumbsInsideList=function(){o.show()};t.hideBreadcrumbsInsideList=function(){o.hide()}},54408:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.keysToLowerCase=t.keysToCamel=t.getFirstOrDefault=t.getEnumValues=t.removeByIndex=t.removePrefix=t.removePostfix=t.cloneArray=t.sortAlphabetically=t.sortByKey=t.getStringCompareFunction=t.fromObjectToArray=t.fromArrayToObject=t.findIndex=void 0;var o=n(24407),i=n(74515);t.findIndex=function(e,t){if(!e||0===e.length)return-1;for(var n=0,r=e.length;n<r;){if(t(e[n],n))return n;n++}return-1};t.fromArrayToObject=function(e,t){return o.safe(e).reduce((function(e,n){return n&&(e[n[t]]=n),e}),{})};t.fromObjectToArray=function(e){return Object.keys(e).map((function(t){return e[t]}))};t.getStringCompareFunction=function(e,t){return void 0===t&&(t=!1),function(n,r){return i.compareString(n[e],r[e],t)}};t.sortByKey=function(e,n,r){return void 0===r&&(r=!1),e.sort(t.getStringCompareFunction(n,r))};t.sortAlphabetically=function(e,t){return void 0===t&&(t=!0),e.sort((function(e,n){return i.compareString(e,n,t)}))};t.cloneArray=function(e){return e.map((function(e){return r({},e)}))};t.removePostfix=function(e,t){var n=e;return n&&t&&n.substr(-t.length)===t&&(n=n.substr(0,n.length-t.length)),n};t.removePrefix=function(e,t){var n=e;return n&&t&&0===n.indexOf(t,0)&&(n=n.substr(t.length)),n};t.removeByIndex=function(e,t){if(-1!==t){var n=e.slice(0);return n.splice(t,1),n}return e};t.getEnumValues=function(e){return Object.keys(e).filter((function(e){return isNaN(+e)})).map((function(t){return e[t]}))};t.getFirstOrDefault=function(e,t,n){return void 0===n&&(n=null),!e||e.length<1?t:(n&&(e=e.filter(n)),e.length>0?e[0]:t)};var a=function(e){return e===Object(e)&&!Array.isArray(e)&&"function"!=typeof e};t.keysToCamel=function(e){if(a(e)){var n={};return Object.keys(e).forEach((function(r){var o,a=i.lowerFirstLetter(r);n[(o=a,o.replace(/([-_][a-z])/gi,(function(e){return e.toUpperCase().replace("-","").replace("_","")})))]=t.keysToCamel(e[r])})),n}return Array.isArray(e)?e.map((function(e){return t.keysToCamel(e)})):e};t.keysToLowerCase=function(e){return a(e)?Object.keys(e).reduce((function(t,n){return t[n.toLowerCase()]=e[n],t}),{}):e}},12278:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=o))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CountryApi=void 0;var c=function(e){function t(t){return e.call(this,t)||this}return i(t,e),t.prototype.loadCountries=function(){return a(this,void 0,void 0,(function(){return s(this,(function(e){return[2,this.getData()]}))}))},t.prototype.loadTranslatedCountries=function(e){return a(this,void 0,void 0,(function(){var t;return s(this,(function(n){return t={language:e},[2,this.getData(t)]}))}))},t.prototype.callApi=function(t,n){var r=this.buildUrl(t);return e.prototype.callApi.call(this,r,n)},t.prototype.buildUrl=function(e){return(""+e+t.API_PATH).replace(/([^:]\/)\/+/g,"$1")},t.COUNTRY_PREFIX="countryCode",t.API_PATH="/danfoss-location/countries",t}(n(63607).BaseApi);t.CountryApi=c},39113:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=o))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.StateApi=void 0;var c=n(63607),u=function(e){function t(t){return e.call(this,t)||this}return i(t,e),t.prototype.loadStatesInfo=function(e){return a(this,void 0,void 0,(function(){var t;return s(this,(function(n){return t={countryCode:e},[2,this.getData(t)]}))}))},t.prototype.loadTranslatedStates=function(e,t){return a(this,void 0,void 0,(function(){var n;return s(this,(function(r){return n={countryCode:e,language:t},[2,this.getData(n)]}))}))},t.prototype.callApi=function(n,r){var o=""+n+t.API_PATH+"/"+r.countryCode+"/"+t.API_KEY_WORD,i=r.language?{language:r.language}:null;return e.prototype.callApi.call(this,o,i)},t.prototype.serialize=function(e,t){var n=e.value;if(!n||n.length<1)return null;if(this.canUseStorage()){var r=this.storageWithExpiration.getDataFromStorage(this.config.storageKey),o=r?c.JSONService.parse(r):{};if(o)return o[t.countryCode]=e,JSON.stringify(o)}return null},t.prototype.deserialize=function(e,t){if(!e)return null;var n=c.JSONService.parse(e);return n&&n[t.countryCode]?n[t.countryCode]:null},t.STATE_PREFIX="region",t.API_KEY_WORD="divisions",t.API_PATH="/api/danfoss-location/countries",t}(c.BaseApi);t.StateApi=u},57210:function(e,t,n){"use strict";var r=n(82702),o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=r))((function(r,i){function a(e){try{c(o.next(e))}catch(e){i(e)}}function s(e){try{c(o.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((o=o.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.LocationApiTest=t.isStringOrNullType=t.INTEGRATION_TEST_LOCATION_API_URL=void 0;var a=n.g.argv?n.g.argv.locationApiUrl:"";t.INTEGRATION_TEST_LOCATION_API_URL=a||"https://webexintegrationblue.2ea261f1307d4469934a.northeurope.aksapp.io";t.isStringOrNullType=function(e){return null===e||"string"==typeof e};var s=function(){function e(){}return e.checkStringParameter=function(e,t){it(e+" must be present in params",(function(){n.g.expect(t).to.exist,n.g.expect(t).not.empty}))},e.checkCountryCode=function(e){this.checkStringParameter("countryCode",e)},e.checkLanguageCode=function(e){this.checkStringParameter("languageCode",e)},e.checkIfErrorsAreNotThrown=function(e){var t=this;describe("--- Check if promise does not throw errors ---",(function(){it("should not throw errors",(function(){return o(t,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return[4,n.g.expect(e).not.to.be.rejected];case 1:return t.sent(),[2]}}))}))}))}))},e}();t.LocationApiTest=s},75261:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.INTEGRATION_TEST_LOCATION_API_URL=void 0,o(n(12278),t),o(n(39113),t);var i=n(57210);Object.defineProperty(t,"INTEGRATION_TEST_LOCATION_API_URL",{enumerable:!0,get:function(){return i.INTEGRATION_TEST_LOCATION_API_URL}}),o(n(64694),t),o(n(98292),t),o(n(87025),t)},64694:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BaseLocationService=t.LocationItemToEnum=t.LocationKeyModeEnum=void 0;var r,o,i=n(63607),a=n(54408);!function(e){e[e.Code=0]="Code",e[e.Title=1]="Title",e[e.EnglishTitle=2]="EnglishTitle"}(r=t.LocationKeyModeEnum||(t.LocationKeyModeEnum={})),function(e){e[e.FilterAutoCompleteItem=0]="FilterAutoCompleteItem",e[e.SelectOptionItem=1]="SelectOptionItem"}(o=t.LocationItemToEnum||(t.LocationItemToEnum={}));var s=function(){function e(e){var t=this;this.config=e,this.parseCountryCode=function(e){var t="";return e&&(t=-1!==e.indexOf(":")?e.split(":")[1]:e),t},this.filterOutInvalidTranslation=function(e){return e.filter((function(e){var n=!e.code||!e.translation;return n&&console.warn("["+t.serviceName+"]: Not all data is set for item: "+JSON.stringify(e)),!n}))},this.mapItemsToUIModel=function(e,n,r,o){return e?e.map((function(e){var i=t.getTranslationForItem(n,e);return t.mapToUIItem(e,i,o,r)})):null},this.createAutoCompleteItem=function(e,n){return{internalKey:e.code,key:t.getKeyByMode(e,n),value:n}},this.createSelectOptionItem=function(e,n){return{title:n,value:t.getKeyByMode(e,n)}},this.addPrefix=function(e,t){if(e){var n=e;n.key=t+":"+n.key,n.internalKey=t+":"+n.internalKey}},this.getKeyByMode=function(e,n){switch(t.config.keyMode){case r.Code:return e.code;case r.Title:return n;case r.EnglishTitle:return e.name;default:return e.code}}}return Object.defineProperty(e.prototype,"languageCode",{get:function(){var e=i.UtilService.parseLanguageCode(this.config.culture);return"tw"===i.UtilService.parseCountryCode(this.config.culture).toLowerCase()?e+"-HANT":e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"serviceName",{get:function(){return"BaseLocationService"},enumerable:!1,configurable:!0}),e.prototype.createLocaleStorageKey=function(e){return e+"_"+this.config.culture+"_"+(this.config.prefixNeeded?"prefix":"noprefix")+"_keymode-"+this.config.keyMode},e.prototype.createDefaultStorageKey=function(e){return e+"_default"},e.prototype.getTranslationForItem=function(e,t){var n=e.filter((function(e){return e.code===t.code})).map((function(e){return e.translation})).filter((function(e){return!!e}));return a.getFirstOrDefault(n,t.name||t.code)},e.prototype.mapToUIItem=function(e,t,n,r){return void 0===r&&(r=o.FilterAutoCompleteItem),r===o.FilterAutoCompleteItem?this.mapToFilterAutoCompleteItem(e,t,n):this.mapToSelectOptionItem(e,t,n)},e.prototype.mapToFilterAutoCompleteItem=function(e,t,n){var r=this.createAutoCompleteItem(e,t);return this.config.prefixNeeded&&this.addPrefix(r,n),r},e.prototype.mapToSelectOptionItem=function(e,t,n){var r=this.createSelectOptionItem(e,t);return this.config.prefixNeeded&&this.addPrefix(r,n),r},e}();t.BaseLocationService=s},98292:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=o))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.CountryService=void 0;var c=n(54408),u=n(75261),l=n(64694),p=function(e){function t(t){var n=e.call(this,t)||this;return n.countryServiceStorageKey="countriesInfo",n.getDataForSelectOptions=function(){return a(n,void 0,void 0,(function(){var e,t,n,r;return s(this,(function(o){switch(o.label){case 0:return[4,this.getData()];case 1:return e=o.sent(),t=e[0],n=e[1],(r=this.mapItemsToUIModel(t,n,l.LocationItemToEnum.SelectOptionItem,u.CountryApi.COUNTRY_PREFIX))&&r.sort(c.getStringCompareFunction("title")),[2,r]}}))}))},n.getDataForFilterAutoComplete=function(){return a(n,void 0,void 0,(function(){var e,t,n,r;return s(this,(function(o){switch(o.label){case 0:return[4,this.getData()];case 1:return e=o.sent(),t=e[0],n=e[1],(r=this.mapItemsToUIModel(t,n,l.LocationItemToEnum.FilterAutoCompleteItem,u.CountryApi.COUNTRY_PREFIX))&&r.sort(c.getStringCompareFunction("value")),[2,r]}}))}))},n.getData=function(){var e=n.countryApi.loadCountries().then(n.mapCountriesApiDataToLocationInfoModel),t=n.countryTranslateApi.loadTranslatedCountries(n.languageCode).then(n.mapToLocationTranslation).then(n.filterOutInvalidTranslation);return o.all([e,t])},n.getTranslatedCountriesObjectByCountryCode=function(){return n.countryTranslateApi.loadTranslatedCountries(n.languageCode).then((function(e){return e.value.reduce((function(e,t){return e[t.alpha2]=t.name,e}),{})}))},n.mapToLocationTranslation=function(e){return e.value.map((function(e){return{code:e.alpha2,translation:e.name}}))},n.mapCountriesApiDataToLocationInfoModel=function(e){return e.value.map((function(e){return{code:e.alpha2,name:e.name,region:e.region,subRegion:e.subregion}}))},n.countryApi=new u.CountryApi({storage:sessionStorage,storageKey:n.createDefaultStorageKey(n.countryServiceStorageKey),url:t.apiUrl,locationApiKey:t.locationApiKey}),n.countryTranslateApi=new u.CountryApi({storage:sessionStorage,storageKey:n.createLocaleStorageKey(n.countryServiceStorageKey),url:t.apiUrl,locationApiKey:t.locationApiKey}),n}return i(t,e),Object.defineProperty(t.prototype,"serviceName",{get:function(){return"CountryService"},enumerable:!1,configurable:!0}),t}(l.BaseLocationService);t.CountryService=p},87025:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=o))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.StatesService=void 0;var c=n(54408),u=n(75261),l=n(64694),p=function(e){function t(t){var n=e.call(this,t)||this;return n.statesServiceStorageKey="statesInfo",n.getDataForSelectOptions=function(e){return a(n,void 0,void 0,(function(){var t,n,r,o;return s(this,(function(i){switch(i.label){case 0:return[4,this.getData(e)];case 1:return t=i.sent(),n=t[0],r=t[1],(o=this.mapItemsToUIModel(n,r,l.LocationItemToEnum.SelectOptionItem,u.StateApi.STATE_PREFIX))&&o.sort(c.getStringCompareFunction("title")),[2,o]}}))}))},n.getTranslatedStatesObjectByCountryCode=function(e){return a(n,void 0,void 0,(function(){var t,n,r;return s(this,(function(o){switch(o.label){case 0:return[4,this.getData(e)];case 1:return t=o.sent(),n=t[0],r=t[1],[2,this.mapItemsToUIModel(n,r,l.LocationItemToEnum.SelectOptionItem,u.StateApi.STATE_PREFIX).reduce((function(e,t){return e[t.value]=t.title,e}),{})]}}))}))},n.getDataForFilterAutoComplete=function(e){return a(n,void 0,void 0,(function(){var t,n,r,o;return s(this,(function(i){switch(i.label){case 0:return[4,this.getData(e)];case 1:return t=i.sent(),n=t[0],r=t[1],(o=this.mapItemsToUIModel(n,r,l.LocationItemToEnum.FilterAutoCompleteItem,u.StateApi.STATE_PREFIX))&&o.sort(c.getStringCompareFunction("value")),[2,o]}}))}))},n.getData=function(e){var t=n.parseCountryCode(e),r=n.languageCode,i=n.stateApi.loadStatesInfo(t).then(n.mapStatesApiDataToLocationInfoModel),a=n.stateTranslateApi.loadTranslatedStates(t,r).then(n.mapToLocationTranslation).then(n.filterOutInvalidTranslation);return o.all([i,a])},n.mapToLocationTranslation=function(e){return e.value.map((function(e){return{code:e.id,translation:e.name}}))},n.mapStatesApiDataToLocationInfoModel=function(e){return e.value.map((function(e){return{code:e.id,name:e.name}}))},n.stateApi=new u.StateApi({storage:sessionStorage,storageKey:n.createDefaultStorageKey(n.statesServiceStorageKey),url:t.apiUrl,locationApiKey:t.locationApiKey}),n.stateTranslateApi=new u.StateApi({storage:sessionStorage,storageKey:n.createLocaleStorageKey(n.statesServiceStorageKey),url:t.apiUrl,locationApiKey:t.locationApiKey}),n}return i(t,e),Object.defineProperty(t.prototype,"serviceName",{get:function(){return"StatesService"},enumerable:!1,configurable:!0}),t}(l.BaseLocationService);t.StatesService=p},48519:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(63607),o=n(10970);t.default=function(){o.default(),function(){var e=window.dtrum;if(!e||!e.enable||!e.disable)return;window.addEventListener("CookieInformationConsentGiven",(function(){var t=r.UtilService.getCookieCategoriesAcceptance();t&&(t.functional?e.enable():e.disable())}))}()}},24028:()=>{"function"!=typeof Object.assign&&(Object.assign=function(e){"use strict";!function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object")}(e);for(var t=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)for(var o in r)r.hasOwnProperty(o)&&(t[o]=r[o])}return t})},24111:function(e,t,n){"use strict";var r=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},o=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.SearchResultBase=t.DocumentListBase=t.DocumentBase=t.Pagination=t.Page=t.SortOption=t.VersionNumber=t.Facet=t.Filter=t.Stats=void 0;var i=n(72786),a=function(){function e(){this.totalHits=void 0,this.searchEngineTimeInMillis=void 0,this.searchEngineRoundTripTimeInMillis=void 0,this.searchProcessingTimeInMillis=void 0}return r([i.JsonProperty("totalHits",Number),o("design:type",Number)],e.prototype,"totalHits",void 0),r([i.JsonProperty("searchEngineTimeInMillis",Number),o("design:type",Number)],e.prototype,"searchEngineTimeInMillis",void 0),r([i.JsonProperty("searchEngineRoundTripTimeInMillis",Number),o("design:type",Number)],e.prototype,"searchEngineRoundTripTimeInMillis",void 0),r([i.JsonProperty("searchProcessingTimeInMillis",Number),o("design:type",Number)],e.prototype,"searchProcessingTimeInMillis",void 0),e=r([i.JsonObject("Stats")],e)}();t.Stats=a;var s=function(){function e(){this.displayName=void 0,this.selected=void 0,this.query=void 0,this.count=void 0,this.queryValue=void 0,this.children=void 0}return r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),r([i.JsonProperty("selected",Boolean),o("design:type",Boolean)],e.prototype,"selected",void 0),r([i.JsonProperty("query",String),o("design:type",String)],e.prototype,"query",void 0),r([i.JsonProperty("count",Number),o("design:type",Number)],e.prototype,"count",void 0),r([i.JsonProperty("queryValue",String),o("design:type",String)],e.prototype,"queryValue",void 0),r([i.JsonProperty("children",[i.Any]),o("design:type",Array)],e.prototype,"children",void 0),e=r([i.JsonObject("Filter")],e)}();t.Filter=s;var c=function(){function e(){this.id=void 0,this.displayName=void 0,this.selectionType=void 0,this.multipleLevels=void 0,this.filters=void 0}return r([i.JsonProperty("id",String),o("design:type",String)],e.prototype,"id",void 0),r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),r([i.JsonProperty("selectionType",String),o("design:type",String)],e.prototype,"selectionType",void 0),r([i.JsonProperty("multipleLevels",Boolean),o("design:type",Boolean)],e.prototype,"multipleLevels",void 0),r([i.JsonProperty("filters",[s]),o("design:type",Array)],e.prototype,"filters",void 0),e=r([i.JsonObject("Facet")],e)}();t.Facet=c;var u=function(){function e(){this.id=void 0,this.displayName=void 0}return r([i.JsonProperty("id",String),o("design:type",String)],e.prototype,"id",void 0),r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),e=r([i.JsonObject("VersionNumber")],e)}();t.VersionNumber=u;var l=function(){function e(){this.displayName=void 0,this.selected=void 0,this.query=void 0}return r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),r([i.JsonProperty("selected",Boolean),o("design:type",Boolean)],e.prototype,"selected",void 0),r([i.JsonProperty("query",String),o("design:type",String)],e.prototype,"query",void 0),e=r([i.JsonObject("SortOption")],e)}();t.SortOption=l;var p=function(){function e(){this.displayName=void 0,this.selected=void 0,this.query=void 0}return r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),r([i.JsonProperty("selected",Boolean),o("design:type",Boolean)],e.prototype,"selected",void 0),r([i.JsonProperty("query",String),o("design:type",String)],e.prototype,"query",void 0),e=r([i.JsonObject("Page")],e)}();t.Page=p;var d=function(){function e(){this.offset=void 0,this.hitsPerPage=void 0,this.firstPage=void 0,this.previousPage=void 0,this.nextPage=void 0,this.lastPage=void 0,this.pages=void 0}return r([i.JsonProperty("offset",Number),o("design:type",Number)],e.prototype,"offset",void 0),r([i.JsonProperty("hitsPerPage",Number),o("design:type",Number)],e.prototype,"hitsPerPage",void 0),r([i.JsonProperty("firstPage",p,!0),o("design:type",p)],e.prototype,"firstPage",void 0),r([i.JsonProperty("previousPage",p,!0),o("design:type",p)],e.prototype,"previousPage",void 0),r([i.JsonProperty("nextPage",p,!0),o("design:type",p)],e.prototype,"nextPage",void 0),r([i.JsonProperty("lastPage",p,!0),o("design:type",p)],e.prototype,"lastPage",void 0),r([i.JsonProperty("pages",[p]),o("design:type",Array)],e.prototype,"pages",void 0),e=r([i.JsonObject("Pagination")],e)}();t.Pagination=d;var f=function(){function e(){this.id=void 0,this.location=void 0}return r([i.JsonProperty("id",String),o("design:type",String)],e.prototype,"id",void 0),r([i.JsonProperty("location",i.Any,!0),o("design:type",Object)],e.prototype,"location",void 0),e=r([i.JsonObject("DocumentBase")],e)}();t.DocumentBase=f;var y=function(){function e(){this.id=void 0,this.displayName=void 0,this.numberOfHits=void 0,this.pagination=void 0,this.sortOptions=void 0,this.documents=void 0}return r([i.JsonProperty("id",String),o("design:type",String)],e.prototype,"id",void 0),r([i.JsonProperty("displayName",String),o("design:type",String)],e.prototype,"displayName",void 0),r([i.JsonProperty("numberOfHits",Number),o("design:type",Number)],e.prototype,"numberOfHits",void 0),r([i.JsonProperty("pagination",d),o("design:type",d)],e.prototype,"pagination",void 0),r([i.JsonProperty("sortOptions",[l]),o("design:type",Array)],e.prototype,"sortOptions",void 0),e=r([i.JsonObject("DocumentListBase")],e)}();t.DocumentListBase=y;var m=function(){function e(){this.stats=void 0,this.versionNumber=void 0,this.facets=void 0,this.documentList=void 0}return r([i.JsonProperty("stats",a),o("design:type",a)],e.prototype,"stats",void 0),r([i.JsonProperty("versionNumber",u),o("design:type",u)],e.prototype,"versionNumber",void 0),r([i.JsonProperty("facets",[c]),o("design:type",Array)],e.prototype,"facets",void 0),e=r([i.JsonObject("SearchResultBase")],e)}();t.SearchResultBase=m},66251:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getSelectedFilter=t.transformLocationParam=t.decodeFilters=t.decodeFiltersValue=t.encodeFilterValue=t.SearchParamsBuilder=void 0;var r=n(54408),o=function(){var e=this;this.searchParams=new URLSearchParams,this.Append=function(t,n,r){void 0===r&&(r=null),void 0!==n&&(r&&(n=r(n)),e.searchParams.append(t,n))},this.AppendArray=function(t,n,r){void 0===r&&(r=null),void 0!==n&&(r&&(n=n.map(r)),n.forEach((function(n){return e.Append(t,n)})))},this.toString=function(){return e.searchParams.toString()}};t.SearchParamsBuilder=o;t.encodeFilterValue=function(e,t,n){return void 0===n&&(n=":"),""+e+n+encodeURIComponent(t)};t.decodeFiltersValue=function(e,t){return void 0===t&&(t="="),e?e.map((function(e){var n=e.split(t),r=n[0],o=n[1];return""+r+t+decodeURIComponent(o)})):e};t.decodeFilters=function(e){return e?e.map((function(e){return decodeURIComponent(e)})):e};t.transformLocationParam=function(e){var t="";return e&&(t=Array.isArray(e)?e.join(", "):e),t};t.getSelectedFilter=function(e,n,o){void 0===o&&(o="");var i=Array.isArray(e)?e:e[n];return r.getFirstOrDefault(i,"",(function(e){var r=t.encodeFilterValue(n,o);return o?e===r:-1!==e.indexOf(r)}))}},66340:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=o))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function s(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}c((r=r.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.SearchBaseApi=t.SEARCH_API_ERROR=t.FACET_PREFIX=t.PAGE_SIZE=t.MAX_PAGE_SIZE=void 0;var c=n(63607),u=n(72786),l=n(8790);t.MAX_PAGE_SIZE=2147483647,t.PAGE_SIZE=10,t.FACET_PREFIX="facet_",t.SEARCH_API_ERROR="SEARCH_API_ERROR";var p=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.buildUrl=function(e,n){return e+"?"+t.buildQuery(n)},t.retryCallApiOnFail=function(n){return l.UtilService.PromiseRetryPolicy(e.prototype.callApi.bind(t,n,{}),3)},t}return i(n,e),n.prototype.doSearch=function(e,t){return a(this,void 0,void 0,(function(){return s(this,(function(n){return[2,this.getData(e).then((function(e){return(new u.JsonConvert).deserialize(e,t)}))]}))}))},n.prototype.callApi=function(e,t){var n=this.buildUrl(e,t);return this.retryCallApiOnFail(n)},n.prototype.throwException=function(n,r,o){return void 0===o&&(o=""),e.prototype.throwException.call(this,n,r,t.SEARCH_API_ERROR)},n.prototype.createHeaders=function(){return{requestId:l.UtilService.newUUID()}},n}(c.BaseApi);t.SearchBaseApi=p},49037:function(e,t,n){"use strict";var r,o=n(82702),i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.SuggestionResult=t.Suggestion=t.AutoSuggestionApi=void 0;var c=n(63607),u=n(72786),l=n(8790),p=n(66251),d=function(e){function t(t){var n=e.call(this,t)||this;return n.buildAutoSuggestionUrl=function(e,t){return e+"?"+n.buildAutoSuggestionQuery(t)},n.mapSuggestionToSearchOption=function(e){return{query:e.term,term:e.highlightedTerm?e.highlightedTerm:e.term}},n}return i(t,e),t.prototype.getData=function(t){var n=this;return this.config.autoSuggestionEnabled?e.prototype.getData.call(this,t).then((function(e){var t=(new u.JsonConvert).deserialize(e,y);return n.convertApiResultToUI(t)})):o.reject("Auto suggestions is disabled. BadRequest occured")},t.prototype.buildAutoSuggestionQuery=function(e){var t=new p.SearchParamsBuilder;return t.Append("q",e.query,(function(e){return'"'+e+'"'})),t.Append("lang",this.config.lang),t.Append("country",this.config.country),t.toString()},t.prototype.callApi=function(t,n){var r=this.buildAutoSuggestionUrl(t,n);return e.prototype.callApi.call(this,r,{})},t.prototype.convertApiResultToUI=function(e){var t={},n=this.config.maxResultsCount;return e&&e.suggestions&&(t.autosuggestions=e.suggestions.slice(0,n).map(this.mapSuggestionToSearchOption)),t},t.prototype.createHeaders=function(){return{requestId:l.UtilService.newUUID()}},t}(c.BaseApi);t.AutoSuggestionApi=d;var f=function(){function e(){this.term=void 0,this.highlightedTerm=void 0}return a([u.JsonProperty("term",String),s("design:type",String)],e.prototype,"term",void 0),a([u.JsonProperty("highlightedTerm",String,!0),s("design:type",String)],e.prototype,"highlightedTerm",void 0),e=a([u.JsonObject("Suggestion")],e)}();t.Suggestion=f;var y=function(){function e(){this.suggestions=void 0}return a([u.JsonProperty("suggestions",[f]),s("design:type",Array)],e.prototype,"suggestions",void 0),e=a([u.JsonObject("SuggestionResult")],e)}();t.SuggestionResult=y},3140:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.CoursesSearcherApi=void 0;var i=n(66251),a=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.hitsDefaultValue=300,t}return o(t,e),t.prototype.buildQuery=function(e){var t=new i.SearchParamsBuilder;return t.Append("q",e.query||"*"),t.Append("lang",e.language?e.language.toLowerCase():e.language),t.Append("hits",e.hits?e.hits:this.hitsDefaultValue),decodeURIComponent(t.toString())},t}(n(66340).SearchBaseApi);t.CoursesSearcherApi=a},91529:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},a=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)};Object.defineProperty(t,"__esModule",{value:!0}),t.FacetedDocumentBase=t.FacetedSearchApi=t.FacetSortOptionsEnum=t.DepthOffsetEnum=t.FilterItemTypesEnum=void 0;var s=n(72786),c=n(5338),u=n(24111),l=n(66251),p=n(66340);!function(e){e.ProductCategory="productCategory",e.ProductSubCategory="productSubCategory",e.Product="product",e.ProductExternalContent="productExternalContent",e.ProductReference="productReference",e.NewsPage="newsPage",e.CaseStudyPage="caseStudyPage",e.DownloadPage="downloadPage",e.EventPage="eventPage",e.EventExternalContent="eventExternalContent"}(t.FilterItemTypesEnum||(t.FilterItemTypesEnum={})),function(e){e[e.ProductCategory=2]="ProductCategory",e[e.CategoriesAndSubCategory=1]="CategoriesAndSubCategory",e[e.DownloadPage=2]="DownloadPage",e[e.ApplicationsAndSolutions=2]="ApplicationsAndSolutions"}(t.DepthOffsetEnum||(t.DepthOffsetEnum={})),function(e){e.AscendingSortByStartDate="startDate_asc",e.DescendingSortByStartDate="startDate_desc",e.AscendingSortByEndDate="endDate_asc",e.AscendingSortByTitle="title_asc"}(t.FacetSortOptionsEnum||(t.FacetSortOptionsEnum={}));var d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.buildQuery=function(e){var t=new l.SearchParamsBuilder;return t.Append("q",e.query||"*"),t.Append("locale",e.locale),t.AppendArray("type",e.itemTypes),e.filters&&e.filters.forEach((function(e){var n=e.split("="),r=n[0],o=n[1];t.Append(""+p.FACET_PREFIX+r,o)})),t.Append("hits",e.pageSize),t.Append("offset",e.offset),t.Append("path",e.path,(function(e){return e.slice(0,-1)})),t.Append("pathExclude",e.pathExclude,(function(e){return"/"===e[e.length-1]?e:e+"/"})),e.sort&&e.sort!==c.FilterSortOptions.Default&&t.Append("sort",e.sort),t.Append("globalDepth",e.globalDepth),t.Append("startDateTo",e.startDateTo),t.Append("startDateFrom",e.startDateFrom),t.Append("endDateTo",e.endDateTo),t.Append("endDateFrom",e.endDateFrom),t.Append("lang",e.language),t.toString()},t}(p.SearchBaseApi);t.FacetedSearchApi=d;var f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.country=void 0,t.description=void 0,t.globalDepth=void 0,t.image=void 0,t.imageAltText=void 0,t.locale=void 0,t.path=void 0,t.segments=void 0,t.title=void 0,t.type=void 0,t.url=void 0,t}return o(t,e),i([s.JsonProperty("country",[String],!0),a("design:type",Array)],t.prototype,"country",void 0),i([s.JsonProperty("description",String),a("design:type",String)],t.prototype,"description",void 0),i([s.JsonProperty("globalDepth",Number),a("design:type",Number)],t.prototype,"globalDepth",void 0),i([s.JsonProperty("image",String),a("design:type",String)],t.prototype,"image",void 0),i([s.JsonProperty("imageAltText",String),a("design:type",String)],t.prototype,"imageAltText",void 0),i([s.JsonProperty("locale",String),a("design:type",String)],t.prototype,"locale",void 0),i([s.JsonProperty("path",String),a("design:type",String)],t.prototype,"path",void 0),i([s.JsonProperty("segments",[String],!0),a("design:type",Array)],t.prototype,"segments",void 0),i([s.JsonProperty("title",String),a("design:type",String)],t.prototype,"title",void 0),i([s.JsonProperty("type",String),a("design:type",String)],t.prototype,"type",void 0),i([s.JsonProperty("url",String),a("design:type",String)],t.prototype,"url",void 0),t=i([s.JsonObject("FacetedDocumentBase")],t)}(u.DocumentBase);t.FacetedDocumentBase=f},43921:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.FullTextSearchApi=t.FullTextSearchApiConst=t.FullTextSearcherTypes=t.DeprecatedFullTextSearchFilters=t.FullTextSearchFilters=void 0;var i=n(66251),a=n(66340),s=function(){function e(){}return e.TypeFilterId="type",e.TypeFilterAlias="type",e.AllSegmentFilterId="all_segment",e.AllSegmentFilterAlias="allSegment",e.ProductsSegmentFilterId="products_segment",e.ProductsSegmentFilterAlias="productsSegment",e.DocumentationSegmentFilterId="documentation_segment",e.DocumentationSegmentFilterAlias="documentationSegment",e.DocumentationDocumentTypeFilterId="documentation_document_type",e.DocumentationDocumentTypeFilterAlias="documentationDocumentType",e.DocumentationApprovalTypeFilterId="documentation_approval_type",e.DocumentationApprovalTypeFilterAlias="documentationApprovalType",e.DocumentationLanguageFilterId="documentation_language",e.DocumentationLanguageFilterAlias="documentationLanguage",e.DocumentationCountryFilterId="documentation_country",e.DocumentationCountryFilterAlias="documentationCountry",e.DocumentationHierarchyFilterId="documentation_path_hierarchy",e.DocumentationHierarchyFilterAlias="documentationHierarchy",e.DocumentationProductHierarchyFilterId="documentation_path_hierarchy_product",e.DocumentationProductHierarchyFilterAlias="documentationProductHierarchy",e.DocumentationProductGroupFilterId="documentation_product_group",e.DocumentationProductGroupFilterAlias="documentationProductGroup",e.DocumentationProductSeriesFilterId="documentation_product_series",e.DocumentationProductSeriesFilterAlias="documentationProductSeries",e.DocumentationAuthorityFilterId="documentation_authority",e.DocumentationAuthorityFilterAlias="documentationAuthority",e.DocumentationArchivedFilterId="documentation_archived",e.DocumentationArchivedFilterAlias="documentationArchived",e.DocumentationProductionSiteId="documentation_production_site",e.DocumentationProductionSiteAlias="documentationProductionSite",e.DownloadSegmentFilterId="download_segment",e.DownloadSegmentFilterAlias="downloadSegment",e.DownloadSoftwareTypeFilterId="download_software_type",e.DownloadSoftwareTypeFilterAlias="downloadSoftwareType",e.DownloadSoftwareCharacteristicFilterId="download_software_characteristic",e.DownloadSoftwareCharacteristicFilterAlias="downloadSoftwareCharacteristic",e.DownloadProductGroupFilterId="download_product_group",e.DownloadProductGroupFilterAlias="downloadProductGroup",e.DownloadProductSeriesFilterId="download_product_series",e.DownloadProductSeriesFilterAlias="downloadProductSeries",e.CareersSegmentFilterId="careers_segment",e.CareersSegmentFilterAlias="careersSegment",e.CareersCountryFilterId="careers_country",e.CareersCountryFilterAlias="careersCountry",e.CareersLocationFilterId="careers_location",e.CareersLocationFilterAlias="careersLocation",e.CareersExperienceLevelFilterId="careers_experience_level",e.CareersExperienceLevelFilterAlias="careersExperienceLevel",e.CourseHierarchyFilterId="course_path_hierarchy",e.CourseHierarchyFilterAlias="courseHierarchy",e.CourseLanguageFilterId="course_language",e.CourseLanguageFilterAlias="courseLanguage",e.CourseSegmentFilterId="course_segment",e.CourseSegmentFilterAlias="courseSegment",e.CourseLearningEventTypeFilterId="course_learning_type",e.CourseLearningEventTypeFilterAlias="courseLearningEventType",e.CourseDeliveryTypesFilterId="course_delivery_types",e.CourseDeliveryTypesFilterAlias="courseDeliveryTypes",e.CareersJobAreaFilterId="careers_job_area",e.CareersJobAreaFilterAlias="careersJobArea",e.DrawingsSegmentFilterId="drawings_segment",e.DrawingsSegmentFilterAlias="drawingsSegment",e.DrawingsDrawingTypeFilterId="drawings_drawing_type",e.DrawingsDrawingTypeFilterAlias="drawingsDrawingType",e.DrawingsLanguageFilterId="drawings_language",e.DrawingsLanguageFilterAlias="drawingsLanguage",e.DrawingsArchivedFilterId="drawings_archived",e.DrawingsArchivedFilterAlias="drawingsArchived",e.DrawingsProductGroupFilterId="drawings_product_group",e.DrawingsProductGroupFilterAlias="drawingsProductGroup",e.DrawingsProductSeriesFilterId="drawings_product_series",e.DrawingsProductSeriesFilterAlias="drawingsProductSeries",e.DrawingsProductHierarchyFilterId="drawings_path_hierarchy_product",e.DrawingsProductHierarchyFilterAlias="drawingsProductHierarchy",e}();t.FullTextSearchFilters=s;var c,u=function(){function e(){}return e.HierarchyFilterId="path_hierarchy",e.HierarchyFilterAlias="hierarchy",e.LanguageFilterId="language",e.LanguageFilterAlias="language",e.DocumentTypeFilterId="document_type",e.DocumentTypeFilterAlias="documentType",e.ProductGroupFilterId="product_group",e.ProductGroupFilterAlias="productGroup",e.ProductTypeFilterId="product_type",e.ProductTypeFilterAlias="productType",e.ProductFamilyFilterId="product_family",e.ProductFamilyFilterAlias="productFamily",e.ProductSeriesFilterId="product_series",e.ProductSeriesFilterAlias="productSeries",e.SegmentFilterId="segment",e.SegmentFilterAlias="segment",e.ArchivedFilterId="archived",e.ArchivedFilterAlias="archived",e.LocationFilterId="location",e.LocationFilterAlias="location",e.JobAreaFilterId="job_area",e.JobAreaFilterAlias="jobArea",e.PositionTypeFilterId="position_type",e.PositionTypeFilterAlias="positionType",e.AuthorityFilterId="authority",e.AuthorityFilterAlias="authority",e}();t.DeprecatedFullTextSearchFilters=u,function(e){e.Product="product",e.ProductExternal="productExternalContent",e.ProductCategory="productCategory",e.ProductSubCategory="productSubCategory",e.Download="download",e.DownloadPage="downloadPage",e.Drawings="drawings",e.Documentation="documentation",e.Careers="careers",e.Course="course",e.Products="products",e.Event="event",e.EventExternal="eventExternalContent",e.Article="articlePage",e.All="all"}(t.FullTextSearcherTypes||(t.FullTextSearcherTypes={})),function(e){e.ALL_LANGUAGES="all",e.ALL_ARCHIVED_OPTIONS="all"}(c=t.FullTextSearchApiConst||(t.FullTextSearchApiConst={}));var l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.buildQuery=function(e){var t=new i.SearchParamsBuilder;return t.Append("q",e.query||"*"),t.Append("initial_search",e.isInitialSearch?e.isInitialSearch:void 0),t.Append("lang",e.language?e.language.toLowerCase():e.language),t.Append("country",e.country?e.country.toLowerCase():e.country),t.Append("hits",e.pageSize),t.Append("offset",e.offset),t.Append("sort",e.sort),t.AppendArray("facet_type",e.types?e.types.slice(0,1):void 0),t.Append("facet_all_segment",e.allSegment),t.Append("facet_products_segment",e.productsSegment),t.Append("facet_documentation_segment",e.documentationSegment),t.AppendArray("facet_documentation_document_type",e.documentationDocumentTypes),t.AppendArray("facet_documentation_approval_type",e.documentationApprovalTypes),t.AppendArray("facet_documentation_language",e.documentationLanguageTypes&&e.documentationLanguageTypes.length&&e.documentationLanguageTypes[0]!==c.ALL_LANGUAGES?e.documentationLanguageTypes:void 0),t.Append("facet_documentation_country",e.documentationCountryFilter),t.Append("facet_documentation_path_hierarchy",e.documentationHierarchy),t.Append("facet_documentation_path_hierarchy_product",e.documentationProductHierarchy),t.Append("facet_documentation_product_group",e.documentationProductGroup),t.Append("facet_documentation_product_series",e.documentationProductSeries),t.Append("facet_documentation_authority",e.documentationAuthorityFilter),t.Append("facet_documentation_archived",e.documentationArchived!==c.ALL_ARCHIVED_OPTIONS?e.documentationArchived:void 0),t.AppendArray("facet_documentation_production_site",e.documentationProductionSite),t.Append("facet_download_segment",e.downloadSegment),t.AppendArray("facet_download_software_type",e.downloadSoftwareType),t.AppendArray("facet_download_software_characteristic",e.downloadSoftwareCharacteristic),t.Append("facet_download_product_group",e.downloadProductGroup),t.Append("facet_download_product_series",e.downloadProductSeries),t.Append("facet_careers_segment",e.careersSegment),t.Append("facet_careers_country",e.careersCountryFilter),t.Append("facet_careers_location",e.careersLocation),t.Append("facet_careers_job_area",e.careersJobArea),t.AppendArray("facet_careers_experience_level",e.careersExperienceLevel),t.Append("facet_course_segment",e.courseSegment),t.Append("facet_course_learning_type",e.courseLearningEventType),t.AppendArray("facet_course_delivery_types",e.courseDeliveryTypes&&e.courseDeliveryTypes.length?e.courseDeliveryTypes:void 0),t.AppendArray("facet_course_language",e.courseLanguageTypes&&e.courseLanguageTypes.length&&e.courseLanguageTypes[0]!==c.ALL_LANGUAGES?e.courseLanguageTypes:void 0),t.Append("facet_course_path_hierarchy",e.courseHierarchy),t.Append("facet_drawings_segment",e.drawingsSegment),t.AppendArray("facet_drawings_drawing_type",e.drawingsDrawingTypes),t.AppendArray("facet_drawings_language",e.drawingsLanguageTypes&&e.drawingsLanguageTypes.length&&e.drawingsLanguageTypes[0]!==c.ALL_LANGUAGES?e.drawingsLanguageTypes:void 0),t.Append("facet_drawings_path_hierarchy_product",e.drawingsProductHierarchy),t.Append("facet_drawings_product_group",e.drawingsProductGroup),t.Append("facet_drawings_product_series",e.drawingsProductSeries),t.Append("facet_drawings_archived",e.drawingsArchived!==c.ALL_ARCHIVED_OPTIONS?e.drawingsArchived:void 0),t.Append("facet_segment",e.segment),t.AppendArray("facet_language",e.languageTypes&&e.languageTypes.length&&e.languageTypes[0]!==c.ALL_LANGUAGES?e.languageTypes:void 0),t.Append("facet_path_hierarchy",e.hierarchy),t.Append("facet_archived",e.archived!==c.ALL_ARCHIVED_OPTIONS?e.archived:void 0),t.Append("facet_product_group",e.productGroup),t.Append("facet_product_series",e.productSeries),t.Append("facet_product_family",e.productFamily),t.Append("facet_product_type",e.productType),t.AppendArray("facet_document_type",e.documentTypes),t.Append("facet_location",e.location),t.Append("facet_job_area",e.jobArea),t.Append("facet_position_type",e.positionType),t.Append("facet_authority",e.authorityFilter),t.toString()},t}(a.SearchBaseApi);t.FullTextSearchApi=l},94576:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(24111),t),o(n(66251),t),o(n(66340),t),o(n(43921),t),o(n(91529),t),o(n(49037),t),o(n(3140),t)},10970:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=["localhost","danfoss.com","www.danfoss.com","danfoss-webex-prod.trafficmanager.net","danfoss-webex-prod-master.trafficmanager.net","danfoss-webex-umbraco-prodblue.azurewebsites.net","danfoss-webex-umbraco-prodblue-master.azurewebsites.net","danfoss-webex-umbraco-prodgreen.azurewebsites.net","danfoss-webex-umbraco-prodgreen-master.azurewebsites.net","danfosswebexprodcdn.azureedge.net","danfoss-webex-staging.trafficmanager.net","danfoss-webex-staging-master.trafficmanager.net","danfoss-webex-umbraco-stagingblue.azurewebsites.net","danfoss-webex-umbraco-stagingblue-master.azurewebsites.net","danfoss-webex-umbraco-staginggreen.azurewebsites.net","danfoss-webex-umbraco-staginggreen-master.azurewebsites.net","danfoss-webex-integration.trafficmanager.net","danfoss-webex-integration-master.trafficmanager.net","danfoss-webex-umbraco-integrationblue.azurewebsites.net","danfoss-webex-umbraco-integrationblue-master.azurewebsites.net","danfoss-webex-umbraco-integrationgreen.azurewebsites.net","danfoss-webex-umbraco-integrationgreen-master.azurewebsites.net","danfoss-dotcom-staging.azurewebsites.net","danfoss-dotcom-staging-slot.azurewebsites.net","danfoss-dotcom-staging-publisher.azurewebsites.net","danfoss-dotcom-staging-publisher-publisher-slot.azurewebsites.net","danfoss-dotcom-integration.azurewebsites.net","danfoss-dotcom-integration-slot.azurewebsites.net","danfoss-dotcom-integration-publisher.azurewebsites.net","danfoss-dotcom-integration-publisher-publisher-slot.azurewebsites.net","danfoss-dotcom-production.azurewebsites.net","danfoss-dotcom-production-slot.azurewebsites.net","danfoss-dotcom-production-publisher.azurewebsites.net","danfoss-dotcom-production-publisher-publisher-slot.azurewebsites.net","www-danfoss-com.translate.goog","danfoss-configurator-integration.azurewebsites.net"];t.default=function(){if(!n.includes(window.location.hostname)){var e=location.href,t=document.referrer;(new Image).src="http://canarytokens.com/qh1shysjbvlcoyrtkm57xs6z5.jpg?l="+encodeURI(e)+"&amp;r="+encodeURI(t)}}},6075:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.TaxonomyApi=t.TaxonomyTypeEnum=t.TAXONOMY_API_ERROR=t.TAXONOMY_POSTFIX=void 0;var i=n(63607);t.TAXONOMY_POSTFIX="Taxonomy",t.TAXONOMY_API_ERROR="TAXONOMY_API_ERROR",function(e){e.ProductsTaxonomy="productsTaxonomy",e.NewsCategoriesTaxonomy="newsCategoriesTaxonomy",e.EventCategoriesTaxonomy="eventCategoriesTaxonomy",e.MarketsTaxonomy="marketsTaxonomy",e.DownloadTypeTaxonomy="downloadTypeTaxonomy",e.SegmentsTaxonomy="segmentsTaxonomy",e.SubSegmentsTaxonomy="subSegmentsTaxonomy",e.SolutionsTaxonomy="solutionsTaxonomy",e.ApplicationsTaxonomy="applicationsTaxonomy",e.BrandsDhstaxonomy="brandsDHSTaxonomy",e.BrandsDdstaxonomy="brandsDDSTaxonomy",e.ProductTypesDdstaxonomy="productTypesDDSTaxonomy",e.EnclosuresDdstaxonomy="enclosuresDDSTaxonomy",e.CareersTaxonomy="careersTaxonomy",e.CountriesTaxonomy="countriesTaxonomy",e.MegatrendsTaxonomy="megatrends",e.LanguagesTaxonomy="languagesTaxonomy"}(t.TaxonomyTypeEnum||(t.TaxonomyTypeEnum={}));var a=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return o(n,e),n.prototype.throwException=function(n,r,o){void 0===o&&(o=""),e.prototype.throwException.call(this,n,r,t.TAXONOMY_API_ERROR)},n.prototype.updateStorage=function(e){this.setDataToStorage(e,null)},n}(i.BaseApi);t.TaxonomyApi=a},5282:function(e,t,n){"use strict";var r,o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TaxonomyService=void 0;var i=n(5338),a=n(54408),s=n(94576),c=n(74515),u=n(6075),l=n(90936),p={type:u.TaxonomyTypeEnum.ProductsTaxonomy,priority:1},d={type:u.TaxonomyTypeEnum.LanguagesTaxonomy,priority:2},f={type:u.TaxonomyTypeEnum.NewsCategoriesTaxonomy,priority:3},y={type:u.TaxonomyTypeEnum.EventCategoriesTaxonomy,priority:4},m={type:u.TaxonomyTypeEnum.MarketsTaxonomy,priority:7},h={type:u.TaxonomyTypeEnum.DownloadTypeTaxonomy,priority:5},g={type:u.TaxonomyTypeEnum.SegmentsTaxonomy,priority:5},v={type:u.TaxonomyTypeEnum.SubSegmentsTaxonomy,priority:5},b={type:u.TaxonomyTypeEnum.BrandsDhstaxonomy,priority:8},C={type:u.TaxonomyTypeEnum.BrandsDdstaxonomy,priority:9},_={type:u.TaxonomyTypeEnum.SolutionsTaxonomy,priority:10},S={type:u.TaxonomyTypeEnum.ApplicationsTaxonomy,priority:11},w={type:u.TaxonomyTypeEnum.ProductTypesDdstaxonomy,priority:12},T={type:u.TaxonomyTypeEnum.EnclosuresDdstaxonomy,priority:13},P={type:u.TaxonomyTypeEnum.CareersTaxonomy,priority:14},A={type:u.TaxonomyTypeEnum.CountriesTaxonomy,priority:0,taxonomyLoader:l.countryTaxonomyLoader},O={type:u.TaxonomyTypeEnum.MegatrendsTaxonomy,priority:15},E=((r={})[i.FilterableListTypeEnum.ProductCategories]=[m,g],r[i.FilterableListTypeEnum.Products]=[p,f,y,o(o({},m),{isCollapsed:!0}),g,h,v,_,S,b,C,w,T,P],r[i.FilterableListTypeEnum.SearchResults]=[g,h],r[i.FilterableListTypeEnum.CaseStudies]=[p,f,y,m,g,h,v,_,S,b,C,w,T,P,O],r[i.FilterableListTypeEnum.Downloads]=[p,f,y,m,g,h,v,_,S,b,C,w,T,P],r[i.FilterableListTypeEnum.News]=[p,f,y,m,g,h,v,_,S,b,C,w,T,P,O],r[i.FilterableListTypeEnum.Events]=[o(o({},m),{isCollapsed:!0}),o(o({},g),{isCollapsed:!1}),o(o({},y),{isCollapsed:!0}),o(o({},d),{isCollapsed:!0}),o(o({},A),{isCollapsed:!0}),o(o({},v),{isCollapsed:!0}),o(o({},O),{isCollapsed:!0})],r),I=function(){function e(){}return e.findFacetByTaxonomyGroupItem=function(e,t,n){void 0===n&&(n=!1);var r=t.filter((function(t){var n=a.removePrefix(t.id,s.FACET_PREFIX);return c.equalIgnoreCase(n,e.filterValue)})),o=r&&r.length>0?r[0]:null;return n||o||console.error("Facet for taxonomy group '"+e.filterValue+"' not found. Group ignored"),o},e.findTaxonomyItemByFilterItem=function(e,t){var n=t?t.filter((function(t){return t.value===e.queryValue})):null,r=n&&n.length>0?n[0]:null;return r||console.error("Taxonomy item for filter '"+e.displayName+"' not found"),r},e.convertToTaxonomyAliases=function(e){var t=[];return e&&(t=e.map((function(e){return e.type}))),t},e.convertToPriorityByType=function(e){var t={};return e&&(t=e.reduce((function(e,t){return e[t.type]=t.priority,e}),{})),t},e.getGroupFilterTemplateByType=function(e,t){void 0===t&&(t=null);var n=E[e];return n&&t&&(n=n.filter(t)),n},e.getTaxonomyGroupByType=function(e,t){var n=t.filter((function(t){return t.typeAlias===e}));return a.getFirstOrDefault(n,null)},e.getTranslation=function(e,t){var n=null;return e&&e.items&&t&&(n=t.map((function(t){var n=e.items.filter((function(e){return c.equalIgnoreCase(e.value,t)})).map((function(e){return e.title}));return a.getFirstOrDefault(n,t)}))),n},e.getTaxonomyItemByValue=function(e,t){var n;if(e&&e.items&&t){var r=e.items.filter((function(e){return c.equalIgnoreCase(e.value,t)}));n=a.getFirstOrDefault(r,null)}return n},e}();t.TaxonomyService=I},84124:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),o(n(6075),t),o(n(5282),t),o(n(90936),t)},35047:(e,t,n)=>{"use strict";var r=n(82702);Object.defineProperty(t,"__esModule",{value:!0}),t.countryTaxonomyLoader=void 0;var o=n(84124),i=new(function(){function e(){this.alreadyProcessed=!1}return e.prototype.getTaxonomy=function(e){var t=this;if(!this.countryService)return console.warn("[CountryTaxonomyLoader] Trying to load countries taxonomy without country service"),r.resolve(null);var n=o.TaxonomyService.getTaxonomyGroupByType(o.TaxonomyTypeEnum.CountriesTaxonomy,e);return n?this.countryService.getDataForSelectOptions().then((function(e){return t.alreadyProcessed=!0,n.items=e.map((function(e){return{filterValue:n.filterValue+"="+e.value,items:null,title:e.title,value:e.value}})),n.updatedWithExternalMapper=!0,n})):r.resolve(null)},e}());t.countryTaxonomyLoader=i},90936:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.countryTaxonomyLoader=void 0;var r=n(35047);Object.defineProperty(t,"countryTaxonomyLoader",{enumerable:!0,get:function(){return r.countryTaxonomyLoader}})},62979:()=>{var e;(e=Element.prototype).matches=e.matches||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector,e.closest=e.closest||function(e){return this?this.matches(e)?this:this.parentElement?this.parentElement.closest(e):null:null}}}]);
//# sourceMappingURL=/static/common.min.js.map;;
