<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import{_ as Ve}from"./PortalLayout-c0e04853.js";import{s as ye,r as c,m as J,aV as P,h as De,I as $e,aS as Be,y as ke,z as _e,a1 as Ae,ap as V,av as S,F as ie,o as N,c as Ce,w as de,l as He,a as t,f as Me,t as y,d as B,g as he,e as be,b as Ie,u as le,bJ as Re,aX as Xe,aU as Ye}from"./app-4bf0b4df.js";import{c as Ue}from"./common.service-b4424219.js";import{_ as We}from"./_plugin-vue_export-helper-c27b6911.js";/**
 * Vue 3 Carousel 0.3.1
 * (c) 2023
 * @license MIT
 */const v={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,snapAlign:"center",wrapAround:!1,throttle:16,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,dir:"ltr",breakpoints:void 0,i18n:{ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"}},je={itemsToShow:{default:v.itemsToShow,type:Number},itemsToScroll:{default:v.itemsToScroll,type:Number},wrapAround:{default:v.wrapAround,type:Boolean},throttle:{default:v.throttle,type:Number},snapAlign:{default:v.snapAlign,validator(s){return["start","end","center","center-even","center-odd"].includes(s)}},transition:{default:v.transition,type:Number},breakpoints:{default:v.breakpoints,type:Object},autoplay:{default:v.autoplay,type:Number},pauseAutoplayOnHover:{default:v.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:v.mouseDrag,type:Boolean},touchDrag:{default:v.touchDrag,type:Boolean},dir:{default:v.dir,validator(s){return["rtl","ltr"].includes(s)}},i18n:{default:v.i18n,type:Object},settings:{default(){return{}},type:Object}};function ze({config:s,slidesCount:e}){const{snapAlign:o,wrapAround:r,itemsToShow:i=1}=s;if(r)return Math.max(e-1,0);let l;switch(o){case"start":l=e-i;break;case"end":l=e-1;break;case"center":case"center-odd":l=e-Math.ceil((i-.5)/2);break;case"center-even":l=e-Math.ceil(i/2);break;default:l=0;break}return Math.max(l,0)}function Ge({config:s,slidesCount:e}){const{wrapAround:o,snapAlign:r,itemsToShow:i=1}=s;let l=0;if(o||i&gt;e)return l;switch(r){case"start":l=0;break;case"end":l=i-1;break;case"center":case"center-odd":l=Math.floor((i-1)/2);break;case"center-even":l=Math.floor((i-2)/2);break;default:l=0;break}return l}function we({val:s,max:e,min:o}){return e&lt;o?s:Math.min(Math.max(s,o),e)}function Je({config:s,currentSlide:e,slidesCount:o}){const{snapAlign:r,wrapAround:i,itemsToShow:l=1}=s;let m=e;switch(r){case"center":case"center-odd":m-=(l-1)/2;break;case"center-even":m-=(l-2)/2;break;case"end":m-=l-1;break}return i?m:we({val:m,max:o-l,min:0})}function Le(s){return s?s.reduce((e,o)=&gt;{var r;return o.type===ie?[...e,...Le(o.children)]:((r=o.type)===null||r===void 0?void 0:r.name)==="CarouselSlide"?[...e,o]:e},[]):[]}function ue({val:s,max:e,min:o=0}){return s&gt;e?ue({val:s-(e+1),max:e,min:o}):s&lt;o?ue({val:s+(e+1),max:e,min:o}):s}function qe(s,e){let o;return e?function(...r){const i=this;o||(s.apply(i,r),o=!0,setTimeout(()=&gt;o=!1,e))}:s}function Fe(s,e){let o;return function(...r){o&amp;&amp;clearTimeout(o),o=setTimeout(()=&gt;{s(...r),o=null},e)}}function Pe(s="",e={}){return Object.entries(e).reduce((o,[r,i])=&gt;o.replace(`{${r}}`,String(i)),s)}var Ke=ye({name:"ARIA",setup(){const s=S("config",J(Object.assign({},v))),e=S("currentSlide",c(0)),o=S("slidesCount",c(0));return()=&gt;V("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},Pe(s.i18n.itemXofY,{currentSlide:e.value+1,slidesCount:o.value}))}}),Qe=ye({name:"Carousel",props:je,setup(s,{slots:e,emit:o,expose:r}){var i;const l=c(null),m=c([]),d=c(0),u=c(0),n=J(Object.assign({},v));let h=Object.assign({},v),k;const x=c((i=s.modelValue)!==null&amp;&amp;i!==void 0?i:0),q=c(0),b=c(0),A=c(0),T=c(0);let _,C;P("config",n),P("slidesCount",u),P("currentSlide",x),P("maxSlide",A),P("minSlide",T),P("slideWidth",d);function E(){k=Object.assign({},s.breakpoints),h=Object.assign(Object.assign(Object.assign({},h),s),{i18n:Object.assign(Object.assign({},h.i18n),s.i18n),breakpoints:void 0}),F(h)}function D(){if(!k||!Object.keys(k).length)return;const a=Object.keys(k).map(g=&gt;Number(g)).sort((g,L)=&gt;+L-+g);let f=Object.assign({},h);a.some(g=&gt;{const L=window.matchMedia(`(min-width: ${g}px)`).matches;return L&amp;&amp;(f=Object.assign(Object.assign({},f),k[g])),L}),F(f)}function F(a){Object.entries(a).forEach(([f,g])=&gt;n[f]=g)}const K=Fe(()=&gt;{D(),$()},16);function $(){if(!l.value)return;const a=l.value.getBoundingClientRect();d.value=a.width/n.itemsToShow}function W(){u.value&lt;=0||(b.value=Math.ceil((u.value-1)/2),A.value=ze({config:n,slidesCount:u.value}),T.value=Ge({config:n,slidesCount:u.value}),n.wrapAround||(x.value=we({val:x.value,max:A.value,min:T.value})))}De(()=&gt;{$e(()=&gt;$()),setTimeout(()=&gt;$(),1e3),D(),te(),window.addEventListener("resize",K,{passive:!0}),o("init")}),Be(()=&gt;{C&amp;&amp;clearTimeout(C),_&amp;&amp;clearInterval(_),window.removeEventListener("resize",K,{passive:!0})});let w=!1;const H={x:0,y:0},R={x:0,y:0},M=J({x:0,y:0}),X=c(!1),z=c(!1),re=()=&gt;{X.value=!0},ce=()=&gt;{X.value=!1};function Q(a){["INPUT","TEXTAREA","SELECT"].includes(a.target.tagName)||(w=a.type==="touchstart",w||a.preventDefault(),!(!w&amp;&amp;a.button!==0||I.value)&amp;&amp;(H.x=w?a.touches[0].clientX:a.clientX,H.y=w?a.touches[0].clientY:a.clientY,document.addEventListener(w?"touchmove":"mousemove",Z,!0),document.addEventListener(w?"touchend":"mouseup",ee,!0)))}const Z=qe(a=&gt;{z.value=!0,R.x=w?a.touches[0].clientX:a.clientX,R.y=w?a.touches[0].clientY:a.clientY;const f=R.x-H.x,g=R.y-H.y;M.y=g,M.x=f},n.throttle);function ee(){const a=n.dir==="rtl"?-1:1,f=Math.sign(M.x)*.4,g=Math.round(M.x/d.value+f)*a;if(g&amp;&amp;!w){const L=xe=&gt;{xe.stopPropagation(),window.removeEventListener("click",L,!0)};window.addEventListener("click",L,!0)}j(x.value-g),M.x=0,M.y=0,z.value=!1,document.removeEventListener(w?"touchmove":"mousemove",Z,!0),document.removeEventListener(w?"touchend":"mouseup",ee,!0)}function te(){!n.autoplay||n.autoplay&lt;=0||(_=setInterval(()=&gt;{n.pauseAutoplayOnHover&amp;&amp;X.value||Y()},n.autoplay))}function se(){_&amp;&amp;(clearInterval(_),_=null),te()}const I=c(!1);function j(a){const f=n.wrapAround?a:we({val:a,max:A.value,min:T.value});x.value===f||I.value||(o("slide-start",{slidingToIndex:a,currentSlideIndex:x.value,prevSlideIndex:q.value,slidesCount:u.value}),I.value=!0,q.value=x.value,x.value=f,C=setTimeout(()=&gt;{if(n.wrapAround){const g=ue({val:f,max:A.value,min:0});g!==x.value&amp;&amp;(x.value=g,o("loop",{currentSlideIndex:x.value,slidingToIndex:a}))}o("update:modelValue",x.value),o("slide-end",{currentSlideIndex:x.value,prevSlideIndex:q.value,slidesCount:u.value}),I.value=!1,se()},n.transition))}function Y(){j(x.value+n.itemsToScroll)}function G(){j(x.value-n.itemsToScroll)}const p={slideTo:j,next:Y,prev:G};P("nav",p),P("isSliding",I);const O=ke(()=&gt;Je({config:n,currentSlide:x.value,slidesCount:u.value}));P("slidesToScroll",O);const U=ke(()=&gt;{const a=n.dir==="rtl"?-1:1,f=O.value*d.value*a;return{transform:`translateX(${M.x-f}px)`,transition:`${I.value?n.transition:0}ms`,margin:n.wrapAround?`0 -${u.value*d.value}px`:"",width:"100%"}});function oe(){E(),D(),W(),$(),se()}Object.keys(je).forEach(a=&gt;{["modelValue"].includes(a)||_e(()=&gt;s[a],oe)}),_e(()=&gt;s.modelValue,a=&gt;{a!==x.value&amp;&amp;j(Number(a))}),_e(u,W),o("before-init"),E();const ae={config:n,slidesCount:u,slideWidth:d,next:Y,prev:G,slideTo:j,currentSlide:x,maxSlide:A,minSlide:T,middleSlide:b};r({updateBreakpointsConfigs:D,updateSlidesData:W,updateSlideWidth:$,initDefaultConfigs:E,restartCarousel:oe,slideTo:j,next:Y,prev:G,nav:p,data:ae});const pe=e.default||e.slides,me=e.addons,Te=J(ae);return()=&gt;{const a=Le(pe==null?void 0:pe(Te)),f=(me==null?void 0:me(Te))||[];a.forEach((ge,ve)=&gt;ge.props.index=ve);let g=a;if(n.wrapAround){const ge=a.map((fe,ne)=&gt;Ae(fe,{index:-a.length+ne,isClone:!0,key:`clone-before-${ne}`})),ve=a.map((fe,ne)=&gt;Ae(fe,{index:a.length+ne,isClone:!0,key:`clone-after-${ne}`}));g=[...ge,...a,...ve]}m.value=a,u.value=Math.max(a.length,1);const L=V("ol",{class:"carousel__track",style:U.value,onMousedownCapture:n.mouseDrag?Q:null,onTouchstartPassiveCapture:n.touchDrag?Q:null},g),xe=V("div",{class:"carousel__viewport"},L);return V("section",{ref:l,class:{carousel:!0,"is-sliding":I.value,"is-dragging":z.value,"is-hover":X.value,"carousel--rtl":n.dir==="rtl"},dir:n.dir,"aria-label":n.i18n.ariaGallery,tabindex:"0",onMouseenter:re,onMouseleave:ce},[xe,f,V(Ke)])}}}),Oe;(function(s){s.arrowUp="arrowUp",s.arrowDown="arrowDown",s.arrowRight="arrowRight",s.arrowLeft="arrowLeft"})(Oe||(Oe={}));const Ze=()=&gt;{const s=S("config",J(Object.assign({},v))),e=S("maxSlide",c(1)),o=S("minSlide",c(1)),r=S("currentSlide",c(1)),i=S("nav",{}),l=d=&gt;ue({val:r.value,max:e.value,min:0})===d,m=[];for(let d=o.value;d&lt;e.value+1;d++){const u=V("button",{type:"button",class:{"carousel__pagination-button":!0,"carousel__pagination-button--active":l(d)},"aria-label":Pe(s.i18n.ariaNavigateToSlide,{slideNumber:d+1}),onClick:()=&gt;i.slideTo(d)}),n=V("li",{class:"carousel__pagination-item",key:d},u);m.push(n)}return V("ol",{class:"carousel__pagination"},m)};var et=ye({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(s,{slots:e}){const o=S("config",J(Object.assign({},v))),r=S("currentSlide",c(0)),i=S("slidesToScroll",c(0)),l=S("isSliding",c(!1)),m=()=&gt;s.index===r.value,d=()=&gt;s.index===r.value-1,u=()=&gt;s.index===r.value+1,n=()=&gt;{const h=Math.floor(i.value),k=Math.ceil(i.value+o.itemsToShow-1);return s.index&gt;=h&amp;&amp;s.index&lt;=k};return()=&gt;{var h;return V("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":s.isClone,"carousel__slide--visible":n(),"carousel__slide--active":m(),"carousel__slide--prev":d(),"carousel__slide--next":u(),"carousel__slide--sliding":l.value},"aria-hidden":!n()},(h=e.default)===null||h===void 0?void 0:h.call(e))}}});const Se=s=&gt;(Xe("data-v-4bafca6a"),s=s(),Ye(),s),tt={class:"bg-radical-blue w-full relative inline-block pt-[30px] lg:pt-[55px] mb-[30px] lg:mb-[75px] pb-0"},st={class:"mx-auto px-3 min-[576px]:max-w-[540px] md:max-w-[720px] lg:max-w-[930px] xl:max-w-[1434px]"},ot={class:"grid grid-cols-12 items-center gap-[30px]"},at={class:"col-span-12 lg:col-span-6"},nt={class:"text-first-brand font-extrabold text-[26px] leading-[34px] sm:text-[32px] sm:leading-[72px] lg:text-[62px] lg:leading-[72x] mb-[30px]"},lt={class:"text-first-brand-hover"},it=Se(()=&gt;t("span",{class:"blinking-cursor text-first-brand-hover"},"|",-1)),rt={class:"text-base font-medium text-gray-500 mb-[75px] max-w-[601px]"},ct={class:"hidden lg:col-span-6 lg:block bg-no-repeat bg-contain pt-[30px] bg-[top_center] bg-[url('/assets/images/bg-banner.png')]"},dt=["src"],ut={key:0,class:"mx-auto px-3 min-[576px]:max-w-[540px] md:max-w-[720px] lg:max-w-[930px] xl:max-w-[1434px]"},pt={class:"flex flex-col bg-gray-0 border border-gray-80 rounded-3xl shadow-drop-shadown-1 pt-[26px] lg:pt-[53px] pb-[25px] lg:pb-[50px] px-[30px] mb-[65px] lg:mb-[130px]"},mt={class:"text-first-brand font-extrabold text-center mb-4 text-[22px] leading-[28px] lg:text-header-3"},xt={class:"font-medium text-header-7 text-gray-500 mx-auto text-center mb-8 max-w-[605px] lg:mb-16"},gt={class:"text-center"},vt=["href"],ft=["src"],_t={class:"mx-auto px-3 min-[576px]:max-w-[540px] md:max-w-[720px] lg:max-w-[930px] xl:max-w-[1434px]"},ht={class:"grid grid-cols-1 relative overflow-hidden lg:grid-cols-2 rounded-lg"},bt={class:"block"},wt=["src"],yt={class:"bg-first-brand flex items-center p-5 xl:pl-16"},St={class:"flex flex-col lg:max-w-[531px]"},Tt={class:"font-bold text-second-brand text-[22px] leading-[28px] lg:text-[32px] lg:leading-[44px] mb-[11px]"},kt={class:"text-base text-white font-medium mb-[38px] lg:mb-[76px]"},At=Se(()=&gt;t("div",{class:"absolute bottom-0 right-0"},[t("img",{class:"w-full h-full object-cover",src:"/assets/images/icons/icon-finger-2.svg",alt:""})],-1)),Ct={class:"bg-second-brand py-12 my-12"},Mt={class:"mx-auto px-3 min-[576px]:max-w-[540px] md:max-w-[720px] lg:max-w-[930px] xl:max-w-[1434px]"},It={class:"block mb-[75px]"},jt={class:"text-first-brand font-extrabold text-[25px] leading-[35px] sm:text-[30px] sm:leading-[40px] md:text-[36px] md:leading-[46px] lg:text-header-2 text-center mb-5"},Ot=["innerHTML"],Nt={class:"item mx-2"},Et={class:"rounded-lg overflow-hidden"},Dt={class:"flex lg:h-[230px] overflow-hidden gap-[22px]"},Lt=["href"],Pt=["src","alt"],Vt={class:"px-7 pt-7 pb-4 bg-white border-t border-gray-100"},$t={class:"font-bold text-first-brand text-header-5 tracking-[-0.02em]"},Bt={class:"text-gray-500 font-medium text-[14px] leading-[22px] mb-7"},Ht=["href"],Rt={class:"font-bold text-header-9 text-gray-900 transition-common group-hover:text-success"},Xt=Se(()=&gt;t("svg",{class:"w-6 h-6 text-gray-900 transition-common group-hover:rotate-[-45deg]",fill:"none",stroke:"currentColor",viewbox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[t("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M14 5l7 7m0 0l-7 7m7-7H3"})],-1)),Yt={key:0,class:"mx-auto mt-12 px-3 min-[576px]:max-w-[540px] md:max-w-[720px] lg:max-w-[930px] xl:max-w-[1434px]"},Ut={class:"grid grid-cols-1 gap-[30px] lg:grid-cols-3 mb-[70px] lg:mb-[140px]"},Wt={class:"flex flex-col mt-10 lg:mt-[77px]"},zt={class:"overflow-hidden w-[75%] m-auto"},Gt=["src"],Jt={class:"text-first-brand text-center font-extrabold text-[25px] leading-[35px] sm:text-[30px] sm:leading-[40px] md:text-[36px] md:leading-[46px] lg:text-header-2 mt-8 mb-5 lg:max-w-[369px]"},qt={class:"flex flex-col col-span-2 gap-y-9"},Ft={class:"grid gap-[30px] grid-cols-1 lg:grid-cols-2"},Kt={class:"flex flex-col gap-y-4 relative"},Qt={class:"flex items-center gap-x-3"},Zt={class:"w-14 h-14 overflow-hidden rounded-full"},es=["src"],ts={class:"flex flex-col"},ss={class:"text-header-8 font-bold text-first-brand"},os={class:"text-mini-desc font-medium text-gray-500"},as=["innerHTML"],Ne=100,ns=100,Ee=2e3,ls={__name:"Home",props:{response:{type:Object,default:{}}},setup(s){const e=s,o=c(null),r=()=&gt;{Ue.getFeaturesMenu().then(b=&gt;{var A,T;o.value=(T=(A=b==null?void 0:b.data)==null?void 0:A.data)==null?void 0:T.map(_=&gt;{var E;const C=(E=_.meta)==null?void 0:E.find(D=&gt;D.meta_key==="language");return{post_title:_.post_title,post_date:_.post_date,image:_.image,slug:_.slug,title:_.title,language:C==null?void 0:C.value}})})};let i="";const l=c(""),m=c(!1);let d="";const u=c(0),n=c(0),h=()=&gt;{i=He("portal.home.typeTextWords").value,d=i.split(","),n.value&lt;d[u.value].length?(m.value||(m.value=!0),l.value+=d[u.value].charAt(n.value),n.value+=1,setTimeout(h,Ne)):(m.value=!1,setTimeout(k,Ee))},k=()=&gt;{n.value&gt;0?(m.value||(m.value=!0),l.value=d[u.value].substring(0,n.value-1),n.value-=1,setTimeout(k,ns)):(m.value=!1,u.value+=1,u.value&gt;=d.length&amp;&amp;(u.value=0),setTimeout(h,Ne+1e3))},q=(()=&gt;/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?"mobile":"desktop")();return De(()=&gt;{r(),setTimeout(h,Ee+200)}),(b,A)=&gt;(N(),Ce(Ve,{title:b.$t("portal.home.pageTitle")},{default:de(()=&gt;{var T,_,C,E,D,F,K,$,W,w,H,R,M,X,z,re,ce,Q,Z,ee,te,se,I,j,Y,G;return[t("div",null,[t("section",tt,[t("div",st,[t("div",ot,[t("div",at,[t("h1",nt,[Me(y(b.$t("portal.home.typeTextPart01"))+" ",1),t("span",lt,y(l.value),1),it,Me(" "+y(b.$t("portal.home.typeTextPart02"))+". ",1)]),t("p",rt,y((_=(T=e.response)==null?void 0:T.post)==null?void 0:_.slide_group_0_slide_description),1)]),t("div",ct,[t("img",{src:(E=(C=e.response)==null?void 0:C.post)==null?void 0:E.slide_group_0_slide_image,alt:"Consultant",class:"xl:-ml-[100px] max-w-[150%]"},null,8,dt)])])])]),(F=(D=e.response)==null?void 0:D.post)!=null&amp;&amp;F.clients_logos?(N(),B("div",ut,[t("div",pt,[t("h2",mt,y(($=(K=e.response)==null?void 0:K.post)==null?void 0:$.logos_title),1),t("p",xt,y((w=(W=e.response)==null?void 0:W.post)==null?void 0:w.logos_text),1),t("ul",gt,[(N(!0),B(ie,null,he(parseInt((R=(H=e.response)==null?void 0:H.post)==null?void 0:R.clients_logos),p=&gt;{var O,U;return N(),B("li",{key:p,class:"inline-block px-5 min-w-[100px] py-2.5"},[t("a",{target:"_blank",href:(O=e.response)==null?void 0:O.post["clients_logos_"+(p-1)+"_website_url"]},[t("img",{class:"inline-block max-w-[150px]",src:(U=e.response)==null?void 0:U.post["clients_logos_"+(p-1)+"_logo_url"],alt:"Iori"},null,8,ft)],8,vt)])}),128))])])])):be("",!0),t("div",_t,[t("div",ht,[t("div",bt,[t("img",{class:"w-full h-full object-cover",src:(X=(M=e.response)==null?void 0:M.post)==null?void 0:X.block_2_image,alt:"Trusted by more than 5000 consultants around the globe"},null,8,wt)]),t("div",yt,[t("div",St,[t("p",Tt,y((re=(z=e.response)==null?void 0:z.post)==null?void 0:re.block_2_title),1),t("p",kt,y((Q=(ce=e.response)==null?void 0:ce.post)==null?void 0:Q.block_3_description),1)])]),At])])]),t("div",Ct,[t("div",Mt,[t("div",It,[t("p",jt,y(b.$t("portal.menu.features")),1),t("div",{class:"text-header-7 text-gray-500 font-medium mx-auto text-center max-w-[605px] mb-[63px]",innerHTML:b.$t("portal.menu.featuresIntro")},null,8,Ot),Ie(le(Qe),{"items-to-show":le(q)==="mobile"?1:3},{addons:de(()=&gt;[Ie(le(Ze))]),default:de(()=&gt;[(N(!0),B(ie,null,he(o.value,(p,O)=&gt;(N(),B(ie,{key:O},[p.language===le(Re)().toString().toLowerCase()?(N(),Ce(le(et),{key:0},{default:de(()=&gt;[t("div",Nt,[t("div",Et,[t("div",Dt,[t("a",{href:b.route("feature",p.slug),class:"mx-auto"},[t("img",{class:"w-full h-full object-cover",src:p.image,alt:p.post_title},null,8,Pt)],8,Lt)]),t("div",Vt,[t("p",$t,y(p.post_title),1),t("p",Bt,y(p.title),1),t("a",{class:"flex items-center gap-x-3 group",href:b.route("feature",p.slug)},[t("span",Rt,y(b.$t("portal.general.read_more")),1),Xt],8,Ht)])])])]),_:2},1024)):be("",!0)],64))),128))]),_:1},8,["items-to-show"])])])]),(ee=(Z=e.response)==null?void 0:Z.post)!=null&amp;&amp;ee.testimonials_group?(N(),B("div",Yt,[t("div",Ut,[t("div",Wt,[t("div",zt,[t("img",{class:"max-w-full w-full h-full object-cover",src:(se=(te=e.response)==null?void 0:te.post)==null?void 0:se.testimonials_image,alt:"Custommer"},null,8,Gt)]),t("p",Jt,y((j=(I=e.response)==null?void 0:I.post)==null?void 0:j.testimonials_title),1)]),t("div",qt,[t("div",Ft,[(N(!0),B(ie,null,he(parseInt((G=(Y=e.response)==null?void 0:Y.post)==null?void 0:G.testimonials_group),p=&gt;{var O,U,oe,ae;return N(),B("div",{key:p,class:"first:mt-10 first:lg:mt-[77px] pt-8 px-8 pb-6 bg-gray-0 border rounded-lg border-gray-80 transition-common hover:shadow-drop-shadown-1 hover:bg-second-brand"},[t("div",Kt,[t("div",Qt,[t("div",Zt,[t("img",{class:"w-full h-full object-cover",src:(O=e.response)==null?void 0:O.post["testimonials_group_"+(p-1)+"_image"],alt:"Avatar"},null,8,es)]),t("div",ts,[t("p",ss,y((U=e.response)==null?void 0:U.post["testimonials_group_"+(p-1)+"_name"]),1),t("p",os,y((oe=e.response)==null?void 0:oe.post["testimonials_group_"+(p-1)+"_company"]),1)])]),t("p",{class:"text-base font-medium text-gray-500 pb-5",innerHTML:(ae=e.response)==null?void 0:ae.post["testimonials_group_"+(p-1)+"_message"]},null,8,as)])])}),128))])])])])):be("",!0)]}),_:1},8,["title"]))}},us=We(ls,[["__scopeId","data-v-4bafca6a"]]);export{us as default};
</pre></body></html>