@mirweb/mir-web-components 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/accordion/accordion.vue?vue&type=script&setup=true&lang.ts";
2
- import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/accordion/accordion.vue?vue&type=style&index=0&scoped=76808a9d&lang.scss";
2
+ import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/accordion/accordion.vue?vue&type=style&index=0&scoped=5a3f5ad5&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=accordion.vue.d.ts.map
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),Le=["aria-label"],qe=e.defineComponent({__name:"button",props:{variant:{default:"primary"},ariaLabel:{default:"Button"},buttonText:{default:""}},setup(t){const o={primary:"primary",primaryDark:"primary-dark",secondary:"secondary",close:"close",next:"next",previous:"previous"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button","button--"+a.value]),"aria-label":l.ariaLabel},e.toDisplayString(a.value==="close"?"":l.buttonText),11,Le))}}),u=(t,o)=>{const r=t.__vccOpts||t;for(const[a,l]of o)r[a]=l;return r},D=u(qe,[["__scopeId","data-v-f61b579c"]]),Ae=t=>(e.pushScopeId("data-v-0c4c6d8e"),t=t(),e.popScopeId(),t),Te=["id","name","value","disabled","required","checked"],Pe=["for"],Me=Ae(()=>e.createElementVNode("span",{class:"checkmark"},null,-1)),Fe=e.defineComponent({__name:"checkbox",props:{name:{default:"checkbox"},value:{type:[String,Number,Boolean],default:"value"},disabled:{type:Boolean,default:!1},id:{default:"checkbox"},required:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["input"],setup(t,{emit:o}){const r=o,a=l=>{const s=l.target;r("input",s.checked)};return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox__wrapper",l.disabled?"disabled":""])},[e.createElementVNode("input",{id:l.id,type:"checkbox",name:l.name,value:l.value,disabled:l.disabled,required:l.required,checked:l.checked,class:"checkbox__checkbox",onChange:a},null,40,Te),e.createElementVNode("label",{for:l.id,class:e.normalizeClass(["checkbox__label",l.required?"required":""])},[Me,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,Pe)],2))}}),M=u(Fe,[["__scopeId","data-v-0c4c6d8e"]]),Oe=t=>(e.pushScopeId("data-v-08813346"),t=t(),e.popScopeId(),t),Re=["aria-label"],He=Oe(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",alt:"close",class:"close-icon"},null,-1)),je=e.defineComponent({__name:"chip",props:{text:{default:""}},emits:["remove-chip"],setup(t){const o=t,r=e.computed(()=>`Chip: ${o.text}`);return(a,l)=>(e.openBlock(),e.createElementBlock("div",{class:"chip__wrapper",onClick:l[0]||(l[0]=s=>a.$emit("remove-chip"))},[e.createElementVNode("span",{class:"chip","aria-label":r.value},[e.createTextVNode(e.toDisplayString(a.text)+" ",1),He],8,Re)]))}}),R=u(je,[["__scopeId","data-v-08813346"]]),Ke=["value"],Ue=["id"],Ge={class:"listbox__dropdown"},Je=["id","aria-labelledby","aria-disabled"],We=["aria-labelledby","aria-activedescendant"],Qe=["aria-selected","data-value"],Ye=e.defineComponent({__name:"dropdown",props:{modelValue:{},label:{},options:{},name:{},placeholder:{default:"Choose a value"},showLabel:{type:Boolean,default:!1},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{default:"primary"}},emits:["update:modelValue"],setup(t,{emit:o}){const r={primary:"dropdown-dark-bg-primary",dark:"dropdown-dark dropdown-dark-bg-dark"},a=t,l=e.computed(()=>r[a.variant]),s=e.ref(null),n=e.ref(null),i=e.ref([]),m=e.ref(0),c=e.ref(""),_=e.ref(!0),h=e.ref(0),I=o,q=e.computed(()=>{const d=a.options.find(f=>f.value===a.modelValue);return d&&d.label});function A(d){I("update:modelValue",d)}function T(d){var v;const f=d.target;f.getAttribute("role")==="option"&&(N(f),L(),(v=s.value)==null||v.focus())}function E(d){var v;const f=d.key;switch(f){case"ArrowUp":case"ArrowDown":{d.preventDefault();const k=a.options.findIndex(S=>S.value===a.modelValue);let B=k?i.value[k]:i.value[0];f==="ArrowUp"?k-1>=0&&(B=i.value[k-1]):k+1<=a.options.length&&(B=i.value[k+1]),B&&N(B);break}case"Home":case"PageUp":d.preventDefault(),b();break;case"End":case"PageDown":d.preventDefault(),De();break;case"Enter":case"Escape":d.preventDefault(),L(),(v=s.value)==null||v.focus();break;default:{const k=$(f);k&&N(k);break}}}function z(d){if(!a.disabled)switch(d.key){case"ArrowUp":case"ArrowDown":d.preventDefault(),O(),E(d);break}}function P(d){d&&d.removeAttribute("aria-selected")}function p(){m.value&&(clearTimeout(m.value),m.value=0),m.value=setTimeout(()=>{c.value="",m.value=0},500)}function $(d){let f="";(c.value===""||f!==d)&&(h.value=a.options.findIndex(k=>k.value===a.modelValue)),c.value=f===d?d:c.value+d,f=d,p();let v=w(h.value+1,a.options.length);return!v&&c.value.length===1&&(v=w(0,h.value)),h.value=(h.value+1)%a.options.length,v}function w(d,f){for(let v=d;v<f;v++)if(a.options[v].label&&a.options[v].label.toUpperCase().indexOf(c.value.toUpperCase())===0)return i.value[v];return null}function b(){N(i.value[0])}function N(d){var v,k;const f=d.getAttribute("data-value");if(a.modelValue){const B=a.options.findIndex(ze=>ze.value===a.modelValue),S=i.value[B];P(S)}if(d.setAttribute("aria-selected","true"),(v=n.value)==null||v.setAttribute("aria-activedescendant",f||""),A(f||""),n.value&&n.value.scrollHeight>n.value.clientHeight){const B=n.value.clientHeight+n.value.scrollTop,S=d.offsetTop+d.offsetHeight;S>B?n.value.scrollTop=S-((k=n.value)==null?void 0:k.clientHeight):d.offsetTop<n.value.scrollTop&&(n.value.scrollTop=d.offsetTop)}}function De(){var f;const d=(f=i.value)==null?void 0:f[a.options.length-1];N(d)}function L(){var d;_.value=!0,(d=s.value)==null||d.removeAttribute("aria-expanded")}function O(){var d,f;_.value=!1,(d=s.value)==null||d.setAttribute("aria-expanded","true"),(f=n.value)==null||f.focus()}function Ie(){a.disabled||(_.value?O():L())}return(d,f)=>{const v=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock("div",{ref:"listbox",class:"listbox__wrapper",value:d.modelValue},[e.createElementVNode("label",{id:`${d.name}-label`,class:e.normalizeClass([{"listbox__label--visually-hidden":!d.showLabel,"is-disabled":d.disabled,"is-required":d.required},"listbox__label"])},e.toDisplayString(d.label),11,Ue),e.withDirectives((e.openBlock(),e.createElementBlock("div",Ge,[e.createElementVNode("button",{id:`${d.name}-button-label`,ref_key:"listboxButton",ref:s,"aria-labelledby":`${d.name}-label ${d.name}-button-label`,type:"button","aria-haspopup":"listbox","aria-disabled":d.disabled,class:e.normalizeClass(["listbox__button",l.value]),onClick:Ie,onKeydown:z},e.toDisplayString(d.modelValue?q.value:d.placeholder),43,Je),e.withDirectives(e.createElementVNode("ul",{ref_key:"listboxNode",ref:n,"aria-labelledby":`${d.name}-label`,"aria-activedescendant":d.modelValue,tabindex:"0",role:"listbox",class:"listbox__list",onKeydown:E,onClick:T},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.options,(k,B)=>(e.openBlock(),e.createElementBlock("li",{key:`${d.name}-option-${B}`,ref_for:!0,ref_key:"listboxOptions",ref:i,"aria-selected":k.value===d.modelValue,"data-value":k.value,class:"listbox__option",role:"option"},e.toDisplayString(k.label),9,Qe))),128))],40,We),[[e.vShow,!_.value]])])),[[v,L]])],8,Ke)}}}),H=u(Ye,[["__scopeId","data-v-a17afd8c"]]),Ze={class:"image__wrapper"},Xe=e.defineComponent({__name:"image",props:{src:{default:void 0},srcset:{default:void 0},sizes:{default:void 0},alt:{default:void 0},width:{default:void 0},height:{default:"auto"},loading:{default:"auto"}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Ze,[e.renderSlot(o.$slots,"default",e.normalizeProps(e.guardReactiveProps(o.$attrs)))]))}}),y=u(Xe,[["__scopeId","data-v-e10217bd"]]),xe={class:"label__wrapper"},et=["aria-label","label-dark"],tt=e.defineComponent({__name:"label",props:{text:{},labelDark:{type:Boolean,default:!1}},setup(t){const o=t,r=e.computed(()=>`Label: ${o.text}`);return(a,l)=>(e.openBlock(),e.createElementBlock("div",xe,[e.createElementVNode("span",{"aria-label":r.value,"label-dark":a.labelDark,class:e.normalizeClass(a.labelDark?"label--dark":"label--light")},e.toDisplayString(a.text),11,et)]))}}),V=u(tt,[["__scopeId","data-v-7d9d3a8a"]]),ot={class:"link__wrapper"},g=e.defineComponent({__name:"link",props:{linkType:{default:"regular"},arrow:{type:Boolean,default:!1},underline:{default:"false"},disabled:{type:Boolean,default:!1}},setup(t){const o={primary:"mir-link--btn button button--primary",primary_dark:"mir-link--btn button button--primary-dark",secondary:"mir-link--btn button button--secondary",secondary_dark:"mir-link--btn button button--secondary-dark",regular:"regular-link",regular_dark:"regular-link-dark",regular_light:"regular-link-light",regular_blue:"regular-link-blue"},r={hover:"underline-hover",true:"add-underline",false:"remove-underline"},a=t,l=e.computed(()=>o[a.linkType]),s=e.computed(()=>r[a.underline]),n=e.computed(()=>{const{...i}=e.toRefs(a);return i});return(i,m)=>(e.openBlock(),e.createElementBlock("div",ot,[e.createElementVNode("div",e.mergeProps(n.value,{class:["mir-link",[l.value,i.disabled?"disabled":"",s.value,i.arrow?"link-arrow":""]]}),[e.renderSlot(i.$slots,"default")],16)]))}}),lt=t=>(e.pushScopeId("data-v-fa1bda9b"),t=t(),e.popScopeId(),t),at=["id","name","value","checked","disabled","required"],rt=["for"],nt=lt(()=>e.createElementVNode("span",{class:"radiomark"},null,-1)),st=e.defineComponent({__name:"radio-button",props:{name:{default:"radio"},value:{type:[String,Number,Boolean],default:"value"},checked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},id:{default:"radio"},required:{type:Boolean,default:!1}},emits:["input"],setup(t,{emit:o}){const r=o,a=l=>{const s=l.target;r("input",s.checked)};return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["radio__wrapper",l.disabled?"disabled":""])},[e.createElementVNode("input",{id:l.id,type:"radio",name:l.name,value:l.value,checked:l.checked,disabled:l.disabled,required:l.required,class:"radio__radio",onChange:a},null,40,at),e.createElementVNode("label",{for:l.id,class:e.normalizeClass(["radio__label",l.required?"required":""])},[nt,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,rt)],2))}}),j=u(st,[["__scopeId","data-v-fa1bda9b"]]),it={class:"select__wrapper"},dt=["for"],ct=["id","disabled","name","value"],ut=["value"],mt=e.defineComponent({__name:"select",props:{id:{},name:{},options:{},modelValue:{},label:{},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",it,[e.createElementVNode("label",{for:o.id,class:e.normalizeClass([o.required?"required":"",o.disabled?"disabled":""])},e.toDisplayString(o.label),11,dt),e.createElementVNode("select",{id:o.id,class:e.normalizeClass(o.disabled?"disabled":""),disabled:o.disabled,name:o.name,value:o.modelValue,onChange:r[0]||(r[0]=a=>{o.$emit("update:modelValue",a.target.value),a.target.blur()})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,a=>(e.openBlock(),e.createElementBlock("option",{key:a.value,value:a.value},e.toDisplayString(a.text),9,ut))),128))],42,ct)]))}}),K=u(mt,[["__scopeId","data-v-d5c46463"]]),pt={class:"modal__wrapper"},_t=e.defineComponent({__name:"modal",props:{show:{type:Boolean,default:!1},searchBar:{type:Boolean,default:!1}},emits:["update:show"],setup(t,{emit:o}){const r=t,a=o,l=()=>{a("update:show",!r.show)};return(s,n)=>(e.openBlock(),e.createElementBlock("div",pt,[e.createVNode(e.Transition,{duration:300,name:"nested"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["overlay",s.searchBar?"overlay-search":"overlay-default"]),ariaLabel:"modal",role:"dialog",onClick:l},[e.createElementVNode("div",{id:"modal",class:e.normalizeClass([s.searchBar?"search":""]),onClick:n[0]||(n[0]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",null,[s.searchBar?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(D,{key:0,"aria-label":"close",variant:"close",onClick:l}))]),e.renderSlot(s.$slots,"default",{},void 0,!0)],2)],2),[[e.vShow,s.show]])]),_:3})]))}}),F=u(_t,[["__scopeId","data-v-80f0fb08"]]),ht={class:"slider__wrapper"},ft={class:"slider__label"},vt=["for"],kt=["aria-label"],gt={class:"slider__content"},yt=["id","name","value","min","step","max"],Bt={class:"modal-information"},bt=e.defineComponent({__name:"slider",props:{label:{},id:{},name:{},modelValue:{},min:{},max:{},step:{default:"1"},variant:{default:"light"},information:{default:""},informationLabel:{default:"Additional information"}},emits:["update:modelValue"],setup(t,{emit:o}){const r=t,a=o,l=e.ref(r.modelValue),s=e.ref(),n=e.ref(!1),i=(c,_,h)=>(c-_)/(h-_)*100,m=c=>{var _;(_=s.value)==null||_.style.setProperty("--ProgressPercent",`${c}%`)};return e.watchEffect(()=>{if(s.value){a("update:modelValue",l.value);const c=i(l.value,r.min,r.max);let _=(50-c)/100;m(c+_)}}),(c,_)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",ht,[e.createElementVNode("div",ft,[e.createElementVNode("label",{for:c.id,class:e.normalizeClass([c.variant,""])},e.toDisplayString(c.label),11,vt),c.information?(e.openBlock(),e.createElementBlock("i",{key:0,role:"button",class:e.normalizeClass([c.variant,"slider__information"]),"aria-label":c.informationLabel,tabindex:"0","aria-haspopup":"dialog",onClick:_[0]||(_[0]=h=>n.value=!n.value),onKeyup:_[1]||(_[1]=e.withKeys(h=>n.value=!n.value,["enter"]))},null,42,kt)):e.createCommentVNode("",!0)]),e.createElementVNode("div",gt,[e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__minmax"])},e.toDisplayString(c.min),3),e.createElementVNode("input",{id:c.id,ref_key:"slider",ref:s,type:"range",name:c.name,value:c.modelValue,min:c.min,step:c.step,max:c.max,class:e.normalizeClass(c.variant),onInput:_[2]||(_[2]=({target:h})=>l.value=parseFloat(h.value))},null,42,yt),e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__minmax"])},e.toDisplayString(c.max),3)]),e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__value"])},e.toDisplayString(c.modelValue),3)]),c.information?(e.openBlock(),e.createBlock(F,{key:0,show:n.value,"onUpdate:show":_[3]||(_[3]=h=>n.value=h)},{default:e.withCtx(()=>[e.createElementVNode("p",Bt,e.toDisplayString(c.information),1)]),_:1},8,["show"])):e.createCommentVNode("",!0)]))}}),U=u(bt,[["__scopeId","data-v-24a83011"]]),$t={id:"textarea-wrapper"},wt=["for"],Et=["id"],Vt=["id","name","placeholder","required","disabled","maxlength","value"],Nt={class:"textarea-info"},St={key:0},Ct=e.defineComponent({__name:"textarea",props:{id:{default:""},name:{default:""},placeholder:{default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},labelText:{default:""},maxLength:{default:void 0},modelValue:{default:void 0}},emits:["update:modelValue"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",$t,[e.createElementVNode("label",{for:o.id,class:e.normalizeClass({required:o.required})},e.toDisplayString(o.labelText)+e.toDisplayString(o.required?" *":""),11,wt),e.createElementVNode("div",{id:o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"textarea-wrapper__inner":""},[e.createElementVNode("textarea",{id:o.id,rows:"10",cols:"50",name:o.name,placeholder:o.placeholder,required:o.required,disabled:o.disabled,maxlength:o.maxLength,value:o.modelValue,class:e.normalizeClass(o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"reached-meter-limit":"border"),onInput:r[0]||(r[0]=a=>o.$emit("update:modelValue",a.target.value))},null,42,Vt)],8,Et),e.createElementVNode("div",Nt,[e.createElementVNode("div",null,[o.modelValue!==void 0&&o.modelValue.length===o.maxLength?(e.openBlock(),e.createElementBlock("p",St," Too many characters. Please make it shorter ")):e.createCommentVNode("",!0)]),e.createElementVNode("p",{class:e.normalizeClass(o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"reached-meter-limit-meter":"")},e.toDisplayString(o.maxLength!==void 0&&o.modelValue!==void 0&&o.maxLength-o.modelValue.length>=0?o.modelValue.length:0)+" / "+e.toDisplayString(o.maxLength),3)])]))}}),G=u(Ct,[["__scopeId","data-v-220a973c"]]),Dt={class:"text-field__wrapper"},It=["for"],zt={key:0},Lt=["id","type","value","placeholder","required","disabled","name"],qt=["aria-expanded"],At=["id","type","value","placeholder","required","disabled","name"],Tt={key:2,class:"search"},Pt={key:3,class:"errorMessage"},Mt={key:4,class:"helperText"},Ft=e.defineComponent({__name:"text-field",props:{type:{default:"text"},fieldName:{default:""},modelValue:{},placeholder:{default:""},label:{default:""},id:{},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},errorMessage:{default:""},helperText:{default:""},search:{type:Boolean,default:!1},valid:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t){const o={text:"text",email:"email",password:"password",number:"number",tel:"tel",url:"url",search:"search"},r=t,a=e.computed(()=>o[r.type]),l=e.ref(!0),s=e.computed(()=>l.value?"showPassword":"hidePassword"),n=e.computed(()=>l.value?"password":"text");return(i,m)=>(e.openBlock(),e.createElementBlock("div",Dt,[e.createElementVNode("label",{for:i.id,class:e.normalizeClass([i.required?"required":"",i.disabled?"disabled":"",i.search?"search":""])},e.toDisplayString(i.label),11,It),a.value==="password"?(e.openBlock(),e.createElementBlock("div",zt,[e.createElementVNode("input",{id:i.id,ref:"passwordField",type:n.value,value:i.modelValue,placeholder:i.placeholder,required:i.required,disabled:i.disabled,name:i.fieldName,onInput:m[0]||(m[0]=c=>i.$emit("update:modelValue",c.target.value))},null,40,Lt),e.createElementVNode("i",{role:"button",class:e.normalizeClass([s.value]),"aria-controls":"password","aria-expanded":!l.value,onClick:m[1]||(m[1]=c=>l.value=!l.value)},null,10,qt)])):(e.openBlock(),e.createElementBlock("input",{key:1,id:i.id,ref:"textField",type:a.value,value:i.modelValue,placeholder:i.placeholder,required:i.required,class:e.normalizeClass([i.invalid?"invalid":"",i.valid?"valid":"",i.search?"search":""]),disabled:i.disabled,name:i.fieldName,onInput:m[2]||(m[2]=c=>i.$emit("update:modelValue",c.target.value))},null,42,At)),i.search?(e.openBlock(),e.createElementBlock("i",Tt)):e.createCommentVNode("",!0),i.errorMessage?(e.openBlock(),e.createElementBlock("strong",Pt,e.toDisplayString(i.errorMessage),1)):e.createCommentVNode("",!0),i.helperText?(e.openBlock(),e.createElementBlock("span",Mt,e.toDisplayString(i.helperText),1)):e.createCommentVNode("",!0)]))}}),J=u(Ft,[["__scopeId","data-v-414b9435"]]),Ot={class:"video__wrapper"},Rt=["aria-label","controls","poster","width","height","autoplay","loop","muted","src"],Ht=["src","aria-label","title","width","height"],jt=e.defineComponent({__name:"video",props:{play:{type:Boolean,default:!1},src:{},localVideo:{type:Boolean,default:!1},ariaLabel:{default:""},title:{default:""},controls:{type:Boolean,default:!0},poster:{default:""},width:{default:"100%"},height:{default:"auto"},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},muted:{type:Boolean,default:!1}},setup(t,{expose:o}){const r=t;let a=e.ref(null);return e.watchEffect(()=>{a.value&&(r.play?a.value.play():r.play||a.value.pause())}),o({resetVideo:()=>{a.value&&(a.value.currentTime=0,a.value.play())}}),(s,n)=>(e.openBlock(),e.createElementBlock("div",Ot,[s.localVideo?(e.openBlock(),e.createElementBlock("video",{key:0,ref_key:"videoRef",ref:a,"aria-label":s.ariaLabel,controls:s.controls,poster:s.poster,width:s.width,height:s.height,autoplay:s.autoplay,loop:s.loop,muted:s.muted,type:"video/mp4",playsinline:"",src:s.src},null,8,Rt)):(e.openBlock(),e.createElementBlock("iframe",{key:1,src:s.src,"aria-label":s.ariaLabel,title:s.title,width:s.width,height:s.height,frameborder:"0",allow:"autoplay; fullscreen",allowfullscreen:""},null,8,Ht))]))}}),C=u(jt,[["__scopeId","data-v-c6a0feb6"]]),Kt={class:"address__wrapper"},Ut={class:"address__content"},Gt={class:"address__flag"},Jt={class:"address__address"},Wt={class:"address__name"},Qt={key:0},Yt={class:"address__contact"},Zt=["href"],Xt=["href"],xt=["href"],eo=e.defineComponent({__name:"address",props:{name:{},company:{},addressLine1:{},addressLine2:{},addressLine3:{default:void 0},website:{default:void 0},phoneNumbers:{},email:{}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Kt,[e.createElementVNode("div",Ut,[e.createElementVNode("div",Gt,[e.renderSlot(o.$slots,"address-flag",{},void 0,!0)]),e.createElementVNode("div",Jt,[e.createElementVNode("p",Wt,e.toDisplayString(o.name),1),e.createElementVNode("p",null,e.toDisplayString(o.company),1),e.createElementVNode("p",null,e.toDisplayString(o.addressLine1),1),e.createElementVNode("p",null,e.toDisplayString(o.addressLine2),1),o.addressLine3?(e.openBlock(),e.createElementBlock("p",Qt,e.toDisplayString(o.addressLine3),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Yt,[o.website?(e.openBlock(),e.createBlock(g,{key:0,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"https://"+o.website,class:"address__website"},e.toDisplayString(o.website),9,Zt)]),_:1})):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.phoneNumbers,a=>(e.openBlock(),e.createBlock(g,{key:a,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"tel:"+a,class:"address__phone"},e.toDisplayString(a),9,Xt)]),_:2},1024))),128)),e.createElementVNode("a",{href:"mailto:"+o.email,class:"address__email"},e.toDisplayString(o.email),9,xt)])])]))}}),W=u(eo,[["__scopeId","data-v-e1c72a18"]]),to=t=>(e.pushScopeId("data-v-a44fd57d"),t=t(),e.popScopeId(),t),oo={class:"bullet-list__wrapper"},lo=to(()=>e.createElementVNode("i",{class:"checkmark"},null,-1)),ao=e.defineComponent({__name:"bullet-list",props:{list:{type:Array,required:!0,validator(t){return t.length<=5}},variant:{type:String,required:!1,default:"light",validator(t){return["light"].includes(t)}}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",oo,[e.createElementVNode("div",{class:e.normalizeClass(["bullet-list",t.variant])},[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,a=>(e.openBlock(),e.createElementBlock("li",{key:a},[lo,e.createTextVNode(" "+e.toDisplayString(a),1)]))),128))])],2)]))}}),Q=u(ao,[["__scopeId","data-v-a44fd57d"]]),ro={class:"card__wrapper"},no={key:2},so={key:5},io=e.defineComponent({__name:"card",props:{variant:{default:"product"},theme:{default:"light"},linkType:{default:"link"},headline:{default:""},paragraph:{default:""},size:{default:"small"},mediaType:{default:"image"},orientation:{default:"horizontal"},srcSet:{default:""},url:{default:""},imgSrc:{default:""},videoSrc:{default:""},arialabel:{default:""},poster:{default:""},labelText:{default:""},alt:{default:""}},emits:["clicked"],setup(t){const o=e.useSlots();let r=e.ref(!1);const a={xsmall:{class:"card--xsmall",width:"241",height:"135"},small:{class:"card--small",width:"298",height:"186"},medium:{class:"card--medium",width:"432",height:"243"},large:{class:"card--large",width:"596",height:"335"}},l=t,s=e.computed(()=>a[l.size]);return(n,i)=>(e.openBlock(),e.createElementBlock("div",ro,[e.createElementVNode("div",{class:e.normalizeClass(["card",[n.theme==="dark"?"card--dark":"card--light",n.orientation==="vertical"?"vertical":"horizontal",s.value.class,n.size==="large"&&n.variant==="article"?"card--large-article":n.size==="small"&&n.variant==="article"?"card--small-article":n.size==="xsmall"&&n.variant==="article"?"card--xsmall-article":n.size==="medium"&&n.variant==="article"?"card--medium-article":n.size==="large"&&n.variant==="product"?"card--large-product":n.size==="small"&&n.variant==="product"?"card--small-product":n.size==="xsmall"&&n.variant==="product"?"card--xsmall-product":n.size==="medium"&&n.variant==="product"?"card--medium-product":n.variant==="product"?"card--product":"card--article",n.variant==="product"?"card--product":"card--article"]]),style:e.normalizeStyle([n.variant==="product"?"font-weight: 700":"font-weight: 300"]),onMouseover:i[0]||(i[0]=m=>e.isRef(r)?r.value=!0:r=!0),onMouseout:i[1]||(i[1]=m=>e.isRef(r)?r.value=!1:r=!1)},[n.mediaType==="image"?(e.openBlock(),e.createBlock(y,{key:0},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"card-image",e.mergeProps({src:n.imgSrc,width:"596",height:"335",alt:n.alt,loading:"auto",sizes:"(min-width: 581px) 582px, 100vw"},{srcset:n.srcSet}))]),_:3})):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-card__wrapper",e.unref(r)===!0?"vimeoPlaying":""])},[e.createVNode(C,{play:e.unref(r),"local-video":!0,src:n.videoSrc,"aria-label":n.arialabel,controls:!1,poster:n.imgSrc,width:s.value.width,height:s.value.height,autoplay:!0,loop:!0,muted:!0},null,8,["play","src","aria-label","poster","width","height"])],2)),e.unref(o)["card-label"]?(e.openBlock(),e.createElementBlock("div",no,[e.renderSlot(n.$slots,"card-label")])):e.createCommentVNode("",!0),n.variant==="product"?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["card__headline",n.theme==="dark"?"regular-dark":"regular-blue"]),style:{"font-weight":"700"}},e.toDisplayString(n.headline),3)):(e.openBlock(),e.createElementBlock("div",{key:4,class:e.normalizeClass(["card__headline",n.theme==="dark"?"regular-dark":"regular-dark-blue"])},e.toDisplayString(n.headline),3)),n.variant==="product"?(e.openBlock(),e.createElementBlock("p",so,e.toDisplayString(n.paragraph),1)):e.createCommentVNode("",!0)],38)]))}}),Y=u(io,[["__scopeId","data-v-f26b0595"]]),co=t=>(e.pushScopeId("data-v-2c394add"),t=t(),e.popScopeId(),t),uo={class:"event__wrapper"},mo={class:"event__headline"},po={class:"event__date-location"},_o=co(()=>e.createElementVNode("br",null,null,-1)),ho={class:"event__exhibitor"},fo=e.defineComponent({__name:"event-card",props:{eventType:{type:String,required:!0},headline:{type:String,required:!0},dateTime:{type:String,required:!0},location:{type:String,required:!0},exhibitor:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",uo,[e.createVNode(V,{"label-dark":!1,text:t.eventType?t.eventType:""},null,8,["text"]),e.createElementVNode("div",mo,e.toDisplayString(t.headline),1),e.createElementVNode("div",po,[e.createTextVNode(e.toDisplayString(t.dateTime),1),_o,e.createTextVNode(e.toDisplayString(t.location),1)]),e.createElementVNode("div",ho,e.toDisplayString(t.exhibitor),1)]))}}),Z=u(fo,[["__scopeId","data-v-2c394add"]]),vo={class:"text__wrapper"},ko={class:"text__headline"},go={class:"text__paragraph"},yo=e.defineComponent({__name:"text-card",props:{label:{type:String,required:!0},headline:{type:String,required:!0},paragraph:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",vo,[e.createVNode(V,{"label-dark":!1,text:t.label?t.label:""},null,8,["text"]),e.createElementVNode("div",ko,e.toDisplayString(t.headline),1),e.createElementVNode("div",go,[e.createElementVNode("p",null,e.toDisplayString(t.paragraph),1)])]))}}),X=u(yo,[["__scopeId","data-v-ebdea819"]]),Bo={class:"accordions"},bo={class:"accordions__wrapper"},$o={class:"accordion"},wo=["onClick"],Eo={class:"accordion__headline"},Vo={class:"accordion__icon"},No={key:0,src:"https://a.storyblok.com/f/230581/21x21/42c9c3b5ba/icon_add.svg"},So={key:1,src:"https://a.storyblok.com/f/230581/22x21/adfe5d1742/icon_substract.svg"},Co={class:"accordion__bodytext"},Do=e.defineComponent({__name:"accordion",props:{accordions:{}},setup(t){const o=t,r=e.ref(""),a=l=>{if(r.value===l)r.value="";else{const s=o.accordions.find(n=>n._uid===l);s?r.value=s._uid:r.value=""}};return(l,s)=>(e.openBlock(),e.createElementBlock("section",Bo,[e.createElementVNode("div",bo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.accordions,n=>(e.openBlock(),e.createElementBlock("div",{key:n._uid},[e.createElementVNode("div",$o,[e.createElementVNode("div",{class:"accordion__header",onClick:i=>a(n._uid)},[e.createElementVNode("h3",Eo,e.toDisplayString(n.headline),1),e.createElementVNode("span",Vo,[n._uid!==r.value?(e.openBlock(),e.createElementBlock("img",No)):(e.openBlock(),e.createElementBlock("img",So))])],8,wo),e.createElementVNode("div",{class:e.normalizeClass(["accordion__content",{"accordion__content--reverse":n.imageFirst}]),style:e.normalizeStyle({display:n._uid===r.value?"flex":"none"})},[e.createElementVNode("div",Co,[e.renderSlot(l.$slots,"accordion-body",e.normalizeProps(e.guardReactiveProps({body:n.bodytext})),void 0,!0)]),e.createVNode(y,null,{default:e.withCtx(()=>[n.image?e.renderSlot(l.$slots,"accordion-image",e.normalizeProps(e.mergeProps({key:0},{src:n.image.filename,alt:n.image.alt,class:"accordion__image"})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024)],6)])]))),128))])]))}}),x=u(Do,[["__scopeId","data-v-76808a9d"]]),Io={class:"card-display__wrapper"},zo={key:0,class:"card__content"},Lo={key:0},qo={key:1},Ao={class:"card__cards"},To=e.defineComponent({__name:"card-display",props:{headline:{type:String,default:""},paragraph:{type:String,default:""},bgColor:{type:String,default:"white"}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["card-display",t.bgColor==="blue"?"card-display--blue":"card-display--white"])},[e.createElementVNode("div",Io,[t.headline||t.paragraph?(e.openBlock(),e.createElementBlock("div",zo,[t.headline?(e.openBlock(),e.createElementBlock("h2",Lo,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.paragraph?(e.openBlock(),e.createElementBlock("p",qo,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ao,[e.renderSlot(o.$slots,"card-display-cards",{},void 0,!0)])])],2))}}),ee=u(To,[["__scopeId","data-v-e8033cff"]]),Po={class:"facts__wrapper"},Mo={class:"facts__content"},Fo={class:"facts__headline"},Oo={class:"facts"},Ro={class:"fact__value"},Ho={class:"fact__metric"},jo={key:0,class:"facts__link"},Ko=e.defineComponent({__name:"facts",props:{headline:{default:""},facts:{default:()=>[{value:"",metric:""},{value:"",metric:""},{value:"",metric:""}]},link:{default:()=>({title:"",url:""})}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Po,[e.createElementVNode("div",Mo,[e.createElementVNode("h2",Fo,e.toDisplayString(o.headline),1),e.createElementVNode("div",Oo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.facts,a=>(e.openBlock(),e.createElementBlock("div",{key:a.value+a.metric,class:"fact"},[e.createElementVNode("div",Ro,[e.createElementVNode("span",null,e.toDisplayString(a.value),1)]),e.createElementVNode("div",Ho,[e.createElementVNode("span",null,e.toDisplayString(a.metric),1)])]))),128))]),o.link?(e.openBlock(),e.createElementBlock("div",jo,[e.createVNode(g,{"link-type":"regular_light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"facts-link",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])]))}}),te=u(Ko,[["__scopeId","data-v-d2b231d4"]]),Uo={class:"features__wrapper"},Go={class:"features__content"},Jo={key:0,class:"features__headline"},Wo={key:1,class:"features__body"},Qo={class:"element__headline"},Yo={class:"element__body"},Zo=e.defineComponent({__name:"features",props:{headline:{default:""},body:{default:""},elements:{default:()=>[]}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Uo,[e.createElementVNode("div",Go,[o.headline?(e.openBlock(),e.createElementBlock("div",Jo,[e.createElementVNode("h2",null,e.toDisplayString(o.headline),1)])):e.createCommentVNode("",!0),o.body?(e.openBlock(),e.createElementBlock("div",Wo,[e.renderSlot(o.$slots,"features-body",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["features__elements",[o.elements.length===6?"features__elements--grid-6":""]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.elements,a=>(e.openBlock(),e.createElementBlock("div",{key:a.headline,class:"features__element"},[e.createVNode(y,{class:"element__icon"},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"features-icon",e.normalizeProps(e.guardReactiveProps({src:a.icon.src,height:30,width:30,alt:a.icon.alt})),void 0,!0)]),_:2},1024),e.createElementVNode("p",Qo,e.toDisplayString(a.headline),1),e.createElementVNode("p",Yo,e.toDisplayString(a.body),1)]))),128))],2)])]))}}),oe=u(Zo,[["__scopeId","data-v-57a22df7"]]),Xo={class:"form__wrapper"},xo={class:"form__content"},el={class:"form__information"},tl={class:"form__headline"},ol={class:"form__body"},ll={class:"form__script"},al=e.defineComponent({__name:"form-script",props:{headline:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Xo,[e.createElementVNode("div",xo,[e.createElementVNode("div",el,[e.createElementVNode("h2",tl,e.toDisplayString(t.headline),1),e.createElementVNode("div",ol,[e.renderSlot(o.$slots,"form-body",{},void 0,!0)])]),e.createElementVNode("div",ll,[e.renderSlot(o.$slots,"form-script",{},void 0,!0)])])]))}}),le=u(al,[["__scopeId","data-v-87a67c13"]]),rl={class:"headline__wrapper"},nl={class:"headline__h1"},sl=e.defineComponent({__name:"headline",props:{headline:{type:String,required:!0},article:{type:Boolean,required:!1},subMenu:{type:Boolean,required:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",rl,[e.createElementVNode("div",{class:e.normalizeClass({"headline__content--article-and-submenu":t.article&&t.subMenu,"headline__content--article":t.article&&!t.subMenu,"headline__content--default headline__content--submenu":!t.article&&t.subMenu,"headline__content--default":!t.article&&!t.subMenu})},[e.createElementVNode("h1",nl,e.toDisplayString(t.headline),1)],2)]))}}),ae=u(sl,[["__scopeId","data-v-3ef1567e"]]),il=t=>(e.pushScopeId("data-v-22f9be13"),t=t(),e.popScopeId(),t),dl={class:"hero__wrapper"},cl={class:"hero__content"},ul={class:"hero__top"},ml={class:"hero__elements"},pl={class:"hero__headline"},_l={class:"hero__link"},hl={class:"hero__video"},fl=il(()=>e.createElementVNode("div",{class:"hero__gradient"},null,-1)),vl={class:"hero__video__video"},kl={class:"hero__image"},gl=e.defineComponent({__name:"hero",props:{headline:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",dl,[e.createElementVNode("div",cl,[e.createElementVNode("div",ul,[e.createElementVNode("div",ml,[e.createElementVNode("div",pl,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",_l,[e.createVNode(g,{"link-type":"regular_light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"hero-link",{},void 0,!0)]),_:3})])])]),e.createElementVNode("div",hl,[fl,e.createElementVNode("div",vl,[e.renderSlot(o.$slots,"hero-video",{},void 0,!0)]),e.createElementVNode("div",kl,[e.renderSlot(o.$slots,"hero-image",{},void 0,!0)])])])]))}}),re=u(gl,[["__scopeId","data-v-22f9be13"]]),yl={class:"image__wrapper"},Bl={class:"image__content"},bl={class:"image__image"},$l={class:"image__caption"},wl=e.defineComponent({inheritAttrs:!1,__name:"image",props:{caption:{type:String,required:!1,default:""},src:{type:String,required:!0},alt:{type:String,required:!0},fullHeight:{type:Boolean,required:!1,default:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",yl,[e.createElementVNode("div",Bl,[e.createElementVNode("div",bl,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"image",e.normalizeProps(e.guardReactiveProps({width:984,height:t.fullHeight?"100%":554,src:t.src,alt:t.alt,class:t.fullHeight?"full-height":"default"})))]),_:3})]),e.createElementVNode("p",$l,e.toDisplayString(t.caption),1)])]))}}),ne=u(wl,[["__scopeId","data-v-c583d657"]]),El={class:"gallery__large"},Vl={key:0,class:"image image--large"},Nl={key:1,class:"video"},Sl={key:0,class:"body"},Cl=e.defineComponent({__name:"image-gallery",props:{mediaLarge:{},mediaType:{default:"image"},mediaSmall:{},body:{default:""},flipHorizontal:{type:Boolean,default:!1},flipVertical:{type:Boolean,default:!1},bgColor:{default:"white"}},setup(t){const o={white:"",light:"gallery__wrapper--light",dark:"gallery__wrapper--dark mirsaic--dark"},r=t,a=e.computed(()=>o[r.bgColor]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gallery__wrapper",a.value])},[e.createElementVNode("div",{class:e.normalizeClass(["gallery__content",l.flipHorizontal?"gallery__content--reverse":"gallery__content--default"])},[e.createElementVNode("div",El,[l.mediaLarge&&l.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",Vl,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"image-large",e.normalizeProps(e.guardReactiveProps({width:617,height:530,src:l.mediaLarge.src,alt:l.mediaLarge.alt})))]),_:3})])):e.createCommentVNode("",!0),l.mediaLarge&&l.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",Nl,[e.createVNode(C,{src:l.mediaLarge.src,"local-video":"","aria-label":l.mediaLarge.alt,controls:!1,height:"530",width:"617",autoplay:"",loop:"",muted:"",play:""},null,8,["src","aria-label"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{style:e.normalizeStyle([l.mediaSmall.length===2?"grid-gap: 38px;":""]),class:e.normalizeClass(["gallery__small",l.flipVertical?"gallery__small--reverse":"gallery__small--default"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.mediaSmall,n=>(e.openBlock(),e.createElementBlock("div",{key:n.src+n.alt,class:"image image--small"},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"image-small",e.normalizeProps(e.guardReactiveProps({width:328,height:246,src:n.src,alt:n.alt})))]),_:2},1024)]))),128)),l.mediaSmall.length<2?(e.openBlock(),e.createElementBlock("div",Sl,[e.createElementVNode("p",null,e.toDisplayString(l.body),1)])):e.createCommentVNode("",!0)],6)],2)],2))}}),se=u(Cl,[["__scopeId","data-v-0d271138"]]),Dl={class:"logo-wall__wrapper"},Il={class:"logo-wall__content"},zl={key:0,class:"logo-wall__text"},Ll={key:0},ql={key:1},Al={class:"logo-wall__logos"},Tl={class:"logo-wall__link"},Pl=e.defineComponent({__name:"logo-wall",props:{headline:{type:String,default:""},body:{type:String,default:""},logos:{type:Array,required:!0,validator:t=>t.length<=5}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Dl,[e.createElementVNode("div",Il,[t.headline||t.body?(e.openBlock(),e.createElementBlock("div",zl,[t.headline?(e.openBlock(),e.createElementBlock("h2",Ll,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("p",ql,e.toDisplayString(t.body),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Al,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.logos,a=>(e.openBlock(),e.createElementBlock("div",{key:a.src+a.alt,class:"logo-wall__logo"},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"logo-wall-logo",e.normalizeProps(e.guardReactiveProps({width:130,height:130,src:a.src,alt:a.alt})),void 0,!0)]),_:2},1024)]))),128))]),e.createElementVNode("div",Tl,[e.createVNode(g,{"link-type":"regular_light",arrow:!0},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"logo-wall-link",{},void 0,!0)]),_:3})])])]))}}),ie=u(Pl,[["__scopeId","data-v-fd489289"]]),Ml={class:"micro-stories__top"},Fl={key:0,class:"headline"},Ol={key:1,class:"body"},Rl={class:"micro-stories__splide"},de=e.defineComponent({__name:"micro-stories",props:{bgColor:{default:"blue"},headline:{default:""},body:{default:""}},setup(t){const o={white:"micro-stories__wrapper--white",blue:"micro-stories__wrapper--blue",dark:"micro-stories__wrapper--dark"},r=e.computed(()=>o[a.bgColor]),a=t;return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["micro-stories__wrapper",r.value])},[e.createElementVNode("div",Ml,[l.headline?(e.openBlock(),e.createElementBlock("div",Fl,[e.createElementVNode("h2",null,e.toDisplayString(l.headline),1)])):e.createCommentVNode("",!0),l.body?(e.openBlock(),e.createElementBlock("div",Ol,[e.createElementVNode("p",null,e.toDisplayString(l.body),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Rl,[e.renderSlot(l.$slots,"micro-stories-slides")]),e.renderSlot(l.$slots,"micro-stories-controls")],2))}}),Hl={},jl={class:"policy__wrapper"},Kl={class:"policy__content"};function Ul(t,o){return e.openBlock(),e.createElementBlock("div",jl,[e.createElementVNode("div",Kl,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const ce=u(Hl,[["render",Ul],["__scopeId","data-v-ea887d7a"]]),Gl={class:"product-hero__wrapper"},Jl={class:"product-hero__content"},Wl={class:"product-hero__headline"},Ql={class:"product-hero__video"},Yl={class:"product-hero__insignia"},Zl={key:0,class:"product-hero__logo"},Xl={key:1,class:"product-hero__certification"},xl=e.defineComponent({__name:"product-hero",props:{headline:{type:String,default:"",required:!0},videoSrc:{type:String,default:"",required:!0},ariaLabel:{type:String,default:"",required:!0},imgSrc:{type:String,default:"",required:!0},logoSrc:{type:String,default:"",required:!1},isCertified:{type:Boolean,default:!1,required:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Gl,[e.createElementVNode("div",Jl,[e.createElementVNode("div",Wl,e.toDisplayString(t.headline),1),e.createElementVNode("div",Ql,[t.videoSrc!==""?(e.openBlock(),e.createBlock(C,{key:0,play:"","local-video":!0,src:t.videoSrc,"aria-label":t.ariaLabel,controls:!1,poster:t.imgSrc,autoplay:"",loop:"",muted:""},null,8,["src","aria-label","poster"])):(e.openBlock(),e.createBlock(e.unref(y),{key:1},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-image",{},void 0,!0)]),_:3})),e.createElementVNode("div",Yl,[t.logoSrc?(e.openBlock(),e.createElementBlock("div",Zl,[e.createVNode(e.unref(y),null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-logo",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0),t.isCertified?(e.openBlock(),e.createElementBlock("div",Xl,[e.createVNode(e.unref(y),null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-certification",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])])])]))}}),ue=u(xl,[["__scopeId","data-v-deab9c3a"]]),ea={class:"promo__content"},ta=e.defineComponent({__name:"promo",props:{label:{default:""},linkText:{default:""},mediaType:{default:"image"},src:{},alt:{},fallbackImage:{},reverse:{type:Boolean,default:!1},variant:{default:"default"},linkType:{default:"link"},teaser:{type:Boolean,default:!1},multiply:{type:Boolean,default:!1}},setup(t){const o={dark:"promo__wrapper--dark",light:"promo__wrapper--light",default:"promo__wrapper--default"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",a.value,l.teaser?"promo__wrapper--teaser":"",l.multiply?"promo__wrapper--multiply":""])},[e.createElementVNode("div",ea,[l.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["promo__image",l.reverse?"promo__image--reverse":"promo__image--default"])},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-image",e.normalizeProps(e.guardReactiveProps({src:l.src,width:1920,alt:l.alt,height:1080})))]),_:3})],2)):e.createCommentVNode("",!0),l.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["promo__video",l.reverse?"promo__video--reverse":"promo__video--default"])},[e.createVNode(C,{src:l.src,"local-video":"","aria-label":l.alt,controls:!1,autoplay:"",loop:"",muted:"",play:"",poster:l.fallbackImage},null,8,["src","aria-label","poster"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",l.reverse?"promo__text--reverse":"promo__text--default"])},[l.label?(e.openBlock(),e.createBlock(V,{key:0,text:l.label,"label-dark":l.variant==="dark"},null,8,["text","label-dark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",l.variant==="dark"?"promo__title--dark":""])},[e.renderSlot(l.$slots,"promo-headline")],2),l.linkType==="link"?(e.openBlock(),e.createBlock(g,{key:1,"link-type":l.variant==="dark"?"regular_dark":(l.variant==="light","regular_light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0),l.linkType==="button"?(e.openBlock(),e.createBlock(g,{key:2,"link-type":l.variant==="dark"?"secondary_dark":(l.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0)],2)])],2))}}),me=u(ta,[["__scopeId","data-v-df54d965"]]),oa=t=>(e.pushScopeId("data-v-e3cc8e27"),t=t(),e.popScopeId(),t),la={class:"quote__wrapper"},aa={class:"quote__content"},ra=oa(()=>e.createElementVNode("p",{class:"quote__quote-mark"},"“",-1)),na={class:"quote__quote"},sa={class:"quote__quote-text"},ia={class:"quote__author"},da={key:0,class:"quote__image"},ca={class:"quote__text"},ua={class:"quote__author-name"},ma={class:"quote__author-title"},pa=e.defineComponent({__name:"quote",props:{quote:{type:String,required:!0},author:{type:String,required:!0},authorTitle:{type:String,required:!0},authorImage:{type:String,required:!1,default:void 0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",la,[e.createElementVNode("div",aa,[ra,e.createElementVNode("div",na,[e.createElementVNode("p",sa,e.toDisplayString(t.quote),1),e.createElementVNode("div",ia,[t.authorImage?(e.openBlock(),e.createElementBlock("div",da,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"author-image",e.normalizeProps(e.guardReactiveProps({src:t.authorImage+"/m/100x100",width:60,height:60})))]),_:3})])):e.createCommentVNode("",!0),e.createElementVNode("div",ca,[e.createElementVNode("p",ua,e.toDisplayString(t.author),1),e.createElementVNode("p",ma,e.toDisplayString(t.authorTitle),1)])])])])]))}}),pe=u(pa,[["__scopeId","data-v-e3cc8e27"]]),_a={class:"rich-text__wrapper"},ha={key:0,class:"rich-text__links"},fa={key:0,class:"rich-text__bullet-list"},va=e.defineComponent({__name:"rich-text",props:{headline:{default:""},leftAligned:{type:Boolean,default:!1},links:{type:Boolean,default:!1},bulletList:{type:Boolean,default:!1},image:{type:Boolean,default:!1},imageClip:{type:Boolean,default:!0},bgColor:{default:"white"},label:{default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["rich-text",o.bgColor==="blue"?"rich-text--blue":"rich-text--white"])},[e.createElementVNode("div",_a,[o.label?(e.openBlock(),e.createBlock(V,{key:0,text:o.label,"label-dark":!1},null,8,["text"])):e.createCommentVNode("",!0),o.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(["rich-text__headline",o.leftAligned||o.bulletList||o.image?"rich-text__headline--left-aligned":"rich-text__headline--centered"])},e.toDisplayString(o.headline),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["rich-text__content",o.leftAligned||o.bulletList||o.image?"rich-text__content--left-aligned":"rich-text__content--centered"])},[e.createElementVNode("div",{class:e.normalizeClass(["rich-text__body",o.bulletList||o.image?"rich-text__body--content-right":""])},[e.renderSlot(o.$slots,"rich-text-content"),o.links?(e.openBlock(),e.createElementBlock("div",ha,[e.renderSlot(o.$slots,"rich-text-links")])):e.createCommentVNode("",!0)],2),o.bulletList?(e.openBlock(),e.createElementBlock("div",fa,[e.renderSlot(o.$slots,"rich-text-bullet-list")])):e.createCommentVNode("",!0),o.image?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["rich-text__image",o.imageClip?"rich-text__image--clip":""])},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"rich-text-image",e.normalizeProps(e.guardReactiveProps({width:865,height:307})))]),_:3})],2)):e.createCommentVNode("",!0)],2)])],2))}}),_e=u(va,[["__scopeId","data-v-16ba7206"]]),ka={},ga={class:"rich-text"},ya={class:"rich-text__wrapper"},Ba={class:"rich-text__content rich-text__content--left-aligned"},ba={class:"rich-text__body"};function $a(t,o){return e.openBlock(),e.createElementBlock("div",ga,[e.createElementVNode("div",ya,[e.createElementVNode("div",Ba,[e.createElementVNode("div",ba,[e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-left",{},void 0,!0)]),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-right",{},void 0,!0)])])])])])}const he=u(ka,[["render",$a],["__scopeId","data-v-449f3040"]]),wa=t=>(e.pushScopeId("data-v-e254e1e0"),t=t(),e.popScopeId(),t),Ea={class:"timeline__wrapper"},Va={class:"timeline__content"},Na={class:"timeline__items"},Sa={class:"item__left"},Ca=wa(()=>e.createElementVNode("div",{class:"item__elements"},[e.createElementVNode("div",{class:"circle"}),e.createElementVNode("div",{class:"line"})],-1)),Da={class:"item__right"},Ia=["innerHTML"],za=e.defineComponent({__name:"timeline",props:{timelineItems:{type:Array,required:!0}},setup(t){return e.onMounted(()=>{const o=document.querySelectorAll(".timeline__item"),r=new IntersectionObserver(a=>{a.forEach(l=>{l.isIntersecting&&(l.target.classList.add("visible"),l.target.classList.remove("faded"),r.unobserve(l.target))})},{threshold:1});o.forEach(a=>{r.observe(a)})}),(o,r)=>(e.openBlock(),e.createElementBlock("div",Ea,[e.createElementVNode("div",Va,[e.createElementVNode("div",Na,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.timelineItems,a=>(e.openBlock(),e.createElementBlock("div",{key:a.year,class:"timeline__item faded"},[e.createElementVNode("div",Sa,e.toDisplayString(a.year),1),Ca,e.createElementVNode("div",Da,[e.createVNode(y,null,{default:e.withCtx(()=>[a.media.src?e.renderSlot(o.$slots,"timeline-image",e.normalizeProps(e.mergeProps({key:0},{src:a.media.src,alt:a.media.alt})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024),e.createElementVNode("div",{style:e.normalizeStyle([a.media.src?"":"margin-top: 0px"]),class:"rich-text",innerHTML:a.text},null,12,Ia)])]))),128))])])]))}}),fe=u(za,[["__scopeId","data-v-e254e1e0"]]),La={class:"vimeo"},qa={class:"vimeo__wrapper"},Aa={key:0,class:"vimeo__headline"},Ta={key:1,class:"vimeo__description"},Pa=e.defineComponent({__name:"vimeo",props:{headline:{type:String,default:""},description:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",La,[e.createElementVNode("div",qa,[t.headline?(e.openBlock(),e.createElementBlock("h2",Aa,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"vimeo-content",{},void 0,!0),t.description?(e.openBlock(),e.createElementBlock("p",Ta,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)])]))}}),ve=u(Pa,[["__scopeId","data-v-90a2b109"]]),Ma={class:"academy-overview"},Fa={class:"academy-overview__content-wrapper"},Oa={class:"academy-overview__content"},Ra={class:"academy-overview__title"},Ha={class:"academy-overview__description"},ja={key:0,class:"academy-overview__button-wrapper"},Ka={key:0,class:"academy-overview__stats"},Ua={class:"academy-overview__stats-row"},Ga={class:"academy-overview__stat"},Ja={class:"academy-overview__value"},Wa={class:"academy-overview__label"},Qa={class:"academy-overview__stat"},Ya={class:"academy-overview__value"},Za={class:"academy-overview__label"},Xa=e.defineComponent({__name:"frontpage-hero",props:{hero:{default:()=>({headline:"Welcome back",description:"Explore our Academy - an education hub packed with x hours of free live and on-demand content.",lessonValue:0,lessonLabel:"Lessons Completed",pointsValue:0,pointsLabel:"Points",showStats:!1})}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Ma,[e.createElementVNode("div",Fa,[e.createElementVNode("div",Oa,[e.createElementVNode("div",null,[e.createElementVNode("h1",Ra,e.toDisplayString(o.hero.headline),1),e.createElementVNode("p",Ha,e.toDisplayString(o.hero.description),1),o.hero.showStats?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ja,[e.renderSlot(o.$slots,"button",{},void 0,!0)]))]),o.hero.showStats?(e.openBlock(),e.createElementBlock("div",Ka,[e.createElementVNode("div",Ua,[e.createElementVNode("div",Ga,[e.createElementVNode("div",Ja,e.toDisplayString(o.hero.lessonValue),1),e.createElementVNode("div",Wa,e.toDisplayString(o.hero.lessonLabel),1)]),e.createElementVNode("div",Qa,[e.createElementVNode("div",Ya,e.toDisplayString(o.hero.pointsValue),1),e.createElementVNode("div",Za,e.toDisplayString(o.hero.pointsLabel),1)])])])):e.createCommentVNode("",!0)])])]))}}),ke=u(Xa,[["__scopeId","data-v-98275425"]]),xa={class:"not-found__wrapper"},er={class:"not-found__content"},tr={class:"not-found__headline"},or={class:"not-found__body"},lr=e.defineComponent({__name:"404",props:{headline:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",xa,[e.createElementVNode("div",er,[e.createElementVNode("h1",tr,e.toDisplayString(t.headline),1),e.createElementVNode("div",or,[e.renderSlot(o.$slots,"not-found-body",{},void 0,!0)])])]))}}),ge=u(lr,[["__scopeId","data-v-b829ca6c"]]),ar={class:"filter__wrapper"},rr={class:"filter__content"},nr={class:"filter__dropdowns"},sr={class:"filter__chips"},ir=e.defineComponent({__name:"filter",props:{hasChips:{type:Boolean,default:!1},removeAll:{type:String,default:"Remove all filters"}},emits:["clearFilters"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",ar,[e.createElementVNode("div",rr,[e.createElementVNode("div",nr,[e.renderSlot(o.$slots,"filter-dropdowns")]),e.createElementVNode("div",sr,[e.renderSlot(o.$slots,"filter-chips"),t.hasChips?(e.openBlock(),e.createElementBlock("button",{key:0,class:"filter__clear",onClick:r[0]||(r[0]=a=>o.$emit("clearFilters"))},e.toDisplayString(t.removeAll),1)):e.createCommentVNode("",!0)])])]))}}),ye=u(ir,[["__scopeId","data-v-31c1ba00"]]),Be=t=>(e.pushScopeId("data-v-3d0cbbd5"),t=t(),e.popScopeId(),t),dr={class:"footer__wrapper"},cr={class:"footer__content"},ur={key:0,src:"https://mobile-industrial-robots.com/logo/mir-main-logo.svg",style:{margin:"0 auto"}},mr={class:"footer__sections"},pr={class:"section__title"},_r={class:"section__list"},hr={class:"section"},fr={key:0,class:"section__title"},vr={key:1,class:"section__title"},kr={key:0},gr={key:1},yr={key:2},Br={key:3},br={key:4},$r=Be(()=>e.createElementVNode("br",null,null,-1)),wr={key:0,href:"mailto:china@mir-robots.com"},Er={key:1,href:"mailto:mail@mir-robots.com"},Vr={key:0,href:"tel:+8613661856951"},Nr={key:1,href:"tel:+4520377577"},Sr={class:"footer__bottom"},Cr={class:"copyright"},Dr={class:"footer__policy"},Ir=Be(()=>e.createElementVNode("i",{class:"change-region"},null,-1)),zr={key:0,class:"footer__social"},Lr=["href","aria-label"],qr={key:1,class:"footer__social"},Ar=["href","aria-label"],Tr=e.defineComponent({__name:"footer",props:{language:{default:""},footerSections:{default:()=>[]},privacyPolicy:{default:void 0},cookiePolicy:{default:void 0},socialMedia:{default:()=>[]},socialMediaChina:{default:()=>[]},changeRegion:{default:""}},emits:["changeRegionClicked"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",dr,[e.createElementVNode("footer",cr,[o.language==="zh"?(e.openBlock(),e.createElementBlock("img",ur)):e.createCommentVNode("",!0),e.createElementVNode("div",mr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.footerSections,a=>(e.openBlock(),e.createElementBlock("div",{key:a.title,class:"section"},[e.createElementVNode("span",pr,e.toDisplayString(a.title),1),e.createElementVNode("nav",null,[e.createElementVNode("ul",_r,[e.renderSlot(o.$slots,"section-links",{links:a.links})])])]))),128)),e.createElementVNode("div",hr,[o.language==="zh"?(e.openBlock(),e.createElementBlock("span",fr,"名傲移动机器人(上海)有限公司")):(e.openBlock(),e.createElementBlock("span",vr,"Mobile Industrial Robots A/S")),e.createElementVNode("address",null,[o.language==="zh"?(e.openBlock(),e.createElementBlock("span",kr,"上海浦东新区金桥出口加工区")):(e.openBlock(),e.createElementBlock("span",gr,"Energivej 51")),o.language==="zh"?(e.openBlock(),e.createElementBlock("span",yr,"桂桥路1201号10栋2楼")):(e.openBlock(),e.createElementBlock("span",Br,"5260 Odense S")),o.language!=="zh"?(e.openBlock(),e.createElementBlock("span",br,"CVR: 35251235")):e.createCommentVNode("",!0),$r,e.createVNode(g,{class:"footer__contact","link-type":"regular_light",underline:"false"},{default:e.withCtx(()=>[o.language==="zh"?(e.openBlock(),e.createElementBlock("a",wr,"china@mir-robots.com")):(e.openBlock(),e.createElementBlock("a",Er,"mail@mir-robots.com"))]),_:1}),e.createVNode(g,{class:"footer__contact","link-type":"regular_light",underline:"false"},{default:e.withCtx(()=>[o.language==="zh"?(e.openBlock(),e.createElementBlock("a",Vr,"+86 13661856951(微信同号)")):(e.openBlock(),e.createElementBlock("a",Nr,"+45 20 377 577"))]),_:1})])])]),e.createElementVNode("div",Sr,[e.createElementVNode("p",Cr," © Mobile Industrial Robots "+e.toDisplayString(new Date().getFullYear()),1),e.createElementVNode("div",Dr,[e.createElementVNode("button",{class:"footer__language-switcher",onClick:r[0]||(r[0]=a=>o.$emit("changeRegionClicked"))},[e.createElementVNode("span",null,[Ir,e.createTextVNode(e.toDisplayString(o.changeRegion),1)])]),e.renderSlot(o.$slots,"footer-privacy-link"),e.renderSlot(o.$slots,"footer-cookie-link")]),o.language!=="zh"?(e.openBlock(),e.createElementBlock("div",zr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.socialMedia,a=>(e.openBlock(),e.createBlock(g,{key:a.title,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:a.url,target:"_blank","aria-label":a.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[a.title?"bg-"+a.title:""]])},null,2)],8,Lr)]),_:2},1024))),128))])):(e.openBlock(),e.createElementBlock("div",qr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.socialMediaChina,a=>(e.openBlock(),e.createBlock(g,{key:a.title,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:a.url,target:"_blank","aria-label":a.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[a.title?"bg-"+a.title:""]])},null,2)],8,Ar)]),_:2},1024))),128))]))])])]))}}),be=u(Tr,[["__scopeId","data-v-3d0cbbd5"]]),$e=t=>(e.pushScopeId("data-v-766d3c80"),t=t(),e.popScopeId(),t),Pr={class:"header__wrapper"},Mr={class:"nav-wrapper"},Fr={class:"mir-link-logo"},Or={class:"main-nav-items"},Rr={key:0,id:"menu-dropdown",ref:"dropdownDiv"},Hr={key:0,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow"},jr={key:1,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow",style:{transform:"rotate(180deg)"}},Kr={class:"dropdown-content"},Ur={key:1,class:"nav-search-wrapper"},Gr=["src"],Jr={key:2,id:"menu-portal-switcher",class:"portal-switcher-wrapper"},Wr=$e(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",alt:"portalswitchericon",width:"15",height:"15"},null,-1)),Qr=[Wr],Yr={class:"portal-switcher-content"},Zr={class:"portal-switcher-links"},Xr=["href"],xr=["src"],en={key:3,id:"menu-profile-dropdown",class:"profile-dropdown-wrapper"},tn={key:0,class:"profile-dropdown-sign-in"},on=$e(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",alt:"profiledropdownicon",width:"15",height:"15"},null,-1)),ln=[on],an={class:"profile-dropdown-content"},rn={class:"mobile-logo-search-burger-wrapper"},nn={class:"mobile-mir-link-logo"},sn={key:0,class:"mobile-search-wrapper"},dn=["src"],cn=["src"],un={class:"mobile-menu-content-wrapper"},mn={class:"mobile-dropdown-content"},pn=e.defineComponent({__name:"header",props:{burgerState:{type:Boolean,default:!1},search:{type:Boolean,default:!0},showDropDown:{type:Boolean,default:!1},useDropdown:{type:Boolean,default:!1},showPortalSwitcherDropDown:{type:Boolean,default:!1},usePortalSwitcher:{type:Boolean,default:!1},portals:{type:Array,default:()=>[]},showProfileDropDown:{type:Boolean,default:!1},isAuthenticated:{type:Boolean,default:!1},useProfileDropdown:{type:Boolean,default:!1}},emits:["update:burgerState","update:showDropDown","update:showPortalSwitcherDropDown","update:showProfileDropDown","clickSearch"],setup(t,{expose:o,emit:r}){let a=null;const l=t;let s=e.ref(l.burgerState),n=e.ref(l.search),i=e.ref(l.showDropDown),m=e.ref(l.showPortalSwitcherDropDown),c=e.ref(l.showProfileDropDown),_=e.ref(l.isAuthenticated);e.watch(()=>l.burgerState,p=>s.value=p),e.watch(()=>l.search,p=>n.value=p),e.watch(()=>l.showDropDown,p=>i.value=p),e.watch(()=>l.showPortalSwitcherDropDown,p=>m.value=p),e.watch(()=>l.showProfileDropDown,p=>c.value=p),e.watch(()=>l.isAuthenticated,p=>_.value=p),e.onMounted(()=>{a=p=>{p.target.closest("#menu-dropdown")||(i.value=!1),p.target.closest("#menu-portal-switcher")||(m.value=!1),p.target.closest("#menu-profile-dropdown")||(c.value=!1)},window.addEventListener("click",a)}),e.onUnmounted(()=>{a!==null&&window.removeEventListener("click",a)});const h=r;function I(){i.value=!i.value,h("update:showDropDown",i.value)}function q(){m.value=!m.value,h("update:showPortalSwitcherDropDown",m.value)}function A(){c.value=!c.value,h("update:showProfileDropDown",c.value)}function T(){s.value=!s.value,h("update:burgerState",s.value)}let E=e.ref(null),z=e.ref(null);function P(){E.value&&E.value.blur()}return o({defocusSearchButton:P}),(p,$)=>(e.openBlock(),e.createElementBlock("div",Pr,[e.createElementVNode("nav",null,[e.createElementVNode("div",Mr,[e.createElementVNode("div",Fr,[e.renderSlot(p.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("ul",Or,[e.renderSlot(p.$slots,"main-nav-items",{},void 0,!0)]),t.useDropdown?(e.openBlock(),e.createElementBlock("div",Rr,[e.createElementVNode("button",{class:"nav-dropdown-btn",onClick:I},[e.renderSlot(p.$slots,"dropdown-title",{},void 0,!0),e.unref(i)===!1?(e.openBlock(),e.createElementBlock("img",Hr)):(e.openBlock(),e.createElementBlock("img",jr))]),e.withDirectives(e.createElementVNode("div",Kr,[e.renderSlot(p.$slots,"dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(i)]])],512)):e.createCommentVNode("",!0),e.unref(n)?(e.openBlock(),e.createElementBlock("div",Ur,[e.createElementVNode("button",{ref_key:"navSearchButton",ref:E,class:"search-icon",onClick:$[0]||($[0]=w=>{var b;return p.$emit("clickSearch"),(b=e.unref(E))==null?void 0:b.blur()})},[e.createElementVNode("img",{src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Gr)],512)])):e.createCommentVNode("",!0),t.usePortalSwitcher?(e.openBlock(),e.createElementBlock("div",Jr,[e.createElementVNode("button",{class:"nav-portal-switcher-btn",onClick:q},Qr),e.withDirectives(e.createElementVNode("div",Yr,[e.createElementVNode("ul",Zr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.portals,(w,b)=>(e.openBlock(),e.createElementBlock("li",{key:b,class:"portal-switcher-link"},[e.createVNode(e.unref(g),{"link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:w.link,onClick:$[1]||($[1]=N=>e.isRef(i)?i.value=!1:i=!1)},[e.createElementVNode("img",{src:w.icon},null,8,xr),e.createElementVNode("div",null,e.toDisplayString(w.name),1)],8,Xr)]),_:2},1024)]))),128))])],512),[[e.vShow,e.unref(m)]])])):e.createCommentVNode("",!0),t.useProfileDropdown?(e.openBlock(),e.createElementBlock("div",en,[e.unref(_)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",tn,[e.renderSlot(p.$slots,"profile-dropdown-sign-in",{},void 0,!0)])),e.unref(_)?(e.openBlock(),e.createElementBlock("button",{key:1,class:"nav-profile-dropdown-btn",onClick:A},ln)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",an,[e.renderSlot(p.$slots,"profile-dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(c)]])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(["mobile-nav-wrapper",e.unref(s)===!0?"mirsaic-mobile-bg mirsaic--dark":""])},[e.createElementVNode("div",rn,[e.createElementVNode("div",nn,[e.renderSlot(p.$slots,"link-logo",{},void 0,!0)]),e.unref(n)?(e.openBlock(),e.createElementBlock("div",sn,[e.createElementVNode("button",{ref_key:"mobileSearchButton",ref:z,class:"search-icon","aria-label":"Toggle search",onClick:$[2]||($[2]=w=>{var b;return p.$emit("clickSearch"),(b=e.unref(z))==null?void 0:b.blur()})},[e.createElementVNode("img",{src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,dn)],512)])):e.createCommentVNode("",!0),e.createElementVNode("button",{class:"mobile-burger-wrapper","aria-label":"Toggle menu",onClick:e.withModifiers(T,["prevent"])},[e.createElementVNode("img",{width:"20",height:"20",alt:"burger menu line icon",src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg":"https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"},null,8,cn)])]),e.withDirectives(e.createElementVNode("div",un,[e.createElementVNode("ul",null,[e.renderSlot(p.$slots,"mobile-main-nav-items",{},void 0,!0)]),e.createElementVNode("ul",mn,[e.renderSlot(p.$slots,"mobile-dropdown-title",{},void 0,!0),e.renderSlot(p.$slots,"mobile-dropdown-links",{},void 0,!0)])],512),[[e.vShow,e.unref(s)]])],2)])]))}}),we=u(pn,[["__scopeId","data-v-766d3c80"]]),_n={class:"language__wrapper"},hn={class:"language__content"},fn={class:"language__headline"},vn={class:"language__paragraph"},kn={class:"language__links"},gn=e.defineComponent({__name:"language-switcher",props:{headline:{type:String,default:""},paragraph:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",_n,[e.createElementVNode("div",hn,[e.createElementVNode("h2",fn,e.toDisplayString(t.headline),1),e.createElementVNode("p",vn,e.toDisplayString(t.paragraph),1),e.createElementVNode("div",kn,[e.renderSlot(o.$slots,"language-links",{},void 0,!0)])])]))}}),Ee=u(gn,[["__scopeId","data-v-dc8cc97e"]]),yn={class:"pagination__wrapper"},Bn={class:"pagination__content"},bn=e.defineComponent({__name:"pagination",props:{isPreviousDisabled:{type:Boolean,required:!0},isNextDisabled:{type:Boolean,required:!0}},emits:["previous","next"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",yn,[e.createElementVNode("div",Bn,[e.createVNode(D,{disabled:t.isPreviousDisabled,variant:"previous","aria-label":"previous",onClick:r[0]||(r[0]=a=>o.$emit("previous"))},null,8,["disabled"]),e.renderSlot(o.$slots,"pagination-numbers"),e.createVNode(D,{disabled:t.isNextDisabled,variant:"next","aria-label":"next",onClick:r[1]||(r[1]=a=>o.$emit("next"))},null,8,["disabled"])])]))}}),Ve=u(bn,[["__scopeId","data-v-da6d07c9"]]),$n={},wn={class:"search__wrapper"};function En(t,o){return e.openBlock(),e.createElementBlock("div",wn,[e.renderSlot(t.$slots,"default",{class:"search__content"})])}const Ne=u($n,[["render",En],["__scopeId","data-v-c07a6cf3"]]),Vn={class:"dropdown"},Nn=["aria-expanded"],Sn=e.defineComponent({__name:"select-multiple",props:{label:{default:""},options:{default:()=>[]},selectedOptions:{default:()=>[]}},emits:["filter","remove-filter"],setup(t,{emit:o}){const r=e.ref(!1),a=t,l=o;function s(m){a.selectedOptions.includes(m)?l("remove-filter",m):l("filter",m)}function n(){r.value=!1}const i=e.computed(()=>a.options.length>8);return(m,c)=>{const _=e.resolveDirective("click-outside");return e.withDirectives((e.openBlock(),e.createElementBlock("div",Vn,[e.createElementVNode("button",{class:"dropdown-button",style:e.normalizeStyle({"z-index":r.value?2:0}),"aria-expanded":r.value?"true":"false",onClick:c[0]||(c[0]=h=>r.value=!r.value)},[e.renderSlot(m.$slots,"button",{},()=>[e.createTextVNode(e.toDisplayString(m.label),1)],!0)],12,Nn),e.createElementVNode("div",{class:e.normalizeClass([{hidden:!r.value,"adjust-height":i.value},"dropdown-content"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,h=>(e.openBlock(),e.createBlock(e.unref(M),{id:h.value,key:h.value,name:h.text,required:!1,disabled:!1,value:h.value,checked:m.selectedOptions.includes(h.value),onInput:I=>s(h.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.text),1)]),_:2},1032,["id","name","value","checked","onInput"]))),128))],2)])),[[_,n]])}}}),Se=u(Sn,[["__scopeId","data-v-164647da"]]),Cn={class:"promo__content"},Dn={class:"pallet-jack__media-wrap"},In={class:"pallet-jack-link"},zn={class:"pallet-jack__media-wrap__inner-wrap"},Ln={class:"pallet-jack__media-wrap__content-wrap"},qn={class:"regular-blue"},An=e.defineComponent({__name:"pallet-jack",props:{label:{default:""},headline:{},linkText:{default:""},reverse:{type:Boolean,default:!1},variant:{default:"default"},linkType:{default:"link"},teaser:{type:Boolean,default:!1},shortDescription:{default:""},text:{default:""}},setup(t){const o={dark:"promo__wrapper--dark",light:"promo__wrapper--light",default:"promo__wrapper--default"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",a.value,l.teaser?"promo__wrapper--teaser":""])},[e.createElementVNode("div",Cn,[e.createElementVNode("div",{class:e.normalizeClass(["promo__video",l.reverse?"promo__video--reverse":"promo__video--default"])},[e.createElementVNode("div",Dn,[e.createElementVNode("div",In,[e.renderSlot(l.$slots,"pallet-jack-link")]),e.createElementVNode("div",zn,[e.renderSlot(l.$slots,"pallet-jack-video")]),e.createElementVNode("div",Ln,[e.createElementVNode("h3",qn,e.toDisplayString(l.headline),1),e.createElementVNode("p",null,e.toDisplayString(l.shortDescription),1)])])],2),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",l.reverse?"promo__text--reverse":"promo__text--default"])},[l.label?(e.openBlock(),e.createBlock(V,{key:0,text:l.label,"label-dark":l.variant==="dark"},null,8,["text","label-dark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",l.variant==="dark"?"promo__title--dark":""])},[e.renderSlot(l.$slots,"promo-text")],2),l.linkType==="link"?(e.openBlock(),e.createBlock(g,{key:1,"link-type":l.variant==="dark"?"regular_dark":(l.variant==="light","regular_light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0),l.linkType==="button"?(e.openBlock(),e.createBlock(g,{key:2,"link-type":l.variant==="dark"?"secondary_dark":(l.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0)],2)])],2))}}),Ce=u(An,[["__scopeId","data-v-00c0bad3"]]),Tn={install:t=>{t.component("AtomButton",D),t.component("AtomCheckbox",M),t.component("AtomChip",R),t.component("AtomDropdown",H),t.component("AtomImage",y),t.component("AtomLabel",V),t.component("AtomLink",g),t.component("AtomRadioButton",j),t.component("AtomSelect",K),t.component("AtomSelectMultiple",Se),t.component("AtomSlider",U),t.component("AtomTextarea",G),t.component("AtomTextField",J),t.component("AtomVideo",C),t.component("MoleculeAddress",W),t.component("MoleculeBulletList",Q),t.component("MoleculeCard",Y),t.component("MoleculeEventCard",Z),t.component("MoleculeModal",F),t.component("MoleculeTextCard",X),t.component("BlockAccordion",x),t.component("BlockFacts",te),t.component("BlockFeatures",oe),t.component("BlockFormScript",le),t.component("BlockHeadline",ae),t.component("BlockHero",re),t.component("BlockImage",ne),t.component("BlockImageGallery",se),t.component("BlockLogoWall",ie),t.component("BlockMicroStories",de),t.component("BlockPolicy",ce),t.component("BlockProductHero",ue),t.component("BlockPromo",me),t.component("BlockQuote",pe),t.component("BlockRichText",_e),t.component("BlockRichTextColumns",he),t.component("BlockTimeline",fe),t.component("BlockCardDisplay",ee),t.component("BlockVimeo",ve),t.component("BlockPalletJack",Ce),t.component("BlockFrontPageHero",ke),t.component("Organism404",ge),t.component("OrganismFilter",ye),t.component("OrganismFooter",be),t.component("OrganismHeader",we),t.component("OrganismLanguageSwitcher",Ee),t.component("OrganismPagination",Ve),t.component("OrganismSearch",Ne)}};exports.AtomButton=D;exports.AtomCheckbox=M;exports.AtomChip=R;exports.AtomDropdown=H;exports.AtomImage=y;exports.AtomLabel=V;exports.AtomLink=g;exports.AtomRadioButton=j;exports.AtomSelect=K;exports.AtomSelectMultiple=Se;exports.AtomSlider=U;exports.AtomTextField=J;exports.AtomTextarea=G;exports.AtomVideo=C;exports.BlockAccordion=x;exports.BlockCardDisplay=ee;exports.BlockFacts=te;exports.BlockFeatures=oe;exports.BlockFormScript=le;exports.BlockFrontPageHero=ke;exports.BlockHeadline=ae;exports.BlockHero=re;exports.BlockImage=ne;exports.BlockImageGallery=se;exports.BlockLogoWall=ie;exports.BlockMicroStories=de;exports.BlockPalletJack=Ce;exports.BlockPolicy=ce;exports.BlockProductHero=ue;exports.BlockPromo=me;exports.BlockQuote=pe;exports.BlockRichText=_e;exports.BlockRichTextColumns=he;exports.BlockTimeline=fe;exports.BlockVimeo=ve;exports.MoleculeAddress=W;exports.MoleculeBulletList=Q;exports.MoleculeCard=Y;exports.MoleculeEventCard=Z;exports.MoleculeModal=F;exports.MoleculeTextCard=X;exports.Organism404=ge;exports.OrganismFilter=ye;exports.OrganismFooter=be;exports.OrganismHeader=we;exports.OrganismLanguageSwitcher=Ee;exports.OrganismPagination=Ve;exports.OrganismSearch=Ne;exports.default=Tn;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),Le=["aria-label"],qe=e.defineComponent({__name:"button",props:{variant:{default:"primary"},ariaLabel:{default:"Button"},buttonText:{default:""}},setup(t){const o={primary:"primary",primaryDark:"primary-dark",secondary:"secondary",close:"close",next:"next",previous:"previous"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button","button--"+a.value]),"aria-label":l.ariaLabel},e.toDisplayString(a.value==="close"?"":l.buttonText),11,Le))}}),u=(t,o)=>{const r=t.__vccOpts||t;for(const[a,l]of o)r[a]=l;return r},D=u(qe,[["__scopeId","data-v-f61b579c"]]),Ae=t=>(e.pushScopeId("data-v-0c4c6d8e"),t=t(),e.popScopeId(),t),Te=["id","name","value","disabled","required","checked"],Pe=["for"],Me=Ae(()=>e.createElementVNode("span",{class:"checkmark"},null,-1)),Fe=e.defineComponent({__name:"checkbox",props:{name:{default:"checkbox"},value:{type:[String,Number,Boolean],default:"value"},disabled:{type:Boolean,default:!1},id:{default:"checkbox"},required:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["input"],setup(t,{emit:o}){const r=o,a=l=>{const s=l.target;r("input",s.checked)};return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox__wrapper",l.disabled?"disabled":""])},[e.createElementVNode("input",{id:l.id,type:"checkbox",name:l.name,value:l.value,disabled:l.disabled,required:l.required,checked:l.checked,class:"checkbox__checkbox",onChange:a},null,40,Te),e.createElementVNode("label",{for:l.id,class:e.normalizeClass(["checkbox__label",l.required?"required":""])},[Me,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,Pe)],2))}}),M=u(Fe,[["__scopeId","data-v-0c4c6d8e"]]),Oe=t=>(e.pushScopeId("data-v-08813346"),t=t(),e.popScopeId(),t),Re=["aria-label"],He=Oe(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/9x9/e4fb715dc9/close.svg?cv=1695125714598",alt:"close",class:"close-icon"},null,-1)),je=e.defineComponent({__name:"chip",props:{text:{default:""}},emits:["remove-chip"],setup(t){const o=t,r=e.computed(()=>`Chip: ${o.text}`);return(a,l)=>(e.openBlock(),e.createElementBlock("div",{class:"chip__wrapper",onClick:l[0]||(l[0]=s=>a.$emit("remove-chip"))},[e.createElementVNode("span",{class:"chip","aria-label":r.value},[e.createTextVNode(e.toDisplayString(a.text)+" ",1),He],8,Re)]))}}),R=u(je,[["__scopeId","data-v-08813346"]]),Ke=["value"],Ue=["id"],Ge={class:"listbox__dropdown"},Je=["id","aria-labelledby","aria-disabled"],We=["aria-labelledby","aria-activedescendant"],Qe=["aria-selected","data-value"],Ye=e.defineComponent({__name:"dropdown",props:{modelValue:{},label:{},options:{},name:{},placeholder:{default:"Choose a value"},showLabel:{type:Boolean,default:!1},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{default:"primary"}},emits:["update:modelValue"],setup(t,{emit:o}){const r={primary:"dropdown-dark-bg-primary",dark:"dropdown-dark dropdown-dark-bg-dark"},a=t,l=e.computed(()=>r[a.variant]),s=e.ref(null),n=e.ref(null),i=e.ref([]),m=e.ref(0),c=e.ref(""),_=e.ref(!0),h=e.ref(0),I=o,q=e.computed(()=>{const d=a.options.find(f=>f.value===a.modelValue);return d&&d.label});function A(d){I("update:modelValue",d)}function T(d){var v;const f=d.target;f.getAttribute("role")==="option"&&(N(f),L(),(v=s.value)==null||v.focus())}function E(d){var v;const f=d.key;switch(f){case"ArrowUp":case"ArrowDown":{d.preventDefault();const k=a.options.findIndex(S=>S.value===a.modelValue);let B=k?i.value[k]:i.value[0];f==="ArrowUp"?k-1>=0&&(B=i.value[k-1]):k+1<=a.options.length&&(B=i.value[k+1]),B&&N(B);break}case"Home":case"PageUp":d.preventDefault(),b();break;case"End":case"PageDown":d.preventDefault(),De();break;case"Enter":case"Escape":d.preventDefault(),L(),(v=s.value)==null||v.focus();break;default:{const k=$(f);k&&N(k);break}}}function z(d){if(!a.disabled)switch(d.key){case"ArrowUp":case"ArrowDown":d.preventDefault(),O(),E(d);break}}function P(d){d&&d.removeAttribute("aria-selected")}function p(){m.value&&(clearTimeout(m.value),m.value=0),m.value=setTimeout(()=>{c.value="",m.value=0},500)}function $(d){let f="";(c.value===""||f!==d)&&(h.value=a.options.findIndex(k=>k.value===a.modelValue)),c.value=f===d?d:c.value+d,f=d,p();let v=w(h.value+1,a.options.length);return!v&&c.value.length===1&&(v=w(0,h.value)),h.value=(h.value+1)%a.options.length,v}function w(d,f){for(let v=d;v<f;v++)if(a.options[v].label&&a.options[v].label.toUpperCase().indexOf(c.value.toUpperCase())===0)return i.value[v];return null}function b(){N(i.value[0])}function N(d){var v,k;const f=d.getAttribute("data-value");if(a.modelValue){const B=a.options.findIndex(ze=>ze.value===a.modelValue),S=i.value[B];P(S)}if(d.setAttribute("aria-selected","true"),(v=n.value)==null||v.setAttribute("aria-activedescendant",f||""),A(f||""),n.value&&n.value.scrollHeight>n.value.clientHeight){const B=n.value.clientHeight+n.value.scrollTop,S=d.offsetTop+d.offsetHeight;S>B?n.value.scrollTop=S-((k=n.value)==null?void 0:k.clientHeight):d.offsetTop<n.value.scrollTop&&(n.value.scrollTop=d.offsetTop)}}function De(){var f;const d=(f=i.value)==null?void 0:f[a.options.length-1];N(d)}function L(){var d;_.value=!0,(d=s.value)==null||d.removeAttribute("aria-expanded")}function O(){var d,f;_.value=!1,(d=s.value)==null||d.setAttribute("aria-expanded","true"),(f=n.value)==null||f.focus()}function Ie(){a.disabled||(_.value?O():L())}return(d,f)=>{const v=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock("div",{ref:"listbox",class:"listbox__wrapper",value:d.modelValue},[e.createElementVNode("label",{id:`${d.name}-label`,class:e.normalizeClass([{"listbox__label--visually-hidden":!d.showLabel,"is-disabled":d.disabled,"is-required":d.required},"listbox__label"])},e.toDisplayString(d.label),11,Ue),e.withDirectives((e.openBlock(),e.createElementBlock("div",Ge,[e.createElementVNode("button",{id:`${d.name}-button-label`,ref_key:"listboxButton",ref:s,"aria-labelledby":`${d.name}-label ${d.name}-button-label`,type:"button","aria-haspopup":"listbox","aria-disabled":d.disabled,class:e.normalizeClass(["listbox__button",l.value]),onClick:Ie,onKeydown:z},e.toDisplayString(d.modelValue?q.value:d.placeholder),43,Je),e.withDirectives(e.createElementVNode("ul",{ref_key:"listboxNode",ref:n,"aria-labelledby":`${d.name}-label`,"aria-activedescendant":d.modelValue,tabindex:"0",role:"listbox",class:"listbox__list",onKeydown:E,onClick:T},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.options,(k,B)=>(e.openBlock(),e.createElementBlock("li",{key:`${d.name}-option-${B}`,ref_for:!0,ref_key:"listboxOptions",ref:i,"aria-selected":k.value===d.modelValue,"data-value":k.value,class:"listbox__option",role:"option"},e.toDisplayString(k.label),9,Qe))),128))],40,We),[[e.vShow,!_.value]])])),[[v,L]])],8,Ke)}}}),H=u(Ye,[["__scopeId","data-v-a17afd8c"]]),Ze={class:"image__wrapper"},Xe=e.defineComponent({__name:"image",props:{src:{default:void 0},srcset:{default:void 0},sizes:{default:void 0},alt:{default:void 0},width:{default:void 0},height:{default:"auto"},loading:{default:"auto"}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Ze,[e.renderSlot(o.$slots,"default",e.normalizeProps(e.guardReactiveProps(o.$attrs)))]))}}),y=u(Xe,[["__scopeId","data-v-e10217bd"]]),xe={class:"label__wrapper"},et=["aria-label","label-dark"],tt=e.defineComponent({__name:"label",props:{text:{},labelDark:{type:Boolean,default:!1}},setup(t){const o=t,r=e.computed(()=>`Label: ${o.text}`);return(a,l)=>(e.openBlock(),e.createElementBlock("div",xe,[e.createElementVNode("span",{"aria-label":r.value,"label-dark":a.labelDark,class:e.normalizeClass(a.labelDark?"label--dark":"label--light")},e.toDisplayString(a.text),11,et)]))}}),V=u(tt,[["__scopeId","data-v-7d9d3a8a"]]),ot={class:"link__wrapper"},g=e.defineComponent({__name:"link",props:{linkType:{default:"regular"},arrow:{type:Boolean,default:!1},underline:{default:"false"},disabled:{type:Boolean,default:!1}},setup(t){const o={primary:"mir-link--btn button button--primary",primary_dark:"mir-link--btn button button--primary-dark",secondary:"mir-link--btn button button--secondary",secondary_dark:"mir-link--btn button button--secondary-dark",regular:"regular-link",regular_dark:"regular-link-dark",regular_light:"regular-link-light",regular_blue:"regular-link-blue"},r={hover:"underline-hover",true:"add-underline",false:"remove-underline"},a=t,l=e.computed(()=>o[a.linkType]),s=e.computed(()=>r[a.underline]),n=e.computed(()=>{const{...i}=e.toRefs(a);return i});return(i,m)=>(e.openBlock(),e.createElementBlock("div",ot,[e.createElementVNode("div",e.mergeProps(n.value,{class:["mir-link",[l.value,i.disabled?"disabled":"",s.value,i.arrow?"link-arrow":""]]}),[e.renderSlot(i.$slots,"default")],16)]))}}),lt=t=>(e.pushScopeId("data-v-fa1bda9b"),t=t(),e.popScopeId(),t),at=["id","name","value","checked","disabled","required"],rt=["for"],nt=lt(()=>e.createElementVNode("span",{class:"radiomark"},null,-1)),st=e.defineComponent({__name:"radio-button",props:{name:{default:"radio"},value:{type:[String,Number,Boolean],default:"value"},checked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},id:{default:"radio"},required:{type:Boolean,default:!1}},emits:["input"],setup(t,{emit:o}){const r=o,a=l=>{const s=l.target;r("input",s.checked)};return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["radio__wrapper",l.disabled?"disabled":""])},[e.createElementVNode("input",{id:l.id,type:"radio",name:l.name,value:l.value,checked:l.checked,disabled:l.disabled,required:l.required,class:"radio__radio",onChange:a},null,40,at),e.createElementVNode("label",{for:l.id,class:e.normalizeClass(["radio__label",l.required?"required":""])},[nt,e.renderSlot(l.$slots,"default",{},void 0,!0)],10,rt)],2))}}),j=u(st,[["__scopeId","data-v-fa1bda9b"]]),it={class:"select__wrapper"},dt=["for"],ct=["id","disabled","name","value"],ut=["value"],mt=e.defineComponent({__name:"select",props:{id:{},name:{},options:{},modelValue:{},label:{},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",it,[e.createElementVNode("label",{for:o.id,class:e.normalizeClass([o.required?"required":"",o.disabled?"disabled":""])},e.toDisplayString(o.label),11,dt),e.createElementVNode("select",{id:o.id,class:e.normalizeClass(o.disabled?"disabled":""),disabled:o.disabled,name:o.name,value:o.modelValue,onChange:r[0]||(r[0]=a=>{o.$emit("update:modelValue",a.target.value),a.target.blur()})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,a=>(e.openBlock(),e.createElementBlock("option",{key:a.value,value:a.value},e.toDisplayString(a.text),9,ut))),128))],42,ct)]))}}),K=u(mt,[["__scopeId","data-v-d5c46463"]]),pt={class:"modal__wrapper"},_t=e.defineComponent({__name:"modal",props:{show:{type:Boolean,default:!1},searchBar:{type:Boolean,default:!1}},emits:["update:show"],setup(t,{emit:o}){const r=t,a=o,l=()=>{a("update:show",!r.show)};return(s,n)=>(e.openBlock(),e.createElementBlock("div",pt,[e.createVNode(e.Transition,{duration:300,name:"nested"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["overlay",s.searchBar?"overlay-search":"overlay-default"]),ariaLabel:"modal",role:"dialog",onClick:l},[e.createElementVNode("div",{id:"modal",class:e.normalizeClass([s.searchBar?"search":""]),onClick:n[0]||(n[0]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",null,[s.searchBar?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(D,{key:0,"aria-label":"close",variant:"close",onClick:l}))]),e.renderSlot(s.$slots,"default",{},void 0,!0)],2)],2),[[e.vShow,s.show]])]),_:3})]))}}),F=u(_t,[["__scopeId","data-v-80f0fb08"]]),ht={class:"slider__wrapper"},ft={class:"slider__label"},vt=["for"],kt=["aria-label"],gt={class:"slider__content"},yt=["id","name","value","min","step","max"],Bt={class:"modal-information"},bt=e.defineComponent({__name:"slider",props:{label:{},id:{},name:{},modelValue:{},min:{},max:{},step:{default:"1"},variant:{default:"light"},information:{default:""},informationLabel:{default:"Additional information"}},emits:["update:modelValue"],setup(t,{emit:o}){const r=t,a=o,l=e.ref(r.modelValue),s=e.ref(),n=e.ref(!1),i=(c,_,h)=>(c-_)/(h-_)*100,m=c=>{var _;(_=s.value)==null||_.style.setProperty("--ProgressPercent",`${c}%`)};return e.watchEffect(()=>{if(s.value){a("update:modelValue",l.value);const c=i(l.value,r.min,r.max);let _=(50-c)/100;m(c+_)}}),(c,_)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",ht,[e.createElementVNode("div",ft,[e.createElementVNode("label",{for:c.id,class:e.normalizeClass([c.variant,""])},e.toDisplayString(c.label),11,vt),c.information?(e.openBlock(),e.createElementBlock("i",{key:0,role:"button",class:e.normalizeClass([c.variant,"slider__information"]),"aria-label":c.informationLabel,tabindex:"0","aria-haspopup":"dialog",onClick:_[0]||(_[0]=h=>n.value=!n.value),onKeyup:_[1]||(_[1]=e.withKeys(h=>n.value=!n.value,["enter"]))},null,42,kt)):e.createCommentVNode("",!0)]),e.createElementVNode("div",gt,[e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__minmax"])},e.toDisplayString(c.min),3),e.createElementVNode("input",{id:c.id,ref_key:"slider",ref:s,type:"range",name:c.name,value:c.modelValue,min:c.min,step:c.step,max:c.max,class:e.normalizeClass(c.variant),onInput:_[2]||(_[2]=({target:h})=>l.value=parseFloat(h.value))},null,42,yt),e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__minmax"])},e.toDisplayString(c.max),3)]),e.createElementVNode("span",{class:e.normalizeClass([c.variant,"slider__value"])},e.toDisplayString(c.modelValue),3)]),c.information?(e.openBlock(),e.createBlock(F,{key:0,show:n.value,"onUpdate:show":_[3]||(_[3]=h=>n.value=h)},{default:e.withCtx(()=>[e.createElementVNode("p",Bt,e.toDisplayString(c.information),1)]),_:1},8,["show"])):e.createCommentVNode("",!0)]))}}),U=u(bt,[["__scopeId","data-v-24a83011"]]),$t={id:"textarea-wrapper"},wt=["for"],Et=["id"],Vt=["id","name","placeholder","required","disabled","maxlength","value"],Nt={class:"textarea-info"},St={key:0},Ct=e.defineComponent({__name:"textarea",props:{id:{default:""},name:{default:""},placeholder:{default:""},required:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},labelText:{default:""},maxLength:{default:void 0},modelValue:{default:void 0}},emits:["update:modelValue"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",$t,[e.createElementVNode("label",{for:o.id,class:e.normalizeClass({required:o.required})},e.toDisplayString(o.labelText)+e.toDisplayString(o.required?" *":""),11,wt),e.createElementVNode("div",{id:o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"textarea-wrapper__inner":""},[e.createElementVNode("textarea",{id:o.id,rows:"10",cols:"50",name:o.name,placeholder:o.placeholder,required:o.required,disabled:o.disabled,maxlength:o.maxLength,value:o.modelValue,class:e.normalizeClass(o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"reached-meter-limit":"border"),onInput:r[0]||(r[0]=a=>o.$emit("update:modelValue",a.target.value))},null,42,Vt)],8,Et),e.createElementVNode("div",Nt,[e.createElementVNode("div",null,[o.modelValue!==void 0&&o.modelValue.length===o.maxLength?(e.openBlock(),e.createElementBlock("p",St," Too many characters. Please make it shorter ")):e.createCommentVNode("",!0)]),e.createElementVNode("p",{class:e.normalizeClass(o.modelValue!==void 0&&o.modelValue.length===o.maxLength?"reached-meter-limit-meter":"")},e.toDisplayString(o.maxLength!==void 0&&o.modelValue!==void 0&&o.maxLength-o.modelValue.length>=0?o.modelValue.length:0)+" / "+e.toDisplayString(o.maxLength),3)])]))}}),G=u(Ct,[["__scopeId","data-v-220a973c"]]),Dt={class:"text-field__wrapper"},It=["for"],zt={key:0},Lt=["id","type","value","placeholder","required","disabled","name"],qt=["aria-expanded"],At=["id","type","value","placeholder","required","disabled","name"],Tt={key:2,class:"search"},Pt={key:3,class:"errorMessage"},Mt={key:4,class:"helperText"},Ft=e.defineComponent({__name:"text-field",props:{type:{default:"text"},fieldName:{default:""},modelValue:{},placeholder:{default:""},label:{default:""},id:{},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},errorMessage:{default:""},helperText:{default:""},search:{type:Boolean,default:!1},valid:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t){const o={text:"text",email:"email",password:"password",number:"number",tel:"tel",url:"url",search:"search"},r=t,a=e.computed(()=>o[r.type]),l=e.ref(!0),s=e.computed(()=>l.value?"showPassword":"hidePassword"),n=e.computed(()=>l.value?"password":"text");return(i,m)=>(e.openBlock(),e.createElementBlock("div",Dt,[e.createElementVNode("label",{for:i.id,class:e.normalizeClass([i.required?"required":"",i.disabled?"disabled":"",i.search?"search":""])},e.toDisplayString(i.label),11,It),a.value==="password"?(e.openBlock(),e.createElementBlock("div",zt,[e.createElementVNode("input",{id:i.id,ref:"passwordField",type:n.value,value:i.modelValue,placeholder:i.placeholder,required:i.required,disabled:i.disabled,name:i.fieldName,onInput:m[0]||(m[0]=c=>i.$emit("update:modelValue",c.target.value))},null,40,Lt),e.createElementVNode("i",{role:"button",class:e.normalizeClass([s.value]),"aria-controls":"password","aria-expanded":!l.value,onClick:m[1]||(m[1]=c=>l.value=!l.value)},null,10,qt)])):(e.openBlock(),e.createElementBlock("input",{key:1,id:i.id,ref:"textField",type:a.value,value:i.modelValue,placeholder:i.placeholder,required:i.required,class:e.normalizeClass([i.invalid?"invalid":"",i.valid?"valid":"",i.search?"search":""]),disabled:i.disabled,name:i.fieldName,onInput:m[2]||(m[2]=c=>i.$emit("update:modelValue",c.target.value))},null,42,At)),i.search?(e.openBlock(),e.createElementBlock("i",Tt)):e.createCommentVNode("",!0),i.errorMessage?(e.openBlock(),e.createElementBlock("strong",Pt,e.toDisplayString(i.errorMessage),1)):e.createCommentVNode("",!0),i.helperText?(e.openBlock(),e.createElementBlock("span",Mt,e.toDisplayString(i.helperText),1)):e.createCommentVNode("",!0)]))}}),J=u(Ft,[["__scopeId","data-v-414b9435"]]),Ot={class:"video__wrapper"},Rt=["aria-label","controls","poster","width","height","autoplay","loop","muted","src"],Ht=["src","aria-label","title","width","height"],jt=e.defineComponent({__name:"video",props:{play:{type:Boolean,default:!1},src:{},localVideo:{type:Boolean,default:!1},ariaLabel:{default:""},title:{default:""},controls:{type:Boolean,default:!0},poster:{default:""},width:{default:"100%"},height:{default:"auto"},autoplay:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},muted:{type:Boolean,default:!1}},setup(t,{expose:o}){const r=t;let a=e.ref(null);return e.watchEffect(()=>{a.value&&(r.play?a.value.play():r.play||a.value.pause())}),o({resetVideo:()=>{a.value&&(a.value.currentTime=0,a.value.play())}}),(s,n)=>(e.openBlock(),e.createElementBlock("div",Ot,[s.localVideo?(e.openBlock(),e.createElementBlock("video",{key:0,ref_key:"videoRef",ref:a,"aria-label":s.ariaLabel,controls:s.controls,poster:s.poster,width:s.width,height:s.height,autoplay:s.autoplay,loop:s.loop,muted:s.muted,type:"video/mp4",playsinline:"",src:s.src},null,8,Rt)):(e.openBlock(),e.createElementBlock("iframe",{key:1,src:s.src,"aria-label":s.ariaLabel,title:s.title,width:s.width,height:s.height,frameborder:"0",allow:"autoplay; fullscreen",allowfullscreen:""},null,8,Ht))]))}}),C=u(jt,[["__scopeId","data-v-c6a0feb6"]]),Kt={class:"address__wrapper"},Ut={class:"address__content"},Gt={class:"address__flag"},Jt={class:"address__address"},Wt={class:"address__name"},Qt={key:0},Yt={class:"address__contact"},Zt=["href"],Xt=["href"],xt=["href"],eo=e.defineComponent({__name:"address",props:{name:{},company:{},addressLine1:{},addressLine2:{},addressLine3:{default:void 0},website:{default:void 0},phoneNumbers:{},email:{}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Kt,[e.createElementVNode("div",Ut,[e.createElementVNode("div",Gt,[e.renderSlot(o.$slots,"address-flag",{},void 0,!0)]),e.createElementVNode("div",Jt,[e.createElementVNode("p",Wt,e.toDisplayString(o.name),1),e.createElementVNode("p",null,e.toDisplayString(o.company),1),e.createElementVNode("p",null,e.toDisplayString(o.addressLine1),1),e.createElementVNode("p",null,e.toDisplayString(o.addressLine2),1),o.addressLine3?(e.openBlock(),e.createElementBlock("p",Qt,e.toDisplayString(o.addressLine3),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Yt,[o.website?(e.openBlock(),e.createBlock(g,{key:0,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"https://"+o.website,class:"address__website"},e.toDisplayString(o.website),9,Zt)]),_:1})):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.phoneNumbers,a=>(e.openBlock(),e.createBlock(g,{key:a,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:"tel:"+a,class:"address__phone"},e.toDisplayString(a),9,Xt)]),_:2},1024))),128)),e.createElementVNode("a",{href:"mailto:"+o.email,class:"address__email"},e.toDisplayString(o.email),9,xt)])])]))}}),W=u(eo,[["__scopeId","data-v-e1c72a18"]]),to=t=>(e.pushScopeId("data-v-a44fd57d"),t=t(),e.popScopeId(),t),oo={class:"bullet-list__wrapper"},lo=to(()=>e.createElementVNode("i",{class:"checkmark"},null,-1)),ao=e.defineComponent({__name:"bullet-list",props:{list:{type:Array,required:!0,validator(t){return t.length<=5}},variant:{type:String,required:!1,default:"light",validator(t){return["light"].includes(t)}}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",oo,[e.createElementVNode("div",{class:e.normalizeClass(["bullet-list",t.variant])},[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,a=>(e.openBlock(),e.createElementBlock("li",{key:a},[lo,e.createTextVNode(" "+e.toDisplayString(a),1)]))),128))])],2)]))}}),Q=u(ao,[["__scopeId","data-v-a44fd57d"]]),ro={class:"card__wrapper"},no={key:2},so={key:5},io=e.defineComponent({__name:"card",props:{variant:{default:"product"},theme:{default:"light"},linkType:{default:"link"},headline:{default:""},paragraph:{default:""},size:{default:"small"},mediaType:{default:"image"},orientation:{default:"horizontal"},srcSet:{default:""},url:{default:""},imgSrc:{default:""},videoSrc:{default:""},arialabel:{default:""},poster:{default:""},labelText:{default:""},alt:{default:""}},emits:["clicked"],setup(t){const o=e.useSlots();let r=e.ref(!1);const a={xsmall:{class:"card--xsmall",width:"241",height:"135"},small:{class:"card--small",width:"298",height:"186"},medium:{class:"card--medium",width:"432",height:"243"},large:{class:"card--large",width:"596",height:"335"}},l=t,s=e.computed(()=>a[l.size]);return(n,i)=>(e.openBlock(),e.createElementBlock("div",ro,[e.createElementVNode("div",{class:e.normalizeClass(["card",[n.theme==="dark"?"card--dark":"card--light",n.orientation==="vertical"?"vertical":"horizontal",s.value.class,n.size==="large"&&n.variant==="article"?"card--large-article":n.size==="small"&&n.variant==="article"?"card--small-article":n.size==="xsmall"&&n.variant==="article"?"card--xsmall-article":n.size==="medium"&&n.variant==="article"?"card--medium-article":n.size==="large"&&n.variant==="product"?"card--large-product":n.size==="small"&&n.variant==="product"?"card--small-product":n.size==="xsmall"&&n.variant==="product"?"card--xsmall-product":n.size==="medium"&&n.variant==="product"?"card--medium-product":n.variant==="product"?"card--product":"card--article",n.variant==="product"?"card--product":"card--article"]]),style:e.normalizeStyle([n.variant==="product"?"font-weight: 700":"font-weight: 300"]),onMouseover:i[0]||(i[0]=m=>e.isRef(r)?r.value=!0:r=!0),onMouseout:i[1]||(i[1]=m=>e.isRef(r)?r.value=!1:r=!1)},[n.mediaType==="image"?(e.openBlock(),e.createBlock(y,{key:0},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"card-image",e.mergeProps({src:n.imgSrc,width:"596",height:"335",alt:n.alt,loading:"auto",sizes:"(min-width: 581px) 582px, 100vw"},{srcset:n.srcSet}))]),_:3})):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-card__wrapper",e.unref(r)===!0?"vimeoPlaying":""])},[e.createVNode(C,{play:e.unref(r),"local-video":!0,src:n.videoSrc,"aria-label":n.arialabel,controls:!1,poster:n.imgSrc,width:s.value.width,height:s.value.height,autoplay:!0,loop:!0,muted:!0},null,8,["play","src","aria-label","poster","width","height"])],2)),e.unref(o)["card-label"]?(e.openBlock(),e.createElementBlock("div",no,[e.renderSlot(n.$slots,"card-label")])):e.createCommentVNode("",!0),n.variant==="product"?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["card__headline",n.theme==="dark"?"regular-dark":"regular-blue"]),style:{"font-weight":"700"}},e.toDisplayString(n.headline),3)):(e.openBlock(),e.createElementBlock("div",{key:4,class:e.normalizeClass(["card__headline",n.theme==="dark"?"regular-dark":"regular-dark-blue"])},e.toDisplayString(n.headline),3)),n.variant==="product"?(e.openBlock(),e.createElementBlock("p",so,e.toDisplayString(n.paragraph),1)):e.createCommentVNode("",!0)],38)]))}}),Y=u(io,[["__scopeId","data-v-f26b0595"]]),co=t=>(e.pushScopeId("data-v-2c394add"),t=t(),e.popScopeId(),t),uo={class:"event__wrapper"},mo={class:"event__headline"},po={class:"event__date-location"},_o=co(()=>e.createElementVNode("br",null,null,-1)),ho={class:"event__exhibitor"},fo=e.defineComponent({__name:"event-card",props:{eventType:{type:String,required:!0},headline:{type:String,required:!0},dateTime:{type:String,required:!0},location:{type:String,required:!0},exhibitor:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",uo,[e.createVNode(V,{"label-dark":!1,text:t.eventType?t.eventType:""},null,8,["text"]),e.createElementVNode("div",mo,e.toDisplayString(t.headline),1),e.createElementVNode("div",po,[e.createTextVNode(e.toDisplayString(t.dateTime),1),_o,e.createTextVNode(e.toDisplayString(t.location),1)]),e.createElementVNode("div",ho,e.toDisplayString(t.exhibitor),1)]))}}),Z=u(fo,[["__scopeId","data-v-2c394add"]]),vo={class:"text__wrapper"},ko={class:"text__headline"},go={class:"text__paragraph"},yo=e.defineComponent({__name:"text-card",props:{label:{type:String,required:!0},headline:{type:String,required:!0},paragraph:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",vo,[e.createVNode(V,{"label-dark":!1,text:t.label?t.label:""},null,8,["text"]),e.createElementVNode("div",ko,e.toDisplayString(t.headline),1),e.createElementVNode("div",go,[e.createElementVNode("p",null,e.toDisplayString(t.paragraph),1)])]))}}),X=u(yo,[["__scopeId","data-v-ebdea819"]]),Bo={class:"accordions"},bo={class:"accordions__wrapper"},$o={class:"accordion"},wo=["onClick"],Eo={class:"accordion__headline"},Vo={class:"accordion__icon"},No={key:0,src:"https://a.storyblok.com/f/230581/21x21/42c9c3b5ba/icon_add.svg"},So={key:1,src:"https://a.storyblok.com/f/230581/22x21/adfe5d1742/icon_substract.svg"},Co={class:"accordion__bodytext"},Do=e.defineComponent({__name:"accordion",props:{accordions:{}},setup(t){const o=t,r=e.ref(""),a=l=>{if(r.value===l)r.value="";else{const s=o.accordions.find(n=>n._uid===l);s?r.value=s._uid:r.value=""}};return(l,s)=>(e.openBlock(),e.createElementBlock("section",Bo,[e.createElementVNode("div",bo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.accordions,n=>(e.openBlock(),e.createElementBlock("div",{key:n._uid},[e.createElementVNode("div",$o,[e.createElementVNode("div",{class:"accordion__header",onClick:i=>a(n._uid)},[e.createElementVNode("h3",Eo,e.toDisplayString(n.headline),1),e.createElementVNode("span",Vo,[n._uid!==r.value?(e.openBlock(),e.createElementBlock("img",No)):(e.openBlock(),e.createElementBlock("img",So))])],8,wo),e.createElementVNode("div",{class:e.normalizeClass(["accordion__content",{"accordion__content--reverse":n.imageFirst}]),style:e.normalizeStyle({display:n._uid===r.value?"flex":"none"})},[e.createElementVNode("div",Co,[e.renderSlot(l.$slots,"accordion-body",e.normalizeProps(e.guardReactiveProps({body:n.bodytext})),void 0,!0)]),e.createVNode(y,null,{default:e.withCtx(()=>[n.image?e.renderSlot(l.$slots,"accordion-image",e.normalizeProps(e.mergeProps({key:0},{src:n.image.filename,alt:n.image.alt,class:"accordion__image"})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024)],6)])]))),128))])]))}}),x=u(Do,[["__scopeId","data-v-5a3f5ad5"]]),Io={class:"card-display__wrapper"},zo={key:0,class:"card__content"},Lo={key:0},qo={key:1},Ao={class:"card__cards"},To=e.defineComponent({__name:"card-display",props:{headline:{type:String,default:""},paragraph:{type:String,default:""},bgColor:{type:String,default:"white"}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["card-display",t.bgColor==="blue"?"card-display--blue":"card-display--white"])},[e.createElementVNode("div",Io,[t.headline||t.paragraph?(e.openBlock(),e.createElementBlock("div",zo,[t.headline?(e.openBlock(),e.createElementBlock("h2",Lo,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.paragraph?(e.openBlock(),e.createElementBlock("p",qo,e.toDisplayString(t.paragraph),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ao,[e.renderSlot(o.$slots,"card-display-cards",{},void 0,!0)])])],2))}}),ee=u(To,[["__scopeId","data-v-e8033cff"]]),Po={class:"facts__wrapper"},Mo={class:"facts__content"},Fo={class:"facts__headline"},Oo={class:"facts"},Ro={class:"fact__value"},Ho={class:"fact__metric"},jo={key:0,class:"facts__link"},Ko=e.defineComponent({__name:"facts",props:{headline:{default:""},facts:{default:()=>[{value:"",metric:""},{value:"",metric:""},{value:"",metric:""}]},link:{default:()=>({title:"",url:""})}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Po,[e.createElementVNode("div",Mo,[e.createElementVNode("h2",Fo,e.toDisplayString(o.headline),1),e.createElementVNode("div",Oo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.facts,a=>(e.openBlock(),e.createElementBlock("div",{key:a.value+a.metric,class:"fact"},[e.createElementVNode("div",Ro,[e.createElementVNode("span",null,e.toDisplayString(a.value),1)]),e.createElementVNode("div",Ho,[e.createElementVNode("span",null,e.toDisplayString(a.metric),1)])]))),128))]),o.link?(e.openBlock(),e.createElementBlock("div",jo,[e.createVNode(g,{"link-type":"regular_light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"facts-link",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])]))}}),te=u(Ko,[["__scopeId","data-v-d2b231d4"]]),Uo={class:"features__wrapper"},Go={class:"features__content"},Jo={key:0,class:"features__headline"},Wo={key:1,class:"features__body"},Qo={class:"element__headline"},Yo={class:"element__body"},Zo=e.defineComponent({__name:"features",props:{headline:{default:""},body:{default:""},elements:{default:()=>[]}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Uo,[e.createElementVNode("div",Go,[o.headline?(e.openBlock(),e.createElementBlock("div",Jo,[e.createElementVNode("h2",null,e.toDisplayString(o.headline),1)])):e.createCommentVNode("",!0),o.body?(e.openBlock(),e.createElementBlock("div",Wo,[e.renderSlot(o.$slots,"features-body",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["features__elements",[o.elements.length===6?"features__elements--grid-6":""]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.elements,a=>(e.openBlock(),e.createElementBlock("div",{key:a.headline,class:"features__element"},[e.createVNode(y,{class:"element__icon"},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"features-icon",e.normalizeProps(e.guardReactiveProps({src:a.icon.src,height:30,width:30,alt:a.icon.alt})),void 0,!0)]),_:2},1024),e.createElementVNode("p",Qo,e.toDisplayString(a.headline),1),e.createElementVNode("p",Yo,e.toDisplayString(a.body),1)]))),128))],2)])]))}}),oe=u(Zo,[["__scopeId","data-v-57a22df7"]]),Xo={class:"form__wrapper"},xo={class:"form__content"},el={class:"form__information"},tl={class:"form__headline"},ol={class:"form__body"},ll={class:"form__script"},al=e.defineComponent({__name:"form-script",props:{headline:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Xo,[e.createElementVNode("div",xo,[e.createElementVNode("div",el,[e.createElementVNode("h2",tl,e.toDisplayString(t.headline),1),e.createElementVNode("div",ol,[e.renderSlot(o.$slots,"form-body",{},void 0,!0)])]),e.createElementVNode("div",ll,[e.renderSlot(o.$slots,"form-script",{},void 0,!0)])])]))}}),le=u(al,[["__scopeId","data-v-87a67c13"]]),rl={class:"headline__wrapper"},nl={class:"headline__h1"},sl=e.defineComponent({__name:"headline",props:{headline:{type:String,required:!0},article:{type:Boolean,required:!1},subMenu:{type:Boolean,required:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",rl,[e.createElementVNode("div",{class:e.normalizeClass({"headline__content--article-and-submenu":t.article&&t.subMenu,"headline__content--article":t.article&&!t.subMenu,"headline__content--default headline__content--submenu":!t.article&&t.subMenu,"headline__content--default":!t.article&&!t.subMenu})},[e.createElementVNode("h1",nl,e.toDisplayString(t.headline),1)],2)]))}}),ae=u(sl,[["__scopeId","data-v-3ef1567e"]]),il=t=>(e.pushScopeId("data-v-22f9be13"),t=t(),e.popScopeId(),t),dl={class:"hero__wrapper"},cl={class:"hero__content"},ul={class:"hero__top"},ml={class:"hero__elements"},pl={class:"hero__headline"},_l={class:"hero__link"},hl={class:"hero__video"},fl=il(()=>e.createElementVNode("div",{class:"hero__gradient"},null,-1)),vl={class:"hero__video__video"},kl={class:"hero__image"},gl=e.defineComponent({__name:"hero",props:{headline:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",dl,[e.createElementVNode("div",cl,[e.createElementVNode("div",ul,[e.createElementVNode("div",ml,[e.createElementVNode("div",pl,[e.createElementVNode("h1",null,e.toDisplayString(t.headline),1)]),e.createElementVNode("div",_l,[e.createVNode(g,{"link-type":"regular_light",arrow:""},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"hero-link",{},void 0,!0)]),_:3})])])]),e.createElementVNode("div",hl,[fl,e.createElementVNode("div",vl,[e.renderSlot(o.$slots,"hero-video",{},void 0,!0)]),e.createElementVNode("div",kl,[e.renderSlot(o.$slots,"hero-image",{},void 0,!0)])])])]))}}),re=u(gl,[["__scopeId","data-v-22f9be13"]]),yl={class:"image__wrapper"},Bl={class:"image__content"},bl={class:"image__image"},$l={class:"image__caption"},wl=e.defineComponent({inheritAttrs:!1,__name:"image",props:{caption:{type:String,required:!1,default:""},src:{type:String,required:!0},alt:{type:String,required:!0},fullHeight:{type:Boolean,required:!1,default:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",yl,[e.createElementVNode("div",Bl,[e.createElementVNode("div",bl,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"image",e.normalizeProps(e.guardReactiveProps({width:984,height:t.fullHeight?"100%":554,src:t.src,alt:t.alt,class:t.fullHeight?"full-height":"default"})))]),_:3})]),e.createElementVNode("p",$l,e.toDisplayString(t.caption),1)])]))}}),ne=u(wl,[["__scopeId","data-v-c583d657"]]),El={class:"gallery__large"},Vl={key:0,class:"image image--large"},Nl={key:1,class:"video"},Sl={key:0,class:"body"},Cl=e.defineComponent({__name:"image-gallery",props:{mediaLarge:{},mediaType:{default:"image"},mediaSmall:{},body:{default:""},flipHorizontal:{type:Boolean,default:!1},flipVertical:{type:Boolean,default:!1},bgColor:{default:"white"}},setup(t){const o={white:"",light:"gallery__wrapper--light",dark:"gallery__wrapper--dark mirsaic--dark"},r=t,a=e.computed(()=>o[r.bgColor]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gallery__wrapper",a.value])},[e.createElementVNode("div",{class:e.normalizeClass(["gallery__content",l.flipHorizontal?"gallery__content--reverse":"gallery__content--default"])},[e.createElementVNode("div",El,[l.mediaLarge&&l.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",Vl,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"image-large",e.normalizeProps(e.guardReactiveProps({width:617,height:530,src:l.mediaLarge.src,alt:l.mediaLarge.alt})))]),_:3})])):e.createCommentVNode("",!0),l.mediaLarge&&l.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",Nl,[e.createVNode(C,{src:l.mediaLarge.src,"local-video":"","aria-label":l.mediaLarge.alt,controls:!1,height:"530",width:"617",autoplay:"",loop:"",muted:"",play:""},null,8,["src","aria-label"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{style:e.normalizeStyle([l.mediaSmall.length===2?"grid-gap: 38px;":""]),class:e.normalizeClass(["gallery__small",l.flipVertical?"gallery__small--reverse":"gallery__small--default"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.mediaSmall,n=>(e.openBlock(),e.createElementBlock("div",{key:n.src+n.alt,class:"image image--small"},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"image-small",e.normalizeProps(e.guardReactiveProps({width:328,height:246,src:n.src,alt:n.alt})))]),_:2},1024)]))),128)),l.mediaSmall.length<2?(e.openBlock(),e.createElementBlock("div",Sl,[e.createElementVNode("p",null,e.toDisplayString(l.body),1)])):e.createCommentVNode("",!0)],6)],2)],2))}}),se=u(Cl,[["__scopeId","data-v-0d271138"]]),Dl={class:"logo-wall__wrapper"},Il={class:"logo-wall__content"},zl={key:0,class:"logo-wall__text"},Ll={key:0},ql={key:1},Al={class:"logo-wall__logos"},Tl={class:"logo-wall__link"},Pl=e.defineComponent({__name:"logo-wall",props:{headline:{type:String,default:""},body:{type:String,default:""},logos:{type:Array,required:!0,validator:t=>t.length<=5}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Dl,[e.createElementVNode("div",Il,[t.headline||t.body?(e.openBlock(),e.createElementBlock("div",zl,[t.headline?(e.openBlock(),e.createElementBlock("h2",Ll,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),t.body?(e.openBlock(),e.createElementBlock("p",ql,e.toDisplayString(t.body),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Al,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.logos,a=>(e.openBlock(),e.createElementBlock("div",{key:a.src+a.alt,class:"logo-wall__logo"},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"logo-wall-logo",e.normalizeProps(e.guardReactiveProps({width:130,height:130,src:a.src,alt:a.alt})),void 0,!0)]),_:2},1024)]))),128))]),e.createElementVNode("div",Tl,[e.createVNode(g,{"link-type":"regular_light",arrow:!0},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"logo-wall-link",{},void 0,!0)]),_:3})])])]))}}),ie=u(Pl,[["__scopeId","data-v-fd489289"]]),Ml={class:"micro-stories__top"},Fl={key:0,class:"headline"},Ol={key:1,class:"body"},Rl={class:"micro-stories__splide"},de=e.defineComponent({__name:"micro-stories",props:{bgColor:{default:"blue"},headline:{default:""},body:{default:""}},setup(t){const o={white:"micro-stories__wrapper--white",blue:"micro-stories__wrapper--blue",dark:"micro-stories__wrapper--dark"},r=e.computed(()=>o[a.bgColor]),a=t;return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["micro-stories__wrapper",r.value])},[e.createElementVNode("div",Ml,[l.headline?(e.openBlock(),e.createElementBlock("div",Fl,[e.createElementVNode("h2",null,e.toDisplayString(l.headline),1)])):e.createCommentVNode("",!0),l.body?(e.openBlock(),e.createElementBlock("div",Ol,[e.createElementVNode("p",null,e.toDisplayString(l.body),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Rl,[e.renderSlot(l.$slots,"micro-stories-slides")]),e.renderSlot(l.$slots,"micro-stories-controls")],2))}}),Hl={},jl={class:"policy__wrapper"},Kl={class:"policy__content"};function Ul(t,o){return e.openBlock(),e.createElementBlock("div",jl,[e.createElementVNode("div",Kl,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const ce=u(Hl,[["render",Ul],["__scopeId","data-v-ea887d7a"]]),Gl={class:"product-hero__wrapper"},Jl={class:"product-hero__content"},Wl={class:"product-hero__headline"},Ql={class:"product-hero__video"},Yl={class:"product-hero__insignia"},Zl={key:0,class:"product-hero__logo"},Xl={key:1,class:"product-hero__certification"},xl=e.defineComponent({__name:"product-hero",props:{headline:{type:String,default:"",required:!0},videoSrc:{type:String,default:"",required:!0},ariaLabel:{type:String,default:"",required:!0},imgSrc:{type:String,default:"",required:!0},logoSrc:{type:String,default:"",required:!1},isCertified:{type:Boolean,default:!1,required:!1}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Gl,[e.createElementVNode("div",Jl,[e.createElementVNode("div",Wl,e.toDisplayString(t.headline),1),e.createElementVNode("div",Ql,[t.videoSrc!==""?(e.openBlock(),e.createBlock(C,{key:0,play:"","local-video":!0,src:t.videoSrc,"aria-label":t.ariaLabel,controls:!1,poster:t.imgSrc,autoplay:"",loop:"",muted:""},null,8,["src","aria-label","poster"])):(e.openBlock(),e.createBlock(e.unref(y),{key:1},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-image",{},void 0,!0)]),_:3})),e.createElementVNode("div",Yl,[t.logoSrc?(e.openBlock(),e.createElementBlock("div",Zl,[e.createVNode(e.unref(y),null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-logo",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0),t.isCertified?(e.openBlock(),e.createElementBlock("div",Xl,[e.createVNode(e.unref(y),null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"product-hero-certification",{},void 0,!0)]),_:3})])):e.createCommentVNode("",!0)])])])]))}}),ue=u(xl,[["__scopeId","data-v-deab9c3a"]]),ea={class:"promo__content"},ta=e.defineComponent({__name:"promo",props:{label:{default:""},linkText:{default:""},mediaType:{default:"image"},src:{},alt:{},fallbackImage:{},reverse:{type:Boolean,default:!1},variant:{default:"default"},linkType:{default:"link"},teaser:{type:Boolean,default:!1},multiply:{type:Boolean,default:!1}},setup(t){const o={dark:"promo__wrapper--dark",light:"promo__wrapper--light",default:"promo__wrapper--default"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",a.value,l.teaser?"promo__wrapper--teaser":"",l.multiply?"promo__wrapper--multiply":""])},[e.createElementVNode("div",ea,[l.mediaType==="image"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["promo__image",l.reverse?"promo__image--reverse":"promo__image--default"])},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-image",e.normalizeProps(e.guardReactiveProps({src:l.src,width:1920,alt:l.alt,height:1080})))]),_:3})],2)):e.createCommentVNode("",!0),l.mediaType==="video"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["promo__video",l.reverse?"promo__video--reverse":"promo__video--default"])},[e.createVNode(C,{src:l.src,"local-video":"","aria-label":l.alt,controls:!1,autoplay:"",loop:"",muted:"",play:"",poster:l.fallbackImage},null,8,["src","aria-label","poster"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",l.reverse?"promo__text--reverse":"promo__text--default"])},[l.label?(e.openBlock(),e.createBlock(V,{key:0,text:l.label,"label-dark":l.variant==="dark"},null,8,["text","label-dark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",l.variant==="dark"?"promo__title--dark":""])},[e.renderSlot(l.$slots,"promo-headline")],2),l.linkType==="link"?(e.openBlock(),e.createBlock(g,{key:1,"link-type":l.variant==="dark"?"regular_dark":(l.variant==="light","regular_light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0),l.linkType==="button"?(e.openBlock(),e.createBlock(g,{key:2,"link-type":l.variant==="dark"?"secondary_dark":(l.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0)],2)])],2))}}),me=u(ta,[["__scopeId","data-v-df54d965"]]),oa=t=>(e.pushScopeId("data-v-e3cc8e27"),t=t(),e.popScopeId(),t),la={class:"quote__wrapper"},aa={class:"quote__content"},ra=oa(()=>e.createElementVNode("p",{class:"quote__quote-mark"},"“",-1)),na={class:"quote__quote"},sa={class:"quote__quote-text"},ia={class:"quote__author"},da={key:0,class:"quote__image"},ca={class:"quote__text"},ua={class:"quote__author-name"},ma={class:"quote__author-title"},pa=e.defineComponent({__name:"quote",props:{quote:{type:String,required:!0},author:{type:String,required:!0},authorTitle:{type:String,required:!0},authorImage:{type:String,required:!1,default:void 0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",la,[e.createElementVNode("div",aa,[ra,e.createElementVNode("div",na,[e.createElementVNode("p",sa,e.toDisplayString(t.quote),1),e.createElementVNode("div",ia,[t.authorImage?(e.openBlock(),e.createElementBlock("div",da,[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"author-image",e.normalizeProps(e.guardReactiveProps({src:t.authorImage+"/m/100x100",width:60,height:60})))]),_:3})])):e.createCommentVNode("",!0),e.createElementVNode("div",ca,[e.createElementVNode("p",ua,e.toDisplayString(t.author),1),e.createElementVNode("p",ma,e.toDisplayString(t.authorTitle),1)])])])])]))}}),pe=u(pa,[["__scopeId","data-v-e3cc8e27"]]),_a={class:"rich-text__wrapper"},ha={key:0,class:"rich-text__links"},fa={key:0,class:"rich-text__bullet-list"},va=e.defineComponent({__name:"rich-text",props:{headline:{default:""},leftAligned:{type:Boolean,default:!1},links:{type:Boolean,default:!1},bulletList:{type:Boolean,default:!1},image:{type:Boolean,default:!1},imageClip:{type:Boolean,default:!0},bgColor:{default:"white"},label:{default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["rich-text",o.bgColor==="blue"?"rich-text--blue":"rich-text--white"])},[e.createElementVNode("div",_a,[o.label?(e.openBlock(),e.createBlock(V,{key:0,text:o.label,"label-dark":!1},null,8,["text"])):e.createCommentVNode("",!0),o.headline?(e.openBlock(),e.createElementBlock("h2",{key:1,class:e.normalizeClass(["rich-text__headline",o.leftAligned||o.bulletList||o.image?"rich-text__headline--left-aligned":"rich-text__headline--centered"])},e.toDisplayString(o.headline),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["rich-text__content",o.leftAligned||o.bulletList||o.image?"rich-text__content--left-aligned":"rich-text__content--centered"])},[e.createElementVNode("div",{class:e.normalizeClass(["rich-text__body",o.bulletList||o.image?"rich-text__body--content-right":""])},[e.renderSlot(o.$slots,"rich-text-content"),o.links?(e.openBlock(),e.createElementBlock("div",ha,[e.renderSlot(o.$slots,"rich-text-links")])):e.createCommentVNode("",!0)],2),o.bulletList?(e.openBlock(),e.createElementBlock("div",fa,[e.renderSlot(o.$slots,"rich-text-bullet-list")])):e.createCommentVNode("",!0),o.image?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["rich-text__image",o.imageClip?"rich-text__image--clip":""])},[e.createVNode(y,null,{default:e.withCtx(()=>[e.renderSlot(o.$slots,"rich-text-image",e.normalizeProps(e.guardReactiveProps({width:865,height:307})))]),_:3})],2)):e.createCommentVNode("",!0)],2)])],2))}}),_e=u(va,[["__scopeId","data-v-16ba7206"]]),ka={},ga={class:"rich-text"},ya={class:"rich-text__wrapper"},Ba={class:"rich-text__content rich-text__content--left-aligned"},ba={class:"rich-text__body"};function $a(t,o){return e.openBlock(),e.createElementBlock("div",ga,[e.createElementVNode("div",ya,[e.createElementVNode("div",Ba,[e.createElementVNode("div",ba,[e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-left",{},void 0,!0)]),e.createElementVNode("div",null,[e.renderSlot(t.$slots,"rich-text-content-right",{},void 0,!0)])])])])])}const he=u(ka,[["render",$a],["__scopeId","data-v-449f3040"]]),wa=t=>(e.pushScopeId("data-v-e254e1e0"),t=t(),e.popScopeId(),t),Ea={class:"timeline__wrapper"},Va={class:"timeline__content"},Na={class:"timeline__items"},Sa={class:"item__left"},Ca=wa(()=>e.createElementVNode("div",{class:"item__elements"},[e.createElementVNode("div",{class:"circle"}),e.createElementVNode("div",{class:"line"})],-1)),Da={class:"item__right"},Ia=["innerHTML"],za=e.defineComponent({__name:"timeline",props:{timelineItems:{type:Array,required:!0}},setup(t){return e.onMounted(()=>{const o=document.querySelectorAll(".timeline__item"),r=new IntersectionObserver(a=>{a.forEach(l=>{l.isIntersecting&&(l.target.classList.add("visible"),l.target.classList.remove("faded"),r.unobserve(l.target))})},{threshold:1});o.forEach(a=>{r.observe(a)})}),(o,r)=>(e.openBlock(),e.createElementBlock("div",Ea,[e.createElementVNode("div",Va,[e.createElementVNode("div",Na,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.timelineItems,a=>(e.openBlock(),e.createElementBlock("div",{key:a.year,class:"timeline__item faded"},[e.createElementVNode("div",Sa,e.toDisplayString(a.year),1),Ca,e.createElementVNode("div",Da,[e.createVNode(y,null,{default:e.withCtx(()=>[a.media.src?e.renderSlot(o.$slots,"timeline-image",e.normalizeProps(e.mergeProps({key:0},{src:a.media.src,alt:a.media.alt})),void 0,!0):e.createCommentVNode("",!0)]),_:2},1024),e.createElementVNode("div",{style:e.normalizeStyle([a.media.src?"":"margin-top: 0px"]),class:"rich-text",innerHTML:a.text},null,12,Ia)])]))),128))])])]))}}),fe=u(za,[["__scopeId","data-v-e254e1e0"]]),La={class:"vimeo"},qa={class:"vimeo__wrapper"},Aa={key:0,class:"vimeo__headline"},Ta={key:1,class:"vimeo__description"},Pa=e.defineComponent({__name:"vimeo",props:{headline:{type:String,default:""},description:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",La,[e.createElementVNode("div",qa,[t.headline?(e.openBlock(),e.createElementBlock("h2",Aa,e.toDisplayString(t.headline),1)):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"vimeo-content",{},void 0,!0),t.description?(e.openBlock(),e.createElementBlock("p",Ta,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)])]))}}),ve=u(Pa,[["__scopeId","data-v-90a2b109"]]),Ma={class:"academy-overview"},Fa={class:"academy-overview__content-wrapper"},Oa={class:"academy-overview__content"},Ra={class:"academy-overview__title"},Ha={class:"academy-overview__description"},ja={key:0,class:"academy-overview__button-wrapper"},Ka={key:0,class:"academy-overview__stats"},Ua={class:"academy-overview__stats-row"},Ga={class:"academy-overview__stat"},Ja={class:"academy-overview__value"},Wa={class:"academy-overview__label"},Qa={class:"academy-overview__stat"},Ya={class:"academy-overview__value"},Za={class:"academy-overview__label"},Xa=e.defineComponent({__name:"frontpage-hero",props:{hero:{default:()=>({headline:"Welcome back",description:"Explore our Academy - an education hub packed with x hours of free live and on-demand content.",lessonValue:0,lessonLabel:"Lessons Completed",pointsValue:0,pointsLabel:"Points",showStats:!1})}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",Ma,[e.createElementVNode("div",Fa,[e.createElementVNode("div",Oa,[e.createElementVNode("div",null,[e.createElementVNode("h1",Ra,e.toDisplayString(o.hero.headline),1),e.createElementVNode("p",Ha,e.toDisplayString(o.hero.description),1),o.hero.showStats?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ja,[e.renderSlot(o.$slots,"button",{},void 0,!0)]))]),o.hero.showStats?(e.openBlock(),e.createElementBlock("div",Ka,[e.createElementVNode("div",Ua,[e.createElementVNode("div",Ga,[e.createElementVNode("div",Ja,e.toDisplayString(o.hero.lessonValue),1),e.createElementVNode("div",Wa,e.toDisplayString(o.hero.lessonLabel),1)]),e.createElementVNode("div",Qa,[e.createElementVNode("div",Ya,e.toDisplayString(o.hero.pointsValue),1),e.createElementVNode("div",Za,e.toDisplayString(o.hero.pointsLabel),1)])])])):e.createCommentVNode("",!0)])])]))}}),ke=u(Xa,[["__scopeId","data-v-98275425"]]),xa={class:"not-found__wrapper"},er={class:"not-found__content"},tr={class:"not-found__headline"},or={class:"not-found__body"},lr=e.defineComponent({__name:"404",props:{headline:{type:String,required:!0}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",xa,[e.createElementVNode("div",er,[e.createElementVNode("h1",tr,e.toDisplayString(t.headline),1),e.createElementVNode("div",or,[e.renderSlot(o.$slots,"not-found-body",{},void 0,!0)])])]))}}),ge=u(lr,[["__scopeId","data-v-b829ca6c"]]),ar={class:"filter__wrapper"},rr={class:"filter__content"},nr={class:"filter__dropdowns"},sr={class:"filter__chips"},ir=e.defineComponent({__name:"filter",props:{hasChips:{type:Boolean,default:!1},removeAll:{type:String,default:"Remove all filters"}},emits:["clearFilters"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",ar,[e.createElementVNode("div",rr,[e.createElementVNode("div",nr,[e.renderSlot(o.$slots,"filter-dropdowns")]),e.createElementVNode("div",sr,[e.renderSlot(o.$slots,"filter-chips"),t.hasChips?(e.openBlock(),e.createElementBlock("button",{key:0,class:"filter__clear",onClick:r[0]||(r[0]=a=>o.$emit("clearFilters"))},e.toDisplayString(t.removeAll),1)):e.createCommentVNode("",!0)])])]))}}),ye=u(ir,[["__scopeId","data-v-31c1ba00"]]),Be=t=>(e.pushScopeId("data-v-3d0cbbd5"),t=t(),e.popScopeId(),t),dr={class:"footer__wrapper"},cr={class:"footer__content"},ur={key:0,src:"https://mobile-industrial-robots.com/logo/mir-main-logo.svg",style:{margin:"0 auto"}},mr={class:"footer__sections"},pr={class:"section__title"},_r={class:"section__list"},hr={class:"section"},fr={key:0,class:"section__title"},vr={key:1,class:"section__title"},kr={key:0},gr={key:1},yr={key:2},Br={key:3},br={key:4},$r=Be(()=>e.createElementVNode("br",null,null,-1)),wr={key:0,href:"mailto:china@mir-robots.com"},Er={key:1,href:"mailto:mail@mir-robots.com"},Vr={key:0,href:"tel:+8613661856951"},Nr={key:1,href:"tel:+4520377577"},Sr={class:"footer__bottom"},Cr={class:"copyright"},Dr={class:"footer__policy"},Ir=Be(()=>e.createElementVNode("i",{class:"change-region"},null,-1)),zr={key:0,class:"footer__social"},Lr=["href","aria-label"],qr={key:1,class:"footer__social"},Ar=["href","aria-label"],Tr=e.defineComponent({__name:"footer",props:{language:{default:""},footerSections:{default:()=>[]},privacyPolicy:{default:void 0},cookiePolicy:{default:void 0},socialMedia:{default:()=>[]},socialMediaChina:{default:()=>[]},changeRegion:{default:""}},emits:["changeRegionClicked"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",dr,[e.createElementVNode("footer",cr,[o.language==="zh"?(e.openBlock(),e.createElementBlock("img",ur)):e.createCommentVNode("",!0),e.createElementVNode("div",mr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.footerSections,a=>(e.openBlock(),e.createElementBlock("div",{key:a.title,class:"section"},[e.createElementVNode("span",pr,e.toDisplayString(a.title),1),e.createElementVNode("nav",null,[e.createElementVNode("ul",_r,[e.renderSlot(o.$slots,"section-links",{links:a.links})])])]))),128)),e.createElementVNode("div",hr,[o.language==="zh"?(e.openBlock(),e.createElementBlock("span",fr,"名傲移动机器人(上海)有限公司")):(e.openBlock(),e.createElementBlock("span",vr,"Mobile Industrial Robots A/S")),e.createElementVNode("address",null,[o.language==="zh"?(e.openBlock(),e.createElementBlock("span",kr,"上海浦东新区金桥出口加工区")):(e.openBlock(),e.createElementBlock("span",gr,"Energivej 51")),o.language==="zh"?(e.openBlock(),e.createElementBlock("span",yr,"桂桥路1201号10栋2楼")):(e.openBlock(),e.createElementBlock("span",Br,"5260 Odense S")),o.language!=="zh"?(e.openBlock(),e.createElementBlock("span",br,"CVR: 35251235")):e.createCommentVNode("",!0),$r,e.createVNode(g,{class:"footer__contact","link-type":"regular_light",underline:"false"},{default:e.withCtx(()=>[o.language==="zh"?(e.openBlock(),e.createElementBlock("a",wr,"china@mir-robots.com")):(e.openBlock(),e.createElementBlock("a",Er,"mail@mir-robots.com"))]),_:1}),e.createVNode(g,{class:"footer__contact","link-type":"regular_light",underline:"false"},{default:e.withCtx(()=>[o.language==="zh"?(e.openBlock(),e.createElementBlock("a",Vr,"+86 13661856951(微信同号)")):(e.openBlock(),e.createElementBlock("a",Nr,"+45 20 377 577"))]),_:1})])])]),e.createElementVNode("div",Sr,[e.createElementVNode("p",Cr," © Mobile Industrial Robots "+e.toDisplayString(new Date().getFullYear()),1),e.createElementVNode("div",Dr,[e.createElementVNode("button",{class:"footer__language-switcher",onClick:r[0]||(r[0]=a=>o.$emit("changeRegionClicked"))},[e.createElementVNode("span",null,[Ir,e.createTextVNode(e.toDisplayString(o.changeRegion),1)])]),e.renderSlot(o.$slots,"footer-privacy-link"),e.renderSlot(o.$slots,"footer-cookie-link")]),o.language!=="zh"?(e.openBlock(),e.createElementBlock("div",zr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.socialMedia,a=>(e.openBlock(),e.createBlock(g,{key:a.title,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:a.url,target:"_blank","aria-label":a.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[a.title?"bg-"+a.title:""]])},null,2)],8,Lr)]),_:2},1024))),128))])):(e.openBlock(),e.createElementBlock("div",qr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.socialMediaChina,a=>(e.openBlock(),e.createBlock(g,{key:a.title,underline:"false","link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:a.url,target:"_blank","aria-label":a.title},[e.createElementVNode("i",{width:"19",height:"14",class:e.normalizeClass(["footer__social--icon",[a.title?"bg-"+a.title:""]])},null,2)],8,Ar)]),_:2},1024))),128))]))])])]))}}),be=u(Tr,[["__scopeId","data-v-3d0cbbd5"]]),$e=t=>(e.pushScopeId("data-v-766d3c80"),t=t(),e.popScopeId(),t),Pr={class:"header__wrapper"},Mr={class:"nav-wrapper"},Fr={class:"mir-link-logo"},Or={class:"main-nav-items"},Rr={key:0,id:"menu-dropdown",ref:"dropdownDiv"},Hr={key:0,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow"},jr={key:1,src:"https://a.storyblok.com/f/230581/9x6/8cecdca15f/arrow-down.svg?cv=1695125714195",alt:"dropdownarrow",style:{transform:"rotate(180deg)"}},Kr={class:"dropdown-content"},Ur={key:1,class:"nav-search-wrapper"},Gr=["src"],Jr={key:2,id:"menu-portal-switcher",class:"portal-switcher-wrapper"},Wr=$e(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/14x12/1b00a4a551/portal-switcher.svg?cv=1712916615032",alt:"portalswitchericon",width:"15",height:"15"},null,-1)),Qr=[Wr],Yr={class:"portal-switcher-content"},Zr={class:"portal-switcher-links"},Xr=["href"],xr=["src"],en={key:3,id:"menu-profile-dropdown",class:"profile-dropdown-wrapper"},tn={key:0,class:"profile-dropdown-sign-in"},on=$e(()=>e.createElementVNode("img",{src:"https://a.storyblok.com/f/230581/15x14/3b3253dd12/icon-user.svg?cv=1712916615014",alt:"profiledropdownicon",width:"15",height:"15"},null,-1)),ln=[on],an={class:"profile-dropdown-content"},rn={class:"mobile-logo-search-burger-wrapper"},nn={class:"mobile-mir-link-logo"},sn={key:0,class:"mobile-search-wrapper"},dn=["src"],cn=["src"],un={class:"mobile-menu-content-wrapper"},mn={class:"mobile-dropdown-content"},pn=e.defineComponent({__name:"header",props:{burgerState:{type:Boolean,default:!1},search:{type:Boolean,default:!0},showDropDown:{type:Boolean,default:!1},useDropdown:{type:Boolean,default:!1},showPortalSwitcherDropDown:{type:Boolean,default:!1},usePortalSwitcher:{type:Boolean,default:!1},portals:{type:Array,default:()=>[]},showProfileDropDown:{type:Boolean,default:!1},isAuthenticated:{type:Boolean,default:!1},useProfileDropdown:{type:Boolean,default:!1}},emits:["update:burgerState","update:showDropDown","update:showPortalSwitcherDropDown","update:showProfileDropDown","clickSearch"],setup(t,{expose:o,emit:r}){let a=null;const l=t;let s=e.ref(l.burgerState),n=e.ref(l.search),i=e.ref(l.showDropDown),m=e.ref(l.showPortalSwitcherDropDown),c=e.ref(l.showProfileDropDown),_=e.ref(l.isAuthenticated);e.watch(()=>l.burgerState,p=>s.value=p),e.watch(()=>l.search,p=>n.value=p),e.watch(()=>l.showDropDown,p=>i.value=p),e.watch(()=>l.showPortalSwitcherDropDown,p=>m.value=p),e.watch(()=>l.showProfileDropDown,p=>c.value=p),e.watch(()=>l.isAuthenticated,p=>_.value=p),e.onMounted(()=>{a=p=>{p.target.closest("#menu-dropdown")||(i.value=!1),p.target.closest("#menu-portal-switcher")||(m.value=!1),p.target.closest("#menu-profile-dropdown")||(c.value=!1)},window.addEventListener("click",a)}),e.onUnmounted(()=>{a!==null&&window.removeEventListener("click",a)});const h=r;function I(){i.value=!i.value,h("update:showDropDown",i.value)}function q(){m.value=!m.value,h("update:showPortalSwitcherDropDown",m.value)}function A(){c.value=!c.value,h("update:showProfileDropDown",c.value)}function T(){s.value=!s.value,h("update:burgerState",s.value)}let E=e.ref(null),z=e.ref(null);function P(){E.value&&E.value.blur()}return o({defocusSearchButton:P}),(p,$)=>(e.openBlock(),e.createElementBlock("div",Pr,[e.createElementVNode("nav",null,[e.createElementVNode("div",Mr,[e.createElementVNode("div",Fr,[e.renderSlot(p.$slots,"link-logo",{},void 0,!0)]),e.createElementVNode("ul",Or,[e.renderSlot(p.$slots,"main-nav-items",{},void 0,!0)]),t.useDropdown?(e.openBlock(),e.createElementBlock("div",Rr,[e.createElementVNode("button",{class:"nav-dropdown-btn",onClick:I},[e.renderSlot(p.$slots,"dropdown-title",{},void 0,!0),e.unref(i)===!1?(e.openBlock(),e.createElementBlock("img",Hr)):(e.openBlock(),e.createElementBlock("img",jr))]),e.withDirectives(e.createElementVNode("div",Kr,[e.renderSlot(p.$slots,"dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(i)]])],512)):e.createCommentVNode("",!0),e.unref(n)?(e.openBlock(),e.createElementBlock("div",Ur,[e.createElementVNode("button",{ref_key:"navSearchButton",ref:E,class:"search-icon",onClick:$[0]||($[0]=w=>{var b;return p.$emit("clickSearch"),(b=e.unref(E))==null?void 0:b.blur()})},[e.createElementVNode("img",{src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,Gr)],512)])):e.createCommentVNode("",!0),t.usePortalSwitcher?(e.openBlock(),e.createElementBlock("div",Jr,[e.createElementVNode("button",{class:"nav-portal-switcher-btn",onClick:q},Qr),e.withDirectives(e.createElementVNode("div",Yr,[e.createElementVNode("ul",Zr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.portals,(w,b)=>(e.openBlock(),e.createElementBlock("li",{key:b,class:"portal-switcher-link"},[e.createVNode(e.unref(g),{"link-type":"regular"},{default:e.withCtx(()=>[e.createElementVNode("a",{href:w.link,onClick:$[1]||($[1]=N=>e.isRef(i)?i.value=!1:i=!1)},[e.createElementVNode("img",{src:w.icon},null,8,xr),e.createElementVNode("div",null,e.toDisplayString(w.name),1)],8,Xr)]),_:2},1024)]))),128))])],512),[[e.vShow,e.unref(m)]])])):e.createCommentVNode("",!0),t.useProfileDropdown?(e.openBlock(),e.createElementBlock("div",en,[e.unref(_)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",tn,[e.renderSlot(p.$slots,"profile-dropdown-sign-in",{},void 0,!0)])),e.unref(_)?(e.openBlock(),e.createElementBlock("button",{key:1,class:"nav-profile-dropdown-btn",onClick:A},ln)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",an,[e.renderSlot(p.$slots,"profile-dropdown-links",{},void 0,!0)],512),[[e.vShow,e.unref(c)]])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(["mobile-nav-wrapper",e.unref(s)===!0?"mirsaic-mobile-bg mirsaic--dark":""])},[e.createElementVNode("div",rn,[e.createElementVNode("div",nn,[e.renderSlot(p.$slots,"link-logo",{},void 0,!0)]),e.unref(n)?(e.openBlock(),e.createElementBlock("div",sn,[e.createElementVNode("button",{ref_key:"mobileSearchButton",ref:z,class:"search-icon","aria-label":"Toggle search",onClick:$[2]||($[2]=w=>{var b;return p.$emit("clickSearch"),(b=e.unref(z))==null?void 0:b.blur()})},[e.createElementVNode("img",{src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/21x21/13f4ac189d/search-icon-white.svg?cv=1695125826080":"https://a.storyblok.com/f/230581/21x21/ebbdca38d3/search-icon.svg?cv=1695125825901",alt:"search icon",width:"20",height:"20"},null,8,dn)],512)])):e.createCommentVNode("",!0),e.createElementVNode("button",{class:"mobile-burger-wrapper","aria-label":"Toggle menu",onClick:e.withModifiers(T,["prevent"])},[e.createElementVNode("img",{width:"20",height:"20",alt:"burger menu line icon",src:e.unref(s)===!0?"https://a.storyblok.com/f/230581/17x18/20e9329e46/close-white.svg":"https://a.storyblok.com/f/230581/23x14/739e917bca/burger-menu-line.svg"},null,8,cn)])]),e.withDirectives(e.createElementVNode("div",un,[e.createElementVNode("ul",null,[e.renderSlot(p.$slots,"mobile-main-nav-items",{},void 0,!0)]),e.createElementVNode("ul",mn,[e.renderSlot(p.$slots,"mobile-dropdown-title",{},void 0,!0),e.renderSlot(p.$slots,"mobile-dropdown-links",{},void 0,!0)])],512),[[e.vShow,e.unref(s)]])],2)])]))}}),we=u(pn,[["__scopeId","data-v-766d3c80"]]),_n={class:"language__wrapper"},hn={class:"language__content"},fn={class:"language__headline"},vn={class:"language__paragraph"},kn={class:"language__links"},gn=e.defineComponent({__name:"language-switcher",props:{headline:{type:String,default:""},paragraph:{type:String,default:""}},setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",_n,[e.createElementVNode("div",hn,[e.createElementVNode("h2",fn,e.toDisplayString(t.headline),1),e.createElementVNode("p",vn,e.toDisplayString(t.paragraph),1),e.createElementVNode("div",kn,[e.renderSlot(o.$slots,"language-links",{},void 0,!0)])])]))}}),Ee=u(gn,[["__scopeId","data-v-dc8cc97e"]]),yn={class:"pagination__wrapper"},Bn={class:"pagination__content"},bn=e.defineComponent({__name:"pagination",props:{isPreviousDisabled:{type:Boolean,required:!0},isNextDisabled:{type:Boolean,required:!0}},emits:["previous","next"],setup(t){return(o,r)=>(e.openBlock(),e.createElementBlock("div",yn,[e.createElementVNode("div",Bn,[e.createVNode(D,{disabled:t.isPreviousDisabled,variant:"previous","aria-label":"previous",onClick:r[0]||(r[0]=a=>o.$emit("previous"))},null,8,["disabled"]),e.renderSlot(o.$slots,"pagination-numbers"),e.createVNode(D,{disabled:t.isNextDisabled,variant:"next","aria-label":"next",onClick:r[1]||(r[1]=a=>o.$emit("next"))},null,8,["disabled"])])]))}}),Ve=u(bn,[["__scopeId","data-v-da6d07c9"]]),$n={},wn={class:"search__wrapper"};function En(t,o){return e.openBlock(),e.createElementBlock("div",wn,[e.renderSlot(t.$slots,"default",{class:"search__content"})])}const Ne=u($n,[["render",En],["__scopeId","data-v-c07a6cf3"]]),Vn={class:"dropdown"},Nn=["aria-expanded"],Sn=e.defineComponent({__name:"select-multiple",props:{label:{default:""},options:{default:()=>[]},selectedOptions:{default:()=>[]}},emits:["filter","remove-filter"],setup(t,{emit:o}){const r=e.ref(!1),a=t,l=o;function s(m){a.selectedOptions.includes(m)?l("remove-filter",m):l("filter",m)}function n(){r.value=!1}const i=e.computed(()=>a.options.length>8);return(m,c)=>{const _=e.resolveDirective("click-outside");return e.withDirectives((e.openBlock(),e.createElementBlock("div",Vn,[e.createElementVNode("button",{class:"dropdown-button",style:e.normalizeStyle({"z-index":r.value?2:0}),"aria-expanded":r.value?"true":"false",onClick:c[0]||(c[0]=h=>r.value=!r.value)},[e.renderSlot(m.$slots,"button",{},()=>[e.createTextVNode(e.toDisplayString(m.label),1)],!0)],12,Nn),e.createElementVNode("div",{class:e.normalizeClass([{hidden:!r.value,"adjust-height":i.value},"dropdown-content"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,h=>(e.openBlock(),e.createBlock(e.unref(M),{id:h.value,key:h.value,name:h.text,required:!1,disabled:!1,value:h.value,checked:m.selectedOptions.includes(h.value),onInput:I=>s(h.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.text),1)]),_:2},1032,["id","name","value","checked","onInput"]))),128))],2)])),[[_,n]])}}}),Se=u(Sn,[["__scopeId","data-v-164647da"]]),Cn={class:"promo__content"},Dn={class:"pallet-jack__media-wrap"},In={class:"pallet-jack-link"},zn={class:"pallet-jack__media-wrap__inner-wrap"},Ln={class:"pallet-jack__media-wrap__content-wrap"},qn={class:"regular-blue"},An=e.defineComponent({__name:"pallet-jack",props:{label:{default:""},headline:{},linkText:{default:""},reverse:{type:Boolean,default:!1},variant:{default:"default"},linkType:{default:"link"},teaser:{type:Boolean,default:!1},shortDescription:{default:""},text:{default:""}},setup(t){const o={dark:"promo__wrapper--dark",light:"promo__wrapper--light",default:"promo__wrapper--default"},r=t,a=e.computed(()=>o[r.variant]);return(l,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["promo__wrapper",a.value,l.teaser?"promo__wrapper--teaser":""])},[e.createElementVNode("div",Cn,[e.createElementVNode("div",{class:e.normalizeClass(["promo__video",l.reverse?"promo__video--reverse":"promo__video--default"])},[e.createElementVNode("div",Dn,[e.createElementVNode("div",In,[e.renderSlot(l.$slots,"pallet-jack-link")]),e.createElementVNode("div",zn,[e.renderSlot(l.$slots,"pallet-jack-video")]),e.createElementVNode("div",Ln,[e.createElementVNode("h3",qn,e.toDisplayString(l.headline),1),e.createElementVNode("p",null,e.toDisplayString(l.shortDescription),1)])])],2),e.createElementVNode("div",{class:e.normalizeClass(["promo__text",l.reverse?"promo__text--reverse":"promo__text--default"])},[l.label?(e.openBlock(),e.createBlock(V,{key:0,text:l.label,"label-dark":l.variant==="dark"},null,8,["text","label-dark"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["promo__title",l.variant==="dark"?"promo__title--dark":""])},[e.renderSlot(l.$slots,"promo-text")],2),l.linkType==="link"?(e.openBlock(),e.createBlock(g,{key:1,"link-type":l.variant==="dark"?"regular_dark":(l.variant==="light","regular_light"),arrow:""},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0),l.linkType==="button"?(e.openBlock(),e.createBlock(g,{key:2,"link-type":l.variant==="dark"?"secondary_dark":(l.variant==="light","secondary")},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"promo-link")]),_:3},8,["link-type"])):e.createCommentVNode("",!0)],2)])],2))}}),Ce=u(An,[["__scopeId","data-v-00c0bad3"]]),Tn={install:t=>{t.component("AtomButton",D),t.component("AtomCheckbox",M),t.component("AtomChip",R),t.component("AtomDropdown",H),t.component("AtomImage",y),t.component("AtomLabel",V),t.component("AtomLink",g),t.component("AtomRadioButton",j),t.component("AtomSelect",K),t.component("AtomSelectMultiple",Se),t.component("AtomSlider",U),t.component("AtomTextarea",G),t.component("AtomTextField",J),t.component("AtomVideo",C),t.component("MoleculeAddress",W),t.component("MoleculeBulletList",Q),t.component("MoleculeCard",Y),t.component("MoleculeEventCard",Z),t.component("MoleculeModal",F),t.component("MoleculeTextCard",X),t.component("BlockAccordion",x),t.component("BlockFacts",te),t.component("BlockFeatures",oe),t.component("BlockFormScript",le),t.component("BlockHeadline",ae),t.component("BlockHero",re),t.component("BlockImage",ne),t.component("BlockImageGallery",se),t.component("BlockLogoWall",ie),t.component("BlockMicroStories",de),t.component("BlockPolicy",ce),t.component("BlockProductHero",ue),t.component("BlockPromo",me),t.component("BlockQuote",pe),t.component("BlockRichText",_e),t.component("BlockRichTextColumns",he),t.component("BlockTimeline",fe),t.component("BlockCardDisplay",ee),t.component("BlockVimeo",ve),t.component("BlockPalletJack",Ce),t.component("BlockFrontPageHero",ke),t.component("Organism404",ge),t.component("OrganismFilter",ye),t.component("OrganismFooter",be),t.component("OrganismHeader",we),t.component("OrganismLanguageSwitcher",Ee),t.component("OrganismPagination",Ve),t.component("OrganismSearch",Ne)}};exports.AtomButton=D;exports.AtomCheckbox=M;exports.AtomChip=R;exports.AtomDropdown=H;exports.AtomImage=y;exports.AtomLabel=V;exports.AtomLink=g;exports.AtomRadioButton=j;exports.AtomSelect=K;exports.AtomSelectMultiple=Se;exports.AtomSlider=U;exports.AtomTextField=J;exports.AtomTextarea=G;exports.AtomVideo=C;exports.BlockAccordion=x;exports.BlockCardDisplay=ee;exports.BlockFacts=te;exports.BlockFeatures=oe;exports.BlockFormScript=le;exports.BlockFrontPageHero=ke;exports.BlockHeadline=ae;exports.BlockHero=re;exports.BlockImage=ne;exports.BlockImageGallery=se;exports.BlockLogoWall=ie;exports.BlockMicroStories=de;exports.BlockPalletJack=Ce;exports.BlockPolicy=ce;exports.BlockProductHero=ue;exports.BlockPromo=me;exports.BlockQuote=pe;exports.BlockRichText=_e;exports.BlockRichTextColumns=he;exports.BlockTimeline=fe;exports.BlockVimeo=ve;exports.MoleculeAddress=W;exports.MoleculeBulletList=Q;exports.MoleculeCard=Y;exports.MoleculeEventCard=Z;exports.MoleculeModal=F;exports.MoleculeTextCard=X;exports.Organism404=ge;exports.OrganismFilter=ye;exports.OrganismFooter=be;exports.OrganismHeader=we;exports.OrganismLanguageSwitcher=Ee;exports.OrganismPagination=Ve;exports.OrganismSearch=Ne;exports.default=Tn;