@cooperco/cooper-component-library 0.1.37 → 0.1.39
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.
|
@@ -6633,7 +6633,8 @@ const $e = /* @__PURE__ */ R({
|
|
|
6633
6633
|
to: s.value ? "" : a.value,
|
|
6634
6634
|
href: s.value ? a.value : "",
|
|
6635
6635
|
target: s.value ? d.value : "",
|
|
6636
|
-
rel: s.value ? "noopener" : ""
|
|
6636
|
+
rel: s.value ? "noopener" : "",
|
|
6637
|
+
class: g(e.class)
|
|
6637
6638
|
}, {
|
|
6638
6639
|
default: Z(() => [
|
|
6639
6640
|
de(y(Mt), {
|
|
@@ -6663,7 +6664,7 @@ const $e = /* @__PURE__ */ R({
|
|
|
6663
6664
|
}, 8, ["class", "link"])
|
|
6664
6665
|
]),
|
|
6665
6666
|
_: 1
|
|
6666
|
-
}, 8, ["aria-label", "aria-description", "to", "href", "target", "rel"]);
|
|
6667
|
+
}, 8, ["aria-label", "aria-description", "to", "href", "target", "rel", "class"]);
|
|
6667
6668
|
};
|
|
6668
6669
|
}
|
|
6669
6670
|
}), Ea = { key: 2 }, ja = ["innerHTML"], Ma = ["innerHTML"], Va = ["innerHTML"], Na = /* @__PURE__ */ R({
|
|
@@ -8495,7 +8496,7 @@ const Jl = ["innerHTML"], Ql = ["innerHTML"], es = ["src"], ts = /* @__PURE__ */
|
|
|
8495
8496
|
}, ls = (t, e) => {
|
|
8496
8497
|
const n = (o, i) => {
|
|
8497
8498
|
for (const l of Object.keys(i))
|
|
8498
|
-
typeof i[l] == "object" ?
|
|
8499
|
+
typeof i[l] == "object" ? n(o[l], i[l]) : o[l] = i[l];
|
|
8499
8500
|
}, r = to[`${t}Pt`];
|
|
8500
8501
|
r && n(r, e);
|
|
8501
8502
|
};
|
|
@@ -86,7 +86,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
86
86
|
flex: 1 0 `).concat(100/s.numVisible,`%
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
`)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return qo()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function ve(n){"@babel/helpers - typeof";return ve=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ve(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable})),o.push.apply(o,r)}return o}function Ve(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Wi(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Wi(n,e,o){return e=Ui(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function Ui(n){var e=Ki(n,"string");return ve(e)=="symbol"?e:String(e)}function Ki(n,e){if(ve(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(ve(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var qi=["aria-live"],Gi=["disabled","aria-label"],Xi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Yi=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Zi=["disabled","aria-label"],Ji=["data-p-highlight"],Qi=["tabindex","aria-label","aria-current","onClick"];function el(n,e,o,r,i,l){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),l.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(l.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":i.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:l.backwardIsDisabled,"aria-label":l.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return l.navBackward&&l.navBackward.apply(l,arguments)})},Ve(Ve({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Gi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:l.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return l.onTouchEnd&&l.onTouchEnd.apply(l,arguments)}),onTouchstart:e[3]||(e[3]=function(){return l.onTouchStart&&l.onTouchStart.apply(l,arguments)}),onTouchmove:e[4]||(e[4]=function(){return l.onTouchMove&&l.onTouchMove.apply(l,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return l.onTransitionEnd&&l.onTransitionEnd.apply(l,arguments)})},n.ptm("itemsContainer")),[l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":i.totalShiftedItems*-1===n.value.length+i.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*i.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Xi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":l.firstIndex()>c||l.lastIndex()<c?!0:void 0,"aria-label":l.ariaSlideNumber(c),"aria-roledescription":l.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":l.firstIndex()<=c&&l.lastIndex()>=c,"data-p-carousel-item-start":l.firstIndex()===c,"data-p-carousel-item-end":l.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Yi)}),128)),l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:l.forwardIsDisabled,"aria-label":l.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return l.navForward&&l.navForward.apply(l,arguments)})},Ve(Ve({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Zi)),[[s]]):t.createCommentVNode("",!0)],16,qi),l.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return l.onIndicatorKeydown&&l.onIndicatorKeydown.apply(l,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",l.getIndicatorPTOptions(c)),{"data-p-highlight":i.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:i.d_page===c?"0":"-1","aria-label":l.ariaPageLabel(c+1),"aria-current":i.d_page===c?"page":void 0,onClick:function(d){return l.onIndicatorClick(d,c)}},n.ptm("indicatorButton",l.getIndicatorPTOptions(c))),null,16,Qi)],16,Ji)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=el;const tl=["innerHTML"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ke,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>`${O(e.variant!=="Hero"?"py-16 px-8":"",`bg-${r}`,e.class)} ${e.variant.toLowerCase()} carousel`);return(s,a)=>{var c;return t.openBlock(),t.createBlock(t.unref($n),{value:s.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(l.value),pt:o.value,"pt:item:class":`carousel-item w-full ${((c=o.value)==null?void 0:c.item)??""}`},t.createSlots({item:t.withCtx(u=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.data.__typename),t.mergeProps(u.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[]),nexticon:t.withCtx(()=>[]),_:2},[s.headline?{name:"header",fn:t.withCtx(()=>{var u;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,tl)]}),key:"0"}:void 0]),1032,["value","class","pt","pt:item:class"])}}});var Se=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Se||{});const nl=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){var f,p,h,C,g,b;const e=n,{backgroundColor:o,palette:r}=F(e),i=t.computed(()=>w(Ge[e.variant],e.pt??{})),l=t.computed(()=>Se[e.variant]===Se.Hero),s=t.computed(()=>Se[e.variant]===Se.Centered),a=t.computed(()=>{var y,B,T;return O(`container-module bg-${o} relative ${(y=i.value)==null?void 0:y.root} ${l.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(B=i.value)==null?void 0:B.container}`:`md:h-[500px] md:max-h-[500px] ${(T=i.value)==null?void 0:T.container}`:""} `,e.class??"")}),c=t.computed(()=>{var B,T;let y=JSON.parse(JSON.stringify(e.backgroundImage));return y!=null&&y.media.width&&(y.media.width=void 0),y!=null&&y.media.height&&(y.media.height=void 0),(B=y==null?void 0:y.mobileMedia)!=null&&B.width&&(y.mobileMedia.width=void 0),(T=y==null?void 0:y.mobileMedia)!=null&&T.height&&(y.mobileMedia.height=void 0),y}),u=((f=e.fullWidthContent)==null?void 0:f.__typename)==="TileContent"?"TileContentTextTile":(p=e.fullWidthContent)==null?void 0:p.__typename,d=((h=e.start)==null?void 0:h.__typename)==="TileContent"?"TileContentTextTile":(C=e.start)==null?void 0:C.__typename,m=((g=e.end)==null?void 0:g.__typename)==="TileContent"?"TileContentTextTile":(b=e.end)==null?void 0:b.__typename;return(y,B)=>{const T=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(y.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var x,V,P,I,_,N,j,$,R;return[y.backgroundImage&&c.value?(t.openBlock(),t.createBlock(T,{key:0,media:c.value.media,"mobile-media":c.value.mobileMedia,class:t.normalizeClass(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0 ${l.value?"object-bottom":""}`)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${l.value?((x=y.start)==null?void 0:x.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${y.isChild||l.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((V=i.value)==null?void 0:V.inner)??""}`)},[y.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!y.isChild&&l.value?"py-16":""} ${s.value?"text-center":""} ${((P=i.value)==null?void 0:P.headline)??""} text-${t.unref(r).headline}`),innerHTML:y.headline},null,10,nl)):t.createCommentVNode("",!0),y.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((I=i.value)==null?void 0:I.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(y.subHeadline),3)):t.createCommentVNode("",!0),y.fullWidthContent||y.start||y.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((_=y.end)==null?void 0:_.__typename)==="Image"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((N=i.value)==null?void 0:N.bodyCopy)??""}`)},[y.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((j=i.value)==null?void 0:j.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(u)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(u)),t.mergeProps({key:0},y.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(u)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[y.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${(($=i.value)==null?void 0:$.start)??""} ${l.value&&t.unref(d)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},y.start,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((R=i.value)==null?void 0:R.end)??""} ${l.value&&t.unref(m)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(m)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(m)),t.mergeProps({key:0},y.end,{"is-child":!0,"is-hero":!!(t.unref(m)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(y.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ye[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:i}=F(e),l=i.cta[e.buttonType],s=t.computed(()=>{var h;const p=["cta whitespace-nowrap",O(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&p.push("hover:underline"),p.push(`text-${e.textColor??l.copy}`),e.size)switch(e.size){case"sm":p.push("*:text-sm"),e.buttonType==="fill"&&p.push("py-0.5 px-4");break;case"lg":p.push("*:text-lg font-bold"),e.buttonType==="fill"&&p.push("py-1.5 px-8");break;case"xl":p.push("*:text-xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-12");break;case"xxl":p.push("*:text-3xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-16");break}return e.buttonType==="fill"&&(p.push("rounded-[2rem]"),(e.color||l.bg)&&p.push(`bg-${e.color||l.bg}`),e.size||p.push("py-1 px-4")),l.border&&p.push(`border-${e.color??l.border}`),p.join(" ")}),a=t.computed(()=>{var p,h,C,g,b,y;return(h=(p=e.link)==null?void 0:p.page)!=null&&h.slug?`${(g=(C=e.link)==null?void 0:C.page)==null?void 0:g.slug}`:(b=e.link)!=null&&b.externalUrl?(y=e.link)==null?void 0:y.externalUrl:""}),c=t.computed(()=>{var p;return!!((p=e.link)!=null&&p.externalUrl)}),u=t.computed(()=>{var p;return e.ariaLabel??((p=e.link)==null?void 0:p.ariaLabel)??e.title}),d=t.computed(()=>{var p;return e.ariaDescription??((p=e.link)==null?void 0:p.ariaDescription)??""}),m=t.computed(()=>{var p,h,C;return e.target==="New Tab"||((p=e.link)==null?void 0:p.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(C=e.link)!=null&&C.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(p,h)=>{const C=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{"aria-label":u.value,"aria-description":d.value,to:c.value?"":a.value,href:c.value?a.value:"",target:c.value?m.value:"",rel:c.value?"noopener":""},{default:t.withCtx(()=>[t.createVNode(t.unref(Ct),{class:t.normalizeClass(s.value),link:r.value},{default:t.withCtx(()=>{var g,b,y;return[p.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${p.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${p.buttonType==="logo"?`bg-${e.textColor??t.unref(l).copy}`:""}`)},[typeof p.logo=="object"?(t.openBlock(),t.createBlock(C,t.normalizeProps(t.mergeProps({key:0},p.logo)),null,16)):typeof p.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(O)(p.logo,(b=o.value)==null?void 0:b.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(O)("pointer-events-none whitespace-nowrap",((y=o.value)==null?void 0:y.headline)??""))},t.toDisplayString(p.title),3)]}),_:1},8,["class","link"])]),_:1},8,["aria-label","aria-description","to","href","target","rel"])}}}),ol={key:2},rl=["innerHTML"],il=["innerHTML"],ll=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>w(Xe,e.pt??{})),i=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),l=t.computed(()=>{let m="";switch(o){case le.Right:m="justify-end";break;case le.Center:m="justify-center";break;default:m="justify-start"}return m}),s=t.computed(()=>{var m,f;return`${((m=r.value)==null?void 0:m.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=F(e),u=t.computed(()=>{var f;const m=["content-module-headline",`text-${c.headline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",i.value)];return e.isChild?m.push("text-3xl md:text-4xl"):m.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&m.push("mb-4 md:mb-6"),m.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",i.value)].join(" ")});return(m,f)=>{var h,C,g,b;const p=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${m.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!m.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((C=r.value)==null?void 0:C.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[m.logo?(t.openBlock(),t.createBlock(p,t.mergeProps({key:0},m.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),m.subHeadline&&!m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.headline?(t.openBlock(),t.createElementBlock("div",ol,[m.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,rl)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,il))])):t.createCommentVNode("",!0),m.subHeadline&&m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(O)(((g=r.value)==null?void 0:g.bodyCopy)??"",i.value)}`),innerHTML:m.bodyCopy},null,10,ll)):t.createCommentVNode("",!0),m.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${l.value} ${t.unref(O)(((b=r.value)==null?void 0:b.ctas)??"",i.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.ctas,(y,B)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},y,{key:`cta-${y.title}-${B}`,class:`${m.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),al=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(qe,e.pt??{})),{backgroundColor:r,palette:i}=F(e);return(l,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[l.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(i).headline}`),innerHTML:l.headline},null,10,al)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var ne=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(ne||{});/*!
|
|
89
|
+
`)}}this.carouselStyle.innerHTML=o},isVertical:function(){return this.orientation==="vertical"},isCircular:function(){return this.value&&this.d_circular&&this.value.length>=this.d_numVisible},isAutoplay:function(){return this.autoplayInterval&&this.allowAutoplay},firstIndex:function(){return this.isCircular()?-1*(this.totalShiftedItems+this.d_numVisible):this.totalShiftedItems*-1},lastIndex:function(){return this.firstIndex()+this.d_numVisible-1},ariaSlideNumber:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slideNumber.replace(/{slideNumber}/g,e):void 0},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},computed:{totalIndicators:function(){return this.value?Math.max(Math.ceil((this.value.length-this.d_numVisible)/this.d_numScroll)+1,0):0},backwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&this.d_page===0},forwardIsDisabled:function(){return this.value&&(!this.circular||this.value.length<this.d_numVisible)&&(this.d_page===this.totalIndicators-1||this.totalIndicators===0)},ariaSlideLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.slide:void 0},ariaPrevButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.prevPageLabel:void 0},ariaNextButtonLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.nextPageLabel:void 0},attributeSelector:function(){return qo()},empty:function(){return!this.value||this.value.length===0},emptyMessageText:function(){var e;return((e=this.$primevue.config)===null||e===void 0||(e=e.locale)===null||e===void 0?void 0:e.emptyMessage)||""}},components:{ChevronRightIcon:kn,ChevronDownIcon:bn,ChevronLeftIcon:Cn,ChevronUpIcon:wn},directives:{ripple:dn}};function ve(n){"@babel/helpers - typeof";return ve=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ve(n)}function vn(n,e){var o=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable})),o.push.apply(o,r)}return o}function Ve(n){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?vn(Object(o),!0).forEach(function(r){Wi(n,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):vn(Object(o)).forEach(function(r){Object.defineProperty(n,r,Object.getOwnPropertyDescriptor(o,r))})}return n}function Wi(n,e,o){return e=Ui(e),e in n?Object.defineProperty(n,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[e]=o,n}function Ui(n){var e=Ki(n,"string");return ve(e)=="symbol"?e:String(e)}function Ki(n,e){if(ve(n)!="object"||!n)return n;var o=n[Symbol.toPrimitive];if(o!==void 0){var r=o.call(n,e||"default");if(ve(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(n)}var qi=["aria-live"],Gi=["disabled","aria-label"],Xi=["data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Yi=["aria-hidden","aria-label","aria-roledescription","data-p-carousel-item-active","data-p-carousel-item-start","data-p-carousel-item-end"],Zi=["disabled","aria-label"],Ji=["data-p-highlight"],Qi=["tabindex","aria-label","aria-current","onClick"];function el(n,e,o,r,i,l){var s=t.resolveDirective("ripple");return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root"),role:"region"},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),l.empty?t.renderSlot(n.$slots,"empty",{key:2},function(){return[t.createTextVNode(t.toDisplayString(l.emptyMessageText),1)]}):(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:[n.cx("content"),n.contentClass]},n.ptm("content")),[t.createElementVNode("div",t.mergeProps({class:[n.cx("container"),n.containerClass],"aria-live":i.allowAutoplay?"polite":"off"},n.ptm("container")),[n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:0,type:"button",class:n.cx("previousButton"),disabled:l.backwardIsDisabled,"aria-label":l.ariaPrevButtonLabel,onClick:e[0]||(e[0]=function(){return l.navBackward&&l.navBackward.apply(l,arguments)})},Ve(Ve({},n.prevButtonProps),n.ptm("previousButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"previousicon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronUpIcon":"ChevronLeftIcon"),t.mergeProps({class:n.cx("previousButtonIcon")},n.ptm("previousButtonIcon")),null,16,["class"]))]})],16,Gi)),[[s]]):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("itemsContent"),style:[{height:l.isVertical()?n.verticalViewPortHeight:"auto"}],onTouchend:e[2]||(e[2]=function(){return l.onTouchEnd&&l.onTouchEnd.apply(l,arguments)}),onTouchstart:e[3]||(e[3]=function(){return l.onTouchStart&&l.onTouchStart.apply(l,arguments)}),onTouchmove:e[4]||(e[4]=function(){return l.onTouchMove&&l.onTouchMove.apply(l,arguments)})},n.ptm("itemsContent")),[t.createElementVNode("div",t.mergeProps({ref:"itemsContainer",class:n.cx("itemsContainer"),onTransitionend:e[1]||(e[1]=function(){return l.onTransitionEnd&&l.onTransitionEnd.apply(l,arguments)})},n.ptm("itemsContainer")),[l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(n.value.slice(-1*i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_scloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned"),{"data-p-carousel-item-active":i.totalShiftedItems*-1===n.value.length+i.d_numVisible,"data-p-carousel-item-start":c===0,"data-p-carousel-item-end":n.value.slice(-1*i.d_numVisible).length-1===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Xi)}),128)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c,class:n.cx("item",{index:c}),role:"group","aria-hidden":l.firstIndex()>c||l.lastIndex()<c?!0:void 0,"aria-label":l.ariaSlideNumber(c),"aria-roledescription":l.ariaSlideLabel},n.ptm("item"),{"data-p-carousel-item-active":l.firstIndex()<=c&&l.lastIndex()>=c,"data-p-carousel-item-start":l.firstIndex()===c,"data-p-carousel-item-end":l.lastIndex()===c}),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16,Yi)}),128)),l.isCircular()?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(n.value.slice(0,i.d_numVisible),function(a,c){return t.openBlock(),t.createElementBlock("div",t.mergeProps({key:c+"_fcloned",class:n.cx("itemCloned",{index:c,value:n.value,totalShiftedItems:i.totalShiftedItems,d_numVisible:i.d_numVisible})},n.ptm("itemCloned")),[t.renderSlot(n.$slots,"item",{data:a,index:c})],16)}),128)):t.createCommentVNode("",!0)],16)],16),n.showNavigators?t.withDirectives((t.openBlock(),t.createElementBlock("button",t.mergeProps({key:1,type:"button",class:n.cx("nextButton"),disabled:l.forwardIsDisabled,"aria-label":l.ariaNextButtonLabel,onClick:e[5]||(e[5]=function(){return l.navForward&&l.navForward.apply(l,arguments)})},Ve(Ve({},n.nextButtonProps),n.ptm("nextButton")),{"data-pc-group-section":"navigator"}),[t.renderSlot(n.$slots,"nexticon",{},function(){return[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.isVertical()?"ChevronDownIcon":"ChevronRightIcon"),t.mergeProps({class:n.cx("nextButtonIcon")},n.ptm("nextButtonIcon")),null,16,["class"]))]})],16,Zi)),[[s]]):t.createCommentVNode("",!0)],16,qi),l.totalIndicators>=0&&n.showIndicators?(t.openBlock(),t.createElementBlock("ul",t.mergeProps({key:0,ref:"indicatorContent",class:[n.cx("indicators"),n.indicatorsContentClass],onKeydown:e[6]||(e[6]=function(){return l.onIndicatorKeydown&&l.onIndicatorKeydown.apply(l,arguments)})},n.ptm("indicators")),[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.totalIndicators,function(a,c){return t.openBlock(),t.createElementBlock("li",t.mergeProps({key:"p-carousel-indicator-"+c.toString(),class:n.cx("indicator",{index:c})},n.ptm("indicator",l.getIndicatorPTOptions(c)),{"data-p-highlight":i.d_page===c}),[t.createElementVNode("button",t.mergeProps({class:n.cx("indicatorButton"),type:"button",tabindex:i.d_page===c?"0":"-1","aria-label":l.ariaPageLabel(c+1),"aria-current":i.d_page===c?"page":void 0,onClick:function(d){return l.onIndicatorClick(d,c)}},n.ptm("indicatorButton",l.getIndicatorPTOptions(c))),null,16,Qi)],16,Ji)}),128))],16)):t.createCommentVNode("",!0)],16)),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:3,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)}$n.render=el;const tl=["innerHTML"],Sn=t.defineComponent({__name:"CarouselModule",props:{__typename:{},headline:{},carouselItems:{},backgroundColor:{},pt:{},variant:{default:"Default"},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ke,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>`${O(e.variant!=="Hero"?"py-16 px-8":"",`bg-${r}`,e.class)} ${e.variant.toLowerCase()} carousel`);return(s,a)=>{var c;return t.openBlock(),t.createBlock(t.unref($n),{value:s.carouselItems,"num-visible":1,"num-scroll":1,class:t.normalizeClass(l.value),pt:o.value,"pt:item:class":`carousel-item w-full ${((c=o.value)==null?void 0:c.item)??""}`},t.createSlots({item:t.withCtx(u=>[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.data.__typename),t.mergeProps(u.data,{"is-child":!0}),null,16))]),footer:t.withCtx(()=>[]),nexticon:t.withCtx(()=>[]),_:2},[s.headline?{name:"header",fn:t.withCtx(()=>{var u;return[t.createElementVNode("h2",{class:t.normalizeClass(`carousel-headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(i).headline}`),innerHTML:s.headline},null,10,tl)]}),key:"0"}:void 0]),1032,["value","class","pt","pt:item:class"])}}});var Se=(n=>(n[n.IconTile=0]="IconTile",n[n.ImageTile=1]="ImageTile",n[n.VideoTile=2]="VideoTile",n[n.ImageStackedAnimatedTile=3]="ImageStackedAnimatedTile",n[n.VideoLeft=4]="VideoLeft",n[n.Hero=5]="Hero",n[n.Centered=6]="Centered",n))(Se||{});const nl=["innerHTML"],Bn=t.defineComponent({__name:"ContainerModule",props:{__typename:{},headline:{},subHeadline:{},fullWidthContent:{},start:{},end:{},textColor:{},backgroundColor:{},backgroundImage:{},variant:{default:"Centered"},isChild:{type:Boolean,default:!1},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){var f,p,h,C,g,b;const e=n,{backgroundColor:o,palette:r}=F(e),i=t.computed(()=>w(Ge[e.variant],e.pt??{})),l=t.computed(()=>Se[e.variant]===Se.Hero),s=t.computed(()=>Se[e.variant]===Se.Centered),a=t.computed(()=>{var y,B,T;return O(`container-module bg-${o} relative ${(y=i.value)==null?void 0:y.root} ${l.value?e.backgroundImage?`md:h-[60vw] md:max-h-[70vh] ${(B=i.value)==null?void 0:B.container}`:`md:h-[500px] md:max-h-[500px] ${(T=i.value)==null?void 0:T.container}`:""} `,e.class??"")}),c=t.computed(()=>{var B,T;let y=JSON.parse(JSON.stringify(e.backgroundImage));return y!=null&&y.media.width&&(y.media.width=void 0),y!=null&&y.media.height&&(y.media.height=void 0),(B=y==null?void 0:y.mobileMedia)!=null&&B.width&&(y.mobileMedia.width=void 0),(T=y==null?void 0:y.mobileMedia)!=null&&T.height&&(y.mobileMedia.height=void 0),y}),u=((f=e.fullWidthContent)==null?void 0:f.__typename)==="TileContent"?"TileContentTextTile":(p=e.fullWidthContent)==null?void 0:p.__typename,d=((h=e.start)==null?void 0:h.__typename)==="TileContent"?"TileContentTextTile":(C=e.start)==null?void 0:C.__typename,m=((g=e.end)==null?void 0:g.__typename)==="TileContent"?"TileContentTextTile":(b=e.end)==null?void 0:b.__typename;return(y,B)=>{const T=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(y.isChild?"div":"section"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>{var x,V,P,I,_,N,j,$,R;return[y.backgroundImage&&c.value?(t.openBlock(),t.createBlock(T,{key:0,media:c.value.media,"mobile-media":c.value.mobileMedia,class:t.normalizeClass(`md:absolute md:top-0 md:right-0 object-cover w-full h-full z-0 ${l.value?"object-bottom":""}`)},null,8,["media","mobile-media","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-inner relative z-10 ${l.value?((x=y.start)==null?void 0:x.__typename)==="Image"?"container-hero-right":"container-hero":"container"} ${y.isChild||l.value?"":"py-4 px-8 md:py-16 md:px-4"} ${((V=i.value)==null?void 0:V.inner)??""}`)},[y.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-module-headline ${!y.isChild&&l.value?"py-16":""} ${s.value?"text-center":""} ${((P=i.value)==null?void 0:P.headline)??""} text-${t.unref(r).headline}`),innerHTML:y.headline},null,10,nl)):t.createCommentVNode("",!0),y.subHeadline?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`container-module-subheadline ${s.value?"text-center":""} ${((I=i.value)==null?void 0:I.subheadline)??""} text-${t.unref(r).subheadline}`)},t.toDisplayString(y.subHeadline),3)):t.createCommentVNode("",!0),y.fullWidthContent||y.start||y.end?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`container-module-content flex flex-col ${((_=y.end)==null?void 0:_.__typename)==="Image"&&"flex-col-reverse"} md:flex-row gap-5 h-full ${((N=i.value)==null?void 0:N.bodyCopy)??""}`)},[y.fullWidthContent?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-full-width-content ${((j=i.value)==null?void 0:j.fullWidthContent)??""} ${s.value?"mx-auto":""}`)},[t.unref(u)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(u)),t.mergeProps({key:0},y.fullWidthContent,{"is-child":!0,"is-hero":!!(t.unref(u)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[y.start?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`container-module-start basis-1/2 ${(($=i.value)==null?void 0:$.start)??""} ${l.value&&t.unref(d)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(d)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(d)),t.mergeProps({key:0},y.start,{"is-child":!0,"is-hero":!!(t.unref(d)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-module-end basis-1/2 ${((R=i.value)==null?void 0:R.end)??""} ${l.value&&t.unref(m)!=="Image"?"py-16 md:pr-16 md:pl-0 px-12":""}`)},[t.unref(m)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(m)),t.mergeProps({key:0},y.end,{"is-child":!0,"is-hero":!!(t.unref(m)==="ContentModule"&&l.value)}),null,16,["is-hero"])):t.createCommentVNode("",!0)],2)],64))],2)):t.createCommentVNode("",!0)],2),t.renderSlot(y.$slots,"default")]}),_:3},8,["class"])}}});var le=(n=>(n.Left="left",n.Center="center",n.Right="right",n.Inline="inline",n))(le||{});const G=t.defineComponent({__name:"CTA",props:{__typename:{},title:{},link:{},color:{},textColor:{},buttonType:{},logo:{},pt:{},ariaLabel:{},ariaDescription:{},anchor:{},target:{},size:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ye[e.buttonType],e.pt??{})),r=t.computed(()=>e.buttonType==="link"||e.buttonType==="logo"),{palette:i}=F(e),l=i.cta[e.buttonType],s=t.computed(()=>{var h;const p=["cta whitespace-nowrap",O(((h=o.value)==null?void 0:h.root)??"",e.class??"","flex items-center gap-2")];if((e.buttonType==="link"||e.buttonType==="logo")&&p.push("hover:underline"),p.push(`text-${e.textColor??l.copy}`),e.size)switch(e.size){case"sm":p.push("*:text-sm"),e.buttonType==="fill"&&p.push("py-0.5 px-4");break;case"lg":p.push("*:text-lg font-bold"),e.buttonType==="fill"&&p.push("py-1.5 px-8");break;case"xl":p.push("*:text-xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-12");break;case"xxl":p.push("*:text-3xl font-bold"),e.buttonType==="fill"&&p.push("py-2 px-16");break}return e.buttonType==="fill"&&(p.push("rounded-[2rem]"),(e.color||l.bg)&&p.push(`bg-${e.color||l.bg}`),e.size||p.push("py-1 px-4")),l.border&&p.push(`border-${e.color??l.border}`),p.join(" ")}),a=t.computed(()=>{var p,h,C,g,b,y;return(h=(p=e.link)==null?void 0:p.page)!=null&&h.slug?`${(g=(C=e.link)==null?void 0:C.page)==null?void 0:g.slug}`:(b=e.link)!=null&&b.externalUrl?(y=e.link)==null?void 0:y.externalUrl:""}),c=t.computed(()=>{var p;return!!((p=e.link)!=null&&p.externalUrl)}),u=t.computed(()=>{var p;return e.ariaLabel??((p=e.link)==null?void 0:p.ariaLabel)??e.title}),d=t.computed(()=>{var p;return e.ariaDescription??((p=e.link)==null?void 0:p.ariaDescription)??""}),m=t.computed(()=>{var p,h,C;return e.target==="New Tab"||((p=e.link)==null?void 0:p.target)==="New Tab"?"_blank":e.target==="Same Tab"||((h=e.link)==null?void 0:h.target)==="Same Tab"?"_self":(C=e.link)!=null&&C.externalUrl?"_blank":"_self"}),f=t.computed(()=>c.value?"a":"router-link");return(p,h)=>{const C=H;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{"aria-label":u.value,"aria-description":d.value,to:c.value?"":a.value,href:c.value?a.value:"",target:c.value?m.value:"",rel:c.value?"noopener":"",class:t.normalizeClass(e.class)},{default:t.withCtx(()=>[t.createVNode(t.unref(Ct),{class:t.normalizeClass(s.value),link:r.value},{default:t.withCtx(()=>{var g,b,y;return[p.logo?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${p.buttonType==="logo"?(g=o.value)==null?void 0:g.logo:""} ${p.buttonType==="logo"?`bg-${e.textColor??t.unref(l).copy}`:""}`)},[typeof p.logo=="object"?(t.openBlock(),t.createBlock(C,t.normalizeProps(t.mergeProps({key:0},p.logo)),null,16)):typeof p.logo=="string"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(t.unref(O)(p.logo,(b=o.value)==null?void 0:b.logo))},null,2)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(t.unref(O)("pointer-events-none whitespace-nowrap",((y=o.value)==null?void 0:y.headline)??""))},t.toDisplayString(p.title),3)]}),_:1},8,["class","link"])]),_:1},8,["aria-label","aria-description","to","href","target","rel","class"])}}}),ol={key:2},rl=["innerHTML"],il=["innerHTML"],ll=["innerHTML"],Tn=t.defineComponent({__name:"ContentModule",props:{__typename:{},headline:{},subHeadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},pt:{},logo:{},isHero:{type:Boolean,default:!1},alignment:{default:le.Left},isChild:{type:Boolean},isProvider:{type:Boolean},class:{}},setup(n){const e=n,o=e.alignment?e.alignment.toLowerCase():"left",r=t.computed(()=>w(Xe,e.pt??{})),i=t.computed(()=>o===le.Inline?"text-left md:text-left":`text-${o}`),l=t.computed(()=>{let m="";switch(o){case le.Right:m="justify-end";break;case le.Center:m="justify-center";break;default:m="justify-start"}return m}),s=t.computed(()=>{var m,f;return`${((m=r.value)==null?void 0:m.logo)??""} ${(f=e==null?void 0:e.logo)==null?void 0:f.class}`}),{backgroundColor:a,palette:c}=F(e),u=t.computed(()=>{var f;const m=["content-module-headline",`text-${c.headline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.headline)??"",i.value)];return e.isChild?m.push("text-3xl md:text-4xl"):m.push("text-3xl md:text-5xl"),(e.bodyCopy||e.subHeadline&&e.isHero)&&m.push("mb-4 md:mb-6"),m.join(" ")}),d=t.computed(()=>{var f;return["content-module-subheadline mb-2",`text-${c.subheadline}`,O(((f=r==null?void 0:r.value)==null?void 0:f.subheadline)??"",i.value)].join(" ")});return(m,f)=>{var h,C,g,b;const p=H;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`content-module ${m.isChild?"":"p-8 md:p-16"} ${((h=r.value)==null?void 0:h.root)??""} ${e.class??""} ${e.backgroundColor||!m.isChild?`bg-${t.unref(a)}`:""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`content-module-container mx-auto ${((C=r.value)==null?void 0:C.container)??""} ${t.unref(o)===t.unref(le).Inline?"flex flex-col md:flex-row justify-between items-center gap-4":""}`)},[m.logo?(t.openBlock(),t.createBlock(p,t.mergeProps({key:0},m.logo,{class:s.value}),null,16,["class"])):t.createCommentVNode("",!0),m.subHeadline&&!m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.headline?(t.openBlock(),t.createElementBlock("div",ol,[m.isHero?(t.openBlock(),t.createElementBlock("h1",{key:0,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,rl)):(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(u.value),innerHTML:m.headline},null,10,il))])):t.createCommentVNode("",!0),m.subHeadline&&m.isHero?(t.openBlock(),t.createElementBlock("h6",{key:3,class:t.normalizeClass(d.value)},t.toDisplayString(m.subHeadline),3)):t.createCommentVNode("",!0),m.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:4,class:t.normalizeClass(`content-module-body-copy text-${t.unref(c).copy} ${t.unref(O)(((g=r.value)==null?void 0:g.bodyCopy)??"",i.value)}`),innerHTML:m.bodyCopy},null,10,ll)):t.createCommentVNode("",!0),m.ctas?(t.openBlock(),t.createElementBlock("div",{key:5,class:t.normalizeClass(`content-module-ctas flex flex-wrap gap-4 ${l.value} ${t.unref(O)(((b=r.value)==null?void 0:b.ctas)??"",i.value)}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(m.ctas,(y,B)=>(t.openBlock(),t.createBlock(G,t.mergeProps({ref_for:!0},y,{key:`cta-${y.title}-${B}`,class:`${m.isHero?"w-full sm:w-auto justify-center":""}`}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0)],2)],2)}}}),al=["innerHTML"],En=t.defineComponent({__name:"ContainerCollectionModule",props:{__typename:{},headline:{},modules:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(qe,e.pt??{})),{backgroundColor:r,palette:i}=F(e);return(l,s)=>{var a,c;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`container-collection ${e.class??""} bg-${t.unref(r)}`)},[l.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`container-collection-headline ${(a=o.value)==null?void 0:a.headline} text-${t.unref(i).headline}`),innerHTML:l.headline},null,10,al)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`container-collection-content space-y-8 mx-auto container ${(c=o.value)==null?void 0:c.bodyCopy}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(l.modules,(u,d)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.__typename),t.mergeProps({ref_for:!0},u,{key:`${u==null?void 0:u.__typename}-${d}`,"is-child":!0}),null,16))),128))],2)],2)}}});var ne=(n=>(n[n.header=0]="header",n[n.footer=1]="footer",n))(ne||{});/*!
|
|
90
90
|
* vue-router v4.4.3
|
|
91
91
|
* (c) 2024 Eduardo San Martin Morote
|
|
92
92
|
* @license MIT
|
|
@@ -95,4 +95,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
95
95
|
- previous to:`,i,`
|
|
96
96
|
- props:`,n):Pn(`Invalid value for prop "to" in useLink()
|
|
97
97
|
- to:`,d,`
|
|
98
|
-
- props:`,n)),i=d,r=!0),e.resolve(d)}),s=t.computed(()=>{const{matched:d}=l.value,{length:m}=d,f=d[m-1],p=o.matched;if(!f||!p.length)return-1;const h=p.findIndex(xn.bind(null,f));if(h>-1)return h;const C=jn(d[m-2]);return m>1&&jn(f)===C&&p[p.length-1].path!==C?p.findIndex(xn.bind(null,d[m-2])):h}),a=t.computed(()=>s.value>-1&&fl(o.params,l.value.params)),c=t.computed(()=>s.value>-1&&s.value===o.matched.length-1&&dl(o.params,l.value.params));function u(d={}){return pl(d)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(cl):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&sl){const d=t.getCurrentInstance();if(d){const m={route:l.value,isActive:a.value,isExactActive:c.value,error:null};d.__vrl_devtools=d.__vrl_devtools||[],d.__vrl_devtools.push(m),t.watchEffect(()=>{m.route=l.value,m.isActive=a.value,m.isExactActive=c.value,m.error=Vn(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:l,href:t.computed(()=>l.value.href),isActive:a,isExactActive:c,navigate:u}}const zn=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:On,setup(n,{slots:e}){const o=t.reactive(On(n)),{options:r}=t.inject(Ln),i=t.computed(()=>({[Mn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[Mn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const l=e.default&&e.default(o);return n.custom?l:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:i.value},l)}}});function pl(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function fl(n,e){for(const o in e){const r=e[o],i=n[o];if(typeof r=="string"){if(r!==i)return!1}else if(!Ne(i)||i.length!==r.length||r.some((l,s)=>l!==i[s]))return!1}return!0}function jn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const Mn=(n,e,o)=>n??e??o,gl={class:t.normalizeClass("pi pi-chevron-down")},hl={class:t.normalizeClass("pi pi-chevron-up")},yl={key:1,class:"mb-2 font-bold"},bl=["innerHTML"],Be=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},class:{},isChild:{type:Boolean},pt:{}},setup(n){const e=n,o=t.computed(()=>w(Je,e.pt??{})),r=t.computed(()=>{var u,d,m,f,p,h;return(d=(u=e.link)==null?void 0:u.page)!=null&&d.slug?`${(f=(m=e.link)==null?void 0:m.page)==null?void 0:f.slug}`:(p=e.link)!=null&&p.externalUrl?(h=e.link)==null?void 0:h.externalUrl:""}),i=t.computed(()=>{var u,d,m;return(d=(u=e.link)==null?void 0:u.page)!=null&&d.slug?zn:(m=e.link)!=null&&m.externalUrl?"a":"button"}),l=t.computed(()=>ne[e.elementType??"header"]),s=t.ref(!1),a=t.computed(()=>`relative m-0 ${e.class??""} ${e.isChild?"sub-":""}navigation-element`),c=()=>{s.value=!s.value};return(u,d)=>{const m=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.isChild?"li":"div"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>[l.value===t.unref(ne).header||u.isChild&&(r.value||u.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.value),{key:0,to:i.value===t.unref(zn)?r.value:void 0,href:i.value==="a"?r.value:void 0,class:t.normalizeClass(["flex items-center hover:underline",{"whitespace-nowrap":l.value===t.unref(ne).header}]),"aria-expanded":i.value==="button"?!0:void 0,"aria-haspopup":i.value==="button"?!0:void 0,onClick:c},{default:t.withCtx(()=>{var f;return[t.createTextVNode(t.toDisplayString(u.title)+" ",1),!u.isChild&&u.subNavigation&&!(r.value||u.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((f=o.value)==null?void 0:f.icon)},[t.withDirectives(t.createElementVNode("i",gl,null,512),[[t.vShow,!s.value]]),t.withDirectives(t.createElementVNode("i",hl,null,512),[[t.vShow,s.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","href","class","aria-expanded","aria-haspopup"])):l.value==t.unref(ne).footer?(t.openBlock(),t.createElementBlock("h2",yl,t.toDisplayString(u.title),1)):t.createCommentVNode("",!0),!u.isChild&&u.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!s.value&&l.value==t.unref(ne).header,"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5":l.value==t.unref(ne).header}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.subNavigation,(f,p)=>(t.openBlock(),t.createBlock(m,t.mergeProps({key:f.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${p}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...f,elementType:u.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),u.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:u.htmlRef},null,8,bl)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),Cl={key:0,id:"social-media",class:"flex flex-wrap footer-social space-x-2 whitespace-normal"},kl=["href"],Le=t.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(n){return(e,o)=>{const r=H;return e.socialMediaRef?(t.openBlock(),t.createElementBlock("div",Cl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialMediaRef,(i,l)=>{var s,a;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${i.icon.altTag}-${l}`,class:t.normalizeClass(`footer-social-item-${l} mt-1`),href:(s=i==null?void 0:i.link)==null?void 0:s.externalUrl},[t.createVNode(r,{media:(a=i==null?void 0:i.icon)==null?void 0:a.media},null,8,["media"])],10,kl)}),128))])):t.createCommentVNode("",!0)}}}),wl={id:"footer-copyright",class:"flex md:flex-row flex-col-reverse justify-between whitespace-normal items-start md:items-center mt-8 md:mt-0"},$l={class:"footer-copyright-links basis-1/3"},vl={class:"flex flex-row divide-x items-center"},Sl={class:"footer-copyright-logos flex items-start md:items-center justify-evenly basis-1/3 space-x-2"},Oe=t.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean}},setup(n){return(e,o)=>(t.openBlock(),t.createElementBlock("div",wl,[t.createElementVNode("div",{class:t.normalizeClass(["footer-copyright w-[90%] md:w-auto basis-1/3",{"mt-8":e.addTextMargin}])},t.toDisplayString(e.copyRight),3),t.createElementVNode("div",$l,[t.createElementVNode("div",vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navigation,(r,i)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`footer-nav-item-${r.title}-${i}`,class:`footer-nav-item-${i} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...r,isChild:!1,elementType:"header"}),null,16,["class"]))),128))])]),t.createElementVNode("div",Sl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.logos,(r,i)=>(t.openBlock(),t.createBlock(H,{key:`footer-copy-right-logo-${i}`,class:"grow ml-auto",media:r.media},null,8,["media"]))),128))])]))}}),Bl={class:"container flex flex-col mx-auto"},Tl={href:"/",class:"footer-navigation-logo text-center"},El={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"},Pl={key:1,class:"grow"},xl=["innerHTML"],Dn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},textColor:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(n){const e=n,o=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(r,i)=>(t.openBlock(),t.createElementBlock("footer",{class:"w-full p-8 content-center md:py-16 md:px-40",style:t.normalizeStyle(o.value)},[t.createElementVNode("div",Bl,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-col sm:flex-row md:gap-4",{"p-5 justify-between items-start":r.navigation&&r.navigation.length>0,"mb-4 md:items-center":!r.navigation||r.navigation.length===0}])},[t.createElementVNode("a",Tl,[r.logo?(t.openBlock(),t.createBlock(H,{key:0,class:"min-h-[95px] min-w-[100px] w-[100px] h-[95px]",media:r.logo.media},null,8,["media"])):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(r.title),1)]),r.navigation&&r.navigation.length>0?(t.openBlock(),t.createElementBlock("div",El,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(l,s)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`footer-nav-item-${l.title}-${s}`,class:`footer-nav-item-${s}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...l,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),!r.navigation||r.navigation.length===0?(t.openBlock(),t.createElementBlock("div",Pl,[r.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":r.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0),t.createVNode(Oe,{"copy-right":r.copyRight,navigation:r.copyRightLinks,logos:r.copyRightLogos,"add-text-margin":!0},null,8,["copy-right","navigation","logos"])])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[r.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":r.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0)],64))],2),r.navigation&&r.navigation.length>0?(t.openBlock(),t.createBlock(Oe,{key:0,"copy-right":r.copyRight,navigation:r.copyRightLinks,logos:r.copyRightLogos},null,8,["copy-right","navigation","logos"])):t.createCommentVNode("",!0),i[0]||(i[0]=t.createElementVNode("hr",{class:"my-8"},null,-1)),r.legalText?(t.openBlock(),t.createElementBlock("div",{key:1,class:"footer-legal py-5 text-xs md:text-base",innerHTML:r.legalText},null,8,xl)):t.createCommentVNode("",!0)])],4))}}),Il=["innerHTML"],Fn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ze,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:i,palette:l}=F(e);return(s,a)=>{var u,d,m;const c=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(i)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`logo-module-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(l).headline}`),innerHTML:s.headline},null,10,Il)):t.createCommentVNode("",!0),s.logos?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((m=o.value)==null?void 0:m.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.logos,(f,p)=>(t.openBlock(),t.createBlock(c,t.mergeProps({ref_for:!0},f,{key:`cta-${f.altTag}-${p}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),_l={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},Al={class:"flex items-center justify-between py-3 sm:p-0"},Vl={key:0,href:"/",class:"primary-navigation-logo items-center h-12 hidden lg:flex"},Nl={class:"sm:hidden"},Ll={class:"h-6 w-6 fill-current",viewBox:"0 0 24 24"},Ol={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},zl={key:1,"fill-rule":"evenodd",d:"M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"},Hn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},textColor:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!0),r=t.computed(()=>({"background-color":e.backgroundColor??"white",color:e.textColor??"inherit"}));return(i,l)=>{const s=G;return t.openBlock(),t.createElementBlock("header",{class:"primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl",style:t.normalizeStyle(r.value)},[t.createElementVNode("div",_l,[t.createElementVNode("div",Al,[i.logo?(t.openBlock(),t.createElementBlock("a",Vl,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(i.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",Nl,[t.createElementVNode("button",{type:"button",class:"block",onClick:l[0]||(l[0]=a=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",Ll,[o.value?(t.openBlock(),t.createElementBlock("path",Ol)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",zl))]))])])]),i.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(a,c)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`${a.title}-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,class:`primary-nav-item-${c} ${a.class}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,a=>(t.openBlock(),t.createBlock(s,t.mergeProps({key:a.title,ref_for:!0},a),null,16))),128))],2)):t.createCommentVNode("",!0)])],4)}}}),jl=["innerHTML"],Rn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Qe,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:i,palette:l}=F(e),s=t.computed(()=>O(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${i}`,e.class??""));return(a,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(s.value)},{default:t.withCtx(()=>{var u,d,m,f,p;return[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(l).headline}`),innerHTML:a.headline},null,10,jl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(O)("flex justify-evenly gap-4 mx-auto items-center",((d=o.value)==null?void 0:d.bodyCopy)??"")}`)},[a.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.start.__typename),t.mergeProps({key:0},a.start,{class:`split-module-start ${((m=o.value)==null?void 0:m.start)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.center.__typename),t.mergeProps({key:1},a.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.end.__typename),t.mergeProps({key:2},a.end,{class:`split-module-end ${((p=o.value)==null?void 0:p.end)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Ml=["innerHTML"],Wn=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(et,e.pt??{})),{palette:r}=F(e),i=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(l,s)=>{var a,c,u,d,m,f,p;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(O)("p-5",e.class??"")}`),style:t.normalizeStyle(i.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((a=o.value)==null?void 0:a.container)??""}`)},[l.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((c=o.value)==null?void 0:c.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.media.__typename),t.normalizeProps(t.guardReactiveProps(l.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((u=o.value)==null?void 0:u.text)??""}`)},[l.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`testimonial-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(r).headline}`),innerHTML:l.headline},null,10,Ml)):t.createCommentVNode("",!0),l.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((m=o.value)==null?void 0:m.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(l.quote)+'" ',3)):t.createCommentVNode("",!0),l.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((f=o.value)==null?void 0:f.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(l.author),3)):t.createCommentVNode("",!0),l.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((p=o.value)==null?void 0:p.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(l.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),Dl=["innerHTML"],Fl={key:3,class:"mx-auto mt-16 w-fit"},Hl={key:0,class:"w-full overflow-hidden pt-8"},Un=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(tt,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>{const a=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:a.push("lg:w-[23%]");break;case 3:a.push("lg:w-[31%]");break;case 1:a.push("md:w-full");break}return a.join(" ")}),s=t.computed(()=>{switch(r){case"iris":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";case"wisteria":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";default:return"https://images.ctfassets.net/qqblaiss500w/5LopxqqvQC9Vzutf6cvGR3/6b20c6a67b637de8ba90bb817b3b521d/circles.png"}});return(a,c)=>{var m,f,p,h,C;const u=G,d=H;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${a.variant} ${t.unref(O)("overflow-hidden py-16",a.includeDecoration?"!pb-0":"",((m=o.value)==null?void 0:m.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((f=o.value)==null?void 0:f.container)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(i).headline} ${a.bodyCopy?"mb-2":""}`),innerHTML:a.headline},null,10,Dl)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-body-copy ${((h=o.value)==null?void 0:h.bodyCopy)??""} text-${t.unref(i).copy}`)},t.toDisplayString(a.bodyCopy),3)):t.createCommentVNode("",!0),a.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(O)(`flex flex-col ${a.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-4 md:gap-6":"gap-4"} justify-center`,((C=o.value)==null?void 0:C.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.modules,(g,b)=>{var y;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${a.variant}`),t.mergeProps({key:`${g==null?void 0:g.headline}-${b}`,class:`tile-collection-content-item-${b} ${l.value} ${((y=o.value)==null?void 0:y.item)??""} ${g.class}`,ref_for:!0},g,{index:b,"tile-label-type":a.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),a.ctas?(t.openBlock(),t.createElementBlock("div",Fl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,g=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:`${g.title}-cta`,ref_for:!0},g,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2),a.includeDecoration?(t.openBlock(),t.createElementBlock("div",Hl,[t.createVNode(d,{animated:!0,media:{url:s.value},"alt-tag":"Stem cell background image, series of multicolor circles in a circular pattern.",class:"w-1/2 h-[200px] object-top object-cover mx-auto"},null,8,["media"])])):t.createCommentVNode("",!0)],2)}}}),Te=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),i=t.computed(()=>w(at[e.type],e.pt??{})),l=t.computed(()=>{var a;let s=e.type==="Numeric"?"right-4":"right-[-4%]";return e.alignment==="left"&&(s=e.type==="Numeric"?"left-4":"left-[-4%]"),`tile-label absolute ${typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]"} ${O(`text-${e.textColor}`,`bg-${e.backgroundColor}`,((a=i==null?void 0:i.value)==null?void 0:a.root)??"",s,o.class)}`});return(s,a)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(l.value),style:t.normalizeStyle({backgroundColor:s.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),ze=(n,e)=>n.buttonType==="fill"?n.color??k.COLOR_PALETTES[e].cta.fill.bg:null,je=(n,e)=>n.textColor??k.COLOR_PALETTES[e].cta[n.buttonType].copy;var Rl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},Wl=U.extend({name:"card",classes:Rl}),Ul={name:"BaseCard",extends:be,style:Wl},ae={name:"Card",extends:Ul,inheritAttrs:!1};function Kl(n,e,o,r,i,l){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}ae.render=Kl;const ql=["src","height","width"],Gl=["src","height","width"],Ee=t.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(n){let e=t.ref(!1);function o(){e.value=!0}return(r,i)=>{var l,s;return t.unref(e)?t.unref(e)?(t.openBlock(),t.createElementBlock("iframe",{key:1,class:t.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(l=r.thumbnail.media)!=null&&l.height?r.thumbnail.media.height:"100%",width:(s=r.thumbnail.media)!=null&&s.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Gl)):t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${r.$props.class} relative`),onClick:o},[i[0]||(i[0]=t.createElementVNode("svg",{class:"absolute bottom-0 left-0 right-0 top-0 m-auto block",xmlns:"http://www.w3.org/2000/svg",width:"97",height:"97",viewBox:"0 0 97 97",fill:"none"},[t.createElementVNode("path",{d:"M91.4217 48.2108C91.4217 72.0755 72.0755 91.4217 48.2108 91.4217C24.3462 91.4217 5 72.0755 5 48.2108C5 24.3462 24.3462 5 48.2108 5C72.0755 5 91.4217 24.3462 91.4217 48.2108Z",stroke:"white","stroke-width":"10"}),t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),t.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,ql)],2))}}}),Xl=["innerHTML"],Kn=Ae(t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(nt,e.pt??{})),{palette:r}=F(e),i=e.backgroundColor?r:r.tile,l=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,C,g,b,y,B,T,x,V,P,I;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-on-top ${t.unref(u)?"visible":""} ${t.unref(O)((h=o.value)==null?void 0:h.root,l?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{type:d.tileLabelType??((C=d.tileLabel)==null?void 0:C.type),class:d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(b=o.value)==null?void 0:b.numericLabel:(y=o.value)==null?void 0:y.label,"background-color":t.unref(i).label[d.tileLabelType??((B=d.tileLabel)==null?void 0:B.type)??"Text"].bg,"text-color":t.unref(i).label[d.tileLabelType??((T=d.tileLabel)==null?void 0:T.type)??"Text"].copy,index:d.index,alignment:((x=d.tileLabel)==null?void 0:x.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((V=o.value)==null?void 0:V.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((P=o.value)==null?void 0:P.footer)??""}`,"pt:body:class":((I=o.value)==null?void 0:I.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var _,N,j,$,R,W,K;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((_=o.value)==null?void 0:_.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((N=o.value)==null?void 0:N.media)??""}`)},[m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},d.image,{class:t.unref(O)(($=(j=d.image)==null?void 0:j.media)!=null&&$.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.mergeProps({key:1},d.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(i).headline} text-${d.alignment}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(i).headline} text-${d.alignment}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((K=o.value)==null?void 0:K.bodyCopy)??""} text-${t.unref(i).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Xl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var _,N;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((_=o.value)==null?void 0:_.footerContent)??""} text-${t.unref(i).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((N=o.value)==null?void 0:N.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(j,$)=>{var R;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${j.title}-${$}`,class:`cta-${$} ${(R=o.value)==null?void 0:R.cta}`,color:t.unref(ze)(j,t.unref(s)),"text-color":t.unref(je)(j,t.unref(s)),ref_for:!0},j),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-4fcc6054"]]),Yl=["innerHTML"],qn=Ae(t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(rt,e.pt??{})),{palette:r}=F(e),i=e.backgroundColor?r:r.tile,l=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,C,g,b;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-in-right ${t.unref(u)?"visible":""} ${t.unref(O)(((h=o.value)==null?void 0:h.root)??"",l?"":"w-full md:w-full lg:w-full",`bg-${t.unref(s)}`,e.class??"")}`)},[t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((C=o.value)==null?void 0:C.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((g=o.value)==null?void 0:g.footer)??""}`,"pt:body:class":((b=o.value)==null?void 0:b.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var y,B,T,x,V,P,I,_,N,j,$,R,W,K;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((y=o.value)==null?void 0:y.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((B=o.value)==null?void 0:B.media)??""}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,{key:0,class:t.normalizeClass(d.tileLabelType==="Numeric"||((T=d.tileLabel)==null?void 0:T.type)==="Numeric"?(x=o.value)==null?void 0:x.numericLabel:(V=o.value)==null?void 0:V.label),index:d.index,alignment:((P=d.tileLabel)==null?void 0:P.alignment)??"left",type:d.tileLabelType??((I=d.tileLabel)==null?void 0:I.type),"background-color":t.unref(i).label[d.tileLabelType??((_=d.tileLabel)==null?void 0:_.type)??"Text"].bg,"text-color":t.unref(i).label[d.tileLabelType??((N=d.tileLabel)==null?void 0:N.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(O)("rounded-full",($=(j=d.image)==null?void 0:j.media)!=null&&$.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(i).headline}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(i).copy}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((K=o.value)==null?void 0:K.bodyCopy)??""} text-${t.unref(i).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Yl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var y,B;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((y=o.value)==null?void 0:y.footerContent)??""} text-${t.unref(i).copy} text-${d.alignment}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((B=o.value)==null?void 0:B.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(T,x)=>{var V;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${T.title}-${x}`,class:`cta-${x} ${(V=o.value)==null?void 0:V.cta}`,color:t.unref(ze)(T,t.unref(s)),"text-color":t.unref(je)(T,t.unref(s)),ref_for:!0},T),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-0d5fdcb5"]]),Zl=["innerHTML"],Gn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(it,e.pt??{})),r=typeof e.index=="number",{palette:i}=F(e),l=e.backgroundColor?i:i.tile,s=e.backgroundColor?e.backgroundColor:i.tile.bg;return(a,c)=>{var m,f,p,h,C,g,b,y,B,T;const u=Te,d=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)((m=o.value)==null?void 0:m.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[a.tileLabel||a.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},a.tileLabel,{class:a.tileLabelType==="Numeric"||((f=a.tileLabel)==null?void 0:f.type)==="Numeric"?(p=o.value)==null?void 0:p.numericLabel:(h=o.value)==null?void 0:h.label,index:a.index,type:a.tileLabelType??((C=a.tileLabel)==null?void 0:C.type),"background-color":t.unref(l).label[a.tileLabelType??((g=a.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(l).label[a.tileLabelType??((b=a.tileLabel)==null?void 0:b.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((y=o.value)==null?void 0:y.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((B=o.value)==null?void 0:B.footer)??""}`,"pt:body:class":((T=o.value)==null?void 0:T.body)??""},t.createSlots({_:2},[a.bodyCopy||a.subheadline||a.headline?{name:"content",fn:t.withCtx(()=>{var x,V,P,I;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((x=o.value)==null?void 0:x.bodyCopy)??""}`)},[a.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((V=o.value)==null?void 0:V.subheadline)??""} text-${t.unref(l).copy} text-${a.alignment}`)},t.toDisplayString(a.subheadline),3)):t.createCommentVNode("",!0),a.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((P=o.value)==null?void 0:P.headline)??""} text-${t.unref(l).headline} text-${a.alignment}`)},t.toDisplayString(a.headline),3)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-body-copy ${((I=o.value)==null?void 0:I.bodyCopy)??""} text-${t.unref(l).copy} text-${a.alignment}`),innerHTML:a.bodyCopy},null,10,Zl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,a.ctas||a.footer?{name:"footer",fn:t.withCtx(()=>{var x,V;return[a.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((x=o.value)==null?void 0:x.footerContent)??""} text-${t.unref(l).copy} text-${a.alignment}`)},t.toDisplayString(a.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((V=o.value)==null?void 0:V.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,(P,I)=>{var _;return t.openBlock(),t.createBlock(d,t.mergeProps({key:`cta-${P.title}-${I}`,class:`cta-${I} ${(_=o.value)==null?void 0:_.cta} w-full`,color:t.unref(ze)(P,t.unref(s)),"text-color":t.unref(je)(P,t.unref(s)),size:P.size??"xxl",ref_for:!0},P),null,16,["class","color","text-color","size"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Jl=["innerHTML"],Xn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(lt,e.pt??{})),r=typeof e.index=="number",{palette:i}=F(e),l=e.backgroundColor?i:i.tile,s=e.backgroundColor?e.backgroundColor:i.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(c,u)=>{var f,p,h,C,g,b,y,B,T,x,V;const d=Te,m=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=o.value)==null?void 0:f.root)??"",e.class??"")} ${e.class}`)},[c.tileLabel||c.tileLabelType?(t.openBlock(),t.createBlock(d,{key:0,class:t.normalizeClass(c.tileLabelType==="Numeric"||((p=c.tileLabel)==null?void 0:p.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(C=o.value)==null?void 0:C.label),index:c.index,alignment:((g=c.tileLabel)==null?void 0:g.alignment)??"right",type:c.tileLabelType??((b=c.tileLabel)==null?void 0:b.type),"background-color":t.unref(l).label[c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type)??"Text"].bg,"text-color":t.unref(l).label[c.tileLabelType??((B=c.tileLabel)==null?void 0:B.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((T=o.value)==null?void 0:T.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((x=o.value)==null?void 0:x.ctas)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[c.bodyCopy||c.listItems?{name:"content",fn:t.withCtx(()=>{var P,I,_,N,j;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((P=o.value)==null?void 0:P.bodyCopy)??""} ${a.value}`)},[c.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((I=o.value)==null?void 0:I.headline)??""} text-${t.unref(l).headline} text-${c.alignment}`)},t.toDisplayString(c.headline),3)):t.createCommentVNode("",!0),c.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((_=o.value)==null?void 0:_.subheadline)??""} text-${t.unref(l).copy} text-${c.alignment}`)},t.toDisplayString(c.subheadline),3)):t.createCommentVNode("",!0),c.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media w-full ${((N=o.value)==null?void 0:N.media)??""}`)},[c.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:0},c.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),c.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((j=o.value)==null?void 0:j.bodyCopy)??""} text-${t.unref(l).copy} text-${c.alignment}`),innerHTML:c.bodyCopy},null,10,Jl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:t.withCtx(()=>{var P;return[c.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((P=o.value)==null?void 0:P.footer)??""} text-${t.unref(l).copy}`)},t.toDisplayString(c.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,(I,_)=>{var N;return t.openBlock(),t.createBlock(m,t.mergeProps({key:`cta-${I.title}-${_}`,class:`cta-${_} ${(N=o.value)==null?void 0:N.cta}`,color:t.unref(ze)(I,t.unref(s)),"text-color":t.unref(je)(I,t.unref(s)),ref_for:!0},I),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Bt=kt?window:void 0;function Me(n){var e;const o=Q(n);return(e=o==null?void 0:o.$el)!=null?e:o}function Ql(...n){let e,o,r,i;if(typeof n[0]=="string"||Array.isArray(n[0])?([o,r,i]=n,e=Bt):[e,o,r,i]=n,!e)return ee;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const l=[],s=()=>{l.forEach(d=>d()),l.length=0},a=(d,m,f,p)=>(d.addEventListener(m,f,p),()=>d.removeEventListener(m,f,p)),c=t.watch(()=>[Me(e),Q(i)],([d,m])=>{if(s(),!d)return;const f=ai(m)?{...m}:m;l.push(...o.flatMap(p=>r.map(h=>a(d,p,h,f))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return _e(u),u}function ea(){const n=t.ref(!1),e=t.getCurrentInstance();return e&&t.onMounted(()=>{n.value=!0},e),n}function ta(n){const e=ea();return t.computed(()=>(e.value,!!n()))}function na(n,e,o={}){const{root:r,rootMargin:i="0px",threshold:l=0,window:s=Bt,immediate:a=!0}=o,c=ta(()=>s&&"IntersectionObserver"in s),u=t.computed(()=>{const h=Q(n);return(Array.isArray(h)?h:[h]).map(Me).filter(pn)});let d=ee;const m=t.ref(a),f=c.value?t.watch(()=>[u.value,Me(r),m.value],([h,C])=>{if(d(),!m.value||!h.length)return;const g=new IntersectionObserver(e,{root:Me(C),rootMargin:i,threshold:l});h.forEach(b=>b&&g.observe(b)),d=()=>{g.disconnect(),d=ee}},{immediate:a,flush:"post"}):ee,p=()=>{d(),f(),m.value=!1};return _e(p),{isSupported:c,isActive:m,pause(){d(),m.value=!1},resume(){m.value=!0},stop:p}}function Yn(n,e={}){const{window:o=Bt,scrollTarget:r,threshold:i=0}=e,l=t.ref(!1);return na(n,s=>{let a=l.value,c=0;for(const u of s)u.time>=c&&(c=u.time,a=u.isIntersecting);l.value=a},{root:r,window:o,threshold:i}),l}const oa={[ii.mounted](n,e){if(typeof e.value=="function"){const o=e.value,r=Yn(n);t.watch(r,i=>o(i),{immediate:!0})}else{const[o,r]=e.value,i=Yn(n,r);t.watch(i,l=>o(l),{immediate:!0})}}};function Tt(n){return typeof Window<"u"&&n instanceof Window?n.document.documentElement:typeof Document<"u"&&n instanceof Document?n.documentElement:n}function Zn(n){const e=window.getComputedStyle(n);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&n.clientWidth<n.scrollWidth||e.overflowY==="auto"&&n.clientHeight<n.scrollHeight)return!0;{const o=n.parentNode;return!o||o.tagName==="BODY"?!1:Zn(o)}}function ra(n){const e=n||window.event,o=e.target;return Zn(o)?!1:e.touches.length>1?!0:(e.preventDefault&&e.preventDefault(),!1)}const Et=new WeakMap;function ia(n,e=!1){const o=t.ref(e);let r=null,i="";t.watch(ci(n),a=>{const c=Tt(Q(a));if(c){const u=c;if(Et.get(u)||Et.set(u,u.style.overflow),u.style.overflow!=="hidden"&&(i=u.style.overflow),u.style.overflow==="hidden")return o.value=!0;if(o.value)return u.style.overflow="hidden"}},{immediate:!0});const l=()=>{const a=Tt(Q(n));!a||o.value||(fn&&(r=Ql(a,"touchmove",c=>{ra(c)},{passive:!1})),a.style.overflow="hidden",o.value=!0)},s=()=>{const a=Tt(Q(n));!a||!o.value||(fn&&(r==null||r()),a.style.overflow=i,Et.delete(a),o.value=!1)};return _e(s),t.computed({get(){return o.value},set(a){a?l():s()}})}function la(){let n=!1;const e=t.ref(!1);return(o,r)=>{if(e.value=r.value,n)return;n=!0;const i=ia(o,r.value);t.watch(e,l=>i.value=l)}}la();const aa=["innerHTML"],sa=["innerHTML"],ca=["src"],Jn=Ae(t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},isProvider:{type:Boolean},class:{}},setup(n){const e=t.ref(null),o=t.ref(!1),r=n,i=t.computed(()=>w(ot,r.pt??{})),l=t.computed(()=>!((r.index??0)%2)),s=t.computed(()=>r.index===0),{palette:a}=F(r),c=t.computed(()=>{var d;return(d=r.tileLabel)!=null&&d.alignment?r.tileLabel.alignment:l.value?"right":"left"}),u=d=>{o.value=d};return(d,m)=>{var p,h,C,g;const f=Te;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)(((p=i.value)==null?void 0:p.root)??"",r.class??"")} max-w-[1024px] mb-16 md:mb-0`)},[t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((h=i.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((C=i.value)==null?void 0:C.ctas)??""}`,"pt:body:class":((g=i.value)==null?void 0:g.body)??""},t.createSlots({content:t.withCtx(()=>{var b,y,B,T,x,V,P,I,_,N,j,$;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${l.value?"flex-row-reverse":""} tile-content-inner ${((b=i.value)==null?void 0:b.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((y=i.value)==null?void 0:y.text)??""} text-left ${l.value?"items-start":"items-end"}`)},[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline w-full ${((B=i.value)==null?void 0:B.headline)??""} text-${t.unref(a).subheadline}`),innerHTML:d.headline},null,10,aa)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`tile-content-body-copy ${((T=i.value)==null?void 0:T.description)??""} w-full text-${t.unref(a).copy}`),innerHTML:d.bodyCopy},null,10,sa)):t.createCommentVNode("",!0)],2),d.video||d.image?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"target",ref:e,class:t.normalizeClass(`tile-content-media relative ${((x=i.value)==null?void 0:x.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({"should-animate":!0,absolute:!0,animate:o.value,"w-full":!0,"z-0":!0,"top-[36%]":s.value,"left-[-16%]":s.value,"bg-left-top":l.value&&!s.value||!l.value,"animate-even":l.value&&!s.value&&o.value,"left-[-28%]":l.value&&!s.value,"top-[-10%]":l.value&&!s.value,"top-[-16%]":!l.value,"right-[-16%]":!l.value,"animate-odd":!l.value&&o.value}),src:(l.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,ca),d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{class:{[((V=i.value)==null?void 0:V.numericLabel)??""]:d.tileLabelType==="Numeric"||((P=d.tileLabel)==null?void 0:P.type)==="Numeric",[((I=i.value)==null?void 0:I.label)??""]:d.tileLabelType==="Text"||((_=d.tileLabel)==null?void 0:_.type)==="Text","top-8":!0},index:d.index,type:d.tileLabelType??((N=d.tileLabel)==null?void 0:N.type),alignment:c.value,"background-color":t.unref(a).label[d.tileLabelType??((j=d.tileLabel)==null?void 0:j.type)??"Text"].bg,"text-color":t.unref(a).label[d.tileLabelType??(($=d.tileLabel)==null?void 0:$.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(O)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:2},d.video)),null,16)):t.createCommentVNode("",!0)],2)),[[t.unref(oa),u]]):t.createCommentVNode("",!0)],2)]}),_:2},[d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var b;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((b=i.value)==null?void 0:b.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-ea8418af"]]),da=Object.freeze(Object.defineProperty({__proto__:null,Accordion:un,AccordionItem:mn,AccordionListItem:hn,AccordionTileItem:yn,AnimationWrapper:vt,CTA:G,CarouselModule:Sn,ContainerCollectionModule:En,ContainerModule:Bn,ContentModule:Tn,FooterCopyright:Oe,FooterNavigation:Dn,Image:H,LogoCollectionModule:Fn,NavigationElement:Be,PrimaryNavigation:Hn,SocialMediaRef:Le,SplitModule:Rn,TestimonialModule:Wn,TileCollectionModule:Un,TileContentIconTile:Kn,TileContentImageStackedAnimatedTile:Jn,TileContentImageTile:qn,TileContentTextTile:Gn,TileContentVideoTile:Xn,Video:Ee},Symbol.toStringTag,{value:"Module"})),ua=n=>{Object.entries(da).forEach(([e,o])=>{n.component(e,o)})},ma=(n,e)=>{const o=(i,l)=>{for(const s of Object.keys(l))typeof l[s]=="object"?mergeObj(i[s],l[s]):i[s]=l[s]},r=Ao[`${n}Pt`];r&&o(r,e)};k.Accordion=un,k.AccordionItem=mn,k.AccordionItemPt=ue,k.AccordionListItem=hn,k.AccordionListItemPt=We,k.AccordionPt=Re,k.AccordionTileItem=yn,k.AccordionTileItemPt=Ue,k.AnimationWrapper=vt,k.CTA=G,k.CTAPt=Ye,k.CarouselModule=Sn,k.CarouselModuleAltPt=Ot,k.CarouselModulePt=Ke,k.ContainerCollectionModule=En,k.ContainerCollectionModulePt=qe,k.ContainerModule=Bn,k.ContainerModulePt=Ge,k.ContentModule=Tn,k.ContentModulePt=Xe,k.DEFAULT_PALETTES=Ft,k.DEFAULT_PASSTHROUGH=D,k.FooterCopyright=Oe,k.FooterNavigation=Dn,k.FooterNavigationPt=zt,k.Image=H,k.ImagePt=jt,k.LogoCollectionModule=Fn,k.LogoCollectionModulePt=Ze,k.NavigationElement=Be,k.NavigationElementPt=Je,k.PrimaryNavigation=Hn,k.PrimaryNavigationPt=Mt,k.SocialMediaRef=Le,k.SplitModule=Rn,k.SplitModulePt=Qe,k.TestimonialModule=Wn,k.TestimonialModulePt=et,k.TileCollectionModule=Un,k.TileCollectionModulePt=tt,k.TileContentIconTile=Kn,k.TileContentIconTilePt=nt,k.TileContentImageStackedAnimatedTile=Jn,k.TileContentImageStackedAnimatedTilePt=ot,k.TileContentImageTile=qn,k.TileContentImageTilePt=rt,k.TileContentPt=te,k.TileContentTextTile=Gn,k.TileContentTextTilePt=it,k.TileContentVideoTile=Xn,k.TileContentVideoTilePt=lt,k.TileLabelPt=at,k.Video=Ee,k.VideoPt=Dt,k.combinePassthroughs=w,k.initGlobalComponents=ua,k.overridePalette=Vo,k.overridePassthrough=ma,k.withColorPalette=F,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|
|
98
|
+
- props:`,n)),i=d,r=!0),e.resolve(d)}),s=t.computed(()=>{const{matched:d}=l.value,{length:m}=d,f=d[m-1],p=o.matched;if(!f||!p.length)return-1;const h=p.findIndex(xn.bind(null,f));if(h>-1)return h;const C=jn(d[m-2]);return m>1&&jn(f)===C&&p[p.length-1].path!==C?p.findIndex(xn.bind(null,d[m-2])):h}),a=t.computed(()=>s.value>-1&&fl(o.params,l.value.params)),c=t.computed(()=>s.value>-1&&s.value===o.matched.length-1&&dl(o.params,l.value.params));function u(d={}){return pl(d)?e[t.unref(n.replace)?"replace":"push"](t.unref(n.to)).catch(cl):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&sl){const d=t.getCurrentInstance();if(d){const m={route:l.value,isActive:a.value,isExactActive:c.value,error:null};d.__vrl_devtools=d.__vrl_devtools||[],d.__vrl_devtools.push(m),t.watchEffect(()=>{m.route=l.value,m.isActive=a.value,m.isExactActive=c.value,m.error=Vn(t.unref(n.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:l,href:t.computed(()=>l.value.href),isActive:a,isExactActive:c,navigate:u}}const zn=t.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:On,setup(n,{slots:e}){const o=t.reactive(On(n)),{options:r}=t.inject(Ln),i=t.computed(()=>({[Mn(n.activeClass,r.linkActiveClass,"router-link-active")]:o.isActive,[Mn(n.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive}));return()=>{const l=e.default&&e.default(o);return n.custom?l:t.h("a",{"aria-current":o.isExactActive?n.ariaCurrentValue:null,href:o.href,onClick:o.navigate,class:i.value},l)}}});function pl(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.defaultPrevented&&!(n.button!==void 0&&n.button!==0)){if(n.currentTarget&&n.currentTarget.getAttribute){const e=n.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return n.preventDefault&&n.preventDefault(),!0}}function fl(n,e){for(const o in e){const r=e[o],i=n[o];if(typeof r=="string"){if(r!==i)return!1}else if(!Ne(i)||i.length!==r.length||r.some((l,s)=>l!==i[s]))return!1}return!0}function jn(n){return n?n.aliasOf?n.aliasOf.path:n.path:""}const Mn=(n,e,o)=>n??e??o,gl={class:t.normalizeClass("pi pi-chevron-down")},hl={class:t.normalizeClass("pi pi-chevron-up")},yl={key:1,class:"mb-2 font-bold"},bl=["innerHTML"],Be=t.defineComponent({__name:"NavigationElement",props:{elementType:{},title:{},link:{},htmlRef:{},subNavigation:{},class:{},isChild:{type:Boolean},pt:{}},setup(n){const e=n,o=t.computed(()=>w(Je,e.pt??{})),r=t.computed(()=>{var u,d,m,f,p,h;return(d=(u=e.link)==null?void 0:u.page)!=null&&d.slug?`${(f=(m=e.link)==null?void 0:m.page)==null?void 0:f.slug}`:(p=e.link)!=null&&p.externalUrl?(h=e.link)==null?void 0:h.externalUrl:""}),i=t.computed(()=>{var u,d,m;return(d=(u=e.link)==null?void 0:u.page)!=null&&d.slug?zn:(m=e.link)!=null&&m.externalUrl?"a":"button"}),l=t.computed(()=>ne[e.elementType??"header"]),s=t.ref(!1),a=t.computed(()=>`relative m-0 ${e.class??""} ${e.isChild?"sub-":""}navigation-element`),c=()=>{s.value=!s.value};return(u,d)=>{const m=t.resolveComponent("NavigationElement",!0);return t.openBlock(),t.createBlock(t.resolveDynamicComponent(u.isChild?"li":"div"),{class:t.normalizeClass(a.value)},{default:t.withCtx(()=>[l.value===t.unref(ne).header||u.isChild&&(r.value||u.subNavigation)?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(i.value),{key:0,to:i.value===t.unref(zn)?r.value:void 0,href:i.value==="a"?r.value:void 0,class:t.normalizeClass(["flex items-center hover:underline",{"whitespace-nowrap":l.value===t.unref(ne).header}]),"aria-expanded":i.value==="button"?!0:void 0,"aria-haspopup":i.value==="button"?!0:void 0,onClick:c},{default:t.withCtx(()=>{var f;return[t.createTextVNode(t.toDisplayString(u.title)+" ",1),!u.isChild&&u.subNavigation&&!(r.value||u.isChild)?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass((f=o.value)==null?void 0:f.icon)},[t.withDirectives(t.createElementVNode("i",gl,null,512),[[t.vShow,!s.value]]),t.withDirectives(t.createElementVNode("i",hl,null,512),[[t.vShow,s.value]])],2)):t.createCommentVNode("",!0)]}),_:1},8,["to","href","class","aria-expanded","aria-haspopup"])):l.value==t.unref(ne).footer?(t.openBlock(),t.createElementBlock("h2",yl,t.toDisplayString(u.title),1)):t.createCommentVNode("",!0),!u.isChild&&u.subNavigation?(t.openBlock(),t.createElementBlock("ul",{key:2,class:t.normalizeClass({hidden:!s.value&&l.value==t.unref(ne).header,"sm:absolute left-0 z-10 sm:mt-2 space-y-2 origin-top-right rounded-md ring-opacity-5 focus:outline-none sm:shadow-lg sm:ring-1 sm:ring-white sm:bg-white p-5":l.value==t.unref(ne).header}),role:"menu","aria-orientation":"vertical","aria-labelledby":"menu-button",tabindex:"-1"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(u.subNavigation,(f,p)=>(t.openBlock(),t.createBlock(m,t.mergeProps({key:f.title,class:["ms-3 sm:ms-0",`sub-navigation-element-item-${p}`],role:"menuitem",tabindex:"-1",ref_for:!0},{...f,elementType:u.elementType,isChild:!0}),null,16,["class"]))),128))],2)):t.createCommentVNode("",!0),u.htmlRef?(t.openBlock(),t.createElementBlock("div",{key:3,innerHTML:u.htmlRef},null,8,bl)):t.createCommentVNode("",!0)]),_:1},8,["class"])}}}),Cl={key:0,id:"social-media",class:"flex flex-wrap footer-social space-x-2 whitespace-normal"},kl=["href"],Le=t.defineComponent({__name:"SocialMediaRef",props:{socialMediaRef:{}},setup(n){return(e,o)=>{const r=H;return e.socialMediaRef?(t.openBlock(),t.createElementBlock("div",Cl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.socialMediaRef,(i,l)=>{var s,a;return t.openBlock(),t.createElementBlock("a",{key:`footer-social-item-${i.icon.altTag}-${l}`,class:t.normalizeClass(`footer-social-item-${l} mt-1`),href:(s=i==null?void 0:i.link)==null?void 0:s.externalUrl},[t.createVNode(r,{media:(a=i==null?void 0:i.icon)==null?void 0:a.media},null,8,["media"])],10,kl)}),128))])):t.createCommentVNode("",!0)}}}),wl={id:"footer-copyright",class:"flex md:flex-row flex-col-reverse justify-between whitespace-normal items-start md:items-center mt-8 md:mt-0"},$l={class:"footer-copyright-links basis-1/3"},vl={class:"flex flex-row divide-x items-center"},Sl={class:"footer-copyright-logos flex items-start md:items-center justify-evenly basis-1/3 space-x-2"},Oe=t.defineComponent({__name:"FooterCopyright",props:{navigation:{},copyRight:{},logos:{},addTextMargin:{type:Boolean}},setup(n){return(e,o)=>(t.openBlock(),t.createElementBlock("div",wl,[t.createElementVNode("div",{class:t.normalizeClass(["footer-copyright w-[90%] md:w-auto basis-1/3",{"mt-8":e.addTextMargin}])},t.toDisplayString(e.copyRight),3),t.createElementVNode("div",$l,[t.createElementVNode("div",vl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.navigation,(r,i)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`footer-nav-item-${r.title}-${i}`,class:`footer-nav-item-${i} px-2.5`,role:"menuitem",tabindex:"-1",ref_for:!0},{...r,isChild:!1,elementType:"header"}),null,16,["class"]))),128))])]),t.createElementVNode("div",Sl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.logos,(r,i)=>(t.openBlock(),t.createBlock(H,{key:`footer-copy-right-logo-${i}`,class:"grow ml-auto",media:r.media},null,8,["media"]))),128))])]))}}),Bl={class:"container flex flex-col mx-auto"},Tl={href:"/",class:"footer-navigation-logo text-center"},El={key:0,class:"footer-navigation px-2 pt-2 pb-4 sm:flex sm:p-0 sm:space-x-2 md:space-x-4 space-y-5 sm:space-y-0 mb-12"},Pl={key:1,class:"grow"},xl=["innerHTML"],Dn=t.defineComponent({__name:"FooterNavigation",props:{title:{},logo:{},legalText:{},textColor:{},backgroundColor:{},navigation:{},socialMediaRef:{},copyRight:{},copyRightLinks:{},copyRightLogos:{}},setup(n){const e=n,o=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(r,i)=>(t.openBlock(),t.createElementBlock("footer",{class:"w-full p-8 content-center md:py-16 md:px-40",style:t.normalizeStyle(o.value)},[t.createElementVNode("div",Bl,[t.createElementVNode("div",{class:t.normalizeClass(["flex flex-col sm:flex-row md:gap-4",{"p-5 justify-between items-start":r.navigation&&r.navigation.length>0,"mb-4 md:items-center":!r.navigation||r.navigation.length===0}])},[t.createElementVNode("a",Tl,[r.logo?(t.openBlock(),t.createBlock(H,{key:0,class:"min-h-[95px] min-w-[100px] w-[100px] h-[95px]",media:r.logo.media},null,8,["media"])):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(r.title),1)]),r.navigation&&r.navigation.length>0?(t.openBlock(),t.createElementBlock("div",El,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(r.navigation,(l,s)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`footer-nav-item-${l.title}-${s}`,class:`footer-nav-item-${s}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...l,isChild:!1,elementType:"footer"}),null,16,["class"]))),128))])):t.createCommentVNode("",!0),!r.navigation||r.navigation.length===0?(t.openBlock(),t.createElementBlock("div",Pl,[r.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":r.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0),t.createVNode(Oe,{"copy-right":r.copyRight,navigation:r.copyRightLinks,logos:r.copyRightLogos,"add-text-margin":!0},null,8,["copy-right","navigation","logos"])])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[r.socialMediaRef?(t.openBlock(),t.createBlock(Le,{key:0,"social-media-ref":r.socialMediaRef},null,8,["social-media-ref"])):t.createCommentVNode("",!0)],64))],2),r.navigation&&r.navigation.length>0?(t.openBlock(),t.createBlock(Oe,{key:0,"copy-right":r.copyRight,navigation:r.copyRightLinks,logos:r.copyRightLogos},null,8,["copy-right","navigation","logos"])):t.createCommentVNode("",!0),i[0]||(i[0]=t.createElementVNode("hr",{class:"my-8"},null,-1)),r.legalText?(t.openBlock(),t.createElementBlock("div",{key:1,class:"footer-legal py-5 text-xs md:text-base",innerHTML:r.legalText},null,8,xl)):t.createCommentVNode("",!0)])],4))}}),Il=["innerHTML"],Fn=t.defineComponent({__name:"LogoCollectionModule",props:{__typename:{},headline:{},logos:{},backgroundColor:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Ze,e.pt??{})),r=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:"inherit"})),{backgroundColor:i,palette:l}=F(e);return(s,a)=>{var u,d,m;const c=H;return t.openBlock(),t.createElementBlock("section",{style:t.normalizeStyle(r.value),class:t.normalizeClass(`logo-module ${e.class??""} bg-${t.unref(i)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((u=o.value)==null?void 0:u.container)??""}`)},[s.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`logo-module-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(l).headline}`),innerHTML:s.headline},null,10,Il)):t.createCommentVNode("",!0),s.logos?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`logo-module-content flex flex-wrap justify-evenly gap-2 ${((m=o.value)==null?void 0:m.bodyCopy)??""}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.logos,(f,p)=>(t.openBlock(),t.createBlock(c,t.mergeProps({ref_for:!0},f,{key:`cta-${f.altTag}-${p}`}),null,16))),128))],2)):t.createCommentVNode("",!0)],2)],6)}}}),_l={class:"container sm:flex sm:justify-between sm:items-center mx-auto"},Al={class:"flex items-center justify-between py-3 sm:p-0"},Vl={key:0,href:"/",class:"primary-navigation-logo items-center h-12 hidden lg:flex"},Nl={class:"sm:hidden"},Ll={class:"h-6 w-6 fill-current",viewBox:"0 0 24 24"},Ol={key:0,"fill-rule":"evenodd",d:"M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"},zl={key:1,"fill-rule":"evenodd",d:"M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"},Hn=t.defineComponent({__name:"PrimaryNavigation",props:{title:{},logo:{},textColor:{},backgroundColor:{},navigation:{},ctas:{}},setup(n){const e=n,o=t.ref(!0),r=t.computed(()=>({"background-color":e.backgroundColor??"white",color:e.textColor??"inherit"}));return(i,l)=>{const s=G;return t.openBlock(),t.createElementBlock("header",{class:"primary-navigation-header sticky top-0 z-50 p-5 shadow-2xl",style:t.normalizeStyle(r.value)},[t.createElementVNode("div",_l,[t.createElementVNode("div",Al,[i.logo?(t.openBlock(),t.createElementBlock("a",Vl,[t.createVNode(H,t.normalizeProps(t.guardReactiveProps(i.logo)),null,16)])):t.createCommentVNode("",!0),t.createElementVNode("div",Nl,[t.createElementVNode("button",{type:"button",class:"block",onClick:l[0]||(l[0]=a=>o.value=!o.value)},[(t.openBlock(),t.createElementBlock("svg",Ll,[o.value?(t.openBlock(),t.createElementBlock("path",Ol)):t.createCommentVNode("",!0),o.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("path",zl))]))])])]),i.navigation?(t.openBlock(),t.createElementBlock("nav",{key:0,class:t.normalizeClass(["primary-navigation items-center px-2 pt-2 pb-4 sm:flex gap-4 sm:justify-evenly sm:p-0",o.value?"block":"hidden"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.navigation,(a,c)=>(t.openBlock(),t.createBlock(Be,t.mergeProps({key:`${a.title}-${c}`,role:"menuitem",tabindex:"-1",ref_for:!0},{...a,class:`primary-nav-item-${c} ${a.class}`,isChild:!1,elementType:"header"}),null,16))),128)),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.ctas,a=>(t.openBlock(),t.createBlock(s,t.mergeProps({key:a.title,ref_for:!0},a),null,16))),128))],2)):t.createCommentVNode("",!0)])],4)}}}),jl=["innerHTML"],Rn=t.defineComponent({__name:"SplitModule",props:{__typename:{},entryTitle:{},headline:{},start:{},center:{},end:{},backgroundImage:{},backgroundColor:{},pt:{},isChild:{type:Boolean},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(Qe,e.pt??{})),r=t.computed(()=>({"background-image":`url(${e.backgroundImage??""})`,"background-size":"cover"})),{backgroundColor:i,palette:l}=F(e),s=t.computed(()=>O(`split-module ${e.isChild?"":"py-0 px-8 md:px-8 md:py-16"} bg-${i}`,e.class??""));return(a,c)=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.isChild?"div":"section"),{style:t.normalizeStyle(r.value),class:t.normalizeClass(s.value)},{default:t.withCtx(()=>{var u,d,m,f,p;return[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`headline ${((u=o.value)==null?void 0:u.headline)??""} text-${t.unref(l).headline}`),innerHTML:a.headline},null,10,jl)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`split-module-content ${t.unref(O)("flex justify-evenly gap-4 mx-auto items-center",((d=o.value)==null?void 0:d.bodyCopy)??"")}`)},[a.start?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.start.__typename),t.mergeProps({key:0},a.start,{class:`split-module-start ${((m=o.value)==null?void 0:m.start)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.center?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.center.__typename),t.mergeProps({key:1},a.center,{class:`split-module-center ${((f=o.value)==null?void 0:f.center)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0),a.end?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(a.end.__typename),t.mergeProps({key:2},a.end,{class:`split-module-end ${((p=o.value)==null?void 0:p.end)??""}`,"is-child":!0}),null,16,["class"])):t.createCommentVNode("",!0)],2)]}),_:1},8,["style","class"]))}}),Ml=["innerHTML"],Wn=t.defineComponent({__name:"TestimonialModule",props:{__typename:{},headline:{},quote:{},author:{},details:{},media:{},textColor:{},backgroundColor:{},pt:{},class:{}},setup(n){const e=n,o=t.computed(()=>w(et,e.pt??{})),{palette:r}=F(e),i=t.computed(()=>({"background-color":e.backgroundColor??"transparent",color:e.textColor??"inherit"}));return(l,s)=>{var a,c,u,d,m,f,p;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`testimonial ${t.unref(O)("p-5",e.class??"")}`),style:t.normalizeStyle(i.value)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto flex flex-col lg:flex-row gap-8 ${((a=o.value)==null?void 0:a.container)??""}`)},[l.media?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`testimonial-media ${((c=o.value)==null?void 0:c.media)??""}`)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(l.media.__typename),t.normalizeProps(t.guardReactiveProps(l.media)),null,16))],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(`testimonial-text ${((u=o.value)==null?void 0:u.text)??""}`)},[l.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`testimonial-headline ${((d=o.value)==null?void 0:d.headline)??""} text-${t.unref(r).headline}`),innerHTML:l.headline},null,10,Ml)):t.createCommentVNode("",!0),l.quote?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(`testimonial-quote ${((m=o.value)==null?void 0:m.quote)??""} text-${t.unref(r).copyAccent}`)},' "'+t.toDisplayString(l.quote)+'" ',3)):t.createCommentVNode("",!0),l.author?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(`testimonial-author ${((f=o.value)==null?void 0:f.author)??""} text-${t.unref(r).copy}`)},t.toDisplayString(l.author),3)):t.createCommentVNode("",!0),l.details?(t.openBlock(),t.createElementBlock("p",{key:3,class:t.normalizeClass(`testimonial-details ${((p=o.value)==null?void 0:p.details)??""} text-${t.unref(r).copy}`)},t.toDisplayString(l.details),3)):t.createCommentVNode("",!0)],2)],2)],6)}}}),Dl=["innerHTML"],Fl={key:3,class:"mx-auto mt-16 w-fit"},Hl={key:0,class:"w-full overflow-hidden pt-8"},Un=t.defineComponent({__name:"TileCollectionModule",props:{__typename:{},headline:{},bodyCopy:{},modules:{},textColor:{},backgroundColor:{},tileLabelType:{},ctas:{},includeDecoration:{type:Boolean,default:!1},cols:{default:3},variant:{},pt:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(tt,e.pt??{})),{backgroundColor:r,palette:i}=F(e),l=t.computed(()=>{const a=["w-full md:w-[47%]"];switch(e.modules.length<e.cols?e.modules.length:e.cols){case 4:a.push("lg:w-[23%]");break;case 3:a.push("lg:w-[31%]");break;case 1:a.push("md:w-full");break}return a.join(" ")}),s=t.computed(()=>{switch(r){case"iris":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";case"wisteria":return"https://images.ctfassets.net/qqblaiss500w/6M4qmV1iPDg67IPiCXreV7/859124c674bf3267e81bcf429ac142fd/stem-reasons-background.svg";default:return"https://images.ctfassets.net/qqblaiss500w/5LopxqqvQC9Vzutf6cvGR3/6b20c6a67b637de8ba90bb817b3b521d/circles.png"}});return(a,c)=>{var m,f,p,h,C;const u=G,d=H;return t.openBlock(),t.createElementBlock("section",{class:t.normalizeClass(`tile-collection ${a.variant} ${t.unref(O)("overflow-hidden py-16",a.includeDecoration?"!pb-0":"",((m=o.value)==null?void 0:m.root)??"",e.class??"")} bg-${t.unref(r)}`)},[t.createElementVNode("div",{class:t.normalizeClass(`container mx-auto ${((f=o.value)==null?void 0:f.container)??""}`)},[a.headline?(t.openBlock(),t.createElementBlock("h2",{key:0,class:t.normalizeClass(`tile-collection-headline ${((p=o.value)==null?void 0:p.headline)??""} text-${t.unref(i).headline} ${a.bodyCopy?"mb-2":""}`),innerHTML:a.headline},null,10,Dl)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-collection-body-copy ${((h=o.value)==null?void 0:h.bodyCopy)??""} text-${t.unref(i).copy}`)},t.toDisplayString(a.bodyCopy),3)):t.createCommentVNode("",!0),a.modules?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-collection-content ${t.unref(O)(`flex flex-col ${a.variant!=="ImageStackedAnimatedTile"?"md:flex-row flex-wrap gap-4 md:gap-6":"gap-4"} justify-center`,((C=o.value)==null?void 0:C.bodyCopy)??"")}`)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.modules,(g,b)=>{var y;return t.openBlock(),t.createBlock(t.resolveDynamicComponent(`TileContent${a.variant}`),t.mergeProps({key:`${g==null?void 0:g.headline}-${b}`,class:`tile-collection-content-item-${b} ${l.value} ${((y=o.value)==null?void 0:y.item)??""} ${g.class}`,ref_for:!0},g,{index:b,"tile-label-type":a.tileLabelType}),null,16,["class","index","tile-label-type"])}),128))],2)):t.createCommentVNode("",!0),a.ctas?(t.openBlock(),t.createElementBlock("div",Fl,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,g=>(t.openBlock(),t.createBlock(u,t.mergeProps({key:`${g.title}-cta`,ref_for:!0},g,{size:"xl"}),null,16))),128))])):t.createCommentVNode("",!0)],2),a.includeDecoration?(t.openBlock(),t.createElementBlock("div",Hl,[t.createVNode(d,{animated:!0,media:{url:s.value},"alt-tag":"Stem cell background image, series of multicolor circles in a circular pattern.",class:"w-1/2 h-[200px] object-top object-cover mx-auto"},null,8,["media"])])):t.createCommentVNode("",!0)],2)}}}),Te=t.defineComponent({__name:"TileLabel",props:{__typename:{},copy:{},type:{default:"Text"},backgroundColor:{},textColor:{},alignment:{default:"right"},pt:{},index:{}},setup(n){const e=n,o=t.useAttrs(),r=t.computed(()=>e.type==="Numeric"&&!e.copy?(e.index??0)+1:e.copy),i=t.computed(()=>w(at[e.type],e.pt??{})),l=t.computed(()=>{var a;let s=e.type==="Numeric"?"right-4":"right-[-4%]";return e.alignment==="left"&&(s=e.type==="Numeric"?"left-4":"left-[-4%]"),`tile-label absolute ${typeof r.value=="number"?"w-[36px] h-[36px] md:h-[60px] md:w-[60px]":"w-[120px]"} ${O(`text-${e.textColor}`,`bg-${e.backgroundColor}`,((a=i==null?void 0:i.value)==null?void 0:a.root)??"",s,o.class)}`});return(s,a)=>r.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(l.value),style:t.normalizeStyle({backgroundColor:s.backgroundColor})},t.toDisplayString(r.value),7)):t.createCommentVNode("",!0)}}),ze=(n,e)=>n.buttonType==="fill"?n.color??k.COLOR_PALETTES[e].cta.fill.bg:null,je=(n,e)=>n.textColor??k.COLOR_PALETTES[e].cta[n.buttonType].copy;var Rl={root:"p-card p-component",header:"p-card-header",body:"p-card-body",caption:"p-card-caption",title:"p-card-title",subtitle:"p-card-subtitle",content:"p-card-content",footer:"p-card-footer"},Wl=U.extend({name:"card",classes:Rl}),Ul={name:"BaseCard",extends:be,style:Wl},ae={name:"Card",extends:Ul,inheritAttrs:!1};function Kl(n,e,o,r,i,l){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:n.cx("root")},n.ptmi("root")),[n.$slots.header?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("header")},n.ptm("header")),[t.renderSlot(n.$slots,"header")],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("body")},n.ptm("body")),[n.$slots.title||n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("caption")},n.ptm("caption")),[n.$slots.title?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,class:n.cx("title")},n.ptm("title")),[t.renderSlot(n.$slots,"title")],16)):t.createCommentVNode("",!0),n.$slots.subtitle?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("subtitle")},n.ptm("subtitle")),[t.renderSlot(n.$slots,"subtitle")],16)):t.createCommentVNode("",!0)],16)):t.createCommentVNode("",!0),t.createElementVNode("div",t.mergeProps({class:n.cx("content")},n.ptm("content")),[t.renderSlot(n.$slots,"content")],16),n.$slots.footer?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:1,class:n.cx("footer")},n.ptm("footer")),[t.renderSlot(n.$slots,"footer")],16)):t.createCommentVNode("",!0)],16)],16)}ae.render=Kl;const ql=["src","height","width"],Gl=["src","height","width"],Ee=t.defineComponent({__name:"Video",props:{__typename:{},thumbnail:{},url:{},class:{}},setup(n){let e=t.ref(!1);function o(){e.value=!0}return(r,i)=>{var l,s;return t.unref(e)?t.unref(e)?(t.openBlock(),t.createElementBlock("iframe",{key:1,class:t.normalizeClass(`${r.$props.class} w-full`),src:r.url,height:(l=r.thumbnail.media)!=null&&l.height?r.thumbnail.media.height:"100%",width:(s=r.thumbnail.media)!=null&&s.width?r.thumbnail.media.width:"100%",allow:"autoplay"},null,10,Gl)):t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`${r.$props.class} relative`),onClick:o},[i[0]||(i[0]=t.createElementVNode("svg",{class:"absolute bottom-0 left-0 right-0 top-0 m-auto block",xmlns:"http://www.w3.org/2000/svg",width:"97",height:"97",viewBox:"0 0 97 97",fill:"none"},[t.createElementVNode("path",{d:"M91.4217 48.2108C91.4217 72.0755 72.0755 91.4217 48.2108 91.4217C24.3462 91.4217 5 72.0755 5 48.2108C5 24.3462 24.3462 5 48.2108 5C72.0755 5 91.4217 24.3462 91.4217 48.2108Z",stroke:"white","stroke-width":"10"}),t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.9246 25.9149L69.7535 48.2109L39.9246 70.5069V25.9149Z",fill:"white"})],-1)),t.createElementVNode("img",{class:"w-full",src:r.thumbnail.media.url,height:r.thumbnail.media.height,width:r.thumbnail.media.width},null,8,ql)],2))}}}),Xl=["innerHTML"],Kn=Ae(t.defineComponent({__name:"TileContentIconTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(nt,e.pt??{})),{palette:r}=F(e),i=e.backgroundColor?r:r.tile,l=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,C,g,b,y,B,T,x,V,P,I;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-on-top ${t.unref(u)?"visible":""} ${t.unref(O)((h=o.value)==null?void 0:h.root,l?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{type:d.tileLabelType??((C=d.tileLabel)==null?void 0:C.type),class:d.tileLabelType==="Numeric"||((g=d.tileLabel)==null?void 0:g.type)==="Numeric"?(b=o.value)==null?void 0:b.numericLabel:(y=o.value)==null?void 0:y.label,"background-color":t.unref(i).label[d.tileLabelType??((B=d.tileLabel)==null?void 0:B.type)??"Text"].bg,"text-color":t.unref(i).label[d.tileLabelType??((T=d.tileLabel)==null?void 0:T.type)??"Text"].copy,index:d.index,alignment:((x=d.tileLabel)==null?void 0:x.alignment)??"right"}),null,16,["type","class","background-color","text-color","index","alignment"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((V=o.value)==null?void 0:V.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-footer ${((P=o.value)==null?void 0:P.footer)??""}`,"pt:body:class":((I=o.value)==null?void 0:I.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var _,N,j,$,R,W,K;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((_=o.value)==null?void 0:_.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media ${((N=o.value)==null?void 0:N.media)??""}`)},[m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:0},d.image,{class:t.unref(O)(($=(j=d.image)==null?void 0:j.media)!=null&&$.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.mergeProps({key:1},d.video,{class:"w-full"}),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(i).headline} text-${d.alignment}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(i).headline} text-${d.alignment}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((K=o.value)==null?void 0:K.bodyCopy)??""} text-${t.unref(i).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Xl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var _,N;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((_=o.value)==null?void 0:_.footerContent)??""} text-${t.unref(i).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((N=o.value)==null?void 0:N.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(j,$)=>{var R;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${j.title}-${$}`,class:`cta-${$} ${(R=o.value)==null?void 0:R.cta}`,color:t.unref(ze)(j,t.unref(s)),"text-color":t.unref(je)(j,t.unref(s)),ref_for:!0},j),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-4fcc6054"]]),Yl=["innerHTML"],qn=Ae(t.defineComponent({__name:"TileContentImageTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(rt,e.pt??{})),{palette:r}=F(e),i=e.backgroundColor?r:r.tile,l=typeof e.index=="number",s=e.backgroundColor?e.backgroundColor:r.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start"),c=t.ref(null),u=$t(c,{threshold:.1});return(d,m)=>{var h,C,g,b;const f=Te,p=G;return t.openBlock(),t.createElementBlock("div",{ref_key:"content",ref:c,style:t.normalizeStyle({transitionDelay:`${(d.index??0)*.2}s`}),class:t.normalizeClass(`tile-content animate-slide-in-right ${t.unref(u)?"visible":""} ${t.unref(O)(((h=o.value)==null?void 0:h.root)??"",l?"":"w-full md:w-full lg:w-full",`bg-${t.unref(s)}`,e.class??"")}`)},[t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((C=o.value)==null?void 0:C.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((g=o.value)==null?void 0:g.footer)??""}`,"pt:body:class":((b=o.value)==null?void 0:b.body)??""},t.createSlots({_:2},[d.bodyCopy||d.listItems?{name:"content",fn:t.withCtx(()=>{var y,B,T,x,V,P,I,_,N,j,$,R,W,K;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((y=o.value)==null?void 0:y.bodyCopy)??""} ${a.value}`)},[d.image?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(`tile-content-media w-4/5 ${((B=o.value)==null?void 0:B.media)??""}`)},[d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,{key:0,class:t.normalizeClass(d.tileLabelType==="Numeric"||((T=d.tileLabel)==null?void 0:T.type)==="Numeric"?(x=o.value)==null?void 0:x.numericLabel:(V=o.value)==null?void 0:V.label),index:d.index,alignment:((P=d.tileLabel)==null?void 0:P.alignment)??"left",type:d.tileLabelType??((I=d.tileLabel)==null?void 0:I.type),"background-color":t.unref(i).label[d.tileLabelType??((_=d.tileLabel)==null?void 0:_.type)??"Text"].bg,"text-color":t.unref(i).label[d.tileLabelType??((N=d.tileLabel)==null?void 0:N.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),m[0]||(m[0]=t.createElementVNode("div",{class:"tile-content-media-background"},null,-1)),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(O)("rounded-full",($=(j=d.image)==null?void 0:j.media)!=null&&$.width?"":"w-full",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),d.headline?(t.openBlock(),t.createElementBlock("h3",{key:1,class:t.normalizeClass(`tile-content-headline ${((R=o.value)==null?void 0:R.headline)??""} text-${t.unref(i).headline}`)},t.toDisplayString(d.headline),3)):t.createCommentVNode("",!0),d.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:2,class:t.normalizeClass(`tile-content-subheadline ${((W=o.value)==null?void 0:W.subheadline)??""} text-${t.unref(i).copy}`)},t.toDisplayString(d.subheadline),3)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((K=o.value)==null?void 0:K.bodyCopy)??""} text-${t.unref(i).copy} text-${d.alignment}`),innerHTML:d.bodyCopy},null,10,Yl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var y,B;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((y=o.value)==null?void 0:y.footerContent)??""} text-${t.unref(i).copy} text-${d.alignment}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((B=o.value)==null?void 0:B.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(d.ctas,(T,x)=>{var V;return t.openBlock(),t.createBlock(p,t.mergeProps({key:`cta-${T.title}-${x}`,class:`cta-${x} ${(V=o.value)==null?void 0:V.cta}`,color:t.unref(ze)(T,t.unref(s)),"text-color":t.unref(je)(T,t.unref(s)),ref_for:!0},T),null,16,["class","color","text-color"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],6)}}}),[["__scopeId","data-v-0d5fdcb5"]]),Zl=["innerHTML"],Gn=t.defineComponent({__name:"TileContentTextTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(it,e.pt??{})),r=typeof e.index=="number",{palette:i}=F(e),l=e.backgroundColor?i:i.tile,s=e.backgroundColor?e.backgroundColor:i.tile.bg;return(a,c)=>{var m,f,p,h,C,g,b,y,B,T;const u=Te,d=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)((m=o.value)==null?void 0:m.root,r?"":"w-full md:w-full lg:w-full")} ${e.class} bg-${t.unref(s)}`)},[a.tileLabel||a.tileLabelType?(t.openBlock(),t.createBlock(u,t.mergeProps({key:0},a.tileLabel,{class:a.tileLabelType==="Numeric"||((f=a.tileLabel)==null?void 0:f.type)==="Numeric"?(p=o.value)==null?void 0:p.numericLabel:(h=o.value)==null?void 0:h.label,index:a.index,type:a.tileLabelType??((C=a.tileLabel)==null?void 0:C.type),"background-color":t.unref(l).label[a.tileLabelType??((g=a.tileLabel)==null?void 0:g.type)??"Text"].bg,"text-color":t.unref(l).label[a.tileLabelType??((b=a.tileLabel)==null?void 0:b.type)??"Text"].copy}),null,16,["class","index","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((y=o.value)==null?void 0:y.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((B=o.value)==null?void 0:B.footer)??""}`,"pt:body:class":((T=o.value)==null?void 0:T.body)??""},t.createSlots({_:2},[a.bodyCopy||a.subheadline||a.headline?{name:"content",fn:t.withCtx(()=>{var x,V,P,I;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((x=o.value)==null?void 0:x.bodyCopy)??""}`)},[a.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:0,class:t.normalizeClass(`tile-content-subheadline ${((V=o.value)==null?void 0:V.subheadline)??""} text-${t.unref(l).copy} text-${a.alignment}`)},t.toDisplayString(a.subheadline),3)):t.createCommentVNode("",!0),a.headline?(t.openBlock(),t.createElementBlock("h2",{key:1,class:t.normalizeClass(`tile-content-headline ${((P=o.value)==null?void 0:P.headline)??""} text-${t.unref(l).headline} text-${a.alignment}`)},t.toDisplayString(a.headline),3)):t.createCommentVNode("",!0),a.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-body-copy ${((I=o.value)==null?void 0:I.bodyCopy)??""} text-${t.unref(l).copy} text-${a.alignment}`),innerHTML:a.bodyCopy},null,10,Zl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,a.ctas||a.footer?{name:"footer",fn:t.withCtx(()=>{var x,V;return[a.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((x=o.value)==null?void 0:x.footerContent)??""} text-${t.unref(l).copy} text-${a.alignment}`)},t.toDisplayString(a.footer),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(((V=o.value)==null?void 0:V.ctas)??"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.ctas,(P,I)=>{var _;return t.openBlock(),t.createBlock(d,t.mergeProps({key:`cta-${P.title}-${I}`,class:`cta-${I} ${(_=o.value)==null?void 0:_.cta} w-full`,color:t.unref(ze)(P,t.unref(s)),"text-color":t.unref(je)(P,t.unref(s)),size:P.size??"xxl",ref_for:!0},P),null,16,["class","color","text-color","size"])}),128))],2)]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Jl=["innerHTML"],Xn=t.defineComponent({__name:"TileContentVideoTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{default:"left"},pt:{},listItems:{},footer:{},isProvider:{type:Boolean,default:!0},class:{}},setup(n){const e=n,o=t.computed(()=>w(lt,e.pt??{})),r=typeof e.index=="number",{palette:i}=F(e),l=e.backgroundColor?i:i.tile,s=e.backgroundColor?e.backgroundColor:i.tile.bg,a=t.computed(()=>e.alignment==="center"?"items-center":e.alignment==="right"?"items-end":"items-start");return(c,u)=>{var f,p,h,C,g,b,y,B,T,x,V;const d=Te,m=G;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)("relative text-center list-none flex-auto rounded overflow-visible mx-auto shadow-none",`bg-${t.unref(s)}`,r?"":"w-full md:w-full lg:w-full",((f=o.value)==null?void 0:f.root)??"",e.class??"")} ${e.class}`)},[c.tileLabel||c.tileLabelType?(t.openBlock(),t.createBlock(d,{key:0,class:t.normalizeClass(c.tileLabelType==="Numeric"||((p=c.tileLabel)==null?void 0:p.type)==="Numeric"?(h=o.value)==null?void 0:h.numericLabel:(C=o.value)==null?void 0:C.label),index:c.index,alignment:((g=c.tileLabel)==null?void 0:g.alignment)??"right",type:c.tileLabelType??((b=c.tileLabel)==null?void 0:b.type),"background-color":t.unref(l).label[c.tileLabelType??((y=c.tileLabel)==null?void 0:y.type)??"Text"].bg,"text-color":t.unref(l).label[c.tileLabelType??((B=c.tileLabel)==null?void 0:B.type)??"Text"].copy},null,8,["class","index","alignment","type","background-color","text-color"])):t.createCommentVNode("",!0),t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((T=o.value)==null?void 0:T.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((x=o.value)==null?void 0:x.ctas)??""}`,"pt:body:class":((V=o.value)==null?void 0:V.body)??""},t.createSlots({_:2},[c.bodyCopy||c.listItems?{name:"content",fn:t.withCtx(()=>{var P,I,_,N,j;return[t.createElementVNode("div",{class:t.normalizeClass(`flex flex-col tile-content-inner ${((P=o.value)==null?void 0:P.bodyCopy)??""} ${a.value}`)},[c.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline ${((I=o.value)==null?void 0:I.headline)??""} text-${t.unref(l).headline} text-${c.alignment}`)},t.toDisplayString(c.headline),3)):t.createCommentVNode("",!0),c.subheadline?(t.openBlock(),t.createElementBlock("h6",{key:1,class:t.normalizeClass(`tile-content-subheadline ${((_=o.value)==null?void 0:_.subheadline)??""} text-${t.unref(l).copy} text-${c.alignment}`)},t.toDisplayString(c.subheadline),3)):t.createCommentVNode("",!0),c.video?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(`tile-content-media w-full ${((N=o.value)==null?void 0:N.media)??""}`)},[c.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:0},c.video)),null,16)):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),c.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:3,class:t.normalizeClass(`tile-content-body-copy ${((j=o.value)==null?void 0:j.bodyCopy)??""} text-${t.unref(l).copy} text-${c.alignment}`),innerHTML:c.bodyCopy},null,10,Jl)):t.createCommentVNode("",!0)],2)]}),key:"0"}:void 0,c.ctas||c.footer?{name:"footer",fn:t.withCtx(()=>{var P;return[c.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((P=o.value)==null?void 0:P.footer)??""} text-${t.unref(l).copy}`)},t.toDisplayString(c.footer),3)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.ctas,(I,_)=>{var N;return t.openBlock(),t.createBlock(m,t.mergeProps({key:`cta-${I.title}-${_}`,class:`cta-${_} ${(N=o.value)==null?void 0:N.cta}`,color:t.unref(ze)(I,t.unref(s)),"text-color":t.unref(je)(I,t.unref(s)),ref_for:!0},I),null,16,["class","color","text-color"])}),128))]}),key:"1"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),Bt=kt?window:void 0;function Me(n){var e;const o=Q(n);return(e=o==null?void 0:o.$el)!=null?e:o}function Ql(...n){let e,o,r,i;if(typeof n[0]=="string"||Array.isArray(n[0])?([o,r,i]=n,e=Bt):[e,o,r,i]=n,!e)return ee;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const l=[],s=()=>{l.forEach(d=>d()),l.length=0},a=(d,m,f,p)=>(d.addEventListener(m,f,p),()=>d.removeEventListener(m,f,p)),c=t.watch(()=>[Me(e),Q(i)],([d,m])=>{if(s(),!d)return;const f=ai(m)?{...m}:m;l.push(...o.flatMap(p=>r.map(h=>a(d,p,h,f))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return _e(u),u}function ea(){const n=t.ref(!1),e=t.getCurrentInstance();return e&&t.onMounted(()=>{n.value=!0},e),n}function ta(n){const e=ea();return t.computed(()=>(e.value,!!n()))}function na(n,e,o={}){const{root:r,rootMargin:i="0px",threshold:l=0,window:s=Bt,immediate:a=!0}=o,c=ta(()=>s&&"IntersectionObserver"in s),u=t.computed(()=>{const h=Q(n);return(Array.isArray(h)?h:[h]).map(Me).filter(pn)});let d=ee;const m=t.ref(a),f=c.value?t.watch(()=>[u.value,Me(r),m.value],([h,C])=>{if(d(),!m.value||!h.length)return;const g=new IntersectionObserver(e,{root:Me(C),rootMargin:i,threshold:l});h.forEach(b=>b&&g.observe(b)),d=()=>{g.disconnect(),d=ee}},{immediate:a,flush:"post"}):ee,p=()=>{d(),f(),m.value=!1};return _e(p),{isSupported:c,isActive:m,pause(){d(),m.value=!1},resume(){m.value=!0},stop:p}}function Yn(n,e={}){const{window:o=Bt,scrollTarget:r,threshold:i=0}=e,l=t.ref(!1);return na(n,s=>{let a=l.value,c=0;for(const u of s)u.time>=c&&(c=u.time,a=u.isIntersecting);l.value=a},{root:r,window:o,threshold:i}),l}const oa={[ii.mounted](n,e){if(typeof e.value=="function"){const o=e.value,r=Yn(n);t.watch(r,i=>o(i),{immediate:!0})}else{const[o,r]=e.value,i=Yn(n,r);t.watch(i,l=>o(l),{immediate:!0})}}};function Tt(n){return typeof Window<"u"&&n instanceof Window?n.document.documentElement:typeof Document<"u"&&n instanceof Document?n.documentElement:n}function Zn(n){const e=window.getComputedStyle(n);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&n.clientWidth<n.scrollWidth||e.overflowY==="auto"&&n.clientHeight<n.scrollHeight)return!0;{const o=n.parentNode;return!o||o.tagName==="BODY"?!1:Zn(o)}}function ra(n){const e=n||window.event,o=e.target;return Zn(o)?!1:e.touches.length>1?!0:(e.preventDefault&&e.preventDefault(),!1)}const Et=new WeakMap;function ia(n,e=!1){const o=t.ref(e);let r=null,i="";t.watch(ci(n),a=>{const c=Tt(Q(a));if(c){const u=c;if(Et.get(u)||Et.set(u,u.style.overflow),u.style.overflow!=="hidden"&&(i=u.style.overflow),u.style.overflow==="hidden")return o.value=!0;if(o.value)return u.style.overflow="hidden"}},{immediate:!0});const l=()=>{const a=Tt(Q(n));!a||o.value||(fn&&(r=Ql(a,"touchmove",c=>{ra(c)},{passive:!1})),a.style.overflow="hidden",o.value=!0)},s=()=>{const a=Tt(Q(n));!a||!o.value||(fn&&(r==null||r()),a.style.overflow=i,Et.delete(a),o.value=!1)};return _e(s),t.computed({get(){return o.value},set(a){a?l():s()}})}function la(){let n=!1;const e=t.ref(!1);return(o,r)=>{if(e.value=r.value,n)return;n=!0;const i=ia(o,r.value);t.watch(e,l=>i.value=l)}}la();const aa=["innerHTML"],sa=["innerHTML"],ca=["src"],Jn=Ae(t.defineComponent({__name:"TileContentImageStackedAnimatedTile",props:{__typename:{},index:{},image:{},video:{},headline:{},subheadline:{},bodyCopy:{},ctas:{},textColor:{},backgroundColor:{},tileLabel:{},tileLabelType:{},alignment:{},pt:{},listItems:{},footer:{},isProvider:{type:Boolean},class:{}},setup(n){const e=t.ref(null),o=t.ref(!1),r=n,i=t.computed(()=>w(ot,r.pt??{})),l=t.computed(()=>!((r.index??0)%2)),s=t.computed(()=>r.index===0),{palette:a}=F(r),c=t.computed(()=>{var d;return(d=r.tileLabel)!=null&&d.alignment?r.tileLabel.alignment:l.value?"right":"left"}),u=d=>{o.value=d};return(d,m)=>{var p,h,C,g;const f=Te;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(`tile-content ${t.unref(O)(((p=i.value)==null?void 0:p.root)??"",r.class??"")} max-w-[1024px] mb-16 md:mb-0`)},[t.createVNode(t.unref(ae),{class:t.normalizeClass(`${((h=i.value)==null?void 0:h.container)??""} tile-content-container shadow-none`),"pt:footer:class":`tile-content-ctas ${((C=i.value)==null?void 0:C.ctas)??""}`,"pt:body:class":((g=i.value)==null?void 0:g.body)??""},t.createSlots({content:t.withCtx(()=>{var b,y,B,T,x,V,P,I,_,N,j,$;return[t.createElementVNode("div",{class:t.normalizeClass(`flex gap-[5vmin] md:gap-12 relative ${l.value?"flex-row-reverse":""} tile-content-inner ${((b=i.value)==null?void 0:b.bodyCopy)??""}`)},[t.createElementVNode("div",{class:t.normalizeClass(`tile-content-text flex-auto relative z-20 flex flex-col justify-center ${((y=i.value)==null?void 0:y.text)??""} text-left ${l.value?"items-start":"items-end"}`)},[d.headline?(t.openBlock(),t.createElementBlock("h3",{key:0,class:t.normalizeClass(`tile-content-headline w-full ${((B=i.value)==null?void 0:B.headline)??""} text-${t.unref(a).subheadline}`),innerHTML:d.headline},null,10,aa)):t.createCommentVNode("",!0),d.bodyCopy?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(`tile-content-body-copy ${((T=i.value)==null?void 0:T.description)??""} w-full text-${t.unref(a).copy}`),innerHTML:d.bodyCopy},null,10,sa)):t.createCommentVNode("",!0)],2),d.video||d.image?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"target",ref:e,class:t.normalizeClass(`tile-content-media relative ${((x=i.value)==null?void 0:x.media)??""} max-w-[350px]`)},[t.createElementVNode("img",{class:t.normalizeClass({"should-animate":!0,absolute:!0,animate:o.value,"w-full":!0,"z-0":!0,"top-[36%]":s.value,"left-[-16%]":s.value,"bg-left-top":l.value&&!s.value||!l.value,"animate-even":l.value&&!s.value&&o.value,"left-[-28%]":l.value&&!s.value,"top-[-10%]":l.value&&!s.value,"top-[-16%]":!l.value,"right-[-16%]":!l.value,"animate-odd":!l.value&&o.value}),src:(l.value,"https://images.ctfassets.net/qqblaiss500w/5Bp3ySaz0pqR5gLtdxOQoi/db01031466deed9b7b959c08c17e5681/circles1.f3eead2.svg")},null,10,ca),d.tileLabel||d.tileLabelType?(t.openBlock(),t.createBlock(f,t.mergeProps({key:0},d.tileLabel,{class:{[((V=i.value)==null?void 0:V.numericLabel)??""]:d.tileLabelType==="Numeric"||((P=d.tileLabel)==null?void 0:P.type)==="Numeric",[((I=i.value)==null?void 0:I.label)??""]:d.tileLabelType==="Text"||((_=d.tileLabel)==null?void 0:_.type)==="Text","top-8":!0},index:d.index,type:d.tileLabelType??((N=d.tileLabel)==null?void 0:N.type),alignment:c.value,"background-color":t.unref(a).label[d.tileLabelType??((j=d.tileLabel)==null?void 0:j.type)??"Text"].bg,"text-color":t.unref(a).label[d.tileLabelType??(($=d.tileLabel)==null?void 0:$.type)??"Text"].copy}),null,16,["class","index","type","alignment","background-color","text-color"])):t.createCommentVNode("",!0),d.image?(t.openBlock(),t.createBlock(H,t.mergeProps({key:1},d.image,{class:t.unref(O)("w-full min-w-[150px] md:min-w-[350px] relative rounded-full z-10",d.image.class)}),null,16,["class"])):t.createCommentVNode("",!0),d.video?(t.openBlock(),t.createBlock(Ee,t.normalizeProps(t.mergeProps({key:2},d.video)),null,16)):t.createCommentVNode("",!0)],2)),[[t.unref(oa),u]]):t.createCommentVNode("",!0)],2)]}),_:2},[d.ctas||d.footer?{name:"footer",fn:t.withCtx(()=>{var b;return[d.footer?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(`${((b=i.value)==null?void 0:b.footer)??""} text-${t.unref(a).copy}`)},t.toDisplayString(d.footer),3)):t.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["class","pt:footer:class","pt:body:class"])],2)}}}),[["__scopeId","data-v-ea8418af"]]),da=Object.freeze(Object.defineProperty({__proto__:null,Accordion:un,AccordionItem:mn,AccordionListItem:hn,AccordionTileItem:yn,AnimationWrapper:vt,CTA:G,CarouselModule:Sn,ContainerCollectionModule:En,ContainerModule:Bn,ContentModule:Tn,FooterCopyright:Oe,FooterNavigation:Dn,Image:H,LogoCollectionModule:Fn,NavigationElement:Be,PrimaryNavigation:Hn,SocialMediaRef:Le,SplitModule:Rn,TestimonialModule:Wn,TileCollectionModule:Un,TileContentIconTile:Kn,TileContentImageStackedAnimatedTile:Jn,TileContentImageTile:qn,TileContentTextTile:Gn,TileContentVideoTile:Xn,Video:Ee},Symbol.toStringTag,{value:"Module"})),ua=n=>{Object.entries(da).forEach(([e,o])=>{n.component(e,o)})},ma=(n,e)=>{const o=(i,l)=>{for(const s of Object.keys(l))typeof l[s]=="object"?o(i[s],l[s]):i[s]=l[s]},r=Ao[`${n}Pt`];r&&o(r,e)};k.Accordion=un,k.AccordionItem=mn,k.AccordionItemPt=ue,k.AccordionListItem=hn,k.AccordionListItemPt=We,k.AccordionPt=Re,k.AccordionTileItem=yn,k.AccordionTileItemPt=Ue,k.AnimationWrapper=vt,k.CTA=G,k.CTAPt=Ye,k.CarouselModule=Sn,k.CarouselModuleAltPt=Ot,k.CarouselModulePt=Ke,k.ContainerCollectionModule=En,k.ContainerCollectionModulePt=qe,k.ContainerModule=Bn,k.ContainerModulePt=Ge,k.ContentModule=Tn,k.ContentModulePt=Xe,k.DEFAULT_PALETTES=Ft,k.DEFAULT_PASSTHROUGH=D,k.FooterCopyright=Oe,k.FooterNavigation=Dn,k.FooterNavigationPt=zt,k.Image=H,k.ImagePt=jt,k.LogoCollectionModule=Fn,k.LogoCollectionModulePt=Ze,k.NavigationElement=Be,k.NavigationElementPt=Je,k.PrimaryNavigation=Hn,k.PrimaryNavigationPt=Mt,k.SocialMediaRef=Le,k.SplitModule=Rn,k.SplitModulePt=Qe,k.TestimonialModule=Wn,k.TestimonialModulePt=et,k.TileCollectionModule=Un,k.TileCollectionModulePt=tt,k.TileContentIconTile=Kn,k.TileContentIconTilePt=nt,k.TileContentImageStackedAnimatedTile=Jn,k.TileContentImageStackedAnimatedTilePt=ot,k.TileContentImageTile=qn,k.TileContentImageTilePt=rt,k.TileContentPt=te,k.TileContentTextTile=Gn,k.TileContentTextTilePt=it,k.TileContentVideoTile=Xn,k.TileContentVideoTilePt=lt,k.TileLabelPt=at,k.Video=Ee,k.VideoPt=Dt,k.combinePassthroughs=w,k.initGlobalComponents=ua,k.overridePalette=Vo,k.overridePassthrough=ma,k.withColorPalette=F,Object.defineProperty(k,Symbol.toStringTag,{value:"Module"})});
|